9e738cd490ca600d4f21fde85a66c2ae9972ad14
[gnulib.git] / ChangeLog
1 2007-03-24  Bruno Haible  <bruno@clisp.org>
2
3         * lib/utf8-ucs4.h: Remove file.
4         * lib/utf8-ucs4-unsafe.h: Remove file.
5         * lib/utf16-ucs4.h: Remove file.
6         * lib/utf16-ucs4-unsafe.h: Remove file.
7         * lib/ucs4-utf8.h: Remove file.
8         * lib/ucs4-utf16.h: Remove file.
9         * lib/unistr.h: Include their previous contents.
10         * m4/utf-ucs4.m4: Remove file.
11         * m4/ucs4-utf.m4: Remove file.
12         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
13         (Depends-on): Add unistr/base.
14         (configure.ac): Remove gl_UTF_UCS4.
15         (Makefile.am): Update.
16         (Include): Change to unistr.h.
17         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
18         (Depends-on): Add unistr/base.
19         (configure.ac): Remove gl_UTF_UCS4.
20         (Makefile.am): Update.
21         (Include): Change to unistr.h.
22         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
23         (Depends-on): Add unistr/base.
24         (configure.ac): Remove gl_UTF_UCS4.
25         (Makefile.am): Update.
26         (Include): Change to unistr.h.
27         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
28         (Depends-on): Add unistr/base.
29         (configure.ac): Remove gl_UTF_UCS4.
30         (Makefile.am): Update.
31         (Include): Change to unistr.h.
32         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
33         (Depends-on): Add unistr/base.
34         (configure.ac): Remove gl_UCS4_UTF.
35         (Makefile.am): Update.
36         (Include): Change to unistr.h.
37         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
38         (Depends-on): Add unistr/base.
39         (configure.ac): Remove gl_UCS4_UTF.
40         (Makefile.am): Update.
41         (Include): Change to unistr.h.
42         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
43         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
44         utf8-ucs4-unsafe.h.
45         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
46         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
47         utf16-ucs4-unsafe.h.
48         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
49         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
50         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
51         * lib/unistr/u8-strchr.c: Likewise.
52         * lib/unistr/u8-strrchr.c: Likewise.
53         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
54         * lib/unistr/u16-strchr.c: Likewise.
55         * lib/unistr/u16-strrchr.c: Likewise.
56         * lib/striconveh.c: Update.
57
58 2007-03-24  Bruno Haible  <bruno@clisp.org>
59
60         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
61         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
62
63 2007-03-22  Bruno Haible  <bruno@clisp.org>
64
65         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
66
67 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
68
69         * MODULES.html.sh (File system functions): New module write-any-file.
70         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
71         * m4/write-any-file.m4: New files.
72
73 2007-03-23  Eric Blake  <ebb9@byu.net>
74
75         * gnulib-tool: Rearrange space-tab sequences, since some editors
76         like to eat them.
77
78 2007-03-23  Eric Blake  <ebb9@byu.net>
79
80         * lib/version-etc.c (version_etc_va): Update license wording to
81         be more concise.  Recommended by Richard Stallman.
82
83 2007-03-22  Bruno Haible  <bruno@clisp.org>
84
85         * lib/poll.c (MSG_PEEK): New fallback definition.
86
87 2007-03-22  Bruno Haible  <bruno@clisp.org>
88
89         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
90         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
91         (main): Update.
92         Fixes a compilation error on BeOS.
93
94 2007-03-22  Bruno Haible  <bruno@clisp.org>
95
96         * modules/frexpl-tests: New file.
97         * tests/test-frexpl.c: New file.
98
99         * modules/frexpl: New file.
100         * m4/frexpl.m4: New file.
101         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
102         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
103         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
104         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
105         (Depends-on): Add frexpl. Remove isnanl-nolibm.
106         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
107
108 2007-03-22  Bruno Haible  <bruno@clisp.org>
109
110         * lib/frexpl.c: Share code with lib/frexp.c.
111         * modules/mathl (Files): Add lib/frexp.c.
112         (Depends-on): Add isnanl-nolibm.
113
114 2007-03-22  Bruno Haible  <bruno@clisp.org>
115
116         * modules/printf-frexp (Files): Add m4/frexp.m4.
117         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
118         only if the found frexp function actually works.
119
120 2007-03-22  Bruno Haible  <bruno@clisp.org>
121
122         * lib/frexp.c: Remove older implementation that uses divisions.
123
124 2007-03-21  Bruno Haible  <bruno@clisp.org>
125
126         * modules/frexp-tests: New file.
127         * tests/test-frexp.c: New file.
128
129         * modules/frexp: New file.
130         * lib/frexp.c: New file.
131         * m4/frexp.m4: New file.
132         * lib/math_.h (frexp): New declaration.
133         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
134         REPLACE_FREXP.
135         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
136
137 2007-03-21  Bruno Haible  <bruno@clisp.org>
138
139         * modules/isnanl-tests: New file.
140         * tests/test-isnanl.c: New file.
141
142         * modules/isnanl: New file.
143         * lib/isnanl.h: New file.
144         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
145         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
146         gl_FUNC_ISNANL_WORKS.
147         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
148         New macros.
149
150 2007-03-21  Bruno Haible  <bruno@clisp.org>
151
152         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
153         lib/isnanl.h.
154         (Include): Update.
155         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
156         * lib/vasnprintf.c: Update.
157         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
158         tests/test-isnanl.h, remove tests/test-isnanl.c.
159         (Makefile.am): Update.
160         * tests/test-isnanl-nolibm.c: New file.
161         * tests/test-isnanl.h: New file.
162         * tests/test-isnanl.c: Remove file.
163
164 2007-03-21  Jim Meyering  <jim@meyering.net>
165
166         When trying to open ".", treat ESTALE like EACCES.
167         * lib/savewd.c (savewd_save): Resort to forking not just upon
168         failure with EACCES, but also when errno is ESTALE.
169
170 2007-03-20  Bruno Haible  <bruno@clisp.org>
171
172         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
173         Needed on AIX 5.1. Reported by Matthew Woehlke.
174
175 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
176
177         Suggestions by Bruno Haible:
178         * lib/acl-internal.h: Include "gettext.h" rather than rolling
179         our own.
180         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
181         * modules/acl (Depends-on): Add gettext.
182
183 2007-03-19  Bruno Haible  <bruno@clisp.org>
184
185         * modules/iconvme: Remove file.
186         * lib/iconvme.h: Remove file.
187         * lib/iconvme.c: Remove file.
188         * m4/iconvme.m4: Remove file.
189
190 2007-03-19  Bruno Haible  <bruno@clisp.org>
191
192         * doc/relocatable-maint.texi: Break long shell script line.
193         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
194
195 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
196
197         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
198         handle file_has_acl.
199         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
200         * lib/acl.c: Move header inclusions and related macro defns into
201         lib/acl-internal.h.
202         (S_ISLNK): Remove defn, since that's now done for us.
203         (file_has_acl): Move to lib/file-has-acl.c.
204         Call acl_trivial if available.  This is the crucial part of the fix.
205         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
206         shared within the library.  Rewrite a bit, partly to make it compatible
207         with the GNU coding style.
208         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
209         Remove unnecessary double-quotes.
210         Don't test for acl_to_text; the build will catch that.
211         Replace acl_entries if it doesn't exist and it is needed.
212         Check for -lsec and acl_trivial (as used on Solaris 10).
213         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
214         lib/file-has-acl.c.
215         (Depends-on): Add sys_stat, for S_ISLNK.
216
217 2007-03-19  Ben Pfaff  <blp@gnu.org>
218
219         * doc/gnulib.texi: Fix typos.
220         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
221
222 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
223
224         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
225         If size is zero here, buf must be zero.
226
227 2007-03-19  Simon Josefsson  <simon@josefsson.org>
228
229         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
230         <bruno@clisp.org>.
231
232 2007-03-18  Bruno Haible  <bruno@clisp.org>
233
234         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
235         Suggested by Eric Blake.
236
237 2007-03-18  Ben Pfaff  <blp@gnu.org>
238
239         * doc/relocatable.texi: Recommend using as prefix a directory
240         that does not exist and will never be created.  Based on
241         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
242         and others.
243
244 2007-03-17  Bruno Haible  <bruno@clisp.org>
245
246         * lib/fchownat.c: Include lchown.h.
247
248 2007-03-17  Bruno Haible  <bruno@clisp.org>
249
250         Fix endless loop when the given allocated size was > INT_MAX.
251         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
252         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
253         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
254         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
255         * lib/sprintf.c (sprintf): Likewise.
256
257 2007-03-17  Bruno Haible  <bruno@clisp.org>
258
259         * tests/test-argp-2.sh (func_compare): Output a context diff.
260
261 2007-03-17  Bruno Haible  <bruno@clisp.org>
262
263         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
264         locale's decimal-point character.
265
266 2007-03-17  Bruno Haible  <bruno@clisp.org>
267
268         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
269         before comparing it. Needed because on some platforms (e.g. x86) a
270         'long double' occupies less bytes than sizeof (long double).
271
272 2007-03-17  Bruno Haible  <bruno@clisp.org>
273
274         * tests/test-crc.c (main): Make printf statements 64-bit clean.
275         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
276         * tests/test-getaddrinfo.c (simple): Likewise.
277         * tests/test-read-file.c (main): Likewise.
278
279 2007-03-17  Bruno Haible  <bruno@clisp.org>
280
281         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
282
283 2007-03-17  Bruno Haible  <bruno@clisp.org>
284
285         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
286         unused variable.
287
288 2007-03-17  Bruno Haible  <bruno@clisp.org>
289
290         * tests/test-c-strcasecmp.c: Include c-strcase.h.
291         * tests/test-c-strncasecmp.c: Likewise.
292
293 2007-03-17  Bruno Haible  <bruno@clisp.org>
294
295         * modules/stdlib (Depends-on): Add unistd.
296         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
297         Needed for MacOS X 10.3.
298
299 2007-03-17  Bruno Haible  <bruno@clisp.org>
300
301         * lib/unistr/u-strdup.h: Include <stdlib.h>.
302
303 2007-03-17  Bruno Haible  <bruno@clisp.org>
304
305         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
306
307 2007-03-17  Bruno Haible  <bruno@clisp.org>
308
309         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
310         to reflect files copied from gnulib (with or without modifications).
311         Suggested by Jim Meyering.
312
313 2007-03-17  Eric Blake  <ebb9@byu.net>
314
315         * NEWS: Document stdlib change from 2007-02-18.
316
317 2007-03-17  Jim Meyering  <jim@meyering.net>
318
319         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
320         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
321         someone uses a name containing shell meta-characters.
322         Reported by Alfred M. Szmidt.
323
324         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
325
326 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
327
328         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
329         and copy gettext configuration files only if configure.ac contains
330         a use of AM_GNU_GETTEXT_VERSION.
331
332 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
333
334         * build-aux/bootstrap (gnulib_name): New variable.
335         (gnulib_tool_options): Use it.
336
337 2007-03-13  Simon Josefsson  <simon@josefsson.org>
338
339         * tests/test-des.c: Use new namespace.
340
341 2007-03-15  Bruno Haible  <bruno@clisp.org>
342
343         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
344         Reported by James Youngman <jay@gnu.org>.
345
346 2007-03-15  Bruno Haible  <bruno@clisp.org>
347
348         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
349         declared prototype. Needed with cc on OSF/1 5.1.
350
351 2007-03-15  Bruno Haible  <bruno@clisp.org>
352
353         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
354         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
355         (struct gl_list_implementation): Add dispose_fn argument to the
356         'create_empty', 'create' methods.
357         (struct gl_list_impl_base): Add field 'dispose_fn'.
358         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
359         argument.
360         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
361         dispose_fn argument.
362         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
363         dispose_fn on the dropped values.
364         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
365         dispose_fn argument.
366         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
367         dropped values.
368         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
369         (gl_tree_remove_node): Call dispose_fn on the dropped value.
370         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
371         (gl_tree_remove_node): Call dispose_fn on the dropped value.
372         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
373         argument.
374         (gl_tree_list_free): Call dispose_fn on the dropped values.
375         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
376         the dropped values.
377         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
378         Add dispose_fn argument.
379         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
380         Call dispose_fn on the dropped values.
381         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
382         Add dispose_fn argument.
383         (gl_sublist_create): Initialize the 'dispose_fn' field.
384         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
385         * tests/test-array_list.c (main): Update.
386         * tests/test-carray_list.c (main): Update.
387         * tests/test-avltree_list.c (main): Update.
388         * tests/test-rbtree_list.c (main): Update.
389         * tests/test-avltreehash_list.c (main): Update.
390         * tests/test-rbtreehash_list.c (main): Update.
391         * tests/test-linked_list.c (main): Update.
392         * tests/test-linkedhash_list.c (main): Update.
393         * tests/test-array_oset.c (main): Update.
394
395 2007-03-15  Bruno Haible  <bruno@clisp.org>
396
397         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
398         (gl_oset_create_empty): Add dispose_fn argument.
399         (struct gl_oset_implementation): Add dispose_fn argument to
400         'create_empty' method.
401         (struct gl_oset_impl_base): Add dispose_fn field.
402         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
403         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
404         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
405         values.
406         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
407         (gl_tree_oset_free): Call dispose_fn on the dropped values.
408         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
409         dropped value.
410         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
411         dropped value.
412         * tests/test-array_oset.c (main): Update.
413         * tests/test-avltree_oset.c (main): Update.
414         * tests/test-rbtree_oset.c (main): Update.
415         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
416
417 2007-03-13  Bruno Haible  <bruno@clisp.org>
418
419         * tests/test-stdbool.c (i): Update after last patch.
420
421 2007-03-12  Bruno Haible  <bruno@clisp.org>
422
423         * lib/quotearg.c: Include <wctype.h> early, before the definition of
424         the iswprint macro. Needed on Solaris 2.5.1.
425
426 2007-03-12  Bruno Haible  <bruno@clisp.org>
427
428         * tests/test-printf-frexp.c (main): Declare x as volatile.
429
430 2007-03-12  Simon Josefsson  <simon@josefsson.org>
431
432         * doc/gnulib.texi (Build robot for gnulib): New section.
433
434 2007-03-12  Jim Meyering  <jim@meyering.net>
435
436         * build-aux/bootstrap: New file.
437         * build-aux/bootstrap.conf: New file, from coreutils.
438
439 2007-03-11  Bruno Haible  <bruno@clisp.org>
440
441         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
442
443 2007-03-12  Simon Josefsson  <simon@josefsson.org>
444
445         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
446         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
447         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
448
449 2007-03-11  Bruno Haible  <bruno@clisp.org>
450
451         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
452         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
453
454 2007-03-11  Bruno Haible  <bruno@clisp.org>
455
456         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
457         formula. Needed for SunPRO C 5.0.
458
459 2007-03-11  Bruno Haible  <bruno@clisp.org>
460
461         * modules/long-options (Depends-on): Add getopt.
462
463 2007-03-11  Bruno Haible  <bruno@clisp.org>
464
465         * modules/modechange (Depends-on): Add stdbool.
466
467 2007-03-11  Bruno Haible  <bruno@clisp.org>
468
469         * modules/i-ring (Depends-on): Add stdbool.
470
471 2007-03-11  Bruno Haible  <bruno@clisp.org>
472
473         * modules/gc-des (Depends-on): Add stdbool.
474
475 2007-03-11  Bruno Haible  <bruno@clisp.org>
476
477         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
478
479 2007-03-11  Bruno Haible  <bruno@clisp.org>
480
481         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
482
483 2007-03-11  Bruno Haible  <bruno@clisp.org>
484
485         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
486
487 2007-03-11  Bruno Haible  <bruno@clisp.org>
488
489         * lib/vasnprintf.c (sprintf): Undefine.
490
491 2007-03-11  Bruno Haible  <bruno@clisp.org>
492
493         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
494         initializers in SunPRO C and Compaq C compilers.
495
496 2007-03-11  Bruno Haible  <bruno@clisp.org>
497
498         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
499         decrementing code ANSI C compliant.
500
501 2007-03-11  Bruno Haible  <bruno@clisp.org>
502
503         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
504         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
505
506 2007-03-11  Bruno Haible  <bruno@clisp.org>
507
508         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
509         <stdbool.h> substitute doesn't pass.
510
511 2007-03-11  Bruno Haible  <bruno@clisp.org>
512
513         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
514
515 2007-03-11  Bruno Haible  <bruno@clisp.org>
516
517         * gnulib-tool (func_create_megatestdir): Create also an autobuild
518         script, for submission to autobuild.josefsson.org.
519
520 2007-03-10  Bruno Haible  <bruno@clisp.org>
521
522         * modules/canonicalize-lgpl-tests: New file.
523         * tests/test-canonicalize-lgpl.sh: New file.
524         * tests/test-canonicalize-lgpl.c: New file.
525
526         * modules/c-strcase-tests: New file.
527         * tests/test-c-strcase.sh: New file.
528         * tests/test-c-strcasecmp.c: New file.
529         * tests/test-c-strncasecmp.c: New file.
530
531         * modules/atexit-tests: New file.
532         * tests/test-atexit.sh: New file.
533         * tests/test-atexit.c: New file.
534
535 2007-03-10  Bruno Haible  <bruno@clisp.org>
536
537         * tests/test-binary-io.sh: Use temporary filenames that are not so
538         likely to clash with those of other tests (in a parallel make).
539         * tests/test-binary-io.c: Likewise.
540
541 2007-03-10  Bruno Haible  <bruno@clisp.org>
542
543         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
544         fallback; use #error instead.
545         Suggested by Simon Josefsson.
546
547 2007-03-10  Bruno Haible  <bruno@clisp.org>
548
549         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
550         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
551         first and the last.
552
553 2007-03-10  Bruno Haible  <bruno@clisp.org>
554
555         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
556
557 2007-03-10  Bruno Haible  <bruno@clisp.org>
558
559         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
560         "make distcheck".
561         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
562         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
563         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
564
565 2007-03-10  Bruno Haible  <bruno@clisp.org>
566
567         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
568         variable.
569         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
570         variable.
571
572 2007-03-09  Eric Blake  <ebb9@byu.net>
573         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
574
575         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
576         types are not being provided by gnulib.
577         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
578         types are supported.
579
580 2007-03-10  Bruno Haible  <bruno@clisp.org>
581
582         * lib/stdio_.h (__attribute__): New macro.
583         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
584         vsprintf): Specify __attribute__ __format__ for GCC.
585         Suggested by Eric Blake.
586
587 2007-03-09  Bruno Haible  <bruno@clisp.org>
588
589         * modules/printf-posix-tests: New file.
590         * tests/test-printf-posix.sh: New file.
591         * tests/test-printf-posix.c: New file.
592
593         * modules/printf-posix: New file.
594         * lib/printf.c: New file.
595         * m4/printf-posix-rpl.m4: New file.
596         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
597         REPLACE_PRINTF.
598         * lib/stdio_.h (printf): New declaration.
599         (format, __format__, ____printf____, ____scanf____, ____strftime____,
600         ____strfmon____): New macros.
601         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
602         REPLACE_PRINTF.
603
604 2007-03-09  Bruno Haible  <bruno@clisp.org>
605
606         * tests/test-vasnprintf-posix2.sh: New file.
607         * tests/test-vasnprintf-posix2.c: New file.
608         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
609         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
610         (Makefile.am): Activate test-vasnprintf-posix2.sh.
611
612         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
613         a locale dependent decimal point, rather than always '.'.
614
615 2007-03-09  Eric Blake  <ebb9@byu.net>
616
617         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
618         spite of platforms like Tandem/NSK that define it to -1.
619
620 2007-03-08  Bruno Haible  <bruno@clisp.org>
621
622         * modules/vprintf-posix-tests: New file.
623         * tests/test-vprintf-posix.sh: New file.
624         * tests/test-vprintf-posix.c: New file.
625         * tests/test-printf-posix.h: New file.
626
627         * modules/vprintf-posix: New file.
628         * lib/vprintf.c: New file.
629         * m4/vprintf-posix.m4: New file.
630         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
631         REPLACE_VPRINTF.
632         * lib/stdio_.h (vprintf): New declaration.
633         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
634         REPLACE_VPRINTF.
635
636 2007-03-08  Bruno Haible  <bruno@clisp.org>
637
638         * modules/fprintf-posix-tests: New file.
639         * tests/test-fprintf-posix.sh: New file.
640         * tests/test-fprintf-posix.c: New file.
641
642         * modules/fprintf-posix: New file.
643         * lib/fprintf.c: New file.
644         * m4/fprintf-posix.m4: New file.
645         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
646         REPLACE_FPRINTF.
647         * lib/stdio_.h (fprintf): New declaration.
648         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
649         REPLACE_FPRINTF.
650
651 2007-03-08  Bruno Haible  <bruno@clisp.org>
652
653         * modules/vfprintf-posix-tests: New file.
654         * tests/test-vfprintf-posix.sh: New file.
655         * tests/test-vfprintf-posix.c: New file.
656         * tests/test-fprintf-posix.h: New file.
657         * tests/test-fprintf-posix.out: New file.
658
659         * modules/vfprintf-posix: New file.
660         * lib/vfprintf.c: New file.
661         * m4/vfprintf-posix.m4: New file.
662         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
663         REPLACE_VFPRINTF.
664         * lib/stdio_.h (vfprintf): New declaration.
665         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
666         REPLACE_VFPRINTF.
667
668 2007-03-08  Bruno Haible  <bruno@clisp.org>
669
670         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
671
672 2007-03-08  Bruno Haible  <bruno@clisp.org>
673
674         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
675         instead of 'expr' invocations.
676         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
677         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
678         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
679         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
680         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
681         Suggested by Paul Eggert.
682
683 2007-03-08  Bruno Haible  <bruno@clisp.org>
684
685         * modules/fseterr-tests: New file.
686         * tests/test-fseterr.c: New file.
687
688         * modules/fseterr: New file.
689         * lib/fseterr.h: New file.
690         * lib/fseterr.c: New file.
691
692 2007-03-08  Bruno Haible  <bruno@clisp.org>
693
694         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
695         * lib/getopt_.h: Likewise.
696         * lib/mbswidth.h: Likewise.
697         * lib/setenv.h: Likewise.
698         * lib/vasnprintf.h: Likewise.
699         * lib/vasprintf.h: Likewise.
700         * lib/verror.h: Likewise.
701         * lib/xsetenv.h: Likewise.
702         * lib/xvasprintf.h: Likewise.
703
704 2007-03-08  Jim Meyering  <jim@meyering.net>
705
706         * users.txt: Add parted.
707
708         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
709
710 2007-03-07  Bruno Haible  <bruno@clisp.org>
711
712         * m4/printf.m4: Make the shell script snippets copy&pastable.
713
714 2007-03-02  Bruno Haible  <bruno@clisp.org>
715
716         * lib/netinet_in_.h: New file.
717         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
718         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
719         * modules/netinet_in (Files): Add lib/netinet_in_.h.
720         (Depends-on): Add absolute-header.
721         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
722         into netinet/in.h.
723
724 2007-03-03  Bruno Haible  <bruno@clisp.org>
725
726         * lib/sys_select_.h: New file.
727         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
728         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
729         * modules/sys_select (Files): Add lib/sys_select_.h.
730         (Depends-on): Add absolute-header.
731         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
732         into sys/select.h.
733
734 2007-03-02  Bruno Haible  <bruno@clisp.org>
735
736         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
737         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
738         values.
739         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
740         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
741         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
742         * modules/sys_socket (Depends-on): Add absolute-header.
743         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
744         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
745         (Include): Remove requirement of inclusion of <sys/types.h>.
746
747 2007-03-02  Bruno Haible  <bruno@clisp.org>
748
749         * lib/byteswap_.h (bswap_32): Fix formula.
750
751 2007-03-06  Bruno Haible  <bruno@clisp.org>
752
753         * modules/sprintf-posix-tests: New file.
754         * tests/test-sprintf-posix.c: New file.
755
756         * modules/sprintf-posix: New file.
757         * lib/sprintf.c: New file.
758         * m4/sprintf-posix.m4: New file.
759         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
760         REPLACE_SPRINTF.
761         * lib/stdio_.h (sprintf): New declaration.
762         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
763         REPLACE_SPRINTF.
764
765 2007-03-06  Bruno Haible  <bruno@clisp.org>
766
767         * modules/vsprintf-posix-tests: New file.
768         * tests/test-vsprintf-posix.c: New file.
769         * tests/test-sprintf-posix.h: New file.
770
771         * modules/vsprintf-posix: New file.
772         * lib/vsprintf.c: New file.
773         * m4/vsprintf-posix.m4: New file.
774         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
775         REPLACE_VSPRINTF.
776         * lib/stdio_.h (vsprintf): New declaration.
777         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
778         REPLACE_VSPRINTF.
779
780 2007-03-06  Bruno Haible  <bruno@clisp.org>
781
782         * modules/vsnprintf (Depend-on): Remove minmax.
783
784 2007-03-06  Bruno Haible  <bruno@clisp.org>
785
786         * modules/snprintf-posix-tests: New file.
787         * tests/test-snprintf-posix.c: New file.
788
789         * modules/snprintf-posix: New file.
790         * m4/snprintf-posix.m4: New file.
791         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
792         gl_FUNC_SNPRINTF.
793         (gl_FUNC_SNPRINTF): Invoke it.
794         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
795         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
796         is set.
797         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
798
799 2007-03-06  Bruno Haible  <bruno@clisp.org>
800
801         * modules/vsnprintf-posix-tests: New file.
802         * tests/test-vsnprintf-posix.c: New file.
803         * tests/test-snprintf-posix.h: New file.
804
805         * modules/vsnprintf-posix: New file.
806         * m4/vsnprintf-posix.m4: New file.
807         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
808         gl_FUNC_VSNPRINTF.
809         (gl_FUNC_VSNPRINTF): Invoke it.
810         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
811         * lib/stdio_.h (vsnprintf): Define as a replacement if
812         REPLACE_VSNPRINTF is set.
813         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
814
815 2007-03-06  Bruno Haible  <bruno@clisp.org>
816
817         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
818         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
819
820 2007-03-06  Bruno Haible  <bruno@clisp.org>
821
822         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
823         (asinl): Declare also if HAVE_DECL_ASINL is set.
824         (atanl): Declare also if HAVE_DECL_ATANL is set.
825         (ceill): Declare also if HAVE_DECL_CEILL is set.
826         (cosl): Declare also if HAVE_DECL_COSL is set.
827         (expl): Declare also if HAVE_DECL_EXPL is set.
828         (floorl): Declare also if HAVE_DECL_FLOORL is set.
829         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
830         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
831         (logl): Declare also if HAVE_DECL_LOGL is set.
832         (sinl): Declare also if HAVE_DECL_SINL is set.
833         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
834         (tanl): Declare also if HAVE_DECL_TANL is set.
835         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
836         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
837         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
838         declaration of frexpl, ldexpl.
839         * modules/printf-frexpl (Depends-on): Add math.
840         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
841
842 2007-03-05  Bruno Haible  <bruno@clisp.org>
843
844         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
845         frexpl and ldexpl are declared.
846         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
847
848 2007-03-05  Bruno Haible  <bruno@clisp.org>
849
850         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
851         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
852
853 2007-03-05  Bruno Haible  <bruno@clisp.org>
854
855         * lib/stdio_.h: Include <stddef.h>.
856
857 2007-03-05  Bruno Haible  <bruno@clisp.org>
858
859         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
860
861 2007-03-05  Bruno Haible  <bruno@clisp.org>
862
863         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
864         NetBSD 4, from Ralf Wildenhues.
865
866 2007-03-04  Bruno Haible  <bruno@clisp.org>
867
868         * lib/vasprintf.h: Update #if logic for the case when the functions
869         exist but are overridden.
870
871 2007-03-04  Bruno Haible  <bruno@clisp.org>
872
873         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
874         implementations: glibc-2.4 and MacOS X 10.3.
875         * tests/test-vasnprintf-posix.c (test_function): Test also the case
876         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
877         * tests/test-vasprintf-posix.c (test_function): Likewise.
878
879 2007-03-04  Bruno Haible  <bruno@clisp.org>
880
881         * modules/vasprintf-posix-tests: New file.
882         * tests/test-vasprintf-posix.c: New file.
883
884         * modules/vasprintf-posix: New file.
885         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
886         defined.
887         * m4/vasprintf-posix.m4: New file.
888         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
889         gl_FUNC_VASPRINTF.
890         (gl_FUNC_VASPRINTF): Invoke it.
891         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
892         here.
893         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
894
895 2007-03-04  Bruno Haible  <bruno@clisp.org>
896
897         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
898         REPLACE_GETTIMEOFDAY.
899         * modules/sys_time (Makefile.am): Likewise.
900         * m4/sys_time_h.m4: Likewise.
901         * m4/gettimeofday.m4: Likewise.
902
903 2007-03-04  Bruno Haible  <bruno@clisp.org>
904
905         * modules/vasnprintf-posix-tests: New file.
906         * tests/test-vasnprintf-posix.c: New file.
907
908         * modules/vasnprintf-posix: New file.
909         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
910         printf-frexpl.h.
911         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
912         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
913         REPLACE_VASNPRINTF is defined.
914         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
915         gl_FUNC_VASNPRINTF.
916         (gl_FUNC_VASNPRINTF): Invoke it.
917         * m4/vasnprintf-posix.m4: New file.
918         * m4/printf.m4: New file.
919
920 2007-03-04  Bruno Haible  <bruno@clisp.org>
921
922         Compile progreloc.c only if --enable-relocatable is specified.
923         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
924         if --enable-relocatable was specified.
925         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
926         lib_SOURCES.
927
928 2007-03-04  Jim Meyering  <jim@meyering.net>
929
930         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
931         Use it consistently, rather than enumerating errno constants.
932
933 2007-03-04  Bruno Haible  <bruno@clisp.org>
934
935         * modules/xvasprintf-tests: New file.
936         * tests/test-xvasprintf.c: New file.
937
938         * modules/vasprintf-tests: New file.
939         * tests/test-vasprintf.c: New file.
940
941         * modules/vasnprintf-tests: New file.
942         * tests/test-vasnprintf.c: New file.
943
944         * modules/vsnprintf-tests: New file.
945         * tests/test-vsnprintf.c: New file.
946
947         * modules/snprintf-tests: New file.
948         * tests/test-snprintf.c: New file.
949
950 2007-03-04  Bruno Haible  <bruno@clisp.org>
951
952         Compile relocatable.c only if --enable-relocatable is specified.
953         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
954         gl_RELOCATABLE_LIBRARY.
955         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
956         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
957         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
958         gl_RELOCATABLE_LIBRARY.
959         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
960         (Makefile.am): Remove lib_SOURCES.
961         * modules/relocatable-lib-lgpl (configure.ac): Invoke
962         gl_RELOCATABLE_LIBRARY.
963         (Makefile.am): Remove lib_SOURCES.
964         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
965         always.
966         * modules/relocatable-prog-wrapper (configure.ac): Invoke
967         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
968
969 2007-03-04  Bruno Haible  <bruno@clisp.org>
970
971         * modules/argmatch-tests: New file.
972         * tests/test-argmatch.c: New file.
973
974         * tests/test-allocsa.c (main): Halve the number of loop runs.
975
976         * modules/alloca-opt-tests: New file.
977         * tests/test-alloca-opt.c: New file.
978
979 2007-03-04  Jim Meyering  <jim@meyering.net>
980
981         Work around difference between Linux ACLs and Solaris 10 ZFS.
982         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
983         for EINVAL.
984
985 2007-03-03  Bruno Haible  <bruno@clisp.org>
986
987         * modules/relocatable-prog (Depends-on): Add back progreloc's
988         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
989
990 2007-03-03  Bruno Haible  <bruno@clisp.org>
991
992         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
993         * modules/relocatable-lib: New file.
994
995 2007-03-03  Bruno Haible  <bruno@clisp.org>
996
997         * modules/relocatable-prog: Renamed from modules/relocatable.
998         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
999
1000 2007-03-03  Bruno Haible  <bruno@clisp.org>
1001
1002         * modules/relocatable-script (Files): Add doc/relocatable.texi,
1003         m4/relocatable-lib.m4.
1004         (Depends-on): Remove 'relocatable'.
1005         (configure.ac): Add gl_RELOCATABLE_NOP.
1006
1007 2007-03-03  Bruno Haible  <bruno@clisp.org>
1008
1009         * modules/relocatable-prog-wrapper: New file.
1010         * modules/relocatable (Depends-on): Add it. Remove all other
1011         dependencies except progname.
1012         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
1013
1014         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
1015         (gl_FUNC_STRERROR): Nop.
1016         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
1017
1018         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
1019         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
1020
1021         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
1022         (gl_FUNC_READLINK): Update.
1023
1024         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
1025
1026 2007-03-03  Bruno Haible  <bruno@clisp.org>
1027
1028         * lib/xreadlink.c: Include <unistd.h> unconditionally.
1029         * modules/xreadlink (Depends-on): Add unistd.
1030         * modules/xreadlink-with-size (Depends-on): Likewise.
1031
1032 2007-03-03  Bruno Haible  <bruno@clisp.org>
1033
1034         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
1035         extracted from gt_FUNC_SETENV.
1036         (gt_FUNC_SETENV): Remove macro.
1037         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
1038         remove gt_FUNC_SETENV.
1039
1040 2007-03-03  Bruno Haible  <bruno@clisp.org>
1041
1042         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
1043         ENABLE_RELOCATABLE here.
1044         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
1045
1046 2007-03-03  Bruno Haible  <bruno@clisp.org>
1047
1048         * modules/rbtreehash-list-tests (Depends-on): Add progname.
1049         * tests/test-rbtreehash_list.c: Include progname.h.
1050         (main): Call set_program_name.
1051
1052         * modules/rbtree-oset-tests (Depends-on): Add progname.
1053         * tests/test-rbtree_oset.c: Include progname.h.
1054         (main): Call set_program_name.
1055
1056         * modules/rbtree-list-tests (Depends-on): Add progname.
1057         * tests/test-rbtree_list.c: Include progname.h.
1058         (main): Call set_program_name.
1059
1060         * modules/linked-list-tests (Depends-on): Add progname.
1061         * tests/test-linked_list.c: Include progname.h.
1062         (main): Call set_program_name.
1063
1064 2007-03-03  Bruno Haible  <bruno@clisp.org>
1065
1066         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
1067         All uses of __restrict changed to _Restrict_.
1068         * lib/glob_.h (__restrict): Remove macro.
1069
1070 2007-03-02  Bruno Haible  <bruno@clisp.org>
1071
1072         * modules/gettext (configure.ac): Require gettext infrastructure
1073         from version 0.16.1.
1074
1075 2007-03-02  Bruno Haible  <bruno@clisp.org>
1076
1077         * modules/linkedhash-list-tests (Depends-on): Add progname.
1078         * tests/test-linkedhash_list.c: Include progname.h.
1079         (main): Call set_program_name.
1080
1081         * modules/carray-list-tests (Depends-on): Add progname.
1082         * tests/test-carray_list.c: Include progname.h.
1083         (main): Call set_program_name.
1084
1085         * modules/avltreehash-list-tests (Depends-on): Add progname.
1086         * tests/test-avltreehash_list.c: Include progname.h.
1087         (main): Call set_program_name.
1088
1089         * modules/avltree-oset-tests (Depends-on): Add progname.
1090         * tests/test-avltree_oset.c: Include progname.h.
1091         (main): Call set_program_name.
1092
1093         * modules/avltree-list-tests (Depends-on): Add progname.
1094         * tests/test-avltree_list.c: Include progname.h.
1095         (main): Call set_program_name.
1096
1097         * modules/array-oset-tests (Depends-on): Add progname.
1098         * tests/test-array_oset.c: Include progname.h.
1099         (main): Call set_program_name.
1100
1101         * modules/array-list-tests (Depends-on): Add progname.
1102         * tests/test-array_list.c: Include progname.h.
1103         (main): Call set_program_name.
1104
1105         * modules/argp-tests (Depends-on): Add progname.
1106         * tests/test-argp.c: Include argp.h first. Include progname.h.
1107         (main): Call set_program_name.
1108
1109 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
1110
1111         * doc/gnulib-tool.texi (Initial import): Reword description of
1112         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
1113         limited effect even if defined after the first system include.
1114
1115 2007-03-01  Bruno Haible  <bruno@clisp.org>
1116
1117         * build-aux/config.libpath: Update to libtool-1.5.22.
1118         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
1119
1120 2007-03-01  Bruno Haible  <bruno@clisp.org>
1121
1122         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
1123         foo_CFLAGS.
1124         Reported by Ralf Wildenhues.
1125
1126 2007-03-01  Bruno Haible  <bruno@clisp.org>
1127
1128         * build-aux/install-reloc: Remove object files left over by some
1129         compilers.
1130         Reported by Ralf Wildenhues.
1131
1132 2007-03-01  Bruno Haible  <bruno@clisp.org>
1133
1134         * build-aux/install-reloc: Break long lines.
1135
1136 2007-03-01  Bruno Haible  <bruno@clisp.org>
1137
1138         * doc/relocatable.texi: Document that it may not work on OpenBSD.
1139         Reported by Ralf Wildenhues.
1140
1141 2007-03-01  Bruno Haible  <bruno@clisp.org>
1142
1143         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
1144         include ordering constraints.
1145
1146 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
1147
1148         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
1149         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
1150         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
1151         as another example.
1152         * lib/time_.h: Fix misspelling.
1153         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
1154         Require gl_HEADER_TIME_H_DEFAULTS.
1155         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
1156         * m4/time_r.m4 (gl_TIME_R): Likewise.
1157         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
1158
1159 2007-03-01  Bruno Haible  <bruno@clisp.org>
1160
1161         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
1162         * m4/utimens.m4 (gl_UTIMENS): Likewise.
1163
1164 2007-03-01  Jim Meyering  <jim@meyering.net>
1165
1166         * modules/xreadlink (Maintainer): Add my name.
1167         * modules/xreadlink-with-size (Depends-on): Alphabetize.
1168
1169 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
1170             Bruno Haible  <bruno@clisp.org>
1171
1172         * build-aux/install-reloc: Compile also c-ctype.c.
1173         * build-aux/relocatable.sh.in: New file.
1174         * doc/relocatable.texi: New file.
1175         * doc/relocatable-maint.texi: New file.
1176         * doc/gnulib.texi: Include relocatable-maint.texi.
1177         * lib/progreloc.c: Include unistd.h unconditionally.
1178         * lib/relocwrapper.c: Include unistd.h unconditionally.
1179         Include c-ctype.h.
1180         (add_dotbin): Use c_tolower.
1181         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
1182         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
1183         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
1184         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
1185         to m4/relocatable-lib.m4.
1186         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
1187         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
1188         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
1189         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
1190         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
1191         * modules/relocatable: New file.
1192         * modules/relocatable-lib: New file.
1193         * modules/relocatable-script: New file.
1194
1195 2007-02-28  Bruno Haible  <bruno@clisp.org>
1196
1197         Import --enable-relocatable infrastructure.
1198         * build-aux/config.libpath: New file, from GNU gettext.
1199         * build-aux/install-reloc: New file, from GNU gettext.
1200         * build-aux/reloc-ldflags: New file, from GNU gettext.
1201         * lib/relocatable.h: New file, from GNU gettext.
1202         * lib/relocatable.c: New file, from GNU gettext.
1203         * lib/relocwrapper.c: New file, from GNU gettext.
1204         * m4/relocatable.m4: New file, from GNU gettext.
1205
1206 2007-02-28  Bruno Haible  <bruno@clisp.org>
1207
1208         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
1209
1210         * modules/xreadlink: New file, from GNU gettext with modifications.
1211         * lib/xreadlink.c: New file, from GNU gettext.
1212         * lib/xreadlink.h: Add comments.
1213         (xreadlink): New declaration.
1214
1215         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
1216         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
1217         lib/xreadlink-with-size.c.
1218         (configure.ac): Remove gl_XREADLINK invocation.
1219         (Makefile.am): Augment lib_SOURCES.
1220         * m4/xreadlink.m4: Remove file.
1221         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
1222         (xreadlink_with_size): Renamed from xreadink.
1223         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
1224         * modules/canonicalize (Depends-on): Replace xreadlink with
1225         xreadlink-with-size.
1226         * lib/canonicalize.c (canonicalize_filename_mode): Update.
1227
1228 2007-02-25  Jim Meyering  <jim@meyering.net>
1229
1230         * build-aux/announce-gen: When complaining about excess arguments,
1231         list them.
1232
1233 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
1234
1235         * README: Document signed integer overflow situation more
1236         accurately.
1237
1238 2007-02-25  Bruno Haible  <bruno@clisp.org>
1239
1240         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
1241         'a' or 'A' conversion.
1242
1243 2007-02-25  Bruno Haible  <bruno@clisp.org>
1244
1245         * modules/filename: Renamed from modules/pathname.
1246         (Files): Replace lib/pathname.h with lib/filename.h. Replace
1247         lib/concatpath.c with lib/concat-filename.c.
1248         (Makefile.am): Update.
1249         (Include): Replace pathname.h with filename.h.
1250         * lib/filename.h: Renamed from lib/pathname.h.
1251         (concatenated_filename): Renamed from concatenated_pathname.
1252         * lib/concat-filename.c: Renamed from lib/concatpath.c.
1253         (concatenated_filename): Renamed from concatenated_pathname.
1254         * lib/findprog.c: Include filename.h instead of pathname.h.
1255         (find_in_path): Update.
1256         * lib/javacomp.c: Include filename.h instead of pathname.h.
1257         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
1258         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
1259         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
1260         is_oldgcj_14_13_usable, is_javac_usable): Update.
1261         * lib/javaexec.c: Include filename.h instead of pathname.h.
1262         (execute_java_class): Update.
1263         * modules/findprog: Update.
1264         * modules/javacomp: Update.
1265         * modules/javaexec: Update.
1266         * MODULES.html.sh (File system functions): Add 'filename', remove
1267         'pathname'.
1268
1269 2007-02-25  Bruno Haible  <bruno@clisp.org>
1270
1271         * modules/printf-frexpl-tests: New file.
1272         * tests/test-printf-frexpl.c: New file.
1273
1274         * modules/printf-frexpl: New file.
1275         * lib/printf-frexpl.h: New file.
1276         * lib/printf-frexpl.c: New file.
1277         * m4/printf-frexpl.m4: New file.
1278
1279 2007-02-25  Bruno Haible  <bruno@clisp.org>
1280
1281         * modules/printf-frexp-tests: New file.
1282         * tests/test-printf-frexp.c: New file.
1283
1284         * modules/printf-frexp: New file.
1285         * lib/printf-frexp.h: New file.
1286         * lib/printf-frexp.c: New file.
1287         * m4/printf-frexp.m4: New file.
1288
1289 2007-02-25  Bruno Haible  <bruno@clisp.org>
1290
1291         Assume automake >= 1.10 for the tests.
1292         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
1293         * modules/arctwo-tests: Likewise.
1294         * modules/argp-tests: Likewise.
1295         * modules/avltree-list-tests: Likewise.
1296         * modules/avltree-oset-tests: Likewise.
1297         * modules/avltreehash-list-tests: Likewise.
1298         * modules/carray-list-tests: Likewise.
1299         * modules/crc-tests: Likewise.
1300         * modules/des-tests: Likewise.
1301         * modules/gc-arcfour-tests: Likewise.
1302         * modules/gc-arctwo-tests: Likewise.
1303         * modules/gc-des-tests: Likewise.
1304         * modules/gc-hmac-md5-tests: Likewise.
1305         * modules/gc-hmac-sha1-tests: Likewise.
1306         * modules/gc-md2-tests: Likewise.
1307         * modules/gc-md4-tests: Likewise.
1308         * modules/gc-md5-tests: Likewise.
1309         * modules/gc-pbkdf2-sha1-tests: Likewise.
1310         * modules/gc-rijndael-tests: Likewise.
1311         * modules/gc-sha1-tests: Likewise.
1312         * modules/gc-tests: Likewise.
1313         * modules/getaddrinfo-tests: Likewise.
1314         * modules/hmac-md5-tests: Likewise.
1315         * modules/hmac-sha1-tests: Likewise.
1316         * modules/linked-list-tests: Likewise.
1317         * modules/linkedhash-list-tests: Likewise.
1318         * modules/lock-tests: Likewise.
1319         * modules/md2-tests: Likewise.
1320         * modules/md4-tests: Likewise.
1321         * modules/md5-tests: Likewise.
1322         * modules/rbtree-list-tests: Likewise.
1323         * modules/rbtree-oset-tests: Likewise.
1324         * modules/rbtreehash-list-tests: Likewise.
1325         * modules/read-file-tests: Likewise.
1326         * modules/rijndael-tests: Likewise.
1327         * modules/stdint-tests: Likewise.
1328         * modules/tls-tests: Likewise.
1329
1330 2007-02-24  Bruno Haible  <bruno@clisp.org>
1331
1332         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
1333         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
1334         function; instead check whether isnan with a double argument links.
1335         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
1336         function; instead check whether isnan with a 'long double' argument
1337         links.
1338         Reported by Eric Blake <ebb9@byu.net>.
1339
1340 2007-02-24  Bruno Haible  <bruno@clisp.org>
1341
1342         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
1343         defined.
1344         * lib/isnanl.c: Remove all code. Just include isnan.c.
1345         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
1346
1347 2007-02-25  Jim Meyering  <jim@meyering.net>
1348
1349         Avoid conflicting types for 'unsetenv' on FreeBSD.
1350         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
1351         conflicting with FreeBSD's (5.0 and 6.1) function declaration
1352         in stdlib.h.
1353
1354 2007-02-24  Bruno Haible  <bruno@clisp.org>
1355
1356         * modules/isnanl-nolibm-tests: New file.
1357         * tests/test-isnanl.c: New file.
1358
1359         * modules/isnanl-nolibm: New file.
1360         * lib/isnanl.h: New file.
1361         * lib/isnanl.c: New file.
1362         * m4/isnanl.m4: New file.
1363
1364 2007-02-24  Bruno Haible  <bruno@clisp.org>
1365
1366         * modules/isnan-nolibm-tests: New file.
1367         * tests/test-isnan.c: New file.
1368
1369         * modules/isnan-nolibm: New file.
1370         * lib/isnan.h: New file.
1371         * lib/isnan.c: New file.
1372         * m4/isnan.m4: New file.
1373
1374 2007-02-24  Bruno Haible  <bruno@clisp.org>
1375
1376         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
1377         assume that an exponent fits in 20 bits.
1378
1379 2007-02-24  Jim Meyering  <jim@meyering.net>
1380
1381         * m4/regex.m4: Update the description of the configure-time option,
1382         --without-included-regex, to state accurately what the defaults are,
1383         and perhaps to give people an idea why using this option is risky.
1384
1385 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
1386
1387         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
1388         loops on small arguments.  This attempts to avoid the problem
1389         Bruno Haible reported for AIX 4.3.2 in
1390         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
1391
1392 2007-02-23  Bruno Haible  <bruno@clisp.org>
1393
1394         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
1395         Needed for help2man.
1396
1397 2007-02-23  Karl Berry  <karl@gnu.org>
1398
1399         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
1400         exists, foo.h should be cvs-ignored, not committed.
1401
1402 2007-02-23  Eric Blake  <ebb9@byu.net>
1403
1404         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
1405         * lib/stat-time.h (includes): Likewise.
1406         * lib/utimecmp.c (includes): Likewise.
1407         * lib/utimens.h (includes): Likewise.
1408         * lib/getdate.y (includes): Also include "timespec.h" for use
1409         internal to the module.
1410         * modules/utimens (Depends-on): Revert yesterday's patch.
1411         * modules/nanosleep (Depends-on): Add missing dependency.
1412
1413 2007-02-22  Bruno Haible  <bruno@clisp.org>
1414
1415         * lib/glob.c: Don't include getlogin_r.h.
1416
1417 2007-02-22  Jim Meyering  <jim@meyering.net>
1418
1419         * modules/utimens (Depends-on): Add timespec, required for
1420         utimens.h's inclusion of timespec.h.
1421
1422 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
1423
1424         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
1425         long unreadable paths in GNU/Linux.  Problem reported by Andreas
1426         Schwab in
1427         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
1428         I'll try to think of a better way to fix the Solaris problem.
1429
1430         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
1431         like glibc; on Solaris 10, it fails with errno == EINVAL.
1432         POSIX says the behavior is unspecified if the first argument is NULL,
1433         so play it safe and never pass NULL to the system getcwd.
1434
1435 2007-02-21  Jim Meyering  <jim@meyering.net>
1436
1437         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
1438         of gettimeofday.  It would conflict with the one now always
1439         provided via sys_time_.h.  Reported by Matthew Woehlke, as
1440         an IRIX 6.5 build failure.
1441
1442 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
1443
1444         Minor fixups to port to Solaris 10 with Sun C 5.8.
1445         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
1446         * modules/getcwd (Depends-on): Add dirfd.
1447         * lib/putenv.c (putenv): #undef it.
1448         (rpl_putenv): New decl.
1449         (malloc, free): Include <stdlib.h> rather than prototyping separately.
1450
1451 2007-02-20  Bruno Haible  <bruno@clisp.org>
1452
1453         * modules/stdio-tests: New file.
1454         * tests/test-stdio.c: New file.
1455
1456         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
1457         (Depends-on): Add stdio.
1458         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
1459         (Include): Use <stdio.h> instead of vsnprintf.h.
1460         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
1461         HAVE_DECL_VSNPRINTF.
1462         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
1463
1464         * modules/snprintf (Files): Remove lib/snprintf.h.
1465         (Depends-on): Add stdio.
1466         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
1467         (Include): Use <stdio.h> instead of snprintf.h.
1468         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
1469         HAVE_DECL_SNPRINTF.
1470         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
1471         * lib/getaddrinfo.c: Likewise.
1472
1473         * modules/stdio: New file.
1474         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
1475         * lib/snprintf.h: Remove file.
1476         * lib/vsnprintf.h: Remove file.
1477         * lib/.cppi-disable: Remove snprintf.h.
1478         * m4/stdio_h.m4: New file.
1479         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
1480
1481 2007-02-20  Jim Meyering  <jim@meyering.net>
1482
1483         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
1484         used by e.g., mingw.  From Bruno Haible.
1485
1486 2007-02-19  Bruno Haible  <bruno@clisp.org>
1487
1488         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
1489         warnings.
1490         Reported by Ben Pfaff <blp@cs.stanford.edu>.
1491
1492 2007-02-19  Bruno Haible  <bruno@clisp.org>
1493
1494         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
1495         from mingw users.
1496
1497 2007-02-19  Bruno Haible  <bruno@clisp.org>
1498
1499         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
1500         warnings.
1501         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
1502
1503 2007-02-19  Jim Meyering  <jim@meyering.net>
1504
1505         Don't use FD after a successful "fdopendir (fd)".
1506         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
1507         Reset it by calling dirfd on the just-obtained DIR*.
1508
1509         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
1510         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
1511
1512 2007-02-18  Bruno Haible  <bruno@clisp.org>
1513
1514         * lib/readlink.c: Include <unistd.h>.
1515         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
1516         HAVE_READLINK.
1517         * modules/readlink (Depends-on): Add unistd.
1518         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1519         (Include): Add <unistd.h>.
1520
1521         * lib/getlogin_r.h: Remove file.
1522         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
1523         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
1524         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
1525         HAVE_DECL_GETLOGIN_R.
1526         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
1527         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1528         (Include): Use <unistd.h> instead of getlogin_r.h.
1529
1530         * lib/getcwd.h: Remove file.
1531         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
1532         * lib/xgetcwd.c: Likewise.
1533         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
1534         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
1535         * modules/getcwd (Files): Remove lib/getcwd.h.
1536         (Depends-on): Add unistd.
1537         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1538         (Include): Use <unistd.h> instad of getcwd.h.
1539
1540         * lib/ftruncate.c: Include <unistd.h> first.
1541         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
1542         Set HAVE_FTRUNCATE.
1543         * modules/ftruncate (Depends-on): Add unistd.
1544         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1545
1546         * lib/fchdir.c: Include <unistd.h> first.
1547         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
1548         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
1549         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
1550         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1551         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
1552
1553         * lib/dup2.c: Include <unistd.h> first.
1554         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
1555         HAVE_DUP2.
1556         * modules/dup2 (Depends-on): Add unistd.
1557         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1558
1559         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
1560         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
1561         REPLACE_CHOWN. Don't define chown as a macro here.
1562         * modules/chown (Depends-on): Add unistd.
1563         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1564
1565         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
1566         Add definition for GL_LINK_WARNING.
1567         (chown, dup2): New declarations.
1568         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
1569         link warning.
1570         (ftruncate): New declaration.
1571         (getcwd): New declaration, taken from old getcwd.h.
1572         (getlogin_r): New declaration, taken from old getlogin_r.h.
1573         (readlink): New declaration.
1574         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
1575         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
1576         (gl_PREREQ_UNISTD): Remove macro.
1577         (gl_UNISTD_MODULE_INDICATOR): New macro.
1578         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
1579         many new variables. Don't set UNISTD_H.
1580         * modules/unistd (Description): Change.
1581         (Depends-on): Add link-warning.
1582         (configure.ac): Update.
1583         (Makefile.am): Create unistd.h always. Substitute many new variables
1584         into it.
1585
1586 2007-02-18  Bruno Haible  <bruno@clisp.org>
1587
1588         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
1589         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
1590         HAVE_GETSUBOPT.
1591         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
1592         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
1593         * lib/getsubopt.h: Remove file.
1594         * modules/getsubopt (Files): Remove lib/getsubopt.h.
1595         (Depends-on): Add stdlib.
1596         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
1597         (Includes): Use <stdlib.h> instead of getsubopt.h.
1598         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
1599         Set HAVE_GETSUBOPT.
1600         * lib/getsubopt.c: Don't include getsubopt.h.
1601
1602 2007-02-18  Bruno Haible  <bruno@clisp.org>
1603
1604         * modules/fchdir (Depends-on): Add dup2.
1605
1606 2007-02-18  Bruno Haible  <bruno@clisp.org>
1607
1608         * lib/stdlib_.h: Handle glibc's special invocation convention
1609         specially.
1610
1611 2007-02-18  Bruno Haible  <bruno@clisp.org>
1612
1613         * modules/stdlib-tests: New file.
1614         * tests/test-stdlib.c: New file.
1615
1616         * modules/mkstemp (Files): Remove lib/mkstemp.h.
1617         (Depends-on): Add stdlib.
1618         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
1619         (Includes): Use <stdlib.h> instead of mkstemp.h.
1620         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
1621         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
1622         * lib/mkstemp.c: Don't include mkstemp.h.
1623         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
1624         * lib/stdlib--.h: Don't include mkstemp.h.
1625
1626         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
1627         (Depends-on): Add stdlib.
1628         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
1629         (Includes): Use <stdlib.h> instead of mkdtemp.h.
1630         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
1631         HAVE_MKDTEMP.
1632         * lib/mkdtemp.c: Don't include mkdtemp.h.
1633         * lib/clean-temp.c: Don't include mkdtemp.h.
1634
1635         * modules/exit (Files): Remove lib/exit.h.
1636         (Depends-on): Add stdlib.
1637         (Makefile.am): Remove lib_SOURCES.
1638         (Include): Use <stdlib.h> instead of exit.h.
1639         * lib/argmatch.c: Don't include exit.h.
1640         * lib/execute.c: Likewise.
1641         * lib/pagealign_alloc.c: Likewise.
1642         * lib/pipe.c: Likewise.
1643         * lib/wait-process.c: Likewise.
1644         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
1645         * lib/exitfail.c: Likewise.
1646         * lib/savewd.c: Likewise.
1647         * lib/xsetenv.c: Likewise.
1648
1649         * modules/stdlib: New file.
1650         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
1651         and extra comments about mkstemp().
1652         * lib/exit.h: Remove file.
1653         * lib/mkdtemp.h: Remove file.
1654         * lib/mkstemp.h: Remove file.
1655         * m4/stdlib_h.m4: New file.
1656         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
1657
1658 2007-02-18  Bruno Haible  <bruno@clisp.org>
1659
1660         * modules/math-tests: New file.
1661         * tests/test-math.c: New file.
1662
1663         * modules/math: New file.
1664         * modules/mathl (Files): Remove lib/mathl.h.
1665         (Depends-on): Add math.
1666         (Makefile.am): Don't mention mathl.h.
1667         (Include): Use <math.h> instead of mathl.h.
1668         * lib/math_.h: New file.
1669         * lib/mathl.h: Remove file.
1670         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
1671         mathl.h.
1672         * lib/asinl.c: Likewise.
1673         * lib/atanl.c: Likewise.
1674         * lib/ceill.c: Likewise.
1675         * lib/cosl.c: Likewise.
1676         * lib/expl.c: Likewise.
1677         * lib/floorl.c: Likewise.
1678         * lib/frexpl.c: Likewise.
1679         * lib/ldexpl.c: Likewise.
1680         * lib/logl.c: Likewise.
1681         * lib/sincosl.c: Likewise.
1682         * lib/sinl.c: Likewise.
1683         * lib/sqrtl.c: Likewise.
1684         * lib/tanl.c: Likewise.
1685         * lib/trigl.c: Likewise.
1686         * m4/math_h.m4: New file.
1687         * MODULES.html.sh (Mathematics): Add math.
1688
1689 2007-02-17  Bruno Haible  <bruno@clisp.org>
1690
1691         * modules/wctype-tests: New file.
1692         * tests/test-wctype.c: New file.
1693
1694         * modules/wchar-tests: New file.
1695         * tests/test-wchar.c: New file.
1696
1697         * modules/unistd-tests: New file.
1698         * tests/test-unistd.c: New file.
1699
1700         * modules/time-tests: New file.
1701         * tests/test-time.c: New file.
1702
1703         * modules/sysexits-tests: New file.
1704         * tests/test-sysexits.c: New file.
1705
1706         * modules/sys_time-tests: New file.
1707         * tests/test-sys_time.c: New file.
1708
1709         * modules/sys_stat-tests: New file.
1710         * tests/test-sys_stat.c: New file.
1711
1712         * modules/sys_socket-tests: New file.
1713         * tests/test-sys_socket.c: New file.
1714
1715         * modules/sys_select-tests: New file.
1716         * tests/test-sys_select.c: New file.
1717
1718         * modules/string-tests: New file.
1719         * tests/test-string.c: New file.
1720
1721         * modules/stdbool-tests: New file.
1722         * tests/test-stdbool.c: New file.
1723
1724         * modules/netinet_in-tests: New file.
1725         * tests/test-netinet_in.c: New file.
1726
1727         * modules/inttypes-tests: New file.
1728         * tests/test-inttypes.c: New file.
1729
1730         * modules/fcntl-tests: New file.
1731         * tests/test-fcntl.c: New file.
1732
1733         * modules/byteswap-tests: New file.
1734         * tests/test-byteswap.c: New file.
1735
1736         * modules/arpa_inet-tests: New file.
1737         * tests/test-arpa_inet.c: New file.
1738
1739 2007-02-17  Bruno Haible  <bruno@clisp.org>
1740
1741         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
1742         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
1743         if the corresponding module is not enabled. Emit link warnings if
1744         the function is used nevertheless.
1745         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
1746         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
1747         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
1748         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
1749         * modules/inttypes (Depends-on): Add link-warning.
1750         (Makefile.am): Copy the contents of build-aux/link-warning.h into
1751         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
1752         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
1753         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
1754         * modules/imaxdiv (configure.ac): Likewise.
1755         * modules/strtoimax (configure.ac): Likewise.
1756         * modules/strtoumax (configure.ac): Likewise.
1757
1758 2007-02-17  Bruno Haible  <bruno@clisp.org>
1759
1760         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
1761         gl_STRING_MODULE_INDICATOR_DEFAULTS.
1762         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
1763         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
1764
1765 2007-02-17  Bruno Haible  <bruno@clisp.org>
1766
1767         * modules/link-warning: New file.
1768         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
1769         * lib/string_.h (GL_LINK_WARNING): Remove definition.
1770         * modules/string (Depends-on): Add link-warning.
1771         (Makefile.am): Copy the contents of build-aux/link-warning.h into
1772         string.h.
1773         * MODULES.html.sh (Support for building libraries and executables): Add
1774         link-warning.
1775
1776 2007-02-17  Bruno Haible  <bruno@clisp.org>
1777
1778         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
1779         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
1780         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
1781         long lines.
1782
1783 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
1784             Bruno Haible  <bruno@clisp.org>
1785
1786         * modules/tmpfile: New file.
1787         * lib/tmpfile.c: New file.
1788         * m4/tmpfile.m4: New file.
1789         * MODULES.html.sh (func_all_modules): New section "Input/output".
1790
1791 2007-02-15  Bruno Haible  <bruno@clisp.org>
1792
1793         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
1794         (supports_delete_on_close): New function.
1795         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
1796
1797 2007-02-14  Bruno Haible  <bruno@clisp.org>
1798
1799         * modules/mbspcasecmp-tests: New file.
1800         * tests/test-mbspcasecmp.sh: New file.
1801         * tests/test-mbspcasecmp.c: New file.
1802
1803         New module mbspcasecmp.
1804         * modules/mbspcasecmp: New file.
1805         * lib/mbspcasecmp.c: New file.
1806         * lib/string_.h (strncasecmp): Change warning message.
1807         (mbspcasecmp): New declaration.
1808         * m4/mbspcasecmp.m4: New file.
1809         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1810         GNULIB_MBSPCASECMP.
1811         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
1812         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
1813
1814 2007-02-14  Bruno Haible  <bruno@clisp.org>
1815
1816         * modules/mbsncasecmp-tests: New file.
1817         * tests/test-mbsncasecmp.sh: New file.
1818         * tests/test-mbsncasecmp.c: New file.
1819
1820         New module mbsncasecmp.
1821         * modules/mbsncasecmp: New file.
1822         * lib/mbsncasecmp.c: New file.
1823         * lib/string_.h (mbsncasecmp): New declaration.
1824         * m4/mbsncasecmp.m4: New file.
1825         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1826         GNULIB_MBSNCASECMP.
1827         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
1828         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
1829
1830 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
1831
1832         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
1833         Verify that it doesn't overlap with our flags.
1834         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
1835         do not have the desired effect in multibyte locales; instead, use
1836         mbscasecmp.
1837         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
1838         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
1839         we don't require GNU fnmatch ourselves (if our users require it, they
1840         should do so explicitly).
1841
1842         Fix regex code so it doesn't rely on strcasecmp.
1843         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
1844         Otherwise, include gnulib's langinfo.h.
1845         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
1846         undesirable behavior in non-C locales.  Instead, rely on localecharset.
1847         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
1848         * modules/regex (FILES): Remove m4/codeset.m4.
1849         (Depends-on): Add localcharset.  Remove strcase.
1850
1851 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1852
1853         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
1854         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
1855
1856 2007-02-13  Bruno Haible  <bruno@clisp.org>
1857
1858         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
1859         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1860
1861 2007-02-12  Bruno Haible  <bruno@clisp.org>
1862
1863         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
1864         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
1865         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
1866         time warning rather than a link error.
1867
1868 2007-02-12  Bruno Haible  <bruno@clisp.org>
1869
1870         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
1871         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
1872         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1873
1874 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
1875
1876         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
1877         args, not 2.
1878
1879 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
1880
1881         New module 'time', so that apps can include <time.h> as per
1882         POSIX and GNU instead of separate include files like time_r.h
1883         and timegm.h.  This implementation tries out a simpler approach
1884         for replacing decls in standard include files (as compared to
1885         the string module), somewhat as an experiment.
1886
1887         * config/srclist.txt: Comment out mktime.c for now.
1888         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
1889         since it doesn't apply any more.  Use generic wording instead.
1890         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
1891         'time'.
1892         * lib/time_.h, m4/time_h.m4, modules/time: New files.
1893         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
1894         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
1895         Don't include <sys/types.h>; no longer needed since we assume C89.
1896         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
1897         * lib/strftime.c: Likewise.
1898         * lib/time_r.c: Likewise.
1899         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
1900         * lib/nanosleep.c: Include <time.h> first, to check interface.
1901         * lib/strptime.c: Likewise.
1902         * lib/time_r.c: Likewise.
1903         * lib/timegm.c: Likewise.
1904         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
1905         needed.
1906         * lib/timegm.c: Don't include timegm.h; no longer needed.
1907         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
1908         time.h now handles any problems in that area.
1909         (struct timespec, nanosleep): Remove; time.h now arranges for these.
1910         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
1911         that time.h defines struct timespec.
1912         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
1913         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
1914         handles that.
1915         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
1916         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
1917         needed.  Set REPLACE_LOCALTIME.
1918         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
1919         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
1920         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
1921         nanosleep; time_h.m4 now does that.  Don't require
1922         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
1923         module handles this now.
1924         * modules/getdate (Depends-on): Remove timespec.  Add time.
1925         * modules/nanosleep (Depends-on): Likewise.
1926         * modules/stat-time (Depends-on): Likewise.
1927         * modules/nanosleep (Include): Include time.h, not timespec.h.
1928         * modules/strptime (Files): Remove lib/strptime.h.
1929         (Depends-on): Add extensions, time.
1930         (Include): Include time.h, not strptime.h.
1931         * modules/time_r (Files): Remove lib/time_r.h.
1932         (Depends-on): Add time.
1933         (Include): Include time.h, not time_r.h.
1934         * modules/timegm: Likewise.
1935         * modules/timespec (Description): Now does timespec-related decls
1936         of our own, instead of struct timespec itself.
1937         (Depends-on): Add time; remove extensions.
1938         (Maintainer): Add self.
1939         * modules/utimecmp (Depends-on): Add time; remove timespec.
1940         * modules/utimens (Depends-on): Likewise.
1941         * modules/xnanosleep (Depends-on): Likewise.
1942
1943 2007-02-11  Bruno Haible  <bruno@clisp.org>
1944
1945         * lib/c-strstr.c: Include allocsa.h.
1946         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
1947         * lib/c-strcasestr.c: Include allocsa.h.
1948         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
1949         * lib/strcasestr.c: Include allocsa.h.
1950         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
1951         * lib/mbsstr.c: Include allocsa.h.
1952         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
1953         allocsa/freesa instead of malloc/free.
1954         * lib/mbscasestr.c: Include allocsa.h.
1955         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
1956         allocsa/freesa instead of malloc/free.
1957         * modules/c-strstr (Depends-on): Add allocsa.
1958         * modules/c-strcasestr (Depends-on): Likewise.
1959         * modules/strcasestr (Depends-on): Likewise.
1960         * modules/mbsstr (Depends-on): Likewise.
1961         * modules/mbscasestr (Depends-on): Likewise.
1962
1963 2007-02-11  Bruno Haible  <bruno@clisp.org>
1964
1965         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
1966
1967         * modules/mbsspn-tests: New file.
1968         * tests/test-mbsspn.sh: New file.
1969         * tests/test-mbsspn.c: New file.
1970
1971 2007-02-11  Bruno Haible  <bruno@clisp.org>
1972
1973         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
1974
1975         * modules/mbspbrk-tests: New file.
1976         * tests/test-mbspbrk.sh: New file.
1977         * tests/test-mbspbrk.c: New file.
1978
1979 2007-02-11  Bruno Haible  <bruno@clisp.org>
1980
1981         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
1982         unneeded cast.
1983
1984         * modules/mbscspn-tests: New file.
1985         * tests/test-mbscspn.sh: New file.
1986         * tests/test-mbscspn.c: New file.
1987
1988 2007-02-11  Bruno Haible  <bruno@clisp.org>
1989
1990         * modules/mbscasecmp-tests: New file.
1991         * tests/test-mbscasecmp.sh: New file.
1992         * tests/test-mbscasecmp.c: New file.
1993
1994 2007-02-11  Bruno Haible  <bruno@clisp.org>
1995
1996         Ensure O(n) worst-case complexity of mbscasestr.
1997         * lib/mbscasestr.c: Include stdbool.h.
1998         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
1999         functions.
2000         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
2001         the bookkeeping indicates that it's worth it.
2002         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
2003
2004         * modules/mbscasestr-tests: New file.
2005         * tests/test-mbscasestr1.c: New file.
2006         * tests/test-mbscasestr2.sh: New file.
2007         * tests/test-mbscasestr2.c: New file.
2008         * tests/test-mbscasestr3.sh: New file.
2009         * tests/test-mbscasestr3.c: New file.
2010         * tests/test-mbscasestr4.sh: New file.
2011         * tests/test-mbscasestr4.c: New file.
2012         * m4/locale-tr.m4: New file.
2013
2014 2007-02-11  Bruno Haible  <bruno@clisp.org>
2015
2016         Ensure O(n) worst-case complexity of mbsstr.
2017         * lib/mbsstr.c: Include stdbool.h.
2018         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
2019         functions.
2020         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
2021         bookkeeping indicates that it's worth it.
2022         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
2023
2024         * modules/mbsstr-tests: New file.
2025         * tests/test-mbsstr1.c: New file.
2026         * tests/test-mbsstr2.sh: New file.
2027         * tests/test-mbsstr2.c: New file.
2028         * tests/test-mbsstr3.sh: New file.
2029         * tests/test-mbsstr3.c: New file.
2030         * m4/locale-fr.m4: New file.
2031
2032 2007-02-11  Bruno Haible  <bruno@clisp.org>
2033
2034         * lib/mbsrchr.c (mbsrchr): Fix bug.
2035
2036         * modules/mbsrchr-tests: New file.
2037         * tests/test-mbsrchr.sh: New file.
2038         * tests/test-mbsrchr.c: New file.
2039
2040 2007-02-11  Bruno Haible  <bruno@clisp.org>
2041
2042         * lib/mbschr.c (mbschr): Fix bug.
2043
2044         * modules/mbschr-tests: New file.
2045         * tests/test-mbschr.sh: New file.
2046         * tests/test-mbschr.c: New file.
2047         * m4/locale-zh.m4: New file.
2048
2049 2007-02-11  Bruno Haible  <bruno@clisp.org>
2050
2051         Support for copying multibyte string iterators.
2052         * lib/mbiter.h: Include <string.h>.
2053         (mbiter_multi_copy): New function.
2054         (mbi_copy): New macro.
2055         * lib/mbuiter.h: Include <string.h>.
2056         (mbuiter_multi_copy): New function.
2057         (mbui_copy): New macro.
2058
2059 2007-02-11  Bruno Haible  <bruno@clisp.org>
2060
2061         New module mbslen.
2062         * modules/mbslen: New file.
2063         * lib/mbslen.c: New file.
2064         * lib/string_.h (mbslen): New declaration.
2065         * m4/mbslen.m4: New file.
2066         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2067         GNULIB_MBSLEN.
2068         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
2069         * MODULES.html.sh (Internationalization functions): Add mbslen.
2070
2071 2007-02-11  Bruno Haible  <bruno@clisp.org>
2072
2073         Ensure O(n) worst-case complexity of strcasestr substitute.
2074         * lib/strcasestr.c: Include stdbool.h.
2075         (knuth_morris_pratt): New function.
2076         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
2077         bookkeeping indicates that it's worth it.
2078         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
2079
2080         * modules/strcasestr-tests: New file.
2081         * tests/test-strcasestr.c: New file.
2082
2083 2007-02-11  Bruno Haible  <bruno@clisp.org>
2084
2085         Ensure O(n) worst-case complexity of c_strcasestr.
2086         * lib/c-strcasestr.c: Include stdbool.h, string.h.
2087         (knuth_morris_pratt): New function.
2088         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
2089         the bookkeeping indicates that it's worth it.
2090         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
2091
2092         * modules/c-strcasestr-tests: New file.
2093         * tests/test-c-strcasestr.c: New file.
2094
2095 2007-02-11  Bruno Haible  <bruno@clisp.org>
2096
2097         Ensure O(n) worst-case complexity of c_strstr.
2098         * lib/c-strstr.c: Include stdbool.h, string.h.
2099         (knuth_morris_pratt): New function.
2100         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
2101         bookkeeping indicates that it's worth it.
2102         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
2103
2104         * lib/c-strstr.c: Complete rewrite for maintainability.
2105
2106         * modules/c-strstr-tests: New file.
2107         * tests/test-c-strstr.c: New file.
2108
2109 2007-02-11  Bruno Haible  <bruno@clisp.org>
2110
2111         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
2112         5.2.1 and earlier, whereby \055 was treated just like the range
2113         delimiter '-'.
2114         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
2115
2116 2007-02-08  Bruno Haible  <bruno@clisp.org>
2117
2118         * modules/regex (Depends-on): Add stdbool.
2119         Reported by Dalibor Topic <robilad@kaffe.org>.
2120
2121 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
2122
2123         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
2124         Prefer returning from main to exiting from it.
2125         Remove unnecessary parens after sizeof.
2126
2127 2007-02-05  Bruno Haible  <bruno@clisp.org>
2128
2129         New module mbssep.
2130         * modules/mbssep: New file.
2131         * lib/mbssep.c: New file.
2132         * lib/string_.h (strsep): Add a conditional link warning.
2133         (mbssep): New declaration.
2134         * m4/mbssep.m4: New file.
2135         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2136         GNULIB_MBSSEP.
2137         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
2138         * MODULES.html.sh (Internationalization functions): Add mbssep.
2139
2140 2007-02-05  Bruno Haible  <bruno@clisp.org>
2141
2142         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
2143         Optimize search in case of 1 delimiter.
2144
2145 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
2146
2147         * lib/acl.h: Include sys/types.h before sys/acl.h.
2148
2149 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
2150
2151         Merge upstream fix for glibc bugzilla #3957:
2152
2153         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
2154
2155         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
2156         bit for RE_HAT_LISTS_NOT_NEWLINE.
2157         (build_charclass_op): Remove bogus comment.
2158
2159 2007-02-05  Simon Josefsson  <simon@josefsson.org>
2160
2161         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
2162
2163 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
2164
2165         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
2166         * lib/memmem.c [!defined _LIBC]: Include config.h.
2167
2168 2007-02-04  Bruno Haible  <bruno@clisp.org>
2169
2170         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
2171         warning message.
2172
2173 2007-02-04  Bruno Haible  <bruno@clisp.org>
2174
2175         New module mbstok_r.
2176         * modules/mbstok_r: New file.
2177         * lib/mbstok_r.c: New file.
2178         * lib/string_.h (strtok_r): Change argument names to match the
2179         comments. Add a conditional link warning.
2180         (mbstok_r): New declaration.
2181         * m4/mbstok_r.m4: New file.
2182         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2183         GNULIB_MBSTOK_R.
2184         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
2185         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
2186
2187 2007-02-04  Bruno Haible  <bruno@clisp.org>
2188
2189         New module mbsspn.
2190         * modules/mbsspn: New file.
2191         * lib/mbsspn.c: New file.
2192         * lib/string_.h (strspn): Add a conditional link warning.
2193         (mbsspn): New declaration.
2194         * m4/mbsspn.m4: New file.
2195         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2196         GNULIB_MBSSPN.
2197         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
2198         * MODULES.html.sh (Internationalization functions): Add mbsspn.
2199
2200 2007-02-04  Bruno Haible  <bruno@clisp.org>
2201
2202         New module mbspbrk.
2203         * modules/mbspbrk: New file.
2204         * lib/mbspbrk.c: New file.
2205         * lib/string_.h (strpbrk): Add a conditional link warning.
2206         (mbspbrk): New declaration.
2207         * m4/mbspbrk.m4: New file.
2208         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2209         GNULIB_MBSPBRK.
2210         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
2211         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
2212
2213 2007-02-04  Bruno Haible  <bruno@clisp.org>
2214
2215         New module mbscspn.
2216         * modules/mbscspn: New file.
2217         * lib/mbscspn.c: New file.
2218         * lib/string_.h (strcspn): Add a conditional link warning.
2219         (mbscspn): New declaration.
2220         * m4/mbscspn.m4: New file.
2221         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2222         GNULIB_MBSCSPN.
2223         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
2224         * MODULES.html.sh (Internationalization functions): Add mbscspn.
2225
2226 2007-02-04  Bruno Haible  <bruno@clisp.org>
2227
2228         New module mbscasestr, reduced goal of strcasestr.
2229         * modules/mbscasestr: New file.
2230         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
2231         (mbscasestr): Renamed from strcasestr.
2232         * lib/strcasestr.c: Don't include mbuiter.h.
2233         (strcasestr): Remove support for multibyte locales.
2234         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
2235         Change the conditional link warning.
2236         (mbscasestr): New declaration.
2237         * m4/mbscasestr.m4: New file.
2238         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
2239         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
2240         REPLACE_STRCASESTR.
2241         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
2242         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
2243         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
2244         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
2245         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
2246         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
2247         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
2248         (Depends-on): Remove mbuiter.
2249         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
2250
2251 2007-02-04  Bruno Haible  <bruno@clisp.org>
2252
2253         Simplify handling of strncasecmp.
2254         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
2255         the conditional link warning.
2256         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
2257         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
2258         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
2259         * modules/strcase (configure.ac): Don't invoke
2260         gl_STRING_MODULE_INDICATOR.
2261         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
2262
2263 2007-02-04  Bruno Haible  <bruno@clisp.org>
2264
2265         New module mbscasecmp, reduced goal of strcasecmp.
2266         * modules/mbscasecmp: New file.
2267         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
2268         (mbscasecmp): Renamed from strcasecmp.
2269         * lib/strcasecmp.c: Don't include mbuiter.h.
2270         (strcasecmp): Remove support for multibyte locales.
2271         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
2272         Change the conditional link warning.
2273         (mbscasecmp): New declaration.
2274         * m4/mbscasecmp.m4: New file.
2275         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
2276         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
2277         REPLACE_STRCASECMP.
2278         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
2279         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2280         GNULIB_MBSCASECMP.
2281         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
2282         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
2283         * modules/strcase (Files): Remove m4/mbrtowc.m4.
2284         (Depends-on): Remove mbuiter.
2285         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
2286
2287 2007-02-04  Bruno Haible  <bruno@clisp.org>
2288
2289         New module mbsstr. Remove module strstr.
2290         * modules/mbsstr: New file.
2291         * modules/strstr: Remove file.
2292         * lib/mbsstr.c: Renamed from lib/strstr.c.
2293         (mbsstr): Renamed from strstr.
2294         * lib/string_.h (strstr): Remove declaration. Change the conditional
2295         link warning.
2296         (mbsstr): New declaration.
2297         * m4/mbsstr.m4: New file.
2298         * m4/strstr.m4: Remove file.
2299         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
2300         REPLACE_STRSTR.
2301         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
2302         Don't initialize GNULIB_STRSTR.
2303         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
2304         substitute GNULIB_STRSTR and REPLACE_STRSTR.
2305         * MODULES.html.sh (Internationalization functions): Add mbsstr.
2306         (Support for systems lacking ANSI C 89): Remove strstr.
2307
2308 2007-02-04  Bruno Haible  <bruno@clisp.org>
2309
2310         New module mbsrchr.
2311         * modules/mbsrchr: New file.
2312         * lib/mbsrchr.c: New file.
2313         * lib/string_.h (strrchr): Add a conditional link warning.
2314         (mbsrchr): New declaration.
2315         * m4/mbsrchr.m4: New file.
2316         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2317         GNULIB_MBSRCHR.
2318         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
2319         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
2320
2321 2007-02-04  Bruno Haible  <bruno@clisp.org>
2322
2323         New module mbschr.
2324         * modules/mbschr: New file.
2325         * lib/mbschr.c: New file.
2326         * lib/string_.h (strchr): Add a conditional link warning.
2327         (mbschr): New declaration.
2328         * m4/mbschr.m4: New file.
2329         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2330         GNULIB_MBSCHR.
2331         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
2332         * MODULES.html.sh (Internationalization functions): Add mbschr.
2333
2334 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
2335
2336         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
2337
2338         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
2339
2340 2007-02-04  Bruno Haible  <bruno@clisp.org>
2341
2342         New module description section 'configure.ac-early'.
2343         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
2344         (func_get_autoconf_early_snippet): New function.
2345         (func_import, func_create_testdir): Use it. Remove special cases for
2346         modules 'extensions' and 'lock'.
2347         * modules/extensions (configure.ac-early): Require
2348         gl_USE_SYSTEM_EXTENSIONS.
2349         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
2350
2351 2007-02-04  Bruno Haible  <bruno@clisp.org>
2352
2353         Make use of gcj-4.3's -fsource and -ftarget option.
2354         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
2355         and if so try the options -fsource and -ftarget.
2356         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
2357         source_version, ftarget_option, target_version arguments.
2358         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
2359         (is_envjavac_oldgcj_14_14_usable): Renamed from
2360         is_envjavac_gcj_14_14_usable.
2361         (is_envjavac_oldgcj_14_13_usable): Renamed from
2362         is_envjavac_gcj_14_13_usable.
2363         (is_gcj_present): Update.
2364         (is_gcj_43, is_gcj43_usable): New functions.
2365         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
2366         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
2367         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
2368         try the options -fsource and -ftarget.
2369
2370 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
2371
2372         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
2373         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
2374         larger value.
2375
2376 2007-02-03  Jim Meyering  <jim@meyering.net>
2377
2378         Give tools a better chance to allocate space for very large buffers.
2379         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
2380
2381         Make pwd and readlink work also when run with an unreadable parent dir
2382         on systems with openat support.
2383         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
2384         provided getcwd function, even when we have openat support.
2385         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
2386
2387 2007-02-02  Bruno Haible  <bruno@clisp.org>
2388
2389         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
2390         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
2391         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
2392         portability problems if one of these functions is only used on specific
2393         platforms.
2394         Reported by Paul Eggert.
2395
2396 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
2397
2398         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
2399         is causing more trouble than it's curing.
2400         * lib/regex_internal.h (__mempcpy): Remove.
2401         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
2402         (and make the code a tad smaller to boot).
2403         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
2404
2405 2007-02-02  Jim Meyering  <jim@meyering.net>
2406
2407         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
2408         section, not in the Makefile.am: one.
2409
2410 2007-02-02  Eric Blake  <ebb9@byu.net>
2411
2412         * lib/strchrnul.c: Always include config.h first.
2413
2414         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
2415         gnulib strstr is not necessary here.
2416
2417 2007-02-02  Simon Josefsson  <simon@josefsson.org>
2418
2419         * m4/socklen.m4: Fix typo.
2420
2421 2007-02-02  Eric Blake  <ebb9@byu.net>
2422
2423         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
2424         * modules/netinet_in (Makefile.am): Likewise.
2425
2426 2007-02-01  Bruno Haible  <bruno@clisp.org>
2427
2428         * lib/string_.h (GL_LINK_WARNING): New macro.
2429         (strcasecmp, strstr, strcasestr): If provided by the system,
2430         conditionally define as a macro that leads to a warning instead of to
2431         an error.
2432         (strncasecmp): Conditionally define as a macro that leads to a warning.
2433
2434 2007-02-01  Karl Berry  <karl@gnu.org>
2435
2436         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
2437
2438 2007-02-01  Bruno Haible  <bruno@clisp.org>
2439
2440         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
2441         renamings.
2442
2443 2007-02-01  Eric Blake  <ebb9@byu.net>
2444
2445         * modules/regex (Depends-on): Revert dependence on mempcpy.
2446         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
2447         module's definition of mempcpy.
2448         Reported by Paul Eggert.
2449
2450 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
2451
2452         * lib/string_.h: If the gnulib module XYZ is not present, undefine
2453         the symbol XYZ before redefining it.  This fixes a problem with
2454         programs that don't use XYZ, when compiled on systems that define
2455         XYZ to something else.
2456
2457 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
2458
2459         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
2460         occurs when "mkdir -m foo" creates a setgid directory that is (1)
2461         writeable to group or other and (2) is intended to have a special
2462         mode bit that is set or cleared.  In such a case, the directory
2463         should be neither group- nor other-writeable until the special
2464         mode bits are right.
2465
2466 2007-01-31  Eric Blake  <ebb9@byu.net>
2467
2468         * modules/mountlist (Depends-on): Add strstr.
2469
2470         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
2471         bug.
2472         * modules/string (Makefile.am): Remove redundant replacement.
2473         * modules/regex (Depends-on): Add mempcpy.
2474
2475 2007-01-31  Bruno Haible  <bruno@clisp.org>
2476
2477         New module description field 'Link'.
2478         * gnulib-tool (func_usage): Document --extract-link-directive.
2479         (sed_extract_prog): Recognize 'Link' directive.
2480         (func_get_link_directive): New function.
2481         (func_import): Show summary of link directives.
2482         Handle --extract-link-directive option.
2483         * modules/acl (Link): New section.
2484         * modules/clock-time (Link): New section.
2485         * modules/euidaccess (Link): New section.
2486         * modules/gettext (Link): New section.
2487         * modules/iconv (Link): New section.
2488         * modules/lock (Link): New section.
2489         * modules/nanosleep (Link): New section.
2490         * modules/readline (Link): New section.
2491
2492 2007-01-27  Bruno Haible  <bruno@clisp.org>
2493
2494         Enforce the use of gnulib modules for unportable <string.h> functions.
2495         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
2496         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
2497         (gl_HEADER_STRING_H_BODY): Require it.
2498         * lib/string_.h: If the gnulib module XYZ is not present, redefine
2499         the symbol XYZ to one that gives a link error.
2500         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
2501         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
2502         * modules/mempcpy (configure.ac): Likewise.
2503         * modules/memrchr (configure.ac): Likewise.
2504         * modules/stpcpy (configure.ac): Likewise.
2505         * modules/stpncpy (configure.ac): Likewise.
2506         * modules/strcase (configure.ac): Likewise.
2507         * modules/strcasestr (configure.ac): Likewise.
2508         * modules/strchrnul (configure.ac): Likewise.
2509         * modules/strdup (configure.ac): Likewise.
2510         * modules/strndup (configure.ac): Likewise.
2511         * modules/strnlen (configure.ac): Likewise.
2512         * modules/strpbrk (configure.ac): Likewise.
2513         * modules/strsep (configure.ac): Likewise.
2514         * modules/strstr (configure.ac): Likewise.
2515         * modules/strtok_r (configure.ac): Likewise.
2516
2517 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
2518
2519         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
2520
2521 2007-01-30  Jim Meyering  <jim@meyering.net>
2522
2523         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
2524
2525 2007-01-29  Bruno Haible  <bruno@clisp.org>
2526
2527         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
2528         * lib/execute.c: Likewise.
2529         * lib/pipe.c: Likewise.
2530         * lib/printf-args.h: Likewise.
2531         * lib/printf-args.c: Likewise.
2532         * lib/printf-parse.c: Likewise.
2533         * lib/vasnprintf.c: Likewise.
2534
2535 2007-01-29  Eric Blake  <ebb9@byu.net>
2536
2537         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
2538         declaration.
2539
2540 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
2541
2542         * lib/strptime.h (strptime): Use 'restrict' for args where
2543         POSIX requires this.
2544         * lib/strptime.c (strptime): Likewise.
2545         Change license notice from LGPL to GPL, since gnulib-tool will
2546         change this as needed.
2547         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
2548         defined.
2549         Include "strptime.h" first, to check interface.
2550         Do not #undef _LIBC and _NL_CURRENT.
2551         Do not include <stdlib.h>; no longer needed.
2552         Include "time_r.h" and declare ptime_locale_status
2553         only if _LIBC is not defined.
2554         (__P): Remove unused macro.
2555         (match_string): Bring back glibc version, but use it only if _LIBC
2556         is defined.
2557         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
2558         Remove unnecessary assertion and abort() call.
2559         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
2560         * m4/strptime.m4: Fix serial number comment.
2561         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
2562         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
2563         (Depends-on): Add time_r.
2564
2565 2007-01-29  Bruno Haible  <bruno@clisp.org>
2566
2567         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
2568         strptime.
2569         * modules/strptime (Depends-on): Add stdbool.
2570         * lib/strptime.h: Include <time.h> always. Add comments.
2571
2572 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
2573
2574         * modules/strptime: New file.
2575         * lib/strptime.h: New file.
2576         * lib/strptime.c: New file.
2577         * m4/strptime.m4: New file.
2578
2579 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
2580
2581         * MODULES.html.sh: New module mpsort.
2582         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
2583
2584         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
2585         a circularity problem with HP-UX ia64 reported by Bob Proulx in
2586         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
2587         All uses changed.
2588         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
2589         All uses changed.
2590         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
2591         to _Restrict_.
2592         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
2593         the parameter matches the prototype.
2594
2595 2007-01-28  Jim Meyering  <jim@meyering.net>
2596
2597         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
2598         sys/time.h here, reverting that part of the previous patch:
2599         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
2600
2601 2007-01-28  Bruno Haible  <bruno@clisp.org>
2602
2603         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
2604         value of $(SYS_TIME_H).
2605         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
2606         remove it conditionally, too. [added by Jim Meyering]
2607         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
2608         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
2609         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
2610         GETTIMEOFDAY_REPLACEMENT to 1.
2611
2612 2007-01-28  Bruno Haible  <bruno@clisp.org>
2613
2614         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
2615         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
2616         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
2617         Set UNISTD_H instead of UNISTD_H2.
2618         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
2619
2620 2007-01-28  Bruno Haible  <bruno@clisp.org>
2621
2622         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
2623         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
2624
2625 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2626
2627         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
2628         (func_create_testdir): Ensure C locale for `grep' and `tr'
2629         character ranges.
2630         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
2631         ACLOCAL_AMFLAGS parsing state machine.
2632
2633 2007-01-27  Bruno Haible  <bruno@clisp.org>
2634
2635         * modules/unistr/base: Update.
2636
2637 2007-01-27  Bruno Haible  <bruno@clisp.org>
2638
2639         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
2640         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
2641         * modules/unistr/u32-mbtouc-unsafe: Renamed from
2642         modules/unistr/u32-mbtouc.
2643         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
2644         * lib/unistr.h: Update.
2645         * lib/linebreak.c: Update.
2646         * modules/unistr/u32-mbtouc: Renamed from
2647         modules/unistr/u32-mbtouc-safe.
2648         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
2649         * lib/unistr.h: Update.
2650         * lib/unistr/u32-to-u8.c: Update.
2651         * lib/unistr/u32-to-u16.c: Update.
2652
2653 2007-01-27  Bruno Haible  <bruno@clisp.org>
2654
2655         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
2656         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
2657         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
2658         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
2659         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
2660         * modules/unistr/u16-mbtouc-unsafe: Renamed from
2661         modules/unistr/u16-mbtouc.
2662         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
2663         * lib/unistr.h: Update.
2664         * lib/linebreak.c: Update.
2665         * modules/linebreak: Update.
2666         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
2667         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
2668         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
2669         * modules/unistr/u16-mbtouc: Renamed from
2670         modules/unistr/u16-mbtouc-safe.
2671         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
2672         * lib/unistr.h: Update.
2673         * lib/unistr/u16-to-u8.c: Update.
2674         * modules/unistr/u16-to-u8: Update.
2675         * lib/unistr/u16-to-u32.c: Update.
2676         * modules/unistr/u16-to-u32: Update.
2677
2678 2007-01-27  Bruno Haible  <bruno@clisp.org>
2679
2680         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
2681         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
2682         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
2683         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
2684         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
2685         * modules/unistr/u8-mbtouc-unsafe: Renamed from
2686         modules/unistr/u8-mbtouc.
2687         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
2688         * lib/unistr.h: Update.
2689         * lib/striconveh.c: Update.
2690         * modules/striconveh: Update.
2691         * lib/linebreak.c: Update.
2692         * modules/linebreak: Update.
2693         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
2694         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
2695         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
2696         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
2697         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
2698         * lib/unistr.h: Update.
2699         * lib/striconveh.c: Update.
2700         * modules/striconveh: Update.
2701         * lib/unistr/u8-to-u16.c: Update.
2702         * modules/unistr/u8-to-u16: Update.
2703         * lib/unistr/u8-to-u32.c: Update.
2704         * modules/unistr/u8-to-u32: Update.
2705
2706 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2707
2708         Sync from Libtool.
2709         * lib/argz.c: Do not include strings.h nor memory.h, include
2710         string.h unconditionally.  Patch by Simon Josefsson.
2711
2712 2007-01-27  Bruno Haible  <bruno@clisp.org>
2713
2714         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
2715         from gl_HEADER_STRING_H_BODY.
2716         (gl_HEADER_STRING_H_BODY): Require it.
2717         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
2718         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
2719         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
2720         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
2721         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
2722         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
2723         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
2724         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
2725         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
2726         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
2727         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
2728         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
2729         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
2730         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
2731         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
2732
2733 2007-01-27  Bruno Haible  <bruno@clisp.org>
2734
2735         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
2736         check_PROGRAMS into noinst_PROGRAMS.
2737         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
2738         check_PROGRAMS in this case.
2739         (func_import): Set for_test to false.
2740         (func_create_testdir): Set for_test to true.
2741
2742 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
2743             Bruno Haible  <bruno@clisp.org>
2744
2745         * modules/strcasestr (Files): Remove lib/strcasestr.h.
2746         (Depends-on): Add string.
2747         (Includes): Use <string.h> instead of strcasestr.h.
2748         * modules/string (Makefile.am): Also substitute the value of
2749         REPLACE_STRCASESTR.
2750         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
2751         assume strcasestr is declared in <string.h> not <strings.h>. Also
2752         set REPLACE_STRCASESTR.
2753         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
2754         REPLACE_STRCASESTR.
2755         * lib/strcasestr.h: Remove file.
2756         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
2757         * lib/string_.h (strcasestr): New declaration.
2758
2759 2007-01-27  Bruno Haible  <bruno@clisp.org>
2760
2761         * lib/string_.h: Use 'extern'.
2762
2763 2007-01-27  Jim Meyering  <jim@meyering.net>
2764
2765         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
2766         of set-but-not-used local, "q".
2767
2768         * lib/mempcpy.c: Include <config.h> before <string.h>.
2769         This fixes a compilation error on HP-UX, due to the system's
2770         "restrict"-using mempcpy prototype.
2771
2772 2007-01-26  Bruno Haible  <bruno@clisp.org>
2773
2774         Small optimization.
2775         * lib/javacomp.c: Include c-strstr.h.
2776          (is_envjavac_gcj): Use c_strstr instead of strstr.
2777         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
2778
2779 2007-01-26  Bruno Haible  <bruno@clisp.org>
2780
2781         * MODULES.html.sh (Unicode string functions): Add the new modules.
2782
2783         * modules/uniconv/u32-strconv-to-locale: New file.
2784         * lib/uniconv/u32-strconv-to-locale.c: New file.
2785
2786         * modules/uniconv/u16-strconv-to-locale: New file.
2787         * lib/uniconv/u16-strconv-to-locale.c: New file.
2788
2789         * modules/uniconv/u8-strconv-to-locale: New file.
2790         * lib/uniconv/u8-strconv-to-locale.c: New file.
2791
2792         * modules/uniconv/u32-strconv-from-locale: New file.
2793         * lib/uniconv/u32-strconv-from-locale.c: New file.
2794
2795         * modules/uniconv/u16-strconv-from-locale: New file.
2796         * lib/uniconv/u16-strconv-from-locale.c: New file.
2797
2798         * modules/uniconv/u8-strconv-from-locale: New file.
2799         * lib/uniconv/u8-strconv-from-locale.c: New file.
2800
2801         * modules/uniconv/u32-strconv-to-enc: New file.
2802         * lib/uniconv/u32-strconv-to-enc.c: New file.
2803         * modules/uniconv/u32-strconv-to-enc-tests: New file.
2804         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
2805
2806         * modules/uniconv/u16-strconv-to-enc: New file.
2807         * lib/uniconv/u16-strconv-to-enc.c: New file.
2808         * lib/uniconv/u-strconv-to-enc.h: New file.
2809         * modules/uniconv/u16-strconv-to-enc-tests: New file.
2810         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
2811
2812         * modules/uniconv/u8-strconv-to-enc: New file.
2813         * lib/uniconv/u8-strconv-to-enc.c: New file.
2814         * modules/uniconv/u8-strconv-to-enc-tests: New file.
2815         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
2816
2817         * modules/uniconv/u32-strconv-from-enc: New file.
2818         * lib/uniconv/u32-strconv-from-enc.c: New file.
2819         * modules/uniconv/u32-strconv-from-enc-tests: New file.
2820         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
2821
2822         * modules/uniconv/u16-strconv-from-enc: New file.
2823         * lib/uniconv/u16-strconv-from-enc.c: New file.
2824         * modules/uniconv/u16-strconv-from-enc-tests: New file.
2825         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
2826
2827         * modules/uniconv/u8-strconv-from-enc: New file.
2828         * lib/uniconv/u8-strconv-from-enc.c: New file.
2829         * lib/uniconv/u-strconv-from-enc.h: New file.
2830         * modules/uniconv/u8-strconv-from-enc-tests: New file.
2831         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
2832
2833         * modules/uniconv/u32-conv-from-enc: New file.
2834         * lib/uniconv/u32-conv-from-enc.c: New file.
2835         * modules/uniconv/u32-conv-from-enc-tests: New file.
2836         * tests/uniconv/test-u32-conv-from-enc.c: New file.
2837
2838         * modules/uniconv/u16-conv-from-enc: New file.
2839         * lib/uniconv/u16-conv-from-enc.c: New file.
2840         * lib/uniconv/u-conv-from-enc.h: New file.
2841         * modules/uniconv/u16-conv-from-enc-tests: New file.
2842         * tests/uniconv/test-u16-conv-from-enc.c: New file.
2843
2844         * modules/uniconv/u8-conv-from-enc: New file.
2845         * lib/uniconv/u8-conv-from-enc.c: New file.
2846         * modules/uniconv/u8-conv-from-enc-tests: New file.
2847         * tests/uniconv/test-u8-conv-from-enc.c: New file.
2848
2849         * modules/uniconv/base: New file.
2850         * lib/uniconv.h: New file.
2851
2852 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
2853
2854         * doc/gnulib-tool.texi (Initial import): Update to match current
2855         behavior with strdup module.
2856         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
2857         * lib/memmem.h: Remove; all uses removed.  This is now done
2858         by <string.h>.
2859         * lib/mempcpy.h: Likewise.
2860         * lib/memrchr.h: Likewise.
2861         * lib/stpcpy.h: Likewise.
2862         * lib/stpncpy.h: Likewise.
2863         * lib/strcase.h: Likewise.
2864         * lib/strchrnul.h: Likewise.
2865         * lib/strdup.h: Likewise.
2866         * lib/strndup.h: Likewise.
2867         * lib/strnlen.h: Likewise.
2868         * lib/strpbrk.h: Likewise.
2869         * lib/strsep.h: Likewise.
2870         * lib/strstr.h: Likewise.
2871         * lib/strtok_r.h: Likewise.
2872         * lib/string_.h: New file.
2873         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
2874         Rely on <string.h> instead.
2875         * lib/canon-host.c: Likewise.
2876         * lib/chdir-long.c: Likewise.
2877         * lib/concatpath.c: Likewise.
2878         * lib/exclude.c: Likewise.
2879         * lib/fchdir.c: Likewise.
2880         * lib/getaddrinfo.c: Likewise.
2881         * lib/getcwd.c: Likewise.
2882         * lib/getsubopt.c: Likewise.
2883         * lib/glob.c: Likewise.
2884         * lib/hard-locale.c: Likewise.
2885         * lib/iconvme.c: Likewise.
2886         * lib/javacomp.c: Likewise.
2887         * lib/mempcpy.c: Likewise.
2888         * lib/memrchr.c: Likewise.
2889         * lib/regex_internal.h: Likewise.
2890         * lib/stpncpy.c: Likewise.
2891         * lib/strcasecmp.c: Likewise.
2892         * lib/strchrnul.c: Likewise.
2893         * lib/strdup.c: Likewise.
2894         * lib/striconv.c: Likewise.
2895         * lib/striconveh.c: Likewise.
2896         * lib/striconveha.c: Likewise.
2897         * lib/strncasecmp.c: Likewise.
2898         * lib/strndup.c: Likewise.
2899         * lib/strnlen.c: Likewise.
2900         * lib/strsep.c: Likewise.
2901         * lib/strstr.c: Likewise.
2902         * lib/strtok_r.c: Likewise.
2903         * lib/userspec.c: Likewise.
2904         * lib/w32spawn.h: Likewise.
2905         * lib/xstrndup.c: Likewise.
2906         * lib/mountlist.c (strstr): Remove decl.
2907         * m4/string_h.m4: New file.
2908         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
2909         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
2910         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
2911         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
2912         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
2913         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
2914         Set REPLACE_STRCASECMP if necessary.
2915         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
2916         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
2917         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
2918         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
2919         HAVE_DECL_STRDUP if necessary.
2920         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
2921         since gl_FUNC_STRNDUP does that now.
2922         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
2923         Check for decl here...
2924         (gl_PREREQ_STRNLEN): ... not here.
2925         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
2926         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
2927         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
2928         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
2929         necessary.
2930         * modules/string: New file.
2931         * modules/memmem (Files): Remove special-purpose include file.
2932         (Depends-on): Add string.
2933         (Include): Include <string.h>, not the removed file.
2934         * modules/mempcpy: Likewise.
2935         * modules/memrchr: Likewise.
2936         * modules/stpcpy: Likewise.
2937         * modules/stpncpy: Likewise.
2938         * modules/strcase: Likewise.
2939         * modules/strchrnul: Likewise.
2940         * modules/strdup: Likewise.
2941         * modules/strndup: Likewise.
2942         * modules/strnlen: Likewise.
2943         * modules/strpbrk: Likewise.
2944         * modules/strsep: Likewise.
2945         * modules/strstr: Likewise.
2946         * modules/strtok_r: Likewise.
2947         * tests/test-dirname.c: Don't include "strdup.h", since
2948         <string.h> now suffices.
2949         * tests/test-memmem.c: Don't include "memmem.h", since
2950         <string.h> now suffices.
2951
2952 2007-01-25  Bruno Haible  <bruno@clisp.org>
2953
2954         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
2955         *resultp is 0.
2956
2957         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
2958         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
2959         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
2960         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
2961
2962         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
2963         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
2964         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
2965         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
2966         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
2967         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
2968
2969 2007-01-24  Bruno Haible  <bruno@clisp.org>
2970
2971         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
2972         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
2973         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
2974         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
2975         gl_FUNC_FTS_CORE.
2976         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
2977         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
2978         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
2979         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
2980         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
2981         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
2982         gl_FUNC_FCHOWNAT.
2983         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
2984         gl_FUNC_STRFTIME.
2985         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
2986         Reported by Ralf Wildenhues.
2987
2988 2007-01-24  Bruno Haible  <bruno@clisp.org>
2989
2990         Drop AC_REQUIRE calls that are redundant with the module dependencies.
2991         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
2992         gl_GETADDRINFO.
2993         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
2994         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
2995         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
2996
2997 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
2998
2999         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
3000         Don't use 'exit'; just return from 'main'.
3001         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
3002
3003         * lib/fnmatch_.h: Readjust white space and comments to match
3004         glibc, to avoid spurious diffs.
3005
3006 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
3007
3008         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
3009         2004-12-01 change by Jakub Jelinek, since this code won't compile
3010         if !LIBC.  Problem reported by Bob Proulx.
3011
3012 2007-01-23  Bruno Haible  <bruno@clisp.org>
3013
3014         * lib/striconveh.c: Include c-strcaseeq.h.
3015         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
3016         * modules/striconveh (Depends-on): Add c-strcaseeq.
3017
3018 2007-01-23  Bruno Haible  <bruno@clisp.org>
3019
3020         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
3021
3022         * modules/c-strcaseeq: New file.
3023         * lib/c-strcaseeq.h: New file.
3024
3025         * modules/streq: New file.
3026         * lib/streq.h: New file.
3027
3028 2007-01-23  Bruno Haible  <bruno@clisp.org>
3029
3030         * modules/striconveha-tests: New file.
3031         * tests/test-striconveha.c: New file.
3032
3033         * lib/striconveha.h: Include <stdbool.h>.
3034         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
3035         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
3036         (mem_iconveha_notranslit): Renamed from mem_iconveha.
3037         (mem_iconveha): New function.
3038         (str_iconveha_notranslit): Renamed from str_iconveha.
3039         (str_iconveha): New function.
3040         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
3041         c-strcase.
3042
3043 2007-01-23  Bruno Haible  <bruno@clisp.org>
3044
3045         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
3046         encodings without forgiving before trying any encoding with handler.
3047         (str_iconveha): Try all encodings without forgiving before trying any
3048         encoding with handler.
3049
3050 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
3051
3052         Import the following changes from libc.
3053
3054         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
3055
3056         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
3057
3058         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
3059
3060         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
3061         normal_bracket label.
3062
3063         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
3064
3065         [BZ #361]
3066         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
3067         to normal_bracket after fetching the next character.
3068
3069 2007-01-22  Bruno Haible  <bruno@clisp.org>
3070
3071         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
3072         argument.
3073         * lib/striconveh.c (iconv_carefully_1): New function.
3074         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
3075         argument.
3076         (str_cd_iconveh): Update.
3077         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
3078         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
3079         * tests/test-striconveh.c (MAGIC): New macro.
3080         (new_offsets): New function.
3081         (main): Test call with and without offsets.
3082
3083 2007-01-22  Bruno Haible  <bruno@clisp.org>
3084
3085         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
3086         * modules/sys_select (Makefile.am): Likewise.
3087         * modules/sys_socket (Makefile.am): Likewise.
3088         * modules/sys_time (Makefile.am): Likewise.
3089
3090 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
3091
3092         * modules/gettimeofday (License): Change from GPL to LGPL, since
3093         gettimeofday is a library function.
3094
3095 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3096
3097         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
3098
3099 2007-01-21  Bruno Haible  <bruno@clisp.org>
3100
3101         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
3102
3103 2007-01-21  Bruno Haible  <bruno@clisp.org>
3104
3105         * modules/striconveha: New file.
3106         * lib/striconveha.h: New file.
3107         * lib/striconveha.c: New file.
3108         * MODULES.html.sh (Internationalization functions): Add striconveha.
3109         * lib/striconv.c (str_iconv): Optimize the case of an empty input
3110         string.
3111         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
3112
3113 2007-01-21  Bruno Haible  <bruno@clisp.org>
3114
3115         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
3116         * lib/striconveh.c (str_iconveh): Likewise.
3117
3118 2007-01-21  Bruno Haible  <bruno@clisp.org>
3119
3120         * lib/striconveh.h (mem_iconveh): New declaration.
3121         * lib/striconveh.c (mem_iconveh): New function.
3122         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
3123
3124 2007-01-21  Bruno Haible  <bruno@clisp.org>
3125
3126         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
3127
3128         * lib/striconveh.h (mem_cd_iconveh): Change specification.
3129         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
3130         original result buffer.
3131         (str_cd_iconveh): Update.
3132         * tests/test-striconveh.c (main): Update.
3133
3134         * lib/striconv.h (mem_cd_iconv): Change specification.
3135         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
3136         result buffer.
3137         (str_cd_iconv): Update.
3138         * tests/test-striconv.c (main): Update.
3139
3140 2007-01-21  Bruno Haible  <bruno@clisp.org>
3141
3142         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
3143
3144 2007-01-20  Jim Meyering  <jim@meyering.net>
3145
3146         * lib/userspec.c (parse_with_separator): If a user or group string
3147         starts with "+", skip the corresponding name-to-ID look-up, since
3148         such a look-up must fail: user and group names may not include "+".
3149
3150 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
3151
3152         * lib/poll.c: Include sys/time.h and time.h unconditionally,
3153         since we now assume the sys_time module.
3154         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
3155         check for sys/time.h; no longer needed.
3156         * modules/poll (Depends-on): Depend on sys_time.
3157
3158 2007-01-18  Bruno Haible  <bruno@clisp.org>
3159
3160         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
3161         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
3162
3163         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
3164         gettimeofday.
3165
3166         * tests/test-gettimeofday.c: Include <time.h>.
3167         (dummy): Remove variable.
3168
3169         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
3170         gl_HEADER_SYS_TIME_H.
3171         (gl_HEADER_SYS_TIME_H): New macro.
3172
3173         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
3174         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3175         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
3176         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
3177         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3178         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
3179         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
3180         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3181         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
3182         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
3183         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3184
3185         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
3186         last change; it caused a compilation error when cross-compiling to
3187         Cygwin.
3188
3189 2007-01-18  Jim Meyering  <jim@meyering.net>
3190
3191         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
3192         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
3193         than the race-prone "test -d sys || mkdir sys".
3194         (configure.ac): Use AC_PROG_MKDIR_P.
3195         * modules/sys_select: Likewise.
3196         * modules/sys_socket: Likewise.
3197         * modules/sys_time: Likewise.
3198
3199 2007-01-18  Eric Blake  <ebb9@byu.net>
3200
3201         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
3202         replace gettimeofday.
3203         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
3204         name, to avoid infinite recursion.
3205
3206 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
3207
3208         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
3209         module sys_time.
3210         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
3211         assume timespec.h defines struct timeval.
3212         * lib/settime.c: Likewise.
3213         * lib/utimens.c: Likewise.
3214         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
3215         since we now assume the gettimeofday module.
3216         * lib/tempname.c (__gen_tempname): Likewise.
3217         * lib/gettimeofday.h: Remove.
3218         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
3219         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
3220         Include <time.h>, for 'time()'.
3221         (localtime_buffer_addr): Also use this workaround if
3222         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
3223         to simplify the uses.  All uses changed.
3224         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
3225         that #undef is inside {}, and 'const' follows type name consistently.
3226         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
3227         (gettimeofday): Do not use the maximum possible value for
3228         tv->tv_usec, since that might break usages other than ls.c.
3229         Instead, we'll leave ls.c alone.  This undoes today's patch
3230         by Bruno.  Add a compile-time warning for 1s-clock resolution;
3231         we've never observed the problem but might as well keep the
3232         canary.
3233         * lib/nanosleep.c: Include timespec.h first, for interface check.
3234         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
3235         now assume the sys_time module.
3236         * lib/tempname.c: Likewise.
3237         * lib/timespec.h: Likewise.
3238         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
3239         needed.
3240         * lib/strftime.c: Likewise.
3241         * lib/timespec.h: Likewise.
3242         * lib/posixtm.c: Include posixtm.h first, for interface check.
3243         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
3244         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
3245         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
3246         * lib/sys_time_.h: New file.
3247         * lib/timespec.h (struct timespec): Use long int, not long.
3248         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
3249         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
3250         Remove obsolescent call to AC_HEADER_TIME.
3251         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
3252         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
3253         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
3254         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
3255         Likewise.
3256         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
3257         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
3258         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
3259         into the sys_time module.  Check for gettimeofday just once.
3260         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
3261         for gettimeofday signature to just check the signature.  Merely
3262         compile it, since linking doesn't test signature.  Improve test for
3263         whether gettimeofday.o is actually needed.
3264         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
3265         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
3266         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
3267         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3268         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
3269         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
3270         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
3271         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
3272         than worrying about sys/time.h.
3273         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
3274         Don't bother worrying about TIME_WITH_SYS_TIME.
3275         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
3276         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
3277         * m4/sys_time_h.m4: New file.
3278         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
3279         Don't include sys/time.h.  Return from main rather than exiting.
3280         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
3281         all uses changed.
3282         * modules/gethrxtime (Depends-on): Add sys_time.
3283         * modules/gettime (Depends-on): Likewise.
3284         * modules/gettimeofday (Depends-on): Likewise.
3285         * modules/nanosleep (Depends-on): Likewise.
3286         * modules/settime (Depends-on): Likewise.
3287         * modules/tempname (Depends-on): Likewise.
3288         * modules/utimens (Depends-on): Likewise.
3289         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
3290         (Include:) Change back to <sys/time.h>.
3291         (Maintainer:) Add self.
3292         * modules/sys_time: New file.
3293         * modules/tempname (Depends-on): Add gettimeofday.
3294         * tests/test-gettimeofday.c: Include <sys/time.h>
3295         rather than gettimeofday.h.
3296
3297 2007-01-17  Bruno Haible  <bruno@clisp.org>
3298
3299         * gnulib-tool (func_get_license): Revert last patch. Instead, let
3300         the license default to GPL.
3301         (func_create_testdir): Don't complain if a module is LGPL and its
3302         tests module depends on GPLed modules.
3303
3304 2007-01-17  Bruno Haible  <bruno@clisp.org>
3305
3306         * lib/gettimeofday.c (gettimeofday): Add code for the case
3307         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
3308         maximum possible value for tv->tv_usec, rather than the minimum one.
3309
3310 2005-10-08  Martin Lambers  <marlam@marlam.de>
3311 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
3312 2007-01-16  Bruno Haible  <bruno@clisp.org>
3313
3314         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
3315         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
3316         gl_FUNC_GETTIMEOFDAY.
3317         (Include): Add gettimeofday.h.
3318         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
3319         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
3320         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
3321         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
3322         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
3323         * lib/gettimeofday.h: New file.
3324         * lib/gettimeofday.c: Include <sys/timeb.h>.
3325         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
3326         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3327         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
3328         fall back on time().
3329
3330         * tests/test-gettimeofday.c: New file.
3331         * modules/gettimeofday-tests: New file.
3332
3333 2007-01-16  Eric Blake  <ebb9@byu.net>
3334
3335         * modules/fnmatch (Depends-on): Depend on wchar.
3336         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
3337         * m4/fnmatch.m4: Likewise.
3338         * modules/mbchar (Makefile.am): Assume <wchar.h>.
3339         * m4/mbchar.m4: Likewise.
3340         * modules/mbswidth (Depends-on): Depend on wchar.
3341         * lib/mbswidth.c: Assume <wchar.h>.
3342         * m4/mbswidth.m4: Likewise.
3343         * modules/quotearg (Depends-on): Depend on wchar.
3344         * lib/quotearg.c: Assume <wchar.h>.
3345         * m4/quotearg.m4: Likewise.
3346         * modules/regex (Depends-on): Depend on wchar.
3347         * lib/regex_internal.h: Assume <wchar.h>.
3348         * m4/regex.m4: Likewise.
3349         * modules/stdint (Depends-on): Depend on wchar.
3350         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
3351         * m4/stdint.m4: Likewise.
3352         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
3353         * modules/strftime (Depends-on): Depend on wchar.
3354         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
3355         * modules/strtol (Depends-on): Depend on wchar.
3356         * lib/strtol.c: Assume <wchar.h>.
3357         * modules/wcwidth (Depends-on): Depend on wchar.
3358         * lib/wcwidth.h: Assume <wchar.h>.
3359         * m4/wcwidth.m4: Likewise.
3360
3361 2007-01-16  Bruno Haible  <bruno@clisp.org>
3362
3363         * modules/csharpexec-script: New, created from...
3364         * modules/csharpexec: ... this.
3365
3366 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
3367
3368         * modules/javaexec-script: New, created from...
3369         * modules/javaexec: ... this.
3370
3371 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3372
3373         * modules/poll (Dependencies): Add sys_select.
3374
3375 2007-01-15  Jim Meyering  <jim@meyering.net>
3376
3377         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
3378         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
3379         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
3380         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
3381
3382 2007-01-15  Bruno Haible  <bruno@clisp.org>
3383
3384         * modules/striconveh: New file.
3385         * lib/striconveh.h: New file.
3386         * lib/striconveh.c: New file.
3387         * MODULES.html.sh (Internationalization functions): Add striconveh.
3388
3389         * modules/striconveh-tests: New file.
3390         * tests/test-striconveh.c: New file.
3391
3392 2007-01-15  Bruno Haible  <bruno@clisp.org>
3393
3394         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
3395         not from GNU libiconv or GNU libc.
3396
3397 2007-01-15  Bruno Haible  <bruno@clisp.org>
3398
3399         * doc/gnulib-intro.texi (Copyright): Explain the different license
3400         terms for module descriptions, autoconf macros, tests, documentation.
3401
3402 2007-01-14  Bruno Haible  <bruno@clisp.org>
3403
3404         * modules/striconv-tests: New file.
3405         * tests/test-striconv.c: New file.
3406
3407 2007-01-14  Bruno Haible  <bruno@clisp.org>
3408
3409         * modules/iconv-tests: New file.
3410         * tests/test-iconv.c: New file.
3411
3412 2007-01-14  Bruno Haible  <bruno@clisp.org>
3413
3414         * gnulib-tool (func_get_license): For test modules, use the license of
3415         the main module.
3416
3417 2007-01-14  Bruno Haible  <bruno@clisp.org>
3418
3419         * modules/iconv (Include): Clarify that <iconv.h> can only be included
3420         if iconv is found to exist.
3421
3422 2007-01-14  Bruno Haible  <bruno@clisp.org>
3423
3424         * modules/c-ctype-tests: New file.
3425         * tests/test-c-ctype.c: New file.
3426
3427 2007-01-14  Bruno Haible  <bruno@clisp.org>
3428
3429         * modules/binary-io-tests: New file.
3430         * tests/test-binary-io.sh: New file.
3431         * tests/test-binary-io.c: New file.
3432
3433 2007-01-14  Bruno Haible  <bruno@clisp.org>
3434
3435         * modules/array-oset-tests: New file.
3436         * tests/test-array_oset.c: New file.
3437
3438 2007-01-14  Bruno Haible  <bruno@clisp.org>
3439
3440         * modules/array-list-tests: New file.
3441         * tests/test-array_list.c: New file.
3442
3443 2007-01-14  Bruno Haible  <bruno@clisp.org>
3444
3445         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
3446         and make.
3447         Reported by Simon Josefsson in
3448         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
3449
3450 2007-01-14  Bruno Haible  <bruno@clisp.org>
3451
3452         * modules/allocsa-tests: New file.
3453         * tests/test-allocsa.c: New file.
3454
3455 2007-01-14  Bruno Haible  <bruno@clisp.org>
3456
3457         * modules/fchdir (Depends-on): Add absolute-header.
3458         * modules/unistd (Depends-on): Likewise.
3459
3460 2006-12-30  Bruno Haible  <bruno@clisp.org>
3461
3462         * modules/fchdir: New file.
3463         * modules/unistd (Files): Add lib/unistd_.h.
3464         (Makefile.am): Generate unistd.h from unistd_.h.
3465         * lib/fchdir.c: New file.
3466         * lib/dirent_.h: New file.
3467         * lib/unistd_.h: New file.
3468         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
3469         * m4/fchdir.m4: New file.
3470         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
3471         (gl_HEADER_UNISTD): Invoke it.
3472         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
3473         function.
3474         * lib/backupfile.c (opendir, closedir): Undefine.
3475         * lib/chown.c (open, close): Undefine.
3476         * lib/clean-temp.c (open, close): Undefine.
3477         * lib/copy-file.c (open, close): Undefine.
3478         * lib/execute.c (open, close): Undefine.
3479         * lib/fsusage.c (open, close): Undefine.
3480         * lib/gc-gnulib.c (open, close): Undefine.
3481         * lib/getcwd.c (opendir, closedir): Undefine.
3482         * lib/glob.c (opendir, closedir): Undefine.
3483         * lib/javacomp.c (open, close): Undefine.
3484         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
3485         * lib/openat-proc.c (open, close): Undefine.
3486         * lib/pagealign_alloc.c (open, close): Undefine.
3487         * lib/pipe.c (open, close): Undefine.
3488         * lib/progreloc.c (open, close): Undefine.
3489         * lib/savedir.c (opendir, closedir): Undefine.
3490         * lib/utime.c (open, close): Undefine.
3491         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
3492
3493 2007-01-10  Bruno Haible  <bruno@clisp.org>
3494
3495         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
3496
3497 2007-01-12  Eric Blake  <ebb9@byu.net>
3498
3499         Provide a robust <wchar.h>.  Further simplifications are now
3500         possible in other modules, but not included here.
3501         * modules/wchar: New module.
3502         * m4/wchar.m4: New file.
3503         * lib/wchar_.h: Likewise.
3504         * modules/mbchar (Depends-on): Depend on wchar, as the first use
3505         of the new module.
3506         * MODULES.html.sh (Extended multibyte and wide character utilities):
3507         New section.
3508
3509 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
3510
3511         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
3512         to a reasonable default for memory allocation.
3513         (xreadlink): Don't allocate a huge buffer, to work around a buggy
3514         file system that reports garbage st_size values for symlinks.
3515         Problem reported by Liyang Hu.
3516
3517 2007-01-11  Simon Josefsson  <simon@josefsson.org>
3518
3519         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
3520         Emacs .#* auto-save files).
3521
3522 2007-01-11  Bruno Haible  <bruno@clisp.org>
3523
3524         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
3525         directory.
3526
3527 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
3528
3529         Use @...@ consistently in lib/wctype_.h.
3530         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
3531         on it being set to 1 or 0.
3532         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
3533         go back to AC_SUBSTing it.
3534         * modules/wctype (Makefile.am): Undo previous change.
3535
3536 2007-01-10  Eric Blake  <ebb9@byu.net>
3537
3538         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
3539         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
3540         * modules/wctype (Makefile.am): Likewise.
3541         Reported by Chris McGuire.
3542
3543 2007-01-10  Jim Meyering  <jim@meyering.net>
3544
3545         fts.c: a small readability/maintainability improvement
3546         * lib/fts.c (fts_read): Make this code slightly more readable and
3547         maintainable by hoisting the "sp->fts_cur = p" assignments to
3548         immediately follow the statements that set P.  Derived from
3549         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
3550
3551 2007-01-10  Eric Blake  <ebb9@byu.net>
3552
3553         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
3554         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
3555         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
3556         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
3557         Reported by Chris McGuire.
3558
3559 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3560
3561         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
3562         in sed script.
3563
3564 2007-01-09  Bruno Haible  <bruno@clisp.org>
3565
3566         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
3567         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
3568         variables.
3569         (func_module): Use them.
3570
3571 2007-01-09  Bruno Haible  <bruno@clisp.org>
3572
3573         * modules/unistr/base: New file.
3574         * lib/unistr.h: New file.
3575
3576         * modules/unistr/u8-to-u16: New file.
3577         * lib/unistr/u8-to-u16.c: New file.
3578
3579         * modules/unistr/u8-to-u32: New file.
3580         * lib/unistr/u8-to-u32.c: New file.
3581
3582         * modules/unistr/u16-to-u8: New file.
3583         * lib/unistr/u16-to-u8.c: New file.
3584
3585         * modules/unistr/u16-to-u32: New file.
3586         * lib/unistr/u16-to-u32.c: New file.
3587
3588         * modules/unistr/u32-to-u8: New file.
3589         * lib/unistr/u32-to-u8.c: New file.
3590
3591         * modules/unistr/u32-to-u16: New file.
3592         * lib/unistr/u32-to-u16.c: New file.
3593
3594         * modules/unistr/u8-check: New file.
3595         * modules/unistr/u16-check: New file.
3596         * modules/unistr/u32-check: New file.
3597         * lib/unistr/u8-check.c: New file.
3598         * lib/unistr/u16-check.c: New file.
3599         * lib/unistr/u32-check.c: New file.
3600
3601         * modules/unistr/u8-chr: New file.
3602         * modules/unistr/u16-chr: New file.
3603         * modules/unistr/u32-chr: New file.
3604         * lib/unistr/u8-chr.c: New file.
3605         * lib/unistr/u16-chr.c: New file.
3606         * lib/unistr/u32-chr.c: New file.
3607
3608         * modules/unistr/u8-cmp: New file.
3609         * modules/unistr/u16-cmp: New file.
3610         * modules/unistr/u32-cmp: New file.
3611         * lib/unistr/u8-cmp.c: New file.
3612         * lib/unistr/u16-cmp.c: New file.
3613         * lib/unistr/u32-cmp.c: New file.
3614
3615         * modules/unistr/u8-cpy: New file.
3616         * modules/unistr/u16-cpy: New file.
3617         * modules/unistr/u32-cpy: New file.
3618         * lib/unistr/u8-cpy.c: New file.
3619         * lib/unistr/u16-cpy.c: New file.
3620         * lib/unistr/u32-cpy.c: New file.
3621         * lib/unistr/u-cpy.h: New file.
3622
3623         * modules/unistr/u8-cpy-alloc: New file.
3624         * modules/unistr/u16-cpy-alloc: New file.
3625         * modules/unistr/u32-cpy-alloc: New file.
3626         * lib/unistr/u8-cpy-alloc.c: New file.
3627         * lib/unistr/u16-cpy-alloc.c: New file.
3628         * lib/unistr/u32-cpy-alloc.c: New file.
3629         * lib/unistr/u-cpy-alloc.h: New file.
3630
3631         * modules/unistr/u8-endswith: New file.
3632         * modules/unistr/u16-endswith: New file.
3633         * modules/unistr/u32-endswith: New file.
3634         * lib/unistr/u8-endswith.c: New file.
3635         * lib/unistr/u16-endswith.c: New file.
3636         * lib/unistr/u32-endswith.c: New file.
3637         * lib/unistr/u-endswith.h: New file.
3638
3639         * modules/unistr/u8-mblen: New file.
3640         * modules/unistr/u16-mblen: New file.
3641         * modules/unistr/u32-mblen: New file.
3642         * lib/unistr/u8-mblen.c: New file.
3643         * lib/unistr/u16-mblen.c: New file.
3644         * lib/unistr/u32-mblen.c: New file.
3645
3646         * modules/unistr/u8-mbtouc: New file.
3647         * modules/unistr/u16-mbtouc: New file.
3648         * modules/unistr/u32-mbtouc: New file.
3649         * lib/unistr/u8-mbtouc.c: New file.
3650         * lib/unistr/u16-mbtouc.c: New file.
3651         * lib/unistr/u32-mbtouc.c: New file.
3652
3653         * modules/unistr/u8-mbtouc-safe: New file.
3654         * modules/unistr/u16-mbtouc-safe: New file.
3655         * modules/unistr/u32-mbtouc-safe: New file.
3656         * lib/unistr/u8-mbtouc-safe.c: New file.
3657         * lib/unistr/u16-mbtouc-safe.c: New file.
3658         * lib/unistr/u32-mbtouc-safe.c: New file.
3659
3660         * modules/unistr/u8-move: New file.
3661         * modules/unistr/u16-move: New file.
3662         * modules/unistr/u32-move: New file.
3663         * lib/unistr/u8-move.c: New file.
3664         * lib/unistr/u16-move.c: New file.
3665         * lib/unistr/u32-move.c: New file.
3666         * lib/unistr/u-move.h: New file.
3667
3668         * modules/unistr/u8-next: New file.
3669         * modules/unistr/u16-next: New file.
3670         * modules/unistr/u32-next: New file.
3671         * lib/unistr/u8-next.c: New file.
3672         * lib/unistr/u16-next.c: New file.
3673         * lib/unistr/u32-next.c: New file.
3674
3675         * modules/unistr/u8-prev: New file.
3676         * modules/unistr/u16-prev: New file.
3677         * modules/unistr/u32-prev: New file.
3678         * lib/unistr/u8-prev.c: New file.
3679         * lib/unistr/u16-prev.c: New file.
3680         * lib/unistr/u32-prev.c: New file.
3681
3682         * modules/unistr/u8-set: New file.
3683         * modules/unistr/u16-set: New file.
3684         * modules/unistr/u32-set: New file.
3685         * lib/unistr/u8-set.c: New file.
3686         * lib/unistr/u16-set.c: New file.
3687         * lib/unistr/u32-set.c: New file.
3688         * lib/unistr/u-set.h: New file.
3689
3690         * modules/unistr/u8-startswith: New file.
3691         * modules/unistr/u16-startswith: New file.
3692         * modules/unistr/u32-startswith: New file.
3693         * lib/unistr/u8-startswith.c: New file.
3694         * lib/unistr/u16-startswith.c: New file.
3695         * lib/unistr/u32-startswith.c: New file.
3696         * lib/unistr/u-startswith.h: New file.
3697
3698         * modules/unistr/u8-stpcpy: New file.
3699         * modules/unistr/u16-stpcpy: New file.
3700         * modules/unistr/u32-stpcpy: New file.
3701         * lib/unistr/u8-stpcpy.c: New file.
3702         * lib/unistr/u16-stpcpy.c: New file.
3703         * lib/unistr/u32-stpcpy.c: New file.
3704         * lib/unistr/u-stpcpy.h: New file.
3705
3706         * modules/unistr/u8-stpncpy: New file.
3707         * modules/unistr/u16-stpncpy: New file.
3708         * modules/unistr/u32-stpncpy: New file.
3709         * lib/unistr/u8-stpncpy.c: New file.
3710         * lib/unistr/u16-stpncpy.c: New file.
3711         * lib/unistr/u32-stpncpy.c: New file.
3712         * lib/unistr/u-stpncpy.h: New file.
3713
3714         * modules/unistr/u8-strcat: New file.
3715         * modules/unistr/u16-strcat: New file.
3716         * modules/unistr/u32-strcat: New file.
3717         * lib/unistr/u8-strcat.c: New file.
3718         * lib/unistr/u16-strcat.c: New file.
3719         * lib/unistr/u32-strcat.c: New file.
3720         * lib/unistr/u-strcat.h: New file.
3721
3722         * modules/unistr/u8-strchr: New file.
3723         * modules/unistr/u16-strchr: New file.
3724         * modules/unistr/u32-strchr: New file.
3725         * lib/unistr/u8-strchr.c: New file.
3726         * lib/unistr/u16-strchr.c: New file.
3727         * lib/unistr/u32-strchr.c: New file.
3728
3729         * modules/unistr/u8-strcmp: New file.
3730         * modules/unistr/u16-strcmp: New file.
3731         * modules/unistr/u32-strcmp: New file.
3732         * lib/unistr/u8-strcmp.c: New file.
3733         * lib/unistr/u16-strcmp.c: New file.
3734         * lib/unistr/u32-strcmp.c: New file.
3735
3736         * modules/unistr/u8-strcpy: New file.
3737         * modules/unistr/u16-strcpy: New file.
3738         * modules/unistr/u32-strcpy: New file.
3739         * lib/unistr/u8-strcpy.c: New file.
3740         * lib/unistr/u16-strcpy.c: New file.
3741         * lib/unistr/u32-strcpy.c: New file.
3742         * lib/unistr/u-strcpy.h: New file.
3743
3744         * modules/unistr/u8-strcspn: New file.
3745         * modules/unistr/u16-strcspn: New file.
3746         * modules/unistr/u32-strcspn: New file.
3747         * lib/unistr/u8-strcspn.c: New file.
3748         * lib/unistr/u16-strcspn.c: New file.
3749         * lib/unistr/u32-strcspn.c: New file.
3750         * lib/unistr/u-strcspn.h: New file.
3751
3752         * modules/unistr/u8-strdup: New file.
3753         * modules/unistr/u16-strdup: New file.
3754         * modules/unistr/u32-strdup: New file.
3755         * lib/unistr/u8-strdup.c: New file.
3756         * lib/unistr/u16-strdup.c: New file.
3757         * lib/unistr/u32-strdup.c: New file.
3758         * lib/unistr/u-strdup.h: New file.
3759
3760         * modules/unistr/u8-strlen: New file.
3761         * modules/unistr/u16-strlen: New file.
3762         * modules/unistr/u32-strlen: New file.
3763         * lib/unistr/u8-strlen.c: New file.
3764         * lib/unistr/u16-strlen.c: New file.
3765         * lib/unistr/u32-strlen.c: New file.
3766         * lib/unistr/u-strlen.h: New file.
3767
3768         * modules/unistr/u8-strmblen: New file.
3769         * modules/unistr/u16-strmblen: New file.
3770         * modules/unistr/u32-strmblen: New file.
3771         * lib/unistr/u8-strmblen.c: New file.
3772         * lib/unistr/u16-strmblen.c: New file.
3773         * lib/unistr/u32-strmblen.c: New file.
3774
3775         * modules/unistr/u8-strmbtouc: New file.
3776         * modules/unistr/u16-strmbtouc: New file.
3777         * modules/unistr/u32-strmbtouc: New file.
3778         * lib/unistr/u8-strmbtouc.c: New file.
3779         * lib/unistr/u16-strmbtouc.c: New file.
3780         * lib/unistr/u32-strmbtouc.c: New file.
3781
3782         * modules/unistr/u8-strncat: New file.
3783         * modules/unistr/u16-strncat: New file.
3784         * modules/unistr/u32-strncat: New file.
3785         * lib/unistr/u8-strncat.c: New file.
3786         * lib/unistr/u16-strncat.c: New file.
3787         * lib/unistr/u32-strncat.c: New file.
3788         * lib/unistr/u-strncat.h: New file.
3789
3790         * modules/unistr/u8-strncmp: New file.
3791         * modules/unistr/u16-strncmp: New file.
3792         * modules/unistr/u32-strncmp: New file.
3793         * lib/unistr/u8-strncmp.c: New file.
3794         * lib/unistr/u16-strncmp.c: New file.
3795         * lib/unistr/u32-strncmp.c: New file.
3796
3797         * modules/unistr/u8-strncpy: New file.
3798         * modules/unistr/u16-strncpy: New file.
3799         * modules/unistr/u32-strncpy: New file.
3800         * lib/unistr/u8-strncpy.c: New file.
3801         * lib/unistr/u16-strncpy.c: New file.
3802         * lib/unistr/u32-strncpy.c: New file.
3803         * lib/unistr/u-strncpy.h: New file.
3804
3805         * modules/unistr/u8-strnlen: New file.
3806         * modules/unistr/u16-strnlen: New file.
3807         * modules/unistr/u32-strnlen: New file.
3808         * lib/unistr/u8-strnlen.c: New file.
3809         * lib/unistr/u16-strnlen.c: New file.
3810         * lib/unistr/u32-strnlen.c: New file.
3811         * lib/unistr/u-strnlen.h: New file.
3812
3813         * modules/unistr/u8-strpbrk: New file.
3814         * modules/unistr/u16-strpbrk: New file.
3815         * modules/unistr/u32-strpbrk: New file.
3816         * lib/unistr/u8-strpbrk.c: New file.
3817         * lib/unistr/u16-strpbrk.c: New file.
3818         * lib/unistr/u32-strpbrk.c: New file.
3819         * lib/unistr/u-strpbrk.h: New file.
3820
3821         * modules/unistr/u8-strrchr: New file.
3822         * modules/unistr/u16-strrchr: New file.
3823         * modules/unistr/u32-strrchr: New file.
3824         * lib/unistr/u8-strrchr.c: New file.
3825         * lib/unistr/u16-strrchr.c: New file.
3826         * lib/unistr/u32-strrchr.c: New file.
3827
3828         * modules/unistr/u8-strspn: New file.
3829         * modules/unistr/u16-strspn: New file.
3830         * modules/unistr/u32-strspn: New file.
3831         * lib/unistr/u8-strspn.c: New file.
3832         * lib/unistr/u16-strspn.c: New file.
3833         * lib/unistr/u32-strspn.c: New file.
3834         * lib/unistr/u-strspn.h: New file.
3835
3836         * modules/unistr/u8-strstr: New file.
3837         * modules/unistr/u16-strstr: New file.
3838         * modules/unistr/u32-strstr: New file.
3839         * lib/unistr/u8-strstr.c: New file.
3840         * lib/unistr/u16-strstr.c: New file.
3841         * lib/unistr/u32-strstr.c: New file.
3842         * lib/unistr/u-strstr.h: New file.
3843
3844         * modules/unistr/u8-strtok: New file.
3845         * modules/unistr/u16-strtok: New file.
3846         * modules/unistr/u32-strtok: New file.
3847         * lib/unistr/u8-strtok.c: New file.
3848         * lib/unistr/u16-strtok.c: New file.
3849         * lib/unistr/u32-strtok.c: New file.
3850         * lib/unistr/u-strtok.h: New file.
3851
3852         * modules/unistr/u8-uctomb: New file.
3853         * modules/unistr/u16-uctomb: New file.
3854         * modules/unistr/u32-uctomb: New file.
3855         * lib/unistr/u8-uctomb.c: New file.
3856         * lib/unistr/u16-uctomb.c: New file.
3857         * lib/unistr/u32-uctomb.c: New file.
3858
3859         * MODULES.html.sh (Unicode string functions): Add the new modules.
3860
3861 2007-01-08  Bruno Haible  <bruno@clisp.org>
3862
3863         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
3864         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
3865         subdirectories.
3866
3867 2007-01-08  Karl Berry  <karl@gnu.org>
3868
3869         * doc/error.texi: mention that main() fns must set program_name
3870         when progname is used.
3871
3872 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
3873
3874         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
3875         WCTYPE_H is empty, for the benefit of builds from non-distclean
3876         directories.  Problem reported by Eric Blake in
3877         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
3878
3879 2007-01-08  Bruno Haible  <bruno@clisp.org>
3880
3881         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
3882         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
3883         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
3884         PROVIDE_CANONICALIZE_FILENAME_MODE.
3885         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
3886
3887 2007-01-08  Bruno Haible  <bruno@clisp.org>
3888
3889         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
3890         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
3891         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
3892         * lib/fts.c: Likewise.
3893         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
3894
3895 2006-12-25  Bruno Haible  <bruno@clisp.org>
3896
3897         * modules/utf8-ucs4-safe: New file.
3898         * lib/utf8-ucs4-safe.h: New file.
3899         * lib/unistr/utf8-ucs4-safe.c: New file.
3900
3901         * modules/utf16-ucs4-safe: New file.
3902         * lib/utf16-ucs4-safe.h: New file.
3903         * lib/unistr/utf16-ucs4-safe.c: New file.
3904
3905         * MODULES.html.sh (Unicode string functions): Add the new modules.
3906
3907 2007-01-08  Bruno Haible  <bruno@clisp.org>
3908
3909         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
3910         (Depends-on): Add unitypes.
3911         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
3912         (u8_mbtouc_aux): Move out to separate file.
3913         (u8_mbtouc): Use ucs4_t, uint8_t types.
3914         * lib/unistr/utf8-ucs4.c: New file.
3915
3916         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
3917         (Depends-on): Add unitypes.
3918         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
3919         (u16_mbtouc_aux): Move out to separate file.
3920         (u16_mbtouc): Use ucs4_t, uint16_t types.
3921         * lib/unistr/utf16-ucs4.c: New file.
3922
3923         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
3924         (Depends-on): Add unitypes.
3925         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
3926         (u8_uctomb_aux): Move out to separate file.
3927         (u8_uctomb): Use ucs4_t, uint8_t types.
3928         * lib/unistr/ucs4-utf8.c: New file.
3929
3930         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
3931         (Depends-on): Add unitypes.
3932         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
3933         (u16_uctomb_aux): Move out to separate file.
3934         (u16_uctomb): Use ucs4_t, uint16_t types.
3935         * lib/unistr/ucs4-utf16.c: New file.
3936
3937 2006-12-25  Bruno Haible  <bruno@clisp.org>
3938
3939         * modules/unitypes: New file.
3940         * lib/unitypes.h: New file.
3941         * MODULES.html.sh (func_all_modules): New section "Unicode string
3942         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
3943         this section. Add unitypes.
3944
3945 2007-01-08  Bruno Haible  <bruno@clisp.org>
3946
3947         Avoid variable names that conflict with those from libtool.
3948         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
3949         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
3950         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
3951         library_names_spec to acl_library_names_spec, hardcode_* to
3952         acl_hardcode_*.
3953         Reported by Ralf Wildenhues.
3954
3955 2007-01-08  Bruno Haible  <bruno@clisp.org>
3956
3957         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
3958         definition.
3959         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
3960         definition.
3961         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
3962         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
3963         definition.
3964         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
3965         definition.
3966         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
3967         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
3968         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
3969         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
3970         definition.
3971         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
3972         definition.
3973         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
3974         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
3975         GC_USE_<algorithm>.
3976         * lib/gc-libgcrypt.c: Likewise.
3977         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
3978         * modules/gc-arctwo (configure.ac): Likewise.
3979         * modules/gc-des (configure.ac): Likewise.
3980         * modules/gc-hmac-md5 (configure.ac): Likewise.
3981         * modules/gc-hmac-sha1 (configure.ac): Likewise.
3982         * modules/gc-md2 (configure.ac): Likewise.
3983         * modules/gc-md4 (configure.ac): Likewise.
3984         * modules/gc-md5 (configure.ac): Likewise.
3985         * modules/gc-random (configure.ac): Likewise.
3986         * modules/gc-rijndael (configure.ac): Likewise.
3987         * modules/gc-sha1 (configure.ac): Likewise.
3988
3989 2007-01-08  Bruno Haible  <bruno@clisp.org>
3990
3991         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
3992         macro definition.
3993         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
3994         definition.
3995         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
3996         definition.
3997         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
3998         * modules/fcntl-safer (configure.ac): Likewise.
3999         * modules/fopen-safer (configure.ac): Likewise.
4000         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
4001         GNULIB_FWRITEERROR macro definition.
4002
4003 2007-01-08  Bruno Haible  <bruno@clisp.org>
4004
4005         * m4/gnulib-common.m4: New file.
4006         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
4007         (func_get_filelist): Add m4/gnulib-common.m4.
4008
4009 2007-01-08  Bruno Haible  <bruno@clisp.org>
4010
4011         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
4012         command.
4013
4014 2007-01-08  Jim Meyering  <jim@meyering.net>
4015
4016         Use a more robust test for a "can't happen" condition.
4017         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
4018         narrowed the st_size value.  Presuming the "can't happen" condition
4019         is true, that narrowing could conceivably convert an invalid st_size
4020         value into a valid one.  Instead, use a change based on Matthew
4021         Woehlke's original patch.
4022
4023         Slight readability improvement: use an assert-like macro
4024         in place of literal "abort ()" uses.
4025         * lib/fts.c (fts_assert): Define.
4026         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
4027         Use this macro instead of a bare 'abort'.
4028
4029 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
4030
4031         Don't worry about using IRIX 5.3's wctype.h broken definitions;
4032         simply work around them.
4033         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
4034         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
4035         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
4036         declaring.
4037         Don't bother to define as macros, since the standard doesn't require it.
4038         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
4039         longer worry about IRIX 5.3.
4040         (HAVE_WCTYPE_CTMP_BUG): Remove.
4041
4042 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
4043
4044         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
4045         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
4046         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
4047         Problems reported by Georg Schwarz for IRIX 5.3.
4048
4049         * gnulib-tool (autoconf_minversion): Take the maximum version number
4050         found, not the minimum.  Problem reported by James Youngman.
4051
4052 2007-01-03  Karl Berry  <karl@gnu.org>
4053
4054         * doc/error.texi: new file, explaining interaction with progname.
4055         * doc/gnulib.texi: include it.  Update copyright.
4056
4057 2007-01-03  Simon Josefsson  <simon@josefsson.org>
4058
4059         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
4060         AC_CANONICAL_HOST, to improve autobuild outputs.
4061
4062 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
4063             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
4064
4065         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
4066         sockets, server sockets, and other file descriptors.  Count errors
4067         to compute the return value.  Reorder the code a bit to be easier
4068         to follow.  Don't set event bits that were not requested (except
4069         POLLERR and POLLHUP).
4070
4071 2007-01-01  Bruno Haible  <bruno@clisp.org>
4072
4073         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
4074
4075 2007-01-03  Jim Meyering  <jim@meyering.net>
4076
4077         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
4078
4079 2007-01-02  Bruno Haible  <bruno@clisp.org>
4080
4081         * modules/settime (Include): Require timespec.h.
4082         * modules/nanosleep (Include): Likewise.
4083
4084 2007-01-01  Bruno Haible  <bruno@clisp.org>
4085
4086         * gnulib-tool (func_emit_copyright_notice): Bump year.
4087         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
4088
4089 2007-01-01  Bruno Haible  <bruno@clisp.org>
4090
4091         Improve support for OpenBSD.
4092         * build-aux/config.rpath (libname_spec): Export.
4093         (library_names_spec): New variable. Export.
4094         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
4095         library_names_spec from the config.rpath output. Locate shared library
4096         through the name pattern in library_names_spec.
4097
4098 2007-01-01  Eric Blake  <ebb9@byu.net>
4099
4100         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
4101
4102 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
4103
4104         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
4105         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
4106         assume the C locale, and avoid an "eval" that could cause trouble.
4107         Problem with SORT reported by Bob Proulx.
4108
4109         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
4110         Define.  Trivial patch from Henning Nielsen Lund, originally
4111         sent to bug-grep@gnu.org today.
4112
4113 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4114
4115         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
4116         struct stat.  Problem reported by Henning Nielsen Lund.
4117         * lib/acl.c: Include acl.h first, to check interface.  Don't
4118         bother to include sys/types.h and sys/stat.h again.
4119
4120 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
4121
4122         Import the following change from libc; problem reported by
4123         Sven Verdoolaege.
4124
4125         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
4126
4127         [BZ #1373]
4128         * lib/argp.h: Remove __NTH for __argp_usage inline function.
4129
4130 2006-12-28  Jim Meyering  <jim@meyering.net>
4131
4132         * build-aux/announce-gen: Do not assume that the package
4133         builds any of tar.gz, tar.bz2, and .xdelta files.
4134         Suggestion from Simon Josefsson.
4135
4136 2006-12-28  Simon Josefsson  <simon@josefsson.org>
4137
4138         * modules/announce-gen: New file.
4139
4140 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
4141
4142         * lib/mbchar.h: Just include <wctype.h>; the wctype module
4143         handles its gotchas now.
4144         * lib/mbswidth.c: Likewise.
4145         * lib/wcwidth.h: Likewise.
4146         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
4147         and iswcntrl; the wctype module does this stuff now.
4148         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
4149         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
4150         * modules/mbchar (Depends-on): Add wctype.
4151         * modules/mbswidth (Depends-on): Likewise.
4152         * modules/wcwidth (Depends-on): Likewise.
4153
4154 2006-12-27  Eric Blake  <ebb9@byu.net>
4155
4156         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
4157         module uses more than what <wctype.h> is required to provide.
4158
4159 2006-12-26  Eric Blake  <ebb9@byu.net>
4160
4161         * gnulib-tool (sed_extract_prog): Avoid space-tab.
4162
4163 2006-12-26  Eric Blake  <ebb9@byu.net>
4164
4165         * modules/absolute-header: New module.
4166         * modules/fcntl (Depends-on): Depend on it.
4167         * modules/inttypes (Depends-on): Likewise.
4168         * modules/stdint (Depends-on): Likewise.
4169         * modules/sys_stat (Depends-on): Likewise.
4170         * modules/wctype (Depends-on): Likewise.
4171         * MODULES.html.sh (Support for building libraries and
4172         executables): Document it.
4173
4174 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
4175
4176         * gnulib-tool (SED): Remove, undoing previous change.
4177         The problem was that it broke coreutils on Solaris, because
4178         "sed --posix" leaked into a makefile.
4179         (sed): New alias, if 'alias' and GNU sed.
4180
4181 2006-12-24  Jim Meyering  <jim@meyering.net>
4182
4183         Work around an fchownat bug in glibc-2.4:
4184         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
4185         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
4186         in spite of the -P option.
4187         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
4188         New macros.
4189         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
4190         * modules/openat (Files): Add lib/fchownat.c.
4191         * lib/openat.c (fchownat): Don't define here.  Move to...
4192         * lib/fchownat.c: ...this new file.
4193
4194 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
4195
4196         Fix bug reported by Bruno Haible in
4197         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
4198         where quotearg.c didn't compile on Mac OS X 10.2 because it
4199         lacks <wchar.h> and wint_t.
4200         * lib/wctype_.h (__wctype_wint_t): New type.
4201         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
4202         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
4203         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
4204         Arg is now of type __wctype_wint_t, not wint_t.
4205         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
4206         substitute HAVE_WINT_T.
4207         * modules/wctype (Files): Add m4/wint_t.m4.
4208         (wctype.h): Substitute HAVE_WINT_T.
4209
4210 2006-12-23  Bruno Haible  <bruno@clisp.org>
4211
4212         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
4213
4214 2006-12-23  Bruno Haible  <bruno@clisp.org>
4215
4216         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
4217         S_ISLNK.
4218         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
4219         mingw.
4220
4221 2006-12-22  Bruno Haible  <bruno@clisp.org>
4222
4223         * lib/copy-file.c: Include acl.h.
4224         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
4225         Close the file descriptors only after being done with copy_acl.
4226         * modules/copy-file (Depends-on): Add acl.
4227
4228 2006-12-22  Bruno Haible  <bruno@clisp.org>
4229
4230         * gnulib-tool (SED): New variable.
4231         Use $SED instead of sed everywhere.
4232
4233 2006-12-22  Bruno Haible  <bruno@clisp.org>
4234
4235         * modules/no-c++: New file.
4236         * m4/no-c++.m4: New file.
4237         * MODULES.html.sh (Support for building libraries and executables):
4238         Add no-c++.
4239
4240 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
4241
4242         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
4243         Include <limits.h>, and use its INT_MAX to rewrite the
4244         j loop so that it does not overflow 'int'.  Problem reported by
4245         Ralf Wildenhues in
4246         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
4247         Play it safe by shifting left by 1 rather than multiplying by 2,
4248         as GCC is less likely to optimize this away when the value
4249         is signed (when it assumes overflow leads to undefined behavior).
4250         Also, don't assume time_t uses two's complement.
4251
4252 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
4253
4254         * MODULES.html.sh: New module wctype.
4255         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
4256         * lib/fnmatch.c: Don't bother to include <wchar.h> before
4257         <wctype.h>, since the new wctype module should fix this.
4258         * lib/quotearg.c: Include <wctype.h> unconditionally, since
4259         the wctype module should arrange for it.
4260         * lib/regex_internal.h: Likewise.
4261         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
4262         since the wctype module should handle this now.
4263         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
4264         * modules/fnmatch (Depends-on): Add wctype.
4265         * modules/quotearg (Depends-on): Likewise.
4266         * modules/regex (Depends-on): Likewise.
4267
4268 2006-12-19  Bruno Haible  <bruno@clisp.org>
4269
4270         * lib/strdup.h [C++]: Wrap definitions in extern "C".
4271         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
4272
4273 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4274
4275         * modules/savewd (Depends-on): Fix dependency on fcntl.
4276
4277 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
4278
4279         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
4280         conforms to C99, rather than relying on the user's environment
4281         setting of STDINT_H.
4282
4283 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
4284         and Eric Blake  <ebb9@byu.net>
4285
4286         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
4287         This is more consistent with the other defines here.
4288         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
4289         Port to z/OS.  Problem reported by Paul Gilmartin.
4290         Change local vars to use gl_ prefix rather than ac_.
4291         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
4292         with other defines.
4293         * modules/double-slash-root: New module.
4294         * modules/dirname (Files): Remove m4/double-slash-root.m4.
4295         (Depends-on): Add double-slash-root.
4296         * MODULES.html.sh (File system functions): Mention new module.
4297
4298 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4299
4300         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
4301         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
4302         This is for the benefit of gzip, which doesn't do i18n.
4303
4304 2006-12-12  Jim Meyering  <jim@meyering.net>
4305
4306         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
4307         Reported by Andreas Schwab <schwab@suse.de>.
4308
4309 2006-12-12  Bruno Haible  <bruno@clisp.org>
4310
4311         Merge these changes.
4312         2006-09-05  Bruno Haible  <bruno@clisp.org>
4313         * lib/iconvme.c (iconv_string): No need to save and restore errno when
4314         iconv_alloc succeeded.
4315         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
4316         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
4317         test for " && dest " at the end - dest is always != NULL there. Call
4318         iconv with 4xNULL arguments initially, to reset the state. Call iconv
4319         with 2xNULL arguments, also to flush the state storage. Handle the
4320         IRIX iconv behaviour. Realloc the final result, to throw away unused
4321         memory.
4322
4323 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
4324
4325         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
4326         and fchmodat unconditionally, since glibc 2.4 has them.
4327         Problem reported by Arkadiusz Miskiewicz.
4328
4329 2006-12-10  Bruno Haible  <bruno@clisp.org>
4330
4331         * gnulib-tool (func_import): Show the include files only for those
4332         modules that are copied and specified.
4333         Reported by Karl Berry.
4334
4335 2006-12-08  Jim Meyering  <jim@meyering.net>
4336
4337         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
4338         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
4339
4340         * build-aux/announce-gen: Add two new options, both optional:
4341         --bootstrap-tools=TOOL_LIST
4342               a comma-separated list of tools, e.g.,
4343               autoconf,automake,bison,gnulib
4344         --gnulib-snapshot-date=DATE
4345               if gnulib is in the bootstrap tool list,
4346               then report this as the snapshot date.
4347               If not specified, use the current date/time.
4348               If you specify a date here, be sure it's UTC.
4349
4350 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4351
4352         * tests/test-argp-2.sh: Fix test to match actual output.
4353         (func_compare): Fix sed script to be portable.
4354
4355 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
4356
4357         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
4358         workaround for this case.  It is not autoconfigured now; offhand
4359         it's hard to see how to autoconfigure it.
4360
4361 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
4362
4363         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
4364         a directory that is about to be chowned.  Such a directory's
4365         initial file permissions should permit the owner only and this
4366         should not be changed until after the chown, since the group and
4367         other bits would be incorrect if they granted permission before
4368         the chown.
4369
4370         Fix porting problem for iswctype reported by Georg Schwarz in:
4371         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
4372         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
4373         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
4374         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
4375         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
4376
4377 2006-12-03  Jim Meyering  <jim@meyering.net>
4378
4379         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
4380         p->fts_statp may not yet be defined.
4381         (fts_read): Instead, set it in the caller, once p->fts_statp is
4382         sure to be defined, and corresponds to a top-level directory.
4383         This bug made du -x fail.  Here's the coreutils test case:
4384         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
4385         Reported by Mike Frysinger.
4386
4387 2006-12-01  Jim Meyering  <jim@meyering.net>
4388
4389         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
4390         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
4391         Reported by Simon Josefsson.
4392
4393 2006-11-30  Jim Meyering  <jim@meyering.net>
4394
4395         * m4/warning.m4: Use the all-permissive copyright notice
4396         recommended by RMS (rather than LGPL).
4397         * m4/vararrays.m4: Likewise.
4398         * m4/flexmember.m4: Likewise.
4399
4400 2006-11-29  Bruno Haible  <bruno@clisp.org>
4401
4402         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
4403         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
4404         using +=.
4405         Reported by Simon Josefsson <simon@josefsson.org>.
4406
4407 2006-11-28  James Youngman <jay@gnu.org>
4408
4409         * README: Advise users that they might find the bug-gnulib@gnu.org
4410         and autotools-announce@gnu.org mailing lists useful.
4411
4412 2006-11-28  Bruno Haible  <bruno@clisp.org>
4413
4414         * m4/ptrdiff_max.m4: Remove file.
4415
4416 2006-11-21  Bruno Haible  <bruno@clisp.org>
4417
4418         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
4419         _AC_COMPUTE_INT.
4420         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
4421         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
4422         _AC_COMPUTE_INT.
4423         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
4424         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
4425         _AC_COMPUTE_INT.
4426         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
4427
4428 2006-11-28  Jim Meyering  <jim@meyering.net>
4429
4430         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
4431         warning from "gcc -Wshadow" about shadowing the builtin.
4432
4433 2006-11-27  Bruno Haible  <bruno@clisp.org>
4434
4435         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
4436         _AC_COMPUTE_INT.
4437         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
4438
4439 2006-11-27  Bruno Haible  <bruno@clisp.org>
4440             Paul Eggert  <eggert@cs.ucla.edu>
4441
4442         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
4443
4444 2006-11-26  Bruno Haible  <bruno@clisp.org>
4445
4446         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
4447         noinst_LTLIBRARIES.
4448
4449 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
4450             Bruno Haible  <bruno@clisp.org>
4451
4452         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
4453         if compiling with "gcc -ansi".
4454
4455 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
4456
4457         Fix some incompatibilities with gcc -ansi -pedantic.
4458         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
4459         if compiling pedantically with GCC, unless it's C99 or later.
4460         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
4461         it mishandles gcc -ansi -pedantic as well.
4462         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
4463         if gcc -pedantic.
4464         * lib/regexec.c (check_node_accept_bytes): Don't use auto
4465         initializers for struct if -pedantic, unless it's C99 or later.
4466
4467 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
4468
4469         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
4470         Don't close an fd more than once. Identical atimes indicate
4471         success, not failure.
4472
4473 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
4474
4475         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
4476
4477 2006-11-23  Jim Meyering  <jim@meyering.net>
4478
4479         * build-aux/announce-gen: New file.  From coreutils.
4480
4481 2006-11-22  Jim Meyering  <jim@meyering.net>
4482
4483         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
4484         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
4485         (fts_read): Use a temporary to narrow the overused st_size member
4486         before using it in a switch statement.  Reported by Matthew Woehlke.
4487
4488         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
4489         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
4490
4491 2006-11-20  Bruno Haible  <bruno@clisp.org>
4492
4493         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
4494         changequote instead of pairs of brackets.
4495         Reported by Andreas Schwab <schwab@suse.de>.
4496
4497 2006-11-21  Jim Meyering  <jim@meyering.net>
4498
4499         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
4500         so as to remain compatible with older compilers.
4501         Patch from Michael Deutschmann.
4502
4503 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
4504
4505         * MODULES.html.sh (File system functions): Add openat.
4506
4507         * lib/openat.h (rpl_fstatat): New macro, if
4508         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
4509         (fstatat): Define to rpl_fstatat under the same conditions,
4510         unless COMPILING_FSTATAT.
4511         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
4512         seems to have the bug.
4513         * lib/fstatat.c: New file.
4514         * modules/openat (Files): Add it.
4515
4516 2006-11-20  Bruno Haible  <bruno@clisp.org>
4517
4518         * Makefile: New file.
4519
4520 2006-11-20  Jim Meyering  <jim@meyering.net>
4521
4522         The beginnings of syntax-related checks for gnulib.
4523         * lib/Makefile: New file.
4524         * lib/t-idcache: New script.  Ensure that the two halves of
4525         idcache.c stay in sync.
4526
4527         * lib/idcache.c: Adjust comments in user- and group- portions to
4528         be more accurate, and to be consistent with one another.
4529
4530 2006-11-20  Jim Meyering  <jim@meyering.net>
4531
4532         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
4533         continue using the flexible array member (thus, this module performs
4534         half as many malloc calls), with the addition that...
4535         (getgroup, getuser): Consistently record a non-match via an empty
4536         "name" string, and map an empty string match to a NULL return value.
4537         * modules/idcache (Depends-on): Re-add flexmember.
4538
4539         * lib/idcache.c (getuser): Remove all uses of the register keyword.
4540         (getuidbyname, getgroup, getgidbyname): Likewise.
4541
4542         Use cleaner syntax: NULL rather than 0.
4543         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
4544
4545 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
4546
4547         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
4548         It mishandled the case where the group was missing.
4549         Problem reported by Greg Schafer.
4550         * modules/idcache: Likewise.
4551
4552 2006-11-18  Jim Meyering  <jim@meyering.net>
4553
4554         * check-module (%exempt_header): Add exception for some
4555         conditionally-included headers.
4556
4557         * modules/i-ring (Depends-on): Add verify.
4558         (License): Change to LGPL.
4559
4560 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
4561
4562         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
4563         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
4564         and inttostr.h.  Use snprintf rather than uinttostr, so that
4565         LGPLed code doesn't depend on GPLed.
4566
4567 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
4568
4569         * modules/inline (License): Change from GPL to LGPL.
4570
4571 2006-11-17  Jim Meyering  <jim@meyering.net>
4572
4573         * modules/d-type (License): Switch to LGPL.
4574
4575 2006-11-15  Bruno Haible  <bruno@clisp.org>
4576
4577         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
4578
4579 2006-11-15  Eric Blake  <ebb9@byu.net>
4580
4581         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
4582         the module dependency.
4583
4584 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4585             Bruno Haible  <bruno@clisp.org>
4586
4587         * gnulib-tool (func_create_testdir): Add license consistency check.
4588
4589 2006-11-15  Eric Blake  <ebb9@byu.net>
4590
4591         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
4592         random "(cached)" in configure output.
4593
4594 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4595
4596         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
4597         test for conforming inttypes.h is both announced and cached.
4598
4599         * MODULES.html.sh (seen_modules, seen_files): New variables.
4600         (func_module): Rewrite to use a few less gnulib-tool and sed
4601         invocations.  Avoid a couple of quadratic algorithms for ...
4602         (missed_modules, missed_files): ... these, with ...
4603         (func_append, func_tmpdir): ... these new functions, from
4604         gnulib-tool.  Analogously, install traps for cleanup.
4605
4606         * tests/test-gc.c (main): Remove unused variables.
4607         * tests/test-read-file.c: Include stdlib.h, for 'free'.
4608
4609 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
4610
4611         * modules/inttostr (License): Change to LGPL.
4612
4613 2006-11-14  Eric Blake  <ebb9@byu.net>
4614
4615         * modules/tempname (License): Change to LGPL.
4616
4617 2006-11-14  Eric Blake  <ebb9@byu.net>
4618
4619         * doc/functions.texi (Function Portability): *printf functions on
4620         Cygwin now understand all POSIX size specifiers.
4621
4622 2006-11-14  Bruno Haible  <bruno@clisp.org>
4623
4624         * modules/c-ctype (License): Change to LGPL.
4625
4626 2006-11-12  Bruno Haible  <bruno@clisp.org>
4627
4628         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
4629         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
4630         for GNOME libraries, for which the include files are installed in
4631         subdirectories of $prefix/include.
4632
4633 2006-11-12  Bruno Haible  <bruno@clisp.org>
4634
4635         * m4/lib-link.m4: Require at least autoconf-2.54.
4636         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
4637         name to underscores for the --with option.
4638
4639 2006-11-13  Bruno Haible  <bruno@clisp.org>
4640
4641         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
4642         the tests directory.
4643         Reported by Ralf Wildenhues.
4644
4645 2006-11-13  Bruno Haible  <bruno@clisp.org>
4646
4647         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
4648         (func_emit_initmacro_end): Undo the override here.
4649         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
4650         Works around the famous automake error in coreutils.
4651
4652 2006-11-13  Eric Blake  <ebb9@byu.net>
4653
4654         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
4655         element, not its node.
4656
4657 2006-11-12  Bruno Haible  <bruno@clisp.org>
4658
4659         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
4660         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
4661
4662 2006-11-12  Bruno Haible  <bruno@clisp.org>
4663
4664         * gnulib-tool: New option --local-symlink.
4665         (func_usage): Document it.
4666         (lsymbolic): New variable.
4667         (func_import, func_create_testdir): If --symlink was not specified,
4668         test whether --local-symlink was specified and the file comes from
4669         the local_gnulib_dir.
4670
4671 2006-11-12  Bruno Haible  <bruno@clisp.org>
4672
4673         * gnulib-tool (func_ln): New function.
4674         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
4675
4676 2006-11-12  Bruno Haible  <bruno@clisp.org>
4677
4678         Finish support for source files in subdirectories.
4679         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
4680         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
4681         AUTOMAKE_OPTIONS.
4682         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
4683
4684 2006-11-12  Bruno Haible  <bruno@clisp.org>
4685
4686         * gnulib-tool (func_get_automake_snippet): Synthesize also an
4687         EXTRA_lib_SOURCES augmentation.
4688         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
4689
4690 2006-11-12  Jim Meyering  <jim@meyering.net>
4691
4692         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
4693         file descriptors.  This also averts a failure on systems with
4694         native openat support when a traversed directory lacks "x" access.
4695         * lib/fts_.h: Include "i-ring.h"
4696         (struct FTS) [fts_fd_ring]: New member.
4697         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
4698         (FCHDIR): Add parentheses.
4699         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
4700         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
4701         When descending, rather than simply closing the previous
4702         fts_cwd_fd value, push that file descriptor onto the ring.
4703         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
4704         (fts_open): Initialize the new fd_ring member.
4705         (fts_close): Clear the ring.
4706         (fts_safe_changedir): When possible, use our new fd_ring to skip
4707         the diropen and fstat and dev/ino comparison that would normally
4708         accompany a virtual `chdir ("..")'.
4709
4710         * modules/fts (Depends-on): Add i-ring.
4711         * modules/i-ring: New module.
4712         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
4713         * m4/i-ring.m4: New file.
4714
4715 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4716
4717         * gnulib-tool (func_create_testdir): Fix replacement of
4718         `build-aux' in configure.ac.  Run autotools in gltests
4719         subdirectory.
4720         (func_create_testdir, func_create_megatestdir, test): There is
4721         no need for '--force' in most autotool invocations in a new
4722         tree.  Actually fail the whole test if any of the tools, or the
4723         configure or make stages fail.
4724
4725         Sync from Automake.
4726         * build-aux/gnupload: Revert last change.  Add pointer to upload
4727         instructions of the GNU Maintenance Instructions.
4728         Suggestion by Karl Berry.
4729
4730 2006-11-10  Jim Meyering  <jim@meyering.net>
4731
4732         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
4733
4734 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
4735
4736         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
4737         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
4738         (bind_textdomain_codeset) [! ENABLE_NLS]:
4739         Evaluate all the arguments.  That way, callers get compatible behavior
4740         if the arguments have side effects.  Also, it avoids some GCC
4741         diagnostics in some cases; Joel E. Denny reported problems when Bison
4742         was configured with --enable-gcc-warnigs.
4743
4744 2006-11-10  Jim Meyering  <jim@meyering.net>
4745
4746         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
4747         relevant options in CFLAGS (like -O, -fno-inline) are taken into
4748         account.
4749
4750 2006-11-10  Jim Meyering  <jim@meyering.net>
4751
4752         * modules/inline: New file/module.
4753         * modules/xalloc (Files): Remove m4/inline.m4.
4754         (Depends-on): Add inline, instead.
4755         * modules/oset: Likewise.
4756         * modules/list: Likewise.
4757
4758 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
4759
4760         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
4761         Problem reported by Matthew Woehlke.
4762
4763 2006-11-09  Bruno Haible  <bruno@clisp.org>
4764
4765         * lib/tempname.c (gen_tempname): Remove variant that invokes
4766         __gen_tempname.
4767         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
4768         __gen_tempname.
4769
4770 2006-11-08  Bruno Haible  <bruno@clisp.org>
4771
4772         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
4773         to 'yes' instead of 'cross-compiling'.
4774
4775 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
4776
4777         * lib/quotearg.h (quotearg_free): New decl.
4778         * lib/quotearg.c (quotearg_free): New function.
4779         (slot0, nslots, slotvec0, slotvec):
4780         Now file-scope so that quotearg_free can get at them.
4781
4782 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4783
4784         Sync from Automake.
4785         * build-aux/gnupload: Add missing 'gnu' to example URL.
4786         Report by Karl Berry.
4787
4788 2006-11-08  Bruno Haible  <bruno@clisp.org>
4789
4790         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
4791         Suggested by Paul Eggert.
4792
4793 2006-11-08  Jim Meyering  <jim@meyering.net>
4794
4795         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
4796         It's already included if !_LIBC.
4797         (fts_safe_changedir): Add a comment.
4798
4799 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
4800
4801         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
4802         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
4803         Matthew Woehlke.
4804
4805         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
4806         definitions up, to avoid colliding with change below.
4807         (static_inline) [HAVE_INLINE]: New macro.
4808         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
4809         Provide extern decls when !HAVE_INLINE.  Do not define unless
4810         static_inline is defined, either by us or by xmalloc.c.  Use
4811         static_inline rather than static inline.
4812         (XCALLOC): Optimize sizeof(T) = 1 case.
4813         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
4814
4815 2006-11-07  Bruno Haible  <bruno@clisp.org>
4816
4817         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
4818         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
4819         AC_C_INLINE.
4820         * modules/xalloc (Files): Add m4/inline.m4.
4821
4822 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4823
4824         * README: Fix typo.
4825         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
4826         (Miscellanous Notes): ...from this.
4827
4828 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
4829
4830         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
4831         Mention that offsetof should be used instead of sizeof.
4832         From Bruno Haible.
4833
4834 2006-11-07  Bruno Haible  <bruno@clisp.org>
4835
4836         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
4837
4838 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
4839
4840         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
4841         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
4842         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
4843         (gl_tree_add_before, gl_tree_add_after):
4844         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
4845         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
4846         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
4847         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
4848         (gl_linked_add_after, gl_linked_add_at): Likewise.
4849         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
4850         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
4851         (gl_tree_add_before, gl_tree_add_after): Likewise.
4852         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
4853         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
4854         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
4855
4856 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4857
4858         * lib/gl_oset.h: Use C comment style, not C++ comment style.
4859
4860 2006-11-06  Bruno Haible  <bruno@clisp.org>
4861
4862         * m4/inline.m4: New file.
4863         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
4864         * modules/list (Files): Add m4/inline.m4.
4865         * modules/oset (Files): Likewise.
4866
4867 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
4868
4869         * lib/idcache.c: Include <stddef.h>, for offsetof.
4870         (struct userid.name): Change from char * to a flexible array member.
4871         All uses changed.
4872         * modules/idcache (Depends-on): Add flexmember.
4873
4874         * MODULES.html.sh (Core language properties): New module flexmember.
4875         * modules/flexmember, m4/flexmember.m4: New files.
4876
4877         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
4878         inline functions that are identical with the old xnmalloc_inline,
4879         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
4880         that we can avoid some unnecessary integer multiplications and
4881         divisions in the common case where the element size is known at
4882         compile time.
4883         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
4884         needed.
4885         (xnboundedmalloc): Remove.
4886         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
4887         arguments, for consistency with rest of this header.
4888         (xcharalloc): Rewrite using XNMALLOC.
4889         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
4890         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
4891         versions have been moved to lib/xalloc.h and renamed to be the
4892         non-*_inline versions.
4893         (xmalloc, xrealloc): Implement without reference to the xnmalloc
4894         and xnrealloc functions, since those functions are now inline and
4895         now call us.
4896         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
4897         renaming described above.
4898         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
4899         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
4900         captures the dependency in AC_C_INLINE.
4901
4902         New module canonicalize-lgpl, proposed by Charles Wilson in
4903         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
4904         with a few small changes afterwards.
4905         * MODULES.html.sh (File system functions): New module
4906         canonicalize-lgpl.
4907         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
4908         and canonicalize_file_name.
4909         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
4910         * modules/canonicalize-lgpl: New files.
4911
4912 2006-11-05  Bruno Haible  <bruno@clisp.org>
4913
4914         * gnulib-tool (func_import, func_create_testdir): Create directories
4915         also for files in subdirectories of lib/.
4916
4917 2006-11-05  Bruno Haible  <bruno@clisp.org>
4918
4919         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
4920         ANSI C compliant.
4921
4922 2006-11-03  Bruno Haible  <bruno@clisp.org>
4923
4924         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
4925         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
4926         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
4927         (xnboundedmalloc): New inline function.
4928         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
4929         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
4930         xmalloc.
4931         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
4932         xmalloc.
4933         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
4934         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
4935         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
4936         xmalloc.
4937         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
4938         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
4939         xmalloc.
4940         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
4941         gl_tree_add_after): Use XMALLOC instead of xmalloc.
4942         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
4943         xmalloc.
4944         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
4945         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
4946         gl_tree_add_after): Use XMALLOC instead of xmalloc.
4947         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
4948         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
4949         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
4950         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
4951
4952 2006-11-03  Bruno Haible  <bruno@clisp.org>
4953
4954         * lib/c-ctype.h [C++]: Define functions without name mangling.
4955         * lib/fwriteerror.h [C++]: Likewise.
4956         * lib/gcd.h [C++]: Likewise.
4957         * lib/linebreak.h [C++]: Likewise.
4958
4959 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
4960
4961         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
4962         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
4963         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
4964         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
4965         Check for functions and headers just once.
4966         Check for declaration of canonicalize_file_name.
4967         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
4968
4969 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
4970
4971         * gnulib-tool (func_import): Fix typo in actioncmd.
4972
4973 2006-11-02  Bruno Haible  <bruno@clisp.org>
4974
4975         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
4976         newline sequence in the Makefile.am snippet as a space, like "make"
4977         does.
4978         Reported by Roger Persson <perrog@gmail.com>.
4979
4980 2006-11-01  Bruno Haible  <bruno@clisp.org>
4981
4982         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
4983         already declared in <string.h>.
4984         * lib/strcase.h (strncasecmp): Don't declare it if yes.
4985
4986 2006-11-01  Bruno Haible  <bruno@clisp.org>
4987
4988         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
4989         * lib/strcase.h: Include <string.h>.
4990         (strcasecmp): Define to rpl_strcasecmp here.
4991
4992 2006-11-01  Bruno Haible  <bruno@clisp.org>
4993
4994         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
4995
4996 2006-11-01  Eric Blake  <ebb9@byu.net>
4997
4998         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
4999
5000         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
5001
5002 2006-10-29  Bruno Haible  <bruno@clisp.org>
5003
5004         Make it compile in C++ mode.
5005         * lib/full-write.c (full_rw): Add a cast.
5006
5007 2006-11-01  Bruno Haible  <bruno@clisp.org>
5008
5009         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
5010         be POSIX compliant.
5011         Reported by Roger Persson <perrog@gmail.com>.
5012
5013 2006-11-01  Eric Blake  <ebb9@byu.net>
5014
5015         * lib/getopt_.h: Fix comments.
5016
5017 2006-10-31  Eric Blake  <ebb9@byu.net>
5018
5019         * modules/tmpdir (Depends-on): Add sys_stat.
5020         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
5021         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
5022         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
5023         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
5024         tempname.
5025
5026 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
5027
5028         Avoid some C++ diagnostics reported by Bruno Haible.
5029         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
5030         xmalloc.
5031         (quotearg_alloc): Use xcharalloc rather than xmalloc.
5032         (struct slotvec): Move to top level.
5033         (quotearg_n_options): Rewrite to avoid xmalloc.
5034         * lib/xalloc.h (xcharalloc): New function.
5035         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
5036         [defined __cplusplus]: Add function template that provides result
5037         type propagation.  This part of the change is from Bruno Haible.
5038
5039 2006-10-29  Bruno Haible  <bruno@clisp.org>
5040
5041         Make it compile in C++ mode.
5042         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
5043         * lib/strnlen1.c (strnlen1): Cast memchr result.
5044         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
5045         * lib/clean-temp.c (string_equals, string_hash): Add casts.
5046         (create_temp_dir): Rename local variable 'template'.
5047         (compile_csharp_using_sscli): Add cast.
5048         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
5049         * lib/findprog.c (find_in_path): Likewise.
5050         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
5051         * lib/wait-process.c (register_slave_subprocess): Likewise.
5052
5053 2006-10-22  Bruno Haible  <bruno@clisp.org>
5054
5055         * modules/tsearch: New file.
5056         * lib/tsearch.h: New file.
5057         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
5058         * m4/tsearch.m4: New file.
5059         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
5060
5061 2006-10-29  Eric Blake  <ebb9@byu.net>
5062
5063         * lib/arcfour.c: Assume config.h.
5064         * lib/arctwo.c: Likewise.
5065         * lib/base64.c: Likewise.
5066         * lib/check-version.c: Likewise.
5067         * lib/crc.c: Likewise.
5068         * lib/des.c: Likewise.
5069         * lib/gc-gnulib.c: Likewise.
5070         * lib/gc-libgcrypt.c: Likewise.
5071         * lib/gc-pbkdf2-sha1.c: Likewise.
5072         * lib/getaddrinfo.c: Likewise.
5073         * lib/getdelim.c: Likewise.
5074         * lib/getline.c: Likewise.
5075         * lib/hmac-md5.c: Likewise.
5076         * lib/hmac-sha1.c: Likewise.
5077         * lib/iconvme.c: Likewise.
5078         * lib/md2.c: Likewise.
5079         * lib/md4.c: Likewise.
5080         * lib/memxor.c: Likewise.
5081         * lib/read-file.c: Likewise.
5082         * lib/readline.c: Likewise.
5083         * lib/rijndael-alg-fst.c: Likewise.
5084         * lib/rijndael-api-fst.c: Likewise.
5085         * lib/xgetdomainname.c: Likewise.
5086
5087 2006-10-28  Eric Blake  <ebb9@byu.net>
5088
5089         * lib/xstrndup.c: Assume config.h.
5090
5091 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
5092
5093         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
5094         stat-macros.h is now for our own macros, whereas stat_h is for
5095         macros in the <sys/stat.h> name space.
5096         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
5097         (STAT_MACROS_H): Remove.
5098         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
5099         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
5100         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
5101         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
5102         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
5103         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
5104         Move these macros to ...
5105         * lib/stat_.h: here.  Don't include stat-macros.h.
5106         * lib/canonicalize.c: Don't include stat-macros.h.
5107         * lib/chown.c: Likewise.
5108         * lib/euidaccess.c: Likewise.
5109         * lib/file-type.c: Likewise.
5110         * lib/filemode.c: Likewise.
5111         * lib/glob.c: Likewise.
5112         * lib/isapipe.c: Likewise.
5113         * lib/lchown.c: Likewise.
5114         * lib/lstat.c: Likewise.
5115         * lib/mkdir-p.c: Likewise.
5116         * lib/rmdir.c: Likewise.
5117         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
5118         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
5119         unless mkdir isn't declared, to speed up 'configure'.
5120         Always create sys/stat.h, since it's unlikely any real sys/stat.h
5121         would define all the S_* symbols.
5122         * modules/canonicalize (Depends-on):
5123         Depend on sys_stat, not stat-macros.
5124         * modules/chown: Likewise.
5125         * modules/euidaccess: Likewise.
5126         * modules/filemode: Likewise.
5127         * modules/file-type: Likewise.
5128         * modules/glob: Likewise.
5129         * modules/isapipe: Likewise.
5130         * modules/lchown: Likewise.
5131         * modules/lstat: Likewise.
5132         * modules/mkancesdirs: Likewise.
5133         * modules/rmdir: Likewise.
5134         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
5135         * modules/modechange: Likewise.
5136         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
5137         (configure.ac): Remove gl_STAT_MACROS.
5138         * modules/sys_stat (Depends-on): Remove stat-macros.
5139
5140 2006-10-27  Bruno Haible  <bruno@clisp.org>
5141
5142         * m4/signed.m4: Remove file.
5143         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
5144         invocation.
5145         * modules/vasnprintf (Files): Remove m4/signed.m4.
5146
5147 2006-10-27  Bruno Haible  <bruno@clisp.org>
5148
5149         Update to GNU gettext 0.16.
5150         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
5151         m4/inttypes-h.m4, m4/signed.m4.
5152         * m4/gettext.m4: Update to GNU gettext 0.16.
5153         * m4/intl.m4: New file, from GNU gettext.
5154         * m4/intldir.m4: New file, from GNU gettext.
5155         * config/srclist.txt: Update
5156
5157 2006-10-27  Eric Blake  <ebb9@byu.net>
5158
5159         * MODULES.html.sh: Document tempname.
5160         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
5161         dependencies.
5162         (Files): Move lib/tempname.c...
5163         * modules/tempname: ...to this new module.
5164         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
5165         (gl_PREREQ_TEMPNAME): Move...
5166         * m4/tempname.m4: ...to this new file.
5167         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
5168         * modules/sys_stat (Depends-on): Add stat-macros.
5169         * lib/stat_.h (includes): Pick up stat macros.
5170         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
5171         if stat macros are broken.
5172         * lib/tempname.c (includes): No need to include "stat-macros.h".
5173         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
5174         (direxists, __path_search) [!_LIBC]: Don't compile these in
5175         gnulib; the tmpdir module covers that.
5176         * lib/tempname.h: New file.
5177
5178 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
5179
5180         * COPYING: Explain how gnulib-tool converts licence headers.
5181         Almost all wording by Eric Blake.
5182
5183 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
5184
5185         * lib/mbchar.h (is_basic_table): Make read-only.
5186         * lib/mbchar.c (is_basic_table): Likewise.
5187         Reported by John Darrington.
5188
5189 2006-10-25  Bruno Haible  <bruno@clisp.org>
5190
5191         * lib/progname.h (set_program_name): Undefine before defining.
5192
5193 2006-10-25  Bruno Haible  <bruno@clisp.org>
5194
5195         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
5196         false for non-gcc C++ compilers.
5197         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
5198
5199 2006-10-24  Bruno Haible  <bruno@clisp.org>
5200
5201         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
5202         iconv implementations like Irix iconv.
5203
5204 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
5205
5206         * modules/vararrays: New file.
5207         * m4/vararrays.m4: New file, taken from diffutils.
5208         * MODULES.html.sh: New module vararrays.
5209
5210 2006-10-24  Karl Berry  <karl@gnu.org>
5211
5212         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
5213         Don't call GNU Unix.
5214
5215 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5216
5217         * users.txt: Add Libtool.
5218
5219         Sync from Libtool:
5220
5221         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
5222
5223         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
5224         to gnulib's policy of including config.h unconditionally.
5225
5226 2006-10-24  Bruno Haible  <bruno@clisp.org>
5227
5228         * modules/wcwidth (Files): Add m4/wint_t.m4.
5229         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
5230         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
5231
5232 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
5233
5234         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
5235         to pacify GCC with some -W flags enabled.  Problem reported by
5236         Bruno Haible.
5237
5238 2006-10-24  Jim Meyering  <jim@meyering.net>
5239
5240         * MODULES.html.sh: Remove uinttostr.  It's not a module.
5241         Reported by Karl Berry.
5242
5243 2006-10-23  Bruno Haible  <bruno@clisp.org>
5244
5245         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
5246
5247 2006-10-24  Bruno Haible  <bruno@clisp.org>
5248
5249         * lib/gl_list.h: Use C comment style, not C++ comment style.
5250
5251 2006-10-23  Eric Blake  <ebb9@byu.net>
5252
5253         * lib/getaddrinfo.c (includes): Add missing include.
5254
5255 2006-10-23  Bruno Haible  <bruno@clisp.org>
5256             Paul Eggert  <eggert@cs.ucla.edu>
5257
5258         Ability to rename obstack_free.
5259         * lib/obstack.h (__obstack_free): New macro. Declare instead of
5260         obstack_free.
5261         (obstack_free): Invoke the __obstack_free macro.
5262         * lib/obstack.c (obstack_free): Use __obstack_free macro.
5263
5264 2006-10-23  Bruno Haible  <bruno@clisp.org>
5265             Paul Eggert  <eggert@cs.ucla.edu>
5266
5267         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
5268         __argc, __argv from the declaration. (They are defined as macros on
5269         mingw.)
5270
5271 2006-10-22  Bruno Haible  <bruno@clisp.org>
5272
5273         * doc/gnulib-intro.texi: New file.
5274         * doc/gnulib.texi: Include it.
5275
5276 2006-10-21  Bruno Haible  <bruno@clisp.org>
5277
5278         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
5279         "Introduction", "Miscellanous Notes", "Particular Modules".
5280
5281 2006-10-21  Bruno Haible  <bruno@clisp.org>
5282
5283         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5284         Change mostlyclean-local rule to avoid sh syntax error from bash
5285         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
5286
5287 2006-10-23  Jim Meyering  <jim@meyering.net>
5288
5289         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
5290         in place of snprintf.
5291
5292         * modules/inttostr (Files): Add lib/uinttostr.c.
5293         * lib/uinttostr.c (inttostr): New file/function.
5294         * lib/inttostr.h (uinttostr): Declare.
5295         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
5296         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
5297         Add uinttostr.
5298         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
5299
5300 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
5301
5302         * lib/canonicalize.c (ELOOP): Define if not already defined.
5303         Problem reported by Bruno Haible in
5304         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
5305
5306 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
5307
5308         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
5309         Problem reported by Perry Smith and Ville Laurikari.
5310
5311         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
5312         uses.
5313
5314 2006-10-19  Bruno Haible  <bruno@clisp.org>
5315
5316         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
5317         for mingw.
5318
5319 2006-10-19  Bruno Haible  <bruno@clisp.org>
5320
5321         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
5322         Needed for mingw.
5323
5324 2006-10-19  Bruno Haible  <bruno@clisp.org>
5325
5326         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
5327
5328 2006-10-19  Bruno Haible  <bruno@clisp.org>
5329
5330         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
5331         it.
5332
5333 2006-10-19  Bruno Haible  <bruno@clisp.org>
5334
5335         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
5336         invocation.
5337
5338 2006-10-19  Bruno Haible  <bruno@clisp.org>
5339
5340         * gnulib-tool (func_create_testdir): Don't include ftruncate and
5341         mountlist by default.
5342
5343 2006-10-16  Bruno Haible  <bruno@clisp.org>
5344
5345         * lib/c-strstr.c: Include c-strstr.h.
5346
5347 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
5348
5349         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
5350         in a slash.
5351
5352 2006-10-18  Bruno Haible  <bruno@clisp.org>
5353
5354         * lib/lock.h [C++]: Wrap definitions in extern "C".
5355
5356 2006-10-18  Bruno Haible  <bruno@clisp.org>
5357
5358         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
5359         gl_LIBOBJS list.
5360
5361 2006-10-18  Bruno Haible  <bruno@clisp.org>
5362
5363         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
5364
5365 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
5366
5367         * lib/xstrtol.h: Include gettext.h.
5368         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
5369         Problem reported by Eric Blake.
5370         * modules/xstrtol (Depends-on): Add gettext-h.
5371
5372 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
5373
5374         * lib/strftime.c (advance): New macro.
5375         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
5376         incomplete type, so you can't add 0 to it.  Problem and patch
5377         reported by Eelco Dolstra for dietlibc.
5378
5379 2006-10-18  Jim Meyering  <jim@meyering.net>
5380
5381         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
5382         type for a local, and rename it: s/up/user_proc/.
5383
5384 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
5385
5386         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
5387         READ_UTMP_USER_PROCESS.
5388         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
5389
5390 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
5391
5392         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
5393         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
5394
5395 2006-10-17  Eric Blake  <ebb9@byu.net>
5396
5397         * lib/sigprocmask.c (sigprocmask): Fix typo.
5398
5399         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
5400
5401         * modules/clean-temp (Makefile.am): Don't add to make output...
5402         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
5403         config.h.
5404
5405 2006-10-17  Bruno Haible  <bruno@clisp.org>
5406
5407         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
5408         differently if DEFAULT_TEXT_DOMAIN is set.
5409
5410 2006-10-16  Bruno Haible  <bruno@clisp.org>
5411
5412         * lib/clean-temp.c: Include fwriteerror.h.
5413
5414 2006-10-16  Bruno Haible  <bruno@clisp.org>
5415
5416         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
5417
5418 2006-10-16  Bruno Haible  <bruno@clisp.org>
5419
5420         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
5421         * lib/sigprocmask.h: Include <sys/types.h>.
5422         (sigset_t): Use the system's definition if present.
5423
5424 2006-10-17  Eric Blake  <ebb9@byu.net>
5425
5426         * lib/xvasprintf.c (includes): Assume config.h.
5427         * lib/xasprintf.c (includes): Likewise.
5428
5429 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
5430
5431         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
5432         at least as wide as intmax_t.
5433
5434 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
5435
5436         (Imported from Automake.)
5437         * build-aux/gnupload: Update to version 1.1 of directive file.
5438
5439 2006-10-16  Eric Blake  <ebb9@byu.net>
5440
5441         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
5442         match Automake 1.10a.
5443
5444 2006-10-14  Bruno Haible  <bruno@clisp.org>
5445
5446         * modules/sigprocmask: New file.
5447         * lib/sigprocmask.h: New file.
5448         * lib/sigprocmask.c: New file.
5449         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
5450         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
5451         request sigprocmask.o.
5452         (gl_PREREQ_SIGPROCMASK): New macro.
5453         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
5454         (Depends-on): Add sigprocmask.
5455         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
5456         gt_SIGNALBLOCKING. Test for 'raise' only once.
5457         * lib/fatal-signal.c: Include sigprocmask.h.
5458         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
5459         unblock_fatal_signals): Define always.
5460         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
5461         sigprocmask.
5462
5463 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
5464
5465         Sync from Automake.
5466         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
5467         which incorrectly sets the mode of an existing destination
5468         directory.  In some cases the unpatched install-sh could do the
5469         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
5470         system.  We hope this is rare in practice, but it's clearly worth
5471         fixing.  Problem reported by Alex Unleashed in
5472         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
5473         Also, don't bother to check for -m bugs unless we're using -m;
5474         suggested by Stepan Kasal.
5475
5476 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5477
5478         Sync from Automake.
5479         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
5480         `-c' flag, so they appear at the same position as in %FASTDEP%
5481         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
5482         which ignores unknown options only after the first non-option.
5483         Bug report against M4 by Nelson H. F. Beebe.
5484
5485 2006-10-13  Jim Meyering  <jim@meyering.net>
5486
5487         Fix a bug in yesterday's change.
5488         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
5489         p->fts_statp->st_dev would be used uninitialized.
5490         Ensures that we always call fts_stat on the very first entry.
5491         Miklos Szeredi reported that find -xdev stopped working.
5492
5493 2006-10-12  Bruno Haible  <bruno@clisp.org>
5494
5495         * gnulib-tool (func_get_automake_snippet): Append an automatically
5496         computed EXTRA_DIST augmentation.
5497         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
5498         * modules/alloca-opt (Makefile.am): Likewise.
5499         * modules/allocsa (Makefile.am): Likewise.
5500         * modules/arcfour (Makefile.am): Likewise.
5501         * modules/arctwo (Makefile.am): Likewise.
5502         * modules/argmatch (Makefile.am): Likewise.
5503         * modules/argz (Makefile.am): Likewise.
5504         * modules/atexit (Makefile.am): Likewise.
5505         * modules/backupfile (Makefile.am): Likewise.
5506         * modules/byteswap (Makefile.am): Likewise.
5507         * modules/c-strtod (Makefile.am): Likewise.
5508         * modules/c-strtold (Makefile.am): Likewise.
5509         * modules/calloc (Makefile.am): Likewise.
5510         * modules/canon-host (Makefile.am): Likewise.
5511         * modules/canonicalize (Makefile.am): Likewise.
5512         * modules/chdir-long (Makefile.am): Likewise.
5513         * modules/chdir-safer (Makefile.am): Likewise.
5514         * modules/check-version (Makefile.am): Likewise.
5515         * modules/chown (Makefile.am): Likewise.
5516         * modules/cloexec (Makefile.am): Likewise.
5517         * modules/close-stream (Makefile.am): Likewise.
5518         * modules/closeout (Makefile.am): Likewise.
5519         * modules/crc (Makefile.am): Likewise.
5520         * modules/csharpexec (Makefile.am): Likewise.
5521         * modules/cycle-check (Makefile.am): Likewise.
5522         * modules/des (Makefile.am): Likewise.
5523         * modules/dev-ino (Makefile.am): Likewise.
5524         * modules/dirfd (Makefile.am): Likewise.
5525         * modules/dirname (Makefile.am): Likewise.
5526         * modules/dup2 (Makefile.am): Likewise.
5527         * modules/eealloc (Makefile.am): Likewise.
5528         * modules/error (Makefile.am): Likewise.
5529         * modules/euidaccess (Makefile.am): Likewise.
5530         * modules/exclude (Makefile.am): Likewise.
5531         * modules/exitfail (Makefile.am): Likewise.
5532         * modules/fcntl-safer (Makefile.am): Likewise.
5533         * modules/fcntl (Makefile.am): Likewise.
5534         * modules/file-type (Makefile.am): Likewise.
5535         * modules/fileblocks (Makefile.am): Likewise.
5536         * modules/filemode (Makefile.am): Likewise.
5537         * modules/filenamecat (Makefile.am): Likewise.
5538         * modules/fnmatch (Makefile.am): Likewise.
5539         * modules/fopen-safer (Makefile.am): Likewise.
5540         * modules/fpending (Makefile.am): Likewise.
5541         * modules/fprintftime (Makefile.am): Likewise.
5542         * modules/free (Makefile.am): Likewise.
5543         * modules/fsusage (Makefile.am): Likewise.
5544         * modules/ftruncate (Makefile.am): Likewise.
5545         * modules/fts (Makefile.am): Likewise.
5546         * modules/gc-arcfour (Makefile.am): Likewise.
5547         * modules/gc-des (Makefile.am): Likewise.
5548         * modules/gc-hmac-md5 (Makefile.am): Likewise.
5549         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
5550         * modules/gc-md4 (Makefile.am): Likewise.
5551         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
5552         * modules/gc-sha1 (Makefile.am): Likewise.
5553         * modules/gc (Makefile.am): Likewise.
5554         * modules/getaddrinfo (Makefile.am): Likewise.
5555         * modules/getcwd (Makefile.am): Likewise.
5556         * modules/getdelim (Makefile.am): Likewise.
5557         * modules/getdomainname (Makefile.am): Likewise.
5558         * modules/getgroups (Makefile.am): Likewise.
5559         * modules/gethostname (Makefile.am): Likewise.
5560         * modules/gethrxtime (Makefile.am): Likewise.
5561         * modules/getline (Makefile.am): Likewise.
5562         * modules/getloadavg (Makefile.am): Likewise.
5563         * modules/getlogin_r (Makefile.am): Likewise.
5564         * modules/getndelim2 (Makefile.am): Likewise.
5565         * modules/getopt (Makefile.am): Likewise.
5566         * modules/getpagesize (Makefile.am): Likewise.
5567         * modules/getpass-gnu (Makefile.am): Likewise.
5568         * modules/getpass (Makefile.am): Likewise.
5569         * modules/getsubopt (Makefile.am): Likewise.
5570         * modules/gettime (Makefile.am): Likewise.
5571         * modules/gettimeofday (Makefile.am): Likewise.
5572         * modules/getugroups (Makefile.am): Likewise.
5573         * modules/getusershell (Makefile.am): Likewise.
5574         * modules/glob (Makefile.am): Likewise.
5575         * modules/group-member (Makefile.am): Likewise.
5576         * modules/hard-locale (Makefile.am): Likewise.
5577         * modules/hash (Makefile.am): Likewise.
5578         * modules/hmac-md5 (Makefile.am): Likewise.
5579         * modules/hmac-sha1 (Makefile.am): Likewise.
5580         * modules/human (Makefile.am): Likewise.
5581         * modules/idcache (Makefile.am): Likewise.
5582         * modules/imaxabs (Makefile.am): Likewise.
5583         * modules/imaxdiv (Makefile.am): Likewise.
5584         * modules/inet_ntop (Makefile.am): Likewise.
5585         * modules/inet_pton (Makefile.am): Likewise.
5586         * modules/intprops (Makefile.am): Likewise.
5587         * modules/inttostr (Makefile.am): Likewise.
5588         * modules/inttypes (Makefile.am): Likewise.
5589         * modules/isapipe (Makefile.am): Likewise.
5590         * modules/javaversion (Makefile.am): Likewise.
5591         * modules/lchmod (Makefile.am): Likewise.
5592         * modules/lchown (Makefile.am): Likewise.
5593         * modules/localcharset (Makefile.am): Likewise.
5594         * modules/long-options (Makefile.am): Likewise.
5595         * modules/lstat (Makefile.am): Likewise.
5596         * modules/malloc (Makefile.am): Likewise.
5597         * modules/mathl (Makefile.am): Likewise.
5598         * modules/mbchar (Makefile.am): Likewise.
5599         * modules/md2 (Makefile.am): Likewise.
5600         * modules/md4 (Makefile.am): Likewise.
5601         * modules/md5 (Makefile.am): Likewise.
5602         * modules/memcasecmp (Makefile.am): Likewise.
5603         * modules/memchr (Makefile.am): Likewise.
5604         * modules/memcmp (Makefile.am): Likewise.
5605         * modules/memcoll (Makefile.am): Likewise.
5606         * modules/memcpy (Makefile.am): Likewise.
5607         * modules/memmem (Makefile.am): Likewise.
5608         * modules/memmove (Makefile.am): Likewise.
5609         * modules/mempcpy (Makefile.am): Likewise.
5610         * modules/memrchr (Makefile.am): Likewise.
5611         * modules/memset (Makefile.am): Likewise.
5612         * modules/memxor (Makefile.am): Likewise.
5613         * modules/mkancesdirs (Makefile.am): Likewise.
5614         * modules/mkdir-p (Makefile.am): Likewise.
5615         * modules/mkdir (Makefile.am): Likewise.
5616         * modules/mkdtemp (Makefile.am): Likewise.
5617         * modules/mkstemp (Makefile.am): Likewise.
5618         * modules/mktime (Makefile.am): Likewise.
5619         * modules/modechange (Makefile.am): Likewise.
5620         * modules/mountlist (Makefile.am): Likewise.
5621         * modules/nanosleep (Makefile.am): Likewise.
5622         * modules/obstack (Makefile.am): Likewise.
5623         * modules/openat (Makefile.am): Likewise.
5624         * modules/pagealign_alloc (Makefile.am): Likewise.
5625         * modules/pathmax (Makefile.am): Likewise.
5626         * modules/physmem (Makefile.am): Likewise.
5627         * modules/poll (Makefile.am): Likewise.
5628         * modules/posixtm (Makefile.am): Likewise.
5629         * modules/posixver (Makefile.am): Likewise.
5630         * modules/putenv (Makefile.am): Likewise.
5631         * modules/quote (Makefile.am): Likewise.
5632         * modules/quotearg (Makefile.am): Likewise.
5633         * modules/raise (Makefile.am): Likewise.
5634         * modules/read-file (Makefile.am): Likewise.
5635         * modules/readline (Makefile.am): Likewise.
5636         * modules/readlink (Makefile.am): Likewise.
5637         * modules/readtokens (Makefile.am): Likewise.
5638         * modules/readutmp (Makefile.am): Likewise.
5639         * modules/realloc (Makefile.am): Likewise.
5640         * modules/regex (Makefile.am): Likewise.
5641         * modules/rename-dest-slash (Makefile.am): Likewise.
5642         * modules/rename (Makefile.am): Likewise.
5643         * modules/rijndael (Makefile.am): Likewise.
5644         * modules/rmdir (Makefile.am): Likewise.
5645         * modules/rpmatch (Makefile.am): Likewise.
5646         * modules/safe-read (Makefile.am): Likewise.
5647         * modules/safe-write (Makefile.am): Likewise.
5648         * modules/same-inode (Makefile.am): Likewise.
5649         * modules/same (Makefile.am): Likewise.
5650         * modules/save-cwd (Makefile.am): Likewise.
5651         * modules/savedir (Makefile.am): Likewise.
5652         * modules/setenv (Makefile.am): Likewise.
5653         * modules/settime (Makefile.am): Likewise.
5654         * modules/sha1 (Makefile.am): Likewise.
5655         * modules/sig2str (Makefile.am): Likewise.
5656         * modules/snprintf (Makefile.am): Likewise.
5657         * modules/stat-macros (Makefile.am): Likewise.
5658         * modules/stat-time (Makefile.am): Likewise.
5659         * modules/stdbool (Makefile.am): Likewise.
5660         * modules/stdint (Makefile.am): Likewise.
5661         * modules/stdlib-safer (Makefile.am): Likewise.
5662         * modules/stpcpy (Makefile.am): Likewise.
5663         * modules/stpncpy (Makefile.am): Likewise.
5664         * modules/strcase (Makefile.am): Likewise.
5665         * modules/strcasestr (Makefile.am): Likewise.
5666         * modules/strchrnul (Makefile.am): Likewise.
5667         * modules/strcspn (Makefile.am): Likewise.
5668         * modules/strdup (Makefile.am): Likewise.
5669         * modules/strerror (Makefile.am): Likewise.
5670         * modules/strftime (Makefile.am): Likewise.
5671         * modules/strndup (Makefile.am): Likewise.
5672         * modules/strnlen (Makefile.am): Likewise.
5673         * modules/strpbrk (Makefile.am): Likewise.
5674         * modules/strsep (Makefile.am): Likewise.
5675         * modules/strstr (Makefile.am): Likewise.
5676         * modules/strtod (Makefile.am): Likewise.
5677         * modules/strtoimax (Makefile.am): Likewise.
5678         * modules/strtok_r (Makefile.am): Likewise.
5679         * modules/strtol (Makefile.am): Likewise.
5680         * modules/strtoll (Makefile.am): Likewise.
5681         * modules/strtoul (Makefile.am): Likewise.
5682         * modules/strtoull (Makefile.am): Likewise.
5683         * modules/strtoumax (Makefile.am): Likewise.
5684         * modules/strverscmp (Makefile.am): Likewise.
5685         * modules/sys_socket (Makefile.am): Likewise.
5686         * modules/sys_stat (Makefile.am): Likewise.
5687         * modules/sysexits (Makefile.am): Likewise.
5688         * modules/time_r (Makefile.am): Likewise.
5689         * modules/timegm (Makefile.am): Likewise.
5690         * modules/timespec (Makefile.am): Likewise.
5691         * modules/tmpfile-safer (Makefile.am): Likewise.
5692         * modules/trim (Makefile.am): Likewise.
5693         * modules/unistd-safer (Makefile.am): Likewise.
5694         * modules/unlinkdir (Makefile.am): Likewise.
5695         * modules/unlocked-io (Makefile.am): Likewise.
5696         * modules/userspec (Makefile.am): Likewise.
5697         * modules/utime (Makefile.am): Likewise.
5698         * modules/utimecmp (Makefile.am): Likewise.
5699         * modules/utimens (Makefile.am): Likewise.
5700         * modules/vasnprintf (Makefile.am): Likewise.
5701         * modules/vasprintf (Makefile.am): Likewise.
5702         * modules/vsnprintf (Makefile.am): Likewise.
5703         * modules/xalloc (Makefile.am): Likewise.
5704         * modules/xgetcwd (Makefile.am): Likewise.
5705         * modules/xnanosleep (Makefile.am): Likewise.
5706         * modules/xreadlink (Makefile.am): Likewise.
5707         * modules/xstrtod (Makefile.am): Likewise.
5708         * modules/xstrtol (Makefile.am): Likewise.
5709         * modules/xstrtold (Makefile.am): Likewise.
5710         * modules/yesno (Makefile.am): Likewise.
5711         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
5712
5713 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
5714
5715         * modules/error (Makefile.am): Distribute files through
5716         EXTRA_DIST, not lib_SOURCES.
5717
5718 2006-10-12  Eric Blake  <ebb9@byu.net>
5719
5720         * modules/error (Makefile.am): Distribute files in /lib.
5721         * modules/obstack (Makefile.am): Likewise.
5722
5723 2006-10-12  Bruno Haible  <bruno@clisp.org>
5724
5725         * modules/acl (Makefile.am): Distribute all files in lib/ through
5726         EXTRA_DIST.
5727         * modules/arcfour (Makefile.am): Likewise.
5728         * modules/arctwo (Makefile.am): Likewise.
5729         * modules/argmatch (Makefile.am): Likewise.
5730         * modules/argz (Makefile.am): Likewise.
5731         * modules/atexit (Makefile.am): Likewise.
5732         * modules/backupfile (Makefile.am): Likewise.
5733         * modules/c-strtod (Makefile.am): Likewise.
5734         * modules/c-strtold (Makefile.am): Likewise.
5735         * modules/calloc (Makefile.am): Likewise.
5736         * modules/canon-host (Makefile.am): Likewise.
5737         * modules/canonicalize (Makefile.am): Likewise.
5738         * modules/chdir-long (Makefile.am): Likewise.
5739         * modules/chdir-safer (Makefile.am): Likewise.
5740         * modules/check-version (Makefile.am): Likewise.
5741         * modules/chown (Makefile.am): Likewise.
5742         * modules/cloexec (Makefile.am): Likewise.
5743         * modules/close-stream (Makefile.am): Likewise.
5744         * modules/closeout (Makefile.am): Likewise.
5745         * modules/crc (Makefile.am): Likewise.
5746         * modules/cycle-check (Makefile.am): Likewise.
5747         * modules/des (Makefile.am): Likewise.
5748         * modules/dirfd (Makefile.am): Likewise.
5749         * modules/dirname (Makefile.am): Likewise.
5750         * modules/dup2 (Makefile.am): Likewise.
5751         * modules/euidaccess (Makefile.am): Likewise.
5752         * modules/exclude (Makefile.am): Likewise.
5753         * modules/exitfail (Makefile.am): Likewise.
5754         * modules/fcntl-safer (Makefile.am): Likewise.
5755         * modules/file-type (Makefile.am): Likewise.
5756         * modules/fileblocks (Makefile.am): Likewise.
5757         * modules/filemode (Makefile.am): Likewise.
5758         * modules/filenamecat (Makefile.am): Likewise.
5759         * modules/fnmatch (Makefile.am): Likewise.
5760         * modules/fopen-safer (Makefile.am): Likewise.
5761         * modules/fpending (Makefile.am): Likewise.
5762         * modules/fprintftime (Makefile.am): Likewise.
5763         * modules/free (Makefile.am): Likewise.
5764         * modules/fsusage (Makefile.am): Likewise.
5765         * modules/ftruncate (Makefile.am): Likewise.
5766         * modules/fts (Makefile.am): Likewise.
5767         * modules/gc (Makefile.am): Likewise.
5768         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
5769         * modules/getaddrinfo (Makefile.am): Likewise.
5770         * modules/getcwd (Makefile.am): Likewise.
5771         * modules/getdelim (Makefile.am): Likewise.
5772         * modules/getdomainname (Makefile.am): Likewise.
5773         * modules/getgroups (Makefile.am): Likewise.
5774         * modules/gethostname (Makefile.am): Likewise.
5775         * modules/gethrxtime (Makefile.am): Likewise.
5776         * modules/getline (Makefile.am): Likewise.
5777         * modules/getloadavg (Makefile.am): Likewise.
5778         * modules/getlogin_r (Makefile.am): Likewise.
5779         * modules/getopt (Makefile.am): Likewise.
5780         * modules/getpass (Makefile.am): Likewise.
5781         * modules/getpass-gnu (Makefile.am): Likewise.
5782         * modules/getsubopt (Makefile.am): Likewise.
5783         * modules/gettime (Makefile.am): Likewise.
5784         * modules/gettimeofday (Makefile.am): Likewise.
5785         * modules/getugroups (Makefile.am): Likewise.
5786         * modules/getusershell (Makefile.am): Likewise.
5787         * modules/glob (Makefile.am): Likewise.
5788         * modules/group-member (Makefile.am): Likewise.
5789         * modules/hard-locale (Makefile.am): Likewise.
5790         * modules/hash (Makefile.am): Likewise.
5791         * modules/hmac-md5 (Makefile.am): Likewise.
5792         * modules/hmac-sha1 (Makefile.am): Likewise.
5793         * modules/human (Makefile.am): Likewise.
5794         * modules/idcache (Makefile.am): Likewise.
5795         * modules/imaxabs (Makefile.am): Likewise.
5796         * modules/imaxdiv (Makefile.am): Likewise.
5797         * modules/inet_ntop (Makefile.am): Likewise.
5798         * modules/inet_pton (Makefile.am): Likewise.
5799         * modules/inttostr (Makefile.am): Likewise.
5800         * modules/isapipe (Makefile.am): Likewise.
5801         * modules/lchown (Makefile.am): Likewise.
5802         * modules/long-options (Makefile.am): Likewise.
5803         * modules/lstat (Makefile.am): Likewise.
5804         * modules/malloc (Makefile.am): Likewise.
5805         * modules/mathl (Makefile.am): Likewise.
5806         * modules/mbchar (Makefile.am): Likewise.
5807         * modules/md2 (Makefile.am): Likewise.
5808         * modules/md4 (Makefile.am): Likewise.
5809         * modules/md5 (Makefile.am): Likewise.
5810         * modules/memcasecmp (Makefile.am): Likewise.
5811         * modules/memchr (Makefile.am): Likewise.
5812         * modules/memcmp (Makefile.am): Likewise.
5813         * modules/memcoll (Makefile.am): Likewise.
5814         * modules/memcpy (Makefile.am): Likewise.
5815         * modules/memmem (Makefile.am): Likewise.
5816         * modules/memmove (Makefile.am): Likewise.
5817         * modules/mempcpy (Makefile.am): Likewise.
5818         * modules/memrchr (Makefile.am): Likewise.
5819         * modules/memset (Makefile.am): Likewise.
5820         * modules/memxor (Makefile.am): Likewise.
5821         * modules/mkancesdirs (Makefile.am): Likewise.
5822         * modules/mkdir (Makefile.am): Likewise.
5823         * modules/mkdir-p (Makefile.am): Likewise.
5824         * modules/mkdtemp (Makefile.am): Likewise.
5825         * modules/mkstemp (Makefile.am): Likewise.
5826         * modules/mktime (Makefile.am): Likewise.
5827         * modules/modechange (Makefile.am): Likewise.
5828         * modules/mountlist (Makefile.am): Likewise.
5829         * modules/nanosleep (Makefile.am): Likewise.
5830         * modules/openat (Makefile.am): Likewise.
5831         * modules/pagealign_alloc (Makefile.am): Likewise.
5832         * modules/physmem (Makefile.am): Likewise.
5833         * modules/poll (Makefile.am): Likewise.
5834         * modules/posixtm (Makefile.am): Likewise.
5835         * modules/posixver (Makefile.am): Likewise.
5836         * modules/putenv (Makefile.am): Likewise.
5837         * modules/quote (Makefile.am): Likewise.
5838         * modules/quotearg (Makefile.am): Likewise.
5839         * modules/raise (Makefile.am): Likewise.
5840         * modules/read-file (Makefile.am): Likewise.
5841         * modules/readline (Makefile.am): Likewise.
5842         * modules/readlink (Makefile.am): Likewise.
5843         * modules/readtokens (Makefile.am): Likewise.
5844         * modules/readutmp (Makefile.am): Likewise.
5845         * modules/realloc (Makefile.am): Likewise.
5846         * modules/regex (Makefile.am): Likewise.
5847         * modules/rename (Makefile.am): Likewise.
5848         * modules/rename-dest-slash (Makefile.am): Likewise.
5849         * modules/rijndael (Makefile.am): Likewise.
5850         * modules/rmdir (Makefile.am): Likewise.
5851         * modules/rpmatch (Makefile.am): Likewise.
5852         * modules/safe-read (Makefile.am): Likewise.
5853         * modules/safe-write (Makefile.am): Likewise.
5854         * modules/same (Makefile.am): Likewise.
5855         * modules/save-cwd (Makefile.am): Likewise.
5856         * modules/savedir (Makefile.am): Likewise.
5857         * modules/setenv (Makefile.am): Likewise.
5858         * modules/settime (Makefile.am): Likewise.
5859         * modules/sha1 (Makefile.am): Likewise.
5860         * modules/sig2str (Makefile.am): Likewise.
5861         * modules/snprintf (Makefile.am): Likewise.
5862         * modules/stdlib-safer (Makefile.am): Likewise.
5863         * modules/stpcpy (Makefile.am): Likewise.
5864         * modules/stpncpy (Makefile.am): Likewise.
5865         * modules/strcase (Makefile.am): Likewise.
5866         * modules/strcasestr (Makefile.am): Likewise.
5867         * modules/strchrnul (Makefile.am): Likewise.
5868         * modules/strcspn (Makefile.am): Likewise.
5869         * modules/strdup (Makefile.am): Likewise.
5870         * modules/strerror (Makefile.am): Likewise.
5871         * modules/strftime (Makefile.am): Likewise.
5872         * modules/strndup (Makefile.am): Likewise.
5873         * modules/strnlen (Makefile.am): Likewise.
5874         * modules/strpbrk (Makefile.am): Likewise.
5875         * modules/strsep (Makefile.am): Likewise.
5876         * modules/strstr (Makefile.am): Likewise.
5877         * modules/strtod (Makefile.am): Likewise.
5878         * modules/strtoimax (Makefile.am): Likewise.
5879         * modules/strtok_r (Makefile.am): Likewise.
5880         * modules/strtol (Makefile.am): Likewise.
5881         * modules/strtoll (Makefile.am): Likewise.
5882         * modules/strtoul (Makefile.am): Likewise.
5883         * modules/strtoull (Makefile.am): Likewise.
5884         * modules/strtoumax (Makefile.am): Likewise.
5885         * modules/strverscmp (Makefile.am): Likewise.
5886         * modules/time_r (Makefile.am): Likewise.
5887         * modules/timegm (Makefile.am): Likewise.
5888         * modules/tmpfile-safer (Makefile.am): Likewise.
5889         * modules/unistd-safer (Makefile.am): Likewise.
5890         * modules/unlinkdir (Makefile.am): Likewise.
5891         * modules/userspec (Makefile.am): Likewise.
5892         * modules/utime (Makefile.am): Likewise.
5893         * modules/utimecmp (Makefile.am): Likewise.
5894         * modules/utimens (Makefile.am): Likewise.
5895         * modules/vasnprintf (Makefile.am): Likewise.
5896         * modules/vasprintf (Makefile.am): Likewise.
5897         * modules/vsnprintf (Makefile.am): Likewise.
5898         * modules/xalloc (Makefile.am): Likewise.
5899         * modules/xgetcwd (Makefile.am): Likewise.
5900         * modules/xnanosleep (Makefile.am): Likewise.
5901         * modules/xreadlink (Makefile.am): Likewise.
5902         * modules/xstrtod (Makefile.am): Likewise.
5903         * modules/xstrtol (Makefile.am): Likewise.
5904         * modules/xstrtold (Makefile.am): Likewise.
5905         * modules/yesno (Makefile.am): Likewise.
5906
5907 2006-10-12  Jim Meyering  <jim@meyering.net>
5908
5909         * m4/getloadavg.m4: Revert the change below.
5910
5911         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
5912         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
5913         fail with a symlink, which is what coreutils' ./bootstrap now
5914         creates by default.
5915
5916 2006-10-12  Bruno Haible  <bruno@clisp.org>
5917
5918         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
5919         mingw.
5920         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
5921         MSVC and mingw explicitly.
5922
5923 2006-10-11  Simon Josefsson  <jas@extundo.com>
5924             Bruno Haible  <bruno@clisp.org>
5925
5926         Add support for multiple gnulib-tool invocations in the scope of a
5927         single configure.ac file.
5928         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
5929         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
5930         with the same contents as the _LIBADD variable.
5931         (func_emit_initmacro_start, func_emit_initmacro_end,
5932         func_emit_initmacro_done): New functions.
5933         (func_import, func_create_testdir): Invoke them. Allow the identifiers
5934         gl_LIBOBJS and gl_LTLIBOBJS.
5935
5936 2006-10-11  Bruno Haible  <bruno@clisp.org>
5937
5938         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
5939         (func_create_testdir): Don't create po/Makefile.am, don't invoke
5940         autoreconf. Instead, invoke autopoint explicitly but move back the
5941         *.m4 files from gnulib.
5942
5943 2006-10-11  Bruno Haible  <bruno@clisp.org>
5944
5945         * gnulib-tool (func_usage): Make module names after --create-testdir
5946         optional.
5947         (func_create_testdir): If no module was specified, use nearly all
5948         modules.
5949
5950 2006-10-12  Jim Meyering  <jim@meyering.net>
5951
5952         Big performance improvement for fts-based tools that use FTS_NOSTAT.
5953         Avoid spurious inode-mismatch problems on non-POSIX file systems.
5954         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
5955         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
5956         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
5957         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
5958         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
5959         (fts_set_stat_required): New function.
5960         (fts_open): Defer the calls to fts_stat, if possible or requested.
5961         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
5962         into fts_stat itself.
5963         (fts_read): Perform any required (deferred) fts_stat call.
5964         (fts_build): Likewise, for the directory we're about to open and read.
5965         In the readdir loop, carefully decide whether each entry will require
5966         an eventual call to fts_stat, using dirent.d_type info if available.
5967         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
5968         a command line argument into this function.  Update all callers.
5969         Map a return value of FTS_DOT to FTS_D for a command line argument.
5970         * modules/fts (Depends-on): Add d-type.  Alphabetize.
5971         Thanks to Miklos Szeredi for his tenacity and for the initial
5972         bug report about "find" failing on a FUSE-based file system.
5973
5974         * lib/fts.c (fts_open): Use consistent indentation.
5975
5976 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
5977
5978         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
5979         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
5980         reported by Jim Meyering.  All uses of cache variables renamed
5981         to match Autoconf's.
5982         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
5983         the other one.
5984
5985         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
5986         Fix misspelling in diagnostic.
5987
5988 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
5989
5990         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
5991         defined.  Problem reported by Matthew Woehlke.
5992
5993         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
5994         Add support for Tandem NonStop R series.
5995         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
5996         Use new macro.
5997
5998         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
5999         (has_trailing_slash): Omit size arg; all callers changed.
6000         Omit 'inline', since it doesn't help performance and we'd
6001         need to configure it.
6002         Don't count //, ///, etc. as having a trailing slash.
6003         As a side effect, this removes a C99ism reported by Matthew Woehlke.
6004         (rpl_rename_dest_slash): On failure, use rename's errno rather
6005         than (in some cases) an incorrect or junk errno.
6006         Simplify code by removing need to compute length; this does
6007         cause it to make two passes instead of one over the file name,
6008         but it's worth it.
6009
6010         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
6011         change, since Autoconf's version may no longer be appropriate now
6012         that we are using CVS Autoconf's version.  Add support for Tandem.
6013
6014 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
6015             Bruno Haible  <bruno@clisp.org>
6016
6017         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
6018         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
6019         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
6020         gl_AC_TYPE_LONG_LONG.
6021
6022         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
6023         instead of HAVE_LONG_LONG.
6024         * lib/printf-args.c (printf_fetchargs): Likewise.
6025         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
6026         * lib/vasnprintf.c (VASNPRINTF): Likewise.
6027         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
6028         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
6029         gl_AC_TYPE_LONG_LONG.
6030
6031 2006-10-11  Bruno Haible  <bruno@clisp.org>
6032
6033         * m4/longlong.m4: Add comments.
6034         * m4/ulonglong.m4: Likewise.
6035
6036 2006-10-10  Bruno Haible  <bruno@clisp.org>
6037
6038         Make it possible to #define stpcpy, strdup to aliases.
6039         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
6040         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
6041
6042 2006-10-10  Bruno Haible  <bruno@clisp.org>
6043
6044         Make it possible to #define gcd to an alias.
6045         * lib/gcd.c: Include config.h.
6046
6047 2006-10-10  Bruno Haible  <bruno@clisp.org>
6048
6049         Make it possible to #define c_isascii to an alias.
6050         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
6051         defined. Undefine the macros before defining them, to avoid gcc
6052         warnings.
6053         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
6054         define NO_C_CTYPE_MACROS early.
6055
6056 2006-10-10  Bruno Haible  <bruno@clisp.org>
6057
6058         Make it possible to #define set_program_name to an alias.
6059         * lib/progname.c: Don't undefine set_program_name; instead, undefine
6060         ENABLE_RELOCATABLE early.
6061
6062 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
6063
6064         Port to Tandem NSK OSS, which has 64-bit signed int but at most
6065         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
6066         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
6067         More generally, don't assume that 64-bit signed int is available
6068         if unsigned int is, and vice versa.
6069         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
6070         unsigned symbols, not on their signed counterparts.
6071         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
6072         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
6073         (UINT64_C, UINTMAX_C):
6074         Likewise.
6075         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
6076         unsigned counterparts.
6077         (Have_long_long, Unsigned): New macros.
6078         (Int): Renamed from INT.
6079         (strtoimax): Use the new macros.
6080         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
6081         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
6082         * modules/inttypes (inttypes.h): Substitute
6083         HAVE_UNSIGNED_LONG_LONG_INT.
6084         * modules/stdint (stdint.h): Likewise.
6085         (Files): Add m4/ulonglong.m4.
6086
6087 2006-10-10  Bruno Haible  <bruno@clisp.org>
6088
6089         Fix a gcc -Wshadow warning.
6090         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
6091         to 'bucket'.
6092         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
6093         gl_linked_indexof_from_to): Likewise.
6094         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
6095         Likewise.
6096         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
6097         Likewise.
6098         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
6099         Reported by Eric Blake.
6100
6101 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
6102
6103         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
6104         for NetBSD.  Problem reported by Bruno Haible.
6105
6106 2006-10-09  Jim Meyering  <jim@meyering.net>
6107
6108         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
6109         Patch from Bruno Haible.
6110
6111 2006-10-09  Jim Meyering  <jim@meyering.net>
6112
6113         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
6114         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
6115         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
6116
6117 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
6118
6119         Don't include <config.h> twice; this doesn't work in some cases,
6120         e.g., when config.h has "#define intmax_t long long int" and
6121         we include <config.h>, <inttypes.h>, <config.h> in that order.
6122         Problem reported by Matthew Woehlke in:
6123         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
6124         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
6125         * lib/fts-cycle.c: Don't include config.h.
6126         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
6127         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
6128         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
6129         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
6130         inttypes.h.
6131         * lib/xstrtoumax.c: Likewise.
6132         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
6133         __strtol and the like, so that this module is more like its siblings.
6134         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
6135         Remove; no longer needed now that we assume gnulib inttypes.h.
6136
6137 2006-10-08  Bruno Haible  <bruno@clisp.org>
6138
6139         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
6140         option.
6141
6142 2006-10-07  Jim Meyering  <jim@meyering.net>
6143
6144         * modules/inttypes (inttypes.h): Revert what seems to have been
6145         an inadvertent part of today's change: use "|", not "/" in the
6146         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
6147
6148 2006-10-07  Bruno Haible  <bruno@clisp.org>
6149
6150         * modules/sublist: New file.
6151
6152 2006-10-07  Bruno Haible  <bruno@clisp.org>
6153
6154         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
6155         * modules/argz (argz.h): Likewise.
6156         * modules/arpa_inet (arpa/inet.h): Likewise.
6157         * modules/byteswap (byteswap.h): Likewise.
6158         * modules/configmake (configmake.h): Likewise.
6159         * modules/fcntl (fcntl.h): Likewise.
6160         * modules/fnmatch (fnmatch.h): Likewise.
6161         * modules/getopt (getopt.h): Likewise.
6162         * modules/glob (glob.h): Likewise.
6163         * modules/inttypes (inttypes.h): Likewise.
6164         * modules/netinet_in (netinet/in.h): Likewise.
6165         * modules/poll (poll.h): Likewise.
6166         * modules/stdbool (stdbool.h): Likewise.
6167         * modules/stdint (stdint.h): Likewise.
6168         * modules/sys_select (sys/select.h): Likewise.
6169         * modules/sys_socket (sys/socket.h): Likewise.
6170         * modules/sys_stat (sys/stat.h): Likewise.
6171         * modules/sysexits (sysexits.h): Likewise.
6172         * modules/unistd (unistd.h): Likewise.
6173         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6174         Add a "DO NOT EDIT" comment to the generated file.
6175         (func_import): Likewise for gnulib-comp.m4.
6176
6177 2006-10-07  Bruno Haible  <bruno@clisp.org>
6178
6179         * lib/gl_sublist.h: New file.
6180         * lib/gl_sublist.c: New file.
6181
6182 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
6183
6184         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
6185         name (relative to the original working directory) and the file
6186         name component (relative to the temporary working directory).  All
6187         callers changed.
6188         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
6189         * lib/mkdir-p.c (make_dir_parents): Likewise.
6190         * lib/mkdir-p.h (make_dir_parents): Likewise.
6191
6192 2006-10-06  Eric Blake  <ebb9@byu.net>
6193
6194         Define several macros for use by the clean-temp module.
6195         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
6196         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
6197         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
6198
6199         * lib/clean-temp.h (close_stream_temp): New declaration.
6200         * lib/clean-temp.c (includes): Pull in headers according to what
6201         other modules are in use.
6202         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
6203
6204 2006-10-06  Bruno Haible  <bruno@clisp.org>
6205
6206         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
6207         instead of fopen, fwriteerror.
6208
6209 2006-10-06  Bruno Haible  <bruno@clisp.org>
6210
6211         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
6212         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
6213         int.
6214         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
6215         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
6216         Return an error indicator.
6217         Suggested by Eric Blake.
6218
6219 2006-10-06  Bruno Haible  <bruno@clisp.org>
6220
6221         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
6222         Reported by Eric Blake.
6223
6224 2006-10-06  Bruno Haible  <bruno@clisp.org>
6225
6226         * modules/closeout (Description): Mention stderr too.
6227
6228 2006-10-06  Bruno Haible  <bruno@clisp.org>
6229         and Paul Eggert  <eggert@cs.ucla.edu>
6230
6231         * lib/closeout.c (close_stdout): Also close stderr.
6232         * lib/closeout.h: Update comment.
6233
6234 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
6235
6236         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
6237         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
6238         * lib/dirchownmod.c: Include lchown.h.
6239         * lib/lchown.c: Don't include files that lchown.h now includes.
6240         Don't declare chown, since lchown.h now does that.
6241         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
6242         (lchown): Define to rpl_chown if lchown is declared but
6243         does not exist.  Declare using a prototype if lchown is not
6244         declared.  Add a copyright notice.
6245         * lib/mkstemp.h: Include <unistd.h>.
6246         * lib/openat.c: Include lchown.h.
6247
6248         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
6249         we now test for that separately.
6250         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
6251         rather than O_NOFOLLOW, when testing whether it's possible to
6252         avoid a race condition reliably.
6253         * lib/savewd.c (savewd_chdir): Likewise.
6254
6255         Remove macros that are no longer needed now that stdint.h is
6256         reliable.
6257         * lib/fsusage.c (UINTMAX_MAX): Remove.
6258         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
6259         * lib/utimecmp.c (SIZE_MAX): Remove.
6260
6261         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
6262
6263         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
6264         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
6265         O_NOATIME works.
6266
6267 2006-10-05  Bruno Haible  <bruno@clisp.org>
6268
6269         * lib/gl_list.h (gl_sortedlist_search_from_to,
6270         gl_sortedlist_indexof_from_to): New declarations.
6271         (gl_list_implementation): New fields sortedlist_search_from_to,
6272         sortedlist_indexof_from_to.
6273         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
6274         inline functions.
6275         * lib/gl_list.c (gl_sortedlist_search_from_to,
6276         gl_sortedlist_indexof_from_to): New functions.
6277         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
6278         function.
6279         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
6280         (gl_array_sortedlist_search_from_to): New function.
6281         (gl_array_list_implementation): Update.
6282         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
6283         function.
6284         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
6285         (gl_carray_sortedlist_search_from_to): New function.
6286         (gl_carray_list_implementation): Update.
6287         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
6288         gl_linked_sortedlist_indexof_from_to): New functions.
6289         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
6290         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
6291         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
6292         gl_tree_sortedlist_indexof_from_to): New functions.
6293         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
6294         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
6295         Update.
6296         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
6297         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
6298         Update.
6299
6300 2006-10-05  Bruno Haible  <bruno@clisp.org>
6301
6302         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
6303         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
6304         (struct gl_list_implementation): Add fields search_from_to,
6305         indexof_from_to. Remove fields search, indexof.
6306         (gl_list_search): Use the search_from_to method.
6307         (gl_list_search_from, gl_list_search_from_to): New functions.
6308         (gl_list_indexof): Use the indexof_from_to method.
6309         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
6310         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
6311         (gl_list_search_from, gl_list_search_from_to): New functions.
6312         (gl_list_indexof): Use the indexof_from_to method.
6313         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
6314         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
6315         gl_array_indexof. Add start_index, end_index arguments.
6316         (gl_array_search_from_to): Renamed from gl_array_search. Add
6317         start_index, end_index arguments.
6318         (gl_array_remove, gl_array_list_implementation): Update.
6319         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
6320         gl_carray_indexof. Add start_index, end_index arguments.
6321         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
6322         start_index, end_index arguments.
6323         (gl_carray_remove, gl_carray_list_implementation): Update.
6324         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
6325         gl_linked_search. Add start_index, end_index arguments.
6326         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
6327         start_index, end_index arguments.
6328         (gl_linked_remove): Update.
6329         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
6330         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
6331         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
6332         field to 'size_t'.
6333         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
6334         gl_tree_search. Add start_index, end_index arguments.
6335         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
6336         start_index, end_index arguments.
6337         (gl_tree_remove): Update.
6338         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
6339         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
6340         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
6341         function.
6342         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
6343         gl_tree_search. Add start_index, end_index arguments.
6344         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
6345         start_index, end_index arguments.
6346         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
6347         Update.
6348         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
6349
6350 2006-10-05  Bruno Haible  <bruno@clisp.org>
6351
6352         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
6353
6354         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
6355         fwriteerror_temp): New declarations.
6356         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
6357         (descriptors): New variable.
6358         (cleanup): First, close the descriptors.
6359         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
6360         fclose_temp, fwriteerror_temp): New functions.
6361
6362 2006-10-04  Jim Meyering  <jim@meyering.net>
6363
6364         * lib/fts.c (fts_open): Tiny comment change.
6365
6366 2006-10-04  Bruno Haible  <bruno@clisp.org>
6367
6368         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
6369         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
6370         gl_LOCK_BODY.
6371         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
6372         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
6373         gl_LOCK_EARLY_BODY.
6374         (gl_LOCK): Require gl_LOCK_BODY.
6375
6376 2006-10-04  Bruno Haible  <bruno@clisp.org>
6377
6378         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
6379         (gl_oset_search_atleast): New declaration.
6380         (struct gl_oset_implementation): Add field 'search_atleast'.
6381         (gl_oset_search_atleast): New inline function.
6382         * lib/gl_oset.c (gl_oset_search_atleast): New function.
6383         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
6384         (gl_array_oset_implementation): Update.
6385         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
6386         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
6387         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
6388
6389 2006-10-04  Bruno Haible  <bruno@clisp.org>
6390
6391         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
6392
6393 2006-10-03  Bruno Haible  <bruno@clisp.org>
6394
6395         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
6396         from gl_avltreehash_list_implementation.
6397
6398 2006-10-03  Bruno Haible  <bruno@clisp.org>
6399
6400         * lib/gl_oset.c (gl_oset_add): Fix return type.
6401
6402 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
6403
6404         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
6405
6406 2006-10-02  Eric Blake  <ebb9@byu.net>
6407
6408         * modules/strnlen (Depends-on): Add extensions.
6409
6410 2006-10-02  Eric Blake  <ebb9@byu.net>
6411
6412         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
6413         definition in 2.60+.
6414
6415 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
6416
6417         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
6418         checks.
6419
6420 2006-10-02  Bruno Haible  <bruno@clisp.org>
6421
6422         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
6423         to the AUTOMAKE_OPTIONS.
6424         Reported by Jim Meyering.
6425
6426 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
6427
6428         Work around bug in Solaris 10 /proc file system:
6429         /proc/self/fd/NNN/.. isn't the parent directory of
6430         the directory whose file descriptor is NNN.  This needs to
6431         be worked around at run time, not compile time, since a
6432         program might be built on Solaris 8, where things work, and
6433         run on Solaris 10.
6434         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
6435         to use the following interface instead:
6436         (OPENAT_BUFFER_SIZE): New macro.
6437         (openat_proc_name): New function.
6438         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
6439         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
6440         Likewise.
6441         * lib/openat-proc.c: New file.
6442         * modules/openat (Files): Add lib/openat-proc.c.
6443         (Depends-on): Add same-inode, stdbool.
6444         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
6445
6446 2006-09-29  Bruno Haible  <bruno@clisp.org>
6447
6448         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
6449         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
6450         argument. Set stdout_closed before testing for ferror, not after.
6451         (fwriteerror, fwriteerror_no_ebadf): New functions.
6452
6453 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6454
6455         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
6456
6457 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
6458
6459         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
6460         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
6461
6462 2006-09-28  Jim Meyering  <jim@meyering.net>
6463
6464         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
6465         Include <unistd.h>.
6466
6467 2006-09-28  Bruno Haible  <bruno@clisp.org>
6468
6469         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
6470         * modules/linkedhash-list (Depends-on): Likewise.
6471         * modules/rbtreehash-list (Depends-on): Likewise.
6472
6473 2006-09-28  Bruno Haible  <bruno@clisp.org>
6474
6475         * lib/strndup.h: Simplify the redefinition of strndup.
6476         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
6477         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
6478
6479 2006-09-28  Bruno Haible  <bruno@clisp.org>
6480
6481         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
6482         * lib/gl_linkedhash_list.c: Likewise.
6483         * lib/gl_rbtreehash_list.c: Likewise.
6484
6485 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
6486
6487         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
6488         getaddrinfo.
6489
6490         * lib/__fpending.h: Don't include <stdio_ext.h> unless
6491         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
6492         it causes <stdio_ext.h> to cause a compile-time error.
6493         Problem reported by Nelson H. F. Beebe.
6494         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
6495         of HAVE_DECL___PENDING.
6496
6497         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
6498         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
6499         declaration.
6500
6501 2006-09-27  Jim Meyering  <jim@meyering.net>
6502
6503         This file could end up with a definition for a function
6504         named __strndup, rather than rpl_strndup on a system with
6505         incomplete weak_alias support.
6506         * lib/strndup.c (strndup): Rename from __strndup.
6507         Remove #defines that used to map __strndup to strndup.
6508         Don't use K&R prototypes.
6509         Remove LIBC-related code, since this file is not sync'd with glibc.
6510         * lib/strndup.h: Revamp, accordingly.
6511         * m4/strndup.m4: Modernize.
6512
6513 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
6514
6515         * modules/savewd (Depends-on): Add 'raise'.
6516         * lib/savewd.c: Include <signal.h>, for 'raise'.
6517
6518 2006-09-26  Jim Meyering  <jim@meyering.net>
6519
6520         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
6521         when we detect Darwin 8.7.0's acl_get_file bug.
6522         Rearrange to perform the new (below) run-test while $LIBS
6523         contains any acl-related library.  Set USE_ACL at the end.
6524         (gl_ACL_GET_FILE): New function.
6525
6526 2006-09-26  Eric Blake  <ebb9@byu.net>
6527
6528         * lib/verror.c: Include <config.h> unconditionally.
6529
6530 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
6531
6532         * modules/clock-time (Maintainer): Add self.
6533         * modules/getlogin_r (Depends-on): Add extensions.
6534
6535 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6536
6537         * modules/clock-time: New module.
6538         * modules/nanosleep (Depends-on): Add clock-time.
6539         * modules/gethrxtime (Depends-on): Likewise.
6540         * modules/gettime (Depends-on): Likewise.
6541         * modules/settime (Depends-on): Likewise.
6542
6543         * modules/fts-lgpl: Depend on openat.
6544         * modules/mkancesdirs: Depend on savewd.
6545         * modules/mkdir-p: Likewise.
6546
6547 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6548
6549         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
6550
6551         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
6552         `gl_have_arbitrary_file_name_length_limit' to
6553         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
6554         actually works between configure runs.
6555
6556 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6557             Bruno Haible  <bruno@clisp.org>
6558
6559         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
6560
6561 2006-09-25  Jim Meyering  <jim@meyering.net>
6562
6563         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
6564         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
6565
6566 2006-09-25  Eric Blake  <ebb9@byu.net>
6567
6568         * gnulib-tool (func_import, func_create_testdir): Fix typos in
6569         exec's in 2006-09-18 patch when shuffling fds.
6570
6571 2006-09-25  Bruno Haible  <bruno@clisp.org>
6572
6573         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
6574         Reported by Jim Meyering.
6575
6576 2006-09-24  Jim Meyering  <jim@meyering.net>
6577
6578         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
6579         compare a pointer against a literal "0".  That caused failures with
6580         at least HP-UX's hpcc.
6581
6582 2006-09-22  Simon Josefsson  <jas@extundo.com>
6583
6584         * modules/gc-sha1:
6585         * modules/gc-md4:
6586         * modules/gc-hmac-sha1:
6587         * modules/gc-hmac-md5:
6588         * modules/gc-des:
6589         * modules/gc-arcfour: Distribute more files.
6590
6591 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6592
6593         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
6594         (gl_linked_iterator_from_to): Initialize struct completely.
6595         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
6596         (gl_tree_iterator_from_to): Likewise
6597         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
6598         * lib/gl_array_list.c [lint] (gl_array_iterator)
6599         (gl_array_iterator_from_to): Likewise.
6600         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
6601         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
6602         (gl_carray_iterator_from_to): Likewise.
6603
6604         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
6605         * lib/md4.c (md4_process_block): Remove unused variable.
6606         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
6607         parentheses for clarity.
6608
6609 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6610
6611         * modules/bison-i18n (Depends-on): Add gettext.
6612
6613 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6614
6615         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
6616         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
6617         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
6618         also add missing comma that caused broken test.
6619         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
6620         stdlib.h, for `abort'.
6621         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
6622         variables.
6623         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
6624         include unistd.h if present, for `rmdir'.
6625         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
6626         variables.
6627         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
6628         in the process include standard headers for prototypes.
6629         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
6630         gets declared on GNU/Linux.
6631         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
6632         unistd.h, for `rmdir'.
6633         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
6634
6635         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
6636         always true.
6637         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
6638
6639         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
6640
6641 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6642
6643         * gnulib-tool (func_version): Create output all at once.  This
6644         may help avoid triggering unnecessary SIGPIPEs, and at any
6645         rate it doesn't hurt.
6646
6647 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6648             Bruno Haible  <bruno@clisp.org>
6649
6650         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
6651         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
6652         * m4/signed.m4 (bh_C_SIGNED): Likewise.
6653
6654         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
6655         (gl_FUNC_VASPRINTF): Invoke it.
6656
6657 2006-09-22  Bruno Haible  <bruno@clisp.org>
6658
6659         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
6660         getloadavg.c as first argument.
6661
6662 2006-09-22  Bruno Haible  <bruno@clisp.org>
6663
6664         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
6665         at the beginning of the gl_INIT macro.
6666         * modules/getloadavg (configure.ac): Pass $gl_source_base to
6667         gl_GETLOADAVG.
6668
6669 2006-09-22  Bruno Haible  <bruno@clisp.org>
6670
6671         * gnulib-tool (func_create_megatestdir): Don't include the config-h
6672         module.
6673         Suggested by Ralf Wildenhues.
6674
6675 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
6676
6677         Import this patch from libc:
6678
6679         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
6680
6681         * lib/regex_internal.c (re_string_reconstruct): Handle
6682         offset < pstr->valid_raw_len && pstr->offsets_needed case.
6683         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
6684         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
6685         re_string_context_at.
6686
6687         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
6688         now requires it.
6689         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
6690         gl_REGEX now does it for us.
6691         (gl_REGEX): Add test taken from
6692         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
6693
6694         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
6695         Check that large offsets work.  Modernize Autoconf usages.
6696         Prefer "yes" to mean a good thing rather than a bad.
6697         Don't put "#define mkstemp" in config.h, as this might interfere
6698         with standard system headers that "#define mkstemp mkstemp64".
6699
6700         * modules/mkstemp (Depends-on): Add extensions, so that
6701         mkstemp is visible on some platforms.
6702         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
6703         (Include): Change to "mkstemp.h" from <stdlib.h>.
6704         (Files): Add mkstemp.h.
6705
6706         * lib/mkstemp.h: New file, since some standard headers
6707         #define mkstemp.
6708         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
6709         Include "mkstemp.h".
6710         Make the _LIBC code resemble glibc original more,
6711         e.g., use K&R style.
6712         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
6713         (mkstemp): Remove, since mkstemp.h does this for us.
6714         * lib/stdlib--.h: Include mkstemp.h.
6715
6716         Import this patch from libc:
6717
6718         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
6719
6720         * lib/tempname.c (__gen_tempname): Change attempts_min
6721         into a macro.  Use preprocessor to decide how to initialize
6722         attempts [Coverity CID 67].
6723
6724 2006-09-20  Bruno Haible  <bruno@clisp.org>
6725
6726         * lib/mkdtemp.c: Import from libc.
6727         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
6728                 * sysdeps/posix/tempname.c (__gen_tempname): Change
6729                 attempts_min into a macro.  Use preprocessor to decide how to
6730                 initialize attempts [Coverity CID 67].
6731         2001-11-27  Paul Eggert  <eggert@twinsun.com>
6732                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
6733                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
6734
6735 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6736
6737         * gnulib-tool (func_exit): New function, to allow to pass the
6738         exit status portably through the trap.  Use everywhere.
6739         (--help, --version): Signal a write error.
6740         (trap): catch SIGPIPE, for write errors.
6741         Exit at the end of the trap, with the correct exit status.
6742
6743 2006-09-19  Karl Berry  <karl@gnu.org>
6744
6745         * doc/gnulib.texi: note about the license texinfo files.
6746
6747 2006-09-19  Eric Blake  <ebb9@byu.net>
6748
6749         * gnulib-tool: Avoid space-tab.
6750
6751 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
6752
6753         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
6754         that prevented coreutils 6.1 from building.  Problem reported
6755         by Petter Reinholdtsen.
6756
6757 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
6758
6759         * gnulib-tool (avoidlist): Fix typo that broke options like
6760         --avoid=lock that are used by coreutils bootstrap.
6761
6762 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
6763
6764         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
6765         more systematically.
6766
6767 2006-09-18  Jim Meyering  <jim@meyering.net>
6768
6769         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
6770
6771 2006-09-18  Bruno Haible  <bruno@clisp.org>
6772
6773         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
6774
6775 2006-09-18  Bruno Haible  <bruno@clisp.org>
6776
6777         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
6778         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
6779         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
6780         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
6781         * m4/gettext.m4: Require autoconf >= 2.52.
6782         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
6783         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
6784         of gl_cv_header_inttypes_h.
6785
6786 2006-09-18  Bruno Haible  <bruno@clisp.org>
6787
6788         * lib/javaversion.c: Include configmake.h.
6789
6790 2006-09-18  Bruno Haible  <bruno@clisp.org>
6791
6792         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
6793         avoid that the while loops be executed in a subshell.
6794
6795 2006-09-18  Bruno Haible  <bruno@clisp.org>
6796
6797         * MODULES.html.sh (func_module): Break long lines.
6798         Suggested by Bruce Korb <bkorb@gnu.org>.
6799
6800 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6801
6802         Speed up by a factor of 1.12.
6803         * gnulib-tool (nl): New variable.
6804         (func_import): Rewrite include directive extraction to only read each
6805         directive once.
6806
6807 2006-09-17  Bruno Haible  <bruno@clisp.org>
6808
6809         * modules/javaversion (Makefile.am): Remove DEFS setting.
6810         (Depends-on): Add configmake, for PKGDATADIR definition.
6811
6812 2006-09-17  Bruno Haible  <bruno@clisp.org>
6813
6814         * gnulib-tool (func_create_testdir): Rewrite all files at once.
6815
6816 2006-09-17  Bruno Haible  <bruno@clisp.org>
6817
6818         * gnulib-tool (func_append): New function, stolen from libtool.m4.
6819         (func_modules_transitive_closure, func_modules_add_dummy,
6820         func_modules_to_filelist, func_import, func_create_testdir,
6821         func_create_megatestdir, ...): Use it wherever possible.
6822         Suggested by Ralf Wildenhues.
6823
6824 2006-09-16  Karl Berry  <karl@gnu.org>
6825
6826         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
6827         to avoid sectioning errors.
6828         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
6829         [ifinfo]: blank line after @center-ed titles.
6830         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
6831         Spell FSF address consistently with others.
6832         (These changes approved by rms.)
6833
6834 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6835
6836         Speed up by a factor of 1.61.
6837         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
6838         already checked module names again.
6839
6840 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6841
6842         Speed up by a factor of 1.13.
6843         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
6844         for new_files, and the input to func_add_or_update.
6845
6846 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6847
6848         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
6849         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
6850
6851 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
6852
6853         * modules/mkancesdirs (Depends-on): Add fcntl.
6854         * modules/savewd: New file.
6855         * MODULES.html.sh (File system functions): Add savewd.
6856
6857         * modules/configmake (Makefile.am): Add support for the
6858         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
6859
6860 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
6861
6862         * m4/savewd.m4: New file.
6863
6864 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
6865
6866         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
6867         (dirchownmod): New arg FD.  All callers changed.
6868         Use FD rather than opening the directory ourself, as opening is
6869         now the caller's responsibility.
6870         * lib/dirchownmod.h: Likewise.
6871         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
6872         hosts that require <sys/types.h> before <sys/stat.h>.  Include
6873         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
6874         (test_dir): Remove.
6875         (mkancesdirs): Return length of prefix of FILE that has already
6876         been made, or -2 if there is a child doing the work.  Redo
6877         algorithm so that it is O(N) rather than O(N**2).  Optimize away
6878         ".", and treat ".." specially since it might stray back into
6879         already-created areas.  Use a subprocess if necessary.  New arg
6880         WD; all users changed.  MAKE_DIR function should now return 1
6881         if it creates a directory that is not readable.  Return -2 if
6882         a child process is spun off.
6883         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
6884         Adjust signature to match code.
6885         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
6886         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
6887         all users changed.
6888         * lib/savewd.c, lib/savewd.h: New files.
6889
6890 2006-09-15  Jim Meyering  <jim@meyering.net>
6891
6892         * modules/rename-dest-slash: New module.
6893         * MODULES.html.sh (posix_compat): Add it here.
6894
6895         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
6896
6897 2006-09-15  Jim Meyering  <jim@meyering.net>
6898
6899         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
6900         file.
6901
6902         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
6903
6904 2006-09-15  Jim Meyering  <jim@meyering.net>
6905
6906         * lib/rename-dest-slash.c (has_trailing_slash): Use
6907         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
6908         (rpl_rename_dest_slash): Perform the cheaper trailing slash
6909         test before testing whether SRC is a directory.
6910         Suggestions from Bruno Haible.
6911
6912         Avoid a warning about an unused variable.
6913         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
6914         into the #ifdef block where it's used.
6915
6916         * lib/rename-dest-slash.c: New file.
6917
6918 2006-09-14  Bruno Haible  <bruno@clisp.org>
6919
6920         * lib/allocsa.c: Include <config.h> unconditionally.
6921         * lib/asnprintf.c: Likewise.
6922         * lib/asprintf.c: Likewise.
6923         * lib/c-strcasecmp.c: Likewise.
6924         * lib/c-strcasestr.c: Likewise.
6925         * lib/c-strncasecmp.c: Likewise.
6926         * lib/c-strstr.c: Likewise.
6927         * lib/classpath.c: Likewise.
6928         * lib/clean-temp.c: Likewise.
6929         * lib/concatpath.c: Likewise.
6930         * lib/copy-file.c: Likewise.
6931         * lib/csharpcomp.c: Likewise.
6932         * lib/csharpexec.c: Likewise.
6933         * lib/execute.c: Likewise.
6934         * lib/fatal-signal.c: Likewise.
6935         * lib/findprog.c: Likewise.
6936         * lib/fwriteerror.c: Likewise.
6937         * lib/gl_array_list.c: Likewise.
6938         * lib/gl_array_oset.c: Likewise.
6939         * lib/gl_avltree_list.c: Likewise.
6940         * lib/gl_avltree_oset.c: Likewise.
6941         * lib/gl_avltreehash_list.c: Likewise.
6942         * lib/gl_carray_list.c: Likewise.
6943         * lib/gl_linked_list.c: Likewise.
6944         * lib/gl_linkedhash_list.c: Likewise.
6945         * lib/gl_list.c: Likewise.
6946         * lib/gl_oset.c: Likewise.
6947         * lib/gl_rbtree_list.c: Likewise.
6948         * lib/gl_rbtree_oset.c: Likewise.
6949         * lib/gl_rbtreehash_list.c: Likewise.
6950         * lib/imaxabs.c: Likewise.
6951         * lib/imaxdiv.c: Likewise.
6952         * lib/javacomp.c: Likewise.
6953         * lib/javaexec.c: Likewise.
6954         * lib/javaversion.c: Likewise.
6955         * lib/linebreak.c: Likewise.
6956         * lib/localcharset.c: Likewise.
6957         * lib/lock.c: Likewise.
6958         * lib/mbchar.c: Likewise.
6959         * lib/mbswidth.c: Likewise.
6960         * lib/mkdtemp.c: Likewise.
6961         * lib/pipe.c: Likewise.
6962         * lib/printf-args.c: Likewise.
6963         * lib/printf-parse.c: Likewise.
6964         * lib/progname.c: Likewise.
6965         * lib/progreloc.c: Likewise.
6966         * lib/readlink.c: Likewise.
6967         * lib/sh-quote.c: Likewise.
6968         * lib/stpcpy.c: Likewise.
6969         * lib/stpncpy.c: Likewise.
6970         * lib/strcasecmp.c: Likewise.
6971         * lib/strcasestr.c: Likewise.
6972         * lib/strcspn.c: Likewise.
6973         * lib/striconv.c: Likewise.
6974         * lib/strncasecmp.c: Likewise.
6975         * lib/strnlen1.c: Likewise.
6976         * lib/strstr.c: Likewise.
6977         * lib/strtok_r.c: Likewise.
6978         * lib/tls.c: Likewise.
6979         * lib/tmpdir.c: Likewise.
6980         * lib/unicodeio.c: Likewise.
6981         * lib/unsetenv.c: Likewise.
6982         * lib/vasnprintf.c: Likewise.
6983         * lib/vasprintf.c: Likewise.
6984         * lib/wait-process.c: Likewise.
6985         * lib/xallocsa.c: Likewise.
6986         * lib/xsetenv.c: Likewise.
6987         * lib/xstriconv.c: Likewise.
6988
6989 2006-09-13  Simon Josefsson  <jas@extundo.com>
6990
6991         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
6992         that internally, suggested by Ralf Wildenhues
6993         <Ralf.Wildenhues@gmx.de>.
6994
6995 2006-09-13  Simon Josefsson  <jas@extundo.com>
6996
6997         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
6998         @LIBOBJS@.
6999         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7000
7001 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
7002
7003         * lib/_fpending.c: Include <config.h> unconditionally, since we no
7004         longer worry about uses that don't define HAVE_CONFIG_H.
7005         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
7006         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
7007         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
7008         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
7009         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
7010         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
7011         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
7012         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
7013         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
7014         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
7015         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
7016         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
7017         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
7018         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
7019         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
7020         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
7021         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
7022         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
7023         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
7024         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
7025         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
7026         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
7027         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
7028         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
7029         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
7030         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
7031         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
7032         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
7033         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
7034         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
7035         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
7036         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
7037         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
7038         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
7039         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
7040         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
7041         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
7042         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
7043         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
7044         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
7045         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
7046         Likewise.
7047
7048 2006-09-13  Eric Blake  <ebb9@byu.net>
7049
7050         * lib/getopt.c: Fix typo in last commit.
7051
7052 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
7053
7054         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
7055         dgettext.
7056
7057 2006-09-12  Jim Meyering  <jim@meyering.net>
7058
7059         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
7060         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
7061         Reported by Nelson H. F. Beebe.
7062
7063 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
7064
7065         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
7066         program_invocation_name and program_invocation_short_name are
7067         initialized.
7068         * lib/argp-namefrob.h: Move declarations of program_invocation_name
7069         and program_invocation_short_name to argp.h, so they are visible
7070         to user programs.
7071         * lib/argp.h: Likewise
7072
7073 2006-09-10  Bruno Haible  <bruno@clisp.org>
7074
7075         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
7076         m4/inttypes_h.m4, m4/uintmax_t.m4.
7077
7078 2006-09-10  Bruno Haible  <bruno@clisp.org>
7079
7080         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
7081         gl_AC_TYPE_UINTMAX_T.
7082
7083 2006-09-10  Bruno Haible  <bruno@clisp.org>
7084
7085         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
7086
7087 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
7088
7089         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
7090         convention.  Text proposed by Bruno Haible.
7091         (struct argp_option): Document the use of N_() wrappers.
7092
7093         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
7094         '\v', and translate the two parts separately, instead of feeding
7095         the whole string to gettext.  This allows to exclude
7096         '\v' from the strings visible to the translator by writing doc
7097         strings as N_("..") "\v" N_("..").
7098
7099 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
7100
7101         * config/srclist.txt: Undo latest change; the bug was fixed.
7102
7103 2006-09-09  Bruno Haible  <bruno@clisp.org>
7104
7105         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
7106         assignments if building a library without libtool.
7107         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
7108         in func_emit_lib_Makefile_am.
7109         (func_import): When building a static library libfoo.a, arrange to
7110         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
7111         (func_create_testdir): Likewise.
7112         * modules/gc (configure.ac, Makefile.am): If building statically,
7113         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
7114         * modules/iconvme (configure.ac, Makefile.am): Likewise.
7115         * modules/striconv (configure.ac, Makefile.am): Likewise.
7116         Based on a suggestion by Ralf Wildenhues.
7117
7118 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7119
7120         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
7121         Check for unistd.h too, since Autoconf doesn't assume POSIX.
7122         Also:
7123
7124         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7125         Add year_2050_test to catch glibc bug 2821
7126         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
7127
7128         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7129         Prefer #ifdef to #if.
7130
7131         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
7132         Return from 'main' instead of calling 'exit'.
7133
7134 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7135
7136         * lib/mktime.c (guess_time_tm): Fix bug where mktime
7137         returned the maximum time_t value rather than (time_t) -1.
7138         Problem originally reported by William Bardwell
7139         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
7140
7141         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
7142         Moved to here ...
7143         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
7144         ... from here.
7145
7146 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7147
7148         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
7149         2821 is fixed.
7150
7151 2006-09-08  Jim Meyering  <jim@meyering.net>
7152
7153         Don't make generated files read-only.  That would bother too many
7154         people.  However, do retain the ability to work when targets are
7155         read-only: remove the destination and temporary files before writing
7156         them (when generated via sed or echo), or by using the -f option for
7157         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
7158         * modules/alloca-opt, modules/argz, modules/arpa_inet:
7159         * modules/byteswap, modules/configmake, modules/fcntl:
7160         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
7161         * modules/localcharset, modules/netinet_in, modules/poll:
7162         * modules/stdbool, modules/stdint, modules/sys_select:
7163         * modules/sys_socket, modules/sys_stat, modules/sysexits:
7164
7165 2006-09-08  Jim Meyering  <jim@meyering.net>
7166
7167         Avoid new build failure on FreeBSD 6.0.
7168         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
7169         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
7170         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
7171
7172 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7173
7174         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
7175
7176 2006-09-07  Jim Meyering  <jim@meyering.net>
7177
7178         Fix global typo in last change: use chmod u-w, not chmod u-x.
7179         Spotted by Paul Eggert and Bruce Korb.
7180         * modules/alloca-opt, modules/argz, modules/arpa_inet:
7181         * modules/byteswap, modules/configmake, modules/fcntl:
7182         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
7183         * modules/localcharset, modules/netinet_in, modules/poll:
7184         * modules/stdbool, modules/stdint, modules/sys_select:
7185         * modules/sys_socket, modules/sys_stat, modules/sysexits:
7186
7187 2006-09-06  Jim Meyering  <jim@meyering.net>
7188
7189         Make generated files be read-only.
7190         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
7191         Ensure that each generated file is now read-only.
7192         * modules/argz: Likewise.
7193         * modules/arpa_inet: Likewise.
7194         * modules/byteswap: Likewise.
7195         * modules/configmake: Likewise.
7196         * modules/fcntl: Likewise.
7197         * modules/fnmatch: Likewise.
7198         * modules/getopt: Likewise.
7199         * modules/glob: Likewise.
7200         * modules/inttypes: Likewise.
7201         * modules/netinet_in: Likewise.
7202         * modules/poll: Likewise.
7203         * modules/stdbool: Likewise.
7204         * modules/stdint: Likewise.
7205         * modules/sys_select: Likewise.
7206         * modules/sys_socket: Likewise.
7207         * modules/sys_stat: Likewise.
7208         * modules/sysexits: Likewise.
7209         * modules/localcharset: Same as above, but continue using temporary
7210         file named "t-$@" (why different?) rather than the "$@-t" used
7211         everywhere else.
7212
7213         * modules/sysexits (Makefile.am): Replace literal occurrences
7214         of "sysexit.h" more readable, and more consistent, "$@".
7215
7216 2006-09-06  Bruno Haible  <bruno@clisp.org>
7217
7218         * modules/striconv: New file.
7219         * modules/xstriconv: New file.
7220         * MODULES.html.sh (Internationalization functions): Add striconv,
7221         xstriconv.
7222
7223 2006-09-06  Bruno Haible  <bruno@clisp.org>
7224
7225         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
7226         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
7227         not using libtool correctly.
7228
7229 2006-09-06  Bruno Haible  <bruno@clisp.org>
7230
7231         * lib/striconv.h: New file.
7232         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
7233         iconvstring.c.
7234         * lib/xstriconv.h: New file.
7235         * lib/xstriconv.c: New file.
7236
7237 2006-09-06  Bruno Haible  <bruno@clisp.org>
7238
7239         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
7240         lib_..._LDFLAGS.
7241
7242 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7243
7244         * lib/argz_.h: Sync from Libtool.
7245
7246         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
7247                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7248
7249         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
7250
7251 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
7252
7253         * modules/trim: New file.
7254
7255 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
7256
7257         * lib/trim.h: New file.
7258         * lib/trim.c: New file.
7259
7260 2006-09-05  Bruno Haible  <bruno@clisp.org>
7261
7262         * MODULES.html.sh (String handling): Add trim.
7263
7264 2006-09-04  Karl Berry  <karl@gnu.org>
7265
7266         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
7267         until next release.
7268
7269 2006-09-03  Bruno Haible  <bruno@clisp.org>
7270
7271         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
7272         correctly.
7273
7274 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
7275
7276         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
7277         not gl_GETLOADAVG.  Omit unneeded semicolons.
7278         Problems reported by Ralf Wildenhues in
7279         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
7280         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
7281         at the end, which is the usual gnulib style.
7282
7283         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
7284         of doing all the work ourselves.
7285         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
7286         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
7287
7288 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
7289
7290         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
7291         Problem reported by Ralf Wildenhues in
7292         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
7293
7294         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
7295         HAVE_STRUCT_STATFS_F_FSTYPENAME.
7296
7297 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
7298
7299         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
7300         yesterday's patch by changing test -n to test -z.
7301
7302 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
7303
7304         * modules/getloadavg (Files): Add m4/getloadavg.m4.
7305         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
7306         the former is now obsolescent.
7307
7308         * modules/chdir-long (Depends-on): Add fcntl.
7309
7310 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
7311
7312         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
7313         obsolescent, and programs should use gnulib instead.
7314         * m4/getloadavg.m4: New file, with contents taken from Autoconf
7315         but with prefixes changed.
7316
7317 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
7318
7319         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
7320         or stdbool.h, because they might not exist while configuring.
7321
7322         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
7323         Don't include unistd.h or limits.h; not needed, since chdir-long.h
7324         does that for us.
7325         (O_DIRECTORY): Remove.
7326
7327 2006-08-31  Eric Blake  <ebb9@byu.net>
7328
7329         * gnulib-tool: Don't let emacs change spaces to TAB.
7330
7331 2006-08-31  Bruno Haible  <bruno@clisp.org>
7332
7333         * gnulib-tool: When calling func_import more than once, do it in a
7334         subshell.
7335         Reported by Eric Blake <ebb9@byu.net>.
7336
7337 2006-08-31  Bruno Haible  <bruno@clisp.org>
7338
7339         * gnulib-tool (nl): Remove variable.
7340         (sed_transform_lib_file): Use more robust test for config-h module.
7341         (func_import): Fix typo in 2006-08-25 patch.
7342
7343 2006-08-31  Bruno Haible  <bruno@clisp.org>
7344
7345         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
7346         specified, augment Makefile.am variables instead of assigning them.
7347
7348 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
7349
7350         Work around a bug in both the Linux and SunOS 64-bit kernels:
7351         nanosleep mishandles sleeps for longer than 2**31 seconds.
7352         Problem reported by Frank v Waveren in
7353         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
7354         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
7355         Check for nanosleep bug.
7356         (LIB_NANOSLEEP): Append clock_gettime library if needed.
7357
7358 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
7359
7360         Work around a bug in both the Linux and SunOS 64-bit kernels:
7361         nanosleep mishandles sleeps for longer than 2**31 seconds.
7362         Problem reported by Frank v Waveren in
7363         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
7364         * lib/nanosleep.c (BILLION): New constant.
7365         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
7366         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
7367         implementation.
7368
7369 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
7370
7371         * modules/nanosleep (Depends-on): Add gettime.
7372
7373 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
7374         and Simon Josefsson  <jas@extundo.com>
7375         and Oskar Liljeblad  <oskar@osk.mine.nu>
7376
7377         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
7378         * gnulib-tool (func_import): New license type 'unmodifiable license
7379         text'.
7380         * modules/fdl: Use it.  Longer description.
7381         * module/gpl, module/lgpl: New files.
7382
7383 2006-08-30  Jim Meyering  <jim@meyering.net>
7384
7385         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
7386         shadowing the parameter.
7387
7388 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7389
7390         Sync from Libtool:
7391
7392         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7393
7394         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
7395         sharing with gnulib.  Report by Eric Blake.
7396
7397 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
7398
7399         * modules/isapipe: New file.
7400         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
7401
7402 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
7403
7404         * modules/configmake (Makefile.am): Add a comment, and omit
7405         the CONFIGMAKE_ prefix from generated macro names.  Suggested
7406         by Bruno Haible.
7407
7408 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
7409
7410         * m4/isapipe.m4: New file.
7411
7412 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
7413
7414         * lib/isapipe.c, lib/isapipe.h: New files.
7415
7416 2006-08-29  Jim Meyering  <jim@meyering.net>
7417
7418         * modules/configmake (Makefile.am): Make configmake.h depend on
7419         Makefile.  Otherwise, a stale configmake.h could hang around.
7420
7421 2006-08-29  Eric Blake  <ebb9@byu.net>
7422
7423         * lib/error.c (error_at_line, print_errno_message): Match libc, after
7424         resolution of upstream bug 3044.
7425
7426 2006-08-29  Bruno Haible  <bruno@clisp.org>
7427
7428         * modules/localcharset (Depends-on): Add configmake.
7429         (Makefile.am): Remove setting of LIBDIR through DEFS.
7430
7431 2006-08-29  Bruno Haible  <bruno@clisp.org>
7432
7433         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
7434         defined.
7435
7436 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
7437
7438         * modules/fcntl: New file.
7439         * modules/chdir-safer (Depends-on): Add fcntl.
7440         * modules/fts: Likewise.
7441         * modules/mkdir-p: Likewise.
7442
7443         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
7444         This undoes the most recent change, since we're now addressing the
7445         problem in a different way.
7446
7447         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
7448         into output, since the output might be called Makefile.am even
7449         if $makefile_name is something different.
7450         (func_import): Use $makefile_am rather than
7451         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
7452         empty.
7453
7454         * modules/inttypes (Files): Add m4/inttypes-h.m4.
7455
7456 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
7457
7458         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
7459         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
7460         recent change to stdint.m4, since we're now addressing the problem in a
7461         different way.
7462
7463 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
7464
7465         * m4/fcntl_h.m4: New file.
7466
7467 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
7468
7469         * lib/fcntl_.h: New file.
7470         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
7471         the fcntl module.
7472         * lib/dirchownmod.c: Likewise.
7473         * lib/fts.c: Likewise.
7474
7475         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
7476         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
7477         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
7478         just before including <inttypes.h>, to avoid circular inclusion.
7479
7480 2006-08-28  Jim Meyering  <jim@meyering.net>
7481
7482         * doc/visibility.texi: Actually read and correct the grammar of the
7483         sentence affected by yesterday's change.
7484
7485 2006-08-28  Eric Blake  <ebb9@byu.net>
7486
7487         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
7488         needs wrapper.
7489
7490 2006-08-28  Eric Blake  <ebb9@byu.net>
7491
7492         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
7493
7494 2006-08-28  Eric Blake  <ebb9@byu.net>
7495
7496         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
7497
7498 2006-08-28  Bruno Haible  <bruno@clisp.org>
7499
7500         * modules/c-strstr: New file, from GNU gettext.
7501         * MODULES.html.sh (String handling): Add c-strstr.
7502
7503 2006-08-28  Bruno Haible  <bruno@clisp.org>
7504
7505         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
7506         macros.
7507         Reported by Eric Blake.
7508
7509 2006-08-28  Bruno Haible  <bruno@clisp.org>
7510
7511         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
7512         (VASNPRINTF): Return a string of length > INT_MAX without failing.
7513         * lib/vasprintf.c: Include errno.h, limits.h.
7514         (EOVERFLOW): New fallback definition.
7515         (vasprintf): Test here whether the string length is > INT_MAX.
7516         * lib/vsnprintf.c: Include errno.h, limits.h.
7517         (EOVERFLOW): New fallback definition.
7518         (vsnprintf): Fix bug when generated string was too long for the buffer.
7519         Test here whether the string length is > INT_MAX.
7520
7521 2006-08-28  Bruno Haible  <bruno@clisp.org>
7522
7523         * lib/inttypes_.h (SCNX*): Remove definitions.
7524         Reported by Eric Blake.
7525
7526 2006-08-28  Bruno Haible  <bruno@clisp.org>
7527
7528         * lib/c-strstr.h: New file, from GNU gettext.
7529         * lib/c-strstr.c: New file, from GNU gettext.
7530
7531 2006-08-28  Bruno Haible  <bruno@clisp.org>
7532
7533         * gnulib-tool: Reorder some statements.
7534
7535 2006-08-28  Bruno Haible  <bruno@clisp.org>
7536
7537         * gnulib-tool: New option --makefile-name.
7538         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
7539         $makefile_name.
7540         (func_import): Write $makefile_name to the cache file, and read it from
7541         there unless explicitly specified. Use $makefile_name as file name
7542         instead of Makefile.am. Adjust the recommendations accordingly.
7543
7544 2006-08-28  Bruno Haible  <bruno@clisp.org>
7545
7546         * gnulib-tool (func_verify_module): Check against misapplying patch.
7547
7548 2006-08-28  Bruno Haible  <bruno@clisp.org>
7549
7550         * gnulib-tool (func_relativize, func_relconcat): New functions.
7551         Give an error if --local-dir is given with --update.
7552         Remove trailing slashes from $local_gnulib_dir.
7553         (func_import): Store the relativized $local_gnulib_dir in
7554         gnulib-cache.m4, and read it from there if not specified explicitly.
7555
7556 2006-08-28  Bruno Haible  <bruno@clisp.org>
7557
7558         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
7559         is the current directory. Respect also $local_gnulib_dir.
7560
7561 2006-08-28  Bruno Haible  <bruno@clisp.org>
7562             Simon Josefsson  <jas@extundo.com>
7563
7564         BeOS portability.
7565         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
7566
7567 2006-08-27  Jim Meyering  <jim@meyering.net>
7568
7569         * doc/visibility.texi: Remove duplicate word: "pointer".
7570
7571 2006-08-26  Bruno Haible  <bruno@clisp.org>
7572
7573         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
7574         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
7575         (Makefile.am): Create inttypes.h from inttypes_.h.
7576         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
7577
7578         * modules/imaxabs: New file.
7579
7580         * modules/imaxdiv: New file.
7581
7582 2006-08-26  Bruno Haible  <bruno@clisp.org>
7583
7584         * m4/inttypes.m4: New file.
7585         * m4/_inttypes_h.m4: Remove file.
7586         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
7587         PRI_MACROS_BROKEN.
7588         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
7589
7590         * m4/imaxabs.m4: New file.
7591
7592         * m4/imaxdiv.m4: New file.
7593
7594 2006-08-26  Bruno Haible  <bruno@clisp.org>
7595
7596         * lib/inttypes_.h: New file.
7597         * lib/inttypes.h: Remove file.
7598         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
7599
7600         * lib/imaxabs.c: New file.
7601
7602         * lib/imaxdiv.c: New file.
7603
7604 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
7605
7606         New config-h module, so that "make" output needn't be cluttered
7607         by -DHAVE_CONFIG_H.
7608         * MODULES.html.sh (Support for building libraries and executables):
7609         Add config-h.
7610         * modules/config-h: New file.
7611         * gnulib-tool (nl, sed_transform_lib_file): New vars.
7612         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
7613         the config-h module is used.
7614
7615         New configmake module, so that "make" output needn't be cluttered
7616         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
7617         * MODULES.html.sh (Support for building libraries and executables):
7618         Add configmake.
7619         * modules/configmake: New file.
7620
7621 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
7622
7623         * m4/config-h.m4: New file.
7624
7625 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
7626
7627         * config/srclist.txt: Add elisp-comp.
7628
7629 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
7630
7631         * MODULES.html.sh (Support for building libraries and executables):
7632         Add elisp-comp.
7633         * build-aux/elisp-comp: New file.
7634         * modules/elisp-comp: New file.
7635
7636 2006-08-24  Bruno Haible  <bruno@clisp.org>
7637
7638         * gnulib-tool (func_create_testdir): Use non-default values of
7639         sourcebase and m4base.
7640
7641 2006-08-24  Bruno Haible  <bruno@clisp.org>
7642
7643         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
7644         HTML structure.
7645
7646 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
7647
7648         * modules/openat (Depends-on): Add lchown.
7649
7650 2006-08-23  Bruno Haible  <bruno@clisp.org>
7651
7652         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
7653         of gl_LOCK_EARLY instead of gl_LOCK.
7654
7655 2006-08-23  Bruno Haible  <bruno@clisp.org>
7656
7657         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
7658         on OSF/1 to no.
7659         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
7660
7661 2006-08-23  Bruno Haible  <bruno@clisp.org>
7662
7663         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
7664         as unusable.
7665
7666         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
7667         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
7668         (gl_LOCK): New macro.
7669
7670 2006-08-22  Simon Josefsson  <jas@extundo.com>
7671
7672         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
7673         to md5 module.
7674
7675 2006-08-22  Simon Josefsson  <jas@extundo.com>
7676
7677         * MODULES.html.sh: Add "Support for maintaining and release
7678         projects".
7679
7680         * build-aux/gnupload: New file, from coreutils.
7681
7682 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
7683
7684         Avoid the need for AC_LIBSOURCES in m4 macros.
7685         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
7686         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
7687         * modules/check-version (EXTRA_DIST): Add check-version.h.
7688         * modules/crc (EXTRA_DIST): Add crc.h.
7689         * modules/des (EXTRA_DIST): Add des.h.
7690         * modules/gc (EXTRA_DIST): Add gc.h.
7691         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
7692         * modules/getline (EXTRA_DIST): Add getline.h.
7693         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
7694         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
7695         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
7696         * modules/md2 (EXTRA_DIST): Add md2.h.
7697         * modules/md4 (EXTRA_DIST): Add md4.h.
7698         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
7699         * modules/read-file (EXTRA_DIST): Add read-file.h.
7700         * modules/readline (EXTRA_DIST): Add readline.h.
7701         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
7702         rijndael-api-fst.h.
7703
7704 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
7705
7706         * m4/rijndael.m4 (gl_ARCFOUR):
7707         * m4/arctwo.m4 (gl_ARCTWO):
7708         * m4/check-version.m4 (gl_CHECK_VERSION):
7709         * m4/crc.m4 (gl_CRC):
7710         * m4/des.m4 (gl_DES):
7711         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
7712         * m4/gc.m4 (gl_GC):
7713         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
7714         * m4/getline.m4 (gl_FUNC_GETLINE):
7715         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
7716         * m4/hmac-md5.m4 (gl_HMAC_MD5):
7717         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
7718         * m4/md2.m4 (gl_MD2):
7719         * m4/md4.m4 (gl_MD4):
7720         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
7721         * m4/read-file.m4 (gl_FUNC_READ_FILE):
7722         * m4/readline.m4 (gl_FUNC_READLINE):
7723         * m4/rijndael.m4 (gl_RIJNDAEL):
7724         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
7725         to get the necessary .h files and whatnot.
7726
7727 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
7728
7729         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
7730         gnulib rather than the other way around.
7731         * config/srclistvars.sh (COREUTILS): Remove.
7732
7733 2006-08-22  Jim Meyering  <jim@meyering.net>
7734
7735         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
7736
7737         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
7738
7739 2006-08-22  Eric Blake  <ebb9@byu.net>
7740
7741         * modules/regexprops-generic: New file.
7742         * MODULES.html.sh (Support for building documentation): List it.
7743
7744 2006-08-22  Eric Blake  <ebb9@byu.net>
7745
7746         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
7747         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
7748         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
7749         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
7750
7751 2006-08-22  Bruno Haible  <bruno@clisp.org>
7752
7753         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
7754         and lib_LTLIBRARIES like the other lib_* variables.
7755
7756 2006-08-22  Bruno Haible  <bruno@clisp.org>
7757
7758         * build-aux/x-to-1.in: New file, from GNU gettext.
7759
7760 2006-08-22  Bruno Haible  <bruno@clisp.org>
7761
7762         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
7763         <utmpx.h> exists.
7764
7765 2006-08-22  Bruno Haible  <bruno@clisp.org>
7766
7767         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
7768         <utmpx.h> exists.
7769
7770 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
7771
7772         BeOS portability.
7773         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
7774         exist.
7775         Problem reported by Bruno Haible.
7776
7777 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
7778
7779         Avoid the need for AC_LIBSOURCES in m4 macros.
7780         * modules/acl (EXTRA_DIST): Add acl.h.
7781         * modules/argmatch (Files): Add m4/argmatch.m4.
7782         (configure.ac): Add gl_ARGMATCH.
7783         (EXTRA_DIST): Renamed from lib_SOURCES, for
7784         consistency with the other modules.  Remove argmatch.c.
7785         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
7786         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
7787         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
7788         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
7789         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
7790         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
7791         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
7792         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
7793         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
7794         * modules/closeout (EXTRA_DIST): Add closeout.h.
7795         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
7796         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
7797         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
7798         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
7799         dirname.h; remove basename.c and stripslash.c.
7800         * modules/exclude (EXTRA_DIST): Add exclude.h.
7801         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
7802         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
7803         * modules/file-type (EXTRA_DIST): Add file-type.h.
7804         * modules/filemode (EXTRA_DIST): Add filemode.h.
7805         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
7806         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
7807         * modules/fpending (EXTRA_DIST): Add __fpending.h.
7808         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
7809         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
7810         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
7811         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
7812         * modules/getdate (EXTRA_DIST): Add getdate.c.
7813         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
7814         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
7815         * modules/getpass (EXTRA_DIST): Add getpass.h.
7816         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
7817         * modules/group-member (EXTRA_DIST): Add group-member.h.
7818         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
7819         * modules/hash (EXTRA_DIST): Add hash.h.
7820         * modules/human (EXTRA_DIST): Add human.h.
7821         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
7822         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
7823         * modules/lchown (EXTRA_DIST): Add lchown.h.
7824         * modules/long-options (EXTRA_DIST): Add long-options.h.
7825         * modules/lstat (EXTRA_DIST): Add lstat.h.
7826         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
7827         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
7828         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
7829         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
7830         * modules/memxor (EXTRA_DIST): Add memxor.h.
7831         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
7832         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
7833         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
7834         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
7835         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
7836         * modules/physmem (EXTRA_DIST): Add physmem.h.
7837         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
7838         * modules/posixver (EXTRA_DIST): Add posixver.h.
7839         * modules/quote (EXTRA_DIST): Add quote.h.
7840         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
7841         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
7842         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
7843         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
7844         regex_internal.h regexec.c.
7845         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
7846         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
7847         * modules/same (EXTRA_DIST): Add same.h.
7848         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
7849         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
7850         * modules/savedir (EXTRA_DIST): Add savedir.h.
7851         * modules/sha1 (EXTRA_DIST): Add sha1.h.
7852         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
7853         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
7854         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
7855         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
7856         * modules/strdup (EXTRA_DIST): Add strdup.h.
7857         * modules/strftime (EXTRA_DIST): Add strftime.h.
7858         * modules/strndup (EXTRA_DIST): Add strndup.h.
7859         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
7860         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
7861         * modules/time_r (EXTRA_DIST): Add time_r.h.
7862         * modules/timespec (EXTRA_DIST): Add timespec.h.
7863         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
7864         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
7865         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
7866         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
7867         * modules/userspec (EXTRA_DIST): Add userspec.h.
7868         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
7869         * modules/utimens (EXTRA_DIST): Add utimens.h.
7870         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
7871         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
7872         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
7873         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
7874         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
7875         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
7876         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
7877         * modules/yesno (EXTRA_DIST): Add yesno.h.
7878
7879 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
7880
7881         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
7882
7883         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
7884         * m4/dev-ino.m4, same-inode.m4: Remove.
7885
7886         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
7887         * m4/acl.m4 (AC_FUNC_ACL):
7888         * m4/backupfile.m4 (gl_BACKUPFILE):
7889         * m4/c-strtod.m4 (gl_C99_STRTOLD):
7890         * m4/canon-host.m4 (gl_CANON_HOST):
7891         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
7892         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
7893         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
7894         * m4/cloexec.m4 (gl_CLOEXEC):
7895         * m4/close-stream.m4 (gl_CLOSE_STREAM):
7896         * m4/closeout.m4 (gl_CLOSEOUT):
7897         * m4/dirfd.m4 (gl_FUNC_DIRFD):
7898         * m4/dirname.m4 (gl_DIRNAME):
7899         * m4/exclude.m4 (gl_EXCLUDE):
7900         * m4/exitfail.m4 (gl_EXITFAIL):
7901         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
7902         * m4/file-type.m4 (gl_FILE_TYPE):
7903         * m4/filemode.m4 (gl_FILEMODE):
7904         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
7905         * m4/fpending.m4 (gl_FUNC_FPENDING):
7906         * m4/fprintftime.m4 (gl_FPRINTFTIME):
7907         * m4/fts.m4 (gl_FUNC_FTS):
7908         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
7909         * m4/getdate.m4 (gl_GETDATE):
7910         * m4/gethrxtime.m4 (gl_GETHRXTIME):
7911         * m4/getpagesize.m4 (gl_GETPAGESIZE):
7912         * m4/getpass.m4 (gl_FUNC_GETPASS):
7913         * m4/gettime.m4 (gl_GETTIME):
7914         * m4/getugroups.m4 (gl_GETUGROUPS):
7915         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
7916         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
7917         * m4/hard-locale.m4 (gl_HARD_LOCALE):
7918         * m4/hash.m4 (gl_HASH):
7919         * m4/idcache.m4 (gl_IDCACHE):
7920         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
7921         * m4/lchown.m4 (gl_FUNC_LCHOWN):
7922         * m4/long-options.m4 (gl_LONG_OPTIONS):
7923         * m4/lstat.m4 (gl_FUNC_LSTAT):
7924         * m4/md5.m4 (gl_MD5):
7925         * m4/memcasecmp.m4 (gl_MEMCASECMP):
7926         * m4/memcoll.m4 (gl_MEMCOLL):
7927         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
7928         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
7929         * m4/memxor.m4 (gl_MEMXOR):
7930         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
7931         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
7932         * m4/modechange.m4 (gl_MODECHANGE):
7933         * m4/mountlist.m4 (gl_MOUNTLIST):
7934         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
7935         * m4/openat.m4 (gl_FUNC_OPENAT):
7936         * m4/pathmax.m4 (gl_PATHMAX):
7937         * m4/physmem.m4 (gl_PHYSMEM):
7938         * m4/posixtm.m4 (gl_POSIXTM):
7939         * m4/posixver.m4 (gl_POSIXVER):
7940         * m4/quote.m4 (gl_QUOTE):
7941         * m4/quotearg.m4 (gl_QUOTEARG):
7942         * m4/readtokens.m4 (gl_READTOKENS):
7943         * m4/readutmp.m4 (gl_READUTMP):
7944         * m4/regex.m4 (gl_REGEX):
7945         * m4/safe-read.m4 (gl_SAFE_READ):
7946         * m4/safe-write.m4 (gl_SAFE_WRITE):
7947         * m4/same.m4 (gl_SAME):
7948         * m4/save-cwd.m4 (gl_SAVE_CWD):
7949         * m4/savedir.m4 (gl_SAVEDIR):
7950         * m4/settime.m4 (gl_SETTIME):
7951         * m4/sha1.m4 (gl_SHA1):
7952         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
7953         * m4/stat-macros.m4 (gl_STAT_MACROS):
7954         * m4/stat-time.m4 (gl_STAT_TIME):
7955         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
7956         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
7957         * m4/strdup.m4 (gl_FUNC_STRDUP):
7958         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
7959         * m4/strndup.m4 (gl_FUNC_STRNDUP):
7960         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
7961         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
7962         * m4/time_r.m4 (gl_TIME_R):
7963         * m4/timespec.m4 (gl_TIMESPEC):
7964         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
7965         * m4/unlinkdir.m4 (gl_UNLINKDIR):
7966         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
7967         * m4/userspec.m4 (gl_USERSPEC):
7968         * m4/utimecmp.m4 (gl_UTIMECMP):
7969         * m4/utimens.m4 (gl_UTIMENS):
7970         * m4/xalloc.m4 (gl_XALLOC):
7971         * m4/xgetcwd.m4 (gl_XGETCWD):
7972         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
7973         * m4/xreadlink.m4 (gl_XREADLINK):
7974         * m4/xstrtod.m4 (gl_XSTRTOD):
7975         * m4/yesno.m4 (gl_YESNO):
7976         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
7977         to get the necessary .h files and whatnot.
7978
7979 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
7980             Bruno Haible  <bruno@clisp.org>
7981
7982         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
7983         /bin/sh understanding of '!' conditional negation.
7984
7985 2006-08-21  Jim Meyering  <jim@meyering.net>
7986
7987         * modules/openat (Depends-on): Really alphabetize.
7988
7989         * modules/acl (Depends-on): Add error and quote.
7990
7991         * check-module (find_included_lib_files): Add at-func.c to the
7992         ok-to-include-more-than-once white list.
7993
7994         * modules/openat (Depends-on): Add lstat.  Alphabetize.
7995
7996 2006-08-21  Bruno Haible  <bruno@clisp.org>
7997
7998         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7999         Emit a pkgdata_DATA variable only if some snippets add contents to it.
8000         Reported by Martin Lambers <marlam@marlam.de>.
8001
8002 2006-08-21  Bruno Haible  <bruno@clisp.org>
8003
8004         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
8005         specify an installation location, don't emit a noinst_LIBRARIES or
8006         noinst_LTLIBRARIES assignment.
8007
8008 2006-08-21  Bruno Haible  <bruno@clisp.org>
8009
8010         BeOS portability.
8011         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
8012         BeOS has mbrtowc() but no <wctype.h>.
8013
8014 2006-08-21  Bruno Haible  <bruno@clisp.org>
8015
8016         BeOS portability.
8017         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
8018         exist.
8019
8020 2006-08-21  Bruno Haible  <bruno@clisp.org>
8021
8022         BeOS portability.
8023         * lib/mbchar.h: Include <wctype.h> only if it exists.
8024
8025 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8026
8027         Remove files that are no longer needed by their respective modules.
8028         * m4/obstack.m4: Remove.
8029         * m4/strerror_r.m4: Remove.
8030         * m4/uint32_t.m4: Remove.
8031         * m4/uintptr_t.m4: Remove.
8032         * m4/ullong_max.m4: Remove.
8033         * m4/xstrtoimax.m4: Remove.
8034         * m4/xstrtoumax.m4: Remove.
8035
8036         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
8037         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
8038         dependencies now capture this.
8039
8040         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
8041         Do not use AC_LIBSOURCES, since gnulib modules now do this.
8042         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
8043         * m4/human.m4 (gl_HUMAN): Likewise.
8044         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
8045         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
8046
8047         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
8048
8049         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
8050         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
8051         stdint.
8052         * m4/human.m4 (gl_HUMAN): Likewise.
8053         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
8054         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
8055         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
8056         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
8057         * m4/xstrtol (gl_XSTRTOL): Likewise.
8058
8059         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
8060         AC_TYPE_LONG_LONG_INT.
8061         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
8062         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
8063         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
8064         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
8065
8066         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
8067         on stdbool.
8068
8069         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
8070         (gl_PREREQ_XSTRTOUL): Remove.
8071
8072         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
8073
8074         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
8075         mode.
8076
8077 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8078
8079         Add and change modules to make it easier for coreutils to use
8080         gnulib-tool.
8081         * modules/backupfile (Files): Remove m4/d-ino.m4.
8082         (Depends-on): Add d-ino.
8083         * modules/cycle-check (Depends-on): Add stdint.
8084         (lib_SOURCES): Add cycle-check.h.
8085         * modules/d-ino: New module.
8086         * modules/d-type: New module.
8087         * modules/error (Files): Remove m4/strerror_r.m4.
8088         * modules/filemode (Files): Add m4/st_dm_mode.m4.
8089         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
8090         m4/inttypes_h.m4, m4/uintmax_t.m4.
8091         (Depends-on): Add stdint.
8092         (lib_SOURCES): Add fsusage.h.
8093         * modules/getcwd (Files): Remove d-ino.m4.
8094         (Depends-on): Add d-ino.
8095         * modules/getndelim2 (Depends-on): Add stdint.
8096         * modules/glob (Files): Remove m4/d-type.m4.
8097         (Depends-on): Add d-type.
8098         * modules/host-os: New module.
8099         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
8100         m4/inttypes_h.m4, m4/uintmax_t.m4.
8101         * Depends-on: Add stdint.
8102         (lib_SOURCES): Add human.h.
8103         * modules/inttostr (Files): Remove m4/intmax_t.m4,
8104         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
8105         m4/uintmax_t.m4, m4/ulonglong.m4.
8106         (Depends-on): Add stdint.
8107         (EXTRA_DIST): Add inttostr.h.
8108         * modules/lchmod: New module.
8109         * modules/link-follow: New module.
8110         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
8111         (Depends-on): Add lchmod.
8112         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
8113         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
8114         (Depends-on): Add stdint.
8115         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
8116         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
8117         (Depends-on): Add stdint.
8118         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
8119         * modules/perl: New module.
8120         * modules/regex (Depends-on): Add stdint.
8121         * modules/rmdir-errno: New module.
8122         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
8123         m4/intmax_t.m4.
8124         (Depends-on): Add stdint.
8125         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
8126         m4/uintmax_t.m4.
8127         (Depends-on): Add stdint.
8128         * modules/unlink-busy: New module.
8129         * modules/utimecmp (Depends-on): Add stdint.
8130         * modules/uptime: New module.
8131         * modules/winsz-ioctl: New module.
8132         * modules/winsz-termios: New module.
8133         * modules/xnanosleep (Depends-on): Add nanosleep.
8134         * modules/ullong_max: Remove.
8135         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
8136         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
8137         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
8138         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
8139         (Depends-on): Add inttypes.
8140         (lib_SOURCES): Add xstrtol.h.
8141         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
8142         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
8143         * MODULES.html.sh: Move 'assert' into the assert section.
8144         Move 'dummy' into the linking section.
8145         Remove ullong_max.
8146         Add section for compatibility checks for POSIX:2001 functions,
8147         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
8148         winsz-ioctl, and winsz-termios into it.
8149         Add lchmod.
8150         Add top-level Misc section and put host-os, perl, and uptime
8151         into it.
8152
8153 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8154
8155         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
8156         now assume the stdint module.  Do not include inttypes.h.
8157         * lib/fsusage.h: Likewise.
8158         * lib/getndelim2.c: Likewise.
8159         * lib/human.h: Likewise.
8160         * lib/inttostr.h: Likewise.
8161         * lib/obstack.c: Likewise.
8162         * lib/regex_internal.h: Likewise.
8163         * lib/tempname.c: Likewise.
8164         * lib/utimecmp.c: Likewise.
8165         * lib/xstrtol.h: Likewise.
8166
8167         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
8168
8169         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
8170         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
8171         * lib/xtime.h: Likewise.
8172
8173 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
8174
8175         * modules/openat (Files): Add lib/fchmodat.c.
8176         Fixes problem reported by Jay Youngman.
8177
8178 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
8179
8180         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
8181         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
8182
8183 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
8184             Bruno Haible  <bruno@clisp.org>
8185
8186         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
8187         and is a script that invokes bison. Tighten the code. Add comments.
8188
8189 2006-08-18  Jim Meyering  <jim@meyering.net>
8190
8191         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
8192         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
8193         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
8194         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
8195
8196 2006-08-18  Bruno Haible  <bruno@clisp.org>
8197
8198         * modules/bison-i18n: New file.
8199         * MODULES.html.sh (Internationalization functions): Add it.
8200
8201 2006-08-18  Bruno Haible  <bruno@clisp.org>
8202
8203         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
8204         sys/statvfs.h. When getmntinfo was found, check its declaration and
8205         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
8206
8207 2006-08-18  Bruno Haible  <bruno@clisp.org>
8208
8209         * m4/bison-i18n.m4: New file, from bison.
8210
8211 2006-08-18  Bruno Haible  <bruno@clisp.org>
8212
8213         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
8214         (ME_DUMMY): Treat "kernfs" as a dummy.
8215         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
8216
8217 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
8218
8219         Update from coreutils.
8220
8221         2006-08-15  Jim Meyering  <jim@meyering.net>
8222
8223         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
8224
8225         2006-01-17  Jim Meyering  <jim@meyering.net>
8226
8227         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
8228
8229         2006-01-11  Jim Meyering  <jim@meyering.net>
8230
8231         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
8232         Check for the lchmod function.
8233
8234 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
8235
8236         Update from coreutils.
8237
8238         * lib/__fpending.h: Add copyright notice.
8239         * lib/fprintftime.h: Likewise.
8240         * lib/savedir.c: Use (C) in copyright notice.
8241         * lib/savedir.h: Likewise.
8242
8243         2006-08-15  Jim Meyering  <jim@meyering.net>
8244
8245         * lib/at-func.c: New file, with the logic of all emulated at-functions.
8246         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
8247         in support of the EXPECTED_ERRNO macro.
8248         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
8249         definitions.  Instead, define the appropriate symbols and include
8250         "at-func.c".
8251         * lib/mkdirat.c (mkdirat): Likewise.
8252         * lib/fchmodat.c (fchmodat): Likewise.
8253         (ENOSYS): Remove definition.
8254         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
8255         it.  Don't include "unistd--.h" -- it wasn't ever used.
8256
8257         2006-01-17  Jim Meyering  <jim@meyering.net>
8258
8259         Rewrite fts.c not to change the current working directory,
8260         by using openat, fstatat, fdopendir, etc..
8261
8262         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
8263         (HAVE_OPENAT_SUPPORT): Define.
8264         [_LIBC] (fchdir): Don't undef or define; no longer used.
8265         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
8266         Now, this `function' always succeeds, and consumes its file descriptor
8267         parameter -- so callers must not close such FDs.  Update callers.
8268         (diropen_fd, opendirat, cwd_advance_fd): New functions.
8269         (diropen): Add parameter, SP.  Adjust all callers.
8270         Implement using diropen_fd, rather than open.
8271         (fts_open): Initialize new member, fts_cwd_fd.
8272         Remove fts_rft-setting code.
8273         (fts_close): Close fts_cwd_fd, if necessary.
8274         (__opendir2): Define in terms of opendir or opendirat,
8275         depending on whether the FST_NOCHDIR flag is set.
8276         (fts_build): Since fts_safe_changedir consumes its FD, and since
8277         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
8278         and close the dup'd file descriptor upon failure.
8279         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
8280         (fts_safe_changedir): Tweak semantics to reflect that this function
8281         now calls cwd_advance_fd and hence consumes its FD argument.
8282         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
8283         [struct FTS] (fts_rft): Remove now-unused member.
8284         [struct FTS] (fts_cycle.state): Improve comment.
8285
8286         * lib/openat.c (openat_needs_fchdir): New function.
8287         * lib/openat.h (openat_needs_fchdir): Declare it.
8288
8289 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
8290
8291         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
8292         Problem and fix reported by Pádraig Brady in
8293         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
8294
8295 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8296
8297         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
8298
8299 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8300
8301         * lib/memcoll.c (memcoll): Optimize for the common case where the
8302         arguments are bytewise equal.
8303
8304 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8305
8306         * doc/regexprops-generic.texi: Add a copyright notice.
8307
8308 2006-08-15  Bruno Haible  <bruno@clisp.org>
8309
8310         * modules/tmpdir (License): Change to LGPL.
8311
8312 2006-08-15  Bruno Haible  <bruno@clisp.org>
8313
8314         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
8315         module.
8316
8317 2006-08-14  Simon Josefsson  <jas@extundo.com>
8318
8319         * config/srclist.txt: Add gnupload.
8320
8321 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
8322
8323         Change copyright notice from LGPL 2 to GPL 2, since that's the
8324         standard form used in the gnulib repository.
8325         * tests/test-lock.c: Likewise.
8326         * tests/test-stdint.c: Likewise.
8327         * tests/test-tls.c: Likewise.
8328
8329         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
8330         prelude-manager.  User shorter URLs for GNU projects, without '?'.
8331         Add copyright notice.
8332
8333         * check-module: Add copyright notice.  Output a copyright
8334         notice if "--version" is specified.
8335         * modules/COPYING: New file.
8336         * tests/test-getaddrinfo.c: Add copyright notice.
8337         * tests/test-verify.c: Likewise.
8338
8339 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
8340
8341         Change copyright notice from LGPL 2 to GPL 2, since that's the
8342         standard form used in the gnulib repository.
8343         * lib/lock.c: LGPL -> GPL.
8344         * lib/lock.h: Likewise.
8345         * lib/strnlen1.c: Likewise.
8346         * lib/strnlen1.h: Likewise.
8347         * lib/tls.c: Likewise.
8348         * lib/tls.h: Likewise.
8349         * lib/tmpdir.c: Likewise.
8350
8351         * lib/TODO: Remove; this belongs only in coreutils.
8352
8353 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
8354
8355         Add copyright notices to long-enough files that lack them, since
8356         otherwise the files aren't clearly free.  Use the same notice that
8357         getdate.texi already uses.
8358         * doc/alloca-opt.texi: Add copyright notice.
8359         * doc/alloca.texi: Likewise.
8360         * doc/ctime.texi: Likewise.
8361         * doc/functions.texi: Likewise.
8362         * doc/gcd.texi: Likewise.
8363         * doc/gnulib-tool.texi: Likewise.
8364         * doc/inet_ntoa.texi: Likewise.
8365         * doc/visibility.texi: Likewise.
8366
8367         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
8368         * doc/quote.texi: Add copyright notice.
8369
8370         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
8371         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
8372         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
8373         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
8374         is now obsolete, and give a pointer to the Sun list.
8375         Add copyright notice.
8376
8377 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
8378
8379         * config/srclistvars.sh: Add copyright notice.
8380
8381 2006-08-14  Eric Blake  <ebb9@byu.net>
8382
8383         Import the following change from libc:
8384
8385         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
8386
8387         Upstream bug 2997.
8388         * lib/misc/error.c: Add space between program name and message if file
8389         name is missing.
8390
8391 2006-08-12  Karl Berry  <karl@gnu.org>
8392
8393         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
8394         remove, these originate in gnulib now.
8395
8396 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8397
8398         * doc/Makefile (standards.info standards.html standards.dvi):
8399         Also depend on make-stds.texi.
8400
8401 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
8402
8403         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
8404         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
8405
8406         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
8407         in wchar_t.  Problem reported by Eric Blake.
8408
8409         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
8410         LEN is smaller than SIZE.  Suggested by Bruno Haible.
8411         Also, help the compiler to keep LEN in a register.
8412
8413 2006-08-11  Eric Blake  <ebb9@byu.net>
8414
8415         * users.txt: Sort.  Add tar.
8416
8417 2006-08-11  Bruno Haible  <bruno@clisp.org>
8418
8419         * users.txt: New file.
8420
8421 2006-08-11  Bruno Haible  <bruno@clisp.org>
8422
8423         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
8424         before <wchar.h>. Needed for OSF/1 and BSD/OS.
8425
8426 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
8427
8428         * modules/snprintf (Depends-on): Remove minmax.
8429         (Maintainer): Add self and Bruno.
8430
8431 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
8432
8433         * lib/.cppi-disable: Add snprintf.h, socket_.h.
8434         * lib/snprintf.c: Include <errno.h> and <limits.h>.
8435         (EOVERFLOW): Define if the system does not.
8436         Do not include "minmax.h"; it wasn't used.
8437         (snprintf): Don't assume size_t promotes to an unsigned type.
8438         Fix bug when generated string was too long for the buffer: the
8439         buffer's contents are supposed to be the initial prefix of the
8440         output.  Don't assume vasnprintf returns EOVERFLOW if the size
8441         exceeds INT_MAX; do the check ourselves.
8442
8443         Import the following changes from libc:
8444
8445         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
8446
8447         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
8448         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
8449         set wc to the byte which couldn't be converted.
8450         (re_string_reconstruct): Don't clear valid_raw_len before calling
8451         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
8452         tip_context using re_string_context_at.
8453
8454         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
8455
8456         * lib/posix/regex.h: g++ still cannot handled [restrict].
8457
8458         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
8459
8460         * lib/posix/regex.h: Remove special handling for VMS.
8461
8462 2006-08-10  Jim Meyering  <jim@meyering.net>
8463
8464         * modules/same-inode: New module.
8465         * modules/dev-ino: New module.
8466         * modules/cycle-check: Depend on these modules, rather than simply
8467         including their .h files.
8468         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
8469         required via m4/cycle-check.m4.
8470         * modules/same: Depend on new same-inode module, rather than
8471         including same-inode.h.
8472         * modules/chdir-safer: New file.
8473
8474         * modules/chown (Depends-on): Add stat-macros.
8475
8476 2006-08-10  Jim Meyering  <jim@meyering.net>
8477
8478         * m4/cycle-check.m4: New file.
8479         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
8480         * m4/dev-ino.m4, m4/same-inode.m4: New files.
8481
8482 2006-08-10  Eric Blake  <ebb9@byu.net>
8483
8484         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
8485         in from original proposal.
8486
8487 2006-08-10  Eric Blake  <ebb9@byu.net>
8488         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8489
8490         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
8491         namespace.
8492
8493 2006-08-10  Bruno Haible  <bruno@clisp.org>
8494
8495         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
8496         as well.
8497
8498 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
8499
8500         Sync from coreutils.
8501
8502         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
8503
8504         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
8505         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
8506
8507 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
8508
8509         * modules/restrict: Remove; no longer needed now that we assume
8510         Autoconf 2.59 or later.
8511         * MODULES.html.sh: Remove 'restrict'.
8512         * modules/argp (Depends-on): Remove 'restrict'.
8513         * modules/base64 (Depends-on): Likewise.
8514         * modules/gc (Depends-on): Likewise.
8515         * modules/getaddrinfo (Depends-on): Likewise.
8516         * modules/glob (Depends-on): Likewise.
8517         * modules/inet_ntop (Depends-on): Likewise.
8518         * modules/inet_pton (Depends-on): Likewise.
8519         * modules/memxor (Depends-on): Likewise.
8520         * modules/regex (Depends-on): Likewise.
8521         * modules/strtok_r (Depends-on): Likewise.
8522         * modules/time_r (Depends-on): Likewise.
8523
8524 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
8525
8526         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
8527         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
8528         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
8529         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
8530         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
8531         * m4/memxor.m4 (gl_MEMXOR): Likewise.
8532         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
8533         gl_C_RESTRICT replaced by AC_C_RESTRICT.
8534
8535         Merge from coreutils.
8536         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
8537         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
8538         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
8539         * m4/time_r.m4 (gl_TIME_R): Likewise.
8540
8541 2006-08-09  Karl Berry  <karl@gnu.org>
8542
8543         * config/srclist.txt: no more gettext-tools, per Bruno.
8544
8545 2006-08-08  Eric Blake  <ebb9@byu.net>
8546
8547         * modules/verror: New module.
8548         * MODULES.html.sh: Document it.
8549
8550 2006-08-08  Eric Blake  <ebb9@byu.net>
8551
8552         * lib/verror.h, lib/verror.c: New files.
8553
8554 2006-08-08  Eric Blake  <ebb9@byu.net>
8555
8556         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
8557         verror_at_line output complies with GNU Coding Standards even when
8558         file is NULL.
8559
8560 2006-08-07  Bruno Haible  <bruno@clisp.org>
8561
8562         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
8563         versions of AIX.
8564         Reported by Ralf Wildenhues.
8565
8566 2006-08-07  Bruno Haible  <bruno@clisp.org>
8567
8568         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
8569         in an AC_DEFUN. Needed so that the autoconf snippets can use
8570         AC_REQUIRE.
8571
8572 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8573
8574         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8575         Initialize pkgdata_DATA.
8576         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
8577         overriding it.
8578
8579 2006-08-06  Eric Blake  <ebb9@byu.net>
8580
8581         * lib/error.h: Fold in some upstream changes from glibc.
8582         * lib/error.c: Likewise.
8583
8584 2006-08-04  Bruno Haible  <bruno@clisp.org>
8585
8586         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8587         Make the mostlyclean-local rule depend on mostlyclean-generic.
8588         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
8589
8590 2006-07-31  Bruno Haible  <bruno@clisp.org>
8591
8592         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
8593         <stdlib.h>, <string.h>.
8594
8595 2006-07-30  Bruno Haible  <bruno@clisp.org>
8596
8597         * modules/readlink (License): Change to LGPL.
8598
8599 2006-07-30  Bruno Haible  <bruno@clisp.org>
8600
8601         * modules/javaversion (Makefile.am): Distribute javaversion.java and
8602         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
8603         set PKGDATADIR to point to it.
8604
8605 2006-07-30  Bruno Haible  <bruno@clisp.org>
8606
8607         * modules/csharpexec (configure.ac): Comment out macro invocation.
8608         * modules/javaexec (configure.ac): Likewise.
8609         * modules/javacomp-script (configure.ac): Likewise.
8610
8611         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
8612
8613 2006-07-30  Bruno Haible  <bruno@clisp.org>
8614
8615         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
8616         linked-list.
8617
8618 2006-07-30  Bruno Haible  <bruno@clisp.org>
8619
8620         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
8621
8622 2006-07-30  Bruno Haible  <bruno@clisp.org>
8623
8624         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8625         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
8626         get removed.
8627
8628 2006-07-29  Bruno Haible  <bruno@clisp.org>
8629
8630         Make it possible for gnulib-tool to work with locally modified or
8631         augmented gnulib repositories.
8632         * gnulib-tool (func_usage): Document --local-dir option.
8633         (local_gnulib_dir): New variable.
8634         Handle --local-dir option.
8635         (func_lookup_file): New function.
8636         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
8637         (func_get_description, func_get_filelist, func_get_description,
8638         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
8639         func_get_automake_snippet, func_get_include_directive,
8640         func_get_license, func_get_maintainer): Use func_lookup_file.
8641         (func_import, func_create_testdir): Use func_lookup_file.
8642
8643 2006-07-29  Bruno Haible  <bruno@clisp.org>
8644
8645         * modules/setenv (Depends-on): Add unistd.
8646
8647 2006-07-29  Bruno Haible  <bruno@clisp.org>
8648
8649         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
8650
8651 2006-07-29  Bruno Haible  <bruno@clisp.org>
8652
8653         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
8654
8655 2006-07-29  Bruno Haible  <bruno@clisp.org>
8656
8657         * gnulib-tool (import, update): If there is no Makefile.am, look at
8658         aclocal.m4, instead of bailing out.
8659
8660 2006-07-29  Bruno Haible  <bruno@clisp.org>
8661
8662         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
8663         Categorize the options by when they are useful.
8664
8665 2006-07-29  Bruno Haible  <bruno@clisp.org>
8666
8667         * gnulib-tool (func_usage): Document option --no-libtool.
8668         Handle option --no-libtool.
8669         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
8670         for changed semantics of $libtool variable.
8671         (func_import): Likewise. If libtool is not used, show this through
8672         an option --no-libtool.
8673         (func_create_testdir): Update.
8674
8675 2006-07-29  Bruno Haible  <bruno@clisp.org>
8676
8677         * gnulib-tool (func_import): Extend error message about missing
8678         --doc-base.
8679
8680 2006-07-29  Bruno Haible  <bruno@clisp.org>
8681
8682         * gnulib-tool (func_import): Don't create the $docbase directory if
8683         there is no file to store there.
8684
8685 2006-07-29  Bruno Haible  <bruno@clisp.org>
8686
8687         * gnulib-tool (autoconf_minversion): If a --dir option is given and
8688         relevant, look for configure.ac there, not in the current directory.
8689         Also use a simple search for AC_PREREQ, not "autoconf --trace".
8690
8691 2006-07-29  Bruno Haible  <bruno@clisp.org>
8692
8693         * gnulib-tool (SORT): New variable.
8694         (func_usage): Undocument --assume-autoconf option.
8695         Remove --assume-autoconf option handling.
8696         (autoconf_minversion): Determine from the contents of configure.ac.
8697         (func_import): Remove autoconf_minversion handling.
8698         Suggested by Eric Blake.
8699
8700 2006-07-29  Bruno Haible  <bruno@clisp.org>
8701
8702         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
8703
8704 2006-07-29  Bruno Haible  <bruno@clisp.org>
8705
8706         * config/srclist.txt (*setenv.[ch]): Remove rules.
8707
8708 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8709
8710         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
8711
8712 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8713
8714         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
8715         arpa/inet.h.
8716
8717 2006-07-28  Simon Josefsson  <jas@extundo.com>
8718
8719         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
8720         * modules/inet_pton (Depends-on): Likewise.
8721
8722 2006-07-28  Simon Josefsson  <jas@extundo.com>
8723
8724         * m4/netinet_in_h.m4: New file.
8725
8726 2006-07-28  Simon Josefsson  <jas@extundo.com>
8727
8728         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
8729         #include's.
8730
8731 2006-07-28  Simon Josefsson  <jas@extundo.com>
8732
8733         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
8734         #include's.
8735
8736 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
8737
8738         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
8739         setgid on directories only if they set these bits.
8740         * lib/modechange.h: Remove obsolete comment about masks.
8741
8742 2006-07-28  Eric Blake  <ebb9@byu.net>
8743
8744         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
8745         macro expansion.
8746
8747 2006-07-28  Bruno Haible  <bruno@clisp.org>
8748
8749         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
8750
8751 2006-07-28  Bruno Haible  <bruno@clisp.org>
8752
8753         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
8754
8755 2006-07-28  Bruno Haible  <bruno@clisp.org>
8756
8757         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
8758         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
8759         Define fallbacks.
8760         Avoids link error on FreeBSD 4.x.
8761         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
8762
8763         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
8764         encoding.
8765         * lib/mbswidth.c (iswcntrl): Likewise.
8766
8767 2006-07-27  Bruno Haible  <bruno@clisp.org>
8768
8769         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
8770         test.
8771
8772 2006-07-27  Bruno Haible  <bruno@clisp.org>
8773
8774         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
8775         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
8776         defined.
8777
8778 2006-07-26  Eric Blake  <ebb9@byu.net>
8779
8780         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
8781
8782 2006-07-26  Eric Blake  <ebb9@byu.net>
8783
8784         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
8785         like mingw that lack mkstemp.
8786         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
8787         avoid compilation warning on mingw.
8788
8789 2006-07-26  Bruno Haible  <bruno@clisp.org>
8790
8791         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
8792         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
8793         INT_FAST*_MIN, INTPTR_MIN.
8794
8795 2006-07-25  Bruno Haible  <bruno@clisp.org>
8796
8797         * modules/version-etc (Depends-on): Add stdarg.
8798
8799 2006-07-25  Bruno Haible  <bruno@clisp.org>
8800
8801         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
8802         complex commands.
8803
8804 2006-07-25  Bruno Haible  <bruno@clisp.org>
8805
8806         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
8807         defined in <stdarg.h> or config.h.
8808
8809 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
8810
8811         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
8812         (gl_STDIO_SAFER): Remove.
8813
8814 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
8815
8816         * MODULES.html.sh (File stream based Input/Output):
8817         Add fopen-safer, tmpfile-safer; remove stdio-safer.
8818         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
8819         * modules/fopen-safer, modules/tmpfile-safer: New files.
8820         * modules/stdio-safer: Remove.
8821
8822 2006-07-24  Bruno Haible  <bruno@clisp.org>
8823
8824         * modules/tmpdir: New file.
8825         * MODULES.html.sh (File system functions): Add it.
8826
8827 2006-07-24  Bruno Haible  <bruno@clisp.org>
8828
8829         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
8830         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
8831
8832 2006-07-24  Bruno Haible  <bruno@clisp.org>
8833
8834         * modules/clean-temp: New file.
8835
8836 2006-07-24  Bruno Haible  <bruno@clisp.org>
8837
8838         * m4/tmpdir.m4: New file, from GNU gettext.
8839
8840 2006-07-24  Bruno Haible  <bruno@clisp.org>
8841
8842         * lib/tmpdir.h: New file, from GNU gettext.
8843         * lib/tmpdir.c: New file, from GNU gettext.
8844
8845 2006-07-24  Bruno Haible  <bruno@clisp.org>
8846
8847         * lib/clean-temp.h: New file, from GNU gettext.
8848         * lib/clean-temp.c: New file, from GNU gettext.
8849
8850 2006-07-23  Eric Blake  <ebb9@byu.net>
8851
8852         * modules/stdio-safer (Files): Add tmpfile-safer.c.
8853         (Depends-on): Add binary-io.
8854
8855 2006-07-23  Eric Blake  <ebb9@byu.net>
8856
8857         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
8858
8859 2006-07-23  Eric Blake  <ebb9@byu.net>
8860
8861         * lib/tmpfile-safer.c: New file.
8862         * lib/stdio-safer.h (fopen_safer): Add prototype.
8863         * lib/stdio--.h (tmpfile): Make safer.
8864
8865 2006-07-23  Bruno Haible  <bruno@clisp.org>
8866
8867         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
8868         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
8869         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
8870         gl_linked_remove_at): Use it.
8871
8872 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8873         and Simon Josefsson <jas@extundo.com>
8874
8875         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
8876
8877         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
8878
8879 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
8880
8881         * modules/close-stream: New file.
8882         * modules/closeout (Description): Make it clear that it exits
8883         with a diagnostic on error.
8884         (Depends-on): Add close-stream.  Remove fpending, stdbool.
8885         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
8886
8887 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
8888
8889         * m4/close-stream.m4: New file.
8890
8891 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
8892
8893         * lib/close-stream.c, lib/close-stream.h: New files.
8894
8895 2006-07-22  Bruno Haible  <bruno@clisp.org>
8896
8897         Merge from GNU gettext 0.15.
8898
8899         2006-05-01  Bruno Haible  <bruno@clisp.org>
8900
8901                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
8902
8903         2006-07-22  Bruno Haible  <bruno@clisp.org>
8904
8905                 * modules/javaversion: New file.
8906                 * MODULES.html.sh (Java): Add javaversion.
8907
8908         2006-03-12  Bruno Haible  <bruno@clisp.org>
8909
8910                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
8911
8912         2005-12-04  Bruno Haible  <bruno@clisp.org>
8913
8914                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
8915                 (untested).
8916
8917         2006-06-21  Bruno Haible  <bruno@clisp.org>
8918
8919                 Avoid warnings from recent versions of mcs.
8920                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
8921                 -o, -L, -r any more. Use options documented since mcs-1.0
8922                 instead. Similarly for -g.
8923
8924         2005-12-04  Bruno Haible  <bruno@clisp.org>
8925
8926                 * build-aux/csharpcomp.sh.in: Suffix for resources is
8927                 .resources, not .resource.
8928
8929         2005-07-09  Bruno Haible  <bruno@clisp.org>
8930
8931                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
8932                 add a .dll suffix.
8933                 Reported by Mark Junker <mjscod@gmx.de>.
8934
8935         2006-07-22  Bruno Haible  <bruno@clisp.org>
8936
8937                 * modules/gettext: Upgrade to gettext-0.15.
8938                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
8939                 m4/visibility.m4.
8940                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
8941
8942 2006-07-22  Bruno Haible  <bruno@clisp.org>
8943
8944         Merge from GNU gettext 0.15.
8945
8946         2006-03-25  Bruno Haible  <bruno@clisp.org>
8947
8948                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
8949
8950         2006-07-21  Bruno Haible  <bruno@clisp.org>
8951
8952                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
8953                 "1.1".
8954
8955         2006-05-09  Bruno Haible  <bruno@clisp.org>
8956
8957                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
8958                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
8959                 for the conftestver execution.
8960
8961         2006-05-01  Bruno Haible  <bruno@clisp.org>
8962
8963                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
8964                 optional target-version argument. Verify that the compiler
8965                 groks source of the specified source-version, or add -source
8966                 option as necessary. Verify that the compiler produces
8967                 bytecode in the specified target-version, or add -target and
8968                 -source options as necessary. Make the result of the test
8969                 available as variable CONF_JAVAC. Also log error output in
8970                 config.log.
8971
8972         2006-03-11  Bruno Haible  <bruno@clisp.org>
8973
8974                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
8975
8976         2006-05-09  Bruno Haible  <bruno@clisp.org>
8977
8978                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
8979                 CLASSPATH_SEPARATOR to a semicolon.
8980
8981         2006-03-12  Bruno Haible  <bruno@clisp.org>
8982
8983                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
8984                 available as variable CONF_JAVA, for subsequent autoconf
8985                 tests. Also log error output in config.log.
8986
8987         2006-07-19  Bruno Haible  <bruno@clisp.org>
8988
8989                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
8990                 that getline works on glibc2 systems. Needed to avoid trouble
8991                 in relocatable.c.
8992                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
8993
8994         2005-12-04  Bruno Haible  <bruno@clisp.org>
8995
8996                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
8997                 launcher (untested).
8998
8999         2005-12-04  Bruno Haible  <bruno@clisp.org>
9000
9001                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
9002
9003         2006-07-22  Bruno Haible  <bruno@clisp.org>
9004
9005                 * gettext.m4: Update from GNU gettext-0.15.
9006                 * nls.m4: Likewise.
9007                 * po.m4: Likewise.
9008                 * inttypes-pri.m4: Likewise.
9009                 * inttypes-h.m4: Renamed from inttypes.m4.
9010                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
9011
9012 2006-07-22  Bruno Haible  <bruno@clisp.org>
9013
9014         Merge from GNU gettext 0.15.
9015
9016         2005-07-05  Bruno Haible  <bruno@clisp.org>
9017
9018                 * printf-args.c (printf_fetchargs): Work around broken
9019                 definition of wint_t on mingw.
9020
9021         2005-02-12  Bruno Haible  <bruno@clisp.org>
9022
9023                 * xallocsa.h: Add extern "C" for C++.
9024
9025         2006-05-17  Bruno Haible  <bruno@clisp.org>
9026
9027                 Cygwin portability.
9028                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
9029
9030         2006-04-30  Bruno Haible  <bruno@clisp.org>
9031
9032                 * progreloc.c: Include <mach-o/dyld.h> if available.
9033                 (find_executable): Use _NSGetExecutablePath when possible.
9034
9035         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
9036
9037                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
9038                 function.
9039
9040         2005-12-29  Bruno Haible  <bruno@clisp.org>
9041
9042                 * progreloc.c (set_program_name_and_installdir): Fix
9043                 compilation error.
9044
9045         2005-12-04  Bruno Haible  <bruno@clisp.org>
9046
9047                 Cygwin portability.
9048                 * progreloc.c: Include <windows.h> also on Cygwin.
9049                 (find_executable): Add support for Cygwin.
9050                 (set_program_name_and_installdir): Handle also platforms with
9051                 nonempty EXEEXT.
9052
9053         2006-07-11  Bruno Haible  <bruno@clisp.org>
9054
9055                 * javacomp.c: Fix a comment.
9056                 Reported by Jim Meyering.
9057
9058         2006-04-30  Bruno Haible  <bruno@clisp.org>
9059
9060                 * javacomp.h (compile_java_class): Add source_version,
9061                 target_version arguments.
9062                 * javacomp.c: Rewritten to choose only a compiler that
9063                 respects the specified source_version and target_version.
9064
9065         2006-06-27  Bruno Haible  <bruno@clisp.org>
9066
9067                 Assume correct S_ISDIR macro.
9068                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
9069
9070         2006-07-22  Bruno Haible  <bruno@clisp.org>
9071
9072                 * javaversion.h: New file, from GNU gettext.
9073                 * javaversion.c: New file, from GNU gettext.
9074                 * javaversion.java: New file, from GNU gettext.
9075                 * javaversion.class: New file, from GNU gettext.
9076
9077         2006-05-17  Bruno Haible  <bruno@clisp.org>
9078
9079                 Cygwin portability.
9080                 * javaexec.c (execute_java_class): Test for jview program
9081                 also on Cygwin.
9082
9083         2006-04-09  Bruno Haible  <bruno@clisp.org>
9084
9085                 * fatal-signal.c: Don't include string.h.
9086                 (at_fatal_signal): Use a copying loop instead of memcpy.
9087
9088         2005-12-04  Bruno Haible  <bruno@clisp.org>
9089
9090                 * csharpexec.c: Add support for 'clix' launcher (untested).
9091                 (execute_csharp_using_sscli): New function.
9092                 (execute_csharp_program): Call it.
9093
9094         2006-06-21  Bruno Haible  <bruno@clisp.org>
9095
9096                 Avoid warnings from recent versions of mcs.
9097                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
9098                 -o, -L, -r any more. Use options documented since mcs-1.0
9099                 instead. Similarly for -g.
9100
9101         2005-07-09  Bruno Haible  <bruno@clisp.org>
9102
9103                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
9104                 add a .dll suffix.
9105                 Reported by Mark Junker <mjscod@gmx.de>.
9106
9107         2006-06-17  Bruno Haible  <bruno@clisp.org>
9108
9109                 * config.charset: Update for NetBSD 3.0.
9110
9111         2006-05-17  Bruno Haible  <bruno@clisp.org>
9112
9113                 Cygwin portability.
9114                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
9115
9116         2006-05-16  Bruno Haible  <bruno@clisp.org>
9117
9118                 * localcharset.c [CYGWIN]: Include <windows.h>.
9119                 (get_charset_aliases): For Cygwin, return the same CPxxx
9120                 aliases list as under WIN32.
9121                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
9122                 the environment variables. Fall back to GetACP().
9123
9124         2006-04-05  Bruno Haible  <bruno@clisp.org>
9125
9126                 * config.charset: Update Juan Manuel Guerrero's address.
9127
9128         2005-02-12  Bruno Haible  <bruno@clisp.org>
9129
9130                 * allocsa.h: Add extern "C" for C++.
9131
9132         2005-02-10  Bruno Haible  <bruno@clisp.org>
9133
9134                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
9135                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
9136
9137         2006-07-22  Bruno Haible  <bruno@clisp.org>
9138
9139                 * gettext.h: Update to GNU gettext-0.15.
9140
9141 2006-07-22  Bruno Haible  <bruno@clisp.org>
9142
9143         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
9144         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
9145         lib-prefix.m4, longdouble.m4, ssize_t.m4.
9146
9147 2006-07-21  Eric Blake  <ebb9@byu.net>
9148
9149         * modules/stdlib-safer: New file.
9150         * MODULES.html.sh (File stream based Input/Output): Add
9151         stdlib-safer.
9152
9153 2006-07-21  Eric Blake  <ebb9@byu.net>
9154
9155         * lib/stdlib-safer.h: New file from coreutils, required by
9156         stdlib--.h.
9157
9158 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
9159
9160         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
9161
9162 2006-07-20  Bruno Haible  <bruno@clisp.org>
9163
9164         * gnulib-tool: Recognize new option --assume-autoconf.
9165         (autoconf_minversion): New variable.
9166         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
9167
9168 2006-07-20  Bruno Haible  <bruno@clisp.org>
9169
9170         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
9171
9172 2006-07-19  Derek R. Price  <derek@ximbiot.com>
9173
9174         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
9175         Reindent and repaginate.
9176
9177 2006-07-19  Derek Price  <derek@ximbiot.com>
9178
9179         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
9180         Correct grammar.
9181
9182 2006-07-17  Bruno Haible  <bruno@clisp.org>
9183
9184         * modules/list: New file.
9185         * modules/array-list: New file.
9186         * modules/carray-list, modules/carray-list-tests: New files.
9187         * modules/linked-list, modules/linked-list-tests: New files.
9188         * modules/avltree-list, modules/avltree-list-tests: New files.
9189         * modules/rbtree-list, modules/rbtree-list-tests: New files.
9190         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
9191         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
9192         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
9193         * modules/oset: New file.
9194         * modules/array-oset: New file.
9195         * modules/avltree-oset, modules/avltree-oset-tests: New files.
9196         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
9197         * tests/test-carray_list.c: New file.
9198         * tests/test-linked_list.c: New file.
9199         * tests/test-avltree_list.c: New file.
9200         * tests/test-rbtree_list.c: New file.
9201         * tests/test-linkedhash_list.c: New file.
9202         * tests/test-avltreehash_list.c: New file.
9203         * tests/test-rbtreehash_list.c: New file.
9204         * tests/test-avltree_oset.c: New file.
9205         * tests/test-rbtree_oset.c: New file.
9206         * MODULES.html.sh (Container data structures): New section.
9207
9208 2006-07-17  Bruno Haible  <bruno@clisp.org>
9209
9210         * m4/gl_list.m4: New file.
9211
9212 2006-07-17  Bruno Haible  <bruno@clisp.org>
9213
9214         * lib/gl_list.h: New file.
9215         * lib/gl_list.c: New file.
9216         * lib/gl_array_list.h: New file.
9217         * lib/gl_array_list.c: New file.
9218         * lib/gl_carray_list.h: New file.
9219         * lib/gl_carray_list.c: New file.
9220         * lib/gl_linked_list.h: New file.
9221         * lib/gl_linked_list.c: New file.
9222         * lib/gl_anylinked_list1.h: New file.
9223         * lib/gl_anylinked_list2.h: New file.
9224         * lib/gl_avltree_list.h: New file.
9225         * lib/gl_avltree_list.c: New file.
9226         * lib/gl_anyavltree_list1.h: New file.
9227         * lib/gl_anyavltree_list2.h: New file.
9228         * lib/gl_rbtree_list.h: New file.
9229         * lib/gl_rbtree_list.c: New file.
9230         * lib/gl_anyrbtree_list1.h: New file.
9231         * lib/gl_anyrbtree_list2.h: New file.
9232         * lib/gl_anytree_list1.h: New file.
9233         * lib/gl_anytree_list2.h: New file.
9234         * lib/gl_linkedhash_list.h: New file.
9235         * lib/gl_linkedhash_list.c: New file.
9236         * lib/gl_anyhash_list1.h: New file.
9237         * lib/gl_anyhash_list2.h: New file.
9238         * lib/gl_avltreehash_list.h: New file.
9239         * lib/gl_avltreehash_list.c: New file.
9240         * lib/gl_rbtreehash_list.h: New file.
9241         * lib/gl_rbtreehash_list.c: New file.
9242         * lib/gl_anytreehash_list1.h: New file.
9243         * lib/gl_anytreehash_list2.h: New file.
9244
9245         * lib/gl_oset.h: New file.
9246         * lib/gl_oset.c: New file.
9247         * lib/gl_array_oset.h: New file.
9248         * lib/gl_array_oset.c: New file.
9249         * lib/gl_avltree_oset.h: New file.
9250         * lib/gl_avltree_oset.c: New file.
9251         * lib/gl_rbtree_oset.h: New file.
9252         * lib/gl_rbtree_oset.c: New file.
9253         * lib/gl_anytree_oset.h: New file.
9254
9255 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
9256
9257         * m4/mkancesdirs.m4: New file.
9258         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
9259         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
9260         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
9261         it.
9262
9263 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
9264
9265         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
9266         * lib/mkancesdirs.h: New files.
9267         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
9268         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
9269         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
9270         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
9271         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
9272         callers changed.  Revamp internals significantly, by not
9273         attempting to create directories that are temporarily more
9274         permissive than the final results.  Do not attempt to use
9275         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
9276         This removes some race conditions, fixes some bugs, and simplifies
9277         things.  Use new dirchownmod function to do owner and mode changes.
9278         * lib/mkdir-p.h: Likewise.
9279         * lib/modechange.c (octal_to_mode): New function.
9280         (struct mode_change): New member mentioned.
9281         (make_node_op_equals): New arg mentioned.  All callers changed.
9282         (mode_compile): Keep track of which mode bits the user has explicitly
9283         mentioned.
9284         (mode_adjust): New arg DIR, so that we implement the X op correctly.
9285         New arg PMODE_BITS, to keep track of which mode bits the user
9286         mentioned; it treats S_ISUID and S_ISGID speciall.
9287         All callers changed.
9288         * lib/modechange.h: Likewise.
9289
9290 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
9291
9292         * MODULES.html.sh: Add mkancestors.
9293         * modules/mkancesdirs: New module.
9294         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
9295         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
9296         The chdir-safer and afs files are now orphans; I'll remove them
9297         unless someone speaks up.
9298         Add lib/dirchownmod.c, lib/dirchownmod.h.
9299         (Depends-on): Remove alloca, chown, save-cwd, dirname.
9300         Add lchown, mkancesdirs.
9301         (Maintainer): Add self.
9302
9303 2006-07-15  Karl Berry  <karl@gnu.org>
9304
9305         * gnulib-tool: help message wording/arrangement.
9306
9307 2006-07-14  Simon Josefsson  <jas@extundo.com>
9308
9309         * doc/gnulib.texi (Libtool and Windows): New section.
9310
9311 2006-07-12  Simon Josefsson  <jas@extundo.com>
9312
9313         * modules/gendocs (License): Fix license, approved by Karl.
9314
9315 2006-07-12  Eric Blake  <ebb9@byu.net>
9316
9317         * MODULES.html.sh: Add gendocs.
9318
9319 2006-07-11  Eric Blake  <ebb9@byu.net>
9320
9321         * modules/fdl: New module, to install doc/fdl.texi.
9322         * MODULES.html.sh: Add new section for documentation modules.
9323         * gnulib-tool: Avoid space-tab.
9324         (--doc-base): New option, to manage files from doc.
9325
9326 2006-07-11  Eric Blake  <ebb9@byu.net>
9327
9328         * m4/absolute-header.m4: Fix comments to match recent change.
9329
9330 2006-07-11  Eric Blake  <ebb9@byu.net>
9331
9332         * gnulib-tool: List --doc-base before --tests-base.
9333
9334 2006-07-11  Derek R. Price  <derek@ximbiot.com>
9335
9336         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
9337
9338 2006-07-11  Bruno Haible  <bruno@clisp.org>
9339
9340         * README: Mention where to put documentation.
9341
9342 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9343
9344         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
9345
9346 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
9347
9348         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
9349         to stdint.m4.
9350
9351 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
9352
9353         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
9354         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
9355         "no/such/file/stdint.h" when there is no such file, so that
9356         the resulting C code can be parsed by dodgy compilers.
9357         Problems reported by Bob Proulx.
9358
9359 2006-07-10  Derek R. Price  <derek@ximbiot.com>
9360
9361         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
9362         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
9363         macros into the GNU _D_EXACT_NAMLEN.
9364         * lib/savedir.c:  Likewise.
9365         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
9366
9367 2006-07-10  Derek R. Price  <derek@ximbiot.com>
9368         and Paul Eggert  <eggert@cs.ucla.edu>
9369
9370         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
9371         * m4/savedir.m4:
9372         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
9373         macros into the GNU _D_EXACT_NAMLEN.
9374
9375 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
9376
9377         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
9378         around the absolute name, to work around a problem with the HP-UX
9379         11.23 native C compiler, reported by Bob Proulx.
9380
9381 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
9382
9383         * doc/maintain.texi, make-stds.texi: Sync from
9384         <http://savannah.gnu.org/projects/gnustandards>.
9385
9386 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
9387
9388         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
9389
9390 2006-07-09  Jim Meyering  <jim@meyering.net>
9391
9392         * m4/glob.m4: Remove a doubled word in a comment.
9393
9394 2006-07-09  Jim Meyering  <jim@meyering.net>
9395
9396         * lib/argp-pv.c: Remove a doubled word in a comment.
9397         * lib/check-version.c (check_version): Likewise.
9398         * lib/javacomp.c (compile_java_class): Likewise.
9399
9400 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
9401
9402         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
9403         for the benefit of people using Autoconf 2.60.  If you want to
9404         support older Autoconf versions you can copy m4/onceonly_2_57.m4
9405         (or m4/onceonly.m4, if pre-2.57) manually.
9406
9407 2006-07-08  Jim Meyering  <jim@meyering.net>
9408
9409         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
9410         comment.
9411         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
9412         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
9413         comment.
9414
9415 2006-07-08  Jim Meyering  <jim@meyering.net>
9416
9417         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
9418
9419 2006-07-07  Simon Josefsson  <jas@extundo.com>
9420
9421         * tests/test-crc.c: Change expected crc value, the test vector
9422         were probably computed using the old broken crc.c?
9423
9424 2006-07-06  Simon Josefsson  <jas@extundo.com>
9425
9426         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
9427         now the canonical place for the M4 file).
9428
9429         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
9430         from the sys_socket dependency now.
9431
9432         * modules/inet_pton (Files): Ditto.
9433
9434         * modules/inet_ntop (Files): Ditto.
9435
9436 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
9437
9438         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
9439         not gl_PREREQ_GETUSERSHELL.
9440
9441 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9442
9443         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
9444         with only one argument, for Autoconf 2.60.
9445         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
9446         expand to nothing, so add a shell command to avoid syntax error.
9447         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
9448
9449 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9450
9451         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
9452
9453 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
9454
9455         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
9456         no longer needed.  Check for isblank decl.
9457         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
9458         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
9459         of existence.
9460
9461 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
9462
9463         * lib/getloadavg.c: Use __VMS, not VMS.
9464         * lib/getopt.c: Likewise.
9465         * lib/getpagesize.h: Likewise.
9466         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
9467         and probably does not work.
9468
9469 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
9470
9471         * lib/.cppi-disable: Add wcwidth.
9472         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
9473         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
9474         (ISGRAPH): Remove.  All uses changed to isgraph.
9475         (FOLD) [!defined _LIBC]: Remove special case.
9476         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
9477         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
9478         HAVE_ISBLANK.
9479         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
9480         case.
9481
9482 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
9483
9484         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
9485         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
9486         brackets.  Other minor changes to suppress some compiler
9487         warnings.
9488
9489 2006-07-06  Derek R. Price  <derek@ximbiot.com>
9490         and Paul Eggert  <eggert@cs.ucla.edu>
9491
9492         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
9493         of invoking obsolescent AC_HEADER_DIRENT macro.
9494         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
9495         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
9496         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
9497         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
9498         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
9499         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
9500         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
9501         * m4/readdir.m4: Remove; no longer needed.
9502
9503 2006-07-06  Derek R. Price  <derek@ximbiot.com>
9504         and Paul Eggert  <eggert@cs.ucla.edu>
9505
9506         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
9507         Don't worry about this obsolete case any more.
9508         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
9509         directories.
9510         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
9511         worry about this obsolete case any more.
9512         * lib/fts.c: Likewise.
9513         * lib/getcwd.c: Likewise.
9514         * lib/glob.h: Likewise.
9515         * lib/savedir.c: Likewise.
9516
9517 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
9518
9519         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
9520         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
9521         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
9522         needed.
9523         All uses removed.
9524         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
9525         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
9526         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
9527         needed.
9528         * m4/getdate.m4 (gl_GETDATE): Likewise.
9529         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
9530         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
9531         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
9532         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
9533         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
9534         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
9535         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
9536         needed.
9537
9538 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
9539
9540         * lib/memcasecmp.c: Include <limits.h>.
9541         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
9542         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
9543         Don't assume isdigit succeeds only on '0' through '9'.
9544
9545 2006-07-05  Eric Blake  <ebb9@byu.net>
9546
9547         * modules/getaddrinfo (Depends-on): Add snprintf.
9548
9549 2006-07-05  Eric Blake  <ebb9@byu.net>
9550
9551         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
9552         to avoid 'header present but could not be compiled' on cygwin.
9553
9554 2006-07-05  Eric Blake  <ebb9@byu.net>
9555
9556         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
9557         missing from netdb.h.
9558         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
9559
9560 2006-07-05  Derek R. Price  <derek@ximbiot.com>
9561
9562         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
9563         no longer needed.
9564         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
9565         * m4/getdate.m4 (gl_GETDATE): Likewise.
9566         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
9567         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
9568         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
9569         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
9570         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
9571
9572 2006-07-05  Derek R. Price  <derek@ximbiot.com>
9573
9574         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
9575         All uses of is_space replaced by isspace.
9576         * lib/exit.h: Don't talk about STDC_HEADERS.
9577         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
9578         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
9579         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
9580         replaced by isprint etc.
9581         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
9582         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
9583         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
9584         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
9585         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
9586         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
9587
9588 2006-07-05  Bruno Haible  <bruno@clisp.org>
9589
9590         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
9591         the function exists, before testing against AIX.
9592         Reported by Martin Lambers <marlam@marlam.de>.
9593
9594 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
9595
9596         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
9597         From Mark D. Baushke.
9598
9599 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
9600
9601         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
9602         to the absolute name, not just one, to bypass Sun C 5.8's
9603         "warning: #include of /usr/include/... may be non-portable".
9604
9605 2006-07-04  Eric Blake  <ebb9@byu.net>
9606
9607         * modules/dirname-tests: New test module.
9608         * tests/test-dirname.c: New file, replacing dirname.c
9609         TEST_DIRNAME section that was recently deleted.
9610
9611 2006-07-04  Bruno Haible  <bruno@clisp.org>
9612
9613         Assume ANSI C header files and <ctype.h> functions.
9614         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
9615         (mbsnwidth): Use isprint, iscntrl instead.
9616
9617 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
9618
9619         Merge from coreutils.
9620         * MODULES.html.sh: Add xstrtold.
9621         * modules/xstrtold: New file.
9622         * modules/cycle-check (Files): Add lib/same-inode.h.
9623         * modules/dirname (Files): Add m4/double-slash-root.m4.
9624         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
9625         * modules/mkdir-p (Files): Add lib/same-inode.h.
9626         * modules/same (Files): Add lib/same-inode.h.
9627
9628 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
9629
9630         * m4/absolute-header.m4: Renamed from full-header-path.m4.
9631         This is to keep the terminology clean; POSIX talks about
9632         "absolute pathnames", not "full pathnames", but the GNU
9633         Coding Standards say to use "path" for something else;
9634         so use "absolute" to keep both sides happy.
9635         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
9636         Set gl_absolute_header, not gl_full_header_path.
9637         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
9638         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
9639         All uses changed.
9640
9641         Merge from coreutils.
9642
9643         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
9644
9645         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
9646         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
9647         want to require the building of c-strtod.o.
9648         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
9649         needs -lm directly.
9650         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
9651
9652         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
9653
9654         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
9655         --as-needed option if available.  Problem reported by Albert Chin in
9656         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
9657         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
9658         cc merely issues a bunch of annoying warnings for --as-needed
9659         (this problem was reported by Bob Proulx).  Also, try linking with
9660         -lm to detect a bug in binutils 2.16 (this problem was reported
9661         by Ralf Wildenhues).
9662
9663         2006-06-18  Jim Meyering  <jim@meyering.net>
9664
9665         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
9666         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
9667         macro.
9668         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
9669         also check for glibc-2.4's abort-inducing bug.
9670
9671         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
9672         Low-probability clean-up should be to use rmdir to get rid of
9673         the just-created directory, not unlink.
9674
9675         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
9676         configure fail, and request a bug report to inform us about it.
9677         Add a comment that, barring reports to the contrary, in 2007 we'll
9678         assume ftruncate is universally available.
9679
9680         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
9681
9682         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
9683
9684         2006-03-12  Jim Meyering  <jim@meyering.net>
9685
9686         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
9687         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
9688         * m4/same.m4 (gl_SAME): Likewise.
9689         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
9690
9691         2006-03-11  Eric Blake  <ebb9@byu.net>
9692
9693         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
9694         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
9695         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
9696         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
9697
9698 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
9699
9700         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
9701         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
9702         reported by Mark D. Baushke, one in
9703         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
9704
9705         Merge from coreutils.
9706
9707         * lib/.cppi-disable: Add stdint_.h.
9708         * lib/.cvsignore: Add stdint.h.
9709
9710         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
9711
9712         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
9713         both double and long double versions.
9714         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
9715         * lib/xstrtold.c: New file.
9716         * lib/xstrtod.h (xstrtold): New decl.
9717
9718         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
9719
9720         * lib/filemode.c (setst): Remove.
9721         (strmode): Rewrite to avoid setst.  This makes the code shorter,
9722         (arguably) clearer, and the generated code is a bit smaller on my
9723         Debian GNU/Linux stable x86 host.
9724
9725         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
9726
9727         * lib/filemode.c: Include "filemode.h" first, to test the interface.
9728         Assume that filemode.h includes sys/types.h and sys/stat.h.
9729         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
9730         (ftypelet): Reorder to put common cases first, for efficiency.
9731         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
9732         to do 'M'.
9733         (strmode): Renamed from mode_string, and now stores 12 bytes instead
9734         of 10, for compatibility with FreeBSD.  All callers changed.
9735         (filemodestring): Now stores 12 bytes instead of 10, and sets file
9736         types that can't be deduced solely from st_mode.  First arg is now a
9737         const pointer.
9738         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
9739         (strmode): Renamed from mode_string.
9740         (filemodestring): New decl.
9741         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
9742         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
9743         needed.
9744         (S_ISPORT, S_ISWHT): New macros, if not already defined.
9745
9746         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
9747
9748         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
9749         fsusage.h now does that.  Include fsusage.h first, to test interface.
9750         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
9751         at most one method (the old code could have generated decls that
9752         didn't conform to C89, not that this was ever exercised).
9753         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
9754
9755         2006-03-19  Jim Meyering  <jim@meyering.net>
9756
9757         Work even in a chroot where d_ino values for entries in "/"
9758         don't match the stat.st_ino values for the same names.
9759         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
9760         number, iterate through all entries again, using lstat instead.
9761         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
9762         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
9763
9764         * lib/getcwd.c (__getcwd): Clarify a comment.
9765         Use memcpy in place of a call to strcpy.
9766
9767         2006-03-12  Jim Meyering  <jim@meyering.net>
9768
9769         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
9770         matches that of the current directory (which we're about to chdir ".."
9771         out of), then save the dev-ino of the parent, instead.
9772
9773         * lib/same-inode.h (SAME_INODE): New file/macro.
9774         * lib/chdir-safer.c (SAME_INODE): Remove definition.
9775         Include "same-inode.h", instead.
9776         * lib/same.c: Likewise.
9777         * lib/cycle-check.h: Include "same-inode.h".
9778         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
9779         * lib/cycle-check.c (SAME_INODE): Remove definition.
9780         * lib/root-dev-ino.h: Include "same-inode.h".
9781
9782         2006-03-11  Eric Blake  <ebb9@byu.net>
9783
9784         * lib/same.c (same_name): s/base_name/last_component/
9785         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
9786         * lib/filenamecat.c (file_name_concat): Likewise.
9787
9788         2006-03-11  Eric Blake  <ebb9@byu.net>,
9789                     Paul Eggert  <eggert@cs.ucla.edu>
9790
9791         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
9792         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
9793         drive prefix.
9794         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
9795         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
9796         (last_component): New method.
9797         * lib/dirname.c (dir_len): Determine when drive letters need a
9798         subsequent slash.  Preserve // when it is special.
9799         (dir_name): Don't append dot when drive letter is absolute.
9800         [TEST_DIRNAME]: Move into a full-blown gnulib test.
9801         * lib/basename.c (base_name): New semantics - malloc the result.
9802         Preserve // when it is special.  Preserve relative files that look
9803         like drive letters.
9804         (base_len): Preserve // when it is special.
9805         (last_component): New method, similar to old base_name semantics.
9806         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
9807         base_name.  Strip redundant slashes from ///.
9808
9809 2006-07-03  Jim Meyering  <jim@meyering.net>
9810
9811         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
9812         macro is used before the first cycle_check call.
9813
9814 2006-07-03  Eric Blake  <ebb9@byu.net>
9815
9816         * modules/dirname (Depends-on): Add xstrndup.
9817
9818 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
9819
9820         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
9821         test cases, so that config.log is a bit easier to follow.
9822
9823 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
9824
9825         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
9826         both are 64 bits, since this seems to be the tradition, and this
9827         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
9828         we ever run into a host that prefers long long to long in this
9829         case, we'll need another configure-time test.  Problem reported by
9830         Jim Meyering.
9831
9832 2006-07-02  Eric Blake  <ebb9@byu.net>
9833
9834         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
9835
9836 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
9837
9838         * modules/inttypes (Depends-on): No longer depends on stdint.
9839         * modules/stdint (Description): Say more about assumptions.
9840         Say that the fast types might differ.  Say macros are used.
9841         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
9842         (Makefile.am): Revise list of substituted symbols to match
9843         new stdint.m4.
9844         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
9845         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
9846         * tests/test-stdint.c (verify_same_types)
9847         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
9848         the code conforms to C99/C89.
9849         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
9850         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
9851
9852 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
9853
9854         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
9855         but fix a bug, by requiring at least 64 bits.
9856         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
9857         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
9858         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
9859         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
9860
9861         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
9862         changes.  Make 2.59 a prerequisite.  Check and substitute for
9863         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
9864         inttypes.h.  Do not use special include files; just use the
9865         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
9866         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
9867         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
9868         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
9869         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
9870         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
9871         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
9872         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
9873         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
9874         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
9875         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
9876         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
9877         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
9878         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
9879         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
9880         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
9881         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
9882         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
9883         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
9884         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
9885         WINT_MAX.  Check for C99 conformance more strictly, by detecting
9886         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
9887         not check for things that C99 does not require, e.g., int8_t.  If
9888         a test isn't needed unless <stdint.h> isn't working, and is
9889         unlikely to be needed for any other reason, then don't do it
9890         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
9891         size_t, since we assume C89 freestanding at least.  Do not check
9892         for sig_atomic_t, wchar_t, or wint_t, since the code now does
9893         the right thing even if the types are not defined.  Instead use:
9894         (gl_STDINT_TYPE_PROPERTIES): New macro.
9895         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
9896         testing whether <sys/types.h> clashes, as Autoconf does this for
9897         us now.  All uses removed.
9898         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
9899         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
9900         (gl_CHECK_TYPE_SAME):
9901         Remove; no longer needed.
9902         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
9903         exists, since we'll return 0 anyway in that case.
9904         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
9905
9906 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
9907
9908         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
9909         possible collision with system files.
9910         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
9911         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
9912         WCHAR_MIN and WCHAR_MAX in this case.
9913         (<stddef.h>): Do not include; no longer needed.
9914         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
9915         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
9916         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
9917         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
9918         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
9919         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
9920         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
9921         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
9922         !defined(__c99))]: Include in this case too, since it's harmless
9923         now.
9924         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
9925         dangerous to do so.
9926         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
9927         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
9928         (_STDINT_MIN, _STDINT_MAX): New macros.
9929         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
9930         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
9931         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
9932         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
9933         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
9934         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
9935         macros, not typedefs; this simplifies things quite a bit.
9936         Use long int for all types narrower than int64_t.
9937         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
9938         Define in terms of long long int or int64_t or long int,
9939         not int64_t or int32_t.  This saves some compile-time testing.
9940         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
9941         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
9942         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
9943         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
9944         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
9945         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
9946         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
9947         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
9948         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
9949         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
9950         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
9951         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
9952         undef any previous version and define our own version, for
9953         simplicity and consistency with the new macros for types.
9954         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
9955         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
9956         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
9957         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
9958         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
9959         @WINT_T_SUFFIX@ to keep things simple here.
9960         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
9961         Simplify by assuming typical 8/16/32/64 host, since we're
9962         already doing that elsewhere anyway.
9963         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
9964         and assume long long int is 64 bits if available.  This
9965         speeds up 'configure'.
9966
9967 2006-07-01  Eric Blake  <ebb9@byu.net>
9968
9969         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
9970         Reported by Andreas Buening.
9971
9972 2006-07-01  Eric Blake  <ebb9@byu.net>
9973
9974         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
9975
9976 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
9977
9978         * lib/getaddrinfo.c: fixed typo
9979
9980 2006-06-29  Jim Meyering  <jim@meyering.net>
9981
9982         * modules/strftime (Maintainer): Add my name, since with the
9983         FPRINTFTIME changes strftime.c has forked from glibc.
9984
9985 2006-06-29  Eric Blake  <ebb9@byu.net>
9986
9987         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
9988
9989 2006-06-29  Eric Blake  <ebb9@byu.net>
9990
9991         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
9992
9993 2006-06-29  Eric Blake  <ebb9@byu.net>
9994
9995         * lib/stat_.h: New file.
9996
9997 2006-06-29  Eric Blake  <ebb9@byu.net>
9998
9999         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
10000         unused static function.
10001
10002 2006-06-29  Eric Blake  <ebb9@byu.net>
10003
10004         * doc/functions.texi (Function Portability): Document missing lstat
10005         on mingw.
10006
10007 2006-06-29  Eric Blake  <ebb9@byu.net>
10008
10009         * MODULES.html.sh: Add sys_stat.
10010         * modules/sys_stat: New module.
10011         * modules/mkstemp (Depends-on): Add sys_stat.
10012
10013 2006-06-29  Derek R. Price  <derek@ximbiot.com>
10014
10015         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
10016
10017 2006-06-29  Derek R. Price  <derek@ximbiot.com>
10018
10019         * m4/c-bs-a.m4: Removed.
10020
10021 2006-06-29  Derek R. Price  <derek@ximbiot.com>
10022
10023         * lib/strftime.c: Assume strftime() exists.
10024
10025 2006-06-29  Derek Price  <derek@ximbiot.com>
10026
10027         * modules/c-bs-a: Removed - \a is C89.
10028         * MODULES.html.sh: Remove c-bs-a.
10029
10030 2006-06-29  Bruno Haible  <bruno@clisp.org>
10031
10032         * modules/wcwidth (License): Change to LGPL.
10033
10034 2006-06-28  Simon Josefsson  <jas@extundo.com>
10035
10036         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
10037         on _WIN32.
10038
10039         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
10040         getnameinfo.
10041
10042 2006-06-28  Simon Josefsson  <jas@extundo.com>
10043
10044         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
10045
10046 2006-06-28  Simon Josefsson  <jas@extundo.com>
10047
10048         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
10049         functions there.  It will succeed on Windows XP, but on Windows
10050         2000 and (presumably) earlier, it will fail, and use the internal
10051         re-implementation.
10052         (use_win32_p): New function.
10053         (getaddrinfo): Use strtoul on servname, to support numeric ports.
10054         Support AI_NUMERICSERV to disable getservbyname.
10055         (getnameinfo): New function, only supports
10056         NI_NUMERICHOST|NI_NUMERICSERV for now.
10057
10058         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
10059         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
10060         getnameinfo.
10061
10062 2006-06-28  Eric Blake  <ebb9@byu.net>
10063
10064         * modules/wcwidth: New file.
10065         * modules/mbchar (Depends-on): Add wcwidth.
10066         * modules/mbswidth (Depends-on): Add wcwidth.
10067         * MODULES.html.sh: Add wcwidth.
10068
10069 2006-06-28  Eric Blake  <ebb9@byu.net>
10070
10071         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
10072         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
10073
10074 2006-06-28  Eric Blake  <ebb9@byu.net>
10075
10076         * lib/xvasprintf.h: Fix comments.
10077
10078 2006-06-28  Eric Blake  <ebb9@byu.net>
10079
10080         * lib/mbchar.h (wcwidth): Include wcwidth.h.
10081         * lib/mbswidth.c (wcwidth): Move from here...
10082         * lib/wcwidth.h: ...to this new file.
10083
10084 2006-06-28  Derek R. Price  <derek@ximbiot.com>
10085
10086         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
10087
10088         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
10089         it's obsolete.
10090         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
10091
10092 2006-06-28  Derek R. Price  <derek@ximbiot.com>
10093
10094         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
10095         Autoconf 2.60 says this stuff was obsolete.
10096
10097 2006-06-28  Bruno Haible  <bruno@clisp.org>
10098
10099         * modules/wcwidth (Files): Add m4/wchar_t.m4.
10100
10101 2006-06-28  Bruno Haible  <bruno@clisp.org>
10102
10103         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
10104         gt_TYPE_WCHAR_T.
10105
10106 2006-06-28  Bruno Haible  <bruno@clisp.org>
10107
10108         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
10109         declaration for wcwidth.
10110         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
10111
10112 2006-06-28  Bruno Haible  <bruno@clisp.org>
10113
10114         * lib/mkdtemp.c [MINGW]: Include <io.h>.
10115         (mkdir): Define using _mkdir.
10116
10117 2006-06-28  Bruno Haible  <bruno@clisp.org>
10118
10119         * lib/getaddrinfo.h: Fix POSIX URL.
10120         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
10121         _WIN32.
10122         (use_win32_p): Make static.
10123         (getaddrinfo): Reject service name if it is empty or does not consist
10124         solely of decimal digits, or if its value is > 65535.
10125         (getnameinfo): Remove useless casts.
10126
10127 2006-06-27  Simon Josefsson  <jas@extundo.com>
10128
10129         * modules/sys_select: New file, suggested by Bruno Haible, Paul
10130         Eggert and Martin Lambers.
10131
10132 2006-06-27  Simon Josefsson  <jas@extundo.com>
10133
10134         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
10135         Eggert and Martin Lambers.
10136
10137 2006-06-27  Bruno Haible  <bruno@clisp.org>
10138
10139         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
10140         result to 0, not to empty.
10141         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
10142
10143 2006-06-27  Bruno Haible  <bruno@clisp.org>
10144
10145         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
10146
10147 2006-06-26  Simon Josefsson  <jas@extundo.com>
10148
10149         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
10150         present.
10151
10152 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
10153
10154         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
10155         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
10156         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
10157
10158 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
10159
10160         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
10161
10162 2006-06-26  Bruno Haible  <bruno@clisp.org>
10163
10164         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
10165
10166 2006-06-26  Bruno Haible  <bruno@clisp.org>
10167
10168         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
10169
10170 2006-06-26  Bruno Haible  <bruno@clisp.org>
10171
10172         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
10173         SGI C compiler in pre-C99 mode.
10174         Suggested by Mark D. Baushke and Larry Jones.
10175
10176 2006-06-26  Bruno Haible  <bruno@clisp.org>
10177
10178         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
10179         WCHAR_MAX.
10180         Reported by Mark D. Baushke and Larry Jones.
10181
10182 2006-06-26  Bruno Haible  <bruno@clisp.org>
10183
10184         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
10185         in pre-C99 mode.
10186         Suggested by Mark D. Baushke and Larry Jones.
10187
10188 2006-06-23  Simon Josefsson  <jas@extundo.com>
10189             Bruno Haible  <bruno@clisp.org>
10190
10191         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
10192         Emit mostlyclean-local rule.
10193         (func_emit_tests_Makefile_am): Likewise.
10194         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
10195
10196 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
10197
10198         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
10199
10200 2006-06-23  Bruno Haible  <bruno@clisp.org>
10201
10202         * tests/test-stdint.c: Update to match ISO C 99 Technical
10203         Corrigendum 1.
10204
10205 2006-06-23  Bruno Haible  <bruno@clisp.org>
10206
10207         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
10208
10209 2006-06-23  Bruno Haible  <bruno@clisp.org>
10210
10211         * lib/stdint_.h: Treat IRIX like OpenBSD.
10212
10213 2006-06-23  Bruno Haible  <bruno@clisp.org>
10214
10215         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
10216         ISO C 99 Technical Corrigendum 1.
10217
10218 2006-06-22  Simon Josefsson  <jas@extundo.com>
10219
10220         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
10221         MinGW.
10222
10223 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
10224
10225         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
10226         needed.  Some compiler complained about some of them.  Problem reported
10227         by Larry Jones in
10228         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
10229
10230 2006-06-21  Simon Josefsson  <jas@extundo.com>
10231
10232         * tests/test-getaddrinfo.c: New file.
10233
10234         * modules/getaddrinfo-tests: New file.
10235
10236         * MODULES.html.sh: Add inet_pton.
10237
10238         * modules/inet_pton: New file.
10239
10240 2006-06-21  Simon Josefsson  <jas@extundo.com>
10241
10242         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
10243         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
10244         of using the (limited) gnulib implementation on Windows XP.
10245
10246         * m4/inet_pton.m4: New file.
10247
10248 2006-06-21  Simon Josefsson  <jas@extundo.com>
10249
10250         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
10251         variable.
10252
10253         * lib/socket_.h: Don't define WINVER.
10254
10255         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
10256         slightly modified to work in gnulib.
10257
10258 2006-06-21  Simon Josefsson  <jas@extundo.com>
10259
10260         * doc/gnulib.texi (Windows sockets): Add.
10261
10262 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
10263
10264         * lib/read-file.c (fread_file): Start with buffer allocation of
10265         0 bytes rather than 1 byte; this simplifies the code.
10266         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
10267         code to free buffer and save/restore errno.
10268         (internal_read_file): Remove unused local.
10269
10270 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
10271
10272         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
10273         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
10274         Problem reported by Denis Excoffier in
10275         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
10276
10277 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10278
10279         * modules/sys_socket, modules/socklen: Include sys/types since
10280         FreeBSD 4.x's sys/socket.h needs it.
10281
10282 2006-06-19  Simon Josefsson  <jas@extundo.com>
10283
10284         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
10285
10286 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
10287
10288         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
10289
10290 2006-06-19  Bruno Haible  <bruno@clisp.org>
10291
10292         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
10293         and FULL_PATH_INTTYPES_H in angle brackets.
10294         Reported by Mark D. Baushke <mdb@gnu.org>.
10295
10296 2006-06-17  Eric Blake  <ebb9@byu.net>
10297
10298         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
10299         errno.
10300
10301 2006-06-17  Bruno Haible  <bruno@clisp.org>
10302
10303         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
10304         <sys/inttypes.h>.
10305
10306 2006-06-17  Bruno Haible  <bruno@clisp.org>
10307
10308         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
10309         whether errno is declared. Assume <errno.h> declares errno.
10310
10311 2006-06-17  Bruno Haible  <bruno@clisp.org>
10312
10313         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
10314
10315 2006-06-17  Bruno Haible  <bruno@clisp.org>
10316
10317         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
10318         problem on Solaris 2.5.1.
10319
10320 2006-06-16  Eric Blake  <ebb9@byu.net>
10321
10322         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
10323         * lib/unicodeio.c [!defined errno]: Likewise.
10324         * lib/strtol.c [!defined errno]: Likewise.
10325         * lib/strtod.c [!defined errno]: Likewise.
10326
10327 2006-06-15  Eric Blake  <ebb9@byu.net>
10328
10329         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
10330
10331 2006-06-15  Eric Blake  <ebb9@byu.net>
10332
10333         * config/srclist.txt (ssize_t.m4): Lose sync.
10334
10335 2006-06-15  Bruno Haible  <bruno@clisp.org>
10336
10337         * modules/stdint (Files): Include m4/full-header-path.m4,
10338         m4/size_max.m4, m4/wchar_t.m4.
10339         (Makefile.am): Many more substitutions.
10340         * modules/stdint-tests: New file.
10341         * tests/test-stdint.c: New file.
10342
10343 2006-06-15  Bruno Haible  <bruno@clisp.org>
10344
10345         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
10346         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
10347         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
10348         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
10349         gl_CHECK_TYPE_SAME): New macros.
10350
10351 2006-06-15  Bruno Haible  <bruno@clisp.org>
10352
10353         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
10354
10355 2006-06-15  Bruno Haible  <bruno@clisp.org>
10356
10357         * lib/stdint_.h: Rewritten to be fully auto-configured.
10358         Fixes bug on HP-UX/IA64.
10359
10360 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
10361
10362         * lib/getdate.y (__attribute__): Don't define if already defined.
10363         Problem reported by Larry Jones.
10364         * lib/utimens.c (__attribute__): Likewise.
10365
10366 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
10367
10368         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
10369         reported by Andreas Schwab.
10370
10371 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10372             Bruno Haible  <bruno@clisp.org>
10373
10374         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
10375         check for the declaration of strnlen and a run test that exposes the
10376         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
10377         rpl_strndup.
10378
10379 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10380             Bruno Haible  <bruno@clisp.org>
10381
10382         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
10383
10384 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10385
10386         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
10387         compile test, for Tru64 4.0D.
10388
10389 2006-05-28  Karl Berry  <karl@gnu.org>
10390
10391         * config/srclist.txt (printf-args.c): lose sync.
10392
10393 2006-05-26  Martin Lambers  <marlam@marlam.de>
10394
10395         * lib/getpass.c: Updates the test for the native W32 API, and adds
10396         missing includes, thus fixing compilation warnings.
10397
10398 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
10399
10400         * lib/exclude.c (exclude_fnmatch): New function.
10401         (excluded_file_name): Call exclude_fnmatch.
10402         * lib/exclude.h (excluded_file_name): New prototype
10403
10404 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
10405
10406         * lib/tempname.c (small_open, large_open): New macros.
10407         (__open, __open64) [!_LIBC]: Remove.
10408         (__gen_tempname): Use small_open and large_open instead of __open
10409         and __open64.  This fixes a portability bug on HP-UX 11.11i
10410         reported by Simon Wing-Tang in
10411         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
10412
10413 2006-05-24  Bruno Haible  <bruno@clisp.org>
10414
10415         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
10416         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
10417         Reported by Thorsten Maerz <torte@netztorte.de> via
10418         Aaron Stone <aaron@serendipity.cx>.
10419
10420 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
10421
10422         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
10423         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
10424         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
10425         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
10426         not really conditional on the cache.
10427         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
10428
10429 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
10430
10431         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
10432         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
10433         (my_usleep): Don't mishandle maximum value.
10434
10435 2006-05-19  Jim Meyering  <jim@meyering.net>
10436
10437         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
10438
10439 2006-05-17  Bruno Haible  <bruno@clisp.org>
10440
10441         Cygwin portability.
10442         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
10443
10444 2006-05-17  Bruno Haible  <bruno@clisp.org>
10445
10446         * lib/stdint_.h: Fix recognition of Cygwin.
10447
10448 2006-05-15  Bruno Haible  <bruno@clisp.org>
10449
10450         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
10451         on libtool patch by Ralf Wildenhues.
10452
10453 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
10454
10455         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
10456         test for C99 conformance; (bool) 0.5 is an integer constant
10457         expression, but (bool) -0.5 is not.  Problem reported by Fedor
10458         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
10459
10460 2006-05-11  Simon Josefsson  <jas@extundo.com>
10461
10462         * m4/xvasprintf.m4: Fix obvious typo.
10463
10464 2006-05-11  Jim Meyering  <jim@meyering.net>
10465
10466         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
10467         James Lemley.
10468
10469 2006-05-10  Simon Josefsson  <jas@extundo.com>
10470
10471         * lib/md4.c: Typo fix, update copyright years.
10472         (K1, K2): Don't use L because it turn computations into 64-bit on
10473         64-bit platforms.
10474
10475 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
10476
10477         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
10478         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
10479         unwanted sign propagation, e.g., on hosts with 64-bit int.
10480         There still are some problems with reeelly weird theoretical hosts
10481         (e.g., 33-bit int) but it's not worth worrying about now.
10482         * lib/sha1.c (rol): Likewise.
10483         (K1, K2, K3, K4): Remove unnecessary L suffix.
10484
10485 2006-05-10  Bruno Haible  <bruno@clisp.org>
10486
10487         * lib/des.c: Cast to avoid warnings.
10488
10489 2006-05-09  Bruno Haible  <bruno@clisp.org>
10490
10491         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
10492         (Depends-on): Depend also on xsize, stdarg.
10493         (configure.ac): Add gl_XVASPRINTF.
10494
10495 2006-05-09  Bruno Haible  <bruno@clisp.org>
10496
10497         * m4/xvasprintf.m4: New file.
10498
10499 2006-05-09  Bruno Haible  <bruno@clisp.org>
10500
10501         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
10502         (EOVERFLOW): Define fallback value.
10503         (xstrcat): New function.
10504         (xvasprintf): Recognize the special case of a string concatenation.
10505
10506 2006-05-08  Eric Blake  <ebb9@byu.net>
10507
10508         * gnulib-tool (func_version): Base copyright year on CVS date.
10509         (func_emit_copyright_notice): New function.
10510         (func_emit_lib_Makefile_am): Use it.
10511         (func_emit_tests_Makefile_am): Likewise.
10512         (func_import): Likewise.
10513
10514 2006-05-08  Bruno Haible  <bruno@clisp.org>
10515
10516         * modules/stdarg: New file.
10517         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
10518
10519 2006-05-08  Bruno Haible  <bruno@clisp.org>
10520
10521         * m4/stdarg.m4: New file, from GNU gettext.
10522
10523 2006-05-08  Bruno Haible  <bruno@clisp.org>
10524
10525         * config/srclist.txt (build-aux/config.rpath): different from latest
10526         release.
10527
10528 2006-05-08  Bruno Haible  <bruno@clisp.org>
10529
10530         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
10531
10532 2006-05-05  Jim Meyering  <jim@meyering.net>
10533
10534         * m4/warning.m4: New file, derived from bison's file by the same name.
10535
10536 2006-05-03  Bruno Haible  <bruno@clisp.org>
10537
10538         * lib/stdint_.h: Shorter URL.
10539         * lib/inttypes.h: Likewise.
10540
10541 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
10542
10543         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
10544
10545 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
10546
10547         * lib/verify.h: Document the internals better.  Most of this change
10548         was written by Bruno Haible.
10549
10550 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
10551
10552         * doc/verify.texi: New file, partly based on a proposal by
10553         Bruno Haible.
10554
10555 2006-05-02  Bruno Haible  <bruno@clisp.org>
10556
10557         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
10558         test from here...
10559         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
10560
10561 2006-04-29  Bruno Haible  <bruno@clisp.org>
10562
10563         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
10564         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
10565
10566 2006-04-29  Bruno Haible  <bruno@clisp.org>
10567
10568         * gnulib-tool: Make --update option actually work.
10569
10570 2006-04-29  Bruno Haible  <bruno@clisp.org>
10571
10572         * doc/gcd.texi: New file.
10573         * doc/gnulib.texi: Include it.
10574
10575 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
10576
10577         * lib/getdate.y (get_date): When adding relative date, start with the
10578         initial time, not with the result of the first mktime call.
10579
10580 2006-04-25  Bruno Haible  <bruno@clisp.org>
10581
10582         * gnulib-tool (func_import): Output the include directives in three
10583         blocks, sorted separately.
10584         Reported by Ben Pfaff <blp@cs.stanford.edu>.
10585
10586 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
10587
10588         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
10589         to define main with arguments, for C++.  Reported by Eric Blake.
10590         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
10591         Prefer 'int main ()' to 'int main (void)', for C++.
10592         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
10593         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
10594         for 'main', for C99 and C++.
10595
10596 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
10597
10598         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
10599         Don't assume that exit status -1 is valid.
10600         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
10601         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
10602         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
10603         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
10604         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
10605         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
10606         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
10607         functions can be used without declaring them, or that you can
10608         exit with status -1.
10609         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
10610
10611 2006-04-24  Karl Berry  <karl@gnu.org>
10612
10613         * config/srclist.txt (longdouble.m4): sync lost.
10614
10615 2006-04-24  Eric Blake  <ebb9@byu.net>
10616
10617         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
10618
10619 2006-04-24  Bruno Haible  <bruno@clisp.org>
10620
10621         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
10622         poll() implementation in AIX.
10623         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10624
10625 2006-04-24  Bruno Haible  <bruno@clisp.org>
10626
10627         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
10628         assigned exactly once.
10629
10630 2006-04-23  Claudio Fontana  <claudio@gnu.org>
10631             Bruno Haible  <bruno@clisp.org>
10632
10633         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
10634         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
10635         for AM_CPPFLAGS.
10636
10637 2006-04-23  Bruno Haible  <bruno@clisp.org>
10638
10639         * modules/copy-file: Depend on unistd.
10640         * modules/execute: Likewise.
10641         * modules/fatal-signal: Likewise.
10642         * modules/findprog: Likewise.
10643         * modules/mkdtemp : Likewise.
10644         * modules/pipe: Likewise.
10645         * modules/wait-process: Likewise.
10646
10647 2006-04-23  Bruno Haible  <bruno@clisp.org>
10648
10649         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
10650         condition was already detected.
10651         Reported by Ben Pfaff <blp@cs.stanford.edu>.
10652
10653 2006-04-23  Bruno Haible  <bruno@clisp.org>
10654
10655         * lib/copy-file.c: Include <unistd.h> unconditionally.
10656         * lib/execute.c: Likewise.
10657         * lib/fatal-signal.c: Likewise.
10658         * lib/findprog.c: Likewise.
10659         * lib/mkdtemp.c: Likewise.
10660         * lib/pipe.h: Likewise.
10661         * lib/pipe.c: Likewise.
10662         * lib/wait-process.h: Likewise.
10663
10664 2006-04-23  Bruno Haible  <bruno@clisp.org>
10665
10666         * gnulib-tool (func_usage): Fix --import description. Document
10667         --update.
10668         (func_import): Create temporary file in a temporary directory, if
10669         --dry-run is specified. Silence errors from 'grep' when there are no
10670         m4 files in $m4dir.
10671         (func_create_testdir): Silence errors from 'grep' when there are no
10672         m4 files in $m4dir.
10673         Reported by Karl Berry <karl@freefriends.org>.
10674
10675 2006-04-20  Bruno Haible  <bruno@clisp.org>
10676
10677         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
10678         one argument, so that the code will be portable to Autoconf 2.60.
10679         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
10680         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
10681         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
10682
10683 2006-04-19  Derek Price  <derek@ximbiot.com>
10684             Eric Blake  <ebb9@byu.net>
10685
10686         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
10687         rather than "/full/path.h".  Update comment to match.  Shorten &
10688         generalize m4_translit call via AS_TR_CPP.
10689
10690 2006-04-19  Derek Price  <derek@ximbiot.com>
10691             Eric Blake  <ebb9@byu.net>
10692
10693         * lib/inttypes.h: Correct grammar in comment.
10694
10695 2006-04-18  Derek Price  <derek@ximbiot.com>
10696             Paul Eggert  <eggert@cs.ucla.edu>
10697
10698         * modules/inttypes: New file.
10699         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
10700
10701 2006-04-18  Derek Price  <derek@ximbiot.com>
10702             Paul Eggert  <eggert@cs.ucla.edu>
10703
10704         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
10705         New files.
10706
10707 2006-04-18  Derek Price  <derek@ximbiot.com>
10708             Paul Eggert  <eggert@cs.ucla.edu>
10709
10710         * lib/inttypes.h: New file.
10711         * lib/strtoimax.c: Assume <inttypes.h>.
10712
10713 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
10714
10715         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
10716         isn't mounted.  Problem reported by Kir Kolyshkin.
10717
10718 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
10719
10720         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
10721         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
10722         Derek R. Price.
10723         * lib/regex.h (RE_DUP_MAX): Update comment to match current
10724         implementation.
10725
10726 2006-04-12  Eric Blake  <ebb9@byu.net>
10727
10728         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
10729         is now done automatically by the corresponding Autoconf macro.
10730
10731 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
10732
10733         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
10734         time_r.h.
10735
10736 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
10737
10738         Merge regex changes from libc, removing some of our
10739         POSIX-conformance changes that were rejected and redoing them in a
10740         less-intrusive way.
10741
10742         * lib/regcomp.c (re_compile_internal, init_dfa):
10743         Length arg is now size_t, not Idx.  All uses changed.
10744         (peek_token): Forward decl now says internal_function.
10745         (__re_error_msgid, __re_error_msgid_idx):
10746         Now static rather than extern with attribute_hidden.
10747         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
10748         For some reason libc prefers K&R style defns for external functions.
10749         (regerror) [!defined _LIBC]: Likewise.
10750         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
10751         (seek_collating_symbol_entry, lookup_collation_sequence_value):
10752         (build_range_exp, build_collating_symbol):
10753         Use K&R-style defn.
10754         (re_compile_fastmap): Use '\0' to memset, not 0.
10755         (utf8_sb_map): Make the calculations more obvious.
10756         (init_dfa, parse_bracket_exp, build_charclass_op):
10757         Call calloc and cast result, as glibc does.
10758         (init_word_char, fetch_token, peek_token, peek_token_bracket):
10759         (build_range_exp, build_collating_symbol):
10760         Now internal functions.
10761
10762         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
10763
10764         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
10765         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
10766         Don't depend on VMS; depend on __VMS instead, for POSIX
10767         namespace cleanness.
10768         (regoff_t): Define to ssize_t, not long int.
10769
10770         Remove the REG_ macros named below.  Instead, make the old names
10771         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
10772         __USE_GNU_REGEX.
10773         (REG_BACKSLASH_ESCAPE_IN_LISTS):
10774         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
10775         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
10776         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
10777         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
10778         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
10779         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
10780         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
10781         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
10782         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
10783         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
10784         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
10785         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
10786         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
10787         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
10788         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
10789         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
10790         (REG_NREGS):
10791         Remove.  All uses replaced by the old RE_* names.
10792         (RE_BACKSLASH_ESCAPE_IN_LISTS):
10793         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
10794         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
10795         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
10796         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
10797         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
10798         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
10799         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
10800         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
10801         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
10802         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
10803         Don't bother having these macros be independent of each others'
10804         values, since they no longer exist in the POSIX name space.
10805
10806         Rename the following member names back to their old names,
10807         unless !__USE_GNU_REGEX.  All uses changed back.
10808         (buffer): Renamed from re_buffer.
10809         (allocated): Renamed from re_allocated.
10810         (used): Renamed from re_used.
10811         (syntax): Renamed from re_syntax.
10812         (fastmap): Renamed from re_fastmap.
10813         (translate): Renamed from re_translate.
10814         (can_be_null): Renamed from re_can_be_null.
10815         (regs_allocated): Renamed from re_regs_allocated.
10816         (fastmap_accurate): Renamed from re_fastmap_accurate.
10817         (no_sub): Renamed from re_no_sub.
10818         (not_bol): Renamed from re_not_bol.
10819         (not_eol): Renamed from re_not_eol.
10820         (newline_anchor): Renamed from re_newline_anchor.
10821         (num_regs): Renamed from rm_num_regs.
10822         (start): Renamed from rm_start.
10823         (end): Renamed from rm_end.
10824
10825         (free_state): Move up a bit.
10826
10827         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
10828         #define to be empty.
10829         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
10830         when that is what is intended.
10831         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
10832         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
10833         (MAX): New macro.
10834         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
10835         All uses changed back to re_malloc, etc.  It's now the caller's
10836         responsibility to check for overflow; all callers changed.
10837         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
10838         (re_x2nrealloc): Remove.
10839         (free_state): Remove decl.
10840
10841         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
10842         (re_set_registers, re_exec):
10843         Use K&R-style defn.
10844
10845         2006-01-31  Roland McGrath  <roland@redhat.com>
10846
10847         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
10848         Reported by Mike Frysinger <vapier@gentoo.org>.
10849
10850         2006-01-15  Andreas Jaeger  <aj@suse.de>
10851
10852         [BZ #1950]
10853         * lib/regex_internal.c (re_string_reconstruct): Adjust for
10854         build_wcs_upper_buffer change.
10855         (build_wcs_upper_buffer): Change return type.
10856
10857         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
10858
10859         * lib/regex_internal.h: Include <stdint.h> if available.
10860
10861         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
10862
10863         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
10864
10865         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
10866
10867         * lib/regcomp.c: Adjust for changed secondary hash function.
10868
10869         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
10870
10871         * lib/regex.h: Pretty printing.
10872         Clean up namespace a bit.
10873
10874         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
10875
10876         * lib/regexec.c (update_cur_sifted_state, check_arrival,
10877         check_arrival_add_next_nodes): Avoid using uninitialized variable.
10878
10879         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
10880                     Ulrich Drepper  <drepper@redhat.com>
10881
10882         [BZ #1302]
10883         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
10884         changed.
10885         (bitset_word_t): Renamed from bitset_word.  All uses changed.
10886
10887         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
10888
10889         [BZ #281]
10890         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
10891         * lib/regcomp.c: Remove unnecessary uses of
10892         unsigned RE_TRANSLATE_TYPE.
10893         * lib/regex_internal.h: Likewise.
10894         * lib/regex_internal.c: Likewise.
10895         * lib/regexec.c: Likewise.
10896         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
10897
10898         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
10899
10900         * lib/regexec.c (find_recover_state): Remove unnecessary
10901         initialization.
10902         (transit_state_bkref): Make DFA a const pointer.
10903         (get_subexp): Likewise.
10904         (check_arrival): Likewise.
10905         (update_cur_sifted_state): Likewise.
10906         (re_search_internal): Likewise.
10907         (prune_impossible_nodes): Likewise.
10908         (acquire_init_state_context): Likewise.
10909         (proceed_next_node): Likewise.
10910         (set_regs): Likewise.
10911         (free_fail_stack_return): Likewise.
10912         (check_arrival_expand_ecl): Mark DFA parameter as const.
10913         (check_arrival_expand_ecl_sub): Likewise.
10914         (check_subexp_limits): Likewise.
10915         (sub_epsilon_src_nodes):  Likewise.
10916         (add_epsilon_src_nodes):  Likewise.
10917         (merge_state_array): Likewise.
10918         (update_regs): Likewise.
10919         (build_trtable): Likewise.
10920         (sift_states_backward): Mark MCTX parameter as const.
10921         (build_sifted_states): Likewise.
10922         (update_cur_sifted_state): Likewise.
10923         (sift_states_mkref): Likewise.
10924         (check_arrival_expand_ecl): Mark eclosure as const.
10925         (check_dst_limits_calc_pos_1): Likewise.
10926         * lib/regex_internal.h (re_match_context_t): Make dfa a const
10927         pointer.
10928
10929         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
10930
10931         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
10932         (transit_state_sb): Likewise.
10933         (transit_state_mb): Likewise.
10934         (sift_states_iter_mb): Likewise.
10935         (check_arrival_add_next_nodes): Likewise.
10936         (check_node_accept_bytes): Change first parameter to pointer-to-const.
10937         [_LIBC] (re_search_2_stub): Use mempcpy.
10938
10939         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
10940         mbrtowc for very simple UTF-8 case.
10941
10942         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
10943         a pointer-to-const.
10944         (re_acquire_state_context): Likewise.
10945         * lib/regex_internal.h: Adjust prototypes.
10946
10947         * lib/regex.c: Prevent using C++ compilers.
10948
10949         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
10950         (re_acquire_state_context): Likewise.
10951
10952 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
10953
10954         * modules/regex (Depends-on): Add ssize_t.
10955
10956 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
10957
10958         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
10959         translation table.
10960
10961 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
10962
10963         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
10964
10965 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
10966             Bruno Haible  <bruno@clisp.org>
10967
10968         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
10969         <sys/types.h> and <inttypes.h>.
10970
10971 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10972
10973         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
10974         `__error_t_defined', so argp.h will not typedef the former.
10975
10976 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
10977
10978         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
10979         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
10980         glibc names.  Even if glibc is changed to conform to POSIX, the
10981         traditional names will be available anyway, since regex depends on
10982         the extensions module.  Also, fix a longstanding typo in the
10983         implementation of Spencer ERE test #75 from grep 2.3.  Problems
10984         reported by Emanuele Giaquinta.  Also, change sense of cached
10985         variable, so that the message makes sense.
10986
10987 2006-03-24  Simon Josefsson  <jas@extundo.com>
10988
10989         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
10990         including some doc fixes.
10991         (base64_encode_alloc): Fix +1 bug on allocation failures.
10992
10993 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10994
10995         * lib/base64.c (base64_encode): Do not read past end of array with
10996         unsanitized input on systems with CHAR_BIT > 8.
10997
10998 2006-03-24  Eric Blake  <ebb9@byu.net>
10999
11000         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
11001
11002 2006-03-22  Karl Berry  <karl@gnu.org>
11003
11004         * config/srclist.txt (*setenv.[ch]): get from coreutils.
11005         * config/srclistvars.sh (COREUTILS): new var.
11006
11007 2006-03-17  Jim Meyering  <jim@meyering.net>
11008
11009         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
11010         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
11011
11012 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
11013
11014         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
11015         no longer needs it.  Instead, check that regoff_t is as least
11016         as wide as ptrdiff_t.
11017
11018         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
11019         so that our regex.h stays compatible with the installed regex.
11020         This is helpful for installers who configure --without-included-regex.
11021         Problem reported by Emanuele Giaquinta.
11022
11023 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
11024
11025         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
11026         Typedef to long int, not to off_, as POSIX will likely change
11027         in that direction.
11028
11029 2006-03-15  Eric Blake  <ebb9@byu.net>
11030
11031         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
11032
11033 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
11034
11035         * lib/argp-help.c (validate_uparams): Fix typo
11036         * lib/argp-parse.c (argp_default_options): Consistently begin help
11037         messages with a lowercase letter.
11038
11039 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
11040
11041         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
11042         overrun buffers and shouldn't be used (much as gets shouldn't be
11043         used).
11044         * lib/time_r.c (asctime_r, ctime_r): Likewise.
11045
11046 2006-03-08  Simon Josefsson  <jas@extundo.com>
11047
11048         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
11049         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11050
11051 2006-03-08  Simon Josefsson  <jas@extundo.com>
11052
11053         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
11054         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11055
11056 2006-03-08  Simon Josefsson  <jas@extundo.com>
11057
11058         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
11059         signal that configure disabled the device.
11060
11061 2006-03-08  Simon Josefsson  <jas@extundo.com>
11062
11063         * build-aux/maint.mk: Fix refresh-po, to handle no translated
11064         languages.
11065
11066 2006-03-07  Simon Josefsson  <jas@extundo.com>
11067
11068         * modules/getopt (Depends-on): Add unistd.
11069
11070         * modules/unistd: New file.
11071
11072 2006-03-07  Simon Josefsson  <jas@extundo.com>
11073
11074         * modules/gc-random: New file.
11075
11076 2006-03-07  Simon Josefsson  <jas@extundo.com>
11077
11078         * m4/unistd_h.m4: New file.
11079
11080 2006-03-07  Simon Josefsson  <jas@extundo.com>
11081
11082         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
11083         test to be side-effect free by storing the result in the cache
11084         variable gl_cv_lib_readline, and moving the assignment of
11085         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
11086         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11087
11088 2006-03-07  Simon Josefsson  <jas@extundo.com>
11089
11090         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
11091         error on missing devices (the functions will return an error).
11092
11093         * m4/gc.m4: Move random stuff to gc-random.m4
11094
11095 2006-03-07  Simon Josefsson  <jas@extundo.com>
11096
11097         * lib/unistd_.h: New file.
11098
11099 2006-03-07  Simon Josefsson  <jas@extundo.com>
11100
11101         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
11102
11103 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
11104
11105         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
11106         Problem reported by Juan Manuel Guerrero.
11107
11108 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
11109
11110         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
11111         the unistd module.
11112         * lib/getlogin_r.c: Likewise.
11113         * lib/getlogin_r.h: Likewise.
11114         * lib/glob.c: Likewise.
11115         * lib/pagealign_alloc.c: Likewise.
11116         * lib/unistd_.h: Remove; no longer needed.
11117
11118 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
11119
11120         * MODULES.html.sh (Support for systems lacking POSIX:2001):
11121         Add unistd.
11122         * modules/c-stack (Depends-on): Add unistd.
11123         * modules/getlogin_r: Likewise.
11124         * modules/glob: Likewise.
11125         * modules/pagealign_alloc: Likewise.
11126         * modules/unistd (Files): Remove lib/unistd_.h.
11127         (EXTRA_DIST): Remove.
11128         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
11129         need unistd_.h.
11130         (MOSTLYCLEANFILES): Remove unistd.h-t.
11131
11132 2006-03-03  Simon Josefsson  <jas@extundo.com>
11133
11134         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
11135
11136 2006-03-03  Simon Josefsson  <jas@extundo.com>
11137
11138         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
11139         libidn and bison.
11140
11141 2006-03-03  Simon Josefsson  <jas@extundo.com>
11142
11143         * build-aux/maint.mk: Add indent target.
11144
11145 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
11146
11147         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
11148         our replacement poll.h in any case, to avoid a differing
11149         declaration from a system header.  Seen on AIX.
11150
11151 2006-03-01  Simon Josefsson  <jas@extundo.com>
11152
11153         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
11154         <kasal@ucw.cz>.
11155
11156 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
11157
11158         * modules/gettime (Depends-on): Add extensions module.
11159         * modules/nanosleep (Depends-on): Likewise.
11160         * modules/settime (Depends-on): Likewise.
11161
11162 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
11163
11164         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
11165         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
11166         pedantically.
11167         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
11168         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
11169
11170         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
11171         not "==".  Reported by Ralf Wildenhues.
11172
11173 2006-03-01  Karl Berry  <karl@gnu.org>
11174
11175         * doc/Copyright/request-*: new files, synced from gnuorg.
11176
11177 2006-03-01  Karl Berry  <karl@gnu.org>
11178
11179         * config/srclist.txt (Copyright/*): new entries.
11180
11181 2006-02-28  Simon Josefsson  <jas@extundo.com>
11182
11183         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
11184
11185 2006-02-27  Simon Josefsson  <jas@extundo.com>
11186
11187         * lib/base64.h: Indent #define's.  From Jim Meyering
11188         <jim@meyering.net>.
11189
11190 2006-02-27  Jim Meyering  <jim@meyering.net>
11191
11192         Revert the change of 2006-02-24, so these files can continue
11193         to be sync'd from gettext.
11194         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
11195         of `config.h'.
11196
11197 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
11198
11199         * modules/intprops: New file.
11200         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
11201         Add intprops.
11202         * modules/getloadavg (Files): Remove lib/intprops.h.
11203         (Depends-on): Add intprops.
11204         * modules/human: Likewise.
11205         * modules/inttostr: Likewise.
11206         * modules/openat: Likewise.
11207         * modules/sig2str: Likewise.
11208         * modules/userspec: Likewise.
11209         * modules/utimecmp: Likewise.
11210         * modules/xnanosleep: Likewise.
11211         * modules/xstrtol: Likewise.
11212
11213 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
11214
11215         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
11216         * modules/lock-tests (TESTS): Use $(EXEEXT).
11217         * modules/tls-tests: Likewise.
11218         * modules/argp-tests: Likewise.
11219         (check_PROGRAMS): New var, replacing...
11220         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
11221
11222 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11223
11224         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
11225         `config.h'.
11226
11227 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
11228
11229         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
11230
11231 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11232
11233         Sync from coreutils.
11234         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
11235         gl_CHDIR_SAFER.
11236
11237 2006-02-22  Jim Meyering  <jim@meyering.net>
11238
11239         Sync from coreutils.
11240         * m4/chdir-safer.m4: New file.
11241
11242 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
11243
11244         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
11245         AT_FDCWD exceeds INT_MAX.
11246         * lib/openat.h (AT_FDCWD): Likewise.
11247
11248 2006-02-17  Eric Blake  <address@hidden>
11249
11250         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
11251
11252 2006-02-16  Simon Josefsson  <jas@extundo.com>
11253
11254         * modules/getaddrinfo (Depends-on): Add sys_socket.
11255
11256 2006-02-15  Simon Josefsson  <jas@extundo.com>
11257
11258         * build-aux/maint.mk: Add dsyntax-check rule.
11259
11260 2006-02-15  Eric Blake  <ebb9@byu.net>
11261
11262         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
11263         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
11264         'present but cannot compile' warnings on cygwin.
11265         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
11266         use ws2tcpip.h if sys/socket.h works.
11267         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
11268         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
11269
11270 2006-02-14  Simon Josefsson  <jas@extundo.com>
11271
11272         * modules/maintainer-makefile (Files): Rename.
11273
11274         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
11275         and (the local) Makefile.cfg to maint-cfg.mk.
11276
11277         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
11278         to the latter.
11279
11280         * modules/maintainer-makefile: New module.
11281
11282         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
11283         severaly stripped to make it possible to build it up from scratch
11284         with reliable tests.
11285
11286         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
11287         fixes to permit overriding the default actions when configure and
11288         makefile are not available.
11289
11290 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
11291
11292         Sync from coreutils.
11293         * modules/lstat (Depends-on): Don't depend on xalloc.
11294         (License): Change from GPL to LGPL, since this is now simply a
11295         replacement for a libc function.
11296
11297 2006-02-14  Jim Meyering  <jim@meyering.net>
11298
11299         Sync from coreutils.
11300
11301         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
11302         failure on deficient systems, and simplify gnulib lgpl dependencies.
11303         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
11304         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
11305
11306         * lib/xalloc-die.c: Remove unused definition of N_.
11307
11308 2006-02-14  Jim Meyering  <jim@meyering.net>
11309
11310         Sync from coreutils.
11311         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
11312         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
11313         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
11314         double-quote uses of that variable, to accommodate the rare case in
11315         which getmntent is available in none of the libraries checked.  This
11316         happens at least on FreeBSD 5.0.
11317
11318 2006-02-13  Simon Josefsson  <jas@extundo.com>
11319
11320         * gnulib-tool (Usage): Fix --import, from
11321         karl@freefriends.org (Karl Berry).
11322
11323 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
11324
11325         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
11326
11327 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
11328
11329         * lib/argp-namefrob.h: Restore changes accidentally lost during the
11330         "autoupdate" on 2005-12-12.
11331
11332 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
11333
11334         * modules/closeout (Depends-on): Remove atexit.
11335
11336 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
11337
11338         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
11339         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
11340
11341 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
11342
11343         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
11344         __EXTENSIONS__ if this causes compilation to fail.  Problem
11345         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
11346         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
11347
11348 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
11349
11350         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
11351         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
11352         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
11353         All uses changed.
11354
11355 2006-01-26  Simon Josefsson  <jas@extundo.com>
11356
11357         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
11358         prototype is visible on mingw32.
11359
11360         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
11361         for mingw32.
11362
11363         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
11364         mingw32).
11365
11366 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
11367
11368         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
11369         attempt to open for write; this always fails, at least on POSIX
11370         hosts.  This reinstates the 2006-01-09 change, which was
11371         inadvertently removed.
11372
11373 2006-01-26  Bruno Haible  <bruno@clisp.org>
11374
11375         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
11376         Reported by Paul Eggert.
11377
11378 2006-01-26  Bruno Haible  <bruno@clisp.org>
11379             Paul Eggert  <eggert@cs.ucla.edu>
11380
11381         * lib/stdbool_.h (_Bool)
11382         [(! (defined __cplusplus || defined __BEOS__)
11383           && !defined __GNUC__
11384           && !(defined __HP_cc || defined __xlc__
11385                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
11386                || defined __sgi))]:
11387         #define to signed char in these cases too; this simplifies
11388         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
11389         etc., separately) and makes it more conservative.
11390
11391 2006-01-25  Simon Josefsson  <jas@extundo.com>
11392
11393         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
11394         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
11395         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
11396
11397 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
11398
11399         * lib/argp-namefrob.h: Bugfix. Remove stray #
11400
11401 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
11402
11403         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
11404         so that we test the test.
11405         Check for yet another HP-UX cc bug involving *bool |= bool.
11406
11407 2006-01-25  Karl Berry  <karl@gnu.org>
11408
11409         * config/srclist.txt (vasnprintf.c): sync lost.
11410
11411 2006-01-25  Jim Meyering  <jim@meyering.net>
11412
11413         Sync from the stable (b5) branch of coreutils:
11414
11415         * lib/fts.c (fts_children): Don't let close() clobber errno from
11416         failed fchdir().
11417
11418         * lib/fts.c (fts_stat): When following a symlink-to-directory,
11419         don't necessarily interpret stat-fails+lstat-succeeds as indicating
11420         a dangling symlink.  That can also happen at least for ELOOP.
11421         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
11422         FYI, this bug predates the inclusion of fts.c in coreutils.
11423
11424         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
11425         in their own block, so pre-c99 compilers don't object.
11426
11427         Avoid the double-free (first in fts_read, second in fts_close) that
11428         would occur when an `active' directory is made inaccessible (e.g.,
11429         via chmod a-x) during a traversal.
11430         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
11431         before returning.  Reproduce this failure by
11432         mkdir -p a/b; cd a; chmod a-x . b
11433         Reported by Stavros Passas.
11434
11435 2006-01-25  Jim Meyering  <jim@meyering.net>
11436
11437         * lib/fileblocks.c: Remove more useless parentheses.
11438         * lib/readutmp.h: Likewise.
11439
11440 2006-01-25  Bruno Haible  <bruno@clisp.org>
11441
11442         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
11443         warnings.
11444         Reported by Paul Eggert.
11445
11446 2006-01-25  Bruno Haible  <bruno@clisp.org>
11447
11448         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
11449         rid of a trap command. For Solaris sh.
11450         Reported by Mark D. Baushke <mdb@gnu.org>.
11451
11452 2006-01-24  Simon Josefsson  <jas@extundo.com>
11453
11454         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
11455         Bruno.
11456
11457 2006-01-24  Karl Berry  <karl@gnu.org>
11458
11459         * config/srclist.txt (argp-namefrob.h): sync lost.
11460
11461 2006-01-24  Jim Meyering  <jim@meyering.net>
11462
11463         * modules/openat (Files): Add lib/intprops.h.
11464         From Mark D. Baushke.
11465
11466 2006-01-24  Jim Meyering  <jim@meyering.net>
11467
11468         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
11469         Reported by Mark D. Baushke.
11470
11471 2006-01-24  Jim Meyering  <jim@meyering.net>
11472
11473         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
11474
11475 2006-01-24  Bruno Haible  <bruno@clisp.org>
11476
11477         * modules/strnlen (Maintainer): Change from glibc to all.
11478
11479 2006-01-24  Bruno Haible  <bruno@clisp.org>
11480
11481         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
11482         Patch by Paul Eggert.
11483
11484 2006-01-24  Bruno Haible  <bruno@clisp.org>
11485
11486         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
11487         already has it.
11488         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
11489         2005-11-26.
11490
11491         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
11492         'signed char' to avoid problems with the built-in _Bool type.
11493         Reported by Paul Eggert on 2005-11-26.
11494
11495 2006-01-24  Bruno Haible  <bruno@clisp.org>
11496
11497         * gnulib-tool (func_import): Avoid constructing complicated sed
11498         expressions inside backquote.
11499         Report and solution by Mark D. Baushke <mdb@gnu.org>.
11500
11501 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
11502
11503         These changes imported from libc.
11504         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
11505         test and two separate function calls.
11506         * lib/strndup.c (__strndup): Add libc_hidden_def.
11507
11508 2006-01-23  Simon Josefsson  <jas@extundo.com>
11509
11510         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
11511         Remove the test_*_SOURCES variable: automake infers it by default.
11512         * modules/tls-tests: Likewise.
11513
11514 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
11515
11516         Work around porting bugs reported by Dieter in
11517         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
11518         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
11519         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
11520         Include "getopt.h" first, to check interface.
11521         (getenv): Declare only if defined HAVE_DECL_GETENV &&
11522         !HAVE_DECL_GETENV.
11523         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
11524         (__strndup): Revert to K&R-style function dfns, the glibc style.
11525         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
11526         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
11527         Include strnlen.h first, to get prototype properly.
11528         (strnlen): Renamed from __strnlen.
11529         Remove weak alias.
11530
11531 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
11532
11533         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
11534
11535 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
11536
11537         * config/srclist.txt: Adjust to reflect glibc reorganization.
11538         This affects only comments.
11539
11540 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
11541
11542          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
11543          Reported by Bruce Korb <bkorb@gnu.org>.
11544
11545 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
11546
11547         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
11548         to pacify gcc -Wswitch-default.
11549
11550 2006-01-22  Bruno Haible  <bruno@clisp.org>
11551
11552         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
11553         temporary buffer for sprintf, take into account the precision also
11554         for 'd', 'i', 'u', 'o', 'x', 'X'.
11555
11556 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
11557
11558         * modules/argp-tests: New module
11559         * tests/test-argp.c: New file
11560         * tests/test-argp-2.sh: New file
11561
11562 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
11563
11564         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
11565         (__argp_base_name): Removed
11566         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
11567         typo.
11568         (__argp_base_name): Provide macro definition or extern declaration
11569         depending on the configuration
11570
11571 2006-01-20  Simon Josefsson  <jas@extundo.com>
11572
11573         * modules/inet_ntop (Depends-on): Depend on sys_socket.
11574
11575 2006-01-20  Simon Josefsson  <jas@extundo.com>
11576
11577         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
11578
11579 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
11580
11581         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
11582         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
11583         Suggested by Bruno Haible.
11584
11585 2006-01-20  Karl Berry  <karl@gnu.org>
11586
11587         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
11588         until changes propagate, I guess.
11589
11590 2006-01-19  Simon Josefsson  <jas@extundo.com>
11591
11592         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
11593
11594 2006-01-19  Simon Josefsson  <jas@extundo.com>
11595
11596         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
11597
11598 2006-01-19  Simon Josefsson  <jas@extundo.com>
11599
11600         * gnulib-tool: Set check_PROGRAMS.
11601
11602         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
11603         modules/des-tests, modules/gc-arcfour-tests,
11604         modules/gc-arctwo-tests, modules/gc-des-tests,
11605         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
11606         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
11607         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
11608         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
11609         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
11610         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
11611         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
11612         test_*_SOURCES.
11613
11614 2006-01-18  Simon Josefsson  <jas@extundo.com>
11615
11616         * modules/socklen (Depends-on): Depend on sys_socket.
11617
11618 2006-01-18  Simon Josefsson  <jas@extundo.com>
11619
11620         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
11621         modules/des-tests, modules/gc-arcfour-tests,
11622         modules/gc-arctwo-tests, modules/gc-des-tests,
11623         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
11624         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
11625         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
11626         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
11627         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
11628         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
11629         $(EXEEXT) to automake TESTS variable, for mingw32.
11630
11631 2006-01-17  Simon Josefsson  <jas@extundo.com>
11632
11633         * modules/socklen (Include): Need sys/socket.h.
11634
11635 2006-01-17  Bruno Haible  <bruno@clisp.org>
11636
11637         * modules/ssize_t (Include): Add <sys/types.h>.
11638
11639 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
11640
11641         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
11642         it's not portable and it doesn't work with cross-compiles.
11643         Problem reported by Bruno Haible.  Fix missing-$ typo in
11644         'test "gl_cv_ignore_unused_libraries" ...' that prevented
11645         -zignore from being used with Sun's C compiler.
11646
11647 2006-01-12  Simon Josefsson  <jas@extundo.com>
11648
11649         * lib/base64.c: Fix warning, reported by Bruno Haible
11650         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
11651
11652 2006-01-12  Bruno Haible  <bruno@clisp.org>
11653
11654         * modules/ldd: New file.
11655         * build-aux/ldd.sh.in: New file.
11656         * MODULES.html.sh (Support for building libraries and executables): Add
11657         ldd.
11658
11659 2006-01-12  Bruno Haible  <bruno@clisp.org>
11660
11661         * m4/ldd.m4: New file.
11662
11663 2006-01-12  Bruno Haible  <bruno@clisp.org>
11664
11665         * gnulib-tool (func_import, func_create_testdir): Don't go into an
11666         endless loop while replacing $auxdir with build-aux.
11667
11668 2006-01-11  Simon Josefsson  <jas@extundo.com>
11669
11670         * lib/stdint_.h (SIZE_MAX): Add missing (.
11671
11672 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
11673
11674         Sync from coreutils.
11675         * lib/md5.c: Fix commentary typos.
11676         (alignof, UNALIGNED_P): No need for a GCC-specific version.
11677         * lib/md5.h (__attribute__): Remove; unused.
11678         * lib/sha1.c: Fix commentary to match md5 better.
11679         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
11680         so that we don't need to worry about alignment.  All uses changed.
11681         This merges the 2005-10-28 md5 change into sha1.
11682
11683 2006-01-11  Jim Meyering  <jim@meyering.net>
11684
11685         Sync from coreutils.
11686         * lib/md5.c (OP): Fix spacing.
11687
11688 2006-01-11  Bruno Haible  <bruno@clisp.org>
11689
11690         Ensure automatic ordering between gl_LOCK and gl_ARGP.
11691         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
11692         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
11693
11694 2006-01-11  Bruno Haible  <bruno@clisp.org>
11695
11696         Ensure automatic ordering between gl_LOCK and gl_ARGP.
11697         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
11698         the "early" section as well.
11699
11700 2006-01-11  Bruno Haible  <bruno@clisp.org>
11701
11702         Avoid "ar: no archive members specified" error on MacOS X.
11703         * gnulib-tool (func_modules_add_dummy): New function.
11704         (func_import, func_create_testdir): Invoke it.
11705
11706 2006-01-11  Bruno Haible  <bruno@clisp.org>
11707
11708         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
11709         with $auxdir in AC_CONFIG_FILES statements.
11710
11711 2006-01-11  Bruno Haible  <bruno@clisp.org>
11712
11713         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11714         Initialize also noinst_HEADERS to empty.
11715
11716 2006-01-11  Bruno Haible  <bruno@clisp.org>
11717
11718         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
11719         variables.
11720         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
11721         autoreconf.
11722
11723 2006-01-11  Bruno Haible  <bruno@clisp.org>
11724
11725         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
11726         overridable by the user.
11727         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11728
11729 2006-01-10  Simon Josefsson  <jas@extundo.com>
11730
11731         * modules/sys_socket: New file.
11732
11733 2006-01-10  Simon Josefsson  <jas@extundo.com>
11734
11735         * m4/sys_socket_h.m4: New file.
11736
11737 2006-01-10  Simon Josefsson  <jas@extundo.com>
11738
11739         * lib/socket_.h: New file.
11740
11741 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
11742
11743         * modules/readutmp (Maintainer): Add myself.
11744
11745 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
11746
11747         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
11748         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
11749         People who are still concerned with buggy memcmp implementations
11750         can invoke gl_FUNC_MEMCMP themselves.
11751
11752 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
11753
11754         * lib/regex_internal.h (BITSET_WORD_BITS):
11755         Work around a bug in 64-bit PGC (before version 6.1-2), where the
11756         preprocessor mishandles large unsigned values as if they were signed.
11757         Problem reported by Claudio Fontana in
11758         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
11759
11760 2006-01-10  Jim Meyering  <jim@meyering.net>
11761
11762         Avoid the double-free (first in fts_read, second in fts_close) that
11763         would occur when an `active' directory is made inaccessible (e.g.,
11764         via chmod a-x) during a traversal.
11765         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
11766         before returning.  Reproduce this failure by
11767         mkdir -p a/b; cd a; chmod a-x . b
11768         Reported by Stavros Passas.
11769
11770         Sync from coreutils.
11771         * lib/sha1.c: Tweak grammar in a comment.
11772
11773 2006-01-10  Jim Meyering  <jim@meyering.net>
11774
11775         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
11776         Patch by Joerg Sonnenberger.
11777
11778 2006-01-10  Bruno Haible  <bruno@clisp.org>
11779
11780         * modules/readutmp: Depend on module free.
11781         * modules/strtok_r: Depend on module restrict.
11782
11783 2006-01-10  Bruno Haible  <bruno@clisp.org>
11784
11785         * modules/gettext (configure.ac): Add an invocation of
11786         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
11787
11788 2006-01-10  Bruno Haible  <bruno@clisp.org>
11789
11790         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
11791         Reported by Werner Lemberg <wl@gnu.org>.
11792
11793 2006-01-10  Bruno Haible  <bruno@clisp.org>
11794
11795         * lib/localcharset.c: Update from GNU gettext.
11796
11797 2006-01-10  Bruno Haible  <bruno@clisp.org>
11798
11799         * lib/argp.h (__const): Remove macro. Use const instead.
11800         * lib/argp-fmtstream.h (__const): Likewise.
11801         * lib/glob_.h (__const): Remove macro.
11802         * lib/glob-libc.h: Use const instead of __const.
11803
11804 2006-01-10  Bruno Haible  <bruno@clisp.org>
11805
11806         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
11807         variable.
11808         Needed to avoid an automake error regarding the 'gettext' module.
11809
11810 2006-01-09  Simon Josefsson  <jas@extundo.com>
11811
11812         * modules/inet_ntop (Depends-on): Add restrict.
11813
11814 2006-01-09  Simon Josefsson  <jas@extundo.com>
11815
11816         * modules/gc-rijndael-tests (License): Put under LGPL.
11817
11818         * modules/gc-des-tests (License): Likewise.
11819
11820         * modules/gc-arcfour-tests (License): Likewise.
11821
11822         * modules/gc-arctwo-tests (License): Likewise.
11823
11824         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
11825
11826         * modules/gc-hmac-sha1-tests (Files): Likewise.
11827
11828         * modules/gc-hmac-md5-tests (License): Likewise.
11829
11830         * modules/gc-sha1-tests (License): Likewise.
11831
11832         * modules/gc-md5-tests (License): Likewise.
11833
11834         * modules/gc-md4-tests (License): Likewise.
11835
11836         * modules/gc-md2-tests (License): Likewise.
11837
11838         * modules/gc-tests (License): Likewise.
11839
11840         * modules/des-tests (License): Likewise.
11841
11842         * modules/md4-tests (License): Likewise.
11843
11844         * modules/md2-tests (License): Likewise.
11845
11846 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
11847
11848         Sync from coreutils:
11849
11850         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
11851         * modules/lib-ignore: New file.
11852         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
11853         chdir-safer.m4, lchmod.m4.
11854         * modules/openat: Add mkdirat.c, openat-priv.h.
11855
11856 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
11857
11858         Sync from coreutils.
11859         * m4/lib-ignore.m4: New file.
11860         * m4/lchmod.m4: New file.
11861
11862 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
11863
11864         Sync from coreutils.
11865         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
11866         for write access: POSIX says that must fail.
11867         * lib/fts.c (diropen): Likewise.
11868         * lib/save-cwd.c (save_cwd): Likewise.
11869         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
11870         well, for minor improvements on hosts that lack O_DIRECTORY.
11871         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
11872         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
11873         Fall back on chown if open failed with EACCES.
11874
11875         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
11876         Report an error at compile-time if only a 1-second nominal clock
11877         resolution is found.
11878
11879         * lib/lchmod.h: New file.
11880         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
11881         (make_dir_parents): Use lchown rather than chown, and
11882         lchmod rather than chmod.
11883
11884         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
11885         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
11886         "proc" reported by n0dalus.
11887
11888         * lib/mountlist.c: Include <limits.h>.
11889         (dev_from_mount_options)
11890         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
11891         New function.  It no longer assumes "dev=" has the System V meaning
11892         on Linux (since it doesn't).  It also parses "dev=" more carefully.
11893         (read_file_system_list)
11894         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
11895         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
11896         dev= in that case.
11897
11898         * lib/posixtm.h (PDS_PRE_2000): New macro.
11899         * lib/posixtm.c (year): Arg is now syntax_bits rather than
11900         allow_century.  All usages changed.  Reject dates outside the range
11901         1969-1999 if PDS_PRE_2000 is used.
11902
11903 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
11904
11905         Sync from coreutils.
11906         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
11907         (Time of day items): Mention the possibility of leap seconds.
11908         Problem reported by Dr. David Alan Gilbert.
11909
11910 2006-01-09  Jim Meyering  <jim@meyering.net>
11911
11912         Sync from coreutils.
11913
11914         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
11915
11916         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
11917
11918         * lib/modechange.c (mode_compile): Reject an invalid mode string
11919         that starts with an octal digit.  From Andreas Gruenbacher.
11920
11921         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
11922         and dup to open_safer and dup_safer, respectively.
11923         (openat_permissive): Fix typo in comment.
11924
11925         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
11926         "gettext.h"; either no longer needed or are guaranteed by openat.h.
11927         (_): Remove; no longer needed.
11928         (openat): Renamed from rpl_openat; no need for rpl_openat
11929         since openat.h renames openat for us.
11930         Replace most of the body with a call to openat_permissive,
11931         to avoid duplicate code.
11932         Port to (probably hypothetical) environments were mode_t is
11933         wider than int.
11934         (openat_permissive): Require mode arg, so that we can check
11935         types better.  Put it just after flags.  Change cwd failure
11936         indicator from pointer-to-bool to pointer-to-errno-value.
11937         All callers changed.
11938         Invoke openat_save_fail and/or openat_restore_fail if
11939         cwd_errno is null, so that openat can call us.
11940         (openat_permissive, fdopendir, fstatat, unlinkat):
11941         Simplify errno handling to avoid some duplicate code,
11942         as it's OK to set errno on success.
11943         * lib/openat.h: Revamp code so that function macros depend on
11944         __OPENAT_PREFIX only, not also on AT_FDCWD.
11945         (openat_ro): Remove.  Caller changed to use openat_permissive.
11946         (openat_permissive): Now a macro, if not a function.
11947         (openat_restore_fail, openat_save_fail): Now always functions,
11948         since mkdirat needs them even if __OPENAT_PREFIX is defined.
11949
11950         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
11951         and openat.c.
11952         * lib/mkdirat.c: Include openat-priv.h.
11953         Remove definitions of macros defined therein.
11954         * lib/openat.c: Likewise.
11955
11956         * lib/mkdirat.c (mkdirat): New file and function.
11957         * lib/openat.h (mkdirat): Declare.
11958
11959         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
11960
11961         * lib/openat.h (openat_permissive): Declare.
11962         (openat_ro): Define.
11963
11964         * lib/openat.c (EXPECTED_ERRNO): New macro.
11965         (openat_permissive): New function -- used in remove.c rewrite.
11966         (all functions): Set errno just before returning, only if there
11967         was an actual failure.
11968         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
11969
11970         Emulate openat-family functions using Linux's procfs, if possible.
11971         Idea and some code based on Ulrich Drepper's glibc changes.
11972
11973         * lib/openat.c: (BUILD_PROC_NAME): New macro.
11974         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
11975         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
11976         before falling back on save_cwd and restore_cwd.
11977         (fdopendir, fstatat, unlinkat): Likewise.
11978
11979         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
11980         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
11981
11982         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
11983         as second argument to va_arg.  Otherwise, some versions of gcc
11984         warn that `if this code is reached, the program will abort'.
11985
11986 2006-01-09  Jim Meyering  <jim@meyering.net>
11987
11988         Sync from coreutils.
11989         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
11990         Require openat-priv.h.
11991
11992 2006-01-09  Bruno Haible  <bruno@clisp.org>
11993
11994         * modules/strnlen (Include): Use strnlen.h.
11995
11996 2006-01-09  Bruno Haible  <bruno@clisp.org>
11997
11998         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
11999
12000 2006-01-09  Bruno Haible  <bruno@clisp.org>
12001
12002         * lib/sysexit_.h (EX_OK): New macro.
12003         Suggested by Martin Lambers <marlam@marlam.de>.
12004
12005 2006-01-09  Bruno Haible  <bruno@clisp.org>
12006
12007         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
12008         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
12009
12010 2006-01-09  Bruno Haible  <bruno@clisp.org>
12011
12012         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
12013         numbers.
12014
12015 2006-01-09  Bruno Haible  <bruno@clisp.org>
12016
12017         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
12018         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
12019         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
12020         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
12021
12022 2006-01-09  Bruno Haible  <bruno@clisp.org>
12023
12024         * build-aux/javacomp.sh.in: New file, moved from lib/.
12025         * modules/javacomp-script (Files): Update.
12026         (configure.ac): Add AC_CONFIG_FILES invocation.
12027         (EXTRA_DIST): Remove variable.
12028
12029         * build-aux/javaexec.sh.in: New file, moved from lib/.
12030         * modules/javaexec (Files): Update.
12031         (configure.ac): Add AC_CONFIG_FILES invocation.
12032         (EXTRA_DIST): Remove javaexec.sh.in.
12033
12034         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
12035         * modules/csharpcomp-script (Files): Update.
12036         (configure.ac): Add AC_CONFIG_FILES invocation.
12037         (EXTRA_DIST): Remove variable.
12038
12039         * build-aux/csharpexec.sh.in: New file, moved from lib/.
12040         * modules/csharpexec (Files): Update.
12041         (configure.ac): Add AC_CONFIG_FILES invocation.
12042         (EXTRA_DIST): Remove csharpexec.sh.in.
12043
12044 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
12045
12046         Sync from coreutils.
12047
12048         Add POSIX ACL support
12049         * lib/acl.h (copy_acl, set_acl): Add declarations.
12050         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
12051         systems other than Linux.
12052         (chmod_or_fchmod): New function: use fchmod when possible,
12053         and chmod otherwise.
12054         (file_has_acl): Add a POSIX ACL implementation, with a
12055         Linux-specific subcase.
12056         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
12057         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
12058         acls are unsupported.
12059         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
12060         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
12061         are unsupported.
12062
12063 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
12064
12065         Sync from coreutils.
12066         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
12067
12068 2006-01-07  Bruno Haible  <bruno@clisp.org>
12069
12070         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
12071         gl_EARLY.
12072
12073 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
12074
12075         * lib/strftime.c (tzname): Don't declare if it is already #defined.
12076         Problem reported for Mingw by Mark Junker.
12077
12078 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
12079
12080         * README: Gnulib normally doesn't generate a tarball.
12081
12082 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
12083
12084         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
12085         long int, not int, for nanosecond counts, so that people who are
12086         used to POSIX struct timespec won't be surprised.  Reported by Jim
12087         Meyering.
12088
12089 2005-12-28  Bruno Haible  <bruno@clisp.org>
12090
12091         * build-aux/config.rpath: Update from GNU gettext.
12092
12093 2005-12-16  Jim Meyering  <jim@meyering.net>
12094
12095         * modules/fprintftime: New module.
12096         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
12097
12098 2005-12-16  Jim Meyering  <jim@meyering.net>
12099
12100         * m4/fprintftime.m4: New file.
12101
12102 2005-12-16  Jim Meyering  <jim@meyering.net>
12103
12104         * lib/fprintftime.c, lib/fprintftime.h: New files.
12105
12106 2005-12-15  Simon Josefsson  <jas@extundo.com>
12107
12108         * modules/socklen (configure.ac): Fix M4 macro name, to align with
12109         new m4/socklen.m4.
12110
12111 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
12112
12113         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
12114         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
12115
12116 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
12117
12118         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
12119         * lib/argp-help.c (fill_in_uparams): Check if the constructed
12120         struct uparams is valid. Fall back to the default values if it is
12121         not.
12122
12123 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12124
12125         * modules/argp (Files): Add argp-pin.c
12126         (Depends-on): dirname
12127         (lib_SOURCES): Add argp-pin.c
12128
12129 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12130
12131         * m4/argp.m4:  Check if program_invocation_name and
12132         program_invocation_short_name are declared and define appropriate
12133         macros if they are not.
12134
12135 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12136
12137         * lib/argp-help.c (__argp_base_name): New function
12138         (__argp_short_program_name): Rewrite using __argp_base_name
12139         * lib/argp-namefrob.h: Define program_invocation_name and
12140         program_invocation_short_name if requested
12141         (__argp_base_name): Add prototype
12142         * lib/argp-parse.c (argp_def): Use gettext wrappers
12143         (argp_default_parser): Use __argp_base_name
12144         * lib/argp-pin.c: New file. Defines program_invocation_name and
12145         program_invocation_short_name on systems that lack them.
12146
12147 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
12148
12149         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
12150         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
12151         porting problem reported by Georg Schwarz in
12152         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
12153
12154 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
12155
12156         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
12157         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
12158         porting problem reported by Georg Schwarz in
12159         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
12160
12161 2005-12-05  Bruno Haible  <bruno@clisp.org>
12162
12163         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
12164         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
12165         Reported by Mark Junker <mjscod@gmx.de>.
12166
12167 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
12168
12169         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
12170         Use implementation from Albert Chin, with some
12171         comments/corrections by Stepan Kasal and myself.
12172
12173 2005-12-02  Bruno Haible  <bruno@clisp.org>
12174
12175         * gnulib-tool (func_import): Accept GPLed build tool modules when
12176         --lgpl is given.
12177         * modules/csharpcomp-script: New file.
12178         * modules/csharpcomp: Depend on it.
12179         * modules/javacomp-script: New file.
12180         * modules/javacomp: Depend on it.
12181         Suggested by Simon Josefsson.
12182
12183 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
12184
12185         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
12186         statement, to work around an HP-UX 10.20 compiler bug reported by
12187         Peter O'Gorman.
12188
12189 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
12190
12191         * modules/savedir (Depends-on): Add openat.
12192
12193 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
12194
12195         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
12196         (uintmax_t) [defined uintmax_t]: Do not declare.
12197         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
12198         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
12199         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
12200         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
12201         sake of portability to weird hosts that C allows (though we don't
12202         know of any practical examples).
12203
12204         * lib/savedir.h (fdsavedir): New decl.
12205         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
12206         contains most of the former guts of savedir.
12207         (savedir): Use savedirstream.
12208         Include "openat.h".
12209
12210 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
12211
12212         * modules/obstack (Files): Add m4/ulonglong.m4.
12213         Problem reported by Davide Angelocola.
12214
12215 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
12216
12217         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
12218         coreutils no longer futzes with rounding modes.
12219
12220 2005-11-14  Jim Meyering  <jim@meyering.net>
12221
12222         * lib/mkstemp-safer.c: Include <config.h>, required for possible
12223         replacement of mkstemp.
12224
12225 2005-11-10  Simon Josefsson  <jas@extundo.com>
12226
12227         * lib/readline.c: Remove EOL.
12228
12229 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
12230
12231         * modules/gethrxtime (Depends-on): Add gettime.
12232
12233 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
12234
12235         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
12236         or gettimeofday; no longer needed.
12237
12238 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
12239
12240         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
12241         time business.
12242         (gethrxtime) [! (HAVE_NANOUPTIME
12243         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
12244         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
12245         our own approximation.
12246
12247 2005-11-08  Eric Blake  <ebb9@byu.net>
12248
12249         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
12250
12251 2005-11-08  Eric Blake  <ebb9@byu.net>
12252
12253         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
12254
12255 2005-11-04  Bruno Haible  <bruno@clisp.org>
12256
12257         * gnulib-tool: Implement --update mode.
12258
12259 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
12260
12261         Fix porting problem reported by Theodoros V. Kalamatianos.
12262         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
12263         Don't assume that futimes failing means we must fail.
12264
12265 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
12266
12267         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
12268         variables to suggest the intended function of the PATH_MAX check.
12269
12270 2005-10-30  Kean Johnston  <jkj@sco.com>
12271
12272         Trivial changes to support SCO systems.
12273         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
12274         as PATH_MAX.
12275         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
12276         where __ptr is null when no I/O is pending.
12277
12278 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
12279
12280         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
12281         leave errno alone.  Problem reported by Dmitry V. Levin.
12282
12283 2005-10-28  Simon Josefsson  <jas@extundo.com>
12284
12285         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
12286         Test more.
12287
12288         * tests/test-gc-md2.c, tests/test-md2.c: New files.
12289
12290         * modules/md2, modules/md2-tests: New files.
12291
12292 2005-10-28  Simon Josefsson  <jas@extundo.com>
12293
12294         * m4/inet_ntop.m4: More tests.
12295
12296         * m4/gc-md2.m4, md2.m4: New file.
12297
12298 2005-10-28  Simon Josefsson  <jas@extundo.com>
12299
12300         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
12301         "restrict" keywords, as per POSIX.  Protect the function
12302         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
12303         Don't use K&R prototypes.  Check the sprintf return values.
12304         Re-define EAFNOSUPPORT if not present.  Indent.
12305
12306         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
12307         suggested by Bruno Haible <bruno@clisp.org>.
12308
12309         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
12310
12311         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
12312
12313         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
12314         libgcrypt).
12315
12316         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
12317
12318         * lib/md2.h, lib/md2.c: New files.
12319
12320 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
12321
12322         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
12323         errno alone.  Problem reported by Frederic Jolliton.
12324
12325 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
12326
12327         * modules/verify (License): Change from GPL to LGPL.  This is a
12328         tiny module and there are apparently near-equivalents that are
12329         under the BSD license.
12330
12331 2005-10-24  Simon Josefsson  <jas@extundo.com>
12332
12333         * modules/sha1: Relicense to LGPL.
12334
12335 2005-10-24  Simon Josefsson  <jas@extundo.com>
12336
12337         * lib/md4.h: Shrink buffer size, now that we changed the type.
12338
12339 2005-10-23  Simon Josefsson  <jas@extundo.com>
12340
12341         * gnulib-tool (func_import): Fix --tests-base.
12342
12343 2005-10-22  Simon Josefsson  <jas@extundo.com>
12344
12345         * modules/arcfour (Depends-on): Need stdint.
12346
12347 2005-10-22  Simon Josefsson  <jas@extundo.com>
12348
12349         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
12350         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
12351
12352 2005-10-22  Simon Josefsson  <jas@extundo.com>
12353
12354         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
12355         suggested by Bruno Haible <bruno@clisp.org>.
12356
12357 2005-10-22  Simon Josefsson  <jas@extundo.com>
12358
12359         * lib/crc.h: Include stddef.h, for size_t.
12360
12361 2005-10-22  Simon Josefsson  <jas@extundo.com>
12362
12363         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
12364         arcfour_context struct (simplify test vector testing in GNU
12365         Shishi).
12366
12367 2005-10-21  Simon Josefsson  <jas@extundo.com>
12368
12369         * modules/des, modules/des-tests: New files.
12370
12371         * modules/gc-des, modules/gc-des-tests: New files.
12372
12373         * tests/test-des.c, tests/test-gc-des.c: New file.
12374
12375 2005-10-21  Simon Josefsson  <jas@extundo.com>
12376
12377         * modules/arctwo, modules/arctwo-tests: New files.
12378
12379         * tests/test-arctwo.c: New file.
12380
12381         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
12382
12383         * tests/test-gc-arctwo.c: New file.
12384
12385 2005-10-21  Simon Josefsson  <jas@extundo.com>
12386
12387         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
12388         Bruno Haible <bruno@clisp.org>.
12389
12390         * m4/gc-des.m4: New file.
12391
12392 2005-10-21  Simon Josefsson  <jas@extundo.com>
12393
12394         * m4/arctwo.m4: New file.
12395
12396         * m4/gc-arctwo.m4: New file.
12397
12398 2005-10-21  Simon Josefsson  <jas@extundo.com>
12399
12400         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
12401         block.
12402
12403 2005-10-21  Simon Josefsson  <jas@extundo.com>
12404
12405         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
12406         <bruno@clisp.org>.
12407
12408         * lib/hmac-sha1.c (hmac_sha1): Likewise.
12409
12410         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
12411         Bruno Haible <bruno@clisp.org>.
12412
12413         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
12414         <bruno@clisp.org>.
12415
12416 2005-10-21  Simon Josefsson  <jas@extundo.com>
12417
12418         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
12419
12420 2005-10-21  Simon Josefsson  <jas@extundo.com>
12421
12422         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
12423
12424 2005-10-21  Simon Josefsson  <jas@extundo.com>
12425
12426         * lib/des.h, lib/des.c: New files.
12427
12428         * lib/gc-gnulib.c: Support DES.c
12429
12430 2005-10-21  Simon Josefsson  <jas@extundo.com>
12431
12432         * lib/arctwo.h, lib/arctwo.c: New files.
12433
12434         * lib/gc-gnulib.c: Support ARCTWO.
12435
12436 2005-10-21  Simon Josefsson  <jas@extundo.com>
12437
12438         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
12439         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12440
12441 2005-10-21  Simon Josefsson  <jas@extundo.com>
12442
12443         * gnulib-tool (func_import, func_create_testdir): Define automake
12444         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
12445         Makefile.am snippet),
12446         suggested by Bruno Haible <bruno@clisp.org>.
12447
12448         * modules/gc (Makefile.am): Use it.
12449
12450 2005-10-21  Bruno Haible  <bruno@clisp.org>
12451
12452         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
12453         patch.
12454
12455 2005-10-19  Simon Josefsson  <jas@extundo.com>
12456
12457         * tests/test-gc-rijndael.c: New file.
12458
12459         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
12460
12461 2005-10-19  Simon Josefsson  <jas@extundo.com>
12462
12463         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
12464         interface too.
12465
12466 2005-10-19  Simon Josefsson  <jas@extundo.com>
12467
12468         * tests/test-gc-arcfour.c: New file.
12469
12470         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
12471
12472 2005-10-19  Simon Josefsson  <jas@extundo.com>
12473
12474         * modules/gc-md4, modules/gc-md4-tests: New file.
12475
12476         * tests/test-gc-md4.c: New file.
12477
12478 2005-10-19  Simon Josefsson  <jas@extundo.com>
12479
12480         * m4/gc-md4.m4: New file.
12481
12482 2005-10-19  Simon Josefsson  <jas@extundo.com>
12483
12484         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
12485         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
12486         <kasal@ucw.cz>.
12487
12488 2005-10-19  Simon Josefsson  <jas@extundo.com>
12489
12490         * m4/gc-arcfour.m4: New file.
12491
12492         * m4/gc-rijndael.m4: New file.
12493
12494 2005-10-19  Simon Josefsson  <jas@extundo.com>
12495
12496         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
12497
12498 2005-10-19  Simon Josefsson  <jas@extundo.com>
12499
12500         * lib/gc-gnulib.c: Support ARCFOUR.
12501
12502 2005-10-19  Simon Josefsson  <jas@extundo.com>
12503
12504         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
12505         support.
12506
12507         * lib/gc.h: Add ECB enum type.
12508
12509         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
12510
12511 2005-10-18  Simon Josefsson  <jas@extundo.com>
12512
12513         * tests/test-md5.c: New file.
12514
12515         * modules/md5-tests: New file.
12516
12517 2005-10-18  Simon Josefsson  <jas@extundo.com>
12518
12519         * tests/test-md4.c: New file.
12520
12521         * modules/md4, modules/md4-tests: New files.
12522
12523 2005-10-18  Simon Josefsson  <jas@extundo.com>
12524
12525         * m4/md4.m4: New file.
12526
12527 2005-10-18  Simon Josefsson  <jas@extundo.com>
12528
12529         * lib/md4.h, lib/md4.c: New files, based on md5.?.
12530
12531 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
12532
12533         * gnulib-tool (func_create_testdir): Omit the second check whether
12534         BUILT_SOURCES in nonempty.
12535
12536 2005-10-17  Simon Josefsson  <jas@extundo.com>
12537
12538         * tests/test-rijndael.c: New file.
12539
12540 2005-10-17  Simon Josefsson  <jas@extundo.com>
12541
12542         * modules/sha1: Depend on stdint instead of md5.
12543
12544         * modules/md5: Depend on stdint, remove uint32_t.
12545
12546 2005-10-17  Simon Josefsson  <jas@extundo.com>
12547
12548         * modules/gc-sha1-tests: New file.
12549
12550         * tests/test-gc-sha1.c: New file.
12551
12552 2005-10-17  Simon Josefsson  <jas@extundo.com>
12553
12554         * m4/md5.m4: Remove call to uint32_t.m4.
12555
12556 2005-10-17  Simon Josefsson  <jas@extundo.com>
12557
12558         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
12559
12560         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
12561         md5.h.
12562
12563         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
12564
12565         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
12566
12567 2005-10-17  Simon Josefsson  <jas@extundo.com>
12568
12569         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
12570
12571 2005-10-17  Simon Josefsson  <jas@extundo.com>
12572
12573         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
12574
12575 2005-10-17  Simon Josefsson  <jas@extundo.com>
12576
12577         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
12578
12579         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
12580
12581 2005-10-17  Bruno Haible  <bruno@clisp.org>
12582
12583         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
12584         that it can also be used in a test.
12585
12586 2005-10-16  Bruno Haible  <bruno@clisp.org>
12587
12588         * gnulib-tool (func_emit_tests_Makefile_am): Also define
12589         TESTS_ENVIRONMENT, so that individual tests can augment it.
12590
12591         * gnulib-tool (func_create_testdir): Use an intermediate target for
12592         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
12593         macros, like $(ALLOCA_H), which cannot be passed through the command
12594         line.
12595
12596 2005-10-15  Simon Josefsson  <jas@extundo.com>
12597
12598         * modules/rijndael-tests: New file.
12599
12600         * modules/rijndael: New file.
12601
12602 2005-10-15  Simon Josefsson  <jas@extundo.com>
12603
12604         * m4/rijndael.m4: New file.
12605
12606 2005-10-15  Simon Josefsson  <jas@extundo.com>
12607
12608         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
12609
12610         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
12611
12612 2005-10-14  Simon Josefsson  <jas@extundo.com>
12613
12614         * tests/test-arcfour.c: New file.
12615
12616         * modules/arcfour, modules/arcfour-tests: New files.
12617
12618 2005-10-14  Simon Josefsson  <jas@extundo.com>
12619
12620         * m4/arcfour.m4: New file.
12621
12622 2005-10-14  Simon Josefsson  <jas@extundo.com>
12623
12624         * lib/arcfour.h, lib/arcfour.c: New files.
12625
12626 2005-10-14  Roland McGrath  <roland@redhat.com>
12627
12628         Import from libc.  [BZ #1331]
12629         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
12630         macro argument.
12631         Reported by Matej Vela <vela@debian.org>.
12632
12633 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
12634
12635         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
12636         include <wchar.h>; no longer needed.
12637
12638 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
12639
12640         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
12641
12642 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
12643         and  Ulrich Drepper  <drepper@redhat.com>
12644
12645         Import from libc.
12646         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
12647         instead of inline stream orientation test and two separate
12648         function calls.  Pay no attention to USE_IN_LIBIO.
12649
12650 2005-10-13  Simon Josefsson  <jas@extundo.com>
12651
12652         * modules/gc-hmac-md5-tests: New file.
12653
12654         * tests/test-gc-hmac-sha1.c: New file.
12655
12656         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
12657
12658         * modules/gc-hmac-md5-tests: New file.
12659
12660         * tests/test-gc-md5.c: New file.
12661
12662         * modules/gc-md5-tests: New file.
12663
12664 2005-10-13  Simon Josefsson  <jas@extundo.com>
12665
12666         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
12667         Move memory allocation outside of loop.
12668
12669 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
12670
12671         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
12672         intermediate directory is in a read-only file system.  Problem
12673         reported by Eric Blake.
12674
12675 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
12676
12677         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
12678
12679 2005-10-12  Simon Josefsson  <jas@extundo.com>
12680
12681         * tests/test-hmac-sha1.c: New file.
12682
12683         * modules/hmac-sha1-tests: New file.
12684
12685         * modules/hmac-sha1: New file.
12686
12687 2005-10-12  Simon Josefsson  <jas@extundo.com>
12688
12689         * modules/gc-sha1: New file.
12690
12691 2005-10-12  Simon Josefsson  <jas@extundo.com>
12692
12693         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
12694
12695         * tests/test-gc-pbkdf2-sha1.c: New file.
12696
12697 2005-10-12  Simon Josefsson  <jas@extundo.com>
12698
12699         * modules/gc-md5, modules/gc-hmac-md5: New files.
12700
12701         * modules/gc (Files): Remove md5, memxor and hmac files.
12702
12703 2005-10-12  Simon Josefsson  <jas@extundo.com>
12704
12705         * m4/gc-pbkdf2-sha1.m4: New file.
12706
12707         * m4/gc-hmac-sha1.m4: New file.
12708
12709         * m4/gc-sha1: New file.
12710
12711         * m4/hmac-sha1.m4: New file.
12712
12713 2005-10-12  Simon Josefsson  <jas@extundo.com>
12714
12715         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
12716
12717         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
12718
12719 2005-10-12  Simon Josefsson  <jas@extundo.com>
12720
12721         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
12722         suggested by Bruno Haible <bruno@clisp.org>.
12723
12724 2005-10-12  Simon Josefsson  <jas@extundo.com>
12725
12726         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
12727
12728 2005-10-12  Simon Josefsson  <jas@extundo.com>
12729
12730         * lib/gc-pbkdf2-sha1.c: New file.
12731
12732         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
12733
12734 2005-10-12  Simon Josefsson  <jas@extundo.com>
12735
12736         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
12737
12738         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
12739
12740 2005-10-12  Simon Josefsson  <jas@extundo.com>
12741
12742         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
12743         GC_USE_HMAC_MD5, respectively.
12744
12745         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
12746         (gc_md5): Fix typo.
12747
12748         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
12749
12750         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
12751
12752         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
12753
12754 2005-10-12  Bruno Haible  <bruno@clisp.org>
12755
12756         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
12757         Reported by Stepan Kasal <kasal@ucw.cz>.
12758
12759 2005-10-11  Simon Josefsson  <jas@extundo.com>
12760
12761         * tests/test-crc.c: New file.
12762
12763         * modules/crc, modules/crc-tests: New files.
12764
12765 2005-10-11  Simon Josefsson  <jas@extundo.com>
12766
12767         * m4/crc.m4: New file.
12768
12769 2005-10-11  Simon Josefsson  <jas@extundo.com>
12770
12771         * lib/gc.h: Add gc_hash and gc_hash_buffer.
12772
12773         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
12774
12775         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
12776
12777 2005-10-11  Simon Josefsson  <jas@extundo.com>
12778
12779         * lib/crc.h, lib/crc.c: New files.
12780
12781         * lib/gc.h (gc_hash_buffer): Add doc.
12782
12783 2005-10-11  Bruno Haible  <bruno@clisp.org>
12784
12785         * modules/c-strcasestr: New file.
12786         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
12787
12788 2005-10-11  Bruno Haible  <bruno@clisp.org>
12789
12790         * modules/c-strcase: New file.
12791         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
12792
12793 2005-10-11  Bruno Haible  <bruno@clisp.org>
12794
12795         * lib/strcasecmp.c: Include limits.h.
12796         (strcasecmp): Avoid integer overflow on exotic platforms.
12797         * lib/strncasecmp.c: Include limits.h.
12798         (strncasecmp): Avoid integer overflow on exotic platforms.
12799         Reported by Paul Eggert.
12800
12801 2005-10-11  Bruno Haible  <bruno@clisp.org>
12802
12803         * lib/c-strcasestr.h: New file, from GNU gettext.
12804         * lib/c-strcasestr.c: New file, from GNU gettext.
12805
12806 2005-10-11  Bruno Haible  <bruno@clisp.org>
12807
12808         * lib/c-strcase.h: New file, from GNU gettext.
12809         * lib/c-strcasecmp.c: New file, from GNU gettext.
12810         * lib/c-strncasecmp.c: New file, from GNU gettext.
12811
12812 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
12813
12814         * modules/mempcpy (License): GPL -> LGPL.
12815         * modules/strchrnul (License): Likewise.
12816         * modules/sysexits (License): Likewise.
12817
12818 2005-10-08  Simon Josefsson  <jas@extundo.com>
12819
12820         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
12821
12822 2005-10-07  Simon Josefsson  <jas@extundo.com>
12823
12824         * m4/memxor.m4: Remove gl_C_RESTRICT call.
12825
12826 2005-10-06  Simon Josefsson  <jas@extundo.com>
12827
12828         * tests/test-hmac-md5.c: New file.
12829
12830         * modules/hmac-md5-tests: New file.
12831
12832         * modules/hmac-md5: New file.
12833
12834 2005-10-06  Simon Josefsson  <jas@extundo.com>
12835
12836         * m4/hmac-md5.m4: New file.
12837
12838         * m4/memxor.m4: Require gl_C_RESTRICT.
12839
12840 2005-10-06  Simon Josefsson  <jas@extundo.com>
12841
12842         * lib/memxor.c (memxor): Avoid casts and warnings.
12843
12844 2005-10-06  Simon Josefsson  <jas@extundo.com>
12845
12846         * lib/hmac-md5.c: New file.
12847
12848         * lib/hmac.h: New file.
12849
12850 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
12851
12852         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
12853         promotes to int, not unsigned int, to catch the AIX 5.3
12854         compiler bug.
12855
12856 2005-10-05  Simon Josefsson  <jas@extundo.com>
12857
12858         * modules/memxor: New file.
12859
12860         * modules/iconv (Files): Move config.rpath to havelib, it is used
12861         there.
12862
12863         * modules/havelib (Files): Add config.rpath.
12864
12865 2005-10-05  Simon Josefsson  <jas@extundo.com>
12866
12867         * m4/memxor.m4: New file.
12868
12869 2005-10-05  Simon Josefsson  <jas@extundo.com>
12870
12871         * lib/memxor.c (memxor): Fix compiler error.
12872
12873         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
12874         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
12875
12876         * lib/memxor.h, lib/memxor.c: New files.
12877
12878         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
12879         we assume all systems have it, suggested by Jim Meyering
12880         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
12881         any systems lack sys/socket.h; mingw32 is known to lack it, but we
12882         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
12883         same reasons.
12884
12885 2005-10-05  Simon Josefsson  <jas@extundo.com>
12886
12887         * config/srclist.txt: Add glibc bug 1423 for md5.h.
12888
12889 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
12890
12891         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
12892         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
12893         needed, since the source code now assumes these .h files.
12894
12895 2005-10-05  Derek Price  <derek@ximbiot.com>
12896
12897         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
12898
12899 2005-10-05  Bruno Haible  <bruno@clisp.org>
12900
12901         * modules/stdint (License): Change to LGPL.
12902
12903 2005-10-04  Simon Josefsson  <jas@extundo.com>
12904
12905         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
12906         D. Baushke" <mdb@gnu.org>.
12907
12908 2005-10-04  Bruno Haible  <bruno@clisp.org>
12909
12910         * lib/verify.h (verify_true): Provide alternative definition for C++.
12911
12912 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
12913
12914         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
12915         (SSIZE_MAX): New macro, if not already defined.
12916         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
12917         than 2 GiB.
12918
12919 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
12920
12921         Sync from coreutils.
12922         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
12923         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
12924         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
12925         ULLONG_MAX doesn't work with 2.7.2.1.
12926
12927 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
12928
12929         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
12930         From Ben Pfaff.
12931
12932         * modules/exclude (Depends-on): Depend on verify.
12933         * modules/strtoimax (Depends-on): Likewise.
12934         * modules/utimecmp (Depends-on): Likewise.
12935
12936 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
12937
12938         * lib/exclude.c: Include verify.h.
12939         (verify): Remove.  All callers changed to use verify.h's version.
12940         * lib/strtoimax.c: Likewise.
12941         * lib/utimecmp.c: Likewis.e
12942
12943         Sync from coreutils.
12944         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
12945         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
12946         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
12947         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
12948         bother returning ENOSYS if settimeofday or stime fails; just let
12949         them return whatever errno they want to return.
12950         * lib/utimens.c: Include unistd.h, for dup2.
12951         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
12952         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
12953
12954 2005-10-02  Jim Meyering  <jim@meyering.net>
12955
12956         Sync from coreutils.
12957         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
12958         from glibc-2.2.5 that fails for read-only files.
12959
12960 2005-10-02  Jim Meyering  <jim@meyering.net>
12961
12962         Sync from coreutils.
12963         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
12964         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
12965         `#if HAVE_CONFIG_H'.
12966         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
12967         Remove AT_FDCWD test.
12968         Do not consume the fd unless successful.
12969         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
12970         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
12971         block, so that we don't even try to compile it if settimeofday is
12972         available.  This works around a compilation failure on OSF1 V5.1,
12973         due to stime requiring a `long int*' while tv_sec is `int'.
12974
12975 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
12976
12977         Sync from coreutils.
12978         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
12979         against `yes', rather than just testing for nonempty.
12980
12981 2005-10-01  Simon Josefsson  <jas@extundo.com>
12982
12983         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
12984         and Darwin.
12985
12986         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
12987         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
12988         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
12989         freeaddrinfo and gai_strerror are declared by the POSIX headers.
12990         Check if struct addrinfo is declared.
12991
12992 2005-10-01  Simon Josefsson  <jas@extundo.com>
12993
12994         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
12995         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
12996         AI_* and EAI_* definitions.  Protect function declarations.
12997
12998 2005-10-01  Jim Meyering  <jim@meyering.net>
12999
13000         Sync from coreutils.
13001
13002         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
13003         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
13004         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
13005         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
13006         in the inet and nsl libraries.  Required on Solaris 5.7.
13007
13008 2005-10-01  Jim Meyering  <jim@meyering.net>
13009
13010         Sync from coreutils.
13011         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
13012         in the inet and nsl libraries.  Required on Solaris 5.7.
13013
13014 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
13015
13016         * lib/getdelim.c (getdelim): Remove unused variables.
13017
13018 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
13019
13020         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
13021         so that the code works even with ancient cpp.  Portability problem
13022         with GCC 2.7.2.1 reported by Thomas M.Ott.
13023
13024 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
13025
13026         * modules/regex (Depends-on): Add strcase.
13027
13028         * modules/gethostname (Licence): Change from GPL to LGPL, since
13029         gethostname.c is a trivial implementation of a standard library
13030         function.
13031         * modules/poll (License): Change from GPL to LGPL, since it's
13032         derived from LGPL code.
13033
13034 2005-09-27  Jim Meyering  <jim@meyering.net>
13035
13036         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
13037         HAVE_CONFIG_H.
13038
13039         * lib/intprops.h (signed_type_or_expr__): Define.
13040         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
13041         for unsigned types.
13042
13043 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
13044
13045         * lib/verify.h (verify_expr): Remove, replacing with:
13046         (verify_true): New macro that returns true instead of void.
13047         (verify_type__): Remove.
13048         (verify): Use verify_true rather than verify_type__.
13049
13050 2005-09-26  Bruno Haible  <bruno@clisp.org>
13051
13052         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
13053         is necessary.
13054         (lib_SOURCES): Remove mbchar.c.
13055         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
13056         (Files): Add m4/mbrtowc.m4.
13057         * modules/mbiter: Likewise.
13058         * modules/mbuiter: Likewise.
13059
13060 2005-09-26  Bruno Haible  <bruno@clisp.org>
13061
13062         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
13063         compile mbchar.c if they are not both present.
13064         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
13065         * m4/mbiter.m4 (gl_MBITER): Likewise.
13066         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
13067         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
13068         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
13069
13070 2005-09-25  Jim Meyering  <jim@meyering.net>
13071
13072         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
13073         also uses socklen_t.
13074
13075 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
13076
13077         * lib/utimens.c (ENOSYS): Define if not already defined.
13078         (futimens): Support having a null PATH if the file descriptor
13079         is nonnegative.
13080
13081         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
13082         Remove.
13083         (__attribute): Define to empty unless GCC 3.1 or later.
13084         This works around a core dump on OpenBSD 3.4, which has GCC
13085         2.95.3, which dumps core when given __attribute__(()).  It also
13086         simplifies other tests, since we really don't want to bother with
13087         worrying about which ancient version of GCC supported what.
13088         Original problem reported by Yoann Vandoorselaere, with part of
13089         the fix suggested by Derek Price.
13090
13091 2005-09-24  Jim Meyering  <jim@meyering.net>
13092
13093         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
13094         so we can once again use a positive bitfield width of 1 -- now we
13095         don't have to explain why we were using a bitfield width of 2.
13096
13097 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
13098
13099         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
13100         and similarly for the other external symbols.  Problem reported
13101         by James Gallager.
13102
13103         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
13104         bug reported by Jim Meyering.
13105
13106         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
13107         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
13108         not needed, since socklen is a prerequisite module.
13109
13110 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
13111
13112         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
13113         Problem reported by Eric Blake.
13114         (getaddrinfo): Initialize se so that it's not garbage.
13115         Redo internal storage allocation so that it doesn't make unportable
13116         assumptions about alignment.
13117         Fix a memory leak.
13118
13119         * lib/utimens.c (futimens): Use futimesat if available.
13120         Prefer it to futimes since it doesn't have the futimes bug.
13121
13122         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
13123         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
13124         Instead, declare a function that returns a pointer to an array,
13125         and use verify_type__ to declare the size of the array.
13126         Problem and germ of a solution reported by Bruno Haible.
13127         (verify_type__): Use 2, not 1, for bitfield size, to avoid
13128         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
13129
13130 2005-09-23  Jim Meyering  <jim@meyering.net>
13131
13132         Sync from coreutils.
13133         Correct build failure (socklen_t not defined) on at least
13134         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
13135         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
13136
13137 2005-09-23  Jim Meyering  <jim@meyering.net>
13138
13139         * modules/getaddrinfo (Depends-on): Add socklen.
13140
13141 2005-09-23  Bruno Haible  <bruno@clisp.org>
13142
13143         * tests/test-verify.c: New file.
13144
13145 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13146
13147         Sync from coreutils.
13148
13149         * modules/argmatch (Depends-on): Add verify.
13150         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
13151         unistd-safer.
13152         * modules/save-cwd (Depends-on): Likewise.
13153
13154         * modules/openat (Files): Add lib/openat-die.c.
13155         (Depends-on): Remove error, exitfail.
13156         Add dirname.
13157
13158         * modules/verify: New file.
13159         * MODULES.html.sh (Diagnostics <assert.h>): New section,
13160         with "verify" module.
13161
13162 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13163
13164         Sync from coreutils.
13165
13166         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
13167         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
13168         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
13169         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
13170         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
13171         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
13172         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
13173         Don't bother checking for string.h, stdlib.h, unistd.h.
13174         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
13175         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
13176         module's job.
13177         * m4/jm-macros.m4 (gl_MACROS): Likewise.
13178         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
13179
13180         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
13181         (gl_GETDATE): Use it.
13182
13183         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
13184
13185 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13186
13187         Sync from coreutils.
13188
13189         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
13190         stat-time.h.
13191         * lib/argmatch.h: Include verify.h
13192         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
13193         (ARGMATCH_ASSERT): Remove; unused.
13194         * lib/canonicalize.c: Assume STDC_HEADERS.
13195         * lib/exclude.c: Include "strcase.h".
13196         * lib/regex_internal.h [!defined _LIBC]: Likewise.
13197         * lib/getusershell.c: Include stdio--.h rather than stdio.h
13198         and stdio-safer.h.
13199         (getusershell): Call fopen, not fopen_safer.
13200         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
13201         Do not include unistd-safer.h.
13202         (save_cwd): Don't call fd_safer; no longer needed
13203         now that we include fcntl--.h.
13204
13205         * lib/getdate.y (relative_time): New type.
13206         (RELATIVE_TIME_0): New constant.
13207         (parser_control): Use relative_time instead of doing it ourselves.
13208         (%union): Add new relative_time rel member.
13209         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
13210         Now typeless.
13211         (relunit, relunit_snumber): Now of type rel.
13212         (zone, rel, relunit, get_date): Adjust to above changes.
13213
13214         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
13215         Do not include unistd-safer.h.
13216         (getloadavg): Don't call fd_safer; no longer needed
13217         now that we include fcntl--.h.
13218
13219         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
13220         (make_dir_parents): Treat ENOSYS like EEXIST.
13221
13222         Improve quality of diagnostics on restore_cwd failure.
13223         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
13224         (make_dir_parents): Last arg is now int * (for errno), not bool *.
13225         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
13226         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
13227         each time through the loop.  Do not diagnose restore_cwd failure;
13228         that is the caller's job (and perhaps the caller does not care).
13229
13230         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
13231         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
13232         If the file already exists but is not a directory, don't bother
13233         to try to make its parents.
13234         Close potential file descriptor leak if we can't chdir("/") (!).
13235         Don't always return true if chdir($PWD) fails; return true only
13236         if the requested action was done successfully (except for the
13237         chdir($PWD)).
13238         Don't log final directory unless we actually made it.
13239         Refactor to avoid duplicate code to fix up permissions.
13240         Don't attempt to fix up parent permissions if chdir($PWD) fails.
13241
13242         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
13243         to make it a bit faster and (I hope) clearer.
13244         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
13245         Fix bug in formats like %2N.
13246
13247         * lib/verify.h: New file.
13248
13249 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13250
13251         Sync from coreutils.
13252         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
13253
13254 2005-09-22  Jim Meyering  <jim@meyering.net>
13255
13256         Sync from coreutils.
13257
13258         * m4/lstat.m4 (gl_FUNC_LSTAT):
13259         Use AC_LIBSOURCES to require lstat.c and lstat.h.
13260         Remove obsolete comment.
13261         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
13262         * m4/xstrtod.m4: Likewise.
13263
13264         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
13265
13266 2005-09-22  Jim Meyering  <jim@meyering.net>
13267
13268         Sync from coreutils.
13269
13270         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
13271
13272         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
13273         the .tm_year member, since otherwise gcc-4.0 would now warn about
13274         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
13275
13276         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
13277         order to avoid an unsuppressible warning from gcc on 64-bit systems.
13278
13279         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
13280         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
13281         when run in a time zone for which daylight savings time is in effect
13282         for the starting date.
13283
13284         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
13285         stop us from restricting permissions of just-created absolute-named
13286         directories.
13287         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
13288         to restore initial working directory.
13289         * lib/mkdir-p.c (make_dir_parents): New parameter:
13290         different_working_dir, to tell caller if/when we change the working
13291         directory and are unable to return to the initial one.
13292         * lib/mkdir-p.h (make_dir_parents): Update prototype.
13293         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
13294         `return false'.  This fixes a bug introduced on 2004-07-30.
13295
13296         * lib/openat.c (fdopendir): Be sure to close the supplied
13297         file descriptor before returning.  This makes our replacement
13298         implementation a little closer to Solaris's, where fdopendir
13299         ties the file descriptor to the returned DIR* pointer.
13300         * lib/openat.c (unlinkat): New function.
13301         * lib/openat.h (unlinkat): Add prototype.
13302         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
13303         (openat_restore_fail): Rename from openat_restore_die.
13304         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
13305
13306         Provide an alternative to exiting immediately upon save_cwd or
13307         restore_cwd failure.  Now, an application can arrange e.g.,
13308         to perform a longjump in that case.
13309         * lib/openat.c: Include dirname.h.
13310         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
13311         (rpl_openat, fdopendir, fstatat): Call openat_save_die
13312         and openat_restore_die rather than calling error directly.
13313         Don't include "error.h" or "exitfail.h"; they're no longer needed.
13314
13315         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
13316         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
13317         define.
13318
13319         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
13320         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
13321                             int utc, int nanoseconds);
13322         Background:
13323         date should not have to allocate a megabyte of virtual memory to
13324         handle a format argument like +%1048575T.  When implemented with
13325         strftime, it must allocate such a buffer, use strftime to fill it
13326         in, print it, then free it.
13327         With fprintftime, it simply prints everything and exits.
13328         With no need for memory allocation, that's one fewer way to fail.
13329         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
13330         optional field width, not before, so we accept %9:z, not %:9z.
13331         (my_strftime): Be sure to use L_('x') for literals.
13332
13333         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
13334         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
13335         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
13336         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
13337         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
13338         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
13339         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
13340         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
13341         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
13342         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
13343         * lib/xgethostname.c, lib/xreadlink.c:
13344         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
13345
13346         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
13347         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
13348         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
13349         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
13350         and don't include <sys/file.h>).
13351
13352 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
13353
13354         Sync from coreutils.
13355
13356         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
13357         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
13358         [!LDAV_DONE]: Avoid unused variable warning.
13359
13360 2005-09-21  Bruno Haible  <bruno@clisp.org>
13361
13362         * lib/unicodeio.h (unicode_to_mb): New declaration.
13363
13364 2005-09-20  Derek Price  <derek@ximbiot.com>
13365
13366         * lib/getaddrinfo.c: Don't include <netdb.h> included from
13367         getaddrinfo.h.
13368
13369 2005-09-20  Bruno Haible  <bruno@clisp.org>
13370
13371         * gnulib-tool: Remove trailing slashes from the values specified for
13372         --source-base, --m4-base, --tests-base, --aux-dir.
13373         Suggested by Simon Josefsson <jas@extundo.com>.
13374
13375 2005-09-20  Bruno Haible  <bruno@clisp.org>
13376
13377         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
13378         func_modules_to_filelist, func_import, func_create_testdir): Make all
13379         sorting results locale-independent, so that gnulib-cache.m4 doesn't
13380         change when gnulib-tool is invoked in a different locale.
13381
13382 2005-09-19  Simon Josefsson  <jas@extundo.com>
13383
13384         * m4/socklen.m4: Fix typo.
13385
13386 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13387
13388         Use a consistent style for including <config.h>.
13389         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
13390         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
13391         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
13392         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
13393         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
13394         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
13395         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
13396         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
13397         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
13398         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
13399         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
13400         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
13401         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
13402         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
13403         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
13404         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
13405         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
13406         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
13407         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
13408         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
13409         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
13410         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
13411         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
13412         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
13413         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
13414         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
13415         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
13416         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
13417         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
13418         lib/xstrtoumax.c, lib/yesno.c:
13419         Standardize inclusion of config.h.
13420         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
13421         lib/inttostr.h:  Removed inclusion of config.h from header files.
13422         * lib/inttostr.c:  Adjusted in-tree users.
13423         * lib/timespec.h: Remove superfluous warning to include config.h.
13424         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
13425         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
13426         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
13427         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
13428         config.h with HAVE_CONFIG_H.
13429
13430 2005-09-19  Jim Meyering  <jim@meyering.net>
13431
13432         * modules/pathmax (License): Change to LGPL.
13433
13434 2005-09-19  Derek Price  <derek@ximbiot.com>
13435
13436         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
13437
13438 2005-09-19  Bruno Haible  <bruno@clisp.org>
13439
13440         * gnulib-tool (import): Provide default for --tests-base.
13441
13442 2005-09-19  Bruno Haible  <bruno@clisp.org>
13443
13444         * doc/quote.texi: New file, extracted from gnulib.texi.
13445         * doc/ctime.texi: New file, extracted from gnulib.texi.
13446         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
13447         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
13448         * doc/gnulib.texi: Include them.
13449
13450 2005-09-18  Bruno Haible  <bruno@clisp.org>
13451
13452         Portability fix.
13453         * gnulib-tool (func_readlink): New function.
13454         (func_ln_if_changed): Use it.
13455
13456 2005-09-18  Bruno Haible  <bruno@clisp.org>
13457
13458         * gnulib-tool: Support --with-tests also with --import.
13459         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
13460         (func_import): Use variables $testsbase and $inctests. Emit a
13461         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
13462         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
13463         SUBDIRS += $testsdir.
13464         (func_create_testdir): Update.
13465
13466 2005-09-18  Bruno Haible  <bruno@clisp.org>
13467
13468         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
13469         instead of $dry_run.
13470         (func_cp_if_changed, func_mv_if_changed): Remove functions.
13471         (func_ln_if_changed): Don't handle dry-run here.
13472         (func_import): In dry-run mode, detect more precisely which actions
13473         would be performed, and don't use "...ing" verbs.
13474
13475 2005-09-18  Bruno Haible  <bruno@clisp.org>
13476
13477         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
13478         (func_import): Use join on two temporary files instead of three nested
13479         loops, in order to determine which files are new or old.
13480
13481 2005-09-18  Bruno Haible  <bruno@clisp.org>
13482
13483         * gnulib-tool (func_import): Comment out code that spits out the
13484         new files with --dry-run.
13485
13486 2005-09-18  Bruno Haible  <bruno@clisp.org>
13487
13488         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
13489
13490 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
13491
13492         * lib/stat-time.h: New file.
13493         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
13494         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
13495         in a different way.
13496         (timespec_cmp): New function.
13497         * lib/utimecmp.c: Include stat-time.h.
13498         (SYSCALL_RESOLUTION): Depend on whether various struct stat
13499         members exist, not on the obsolescent ST_MTIM_NSEC.
13500         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
13501
13502 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
13503
13504         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
13505
13506 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
13507
13508         * MODULES.html.sh (File system functions): Add stat-time.
13509         * modules/stat-time: New file.
13510         * modules/timespec (Files): Remove m4/st_mtim.m4; this
13511         is now done in a different way, by the stat-time module.
13512         * modules/utimecmp (Depends-on): Add stat-time.
13513
13514 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
13515
13516         * m4/st_mtim.m4: Remove.  Superseded by...
13517         * m4/stat-time.m4: New file.
13518         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
13519         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
13520
13521 2005-09-15  Derek Price  <derek@ximbiot.com>
13522
13523         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
13524
13525 2005-09-15  Derek Price  <derek@ximbiot.com>
13526
13527         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
13528         * lib/regex_internal.c: Ditto, using this...
13529         (__GNUC_PREREQ): ...new macro.
13530         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
13531         using...
13532         (__GNUC_PREREQ): ...this new macro.
13533
13534         * lib/strstr.h: Include string.h. Define strstr as a macro here.
13535
13536 2005-09-15  Derek Price  <derek@ximbiot.com>
13537             Paul Eggert  <eggert@cs.ucla.edu>
13538
13539         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
13540         changes, consolidating in...
13541         * lib/regex_internal.h: ...this file.
13542
13543 2005-09-13  Jim Meyering  <jim@meyering.net>
13544
13545         * lib/canon-host.c: Filter through gnu indent and reword comments
13546         slightly.
13547         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
13548
13549 2005-09-13  Derek Price  <derek@ximbiot.com>
13550
13551         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
13552         failure.
13553         Reported by Jim Meyering  <jim@meyering.net>.
13554
13555 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
13556
13557         * lib/base64.c: Typo.
13558         (base64_encode): Put b64str in initialized data section.
13559
13560 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
13561
13562         Merge glibc and coreutils changes into gnulib, plus a few
13563         extra fixes.
13564         * lib/md5.c: Use #error rather than a string.
13565         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
13566         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
13567         (__attribute__): Define to empty for non recent-GCC.
13568         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
13569         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
13570         Renamed from their non-__ counterparts, with new macros replacing
13571         them if not _LIBC.  Add __THROW attribute.
13572         (rol): Remove.
13573         (struct md5_ctx): Align buffer if using GCC.
13574         * lib/sha1.h (struct sha1_ctx): Likewise.
13575         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
13576         The old name was backwards.
13577         (NOTSWAP): Remove; not used.
13578         (rol): New macro, moved here from md5.h.
13579         (sha1_process_block): Remove a FIXME that doesn't make sense.
13580
13581 2005-09-12  Derek Price  <derek@ximbiot.com>
13582
13583         Return usable errors from canon-host.
13584         * lib/canon-host.h: New file.
13585         * lib/canon-host.c (canon_host): Wrap...
13586         (canon_host_r): ...this new function, which now relies exclusively on
13587         getaddrinfo.
13588         (ch_strerror): New function.
13589         (last_cherror): New global.
13590         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
13591         interface.
13592         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
13593         void *.
13594         (freeaddrinfo): Free ai->ai_canonname when set.
13595
13596 2005-09-12  Derek Price  <derek@ximbiot.com>
13597
13598         Make canon-host require getaddrinfo.
13599         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
13600         AC_LIBSOURCE canon-host.h.  Call...
13601         (gl_PREREQ_CANON_HOST): ...this new function, which requires
13602         gl_GETADDRINFO.
13603         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
13604
13605 2005-09-12  Derek Price  <derek@ximbiot.com>
13606
13607         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
13608         LGPL.
13609         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
13610
13611 2005-09-12  Derek Price  <derek@ximbiot.com>
13612
13613         * lib/gai_strerror.c: Include config.h when available.  Include
13614         getaddrinfo.h before other headers to test interface.
13615         Reported by Larry Jones <lawrence.jones@ugs.com>.
13616
13617 2005-09-12  Derek Price  <derek@ximbiot.com>
13618             Paul Eggert  <eggert@cs.ucla.edu>
13619
13620         * modules/glob (Files): Add glob-libc.h.
13621
13622 2005-09-12  Derek Price  <derek@ximbiot.com>
13623             Paul Eggert  <eggert@cs.ucla.edu>
13624
13625         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
13626         glob_.h, glob-libc.h.
13627         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
13628
13629 2005-09-12  Derek Price  <derek@ximbiot.com>
13630             Paul Eggert  <eggert@cs.ucla.edu>
13631
13632         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
13633         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
13634         protecting things that should be done only in gnulib contexts.
13635         * lib/glob_.h: New file, containing only the glob things needed for
13636         gnulib.
13637         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
13638         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
13639         (glob, globfree, glob_pattern_p): Now defined simply in terms of
13640         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
13641         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
13642         and to respect the namespace rules better.
13643
13644 2005-09-08  Simon Josefsson  <jas@extundo.com>
13645
13646         * modules/socklen: New file.
13647
13648 2005-09-08  Simon Josefsson  <jas@extundo.com>
13649
13650         * m4/socklen.m4: New file.
13651
13652 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13653
13654         * modules/utimens (Files): Add m4/utimbuf.m4, since
13655         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
13656         Reported by Sergey Poznyakoff.
13657
13658 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13659
13660         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
13661         definitions, since that's the preferred style in glibc.
13662         Fix a minor spacing issue, and update copyright notice to match
13663         glibc's.
13664
13665 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13666
13667         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
13668
13669 2005-09-06  Simon Josefsson  <jas@extundo.com>
13670
13671         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
13672         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
13673
13674 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
13675
13676         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
13677         warning.
13678
13679 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
13680
13681         * config/srclist.txt: Add glibc bug 1302.
13682
13683 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
13684
13685         Change bitset word type from unsigned int to unsigned long int,
13686         as this has better performance on typical 64-bit hosts.
13687         Port bitset code to hosts with unusual word sizes.
13688         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
13689         (build_collating_symbol):
13690         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
13691         argument is a bitset.  This is merely a style issue, but it makes
13692         it clearer that an entire array is expected.
13693         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
13694         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
13695         Port to the case where bitset_word is not the same as unsigned int.
13696         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
13697         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
13698         Likewise.
13699         * lib/regexec.c (check_dst_limits_calc_pos_1,
13700         check_subexp_matching_top):
13701         (build_trtable, group_nodes_into_DFAstates):
13702         Likewise.
13703         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
13704         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
13705         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
13706         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
13707         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
13708         * lib/regcomp.c (optimize_subexps, lower_subexp):
13709         Work even if bitset_word has holes in its bitwise representation.
13710         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
13711         * lib/regexec.c (check_dst_limits_calc_pos_1,
13712         check_subexp_matching_top):
13713         Likewise.
13714         * lib/regex_internal.c (re_string_reconstruct):
13715         Don't assume UCHAR_MAX == 255.
13716         * lib/regex_internal.h (bitset_set_all): Likewise.
13717         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
13718         All uses changed.
13719         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
13720         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
13721         All uses changed.
13722         (BITSET_WORD_MAX): New macro.
13723         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
13724         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
13725         (bitset_empty, bitset_copy):
13726         Prefer sizeof (bitset) to multiplying it out ourselves.
13727         (bitset_not_merge): Remove; unused.
13728         (bitset_contain): Return bool, not unsigned int with one bit on.
13729         All callers changed.
13730         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
13731         alignment than re_node_set; do this by defining a new internal
13732         type struct dests_alloc and using it to allocate memory.
13733
13734 2005-09-05  Bruno Haible  <bruno@clisp.org>
13735
13736         * gnulib-tool (func_import): Fix comparison in handling of symbolic
13737         links.
13738
13739 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
13740
13741         * modules/size_max (Makefile.am): Add size_max.h
13742
13743 2005-09-04  Derek Price  <derek@ximbiot.com>
13744
13745         * gnulib-tool (func_import): Fix reversed $symbolic logic.
13746
13747 2005-09-03  Simon Josefsson  <jas@extundo.com>
13748
13749         * gnulib-tool: Fix typo.
13750
13751 2005-09-03  Simon Josefsson  <jas@extundo.com>
13752
13753         * config/srclist.txt: Add glibc bug 1293.
13754
13755 2005-09-03  Derek Price  <derek@ximbiot.com>
13756
13757         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
13758         From Larry Jones <lawrence.jones@ugs.com>.
13759
13760 2005-09-02  Simon Josefsson  <jas@extundo.com>
13761
13762         * modules/socklen: New file.
13763
13764 2005-09-02  Simon Josefsson  <jas@extundo.com>
13765
13766         * modules/havelib: New module.
13767
13768         * modules/gettext, modules/iconv, modules/lock, modules/readline:
13769         Use havelib.
13770
13771 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
13772
13773         Check for arithmetic overflow when calculating sizes, to prevent
13774         some buffer-overflow issues.  These patches are conservative, in the
13775         sense that when I couldn't determine whether an overflow was possible,
13776         I inserted a run-time check.
13777         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
13778         macros.
13779         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
13780         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
13781         (re_xnrealloc, re_x2nrealloc): New inline functions.
13782         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
13783         parse_bracket_exp):
13784         (build_equiv_class, build_charclass): Check for arithmetic overflow
13785         in size expression calculations.
13786         * lib/regex_internal.c (re_string_realloc_buffers):
13787         (build_wcs_upper_buffer, re_node_set_add_intersect):
13788         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
13789         (re_dfa_add_node, register_state): Likewise.
13790         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
13791         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
13792         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
13793         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
13794
13795 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
13796
13797         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
13798         m4/ulonglong.m4.  Problem reported by Martin Lambers.
13799
13800 2005-09-02  Bruno Haible  <bruno@clisp.org>
13801
13802         Support for lib vs. lib64 distinction on biarch platforms.
13803         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
13804         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
13805         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
13806
13807 2005-09-02  Bruno Haible  <bruno@clisp.org>
13808
13809         * gnulib-tool (import): In the other first-use case, provide defaults
13810         as well.
13811
13812 2005-09-02  Bruno Haible  <bruno@clisp.org>
13813
13814         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
13815         patches not yet found in the latest gettext release.
13816
13817 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
13818
13819         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
13820         to avoid a collision with bits/local_lim.h in glibc.
13821         All uses changed.  Problem reported by Dmitry V. Levin in
13822         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
13823
13824         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
13825         bugs in int versus size_t comparisons.
13826         (re_string_context_at): Fix bug where the code assumed that
13827         Idx is signed.
13828
13829         Use bool where appropriate.
13830         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
13831         All callers changed.
13832         (calc_eclosure_iter): Likewise, for ROOT arg.
13833         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
13834         (build_charclass_op): Likewise, for NON_MATCH arg.
13835         * lib/regex_internal.c (re_string_allocate, re_string_construct):
13836         (re_string_construct_common): Likewise, for ICASE arg.
13837         * lib/regexec.c (re_search_2_stub, re_search_stub):
13838         Likewise, for RET_LEN arg.
13839         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
13840         (set_regs): Likewise, for FL_BACKTRACK arg.
13841         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
13842         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
13843         (calc_eclosure_iter, parse_bracket_exp):
13844         Use bool for internal variables that are booleans.
13845         * lib/regexec.c (re_search_internal, check_matching,
13846         proceed_next_node):
13847         (set_regs, build_sifted_states, sift_states_bkref):
13848         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
13849         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
13850         (find_collation_sequence_value):
13851         Likewise.
13852         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
13853         (re_node_set_compare):
13854         Return bool, not int. All callers changed.
13855         * lib/regexec.c (check_halt_node_context, check_dst_limits):
13856         (build_trtable, check_node_accept): Likewise.
13857         * lib/regex_internal.h: Include stdbool.h.
13858
13859         Fix bugs uncovered when converting to bool.
13860         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
13861         failure instead of charging ahead blindly.
13862         * lib/regex_internal.c (register_state): Likewise.
13863         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
13864         for freeing internal storage.
13865         (group_nodes_into_DFA_states): Use unsigned int, not int, for
13866         bitset pieces used as boolean, to avoid undefined behavior
13867         on hosts that do int overflow checking.
13868
13869 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
13870
13871         * config/srclist.txt: Add glibc bugs 1285-1287.
13872
13873 2005-09-01  Jim Meyering  <jim@meyering.net>
13874
13875         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
13876         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
13877         Require gl_STAT_MACROS, too.
13878
13879 2005-09-01  Bruno Haible  <bruno@clisp.org>
13880
13881         * gnulib-tool (import): In the first-use case, provide defaults.
13882
13883 2005-09-01  Bruno Haible  <bruno@clisp.org>
13884
13885         * gnulib-tool (func_import): Remove the .tmp files.
13886
13887 2005-09-01  Bruno Haible  <bruno@clisp.org>
13888
13889         * gnulib-tool (func_import): Fix handling of symbolic links.
13890
13891 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13892
13893         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
13894         old glibc regex code mishandles strings longer than 2**31 bytes.
13895         This patch fixes this when the regex code is used in gnulib
13896         (i.e., outside glibc).
13897
13898         This patch should not affect the use of the regex code inside
13899         glibc.  No doubt this problem also needs to be handled for glibc
13900         as well, but the result will be an incompatible change to the
13901         glibc ABI, and the old ABI will have to be supported too.  That
13902         can be the the subject for another patch.
13903
13904         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
13905         governing whether the rest of this patch is active.  By default,
13906         the macro is disabled and the patch has no effect.
13907         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
13908         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
13909         (struct re_pattern_buffer, re_search, re_search_2, re_match):
13910         (re_match_2, re_set_registers): Use the new types.
13911         * lib/regex_internal.h (Idx, re_hashval_t): New types.
13912         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
13913         New macros.
13914         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
13915         (re_string_context_at, bin_tree_t, re_dfastate_t):
13916         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
13917         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
13918         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
13919         (re_string_char_size_at, re_string_wchar_at):
13920         (re_string_elem_size_at):
13921         Use the new types and macros to port to 64-bit hosts.
13922         Use unsigned types for internal values, so that the code
13923         mostly works even for arrays larger than SSIZE_MAX.
13924         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
13925         (search_duplicated_node, calc_eclosure_iter, fetch_number):
13926         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
13927         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
13928         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
13929         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
13930         (calc_inveclosure, parse_dup_op, build_range_exp):
13931         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
13932         (fetch_number, create_token_tree, mark_opt_subexp):
13933         Likewise.
13934         * lib/regex_internal.c (re_string_construct_common,
13935         create_ci_newstate):
13936         (create_cd_newstate, re_string_allocate, re_string_construct):
13937         (re_string_realloc_buffers, build_wcs_upper_buffer):
13938         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
13939         (re_string_reconstruct, re_string_peek_byte_case):
13940         (re_string_fetch_byte_case, re_string_context_at):
13941         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
13942         (re_node_set_init_copy, re_node_set_add_intersect):
13943         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
13944         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
13945         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
13946         (re_acquire_state, re_acquire_state_context, register_state):
13947         Likewise.
13948         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
13949         search_cur_bkref_entry):
13950         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
13951         (re_search_internal, re_search_2_stub, re_search_stub)
13952         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
13953         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
13954         (update_cur_sifted_state, check_dst_limits):
13955         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
13956         (check_subexp_limits, sift_states_bkref, merge_state_array):
13957         (check_subexp_matching_top, get_subexp, get_subexp_sub):
13958         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
13959         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
13960         (expand_bkref_cache, check_node_accept_bytes):
13961         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
13962         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
13963         (acquire_init_state_context, check_halt_node_context):
13964         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
13965         (sift_states_backward, clean_state_log_if_needed):
13966         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
13967         (find_recover_state, transit_state_sb, transit_state_mb):
13968         (transit_state_bkref, build_trtable, match_ctx_clean):
13969         Likewise.
13970         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
13971         to work around an assumption that REG_MISSING is negative.
13972
13973         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
13974         (seek_collating_symbol_entry) [defined _LIBC]:
13975         (lookup_collation_sequence_value) [defined _LIBC]:
13976         (build_range_exp, build_collating_symbol) [defined _LIBC]:
13977         Use prototypes rather than old-style function definitions.
13978         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
13979         (transit_state_sb) [0]:
13980         (find_collation_sequence_value) [defined _LIBC]: Likewise.
13981
13982         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
13983         rm_eo.
13984
13985         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
13986         (optimize_subexps, lower_subexp):
13987         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
13988         since the signed shift might overflow.  Use 1u<<31 instead.
13989         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
13990         Likewise.
13991         * lib/regexec.c (check_dst_limits_calc_pos_1,
13992         check_subexp_matching_top): Likewise.
13993
13994         * lib/regcomp.c (optimize_subexps, lower_subexp):
13995         Use CHAR_BIT rather than 8, for clarity.
13996         * lib/regexec.c (check_dst_limits_calc_pos_1):
13997         (check_subexp_matching_top): Likewise.
13998         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
13999         have to worry about portability issues when shifting it left.
14000         Remove no-longer-needed test for table_size > 0.
14001         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
14002         in a word, as the resulting behavior is undefined.
14003         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
14004         in one case, a <= should have been an <, and in another case the
14005         whole test was missing.
14006         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
14007         the standard name CHAR_BIT.
14008         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
14009         this is not true on one's complement and signed-magnitude hosts.
14010
14011         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
14012         next_last_offset.
14013         (struct re_dfa_t): Remove unused member states_alloc.
14014         * lib/regcomp.c (init_dfa): Don't initialize unused members.
14015
14016 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14017
14018         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
14019         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
14020         and large-file glibc and in 32-bit large-file Solaris.
14021
14022 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14023
14024         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
14025         lengths fit in regoff_t; this isn't true if regoff_t is the same
14026         width as size_t.
14027         * lib/regex.c (re_search_internal): 5th arg is LAST_START
14028         (= START + RANGE) instead of RANGE.  This avoids overflow
14029         problems when regoff_t is the same width as size_t.
14030         All callers changed.
14031         (re_search_2_stub): Check for overflow when adding the
14032         sizes of the two strings.
14033         (re_search_stub): Check for overflow when adding START
14034         to RANGE; if it occurs, substitute the extreme value.
14035
14036 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14037
14038         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
14039
14040 2005-08-31  Jim Meyering  <jim@meyering.net>
14041
14042         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
14043         a pointer-to-const.
14044         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
14045         (register_state): Likewise.
14046         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
14047         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
14048         (group_nodes_into_DFAstates): Likewise.
14049
14050 2005-08-31  Jim Meyering  <jim@meyering.net>
14051
14052         * check-module: Add a FIXME comment.
14053
14054 2005-08-31  Eric Blake  <ebb9@byu.net>
14055
14056         * modules/unistd-safer (Files): Add unistd--.h.
14057         * modules/stdio-safer (Files): Add stdio--.h.
14058
14059 2005-08-31  Derek Price  <derek@ximbiot.com>
14060
14061         * lib/getdelim.c (getdelim): Return EOF on EOF.
14062         Reported by Larry Jones <lawrence.jones@ugs.com>.
14063
14064 2005-08-31  Bruno Haible  <bruno@clisp.org>
14065
14066         Avoid unnecessary diffs in the generated lib/Makefile.am.
14067         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
14068         the generated files.
14069         (func_import): Don't set cmd.
14070
14071 2005-08-31  Bruno Haible  <bruno@clisp.org>
14072
14073         * lib/strstr.c: Include <stddef.h>, for NULL.
14074         * lib/strcasestr.c: Likewise.
14075         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
14076
14077 2005-08-31  Bruno Haible  <bruno@clisp.org>
14078
14079         * gnulib-tool: New option --macro-prefix.
14080         (func_import): Use macro_prefix.
14081         (import): Handle option --macro-prefix.
14082
14083 2005-08-31  Bruno Haible  <bruno@clisp.org>
14084
14085         * gnulib-tool (import): Rename most ac_* variables to cached_*.
14086         Also use new variables cached_lgpl, cached_libtool.
14087
14088 2005-08-31  Bruno Haible  <bruno@clisp.org>
14089
14090         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
14091         always instantiating them.
14092
14093 2005-08-31  Bruno Haible  <bruno@clisp.org>
14094
14095         * gnulib-tool (func_import): Read the previous cached settings
14096         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
14097         earlier added by gnulib but are now dropped. Warn when a gnulib file
14098         overwrites a non-gnulib file.
14099
14100 2005-08-31  Bruno Haible  <bruno@clisp.org>
14101
14102         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
14103         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
14104         projects that don't keep autogenerated files in CVS. Put into
14105         actioncmd only the specified modules, not the transitive closure.
14106
14107 2005-08-31  Bruno Haible  <bruno@clisp.org>
14108
14109         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
14110         Create directories that shall be filled.
14111         (import): Don't look for gl_* macros in configure.ac. Recurse across
14112         all directories containing a gnulib-cache.m4 files, if meaningful.
14113
14114 2005-08-31  Bruno Haible  <bruno@clisp.org>
14115
14116         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
14117         (import): Set seen_libtool when we see gl_LIBTOOL.
14118
14119 2005-08-31  Bruno Haible  <bruno@clisp.org>
14120
14121         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
14122         declaration macro definitions from generated gnulib.m4.
14123
14124 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
14125
14126         * lib/iconvme.h: Add prototype for iconv_alloc.
14127
14128 2005-08-29  Simon Josefsson  <jas@extundo.com>
14129
14130         * lib/iconvme.c: Fix errno.
14131
14132 2005-08-29  Bruno Haible  <bruno@clisp.org>
14133
14134         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
14135         that it works when the directory contains spaces.
14136
14137 2005-08-29  Bruno Haible  <bruno@clisp.org>
14138
14139         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
14140
14141 2005-08-29  Bruno Haible  <bruno@clisp.org>
14142
14143         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
14144         Emit more advice.
14145
14146 2005-08-29  Bruno Haible  <bruno@clisp.org>
14147         and Stepan Kasal  <kasal@ucw.cz>
14148
14149         * check-module: If more parameters are given, check each of them
14150         separately; add more exceptions, as noted by Jim Meyering.
14151         (check_module): New procedure.
14152         (%exempt_header): Now contains all exceptions.
14153
14154 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
14155
14156         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
14157
14158 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
14159
14160         * lib/iconvme.c: Split iconv_string into iconv_alloc.
14161
14162 2005-08-28  Bruno Haible  <bruno@clisp.org>
14163
14164         * m4/gnulib-tool.m4: New file.
14165
14166 2005-08-27  Jim Meyering  <jim@meyering.net>
14167
14168         * modules/unistd-safer (Files): Add pipe-safer.c.
14169         * modules/fcntl-safer (Files): Add creat-safer.c.
14170
14171 2005-08-27  Jim Meyering  <jim@meyering.net>
14172
14173         * m4/stdlib-safer.m4: New file.  From coreutils.
14174         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
14175         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
14176         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
14177         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
14178         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
14179
14180 2005-08-27  Jim Meyering  <jim@meyering.net>
14181
14182         * lib/fopen-safer.c: Merge minor changes from coreutils.
14183         * lib/dup-safer.c: Likewise.
14184         * lib/fd-safer.c: Likewise.
14185
14186         Merge from coreutils.
14187         * lib/stdio--.h: New file.
14188         * lib/stdlib--.h: New file.
14189         * lib/mkstemp-safer.c: New file.
14190
14191         GNU tar needs these.
14192         * lib/pipe-safer.c: New file.
14193         * lib/creat-safer.c: New file.
14194         * lib/fcntl--.h (creat): Define to creat_safer.
14195         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
14196         * lib/unistd--.h (pipe): Define to pipe_safer.
14197         * lib/unistd-safer.h: Declare pipe_safer.
14198
14199 2005-08-26  Simon Josefsson  <jas@extundo.com>
14200
14201         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
14202         Haible <bruno@clisp.org>.
14203
14204 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
14205
14206         * lib/regex_internal.h: Remove all references to
14207         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
14208         or better.
14209         (bitset_not, bitset_merge, bitset_not_merge):
14210         (bitset_mask, re_string_allocate, re_string_construct):
14211         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
14212         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
14213         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
14214         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
14215         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
14216         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
14217         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
14218         (re_acquire_state_context):
14219         Remove unnecessary forward decls.
14220         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
14221         Put __attribute at function definition,
14222         now that the function decl has been removed.
14223         * lib/regex_internal.c (re_string_peek_byte_case):
14224         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
14225         Likewise.
14226
14227 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
14228
14229         * m4/regex.m4: Add AC_PREREQ(2.50).
14230         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
14231
14232 2005-08-25  Simon Josefsson  <jas@extundo.com>
14233
14234         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
14235         __fsetlocking.
14236
14237 2005-08-25  Simon Josefsson  <jas@extundo.com>
14238
14239         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
14240         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
14241         GLIBC specific code.
14242
14243 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14244
14245         Make regex safe for g++.  This fixes one real bug (an "err"
14246         that should have been "*err").  g++ problem reported by
14247         Sam Steingold.
14248         * lib/regex_internal.h (re_calloc): New macro, consistent with
14249         re_malloc etc.  All callers of calloc changed to use re_calloc.
14250         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
14251         not int.  All callers changed.
14252         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
14253         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
14254         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
14255         (find_recover_state): Change "err" to "*err"; this fixes what
14256         appears to be a real bug.
14257         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
14258         versus int.
14259
14260 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14261
14262         * modules/regex (Depends-on): Add malloc, since the code
14263         assumes that !malloc(0) means failure.
14264
14265 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14266
14267         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
14268
14269         alloca modernization/simplification for regex.
14270         * lib/regex.c: Remove portability cruft for alloca.  This no longer
14271         needs to be at the start of the file, and can be moved into
14272         regex_internal.h and simplified.
14273         * lib/regex_internal.h: Include <alloca.h>.
14274         (__libc_use_alloca) [!defined _LIBC]: New macro.
14275         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
14276         now works outside glibc.
14277
14278 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14279
14280         * config/srclist.txt: Add glibc bugs 1241, 1245.
14281
14282 2005-08-25  Jim Meyering  <jim@meyering.net>
14283
14284         * lib/open-safer.c: Include <config.h>.
14285         Otherwise, we'd lose LARGEFILE support in any file using
14286         e.g. "fcntl--.h"
14287
14288 2005-08-25  Bruno Haible  <bruno@clisp.org>
14289
14290         * m4/minmax.m4: Require autoconf 2.52.
14291         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
14292         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
14293         alternatives of translit over the alphabet.
14294         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
14295
14296 2005-08-24  Simon Josefsson  <jas@extundo.com>
14297
14298         * tests/test-getpass.c: New file.
14299
14300 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
14301
14302         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
14303         for GNU regex features.
14304
14305 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
14306
14307         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
14308         * lib/regex.h (regerror): Likewise.
14309
14310         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
14311         requires this.  (The code never needed it.)
14312
14313         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
14314         All uses of recently-renamed identifiers changed to use the new,
14315         POSIX-compliant names.  The code will build and run just fine
14316         without these changes, but it's better to eat our own dog food
14317         and use the standard-conforming names.
14318
14319         * lib/regex.h: Fix a multitude of POSIX name space violations.
14320         These changes have an effect only for programs that define
14321         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
14322         do not change anything for programs compiled in the normal way.
14323         Also, there is no effect on the ABI.
14324
14325         (_REGEX_SOURCE): New macro.
14326         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
14327         defined and _GNU_SOURCE is not; this fixes a name space violation.
14328
14329         Rename the following macros to obey POSIX requirements.
14330         The old names are still visible as macros if _REGEX_SOURCE is defined.
14331         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
14332         RE_BACKSLASH_ESCAPE_IN_LISTS.
14333         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
14334         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
14335         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
14336         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
14337         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
14338         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
14339         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
14340         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
14341         (REG_INTERVALS): renamed from RE_INTERVALS.
14342         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
14343         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
14344         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
14345         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
14346         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
14347         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
14348         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
14349         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
14350         RE_UNMATCHED_RIGHT_PAREN_ORD.
14351         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
14352         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
14353         (REG_DEBUG): renamed from RE_DEBUG.
14354         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
14355         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
14356         unusual, since we can't clash with the POSIX REG_ICASE.
14357         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
14358         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
14359         (REG_NO_SUB): renamed from RE_NO_SUB.
14360         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
14361         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
14362         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
14363         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
14364         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
14365         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
14366         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
14367         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
14368         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
14369         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
14370         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
14371         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
14372         RE_SYNTAX_POSIX_MINIMAL_BASIC.
14373         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
14374         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
14375         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
14376         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
14377         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
14378         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
14379         (REG_FIXED): Renamed from REGS_FIXED.
14380         (REG_NREGS): Renamed from RE_NREGS.
14381
14382         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
14383         of other REG_* macros, since POSIX says the user is allowed to
14384         #undef these macros selectively.
14385
14386         (reg_errcode_t): Update comment stating what other tables need
14387         to be consistent.
14388
14389         Rename the following enum values to obey POSIX requirements.
14390         The old names are still visible as macros.
14391         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
14392         is not defined, since GNU is supposed to be a superset of POSIX as
14393         much as possible, and since we want reg_errcode_t to be a signed
14394         type for implementation consistency.
14395         (_REG_NOERROR): Renamed from REG_NOERROR.
14396         (_REG_NOMATCH): Renamed from REG_NOMATCH.
14397         (_REG_BADPAT): Renamed from REG_BADPAT.
14398         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
14399         (_REG_ECTYPE): Renamed from REG_ECTYPE.
14400         (_REG_EESCAPE): Renamed from REG_EESCAPE.
14401         (_REG_ESUBREG): Renamed from REG_ESUBREG.
14402         (_REG_EBRACK): Renamed from REG_EBRACK.
14403         (_REG_EPAREN): Renamed from REG_EPAREN.
14404         (_REG_EBRACE): Renamed from REG_EBRACE.
14405         (_REG_BADBR): Renamed from REG_BADBR.
14406         (_REG_ERANGE): Renamed from REG_ERANGE.
14407         (_REG_ESPACE): Renamed from REG_ESPACE.
14408         (_REG_BADRPT): Renamed from REG_BADRPT.
14409         (_REG_EEND): Renamed from REG_EEND.
14410         (_REG_ESIZE): Renamed from REG_ESIZE.
14411         (_REG_ERPAREN): Renamed from REG_ERPAREN.
14412         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
14413         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
14414         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
14415         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
14416
14417         (_REG_RE_NAME, _REG_RM_NAME): New macros.
14418         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
14419         changed.  But support the old name if the new one is not defined
14420         and if _REGEX_SOURCE.
14421
14422         Change the following member names in struct re_pattern_buffer.
14423         The old names are still supported if !_REGEX_SOURCE.
14424         The new names are always supported, regardless of _REGEX_SOURCE.
14425         (re_buffer): Renamed from buffer.
14426         (re_allocated): Renamed from allocated.
14427         (re_used): Renamed from used.
14428         (re_syntax): Renamed from syntax.
14429         (re_fastmap): Renamed from fastmap.
14430         (re_translate): Renamed from translate.
14431         (re_can_be_null): Renamed from can_be_null.
14432         (re_regs_allocated): Renamed from regs_allocated.
14433         (re_fastmap_accurate): Renamed from fastmap_accurate.
14434         (re_no_sub): Renamed from no_sub.
14435         (re_not_bol): Renamed from not_bol.
14436         (re_not_eol): Renamed from not_eol.
14437         (re_newline_anchor): Renamed from newline_anchor.
14438
14439         Change the following member names in struct re_registers.
14440         The old names are still supported if !_REGEX_SOURCE.
14441         The new names are always supported, regardless of _REGEX_SOURCE.
14442         (rm_num_regs): Renamed from num_regs.
14443         (rm_start): Renamed from start.
14444         (rm_end): Renamed from end.
14445
14446         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
14447         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
14448         Prepend __ to parameter names.
14449
14450         Undo yesterday's changes.
14451
14452 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
14453
14454         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
14455         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
14456         lib/regex.c.
14457
14458 2005-08-24  Jim Meyering  <jim@meyering.net>
14459
14460         Sync from coreutils.
14461         * m4/fcntl-safer.m4: New file.
14462
14463         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
14464         and object files for this module.
14465
14466 2005-08-24  Jim Meyering  <jim@meyering.net>
14467
14468         Sync from coreutils.
14469         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
14470
14471 2005-08-24  Jim Meyering  <jim@meyering.net>
14472
14473         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
14474         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
14475
14476 2005-08-24  Jim Meyering  <jim@meyering.net>
14477
14478         * modules/fcntl-safer: New module.
14479         * modules/fts (Depends-on): Add fcntl-safer.
14480         * MODULES.html.sh (File descriptor based Input/Output):
14481         Add fcntl-safer.
14482
14483 2005-08-24  Bruno Haible  <bruno@clisp.org>
14484
14485         Support for unit test modules.
14486         * modules/README: Mention tests modules.
14487         * modules/TEMPLATE-TESTS: New file.
14488         * gnulib-tool: New options --extract-tests-module, --with-tests and
14489         --tests-base (unused for the moment).
14490         (testsbase, inctests): New variables.
14491         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
14492         (func_verify_module): Exclude TEMPLATE-TESTS.
14493         (func_verify_nontests_module, func_verify_tests_module): New functions.
14494         (func_get_dependencies): Add implicit dependency for tests modules.
14495         (func_get_tests_module): New function.
14496         (func_modules_transitive_closure): When --with-tests was specified,
14497         include the unit tests as well, unless explicitly avoided.
14498         (func_emit_lib_Makefile_am): Ignore the tests modules here.
14499         (func_emit_tests_Makefile_am): New function.
14500         (func_create_testdir): When --with-tests was specified, emit a
14501         tests/ directory.
14502         * MODULES.html.sh (Future developments): Update.
14503
14504 2005-08-24  Bruno Haible  <bruno@clisp.org>
14505
14506         * modules/tls-tests: New file.
14507         * tests/test-tls.c: New file, from GNU gettext.
14508
14509 2005-08-24  Bruno Haible  <bruno@clisp.org>
14510
14511         * modules/lock-tests: New file.
14512         * tests/test-lock.c: New file, from GNU gettext.
14513
14514 2005-08-24  Bruno Haible  <bruno@clisp.org>
14515
14516         * lib/lock.h: Add multiple inclusion guard.
14517         * lib/tls.h: Add multiple inclusion guard.
14518
14519 2005-08-24  Bruno Haible  <bruno@clisp.org>
14520
14521         * gnulib-tool: Add support for the --aux-dir option to
14522         --create-testdir, --create-megatestdir, --test, --megatest.
14523         (func_create_testdir, func_create_megatestdir): Optionally emit a
14524         AC_CONFIG_AUX_DIR directive.
14525         (create-testdir, create-megatestdir, test, megatest): Provide a
14526         default value for $auxdir.
14527
14528 2005-08-24  Bruno Haible  <bruno@clisp.org>
14529
14530         * gnulib-tool (import): Use compound statement instead of subshell
14531         where possible.
14532
14533 2005-08-24  Bruno Haible  <bruno@clisp.org>
14534
14535         * gnulib-tool (import): Change --aux-dir default to "build-aux".
14536
14537 2005-08-24  Bruno Haible  <bruno@clisp.org>
14538
14539         * gnulib-tool (func_version): Update.
14540
14541 2005-08-24  Bruno Haible  <bruno@clisp.org>
14542
14543         * gnulib-tool (func_import, func_create_testdir,
14544         func_create_megatestdir): Quote all autoconf macro arguments.
14545
14546 2005-08-24  Bruno Haible  <bruno@clisp.org>
14547
14548         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
14549         option --force, because --force causes the aclocal.m4 of each
14550         subdirectory to be newer than the corresponding config.h.in.
14551
14552 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
14553
14554         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
14555         All contents moved to gl_REGEX.
14556         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
14557         assume that it does.
14558
14559 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
14560
14561         * lib/regex.h (REG_NOSYS)
14562         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
14563         Define, since POSIX requires it as of 2001.
14564         (_REG_ENOSYS)
14565         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
14566         New private symbol, used to keep the enum signed in all cases.
14567         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
14568         Youngman in
14569         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
14570
14571         * lib/regex_internal.c (re_string_skip_chars, register_state):
14572         (calc_state_hash):
14573         Remove forward decls; no longer needed now that we use prototypes.
14574         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
14575         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
14576         (clean_state_log_if_needed): Likewise.
14577
14578 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
14579
14580         * config/srclist.txt: Add glibc bugs 1231-1233.
14581
14582 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14583
14584         Fix problems reported by Sam Steingold in
14585         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
14586         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
14587         assumed that reg_errcode_t is a signed type, which is not
14588         necessarily true if _XOPEN_SOURCE is not defined.
14589         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
14590         since some compilers warn about it otherwise.
14591
14592 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14593
14594         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
14595         (init_word_char, create_initial_state, duplicate_node_closure):
14596         (fetch_token, peek_token_bracket, build_range_exp):
14597         (build_collating_symbol): Remove forward decls; no longer needed
14598         now that we use prototypes.
14599
14600         * lib/regcomp.c:
14601         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
14602         (re_compile_fastmap_iter, regcomp, regerror, regfree):
14603         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
14604         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
14605         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
14606         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
14607         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
14608         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
14609         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
14610         (build_range_exp, build_collating_symbol, parse_bracket_exp):
14611         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
14612         (build_charclass, build_charclass_op, fetch_number, create_tree):
14613         (create_token_tree, mark_opt_subexp, duplicate_tree):
14614         Use prototypes rather than old-style definitions.
14615
14616         * lib/regex_internal.c:
14617         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
14618         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
14619         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
14620         (re_string_reconstruct, re_string_peek_byte_case):
14621         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
14622         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
14623         (re_node_set_init_copy, re_node_set_add_intersect):
14624         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
14625         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
14626         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
14627         (re_acquire_state, re_acquire_state_context, register_state):
14628         (create_ci_newstate, create_cd_newstate, free_state):
14629         Likewise.
14630         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
14631         re_search_2):
14632         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
14633         (re_search_internal, prune_impossible_nodes):
14634         (acquire_init_state_context, check_matching, static):
14635         (check_halt_node_context, check_halt_state_context, proceed_next_node):
14636         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
14637         (update_regs, sift_states_backward, build_sifted_states):
14638         (clean_state_log_if_needed, merge_state_array):
14639         (update_cur_sifted_state, add_epsilon_src_nodes):
14640         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
14641         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
14642         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
14643         (find_recover_state, check_subexp_matching_top, transit_state_mb):
14644         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
14645         (check_arrival, check_arrival_add_next_nodes):
14646         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
14647         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
14648         (check_node_accept_bytes, check_node_accept, extend_buffers):
14649         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
14650         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
14651         (sift_ctx_init):
14652         Likewise.
14653
14654         * lib/regex_internal.h:
14655         (re_string_allocate, re_string_construct, re_string_reconstruct):
14656         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
14657         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
14658         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
14659         (re_string_context_at, re_string_peek_byte_case):
14660         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
14661         is defined, since we now use prototypes always.
14662
14663         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
14664         C89 or better.  All uses removed.
14665
14666 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14667
14668         * config/srclist.txt: Add glibc bugs 1220-1227.
14669
14670 2005-08-20  Jim Meyering  <jim@meyering.net>
14671
14672         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
14673         of unused local, dfa.
14674
14675 2005-08-20  Bruno Haible  <bruno@clisp.org>
14676
14677         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
14678
14679 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14680
14681         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
14682         (re_node_set_insert_last, re_dfa_add_node):
14683         Rename local variables to avoid GCC shadowing warnings.
14684
14685 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14686
14687         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
14688         [defined lint]: Suppress bogus uninitialized-variable warnings.
14689
14690         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
14691         and let the caller return REG_ESPACE if out of space.  This
14692         removes an uninitialied-variable warning with GCC 4.0.1, and also
14693         avoids taking the address of a local variable.  All callers
14694         changed.
14695
14696 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14697
14698         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
14699         $LIBCSRC/posix/regexec.c.
14700         Add glibc bug 1217 for regcomp.c.
14701
14702 2005-08-19  Jim Meyering  <jim@meyering.net>
14703
14704         * lib/regexec.c (proceed_next_node): Redo local variables to
14705         avoid GCC shadowing warnings.
14706
14707 2005-08-18  Bruno Haible  <bruno@clisp.org>
14708
14709         * lib/strstr.c (strstr): Fix return value in multibyte case.
14710         * lib/strcasestr.c (strcasestr): Likewise.
14711
14712 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
14713
14714         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
14715
14716 2005-08-17  Jim Meyering  <jim@meyering.net>
14717
14718         Make the %s format (seconds since the epoch) work for a negative
14719         number and when used with a zero-padded field width, e.g. %015s.
14720
14721         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
14722         label so that it precedes the code to set `digits'.  Otherwise,
14723         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
14724         print `00-22'.  Now, it prints `-0022', as it should.
14725
14726 2005-08-17  Bruno Haible  <bruno@clisp.org>
14727
14728         * modules/strstr (Files): Add m4/mbrtowc.m4.
14729         (Depends-on): Add mbuiter.
14730
14731 2005-08-17  Bruno Haible  <bruno@clisp.org>
14732
14733         * modules/strcasestr: New file.
14734         * MODULES.html.sh (String handling, based on ANSI C 89): Add
14735         strcasestr.
14736
14737 2005-08-17  Bruno Haible  <bruno@clisp.org>
14738
14739         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
14740
14741 2005-08-17  Bruno Haible  <bruno@clisp.org>
14742
14743         * modules/mbuiter: New file.
14744         * MODULES.html.sh (Extended multibyte and wide character utilities):
14745         Add mbuiter.
14746
14747 2005-08-17  Bruno Haible  <bruno@clisp.org>
14748
14749         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
14750         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
14751
14752 2005-08-17  Bruno Haible  <bruno@clisp.org>
14753
14754         * m4/strcasestr.m4: New file.
14755
14756 2005-08-17  Bruno Haible  <bruno@clisp.org>
14757
14758         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
14759         * lib/strstr.c: Completely rewritten, with multibyte locale support.
14760
14761 2005-08-17  Bruno Haible  <bruno@clisp.org>
14762
14763         * lib/strcasestr.h: New file.
14764         * lib/strcasestr.c: New file.
14765
14766 2005-08-17  Bruno Haible  <bruno@clisp.org>
14767
14768         * lib/strcasecmp.c: Use mbuiter.h.
14769
14770 2005-08-17  Bruno Haible  <bruno@clisp.org>
14771
14772         * lib/mbuiter.h: New file.
14773
14774 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
14775
14776         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
14777         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
14778         and gl_GETOPT are both invoked via different paths (as happens
14779         with GNU tar CVS because it uses both argp and getopt), the former
14780         wins.
14781
14782 2005-08-16  Bruno Haible  <bruno@clisp.org>
14783
14784         * modules/tls: New file.
14785         * MODULES.html.sh (Multithreading): Add tls.
14786
14787 2005-08-16  Bruno Haible  <bruno@clisp.org>
14788
14789         * modules/strnlen1: New file.
14790         * MODULES.html.sh (String handling): Add strnlen1.
14791
14792 2005-08-16  Bruno Haible  <bruno@clisp.org>
14793
14794         * modules/strcase (Files): Add m4/mbrtowc.m4.
14795         (Depends-on): Add strnlen1, mbchar.
14796
14797 2005-08-16  Bruno Haible  <bruno@clisp.org>
14798
14799         * modules/mbiter: New file.
14800         * MODULES.html.sh (Extended multibyte and wide character utilities):
14801         Add mbiter.
14802
14803 2005-08-16  Bruno Haible  <bruno@clisp.org>
14804
14805         * modules/mbfile: New file.
14806         * MODULES.html.sh (Extended multibyte and wide character utilities):
14807         Add mbfile.
14808
14809 2005-08-16  Bruno Haible  <bruno@clisp.org>
14810
14811         * modules/mbchar: New file.
14812         * MODULES.html.sh (Extended multibyte and wide character utilities):
14813         New section.
14814
14815 2005-08-16  Bruno Haible  <bruno@clisp.org>
14816
14817         * m4/tls.m4: New file, from GNU gettext.
14818
14819 2005-08-16  Bruno Haible  <bruno@clisp.org>
14820
14821         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
14822         always.
14823         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
14824
14825 2005-08-16  Bruno Haible  <bruno@clisp.org>
14826
14827         * m4/mbiter.m4: New file.
14828
14829 2005-08-16  Bruno Haible  <bruno@clisp.org>
14830
14831         * m4/mbfile.m4: New file.
14832
14833 2005-08-16  Bruno Haible  <bruno@clisp.org>
14834
14835         * m4/mbchar.m4: New file.
14836
14837 2005-08-16  Bruno Haible  <bruno@clisp.org>
14838
14839         * lib/tls.h: New file, from GNU gettext.
14840         * lib/tls.c: New file, from GNU gettext.
14841
14842 2005-08-16  Bruno Haible  <bruno@clisp.org>
14843
14844         * lib/strnlen1.h: New file.
14845         * lib/strnlen1.c: New file.
14846
14847 2005-08-16  Bruno Haible  <bruno@clisp.org>
14848
14849         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
14850         (mbi_init): Update.
14851         (mbi_avail, mbi_advance): Let the iteration end before the terminating
14852         NUL byte, not after it.
14853
14854 2005-08-16  Bruno Haible  <bruno@clisp.org>
14855
14856         * lib/strcase.h (strcasecmp): Add note in comments.
14857         * lib/strncasecmp.c: Use code from strcasecmp.c.
14858         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
14859         (strcasecmp): Work correctly in multibyte locales.
14860
14861 2005-08-16  Bruno Haible  <bruno@clisp.org>
14862
14863         * lib/mbiter.h: New file.
14864
14865 2005-08-16  Bruno Haible  <bruno@clisp.org>
14866
14867         * lib/mbfile.h: New file.
14868
14869 2005-08-16  Bruno Haible  <bruno@clisp.org>
14870
14871         * lib/mbchar.h: New file.
14872         * lib/mbchar.c: New file.
14873
14874 2005-08-16  Bruno Haible  <bruno@clisp.org>
14875
14876         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
14877         the valid ones. Makes the comparison operations transitive:
14878         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
14879         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
14880
14881 2005-08-15  Simon Josefsson  <jas@extundo.com>
14882
14883         * modules/ssize_t (License): Change to 'unlimited'.
14884
14885         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
14886
14887 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
14888
14889         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
14890         Add comments for each pending glibc patch.
14891
14892 2005-08-15  Bruno Haible  <bruno@clisp.org>
14893
14894         * lib/regex.h (__restrict_arr): Don't define to __restrict if
14895         __cplusplus is defined.
14896
14897 2005-08-14  Jim Meyering  <jim@meyering.net>
14898
14899         Sync from coreutils.
14900
14901         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
14902         Use the hash-table-based cycle-detection code not just when
14903         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
14904         Reported by James Youngman in
14905         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
14906         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
14907         FTS_TIGHT_CYCLE_CHECK.
14908         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
14909         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
14910         once again.
14911         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
14912         * lib/fts.c (fd_safer): Remove decl.
14913         Include fcntl--.h rather than unistd-safer.h
14914         (fts_safe_changedir): Don't call fd_safer; no longer needed
14915         now that we include fcntl--.h.
14916
14917 2005-08-12  Simon Josefsson  <jas@extundo.com>
14918
14919         * modules/getndelim2: Use ssize_t module.
14920         * modules/getnline: Likewise.
14921         * modules/safe-read: Likewise.
14922         * modules/xreadlink: Likewise.
14923
14924         * modules/ssize_t: New file.
14925
14926 2005-08-12  Simon Josefsson  <jas@extundo.com>
14927
14928         * m4/readline.m4: Look for termcap, curses or ncurses if required.
14929
14930 2005-08-12  Simon Josefsson  <jas@extundo.com>
14931
14932         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14933         ssize_t.
14934
14935 2005-08-12  Simon Josefsson  <jas@extundo.com>
14936
14937         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
14938         readline, getdelim and check_version.
14939         (Support for systems lacking ISO C 99: Sizes of integer types):
14940         Add size_max.
14941
14942 2005-08-12  Bruno Haible  <bruno@clisp.org>
14943
14944         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
14945
14946 2005-08-11  Simon Josefsson  <jas@extundo.com>
14947
14948         * modules/readline: New file.
14949
14950         * modules/strnlen (Files): Add strnlen.h.
14951
14952 2005-08-11  Simon Josefsson  <jas@extundo.com>
14953
14954         * m4/readline.m4: New file.
14955
14956 2005-08-11  Simon Josefsson  <jas@extundo.com>
14957
14958         * lib/readline.h, readline.c: New file.
14959
14960 2005-08-11  Simon Josefsson  <jas@extundo.com>
14961
14962         * doc/gnulib.texi (Initial import, Finishing touches): Mention
14963         gl_AVOID.
14964
14965 2005-08-11  Bruno Haible  <bruno@clisp.org>
14966
14967         * lib/strnlen.h (strnlen): Change parameter name to match comment.
14968
14969 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
14970
14971         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
14972
14973 2005-08-10  Simon Josefsson  <jas@extundo.com>
14974
14975         * tests/test-iconvme.c: New file.
14976
14977 2005-08-10  Simon Josefsson  <jas@extundo.com>
14978
14979         * m4/strnlen.m4: New file.
14980
14981         * m4/strndup.m4: Don't check for strnlen declaration, done in
14982         strnlen.m4.
14983
14984 2005-08-10  Simon Josefsson  <jas@extundo.com>
14985
14986         * lib/strndup.c: Use strnlen.h.
14987
14988         * lib/strnlen.h: New file.
14989
14990 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
14991
14992         * README: Typos.
14993
14994 2005-08-02  Simon Josefsson  <jas@extundo.com>
14995
14996         * modules/readline: New file.
14997
14998 2005-08-02  Simon Josefsson  <jas@extundo.com>
14999
15000         * modules/getdelim: New file.
15001
15002         * modules/getline: Rewrite, don't use getndelim2.
15003
15004 2005-08-02  Simon Josefsson  <jas@extundo.com>
15005
15006         * m4/getline.m4: Separate out getdelim stuff into separate module.
15007
15008         * m4/getdelim.m4: New file.
15009
15010 2005-08-02  Simon Josefsson  <jas@extundo.com>
15011
15012         * lib/getline.h, getline.c: Rewrite.
15013
15014         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
15015
15016 2005-07-31  Bruno Haible  <bruno@clisp.org>
15017
15018         * lib/lock.h (gl_lock_initializer): New macro.
15019         (gl_lock_define_initialized): Use it.
15020         (gl_rwlock_initializer): New macro.
15021         (gl_rwlock_define_initialized): Use it.
15022         (gl_recursive_lock_initializer): New macro.
15023         (gl_recursive_lock_define_initialized): Use it.
15024
15025 2005-07-30  Karl Berry  <karl@gnu.org>
15026
15027         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
15028         Report from Ben Pfaff, regarding getopt.
15029
15030 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
15031
15032         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
15033         normal way.
15034         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
15035         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
15036         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
15037         (gl_GETOPT): Use the new macros.  Most of the implementation
15038         is moved to the new macros.  This is for programs like Emacs
15039         that don't want all the functionality of gl_GETOPT.
15040
15041 2005-07-26  Bruno Haible  <bruno@clisp.org>
15042
15043         * m4/lock.m4: Update from GNU gettext.
15044
15045 2005-07-26  Bruno Haible  <bruno@clisp.org>
15046
15047         * lib/lock.h: Update from GNU gettext.
15048         * lib/lock.c: Update from GNU gettext.
15049
15050 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
15051
15052         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
15053         obsolescent AC_TRY_RUN.  Include the default includes files, for
15054         'exit'.
15055
15056 2005-07-24  Bruno Haible  <bruno@clisp.org>
15057
15058         * modules/visibility: New file.
15059         * MODULES.html.sh (Misc): Add visibility.
15060
15061 2005-07-24  Bruno Haible  <bruno@clisp.org>
15062
15063         * m4/visibility.m4: New file.
15064
15065 2005-07-24  Bruno Haible  <bruno@clisp.org>
15066
15067         * doc/visibility.texi: New file.
15068
15069 2005-07-22  Bruno Haible  <bruno@clisp.org>
15070
15071         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
15072         $(ALLOCA_H), redundant through BUILT_SOURCES.
15073         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
15074         redundant through BUILT_SOURCES.
15075         * modules/byteswap (Makefile.am): Remove explicit dependency on
15076         $(BYTESWAP_H), redundant through BUILT_SOURCES.
15077         * modules/fnmatch (Makefile.am): Remove explicit dependency on
15078         $(FNMATCH_H), redundant through BUILT_SOURCES.
15079         * modules/getopt (Makefile.am): Remove explicit dependency on
15080         $(GETOPT_H), redundant through BUILT_SOURCES.
15081         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
15082         redundant through BUILT_SOURCES.
15083         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
15084         redundant through BUILT_SOURCES.
15085         * modules/stdbool (Makefile.am): Remove explicit dependency on
15086         $(STDBOOL_H), redundant through BUILT_SOURCES.
15087         * modules/stdint (Makefile.am): Remove explicit dependency on
15088         $(STDINT_H), redundant through BUILT_SOURCES.
15089         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
15090         Remove explicit dependency on $(SYSEXITS_H).
15091         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
15092
15093 2005-07-18  Simon Josefsson  <jas@extundo.com>
15094
15095         * lib/check-version.c (check_version): Accept identical versions too.
15096
15097 2005-07-18  Bruno Haible  <bruno@clisp.org>
15098
15099         * modules/lock: New file.
15100         * MODULES.html.sh (Multithreading): New section.
15101
15102 2005-07-18  Bruno Haible  <bruno@clisp.org>
15103
15104         * m4/lock.m4: New file, from GNU gettext.
15105
15106 2005-07-18  Bruno Haible  <bruno@clisp.org>
15107
15108         * lib/lock.h: New file, from GNU gettext.
15109         * lib/lock.c: New file, from GNU gettext.
15110
15111 2005-07-18  Bruno Haible  <bruno@clisp.org>
15112
15113         * lib/lock.h (gl_once_t): New type.
15114         (gl_once_define, gl_once): New macros.
15115         * lib/lock.c (fresh_once): New variable.
15116         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
15117         functions.
15118
15119 2005-07-16  Simon Josefsson  <jas@extundo.com>
15120
15121         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
15122         workaround, suggested by Bruno.
15123
15124 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
15125
15126         * modules/xalloc (Depends-on): Add xalloc-die.
15127         * modules/xvasprintf (Depends-on): Add xalloc-die.
15128
15129 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
15130
15131         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
15132         with a minor change.
15133
15134 2005-07-15  Bruno Haible  <bruno@clisp.org>
15135
15136         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
15137         When using lib/poll.c, define poll as rpl_poll.
15138
15139 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
15140
15141         * modules/argp (Depends-on): Remove unlocked-io.
15142
15143 2005-07-14  Derek Price  <derek@ximbiot.com>
15144
15145         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
15146         for glob symlink bug.
15147
15148 2005-07-14  Bruno Haible  <bruno@clisp.org>
15149
15150         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
15151         Instead, test for *_unlocked function declarations directly.
15152
15153 2005-07-11  Simon Josefsson  <jas@extundo.com>
15154
15155         * modules/size_max: New file.
15156
15157         * modules/xsize: Depend on size_max module for size_max.m4.
15158
15159 2005-07-11  Simon Josefsson  <jas@extundo.com>
15160
15161         * lib/size_max.h: New file.
15162
15163 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
15164
15165         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
15166         copyright symbol and the year.
15167         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
15168         (version_etc_va): Use parameterized copyright notice.
15169         Reword to conform to the current GNU coding standards.
15170
15171 2005-07-11  Karl Berry  <karl@gnu.org>
15172
15173         * doc/gnulib.texi (Quoting): new node.
15174         (Initial import): more info, from Patrice.
15175
15176 2005-07-11  Bruno Haible  <bruno@clisp.org>
15177
15178         * gnulib-tool (func_usage): Document option --avoid.
15179         (Command line options): Handle --avoid.
15180         (func_acceptable): New function.
15181         (func_modules_transitive_closure): Use it.
15182
15183 2005-07-11  Bruno Haible  <bruno@clisp.org>
15184
15185         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
15186         Reported by Jim Meyering.
15187
15188 2005-07-10  Bruno Haible  <bruno@clisp.org>
15189
15190         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
15191         Needed when size_t is smaller than 'unsigned int'.
15192         Reported by Paul Eggert.
15193
15194 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15195
15196         * modules/argp (Depends-on): Add unlocked-io
15197
15198 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15199
15200         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
15201         block of defines.
15202
15203 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
15204
15205         * config/srclist.txt: Comment out regcomp.c, since we have a porting
15206         fix now.
15207
15208 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
15209         and Paul Eggert  <eggert@cs.ucla.edu>
15210
15211         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
15212         in wint_t, not wchar_t.  Remove now-unnecessary cast.
15213
15214 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15215
15216         * modules/regex (Files): Add lib/regex_internal.c,
15217         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
15218         (Depends-on): Add extensions.
15219         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
15220
15221 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15222
15223         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
15224         pathconf.
15225         * m4/same.m4 (gl_SAME): Likewise.
15226         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
15227
15228         * m4/regex.m4: Adjust to new libc regex implementation.
15229         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
15230         all the .c and .h parts of (the new) regex.
15231         Quote the m4 stuff better.
15232         Check for RE_ICASE bug of old gnulib.
15233         Check for REG_STARTEND of recent libc.
15234         Rename local variables from jm_* to gl_*.
15235         Quote operand of "test -f".
15236         Say "recent enough" version of libc, not "version 2".
15237         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
15238         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
15239         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
15240         Remove check for btowc, isascii.
15241         Require AM_LANGINFO_CODESET.
15242
15243 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15244
15245         * lib/regex.c, regex.h: Sync from libc.
15246         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
15247         * lib/regexec.c:
15248         New files, synced from libc, except that regex_internal.h
15249         currently has a small porting fix.
15250
15251 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15252
15253         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
15254         regex_internal.c, regexec.c.
15255         Add regex_internal.h too, but as a comment, since the libc version
15256         is currently broken in gnulib mode.
15257
15258 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
15259
15260         Support programs like Emacs that use gnulib but not gettext.
15261         * MODULES.html.sh (Internationalization functions): Add gettext-h.
15262         * modules/gettext-h: New file.
15263         * modules/gettext (Files): Remove lib/gettext.h.
15264         (Depends-on): Add gettext-h.
15265         (Makefile.am): Remove lib_SOURCES.
15266         * modules/argmatch, modules/c-stack, modules/closeout:
15267         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
15268         * modules/execute, modules/file-type, modules/getaddrinfo:
15269         * modules/getopt, modules/human, modules/javacomp:
15270         * modules/javaexec, modules/mkdir-p, modules/obstack:
15271         * modules/openat, modules/pagealign_alloc, modules/pipe:
15272         * modules/quotearg, modules/regex, modules/rpmatch:
15273         * modules/unicodeio, modules/userspec, modules/version-etc:
15274         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
15275         * modules/xsetenv:
15276         Depend on gettext-h, not gettext.
15277
15278 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
15279
15280         * gnulib-tool (func_import): Add support for 'public domain' license.
15281         * modules/alloca, modules/atexit, modules/memmove:
15282         Now public domain, not GPL.
15283         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
15284         * modules/realloc, modules/strerror, modules/strtod:
15285         Now LGPL, not GPL.
15286
15287 2005-07-05  Bruno Haible  <bruno@clisp.org>
15288
15289         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
15290         autoconf CVS. Needed for mingw.
15291
15292 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15293
15294         Remove the dependency of the strftime module on the tzset module.
15295         * modules/strftime (Depends-on): Remove dependency on tzset.
15296
15297 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15298
15299         Remove the dependency of the strftime module on the tzset module.
15300         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
15301         gl_FUNC_TZSET_CLOBBER.
15302
15303 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15304
15305         Remove the dependency of the strftime module on the tzset module.
15306         * lib/strftime.c (my_strftime)
15307         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
15308         Copy the input structure, to work around some of the bug with
15309         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
15310         Solaris releases, you should also use the tzset module, but we won't
15311         require it as a dependency any more since we don't want LGPLed code
15312         to depend on GPLed code.
15313
15314 2005-07-02  Jim Meyering  <jim@meyering.net>
15315
15316         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
15317         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
15318         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
15319         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
15320
15321 2005-07-02  Jim Meyering  <jim@meyering.net>
15322
15323         * lib/backupfile.c (backup_args): Change a `0' to NULL.
15324
15325 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
15326
15327         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
15328         declares only 'struct timespec;' (!).
15329
15330 2005-07-01  Jim Meyering  <jim@meyering.net>
15331
15332         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
15333         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
15334         * lib/save-cwd.c, tempname.c:
15335         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
15336         and don't include <sys/file.h>).
15337
15338 2005-06-29  Jim Meyering  <jim@meyering.net>
15339
15340         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
15341         type name.  Use the variable name instead.
15342         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
15343         Likewise.
15344
15345 2005-06-28  Simon Josefsson  <jas@extundo.com>
15346
15347         * modules/check-version (Files): Add check-version.m4.
15348
15349 2005-06-28  Simon Josefsson  <jas@extundo.com>
15350
15351         * m4/check-version.m4: New file, suggested by Jim Meyering
15352         <jim@meyering.net>.
15353
15354 2005-06-28  Simon Josefsson  <jas@extundo.com>
15355
15356         * lib/check-version.h, lib/check-version.c: New files.
15357
15358 2005-06-28  Simon Josefsson  <jas@extundo.com>
15359
15360         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
15361         collision with global variable.  Better indentation.  Don't
15362         increment buffer pointer beyond buffer end.  Based on comments
15363         from Paul Eggert <eggert@cs.ucla.edu>.
15364
15365         * lib/base64.h: Indent.
15366
15367 2005-06-28  Simon Josefsson  <jas@extundo.com>
15368
15369         * doc/gnulib.texi (Library version handling): New section.
15370
15371 2005-06-28  Jim Meyering  <jim@meyering.net>
15372
15373         * check-module (find_included_lib_files): Hard-code another
15374         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
15375         but modules/fts-lgpl (correctly) does not list those files.
15376
15377         * modules/canonicalize (Files): Add lib/pathmax.h.
15378
15379 2005-06-25  Simon Josefsson  <jas@extundo.com>
15380
15381         * modules/check-version: New file.
15382
15383 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
15384
15385         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
15386         initializer of struct addrinfo, as an indication that we don't
15387         care how many members the structure has.
15388
15389 2005-06-24  Derek Price  <derek@ximbiot.com>
15390         and Bruno Haible  <bruno@clisp.org>
15391
15392         Remove stat module & update lstat.
15393         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
15394         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
15395         * m4/stat.m4: Remove this file.
15396
15397 2005-06-24  Derek Price  <derek@ximbiot.com>
15398         and Bruno Haible  <bruno@clisp.org>
15399
15400         Remove stat module & update lstat.
15401         * lib/stat.c: Remove this file...
15402         (slash_aware_lstat): ...moving this content and its support...
15403         * lib/lstat.c (rpl_lstat): ...into here.
15404         * lib/lstat.h: New file.
15405
15406 2005-06-24  Derek Price  <derek@ximbiot.com>
15407         and Bruno Haible  <bruno@clisp.org>
15408
15409         Remove stat module & update lstat.
15410         * config/srclist.txt (libc sources): Remove stat.
15411
15412 2005-06-24  Derek Price  <derek@ximbiot.com>
15413         and Bruno Haible  <bruno@clisp.org>
15414
15415         Remove stat module & update lstat.
15416         * MODULES.html.sh (stat): Remove.
15417         * MODULES.html: Regenerated.
15418         * modules/lstat (Description): Correct function name.
15419         (Files): Add "lstat.h".
15420         (Depends-on): Remove stat, add xalloc, stat-macros.
15421         * modules/stat: Remove this file.
15422         (Include): Add "lstat.h", remove <sys/stat.h>.
15423
15424 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
15425
15426         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
15427         (ranged_convert): Don't save conversion in a temporary struct.
15428         This causes a warning with GCC 4.0.0, and anyway in the typical
15429         case it's not worth the extra 100 bytes or so of code.
15430         (ranged_convert, __mktime_internal): When calling a function via a
15431         pointer P, use P () rather than (*P) (), as we now assume C89 or
15432         better.
15433
15434 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
15435
15436         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
15437         "who -r" failed to give output.  Problem reported by Tim Waugh.
15438
15439         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
15440         (xcalloc): Use it to avoid needless tests.
15441         Problem reported by Jim Meyering.
15442
15443 2005-06-20  Derek Price  <derek@ximbiot.com>
15444
15445         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
15446         unnecessary for Autoconfs > 2.59c.
15447
15448 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15449
15450         * lib/argp.h (__option_is_short): Check upper limit of
15451         __key. Isprint() requires its argument to have the value
15452         of an unsigned char or EOF.
15453
15454 2005-06-16  Jim Meyering  <jim@meyering.net>
15455
15456         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
15457         when either N or S is zero.
15458
15459 2005-06-16  Derek Price  <derek@ximbiot.com>
15460
15461         * m4/bison.m4: Declare YACC & YFLAGS precious.
15462
15463 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
15464
15465         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
15466         multibyte string or pattern, fall back on unibyte matching.
15467         Problem reported by James Youngman.
15468
15469 2005-06-08  Bruno Haible  <bruno@clisp.org>
15470
15471         * modules/csharpcomp: New file.
15472         * MODULES.html.sh (C#): Add csharpcomp.
15473
15474 2005-06-08  Bruno Haible  <bruno@clisp.org>
15475
15476         * m4/csharpcomp.m4: New file, from GNU gettext.
15477
15478 2005-06-08  Bruno Haible  <bruno@clisp.org>
15479
15480         * lib/csharpcomp.h: New file, from GNU gettext.
15481         * lib/csharpcomp.c: New file, from GNU gettext.
15482         * lib/csharpcomp.sh.in: New file, from GNU gettext.
15483
15484 2005-06-08  Bruno Haible  <bruno@clisp.org>
15485
15486         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
15487         warning on mingw.
15488
15489 2005-06-07  Derek Price  <derek@ximbiot.com>
15490
15491         Sync from CVS.
15492         * lib/glob_.h: Indent nested #ifdef.
15493
15494 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
15495
15496         Sync from coreutils.
15497         Use "file name" when talking about file names, instead of "filename"
15498         or "path", as per the GNU coding standards.
15499         * lib/mkdir-p.c: Renamed from makepath.c.
15500         (make_dir_parents): Renamed from make_path.  All callers changed.
15501         * lib/mkdir-p.h: Likewise.  All includers changed.
15502         * lib/filenamecat.c: Renamed from path-concat.c.
15503         (file_name_concat): Renamed from path_concat.  All callers changed.
15504         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
15505         * lib/filenamecat.h: Likewise.  All includers changed.
15506         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
15507         in comments or local variable names.
15508         * lib/basename.c: Likewise.
15509         * lib/canonicalize.c, canonicalize.h: Likewise.
15510         * lib/dirname.c, dirname.h: Likewise.
15511         * lib/euidaccess.c: Likewise.
15512         * lib/exclude.c: Likewise
15513         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
15514         * lib/fsusage.c, fsuage.h: Likewise.
15515         * lib/fts.c, fts_.h: Likewise.
15516         * lib/getcwd.c: Likewise.
15517         * lib/getloadavg.c: Likewise.
15518         * lib/mkstemp.c: Likewise.
15519         * lib/mountlist.c, mountlist.h: Likewise.
15520         * lib/openat.c, openat.h: Likewise.
15521         * lib/readlink-stub.c: Likewise.
15522         * lib/readutmp.c, readutmp.h: Likewise.
15523         * lib/rename.c: Likewise.
15524         * lib/rmdir.c: Likewise.
15525         * lib/same.c: Likewise.
15526         * lib/savedir.c: Likewise.
15527         * lib/stripslash.c: Likewise.
15528         * lib/tempname.c: Likewise.
15529         * lib/xreadlink.c: Likewise.
15530         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
15531         All uses changed.
15532         * lib/exclude.h: Likewise.
15533
15534         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
15535         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
15536         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
15537         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
15538         * lib/pathmax.h: Include <limits.h> unconditionally, since other
15539         files have been getting away with it for years (MORE/BSD 4.3
15540         is extinct now).
15541         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
15542         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
15543
15544         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
15545         Define to 256, not 255, as per modern POSIX.
15546
15547 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
15548
15549         Sync from coreutils.
15550         Use "file name" when talking about file names, instead of "filename"
15551         or "path", as per the GNU coding standards.
15552         * MODULES.html.sh: mkdir-p renamed from makepath.
15553         filenamecat renamed from path-concat.
15554         * modules/filenamecat: Renamed from modules/path-concat.
15555         (Files): filenamecat.h and filenamecat.c renamed from
15556         path-concat.h and path-concat.c.
15557         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
15558         (Include): filenamecat.h, not path-concat.h.
15559         * modules/mkdir-p: Renamed from modules/makepath.
15560         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
15561         makepath.c.
15562         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
15563         (Include): mkdir-p.h, not makepath.h.
15564
15565 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
15566
15567         Sync from coreutils.
15568         * m4/mkdir-p.m4: Renamed from makepath.m4.
15569         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
15570         Rename files from makepath.c to mkdir-p.c, and from
15571         makepath.h to mkdir-p.h.
15572         * m4/filenamecat.m4: Renamed from path-concat.m4.
15573         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
15574         Rename files from path-concat.c to filenamecat.c,
15575         and from path-concat.h to filenamecat.h.
15576         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
15577         "file name" in local variables or comments.
15578         * m4/rename.m4: Likewise.
15579
15580 2005-06-01  Bruno Haible  <bruno@clisp.org>
15581
15582         * modules/csharpexec: New file.
15583         * MODULES.html.sh (C#): New section.
15584
15585 2005-06-01  Bruno Haible  <bruno@clisp.org>
15586
15587         * m4/csharp.m4: New file, from GNU gettext.
15588         * m4/csharpexec.m4: New file, from GNU gettext.
15589
15590 2005-06-01  Bruno Haible  <bruno@clisp.org>
15591
15592         * lib/csharpexec.h: New file, from GNU gettext.
15593         * lib/csharpexec.c: New file, from GNU gettext.
15594         * lib/csharpexec.sh.in: New file, from GNU gettext.
15595
15596 2005-05-31  Derek Price  <derek@ximbiot.com>
15597             Paul Eggert  <eggert@cs.ucla.edu>
15598
15599         Sync from cvs.
15600         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
15601
15602 2005-05-31  Derek Price  <derek@ximbiot.com>
15603             Paul Eggert  <eggert@cs.ucla.edu>
15604
15605         Sync from cvs.
15606         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
15607
15608 2005-05-29  Derek Price  <derek@ximbiot.com>
15609
15610         * config/srclist.txt (glob_.h, glob.c): Add these files.
15611
15612 2005-05-29  Derek Price  <derek@ximbiot.com>
15613
15614         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
15615         * modules/glob: New file.
15616         * modules/getlogin_r: Add link to POSIX spec in description.
15617
15618 2005-05-29  Derek Price  <derek@ximbiot.com>
15619             Paul Eggert  <eggert@cs.ucla.edu>
15620
15621         * m4/glob.m4: New file.
15622
15623 2005-05-29  Derek Price  <derek@ximbiot.com>
15624             Paul Eggert  <eggert@cs.ucla.edu>
15625
15626         * lib/glob_.h, lib/glob.c: New files.
15627
15628 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
15629
15630         * modules/fts (Files): Remove m4/inttypes-pri.m4.
15631         * modules/fts-lgpl (Depends-on): Remove gettext.
15632
15633 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
15634
15635         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
15636         and don't require gt_INTTYPES_PRI.
15637
15638 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
15639
15640         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
15641
15642         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
15643         the configuration hassle isn't worth it.
15644         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
15645         (LONGEST_MODIFIER, PRIuMAX): Remove.
15646
15647 2005-05-27  Bruno Haible  <bruno@clisp.org>
15648
15649         * lib/getlogin_r.h: Remove second include of <stddef.h>.
15650
15651 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
15652
15653         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
15654         _POSIX_PTHREAD_SEMANTICS for Solaris.
15655
15656 2005-05-25  Derek Price  <derek@ximbiot.com>
15657
15658         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
15659
15660 2005-05-25  Derek Price  <derek@ximbiot.com>
15661             Paul Eggert  <eggert@cs.ucla.edu>
15662
15663         * modules/getlogin_r, m4/getlogin_r.m4: New files.
15664         * lib/getlogin_r.c, getlogin_r.h: New files.
15665
15666 2005-05-25  Bruno Haible  <bruno@clisp.org>
15667             Derek Price  <derek@ximbiot.com>
15668
15669         * lib/getlogin_r.h: Simplify API documentation.
15670
15671 2005-05-23  Derek Price  <derek@ximbiot.com>
15672
15673         * modules/minmax (Files): Add m4/minmax.m4.
15674         (configure.ac): Add gl_MINMAX.
15675
15676 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
15677
15678         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
15679         so that unistd-safer.h (GPL'ed code) need not be included.
15680
15681 2005-05-22  Bruno Haible  <bruno@clisp.org>
15682
15683         * m4/minmax.m4: New file.
15684         Based on a patch by Derek Price <derek@ximbiot.com>.
15685
15686 2005-05-22  Bruno Haible  <bruno@clisp.org>
15687
15688         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
15689         (INT64_MIN): Fix definition.
15690         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
15691
15692         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
15693         NEED_SIGNED_INT_TYPES.
15694
15695         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
15696         HAVE_SYSTEM_INTTYPES.
15697
15698 2005-05-22  Bruno Haible  <bruno@clisp.org>
15699
15700         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
15701         Also include <sys/param.h> if it defines MIN, MAX.
15702         Based on a patch by Derek Price <derek@ximbiot.com>.
15703
15704 2005-05-21  Jim Meyering  <jim@meyering.net>
15705
15706         * modules/fts (Files): Add m4/inttypes-pri.m4.
15707         (Depends-on): Add lstat and remove gettext.  Alphabetize.
15708
15709 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
15710
15711         New fts module.
15712         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
15713         (setup_dir, free_dir): New functions.
15714         (enter_dir, leave_dir): Define trivial
15715         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
15716         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
15717         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
15718         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
15719         Move to fts-cycle.c.
15720         (fts_open): Use setup_dir.
15721         (fts_close): Use free_dir.
15722         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
15723         This adds a label and some gotos, but the alternatives were messier.
15724         Check for memory allocation failure when entering a dir.
15725         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
15726         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
15727         (FTS): New member fts_cycle, that is a union that contains the
15728         old active_dir_ht and cycle_state.  All uses changed to mention
15729         fts_cycle.ht and fts_cycle.state.
15730         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
15731         fts.c, with the following changes:
15732         (setup_dir, free_dir): New functions.
15733         (enter_dir): Now returns bool.  Return true if successful, false
15734         if memory exhausted.  All callers changed.
15735         Do not bother partly cleaning up on
15736         memory allocation failure; that is free_dir's job.
15737         However, free ad if hash_insert fails, to avoid memory leak.
15738         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
15739         fts->fts_options to see which union member to use.
15740
15741 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
15742
15743         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
15744         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
15745
15746 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
15747
15748         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
15749
15750 2005-05-20  Jim Meyering  <jim@meyering.net>
15751
15752         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
15753         Now a macro, to pacify GCC.
15754
15755 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
15756
15757         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
15758         of -1.
15759
15760 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
15761
15762         * lib/chown.c (rpl_chown): Return -1 on failure.
15763
15764 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
15765
15766         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
15767         Don't check for stddef.h.
15768         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
15769         don't use its results.
15770         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
15771         since we include them unconditionally.  Don't require
15772         AM_STDBOOL_H, since stdbool is a prerequisite.
15773         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
15774         since we assume C89 or better.
15775         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
15776         as we don't use their results.
15777         Don't check for fchdir, memmove, memset, strrchr, as we use
15778         them unconditionally.
15779         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
15780         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
15781
15782 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
15783
15784         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
15785         Include <stddef.h> unconditionally, since we assume C89 now.
15786         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
15787         * lib/fts.c: Include fts_.h first, to check interface.
15788         Do not include intprops.h; no longer needed.
15789         Include cycle-check.h and hash.h, since fts_.h no longer does.
15790         Remove unnecessary casts of closedir to void.
15791         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
15792         decide whether to decrement nlinks.
15793         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
15794         (FTS): Use struct hash_table * instead of Hash_table, so that
15795         we no longer need to include hash.h here.
15796
15797 2005-05-18  Jim Meyering  <jim@meyering.net>
15798
15799         * modules/dirfd (License): Change to LGPL.  Most of the code
15800         is already in the public domain.
15801
15802 2005-05-18  Jim Meyering  <jim@meyering.net>
15803
15804         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
15805         Reported by Yoann Vandoorselaere.
15806
15807 2005-05-17  Jim Meyering  <jim@meyering.net>
15808
15809         * m4/fts.m4: New file, from coreutils.
15810
15811 2005-05-17  Jim Meyering  <jim@meyering.net>
15812
15813         * lib/fts.c, lib/fts_.h: New files, from coreutils.
15814
15815 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
15816
15817         Sync from coreutils.
15818         * m4/unlinkdir.m4: New file.
15819
15820 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
15821
15822         Sync from coreutils.
15823         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
15824         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
15825         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
15826         White space changes only.
15827         * lib/makepath.c (make_path): Port to hosts where leading "//" is
15828         special.
15829         * lib/yesno.c: Include getline.h, not ctype.h.
15830         (yesno): Don't remove leading white space; POSIX doesn't allow it.
15831         Use getline to remove arbitrary restriction on response length.
15832
15833 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
15834
15835         * config/srclist-update: Spell out "Street" in FSF postal
15836         mail address; this is the style the FSF seems to prefer.
15837
15838         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
15839         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
15840         this updates FSF postal mail address.
15841
15842         Sync from coreutils.
15843         * modules/unlinkdir: New file.
15844         * modules/yesno (Depends-on): Add getline.
15845         * MODULES.html.sh (File system functions): Add unlinkdir.
15846
15847 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
15848
15849         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
15850         lib/strsep.h:
15851         Change the initial comment to refer to GPL, not LGPL.
15852         gnulib-tool will change it to LGPL as needed.
15853
15854         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
15855         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
15856         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
15857         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
15858         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
15859         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
15860         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
15861         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
15862         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
15863         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
15864         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
15865         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
15866         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
15867         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
15868         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
15869         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
15870         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
15871         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
15872         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
15873         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
15874         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
15875         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
15876         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
15877         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
15878         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
15879         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
15880         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
15881         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
15882         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
15883         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
15884         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
15885         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
15886         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
15887         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
15888         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
15889         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
15890         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
15891         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
15892         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
15893         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
15894         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
15895         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
15896         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
15897         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
15898         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
15899         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
15900         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
15901         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
15902         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
15903         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
15904         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
15905         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
15906         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
15907         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
15908         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
15909         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
15910         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
15911         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
15912         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
15913         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
15914         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
15915         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
15916         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
15917         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
15918         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
15919         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
15920         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
15921         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
15922         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
15923         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
15924         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
15925         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
15926         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
15927         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
15928         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
15929         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
15930         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
15931         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
15932         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
15933         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
15934         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
15935         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
15936         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
15937         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
15938         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
15939         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
15940         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
15941         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
15942         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
15943         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
15944         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
15945         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
15946         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
15947         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
15948         lib/yesno.c, lib/yesno.h:
15949         Update FSF postal mail address.
15950
15951 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
15952
15953         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
15954         tests/test-memmem.c, tests/test-stpncpy.c:
15955         Update FSF postal mail address.
15956
15957 2005-05-13  Bruno Haible  <bruno@clisp.org>
15958
15959         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
15960         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
15961         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
15962         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
15963         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
15964         Add support for 64-bit integers in the MSVC compiler.
15965
15966 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15967
15968         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
15969
15970 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
15971
15972         * gnulib-tool (func_import): Sort and uniquify recommended includes.
15973
15974 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
15975
15976         * doc/getdate.texi (General date syntax): Don't say that date
15977         date --iso-8601=ns generates acceptable dates; it doesn't yet.
15978         Problem reported by Nic Ferrier.
15979
15980 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15981
15982         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
15983         specified in ai_socktype. Fix invalid ai_protocol
15984         check. ai_protocol is usually set to 0 or depending on
15985         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
15986         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
15987         ai_socktype / ai_protocol in the returned addrinfo structure.
15988
15989 2005-05-10  Simon Josefsson  <jas@extundo.com>
15990
15991         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
15992         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
15993
15994 2005-05-10  Karl Berry  <karl@gnu.org>
15995
15996         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
15997         (from http://www.gnu.org/licenses).
15998         * doc/COPYING.LIB: also rename to COPYING.LESSER.
15999         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
16000         fdl.texi suffices.
16001
16002 2005-05-10  Karl Berry  <karl@gnu.org>
16003
16004         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
16005         (COPYING.DOC): remove.
16006
16007         * config/srclist-update: new FSF address.
16008
16009 2005-05-10  Derek Price  <derek@ximbiot.com>
16010
16011         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
16012         possible.
16013
16014 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16015             Bruno Haible  <bruno@clisp.org>
16016
16017         * modules/inet_ntop: New file.
16018         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16019         inet_ntop.
16020
16021 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16022             Bruno Haible  <bruno@clisp.org>
16023
16024         * m4/inet_ntop.m4: New file.
16025
16026 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16027             Bruno Haible  <bruno@clisp.org>
16028
16029         * lib/inet_ntop.h: New file.
16030         * lib/inet_ntop.c: New file, from glibc with modifications.
16031
16032 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
16033
16034         * modules/time_r (License): Change to LGPL.
16035         * modules/extensions (License): Change to LGPL.  Actually,
16036         the license is more permissive than that, but currently gnulib-tool
16037         doesn't know how to handle more-permissive licenses.
16038
16039         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
16040         Problem reported by Dave Love.
16041
16042 2005-05-08  Jim Meyering  <jim@meyering.net>
16043
16044         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
16045         blank.
16046
16047 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
16048
16049         * modules/argmatch (Depends-on): Add stdbool.
16050         * modules/backupfile (Depends-on): Likewise.
16051         * modules/chdir-long (Depends-on): Likewise.
16052         * modules/closeout (Depends-on): Likewise.
16053         * modules/cycle-check (Depends-on): Likewise.
16054         * modules/dirname (Depends-on): Likewise.
16055         * modules/fnmatch (Depends-on): Likewise.
16056         * modules/fsusage (Depends-on): Likewise.
16057         * modules/fwriteerror (Depends-on): Likewise.
16058         * modules/getcwd (Depends-on): Likewise.
16059         * modules/getloadavg (Depends-on): Likewise.
16060         * modules/hard-locale (Depends-on): Likewise.
16061         * modules/makepath (Depends-on): Likewise.
16062         * modules/mountlist (Depends-on): Likewise.
16063         * modules/nanosleep (Depends-on): Likewise.
16064         * modules/posixtm (Depends-on): Likewise.
16065         * modules/quotearg (Depends-on): Likewise.
16066         * modules/readtokens (Depends-on): Likewise.
16067         * modules/readtokens0 (Depends-on): Likewise.
16068         * modules/readutmp (Depends-on): Likewise.
16069         * modules/save-cwd (Depends-on): Likewise.
16070         * modules/strftime (Depends-on): Likewise.
16071         * modules/userspec (Depends-on): Likewise.
16072         * modules/utimecmp (Depends-on): Likewise.
16073         * modules/xgetcwd (Depends-on): Likewise.
16074         * modules/xnanosleep (Depends-on): Likewise.
16075         * modules/xstrtod (Depends-on): Likewise.
16076         * modules/yesno (Depends-on): Likewise.
16077
16078 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
16079
16080         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
16081         needless checks.
16082
16083 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16084
16085         Merge from coreutils.  Among other things,
16086         add bulletproofing for cases where stdin, stdout, or stderr are closed.
16087         * lib/fd-safer.c: New file.
16088         * lib/fcntl-safer.h, open-safer.c: Remove.
16089         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
16090         * lib/dup-safer.c: Include unistd-safer.h first.
16091         Don't include errno.h.
16092         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
16093         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
16094         * lib/file-type.c: Rely on file-type.h change.
16095         * lib/getloadavg.c: Include unistd-safer.h.
16096         (getloadavg): Use safer open.
16097         * lib/getusershell.c: Include "stdio-safer.h".
16098         (getusershell): Use safer fopen.
16099         * lib/long-options.c (long_options): Use NULL rather than 0.
16100         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
16101         'free'.
16102         * lib/modechange.c: Likewise.
16103         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
16104         (MODE_DONE): New constant.
16105         (struct mode_change): Remove 'next' member.
16106         (make_node_op_equals): New function; like the old one of the
16107         same name, except it allocates an array.
16108         (mode_compile, mode_create_from_ref): Use it.
16109         (mode_compile): Allocate result as an array, not a linked list.
16110         Parse octal string ourself, so that we catch mistakes like "+0".
16111         (mode_adjust): Arg is an array, not a linked list.
16112         * lib/modechange.c: Include stat-macros.h, xalloc.h.
16113         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
16114         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
16115         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
16116         Remove.  This is now stat-macros.h's job.
16117         (talloc): Remove.  All callers replaced by xalloc, so that
16118         our invokers don't have to worry about reporting memory failures.
16119         (make_node_op_equals): Remove.
16120         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
16121         New constants.
16122         (struct mode_change): Moved here from modechange.h.
16123         (mode_append_entry): Remove.
16124         (mode_compile): Remove MASKED_OPS arg, since it encouraged
16125         apps to have incorrect behavior.  Use simpler algorithm for head
16126         and tail.  Don't futz with umask; that's now the job of mode_adjust.
16127         Detect more invalid usages rather than having somewhat-random behavior.
16128         Don't insert an "a=" action, as that leads to incorrect behavior.
16129         (mode_compile, mode_create_from_ref): Return NULL on error instead
16130         of an enum, since now there's only one way to have an error.  All
16131         callers changed.
16132         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
16133         at the correct time.  Simplify calculation of "+u" and its ilk.
16134         Don't mishandle "+X".
16135         (mode_free): Remove "register" and localize decls.
16136         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
16137         (struct mode_change): Move to modechange.c; callers don't
16138         need to see this stuff.
16139         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
16140         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
16141         (mode_change, mode_adjust): Reflect the new signatures noted above.
16142         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
16143         that might redefine system include files.
16144         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
16145         (my_usleep): Use NULL rather than (void *) 0.
16146         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
16147         Use siginterrupt to specify that system calls should be interrupted.
16148         (rpl_nanosleep): Move initialization of suspended closer to call of
16149         my_usleep.
16150         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
16151         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
16152         (desirable_utmp_entry): New function.
16153         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
16154         using x2nrealloc, to simplify logic.
16155         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
16156         size calculation.  Do not assume utmp file is a regular file.
16157         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
16158         (READ_UTMP_CHECK_PIDS): New constant.
16159         * lib/save-cwd.c: Include unistd-safer.h.
16160         (save_cwd): Use fd_safer.
16161         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
16162         [!_LIBC] Include "stat-macros.h" instead.
16163         * lib/unistd-safer.h (fd_safer): New decl.
16164
16165 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16166
16167         * modules/getloadavg (Depends-on): Add unistd-safer.
16168         * modules/getusershell (Depends-on): Add stdio-safer.
16169         * modules/lstat (Depends-on): Remove xalloc.
16170         * modules/mkstemp (Depends-on): Add stat-macros.
16171         * modules/modechange (Depends-on): Remove xstrtol.
16172         Add stat-macros, xalloc.
16173         * modules/save-cwd (Depends-on): Add unistd-safer.
16174         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
16175         * modules/unistd-safer (Files): Add lib/fd-safer.c
16176         (Makefile.am): Remove lib_SOURCES.
16177
16178         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
16179         Remove fcntl-safer; unistd-safer supersedes it.
16180
16181 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16182
16183         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
16184         AC_HEADER_STAT.
16185         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
16186         (gl_PREREQ_CHOWN): Remove.
16187         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
16188         it.  Don't require AC_HEADER_STAT.
16189         (gl_PREREQ_LSTAT): Remove.
16190         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
16191         Don't require AC_HEADER_STAT.
16192         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
16193         (gl_PREREQ_RMDIR): Remove.
16194         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
16195         mention stat-macros.h or AC_HEADER_STAT, since we'll make
16196         the stat-macros module a prerequisite.
16197         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
16198         * m4/filemode.m4 (gl_FILEMODE): Likewise.
16199         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
16200         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
16201         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
16202         variable names.
16203         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
16204         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
16205         variable prefixes.
16206         * m4/fcntl-safer.m4: Remove.
16207         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
16208         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
16209         Invoke gl_PREREQ_FD_SAFER.
16210         (gl_PREREQ_FD_SAFER): New macro.
16211         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
16212         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
16213         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
16214         Remove duplicate call to AC_LIBOBJ(readutmp).
16215         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
16216
16217         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
16218         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
16219
16220 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16221
16222         * MODULES.html.sh (Misc): Add byteswap.
16223
16224 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16225
16226         * modules/getcwd (Depends-on): Add extensions.
16227         * modules/openat (Depends-on): Likewise.
16228
16229 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16230
16231         * modules/byteswap: New file.
16232
16233 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16234
16235         * m4/byteswap.m4: New file.
16236
16237 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16238
16239         * lib/byteswap_.h: New file.
16240
16241 2005-04-25  Karl Berry  <karl@gnu.org>
16242
16243         * m4/gettext.m4: Update from GNU gettext 0.14.4.
16244
16245 2005-04-25  Albert Chin  <china@thewrittenword.com>
16246
16247         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
16248         Toolkit C bug.
16249
16250 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
16251
16252         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
16253         (func_ln_if_changed) Remove forcibly for no error message
16254         in case file does not exist.
16255
16256 2005-04-19  Simon Josefsson  <jas@extundo.com>
16257
16258         * gnulib-tool (Options): Make --symlink mean --symbolic.
16259
16260 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
16261
16262         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
16263
16264 2005-04-16  Simon Josefsson  <jas@extundo.com>
16265
16266         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
16267
16268 2005-04-15  Simon Josefsson  <jas@extundo.com>
16269
16270         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
16271
16272 2005-04-15  Simon Josefsson  <jas@extundo.com>
16273
16274         * gnulib-tool: Rename --symlink to --symbolic.
16275
16276 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
16277
16278         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
16279         symbolic links to files instead of copying/moving.  Add --aux-dir,
16280         specifying directory relative --dir where auxiliary build tools
16281         are placed.
16282
16283 2005-04-14  Bruno Haible  <bruno@clisp.org>
16284
16285         * modules/allocsa (License): Change to LGPL.
16286         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
16287
16288 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
16289
16290         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
16291         that "UTC +1 second" continues to work.  Problem reported
16292         by Dmitry V. Levin.
16293         (relunit_snumber): New rule.
16294         (relunit): Use it.
16295
16296 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
16297
16298         * lib/getdate.y (universal_time_zone_table): New constant.
16299         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
16300         universal_time_zone_table.
16301         (lookup_zone): Prefer universal_time_zone_table to
16302         local_time_zone_table, so that "GMT" time stamps are allowed in
16303         London during the summer.  Problem reported by Ian Abbott.
16304
16305 2005-04-12  Jim Meyering  <jim@meyering.net>
16306
16307         * lib/human.c (humblock): Set *options even when returning due to
16308         xstrtoumax conversion failure.  Thanks to a used-uninitialized
16309         warning from gcc-4.
16310
16311 2005-04-09  Jim Meyering  <jim@meyering.net>
16312
16313         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
16314         -Wuninitialized: initialize tm0.tm_year.
16315
16316 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
16317
16318         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
16319         count, since there's no maximum.  All uses changed.
16320         Add member dsts_seen.
16321         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
16322         not being INT_MAX.
16323         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
16324         Use pc_rels_seen to decide whther a date is absolute.
16325
16326         * lib/getdate.y (number): Don't overwrite year.
16327         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
16328         check.
16329
16330 2005-04-02  Simon Josefsson  <jas@extundo.com>
16331
16332         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
16333         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
16334
16335 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
16336
16337         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
16338         where no absolute path name can be longer than PATH_MAX.
16339
16340 2005-03-27  Jim Meyering  <jim@meyering.net>
16341
16342         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
16343
16344 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
16345
16346         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
16347         "one's complement" -> "ones' complement" in comment, as per Knuth.
16348         "value of type" -> "type or expression" in comment.
16349         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
16350
16351 2005-03-26  Jim Meyering  <jim@meyering.net>
16352
16353         Comment nits.
16354         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
16355         Correct typos: s/or/of/.
16356
16357 2005-03-26  Jim Meyering  <jim@meyering.net>
16358
16359         * modules/check-include-files: Move to ../ and rename to...
16360         * check-module: ...this.
16361
16362 2005-03-25  Jim Meyering  <jim@meyering.net>
16363
16364         * modules/xvasprintf (Files): Add xalloc.h.
16365
16366 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
16367
16368         * modules/gettext (Files): config/config.rpath ->
16369         build-aux/config.rpath
16370         * modules/iconv (Files): Likewise.
16371         Problem reported by Oskar Liljeblad.
16372
16373 2005-03-23  Jim Meyering  <jim@meyering.net>
16374
16375         * modules/check-include-files: New script to check for
16376         missing dependencies, multiple includes, etc.
16377
16378         * modules/c-strtold (Depends-on): Add xalloc.
16379         * modules/c-strtod (Depends-on): Add xalloc.
16380         * modules/hash (Depends-on): Add xalloc.
16381         (Files): Remove lib/xalloc.h.
16382
16383         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
16384         * modules/userspec (Files): Add lib/inttostr.h.
16385
16386 2005-03-23  Jim Meyering  <jim@meyering.net>
16387
16388         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
16389
16390 2005-03-22  Jim Meyering  <jim@meyering.net>
16391
16392         * modules/stat-macros: New module.
16393         * modules/canonicalize, modules/euidaccess, modules/file-type,
16394         * modules/filemode, modules/lchown, modules/makepath,
16395         * modules/rmdir, modules/stat: Depend on new stat-macros module
16396         rather than listing lib/stat-macros.h manually.
16397         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
16398
16399 2005-03-22  Jim Meyering  <jim@meyering.net>
16400
16401         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
16402
16403 2005-03-22  Bruno Haible  <bruno@clisp.org>
16404
16405         * config/srclist.txt: Replace target directory 'config' with
16406         'build-aux'.
16407         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
16408         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
16409         ../build-aux/.
16410
16411 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
16412
16413         * modules/chdir-long (Depends-on): Add mempcpy.
16414
16415         * modules/acl, modules/backupfile, modules/c-strtod,
16416         modules/c-strtold, modules/canon-host, modules/canonicalize,
16417         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
16418         modules/exclude, modules/exitfail, modules/file-type,
16419         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
16420         modules/getdate, modules/getline, modules/getpagesize,
16421         modules/getpass, modules/getugroups, modules/group-member,
16422         modules/hard-locale, modules/hash, modules/human, modules/idcache,
16423         modules/inttostr, modules/long-options, modules/makepath,
16424         modules/md5, modules/memcasecmp, modules/memcoll,
16425         modules/modechange, modules/mountlist, modules/path-concat,
16426         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
16427         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
16428         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
16429         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
16430         modules/strftime, modules/strndup, modules/strverscmp,
16431         modules/timespec, modules/unlocked-io, modules/userspec,
16432         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
16433         modules/yesno:
16434         Remove lib_SOURCES line from Makefile.am section, as this is now
16435         done automatically by the corresponding Autoconf macro.
16436
16437 2005-03-21  Jim Meyering  <jim@meyering.net>
16438
16439         Changes imported from coreutils.
16440
16441         * lib/cycle-check.c: Don't include xalloc.h.
16442
16443         * lib/path-concat.c: Don't include assert.h.
16444         (path_concat): Remove assertion that would have triggered
16445         for ABASE starting with more than one slash.
16446         Reported by Andreas Schwab.
16447
16448         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
16449         properly when ABASE is an absolute file name.
16450         Correct the description of this function.
16451         Include <assert.h>.
16452         Add an assertion and a test driver.
16453         This fixes a bug introduced on 2004-07-02.
16454         Andreas Schwab reported the resulting failure of cp --parents:
16455         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
16456
16457 2005-03-21  Jim Meyering  <jim@meyering.net>
16458
16459         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
16460         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
16461
16462 2005-03-21  Jim Meyering  <jim@meyering.net>
16463         and  Paul Eggert  <eggert@cs.ucla.edu>
16464
16465         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
16466         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
16467         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
16468         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
16469         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
16470         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
16471         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
16472         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
16473         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
16474         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
16475         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
16476         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
16477         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
16478         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
16479         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
16480         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
16481         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
16482         for these modules.
16483
16484 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
16485
16486         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
16487         (which shouldn't happen), generate nothing instead of returning 0
16488         immediately, so that nstrftime (NULL, ...) doesn't return 0.
16489
16490 2005-03-16  Bruno Haible  <bruno@clisp.org>
16491
16492         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
16493         HAVE_LONGLONG_64BIT.
16494
16495 2005-03-16  Bruno Haible  <bruno@clisp.org>
16496
16497         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
16498         HAVE_LONGLONG_64BIT.
16499
16500 2005-03-16  Bruno Haible  <bruno@clisp.org>
16501
16502         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
16503         HAVE_LONGLONG_64BIT.
16504
16505 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
16506
16507         * lib/strftime.c (my_strftime): Prepend space to format so that we can
16508         reliably distinguish strftime failure from empty output on POSIX
16509         hosts.
16510
16511 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
16512
16513         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
16514         (iconv_string): Don't guess a size-zero buffer, as that might cause
16515         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
16516         result would be 'too large', where 'too large' is (heuristically)
16517         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
16518         overflow concerns.  This will prevent some unwanted malloc failures
16519         when the inputs are very large.
16520
16521 2005-03-15  Karl Berry  <karl@gnu.org>
16522
16523         * config/srclist.txt (config.rpath): from gettext.
16524         * config/config.rpath: update.
16525
16526 2005-03-15  Bruno Haible  <bruno@clisp.org>
16527
16528         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
16529         to 'negate'.
16530
16531         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
16532         variable.
16533
16534         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
16535         results.
16536
16537 2005-03-14  Simon Josefsson  <jas@extundo.com>
16538
16539         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
16540         <fx@gnu.org>.
16541
16542 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
16543
16544         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
16545         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
16546         intprops.h.
16547         * lib/strtol.c: Likewise.
16548
16549 2005-03-14  Jim Meyering  <jim@meyering.net>
16550
16551         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
16552         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
16553         to be nonzero so that we (and caller) can detect the difference
16554         between a valid zero-length expansion and an error return, even
16555         when the underlying strftime fails before writing anything into
16556         that location.
16557
16558 2005-03-14  Bruno Haible  <bruno@clisp.org>
16559
16560         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
16561         Update from GNU gettext 0.14.3.
16562
16563 2005-03-10  Jim Meyering  <jim@meyering.net>
16564
16565         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
16566
16567 2005-03-10  Jim Meyering  <jim@meyering.net>
16568
16569         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
16570         so that this module works on systems without fchdir.
16571
16572 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
16573
16574         Factor int-properties macros into a single file, except for
16575         glibc-related files.
16576         * lib/intprops.h: New file.
16577         * lib/getloadavg.c: Include it instead of limits.h.
16578         (INT_STRLEN_BOUND): Remove.
16579         * lib/human.c: Include intprops.h.
16580         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
16581         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
16582         302/1000.
16583         * lib/inttostr.h: Include intprops.h instead of limits.h.
16584         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
16585         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
16586         for consistency with intprops.h.
16587         (time_t_is_integer, twos_complement_arithmetic): Use them.
16588         * lib/sig2str.h: Include <signal.h>, intprops.h.
16589         (INT_STRLEN_BOUND): Remove.
16590         * lib/strftime.c (TYPE_SIGNED): Remove.
16591         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
16592         * lib/strtol.c: Adjust comments to match intprops.h.
16593         * lib/userspec.c: Include intprops.h.
16594         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
16595         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
16596         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
16597         instead of rolling our own expressions.
16598         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
16599
16600         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
16601         instead of int.
16602         (my_strftime): Do not mishandle years close to INT_MAX, by doing
16603         the right thing even if adding 1900 would overflow.  Similarly
16604         for tm_mon + 1 and tm_yday + 1.
16605         Make %Y always equivalent to %C%y, and similarly for %G and %g.
16606         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
16607         (DO_SIGNED_NUMBER): New macro.
16608         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
16609
16610 2005-03-07  Bruno Haible  <bruno@clisp.org>
16611
16612         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
16613
16614 2005-03-07  Bruno Haible  <bruno@clisp.org>
16615
16616         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
16617
16618 2005-03-04  Derek R. Price  <derek@ximbiot.com>
16619
16620         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
16621         (func_import): Only replace files via --import when they have actually
16622         changed.
16623
16624 2005-03-03  Derek R. Price  <derek@ximbiot.com>
16625
16626         * m4/mmap-anon.m4: New file.
16627         * m4/pagealign_alloc.m4: New file.
16628
16629 2005-03-03  Derek R. Price  <derek@ximbiot.com>
16630             Bruno Haible  <bruno@clisp.org>
16631
16632         * modules/pagealign_alloc: New file.
16633         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
16634
16635 2005-03-03  Derek R. Price  <derek@ximbiot.com>
16636             Bruno Haible  <bruno@clisp.org>
16637
16638         * lib/pagealign_alloc.h: New file.
16639         * lib/pagealign_alloc.c: New file.
16640
16641 2005-03-03  Bruno Haible  <bruno@clisp.org>
16642
16643         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
16644         Use an all-permissive copyright notice, recommended by RMS.
16645
16646 2005-03-02  Bruno Haible  <bruno@clisp.org>
16647
16648         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
16649         of AIX, the replacement has to be done only after <string.h> is
16650         included, therefore not in config.h. stpncpy.h does the replacement,
16651         and stpncpy.c uses it.
16652
16653 2005-03-02  Bruno Haible  <bruno@clisp.org>
16654
16655         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
16656         stpncpy.c uses it.
16657
16658 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
16659
16660         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
16661         The workaround isn't strictly needed for POSIX conformance, and
16662         it's too much of a pain to configure and maintain.  We'll ask
16663         people to fix their kernels instead.
16664         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
16665         (NANOSLEEP_BUG_WORKAROUND): Remove.
16666         (xnanosleep): Remove the workaround.
16667
16668 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
16669
16670         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
16671         Reported by Derek Price.
16672         (Include): Add "timespec.h".
16673
16674         * modules/xnanosleep (Depends-on): Remove gethrxtime.
16675
16676 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
16677
16678         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
16679         to detect nanosleep bug.
16680
16681 2005-03-01  Bruno Haible  <bruno@clisp.org>
16682
16683         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
16684
16685 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
16686
16687         * modules/gethrxtime: New file.
16688         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
16689         (Depends-on): Add gethrxtime.
16690         (configure.ac): Add gl_XNANOSLEEP.
16691         (Makefile.am): Remove lib_SOURCES line.
16692
16693 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
16694
16695         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
16696         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
16697
16698 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
16699
16700         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
16701         * lib/timespec.h (gettime): Return void, since it always
16702         succeeds now.  All uses changed.
16703         * lib/gettime.c (gettime) Likewise.
16704         [HAVE_NANOTIME]: Prefer nanotime.
16705         Assume gettimeofday succeeds, as POSIX requires.
16706         Assime time () succeeds, since other code already does.
16707         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
16708         (timespec_subtract): Remove.
16709         (NANOSLEEP_BUG_WORKAROUND): New constant.
16710         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
16711         things considerably.  Use it only on GNU/Linux hosts, since the
16712         workaround shouldn't be needed elsewhere.
16713
16714 2005-02-24  Bruno Haible  <bruno@clisp.org>
16715
16716         * modules/gettext (Files): Add m4/glibc2.m4.
16717
16718 2005-02-24  Bruno Haible  <bruno@clisp.org>
16719
16720         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
16721         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
16722         * m4/progtest.m4:
16723         Update from GNU gettext 0.14.2.
16724         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
16725
16726 2005-02-24  Bruno Haible  <bruno@clisp.org>
16727
16728         * lib/localcharset.c: Update from GNU gettext 0.14.2.
16729         * lib/config.charset: Update from GNU gettext 0.14.2.
16730
16731 2005-02-24  Bruno Haible  <bruno@clisp.org>
16732
16733         * lib/gettext.h: Update from GNU gettext 0.14.2.
16734
16735 2005-02-23  Simon Josefsson  <jas@extundo.com>
16736
16737         * m4/iconvme.m4: New file.
16738
16739 2005-02-23  Jim Meyering  <jim@meyering.net>
16740
16741         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
16742         change.
16743         Thanks to Bruno Haible for catching it.
16744
16745 2005-02-22  Simon Josefsson  <jas@extundo.com>
16746
16747         * modules/iconvme: New file.
16748
16749         * MODULES.html.sh: Add iconvme.
16750
16751 2005-02-22  Simon Josefsson  <jas@extundo.com>
16752
16753         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
16754
16755 2005-02-22  Simon Josefsson  <jas@extundo.com>
16756
16757         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
16758
16759 2005-02-22  Jim Meyering  <jim@meyering.net>
16760
16761         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
16762         s/ifndef/ifdef/.
16763
16764 2005-02-20  Neil Conway  <neilc@samurai.com>
16765
16766         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
16767         returned by OSX/Darwin if the specified buffer is not large
16768         enough for the hostname.
16769
16770 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16771
16772         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
16773         pass it to _help, otherwise the latter coredumps trying to
16774         dereference state.root_argp.
16775
16776 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
16777
16778         * modules/chdir-long (Depends-on): Add memrchr.
16779         * modules/memrchr (Files): Add lib/memrchr.h.
16780         (Include): "memrchr.h".
16781
16782 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
16783
16784         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
16785
16786 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
16787
16788         * lib/memrchr.h: New file.
16789         * lib/chdir-long.c: Include it.
16790         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
16791         Don't bother including stddef.h.
16792
16793 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
16794
16795         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
16796         inclusion.
16797         Include <sys/types.h>, for dev_t.
16798         (ME_DUMMY, ME_REMOTE): Move from here....
16799         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
16800         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
16801         Dmitry V. Levin.
16802         Include mountlist.h first, to test the interface.
16803
16804 2005-01-29  Bruno Haible  <bruno@clisp.org>
16805
16806         * lib/progname.c (program_name): Initialize.
16807         Needed when linking statically on MacOS X.
16808
16809 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
16810
16811         Sync from coreutils.
16812         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
16813         (Depends-on): Add c-strtod.
16814         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
16815
16816 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
16817
16818         Sync from coreutils.
16819         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
16820
16821         Remove files that are specific to coreutils.
16822         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
16823
16824 2005-01-28  Bruno Haible  <bruno@clisp.org>
16825
16826         * modules/javacomp: New file.
16827         * MODULES.html.sh (Java): Add javacomp.
16828
16829 2005-01-28  Bruno Haible  <bruno@clisp.org>
16830
16831         * m4/javacomp.m4: New file, from GNU gettext.
16832
16833 2005-01-28  Bruno Haible  <bruno@clisp.org>
16834
16835         * lib/javacomp.sh.in: New file, from GNU gettext.
16836         * lib/javacomp.h: New file, from GNU gettext.
16837         * lib/javacomp.c: New file, from GNU gettext.
16838
16839 2005-01-26  Simon Josefsson  <jas@extundo.com>
16840
16841         * lib/gai_strerror.c: Use GPL in header.
16842
16843 2005-01-26  Bruno Haible  <bruno@clisp.org>
16844
16845         * modules/javaexec: New file.
16846         * MODULES.html.sh (Java): Add javaexec.
16847
16848 2005-01-26  Bruno Haible  <bruno@clisp.org>
16849
16850         * m4/javaexec.m4: New file, from GNU gettext.
16851
16852 2005-01-26  Bruno Haible  <bruno@clisp.org>
16853
16854         * lib/javaexec.sh.in: New file, from GNU gettext.
16855         * lib/javaexec.h: New file, from GNU gettext.
16856         * lib/javaexec.c: New file, from GNU gettext.
16857
16858 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16859
16860         * modules/lchown (Depends-on): Remove lchown.h
16861
16862 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16863
16864         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
16865         must be defined if the header file was not found, in order
16866         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
16867
16868 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16869
16870         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
16871         initializers for struct pentry_state.
16872         (__argp_error): Check return value of __asprintf
16873         (__argp_failure): Translate error message
16874
16875         * lib/argp-parse.c: Removed braces around the expansion of N_()
16876
16877 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
16878
16879         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
16880         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
16881         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
16882         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
16883         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
16884         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
16885         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
16886         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
16887         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
16888         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
16889         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
16890         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
16891         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
16892         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
16893         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
16894         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
16895         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
16896         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
16897         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
16898         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
16899         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
16900         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
16901         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
16902         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
16903         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
16904         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
16905         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
16906         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
16907         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
16908         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
16909         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
16910         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
16911         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
16912         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
16913         xstrtol.m4, xstrtoumax.m4, yesno.m4:
16914         Use an all-permissive copyright notice, recommended by RMS.
16915
16916 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
16917
16918         * modules/chdir-long (Depends-on): Remove mempcpy.
16919
16920 2005-01-21  Jim Meyering  <jim@meyering.net>
16921
16922         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
16923         same value as for Solaris 9.
16924
16925         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
16926         component length.  This included changing the parameter to be
16927         of type `char *' rather than `char const *'.
16928         * lib/chdir-long.h (chdir_long): Update prototype.
16929
16930         * lib/openat.c (fdopendir, fstatat): New functions.
16931         * lib/openat.h: Include headers required for use of DIR and struct
16932         stat.
16933         [AT_SYMLINK_NOFOLLOW]: Define.
16934         (fdopendir, fstatat): Add prototypes.
16935
16936 2005-01-21  Bruno Haible  <bruno@clisp.org>
16937
16938         * modules/classpath: New file.
16939         * MODULES.html.sh (Java): Add classpath.
16940
16941 2005-01-21  Bruno Haible  <bruno@clisp.org>
16942
16943         * lib/classpath.h: New file, from GNU gettext.
16944         * lib/classpath.c: New file, from GNU gettext.
16945
16946 2005-01-20  Simon Josefsson  <jas@extundo.com>
16947
16948         * modules/version-etc-fsf: New file.
16949
16950 2005-01-20  Simon Josefsson  <jas@extundo.com>
16951
16952         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
16953         * lib/version-etc.c: Remove version_etc_copyright.
16954         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
16955         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
16956
16957 2005-01-20  Simon Josefsson  <jas@extundo.com>
16958
16959         * lib/base64.h (isbase64): Add.
16960
16961         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
16962         using a unsigned prototype, don't inline.
16963         (base64_decode): Use it.
16964
16965 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
16966
16967         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
16968         it.
16969
16970 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
16971
16972         * lib/save-cwd.c (save_cwd): Remove code to support the case
16973         where fchdir is missing or flaky.
16974
16975 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
16976
16977         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
16978
16979 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
16980
16981         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
16982         AC_LIBSOURCES now does this.
16983         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
16984         with new ullong_max module.
16985
16986 2005-01-19  Bruno Haible  <bruno@clisp.org>
16987
16988         * modules/sh-quote: New file.
16989         * MODULES.html.sh (Executing programs): Add sh-quote.
16990
16991 2005-01-19  Bruno Haible  <bruno@clisp.org>
16992
16993         * lib/sh-quote.h: New file, from GNU gettext.
16994         * lib/sh-quote.c: New file, from GNU gettext.
16995
16996 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
16997
16998         Merge from coreutils.
16999         * m4/ullong_max.m4: New file.
17000         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
17001         (gl_MACROS): Assume localeconv exists.
17002
17003 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
17004
17005         Merge changes from coreutils, as described below in several
17006         changelogs dated today.
17007
17008         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
17009         (O_DIRECTORY): Remove; not needed here, since "." must be
17010         a directory.  All uses removed.
17011         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
17012         universal on Suns, and we also need to test for IRIX.
17013         Revamp code to use 'if' rather than '#if'.
17014         Avoid unnecessary comparison of cwd->desc to 0.
17015
17016         * lib/utimens.c (futimens): Robustify the previous patch, by checking
17017         for known valid error numbers rather than observed invalid ones.
17018
17019 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
17020
17021         * modules/ullong_max: New file.
17022
17023         * modules/chdir-long, modules/openat: New files.
17024         * modules/save-cwd (Depends-on): Depend on chdir-long.
17025         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
17026
17027 2005-01-18  Jim Meyering  <jim@meyering.net>
17028
17029         Merge from coreutils.
17030         * m4/chdir-long.m4, m4/openat.m4: New files.
17031         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
17032         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
17033         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
17034         is sane and DOES follow symlinks.  Besides, testing 20 different
17035         systems found no broken chown implementations.
17036         Prompted by a change in rsync's copy of this macro.
17037         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
17038
17039         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
17040
17041         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
17042         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
17043         NULL-means-set-to-current-time semantics.
17044         Remove temporary file immediately, rather than waiting
17045         for configure's at-exit trap code to do it.
17046
17047 2005-01-18  Jim Meyering  <jim@meyering.net>
17048
17049         * lib/version-etc.c (version_etc_copyright): Update copyright date.
17050
17051         * lib/utimens.c (futimens): Account for the fact that futimes
17052         can also fail with errno == ENOSYS or errno == ENOENT.
17053         Patch from Dmitry V. Levin.
17054
17055         Change the name of the robust chdir function from chdir to chdir_long.
17056         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
17057         (restore_cwd): Use chdir_long, not chdir.
17058         * lib/chdir-long.c: Renamed from chdir.c.
17059         * lib/chdir-long.h: Renamed from chdir.h.
17060         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
17061         Hurd.
17062
17063 2005-01-18  Bruno Haible  <bruno@clisp.org>
17064
17065         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
17066         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
17067         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
17068         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
17069         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
17070         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
17071         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
17072         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
17073         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
17074         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
17075         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
17076         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
17077         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
17078         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
17079         Use an all-permissive copyright notice, recommended by RMS.
17080
17081 2005-01-18  Bob Proulx  <bob@proulx.com>
17082
17083         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
17084         simplify offsetof() macro construct to avoid compile failure with
17085         native HP-UX 11.0 ANSI C compiler.
17086
17087 2005-01-17  Bruno Haible  <bruno@clisp.org>
17088
17089         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
17090         redundant because stpncpy.m4 takes care of it.
17091
17092 2005-01-17  Bruno Haible  <bruno@clisp.org>
17093
17094         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
17095
17096 2005-01-17  Bruno Haible  <bruno@clisp.org>
17097
17098         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
17099         used.
17100
17101 2005-01-17  Bruno Haible  <bruno@clisp.org>
17102
17103         * lib/fwriteerror.h (fwriteerror): Change specification to include
17104         fclose.
17105         * lib/fwriteerror.c: Include <stdbool.h>.
17106         (fwriteerror): At the end, close the file stream. Record whether
17107         stdout was already closed.
17108
17109 2005-01-17  Bruno Haible  <bruno@clisp.org>
17110
17111         * lib/execute.c (environ): Declare if needed.
17112         * lib/pipe.c (environ): Likewise.
17113         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
17114
17115 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17116
17117         * modules/argp: Depend on vsnprintf
17118
17119 2005-01-10  Jim Meyering  <jim@meyering.net>
17120
17121         * modules/closeout (Depends-on): Add atexit.
17122
17123 2005-01-06  Bruno Haible  <bruno@clisp.org>
17124
17125         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
17126
17127 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
17128
17129         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
17130         definitions to be after all include files, to avoid collisions.
17131         Problem reported by Bob Proulx.
17132
17133 2005-01-04  Jim Meyering  <jim@meyering.net>
17134
17135         Changes imported from coreutils.
17136         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
17137         as the mkstemp template, use a temporary directory and an
17138         8.3-friendly template to avoid trouble on systems like DJGPP.
17139         Reported by Juan M. Guerrero via Stepan Kasal.
17140         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
17141         close. Remove the temporary directory right away, rather than waiting
17142         for configure's at-exit trap code to do it.
17143         Suggestion from Stepan Kasal.
17144
17145 2005-01-01  Simon Josefsson  <jas@extundo.com>
17146
17147         * gnulib-tool: Print #include directives when --import'ing.
17148
17149 2004-12-28  Simon Josefsson  <jas@extundo.com>
17150
17151         * tests/test-base64.c: Include required header files.  Remove
17152         unused variables.
17153
17154 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
17155
17156         * modules/error (Depends-on): Remove gettext.
17157
17158 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
17159
17160         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
17161         not needed.  This removes a dependency on the gettext module.
17162         [defined _LIBC]: Do not include <libintl.h>; not needed.
17163
17164 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
17165
17166         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
17167         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
17168
17169 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
17170
17171         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
17172         HAVE_DECL_STRTOLD.
17173
17174 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17175
17176         * modules/getdate (Depends-on): Remove alloca-opt.
17177
17178 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17179
17180         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
17181
17182 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17183
17184         * lib/argp-parse.c: Include <stddef.h>.
17185         (alignof, alignto): New macros.
17186         (parser_init): Don't assume that void * is aligned sufficiently
17187         for struct option.
17188
17189         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
17190         need to extend the stack.
17191         (YYINITDEPTH): New macro, so that the initial stack isn't overly
17192         large.
17193
17194 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17195
17196         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
17197
17198 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
17199
17200         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
17201         (2004-10-24) change.  Apparently this was a false alarm.
17202
17203         * modules/getdate: Depend on alloca-opt, not alloca.
17204
17205 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
17206
17207         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
17208         Remove now-obsolete comment about AIX.
17209         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
17210         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
17211         (YYMAXDEPTH): New macro.
17212
17213 2004-12-18  Simon Josefsson  <jas@extundo.com>
17214
17215         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
17216
17217 2004-12-18  Bruno Haible  <bruno@clisp.org>
17218
17219         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
17220
17221 2004-12-18  Bruno Haible  <bruno@clisp.org>
17222
17223         * lib/fatal-signal.c (fatal_signals): Make non-const.
17224         (init_fatal_signals): New function.
17225         (uninstall_handlers, install_handlers): Ignore signals that were set to
17226         SIG_IGN.
17227         (at_fatal_signal): Call init_fatal_signals.
17228         (init_fatal_signal_set): Likewise. Ignore signals that were set to
17229         SIG_IGN.
17230         Reported by Paul Eggert.
17231
17232 2004-12-18  Bruno Haible  <bruno@clisp.org>
17233
17234         * doc/alloca.texi: New file.
17235         * doc/alloca-opt.texi: New file.
17236
17237 2004-12-17  Jim Meyering  <jim@meyering.net>
17238
17239         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
17240         Otherwise, install-sh could exit with improper exit status when
17241         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
17242
17243 2004-12-16  Simon Josefsson  <jas@extundo.com>
17244
17245         * tests/test-base64.c: Add license.
17246
17247 2004-12-15  Stepan Kasal  <address@hidden>
17248
17249         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
17250
17251 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
17252
17253         * modules/getcwd (Files): Add m4/d-ino.m4.
17254         Suggested by Mark D. Baushke.
17255
17256 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
17257
17258         * lib/getdate.y (textint): New member "negative".
17259         (time_zone_hhmm): New function.
17260         Expect 14 shift-reduce conflicts, not 13.
17261         (o_colon_minutes): New rule.
17262         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
17263         (yylex): Set the "negative" member of signed numbers.
17264
17265 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
17266
17267         * doc/getdate.texi (Time of day items, Time zone items):
17268         Describe new formats +00:00, UTC+00:00.
17269
17270 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
17271
17272         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
17273         spurious "-l"s.  Problem reported by Stepan Kasal.
17274
17275 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
17276
17277         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
17278         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
17279
17280 2004-12-04  Simon Josefsson  <jas@extundo.com>
17281
17282         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
17283         Vandoorselaere <yoann@prelude-ids.org>.
17284
17285 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
17286
17287         Changes imported from coreutils.
17288         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
17289         exist.
17290         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
17291
17292 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
17293
17294         Changes imported from coreutils.
17295         * lib/hard-locale.c: Assume <locale.h> exists.
17296         Include "strdup.h".
17297         (GLIBC_VERSION): New macro.
17298         (hard_locale): Assume setlocale exists.
17299         Rewrite to avoid #ifdef.
17300         Use strdup rather than malloc + strcpy.
17301         * lib/human.c: Assume <locale.h> exists.
17302         (human_readable): Assume localeconv exists.
17303
17304 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
17305
17306         * modules/hard-locale (Depends-on): Add strdup.
17307
17308 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
17309
17310         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
17311         convert T2, not T.  (Imported from libc.)
17312
17313 2004-11-30  Simon Josefsson  <jas@extundo.com>
17314
17315         * modules/restrict (License): Change to LGPL.
17316
17317 2004-11-30  Simon Josefsson  <jas@extundo.com>
17318
17319         * m4/restrict.m4: Add copyright and copying conditions.
17320
17321 2004-11-30  Simon Josefsson  <jas@extundo.com>
17322
17323         * m4/base64.m4: New file.
17324
17325 2004-11-30  Simon Josefsson  <jas@extundo.com>
17326
17327         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
17328         base64.
17329
17330         * tests/test-base64.c: New file.
17331
17332         * modules/base64: New file.
17333
17334 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
17335
17336         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
17337         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
17338
17339         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
17340
17341 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
17342
17343         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
17344         (__getcwd.c): Don't restore errno; glibc doesn't.
17345         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
17346         first, falling back to our code only if its results look suspicious.
17347         Ensure that the resulting buffer is only as large as necessary.
17348
17349         * lib/readutmp.c: Include readutmp.h first.
17350         Include <errno.h>, since readutmp.h no longer does that.
17351         * lib/readutmp.h: Don't include <errno.h>,
17352         <sys/param.h>, <time.h>; not needed to establish interface.
17353         (errno): Remove decl.
17354         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
17355         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
17356         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
17357
17358 2004-11-28  Simon Josefsson  <jas@extundo.com>
17359
17360         * lib/base64.h, base64.c: New file.
17361
17362 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
17363
17364         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
17365
17366 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
17367
17368         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
17369         (Depends-on): Remove pathmax, same.  Add mempcpy.
17370         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
17371         (Makefile.am): Append getcwd.h to lib_SOURCES.
17372         (Include): Add getcwd.h.
17373         (Maintainer): Change from Jim Meyering to "all, glibc",
17374         since getdate now uses intended-for-glibc code.
17375         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
17376         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
17377
17378 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
17379
17380         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
17381         HP's ANSI C compiler.
17382         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
17383         Declaring int functions causes warnings on some modern systems and
17384         shouldn't be needed to compile on ancient ones.
17385         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
17386         defined.
17387
17388         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
17389         with the following changes.
17390         (__set_errno): Parenthesize properly.
17391         Include <stdbool.h>.
17392         (MIN, MAX, MATCHING_INO): New macros.
17393         (__getcwd): Define with prototype, not K&R form.
17394         Use heuristics to allocate default buffer on stack if possible.
17395         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
17396         behavior, and to avoid the PATH_MAX limit when computing
17397         ../../../../...
17398         Use MATCHING_INO to compare inode number to file.
17399         Check for arithmetic overflow in size calculations.
17400         Fix bug in reallocation of dot array that caused getcwd to fail
17401         on directories nested deeper than 75.
17402         Be more careful about saving errno on error.
17403         Do not use realloc; use only free+malloc, as this is a bit
17404         more flexible and avoids a needless copy operation.
17405         Do not inspect st_dev and st_ino for symbolic links; POSIX
17406         doesn't specify the latter.
17407         Check for closedir errors.
17408         Avoid needless casts.
17409         Use "#ifdef weak_alias" around weak_alias, to be like other
17410         glibc code.
17411         The following changes to getcwd.c have effect only when used in
17412         gnulib; they have no effect inside glibc proper.
17413         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
17414         as alloca isn't used.
17415         (alloca, __alloca): Likewise.
17416         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
17417         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
17418         unconditionally, as gnulib assumes C89 or better.
17419         Do not include <sys/param.h>.
17420         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
17421         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
17422         better.
17423         (NULL) [!defined NULL]: Remove; we assume C89 or better.
17424         Include <dirent.h> in a way that is compatible with modern Autoconf.
17425         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
17426         New macros, if not already defined.
17427         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
17428         Use "_LIBC", not "defined _LIBC", for consistency.
17429         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
17430         a mempcpy module.
17431         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
17432         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
17433         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
17434         credit only to Jim Meyering and adjust the copyright dates.
17435         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
17436         <stdlib.h>, <unistd.h>, "pathmax.h".
17437         Instead, include "xgetcwd.h" (first) and "getcwd.h".
17438         (INITIAL_BUFFER_SIZE): Remove.
17439         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
17440
17441 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
17442
17443         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
17444         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
17445         Use the _ONCE methods, for efficiency.
17446         Check for fcntl.h.  In test program, include <errno.h>
17447         and <fcntl.h> if available.  Remove old K&R cruft from
17448         test program.  Check for common errors in GNU/Linux,
17449         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
17450         don't do AC_LIBOBJ, as that's getcwd.m4's job.
17451         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
17452         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
17453         name accordingly.
17454         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
17455         accommodate new getcwd.c.
17456         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
17457         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
17458         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
17459         that's all we need now.
17460
17461 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17462
17463         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
17464         argp-parse.c depends on getopt internals, that means we should
17465         always use our getopt, to be on the safe side.
17466         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
17467         order not to spoil the result of an eventual previous invocation
17468         of gl_GETOPT_SUBSTITUTE.
17469
17470 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17471
17472         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
17473         redefinition warnings. To avoid them, include the defines
17474         in `#if !defined __need_getopt ... #endif'. The only place
17475         where __getopt_argv_const is used is in definitions
17476         of getopt_long and getopt_long_only below, which are as well
17477         protected by `#ifndef __need_getopt'.
17478         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
17479         __need_getopt after including <stdio.h> and <unistd.h> These
17480         headers might have defined it.
17481
17482 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
17483
17484         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
17485
17486 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
17487
17488         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
17489         (futimens): New function, which uses futimes if available.
17490         (futimens, utimens): Support timespec==NULL, with same semantics
17491         as utime and utimens.
17492         * lib/utimens.h (futimens): New decl.
17493
17494 2004-11-23  Jim Meyering  <jim@meyering.net>
17495
17496         * lib/getopt_.h: Remove trailing blanks.
17497
17498 2004-11-23  Jim Meyering  <jim@meyering.net>
17499
17500         * lib/__fpending.c: Add comment.
17501
17502 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
17503
17504         * modules/canonicalize (Depends-on): Add xreadlink.
17505         Problem reported by James Youngman.
17506
17507 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
17508
17509         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
17510         New macros.
17511         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
17512         optopt): Use them instead of invoking ## directly; otherwise, the
17513         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
17514
17515 2004-11-19  Bruno Haible  <bruno@clisp.org>
17516
17517         * lib/strtok_r.c: Move comments from here...
17518         * lib/strtok_r.h: ... to here.
17519
17520 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
17521
17522         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
17523         implementations that mishandle size_t overflow.
17524
17525 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
17526
17527         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
17528         might fail.  Problem reported by Yoann Vandoorselaere.
17529         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
17530         implementations that mishandle size_t overflow.
17531
17532 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
17533
17534         * modules/canon-host (Depends-on): Add strdup.
17535
17536 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
17537
17538         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
17539
17540 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
17541
17542         * lib/canon-host.c: Include "strdup.h".
17543         (canon_host): Use getaddrinfo if available, so that IPv6 works.
17544         Use strdup instead of malloc/strcpy to duplicate strings.
17545
17546         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
17547         (human_space_before_unit): New constant.
17548         * lib/human.c (human_readable): Support it.
17549
17550         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
17551         (xgetcwd): Set errno correctly when failing.
17552         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
17553         the failure is actually due to a PATH_MAX problem.
17554
17555         Further getopt changes to make it more likely that glibc will
17556         buy the changes back.
17557         * lib/getopt.c (POSIXLY_CORRECT): New constant.
17558         (getopt): Use it, so to preserve glibc semantic
17559         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
17560         when compiling for libc.
17561         * lib/getopt_.h (__getopt_argv_const): Bring it back.
17562         (getopt_long, getopt_long_only): Use it.
17563
17564         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
17565         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
17566         (getopt): Argv is now char * const *, as per standard.
17567         (_getopt_internal_r, _getopt_internal): Argv is now char **,
17568         not char *__getopt_argv_const *.
17569         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
17570         _getopt_long_only_r): Likewise.
17571         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
17572         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
17573         _getopt_long_r, _getopt_long_only_r): Likewise.
17574         * lib/getopt_.h (__getopt_argv_const): Remove.
17575         (getopt): Argv is now char * const *, as per standard.
17576
17577         * lib/getdate.y (tORDINAL): New token.
17578         (day, relunit): Allow it for relative times.
17579         (relative_time_table): Use tORDINAL for ordinals.
17580
17581 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
17582
17583         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
17584         Document that "second" isn't allowed as an ordinal number.
17585
17586 2004-11-16  Jim Meyering  <jim@meyering.net>
17587
17588         * modules/closeout (Depends-on): Add fpending.
17589
17590 2004-11-15  Jim Meyering  <jim@meyering.net>
17591
17592         * lib/closeout.c: Include "__fpending.h" once again.
17593         Include <stdbool.h>.
17594         (close_stdout): Don't fail just because stdout was closed initially,
17595         since some programs don't write to stdout in the normal course of
17596         operation (other than --version and --help), and we don't want this
17597         function to make e.g. `touch file >&-' fail.
17598         But do fail if it was closed and someone has tried to write to it.
17599         E.g., `printf foo >&-' must fail.
17600
17601 2004-11-13  Jim Meyering  <jim@meyering.net>
17602
17603         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
17604
17605 2004-11-12  Simon Josefsson  <jas@extundo.com>
17606
17607         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
17608         small doc fix is still pending.
17609
17610 2004-11-11  Simon Josefsson  <jas@extundo.com>
17611
17612         * modules/strtok_r: New file.
17613
17614         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
17615         strtok_r.
17616
17617 2004-11-11  Simon Josefsson  <jas@extundo.com>
17618
17619         * m4/strtok_r.m4: New file.
17620
17621         * m4/getopt.m4: Replace opterr.
17622
17623 2004-11-11  Simon Josefsson  <jas@extundo.com>
17624
17625         * lib/strtok_r.h, strtok_r.c: New file.
17626
17627 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
17628
17629         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
17630         of replacing opterr, getopt, etc.  This should handle the
17631         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
17632
17633 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
17634
17635         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
17636         we can stop lying to compilers about the constness of argv when we
17637         are compiled outside glibc.
17638         (getopt, getopt_long, getopt_long_only): Use it.
17639         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
17640         _getopt_internal, getopt): Likewise.
17641         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
17642         _getopt_long_only_r): Likewise.
17643         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
17644         _getopt_long_r, _getopt_long_only_r): Likewise.
17645
17646         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
17647         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
17648         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
17649         the other external symbols.
17650         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
17651         declaration, since the above renaming now works around collisions.
17652
17653 2004-11-11  Jim Meyering  <jim@meyering.net>
17654
17655         * lib/linebreak.c: Remove trailing blanks.
17656         * lib/alloca_.h: Likewise.
17657         * lib/acosl.c: Likewise.
17658         * lib/euidaccess.c: Likewise.
17659         * lib/allocsa.h: Likewise.
17660
17661 2004-11-10  Simon Josefsson  <jas@extundo.com>
17662
17663         * m4/getaddrinfo.m4: New file.
17664
17665 2004-11-10  Simon Josefsson  <jas@extundo.com>
17666
17667         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
17668
17669 2004-11-10  Simon Josefsson  <jas@extundo.com>
17670
17671         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
17672         getaddrinfo.
17673
17674         * modules/getaddrinfo: New file.
17675
17676 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
17677
17678         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
17679
17680 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
17681
17682         * lib/mktime.c (SHR): New macro, which is a portable
17683         substitute for >> that should work even on Crays.
17684         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
17685         Problem reported by Mark D. Baushke in
17686         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
17687         * lib/getdate.y (SHR): Likewise.
17688         (tm_diff): Use it.
17689         * lib/strftime.c (SHR): Likewise.
17690         (tm_diff): Use it.
17691         * lib/quotearg.c (struct quoting_options): Use unsigned int for
17692         quote_these_too, so that right shifts are well defined.  All uses
17693         changed.
17694
17695 2004-11-10  Jim Meyering  <jim@meyering.net>
17696
17697         Ensure that no close failure goes unreported.
17698         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
17699         return early when it seems there's nothing to flush.
17700         Don't include __fpending.h.
17701
17702 2004-11-10  Jim Meyering  <jim@meyering.net>
17703
17704         * modules/closeout (Depends-on): Remove fpending.
17705
17706 2004-11-10  Jim Meyering  <jim@meyering.net>
17707
17708         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
17709
17710 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
17711
17712         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
17713         gl_FUNC_STRFTIME.
17714         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
17715         and AC_REQUIRE when possible, to avoid duplicate checks.
17716         Check for <wchar.h>.
17717
17718 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
17719
17720         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
17721
17722 2004-11-09  Bruno Haible  <bruno@clisp.org>
17723
17724         * m4/sockpfaf.m4: New file.
17725
17726 2004-11-05  Bruno Haible  <bruno@clisp.org>
17727
17728         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
17729         Reported by Mark D. Baushke <mdb@cvshome.org>.
17730
17731 2004-11-04  Bruno Haible  <bruno@clisp.org>
17732
17733         2004-09-11  Bruno Haible  <bruno@clisp.org>
17734                 * allocsa.valgrind: New file.
17735         2004-02-06  Bruno Haible  <bruno@clisp.org>
17736                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
17737                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
17738                 Reported by Christopher Seip <chris.seip@hp.com>.
17739
17740 2004-11-04  Bruno Haible  <bruno@clisp.org>
17741
17742         * modules/allocsa (Files): Add lib/allocsa.valgrind.
17743         (Makefile.am): Distribute it.
17744
17745 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
17746
17747         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
17748         with errno == ERANGE if the buffer is too small.
17749         Problem reported by Mark D. Baushke.
17750
17751 2004-11-03  Albert Chin  <china@thewrittenword.com>
17752             Paul Eggert  <eggert@cs.ucla.edu>
17753
17754         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
17755         equivalent, substitute $ac_type for equivalent type rather than
17756         blindly using uint32_t *always* which won't work if uint32_t is not
17757         available.  Define _UINT32_T to work around typedef of uint32_t if
17758         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
17759         2.5.1.
17760
17761 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
17762
17763         * m4/jm-macros.m4: Sync from coreutils.
17764         (gl_MACROS): Check for mbrlen, for pathchk.
17765         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
17766
17767 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
17768
17769         * lib/xreadlink.c (MAXSIZE): New macro.
17770         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
17771         size does not exceed MAXSIZE.  Avoid cast.
17772         As suggested by Mark D. Baushke in
17773         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
17774         if readlink fails with buffer size just under MAXSIZE, try again
17775         with MAXSIZE.
17776
17777 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
17778
17779         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
17780
17781 2004-11-02  Derek R. Price  <derek@ximbiot.com>
17782         and  Paul Eggert  <eggert@cs.ucla.edu>
17783
17784         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
17785         (get_date): Overparenthesize to avoid GCC warning.
17786
17787 2004-11-02  Bruno Haible  <bruno@clisp.org>
17788
17789         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
17790         returns void.
17791
17792 2004-11-02  Bruno Haible  <bruno@clisp.org>
17793
17794         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
17795         function returns void.
17796
17797 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
17798
17799         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
17800         fflush_unlocked, flockfile, funlockfile, funlockfile,
17801         fputs_unlocked, putc_unlocked.
17802
17803 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
17804
17805         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
17806         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
17807         already declared.
17808
17809 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
17810
17811         * modules/getdate (Files): Add doc/getdate.texi.
17812         (Depends-on): Add setenv, xalloc.
17813
17814 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
17815
17816         * lib/getdate.y: Add support for TZ="foo" within a date string.
17817         Fix some bugs near time_t boundaries.  Reject dates with
17818         out-of-range components, e.g., "Sept 31".
17819         Include <stdlib.h>, "setenv.h", "xalloc.h".
17820         (ISDIGIT_LOCALE): Remove; unused.
17821         Note that the TZ and time functions used here are not reentrant.
17822         (mktime_ok, get_tz): New functions.
17823         (TZBUFSIZE): New constant.
17824         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
17825         This requires that we sometimes generate our own TZ="XXX..." setting.
17826
17827 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
17828
17829         * doc/getdate.texi: New file, from coreutils with modifications for
17830         the new TZ parsing.
17831
17832 2004-10-27  Derek R. Price  <derek@ximbiot.com>
17833
17834         * lib/mktime.c (not_equal_tm): Remove redundant check.
17835
17836 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
17837
17838         * modules/regex (lib_SOURCES): Add regex.c.
17839         Reported by James Youngman in
17840         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
17841
17842 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
17843
17844         * lib/getdate.y: Use Bison 1.875 features, and some minor
17845         code cleanups.  This change does not affect semantics.
17846         Don't include <stdlib.h>; no longer needed.
17847         Don't include unlocked-io.h; only the "#if TEST" code uses
17848         stdio, and performance isn't crucial there.
17849         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
17850         Bison 1.875 features as described below.
17851         All uses of "PC." replaced by "pc->".
17852         (YYSTYPE): Add a forward declaration.
17853         (yylex, yyerror): Use full prototypes in forward decls.
17854         Use "%pure-parser" rather than obsolescent "%pure_parser".
17855         Use %parse-param and %lex-param instead of obsolescent
17856         YYPARSE_PARAM and YYLEX_PARAM.
17857         (meridian_table, month_and_day_table, time_units_table,
17858         relative_time_table, time_zone_table, military_table,
17859         lookup_zone, lookup_word, get_date):
17860         Use NULL instead of 0 where appropriate.
17861         (to_hour): Avoid abort (), to avoid a dependency on
17862         stdlib.h.
17863         (yyerror, yylex): Now accepts parser_control * arg.
17864         (main) [TEST]: Use '\0' rather than 0 for char.
17865
17866 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
17867
17868         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
17869
17870 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
17871
17872         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
17873         It's now the caller's responsibility to handle the case where
17874         !HAVE_GETPAGESIZE && !defined getpagesize.
17875
17876         * lib/mktime.c (leapyear): Arg is long int, not int.
17877
17878 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
17879
17880         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
17881
17882 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
17883
17884         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
17885         missing.  Problem reported by James Youngman.
17886
17887 2004-10-16  Simon Josefsson  <jas@extundo.com>
17888
17889         * gnulib-tool: Fix comments.  Fix parse problem.
17890         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
17891
17892 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
17893
17894         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
17895         implementation of getopt_long.  Problem reported by Alexander Taler in:
17896         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
17897
17898 2004-10-15  Bruno Haible  <bruno@clisp.org>
17899
17900         * gnulib-tool: Untabify. Initialize supplied_libname.
17901         (func_usage): More homogenous output.
17902         (func_modules_transitive_closure, func_modules_to_filelist,
17903         func_emit_lib_Makefile_am): New functions.
17904         (func_import): New function, extracted from big case statement. Use
17905         func_get_license, func_modules_transitive_closure,
17906         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
17907         opt_lgpl. Don't use test -a, as it's not portable.
17908         (func_create_testdir): Use func_modules_transitive_closure,
17909         func_modules_to_filelist, func_emit_lib_Makefile_am.
17910
17911 2004-10-15  Bruno Haible  <bruno@clisp.org>
17912
17913         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
17914
17915 2004-10-15  Bruno Haible  <bruno@clisp.org>
17916
17917         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
17918         the portions belonging to each module.
17919         Suggested by Derek Robert Price <derek@ximbiot.com>.
17920
17921 2004-10-12  Simon Josefsson  <jas@extundo.com>
17922
17923         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
17924         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
17925         to real functions.
17926
17927 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17928
17929         * modules/vsnprintf: New file.
17930
17931 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17932
17933         * m4/vsnprintf.m4: New file.
17934
17935 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17936
17937         * lib/vsnprintf.h: New file.
17938         * lib/vsnprintf.c: New file.
17939
17940 2004-10-11  Bruno Haible  <bruno@clisp.org>
17941
17942         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
17943         vsnprintf.
17944
17945 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
17946
17947         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
17948
17949 2004-10-07  Bruno Haible  <bruno@clisp.org>
17950
17951         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
17952         fits into the provided buffer.
17953
17954 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
17955
17956         * lib/diacrit.c, diacrit.h: Add GPL notice.
17957
17958         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
17959         notice.
17960         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
17961         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
17962         This avoids a potential constant-folding bug.
17963
17964 2004-10-05  Bruno Haible  <bruno@clisp.org>
17965
17966         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
17967         for the declaration of strsep.
17968
17969 2004-10-05  Bruno Haible  <bruno@clisp.org>
17970
17971         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
17972
17973 2004-10-04  Simon Josefsson  <jas@extundo.com>
17974
17975         * modules/memmem: New file.
17976         * tests/test-memmem.c: New file.
17977         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
17978
17979 2004-10-04  Simon Josefsson  <jas@extundo.com>
17980
17981         * m4/memmem.m4: New file.
17982
17983 2004-10-04  Simon Josefsson  <jas@extundo.com>
17984
17985         * lib/memmem.h: New file.
17986         * lib/memmem.c: New file, taken from glibc.
17987
17988 2004-10-04  Simon Josefsson  <jas@extundo.com>
17989
17990         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
17991         '#ifdef USE_UNLOCKED_IO'.
17992
17993 2004-10-04  Simon Josefsson  <jas@extundo.com>
17994
17995         * config/srclist.txt: Add memmem from glibc.
17996
17997 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
17998
17999         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
18000
18001         * modules/argmatch, modules/argp, modules/closeout, modules/error,
18002         modules/exclude, modules/getdate, modules/getline,
18003         modules/getndelim2, modules/getpass, modules/getpass-gnu,
18004         modules/getusershell, modules/linebuffer, modules/md5,
18005         modules/mountlist, modules/posixtm, modules/readtokens,
18006         modules/readutmp, modules/regex, modules/sha1,
18007         modules/version-etc, modules/yesno:
18008         Remove dependency on unlocked-io.
18009
18010 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18011
18012         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
18013
18014         * m4/unlocked-io.m4: Add copyright notice.
18015         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
18016
18017 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18018
18019         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
18020         * lib/xmalloc.c (xmemdup): Likewise.
18021         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
18022         XFREE): Remove these long-obsolescent macros.
18023         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
18024         * lib/xstrdup.c: Remove.
18025
18026         * lib/regex.c (re_comp): Cast gettext return value to char *,
18027         Problem reported by Martin Neitzel via Mark D. Baushke.
18028
18029 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18030
18031         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
18032         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
18033         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
18034         regex.c, sha1.c, version-etc.c, yesno.c:
18035         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
18036         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
18037         the includer's responsibility.
18038
18039         Sync from coreutils.
18040
18041         * lib/modechange.c (mode_compile): Don't decrement a pointer that
18042         points to the start of a string, as the C Standard says the
18043         resulting behavior is undefined.
18044
18045         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
18046         simple -> simple_backups, numbered_existing ->
18047         numbered_existing_backups, numbered -> numbered_backups
18048         to avoid shadowing problems.  All uses changed.
18049         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
18050         * lib/backupfile.c (check_extension, numbered_backup):
18051         Rename locals to avoid shadowing 'basename'.
18052         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
18053         once.
18054
18055         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
18056         * lib/.cvsignore: Add getopt.h.
18057
18058 2004-10-04  Bruno Haible  <bruno@clisp.org>
18059
18060         * modules/README: New file.
18061         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
18062         not a module.
18063
18064 2004-10-02  Jim Meyering  <jim@meyering.net>
18065
18066         * lib/dirfd.h, getpagesize.h: Add copyright notice.
18067
18068 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18069
18070         * modules/strsep: New file.
18071
18072 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18073
18074         * m4/strsep.m4: New file.
18075
18076 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18077
18078         * lib/strsep.h: New file.
18079         * lib/strsep.c: New file.
18080
18081 2004-10-01  Simon Josefsson  <jas@extundo.com>
18082
18083         * lib/snprintf.c (snprintf): Handle size==0.
18084
18085 2004-10-01  Simon Josefsson  <jas@extundo.com>
18086             Bruno Haible  <bruno@clisp.org>
18087
18088         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
18089         (snprintf): Declare 'args'.
18090
18091 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
18092
18093         * lib/snprintf.c: Remove comments as to why each header is needed.
18094
18095 2004-10-01  Bruno Haible  <bruno@clisp.org>
18096
18097         * MODULES.html.sh: Add strsep.
18098
18099 2004-09-30  Simon Josefsson  <jas@extundo.com>
18100
18101         * modules/snprintf: New file.
18102
18103 2004-09-30  Simon Josefsson  <jas@extundo.com>
18104
18105         * m4/snprintf.m4: New file.
18106
18107 2004-09-30  Simon Josefsson  <jas@extundo.com>
18108
18109         * lib/snprintf.h, lib/snprintf.c: New files.
18110
18111 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18112
18113         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
18114         (hol_entry_help): Never translate an empty string.
18115         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
18116         * lib/argp.h (OPTION_NO_TRANS): New option.
18117
18118 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
18119
18120         * modules/argp (Maintainer): Replace Simon Josefsson
18121         by Sergey Poznyakoff.
18122
18123 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
18124
18125         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
18126         changes merged back into glibc.
18127
18128 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
18129
18130         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
18131
18132 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
18133
18134         * lib/xvasprintf.c: Include xalloc.h.
18135         (xvasprintf): Use xalloc_die, not xmalloc_die.
18136
18137 2004-09-29  Bruno Haible  <bruno@clisp.org>
18138
18139         * modules/alloca-opt: New file, derived from modules/alloca.
18140         * modules/allocsa: Depend on alloca-opt instead of alloca.
18141         * modules/setenv: Likewise.
18142         * modules/vasnprintf: Likewise.
18143         * MODULES.html.sh: Add alloca-opt.
18144
18145 2004-09-28  Simon Josefsson  <jas@extundo.com>
18146
18147         * gnulib-tool: New parameter --lgpl, to asseert that modules are
18148         LGPL, and to replace license template from GPL to LGPL.
18149
18150 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
18151
18152         * modules/dummy: Change license to LGPL.
18153
18154 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
18155
18156         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
18157
18158 2004-09-24  Simon Josefsson  <jas@extundo.com>
18159
18160         * modules/minmax (License): Change from GPL to LGPL.
18161
18162 2004-09-23  Simon Josefsson  <jas@extundo.com>
18163
18164         * gnulib-tool (--import): Typo.
18165
18166 2004-09-23  Simon Josefsson  <jas@extundo.com>
18167
18168         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
18169
18170 2004-09-22  Bruno Haible  <bruno@clisp.org>
18171
18172         * modules/*: Add 'License' field.
18173         * gnulib-tool: Accept --extract-license option.
18174         (func_get_license): New function.
18175
18176 2004-09-21  Bruno Haible  <bruno@clisp.org>
18177
18178         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
18179         Reported by Simon Josefsson.
18180
18181 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
18182
18183         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
18184         gl_AC_TYPE_LONG_LONG.
18185
18186 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
18187
18188         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
18189
18190 2004-09-18  Simon Josefsson  <jas@extundo.com>
18191         and  Paul Eggert  <eggert@cs.ucla.edu>
18192
18193         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
18194         calls with autoreconf.  Define GL_LIB.
18195
18196 2004-09-14  Karl Berry  <karl@gnu.org>
18197
18198         * config/srclist.txt: unsync setenv.c, sigh.
18199
18200 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
18201
18202         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
18203         Problem reported by Bruno Haible in:
18204         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
18205
18206 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
18207
18208         * config/srclist.txt: Comment out argp-pvh.c.
18209
18210 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
18211
18212         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
18213         in case some system header has #define'd it.  Problem reported by
18214         Soeren D. Schulze in
18215         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
18216
18217 2004-09-09  Karl Berry  <karl@gnu.org>
18218
18219         * regex.[ch]: delete from the root.  These were supposed to be
18220                 synced with emacs cvs, but this has not happened for about
18221                 a year, and anyway nothing else uses emacs regex.[ch].
18222                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
18223                 lib/regex[.ch] is untouched.
18224
18225 2004-09-09  Bruno Haible  <bruno@clisp.org>
18226
18227         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
18228
18229 2004-09-09  Bruno Haible  <bruno@clisp.org>
18230
18231         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
18232         modifications.
18233         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
18234
18235 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
18236
18237         * modules/xvasprintf: New file.
18238         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
18239
18240 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
18241
18242         * lib/xvasprintf.h: New file.
18243         * lib/xvasprintf.c: New file.
18244         * lib/xasprintf.c: New file.
18245
18246 2004-09-08  Bruno Haible  <bruno@clisp.org>
18247
18248         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
18249
18250 2004-09-08  Bruno Haible  <bruno@clisp.org>
18251
18252         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
18253         length is > INT_MAX.
18254         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
18255         more.
18256
18257 2004-09-08  Bruno Haible  <bruno@clisp.org>
18258
18259         * lib/stdint_.h: New file, taken from GNU clisp.
18260
18261 2004-09-08  Bruno Haible  <bruno@clisp.org>
18262             Oskar Liljeblad  <oskar@osk.mine.nu>
18263
18264         * modules/stdint: New file.
18265         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
18266
18267 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18268
18269         Import from coreutils.
18270         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
18271         strings on unbounded length.  alloca's performance benefits aren't
18272         that important here.
18273         (V_STRDUP): Remove.
18274         (parse_with_separator): New function, with most of the internals
18275         of the old parse_user_spec.  Allow user to omit both user and group,
18276         for compatibility with FreeBSD.
18277         Clone only the user name, not the entire spec.
18278         Do not set *uid, *gid unless entirely successful.
18279         Avoid memory leak in some failing cases.
18280         Fix regression for USER.GROUP reported by Dmitry V. Levin in
18281         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
18282         (parse_user_spec): Rewrite to use parse_with_separator.
18283
18284 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18285
18286         * modules/userspec: Don't depend on alloca.
18287
18288 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18289
18290         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
18291
18292 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
18293
18294         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
18295         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
18296         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
18297
18298 2004-08-16  Simon Josefsson  <jas@extundo.com>
18299
18300         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
18301         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
18302         Add --dry-run for --import.
18303         Let user provided command line parameters override configure.ac
18304         settings.
18305
18306 2004-08-12  Simon Josefsson  <jas@extundo.com>
18307
18308         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
18309         as discussed with Paul Eggert in threads rooted at
18310         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
18311         and
18312         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
18313         Before, the test was empty, and relied on ELIDE_CODE in source
18314         code.)
18315         (gl_PREREQ_GETOPT): New macro.
18316         (gl_GETOPT): Use them.
18317
18318 2004-08-12  Simon Josefsson  <jas@extundo.com>
18319
18320         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
18321         * lib/getopt_.h: Renamed from getopt.h.
18322
18323 2004-08-12  Simon Josefsson  <jas@extundo.com>
18324
18325         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
18326         Change default library name from libfoo to libgnu.
18327         Now, if you have a configure.ac that says:
18328                 gl_SOURCE_BASE(gl)
18329                 gl_M4_BASE(gl/m4)
18330                 gl_MODULES(error getopt etcetera)
18331                 gl_INIT
18332         you can import all you need by running:
18333                 ../gnulib/gnulib-tool --import
18334
18335         * modules/getopt (Files): Rename getopt.h to getopt_.h.
18336         (Makefile.am): Rewrite, use logic from argz.
18337         (Include): Use <getopt.h> instead of "getopt.h".
18338
18339 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
18340
18341         * modules/argp (Files): Add m4/unlocked-io.m4.
18342         (Depends-on): Add extensions.
18343
18344 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
18345
18346         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
18347         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
18348         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
18349         Check for program_invocation_name, program_invocation_short_name,
18350         flockfile, funlockfile, features.h, _getopt_long_only_r.
18351
18352 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
18353
18354         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
18355         its complicated substitute.
18356         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
18357         and program_invocation_name.
18358         (__argp_basename) [!_LIBC]: Remove; the only use was
18359         replaced by its body.
18360         (__argp_short_program_name): Change condition from
18361         !defined __argp_short_program_name to
18362         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
18363         to match argp-namefrob.h.
18364         (__argp_failure): Don't assume strerror_r returns char *.
18365         * lib/argp-parse.c (N_): Define unconditionally.
18366         (argp_default_options): Fill out initializers with 0 to avoid
18367         gcc warnings.
18368
18369 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
18370
18371         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
18372         getopt1.c.
18373
18374 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
18375
18376         Merge from coreutils.
18377
18378         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
18379
18380         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
18381         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
18382
18383 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
18384
18385         Merge from coreutils.
18386
18387         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
18388         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
18389         for Reliant Unix 5.43.
18390
18391         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
18392         (union fooround): Use uintmax_t, not long int.
18393         The rest is a merge from libc:
18394         [defined _LIBC]: Include <shlib-compat.h>.
18395         (_obstack) [defined _LIBC]: Remove after 2.3.4.
18396
18397         * lib/settime.c (settime): Recode to avoid warning with
18398         Sun Forte C 6U2.
18399
18400         * lib/strverscmp.c: Convert to UTF-8.
18401
18402 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
18403
18404         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
18405         m4/uintmax_t.m4.
18406
18407 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
18408
18409         * modules/xalloc-die: New file.
18410         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
18411
18412         * modules/md5 (Files): Add m4/uint32_t.m4.
18413         * modules/sha1: Renamed from modules/sha.
18414         (Files):
18415         Rename lib/sha.h to lib/sha1.h.
18416         Rename lib/sha.c to lib/sha1.c.
18417         Rename m4/sha.m4 to m4/sha1.m4.
18418         (lib_SOURCES): Likewise.
18419         (configure.ac): Rename gl_SHA to gl_SHA1.
18420         (Include): sha.h -> sha1.h.
18421
18422 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
18423
18424         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
18425         * m4/sha1.m4: Renamed from sha.m4.
18426         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
18427
18428 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
18429
18430         * lib/obstack.h (obstack_empty_p):
18431         Don't assume that chunk->contents is suitably aligned.
18432         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
18433         Likewise. Problem reported by Benno in
18434         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
18435
18436         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
18437         readable.  This could be improved further but it'd take some work.
18438
18439 2004-08-08  Simon Josefsson  <jas@extundo.com>
18440
18441         * modules/xgethostname (Depends-on): Remove exit and error (not
18442         used).
18443
18444         * modules/getpass-gnu: Add getpass.h.
18445         (Depends-on): Add stdbool.
18446         * modules/getpass: Add getpass.h.
18447
18448 2004-08-08  Simon Josefsson  <jas@extundo.com>
18449
18450         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
18451         Check getpass declaration.
18452
18453 2004-08-08  Simon Josefsson  <jas@extundo.com>
18454
18455         * lib/xgethostname.c: Don't include error.h (not used).
18456
18457         * lib/getpass.h: Add.
18458         * lib/getpass.c: Include getpass.h first.
18459
18460 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
18461
18462         * lib/xalloc-die.c: New file.
18463         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
18464         All uses removed.
18465         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
18466         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
18467         xalloc-die.c.
18468         (_, N_, xalloc_die): Move to xalloc-die.c.
18469         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
18470         so that we needn't mess with xalloc_msg_memory_exhausted.
18471
18472         * lib/sha1.h: Renamed from sha.h.
18473         (SHA1_H): Renamed from _SHA_H.
18474         (sha1_ctx): Renamed from sha_ctx.
18475         (sha1_init_ctx): Renamed from sha_init_ctx.
18476         (sha1_process_block): Renamed from sha_process_block.
18477         (sha1_process_bytes): Renamed from sha_process_bytes.
18478         (sha1_finish_ctx): Renamed from sha_finish_ctx.
18479         (sha1_read_ctx): Renamed from sha_read_ctx.
18480         (sha1_stream): Renamed from sha_stream.
18481         (sha1_buffer): Renamed from sha_buffer.
18482         * lib/sha1.c: Likewise; renamed from sha.c.
18483         Do not include <sys/types.h>.
18484         Include <stddef.h> rather than <stdlib.h>.
18485
18486 2004-08-08  Bruno Haible  <bruno@clisp.org>
18487
18488         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
18489         FILESYSTEM_PREFIX_LEN.
18490         * lib/progreloc.c: Likewise.
18491         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
18492
18493 2004-08-06  Simon Josefsson  <jas@extundo.com>
18494
18495         * modules/progname (Depends-on): Don't depend on stdbool.
18496
18497 2004-08-06  Simon Josefsson  <jas@extundo.com>
18498
18499         * modules/getsubopt: New file.
18500         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18501         getsubopt.
18502
18503 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
18504
18505         More merge from coreutils.
18506
18507         * m4/utimens.m4, m4/utimecmp.m4: New files.
18508         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
18509         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
18510         prereq.m4, sha.m4: Import changes from coreutils.
18511
18512 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
18513
18514         More merge from coreutils.
18515         * modules/raise, modules/readtokens0, modules/utimens:
18516         * modules/utimecmp, module/xnanosleep: New files.
18517         * modules/strftime: Add lib/strftime.h.
18518         Change include from <time.h> to "strftime.h".
18519         * modules/yesno: Add lib/yesno.h.
18520         * modules/backupfile: Remove lib/addext.c.
18521         * modules/euidaccess: Add stat-macros.h.
18522         * modules/canonicalize, modules/euidaccess,
18523         modules/filemode, modules/lchown, modules/makepath,
18524         modules/rmdir, modules/stat: Likewise.
18525
18526 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
18527
18528         Merge from tar.
18529         * lib/argp-help.c (make_hol, hol_append): Don't assume that
18530         SIZE_MAX is a valid preprocessor constant.
18531         (__argp_basename): Change from "#ifndef _LIBC"
18532         to "#ifndef __argp_short_program_name", so that
18533         we don't compile these functions for tar.
18534
18535         More merges from coreutils.
18536         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
18537         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
18538         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
18539         * lib/addext.c: Remove; no longer needed.
18540         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
18541         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
18542         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
18543         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
18544         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
18545         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
18546         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
18547         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
18548         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
18549         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
18550         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
18551         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
18552         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
18553         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
18554         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
18555         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
18556         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
18557         Import changes from coreutils.
18558
18559 2004-08-05  Simon Josefsson  <jas@extundo.com>
18560
18561         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
18562
18563 2004-08-05  Simon Josefsson  <jas@extundo.com>
18564
18565         * m4/getsubopt.m4: New file.
18566
18567 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
18568
18569         Merge from coreutils.
18570
18571         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
18572         * m4/getcwd-path-max.m4: New files.
18573
18574         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
18575         FILESYSTEM_PREFIX_LEN ->
18576         FILE_SYSTEM_PREFIX_LEN.
18577         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
18578         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
18579         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
18580         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
18581
18582         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
18583         prerequisite modules now handle the DOS stuff.
18584         Don't check for unistd.h.
18585
18586 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
18587
18588         Merge from coreutils.
18589
18590         * lib/.gdb-history: Remove; this doesn't belong here.
18591
18592         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
18593         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
18594         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
18595         * lib/getcwd.c: New files.
18596
18597         * lib/dirname.h: Include <stdbool.h>.
18598         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
18599         for consistency with POSIX terminology.  All uses changed.
18600         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
18601         (strip_trailing_slashes): Use bool for booleans.
18602         * lib/stripslash.c (strip_trailing_slashes): Likewise.
18603
18604         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
18605         sometimes returns a positive errno value even when it succeeds.
18606         (print_errno_message) [!LIBC]: Fall back on strerror if
18607         __strerror_r fails.
18608
18609         * lib/path-concat.c (mempcpy): Don't define if a system header defines
18610         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
18611         (longest_relative_suffix): New function.
18612         (path_concat): Use it.  Assume first argument is not NULL.
18613         Port to DOS.  Omit redundant separators.
18614         Report an error instead of returning NULL.
18615         Use mempcpy instead of memcpy.
18616         (xpath_concat): Remove: not declared or used.
18617
18618         * lib/same.h: Include <stdbool.h>
18619         (same_name): Return bool, not int.
18620         * lib/same.c (same_name): Likewise.
18621         (errno): Don't declare; we assume C89 or better now.
18622
18623         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
18624         if not already defined.
18625
18626         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
18627         * lib/dup-safer.c (errno): Likewise.
18628
18629 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
18630
18631         Merge from coreutils.
18632         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
18633         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
18634         * modules/path-concat: Don't depend on strdup.
18635
18636 2004-08-03  Simon Josefsson  <jas@extundo.com>
18637
18638         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
18639         * lib/progname.h: Don't include stdbool.h.
18640
18641 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
18642
18643         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
18644         * MODULES.html.sh (func_all_modules): Remove fatal.
18645
18646 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
18647
18648         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
18649
18650 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
18651
18652         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
18653         working.
18654
18655 2004-08-02  Simon Josefsson  <jas@extundo.com>
18656
18657         * lib/getsubopt.h: New file, with comments from Bruno Haible.
18658         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
18659         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
18660
18661 2004-08-01  Simon Josefsson  <jas@extundo.com>
18662
18663         * lib/xgetdomainname.c: Include stdlib.h, for free().
18664
18665 2004-07-19  Bruno Haible  <bruno@clisp.org>
18666
18667         * MODULES.html.sh (func_all_modules): Add dummy.
18668
18669 2004-07-16  Simon Josefsson  <jas@extundo.com>
18670
18671         * modules/dummy: New file.
18672
18673 2004-07-16  Simon Josefsson  <jas@extundo.com>
18674
18675         * lib/dummy.c: New file.
18676
18677 2004-07-16  Bruno Haible  <bruno@clisp.org>
18678
18679         * lib/backupfile.h: Add extern "C" for C++.
18680         * lib/closeout.h: Likewise.
18681         * lib/copy-file.h: Likewise.
18682         * lib/findprog.h: Likewise.
18683         * lib/full-write.h: Likewise.
18684         * lib/pathname.h: Likewise.
18685         * lib/progname.h: Likewise.
18686         * lib/stpcpy.h: Likewise.
18687         * lib/stpncpy.h: Likewise.
18688         * lib/strcase.h: Likewise.
18689         * lib/strstr.h: Likewise.
18690         * lib/xalloc.h: Likewise.
18691
18692         * lib/mbswidth.h: Add extern "C" for C++.
18693         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
18694
18695 2004-07-13  Robert Millan  <robertmh@gnu.org>
18696
18697         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
18698
18699 2004-07-09  Simon Josefsson  <jas@extundo.com>
18700
18701         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
18702         failed without this.)
18703
18704 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
18705
18706         * modules/chown (Files): Add lib/fchown-stub.c, since
18707         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
18708
18709 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
18710
18711         * lib/fchown-stub.c: New file.
18712
18713 2004-06-24  Jim Meyering  <jim@meyering.net>
18714
18715         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
18716
18717 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
18718
18719         * modules/argz: Omit "#include".
18720
18721         * MODULES.html.sh (func_all_modules): Add calloc, to match
18722         2004-06-01 addition of calloc module.
18723
18724 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
18725
18726         * m4/argz.m4: New file, which is autoupdated from libtool.
18727
18728 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
18729
18730         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
18731         libtool.
18732
18733 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
18734
18735         * config/srclist-update: Don't insist on "USA." before the
18736         close-comment, as libtool omits the period and puts the */ on a
18737         separate line.
18738         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
18739         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
18740
18741 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
18742
18743         * modules/argz: New file.
18744         * MODULES.html.sh (func_all_modules): Add argz.
18745
18746 2004-06-12  Jim Meyering  <jim@meyering.net>
18747         and  Paul Eggert  <eggert@cs.ucla.edu>
18748
18749         * modules/hash (Files): Add lib/xalloc.h.
18750         * modules/pipe (Depends-on): Add wait-process.
18751         * modules/stat (Depends-on): Add xalloc.
18752         * modules/userspec (Files): Add lib/userspec.h.
18753         * modules/xstrto
18754
18755         Upgrade from gettext-0.13.
18756         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
18757         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
18758         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
18759
18760 2004-06-10  Jim Meyering  <jim@meyering.net>
18761
18762         * lib/calloc.c: New file.
18763
18764 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
18765
18766         * lib/getdate.y (yylex): Allow space between sign and number.
18767         Problem reported by Dan Jacobson.
18768
18769 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
18770
18771         Merge from coreutils CVS.
18772
18773         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
18774         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
18775         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
18776         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
18777         xstrtol.m4: Fix copyright date and/or serial number.
18778
18779         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
18780         See if we need an fchown replacement.
18781         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
18782         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
18783         and use the replacement function if we detect either defect.
18784
18785         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
18786         gl_UTIMECMP.
18787
18788 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
18789         and  Jim Meyering  <jim@meyering.net>
18790
18791         Merge from coreutils CVS.
18792
18793         * lib/stat-macros.h: New file, with contents from file-type.h
18794         and coreutils' system.h.
18795         * lib/file-type.c: Include "stat-macros.h".
18796         * lib/file-type.h (file_type): Move all macro definitions to new file,
18797         stat-macros.h.
18798
18799         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
18800         Wrap old code with this conditional.
18801         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
18802         function that does not dereference symlinks.
18803         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
18804
18805         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
18806         dependency problems.
18807         (xreadlink): Accept new arg SIZE, for efficiency.
18808         All decls and uses changed.
18809         * lib/xreadlink.h: Include <stddef.h>, for size_t.
18810
18811         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
18812         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
18813
18814         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
18815         sysexits.h.
18816
18817 2004-06-01  Jim Meyering  <jim@meyering.net>
18818
18819         * m4/calloc.m4: New file.
18820
18821 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
18822
18823         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
18824         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
18825         Also, fix a typo in a diagnostic.
18826
18827 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
18828
18829         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
18830         or AC_FUNC_REALLOC.
18831
18832 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
18833
18834         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
18835         macros to be defined.
18836         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
18837         the allocator returns NULL because the requested size is zero.
18838
18839 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
18840
18841         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
18842         var.  Add comment explaining why libc still defines it.  This
18843         merges the following patch from glibc:
18844         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
18845
18846 2004-05-20  Andreas Schwab  <schwab@suse.de>
18847
18848         * m4/free.m4: Replace free if it not known to work, not the other
18849         way round.
18850
18851 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
18852
18853         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
18854         present in glibc since revision 1.1 of this file.
18855         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
18856         obstack_alignment_mask, obstack_alloc, obstack_base,
18857         obstack_blank, obstack_blank_fast, obstack_chunk_size,
18858         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
18859         obstack_grow0, obstack_init, obstack_int_grow,
18860         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
18861         obstack_next_free, obstack_object_size, obstack_ptr_grow,
18862         obstack_ptr_grow_fast, obstack_room): Remove declarations of
18863         nonexistent functions.
18864
18865 2004-05-18  Karl Berry  <karl@gnu.org>
18866
18867         * config/srclist.txt: break link for vasnprintf.c.
18868
18869 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
18870
18871         Port obstack to the AS/400, where pointers are 16 bytes wide and
18872         you cannot cast an integer to a valid pointer.  This patch is
18873         currently waiting to be integrated into glibc; see
18874         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
18875
18876         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
18877         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
18878         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
18879         (struct obstack): temp member is now a union of a pointer and
18880         an integer, instead of an integer.  All integer uses changed.
18881         This does not affect the physical layout of struct obstack,
18882         except on hosts (like the AS/400) where the size or alignment of
18883         void * is greater than that of ptrdiff_t.
18884         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
18885         __STDC__)]: Store temporary in pointer member of union, not
18886         integer member.
18887         * lib/obstack.c: Include <stddef.h>, for offsetof.
18888         (struct fooalign): Remove; it doesn't need a name.
18889         (union fooround): Change double to long double, and add void *.
18890         (DEFAULT_ALIGNMENT): Use offsetof to compute.
18891         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
18892         not a macro.  Hence the values are always int; so remove all
18893         casts-to-int in uses.
18894
18895 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
18896
18897         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
18898         we can get this patch merged into glibc.
18899
18900 2004-05-17  Derek R. Price  <derek@ximbiot.com>
18901             Paul Eggert  <eggert@cs.ucla.edu>
18902
18903         * m4/argp: Depend on alloca.
18904
18905 2004-05-17  Derek R. Price  <derek@ximbiot.com>
18906             Paul Eggert  <eggert@cs.ucla.edu>
18907
18908         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
18909         freecoding.
18910
18911 2004-05-17  Bruno Haible  <bruno@clisp.org>
18912
18913         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
18914         precision that consists of a '.' followed by an empty digit string.
18915         Patch by Tor Lillqvist <tml@iki.fi>.
18916
18917 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
18918
18919         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
18920         for backward compatibility with older code.  We need our own
18921         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
18922         it under some other name, and our alloca.h will define it.
18923
18924 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
18925             Derek Price  <derek@ximbiot.com>
18926
18927         * lib/alloca.c: Include <alloca.h>, to get our interface.
18928         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
18929         include <alloca.h> first.  Use C89 prototype for alloca; this
18930         requires including <stddef.h> for size_t.  Use extern "C" if C++.
18931         Use #elif for simplicity, since we can assume C89 now.
18932         Don't try to source the system alloca.h since it will not be found
18933         and to prevent recursively including its replacement.
18934         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
18935         * lib/regex.c: Likewise.
18936
18937 2004-05-16  Derek Price  <derek@ximbiot.com>
18938             Paul Eggert  <eggert@cs.ucla.edu>
18939
18940         getline cleanup.  This changes the getndelim2 API: both order of
18941         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
18942         no delimiter).
18943
18944         * lib/getline.c: Don't include stddef.h or stdio.h, since our
18945         interface does that.
18946         (getline): Always use getdelim, so that we don't have two
18947         copies of this code.
18948         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
18949         if available.
18950         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
18951         (GETNDELIM2_MAXIMUM): New macro.
18952         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
18953         instead of the old practice of delim2==0.  All callers changed.
18954         Return -1 on overflow, instead of returning junk.
18955         Do not set *linesize unless allocation succeeds.
18956         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
18957         that we include sys/types.h.
18958         * lib/getnline.h: Likewise.
18959         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
18960         (getndelim2): Reorder arguments.
18961         * lib/getnline.c (getnline, getndelim):
18962         Don't discard the NMAX argument.
18963         (getnline): Invoke getndelim, to avoid code duplication.
18964         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
18965         of (size_t) -1 by callers of the getnline family.
18966
18967 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
18968
18969         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
18970         Check for gettimeofday.
18971         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
18972         Check for settimeofday, stime.
18973
18974 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
18975
18976         * lib/nanosleep.c (suspended): Change its type from int to
18977         sig_atomic_t volatile.
18978         (first_call): Make it private to rpl_nanosleep, and have it
18979         be zero initially as that's a bit faster.
18980         (my_usleep): Round up fractional times instead of truncating them,
18981         as this is the usual meaning for 'sleep'.
18982
18983         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
18984         doesn't work.
18985         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
18986         (ENOSYS): Define if not defined.
18987         (settime): Fall back on stime if it exists and settimeofday fails.
18988         But don't bother with fallbacks if a method fails with errno == EPERM.
18989
18990 2004-05-11  Jim Meyering  <jim@meyering.net>
18991
18992         Prior to this change, the save_cwd caller required read access to the
18993         current directory on most systems (ones with the fchdir function).
18994
18995         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
18996         fails, try write-only, and finally, resort to using xgetcwd.
18997
18998 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
18999
19000         * lib/obstack.c, obstack.h: Import changes from libc.
19001
19002 2004-04-28  Bruno Haible  <bruno@clisp.org>
19003
19004         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
19005         also implicitly appends .exe to executables.
19006         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
19007         accepts Windows pathnames.
19008         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
19009         Treat Cygwin like Windows, since it now accepts Windows pathnames.
19010         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
19011         Treat Cygwin like Windows, since it now accepts Windows pathnames.
19012         Reported by Derek Robert Price <derek@ximbiot.com>.
19013
19014 2004-04-21  Karl Berry  <karl@gnu.org>
19015
19016         * config/srclist.txt (localcharset.c): break sync.
19017
19018 2004-04-20  Paul Eggert  <eggert@twinsun.com>
19019
19020         * m4/host-os.m4: Add a copyright notice.
19021
19022 2004-04-20  Jim Meyering  <jim@meyering.net>
19023
19024         Change UTILS_ to gl_ in AC_DEFINE'd names.
19025         Change utils_- and jm_-prefixed variables, too.
19026         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
19027         UTILS_FUNC_MKDIR_TRAILING_SLASH.
19028         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
19029
19030         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
19031         Don't emit trailing blanks.
19032         Also rename jm_-prefixed variables to have gl_ prefix.
19033
19034         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
19035         Also rename jm_-prefixed variables to have gl_ prefix.
19036
19037         * m4/jm-macros.m4: Reflect the renamings.
19038         * m4/prereq.m4: Likewise.
19039
19040 2004-04-20  Jim Meyering  <jim@meyering.net>
19041
19042         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
19043         memory.
19044
19045 2004-04-20  Jim Meyering  <jim@meyering.net>
19046             Bruno Haible  <bruno@clisp.org>
19047
19048         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
19049         memory when realloc fails.
19050
19051 2004-04-19  Jim Meyering  <jim@meyering.net>
19052
19053         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
19054         now that readutmp.c may call `free (0)'.
19055
19056 2004-04-19  Bruno Haible  <bruno@clisp.org>
19057
19058         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
19059         * m4/inttypes_h.m4: Likewise.
19060         * m4/stdint_h.m4: Likewise.
19061         * m4/intmax_t.m4: Likewise.
19062         * m4/uintmax_t.m4: Likewise.
19063
19064 2004-04-18  Jim Meyering  <jim@meyering.net>
19065
19066         * m4/prereq.m4: Don't forbid jm_ prefix.
19067
19068         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
19069         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
19070         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
19071         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
19072         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
19073         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
19074         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
19075         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
19076         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
19077         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
19078         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
19079         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
19080         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
19081         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
19082         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
19083         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
19084         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
19085         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
19086         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
19087
19088 2004-04-18  Jim Meyering  <jim@meyering.net>
19089
19090         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
19091         failure, don't leak memory and do call END_UTMP_ENT.
19092
19093 2004-04-16  Jim Meyering  <jim@meyering.net>
19094
19095         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
19096         coreutils' stat program.
19097         (gl_PREREQ): Don't require jm_PREREQ_STAT.
19098
19099 2004-04-11  Paul Eggert  <eggert@twinsun.com>
19100
19101         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
19102         C89.
19103         (CHAR_BIT): Remove, since we assume C89.
19104         Include <stdint.h> if available, as per current Autoconf CVS advice.
19105
19106 2004-03-31  Jim Meyering  <jim@meyering.net>
19107
19108         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
19109         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
19110         * m4/xalloc.m4: Likewise.
19111
19112 2004-03-30  Paul Eggert  <eggert@twinsun.com>
19113
19114         Merge from coreutils.
19115
19116         * m4/inttostr.m4: New file.
19117         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
19118         Require AM_STDBOOL_H and gl_TIMESPEC instead.
19119         Require gl_CLOCK_TIME.
19120         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
19121
19122 2004-03-30  Paul Eggert  <eggert@twinsun.com>
19123
19124         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
19125         not bool, to be more consistent with Unix conventions.
19126         Suggested by Bruno Haible.
19127
19128         Merge from coreutils.
19129
19130         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
19131         * lib/umaxtostr.c: New files.
19132
19133         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
19134         the usual <time.h> dance.
19135         (get_date): Change signature to support fractional time stamps.
19136         All callers changed.
19137         * lib/getdate.y: Include "getdate.h" first, as we can now
19138         assume C89 and don't need to worry about 'const'.
19139         Similarly, include "unlocked-io.h" near start, not in middle.
19140         Include <limits.h>.
19141         (textint.value): Use long int rather than int.
19142         (textint.digits): Use size_t rather than int.
19143         (BILLION, LOG10_BILLION): New constants.
19144         (parser_control): New member rel_ns.  Members day_ordinal,
19145         time_zone, month, day, hour, minutes, rel_year, rel_month,
19146         rel_day, rel_hour, rel_minutes, rel_seconds
19147         are now long int, not int.  Member seconds is now struct timespec,
19148         not int.  New member timespec_seen.  Members dates_seen, days_seen,
19149         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
19150         not int.
19151         (%union.intval): Now long int, not int.
19152         New member timespec.
19153         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
19154         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
19155         (spec): Now is a timespec or an item list.
19156         (timespec, items): New nonterminals.
19157         (time, rel, relunit, number, get_date):
19158         Add support for fractional seconds.
19159         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
19160         (gmtime, localtime, mktime): Remove decls; not needed with C89.
19161         (to_hour): First arg is now long int, not int.
19162         (to_year): Returns long int, not int.
19163         Don't treat year -70 like 70.
19164         (tm_diff): Returns long int, not int.
19165         (lookup_word): Use bool instead of int when appropriate.
19166         (yylex): Use size_t for count, not int.
19167         Detect overflow when parsing large integer constants.
19168         Add support for fractions.
19169         (get_date): Make pointers 'const' if possible.
19170         Use more-portable code to detect integer overflow.
19171         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
19172         Don't use ctime; it's not reliable if the year has >4 digits.
19173
19174         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
19175         This is for compatibility with BSD.
19176
19177         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
19178         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
19179         From coreutils' system.h.
19180
19181         * lib/userspec.c: Don't include "posixver.h".
19182         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
19183         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
19184         compatible extension.  Simplify code by removing a boolean int
19185         that was always nonzero if a string was nonnull.
19186
19187 2004-03-30  Jim Meyering  <jim@meyering.net>
19188
19189         Merge from coreutils.
19190
19191         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
19192         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
19193         on some systems one must include <grp.h> before it.
19194         Reported by Christian Krackowizer.
19195
19196 2004-03-30  Jim Meyering  <jim@meyering.net>
19197
19198         Merge from coreutils.
19199
19200         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
19201
19202         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
19203         an empty input stream.
19204
19205         * lib/readtokens.c: Include <stdbool.h>.
19206         (readtoken): Use `size_t' rather than int/long.
19207         All callers adjusted.
19208         Use `bool' rather than `int' where appropriate.
19209         Use memset rather than an explicit loop.
19210         Use x2nrealloc rather than xrealloc.
19211         Allow the use of `\0' as a delimiter.
19212         (readtokens): Likewise.
19213         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
19214
19215 2004-03-30  Jim Meyering  <jim@meyering.net>
19216
19217         * m4/realloc.m4: Remove file, since now it does no more than
19218         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
19219         the `configure.ac' section of module/realloc.
19220         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
19221
19222 2004-03-30  Bruno Haible  <bruno@clisp.org>
19223
19224         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
19225         nonnull.
19226
19227 2004-03-29  Paul Eggert  <eggert@twinsun.com>
19228
19229         Merge changes to getloadavg.c from coreutils and Emacs.
19230
19231         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
19232         Define to an expression, not to the empty string.
19233         Include cloexec.h and xalloc.h.
19234         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
19235         Use set_cloexec_flag rather than rolling our own.
19236         * lib/cloexec.c, lib/cloexec.h: New files.
19237
19238 2004-03-29  Paul Eggert  <eggert@twinsun.com>
19239
19240         * m4/cloexec.m4: New file.
19241
19242 2004-03-18  Paul Eggert  <eggert@twinsun.com>
19243
19244         * lib/getopt.h: Sync with libc CVS.
19245
19246 2004-03-18  Paul Eggert  <eggert@twinsun.com>
19247             Bruno Haible  <bruno@clisp.org>
19248
19249         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
19250         mbswidth.
19251
19252 2004-03-18  Paul Eggert  <eggert@twinsun.com>
19253             Bruno Haible  <bruno@clisp.org>
19254
19255         * lib/mbswidth.h: Include <wchar.h> only if
19256         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
19257         <wchar.h>.
19258         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
19259
19260 2004-03-09  Paul Eggert  <eggert@twinsun.com>
19261
19262         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
19263         Sync with libc CVS.
19264         * lib/getopt_int.h: New file, also synced from libc.
19265
19266 2004-03-09  Paul Eggert  <eggert@twinsun.com>
19267
19268         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
19269         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
19270         Bring back getopt.c, getopt.h, getopt1.c.
19271
19272 2004-03-07  Paul Eggert  <eggert@twinsun.com>
19273
19274         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
19275         All uses changed.  Check for sa_sigaction member; this fixes
19276         a bug first reported by Jason Andrade in
19277         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
19278
19279 2004-03-07  Paul Eggert  <eggert@twinsun.com>
19280
19281         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
19282         '#if' expressions.  Unlike the code it replaces, it does not
19283         depend on (defined _SC_PAGESIZE).  However, it does depend on
19284         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
19285         first reported by Jason Andrade in
19286         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
19287
19288 2004-02-25  Simon Josefsson  <jas@extundo.com>
19289
19290         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
19291
19292 2004-02-25  Simon Josefsson  <jas@extundo.com>
19293
19294         * lib/strdup.h: New file.
19295         * lib/strdup.c: Include it.
19296         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
19297         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
19298
19299 2004-02-23  Karl Berry  <karl@gnu.org>
19300
19301         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
19302         (from fencepost.gnu.org:/gd/gnuorg).
19303
19304 2004-02-23  Karl Berry  <karl@gnu.org>
19305
19306         * config/srclistvars.sh (GNUORG) [karl]: redefine.
19307         * config/srclist.txt: add maintain/standards documents.
19308
19309 2004-02-18  Bruno Haible  <bruno@clisp.org>
19310
19311         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
19312         Reported by Derek Robert Price <derek@ximbiot.com>.
19313
19314 2004-02-16  Karl Berry  <karl@gnu.org>
19315
19316         * config/mkinstalldirs, install-sh: update from automake.
19317
19318 2004-02-06  Karl Berry  <karl@gnu.org>
19319
19320         * m4/po.m4: update from gettext 0.14.1.
19321
19322 2004-02-06  Karl Berry  <karl@gnu.org>
19323
19324         * lib/config.charset: update from gettext 0.14.1.
19325
19326 2004-02-05  Paul Eggert  <eggert@twinsun.com>
19327
19328         Add comments and code, prompted by suggestions from Bruno Haible
19329         for sh-quote.
19330         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
19331         describing the enum quoting_style values.
19332         * lib/quotearg.c (quotearg_alloc): New function.
19333         (quotearg_buffer_restyled): Treat lone { and } as special.
19334         Treat = as special.  Work around bug with older shells
19335         that "see" a '\' that is really the 2nd byte of a multibyte char.
19336         Quote empty string with shell_quoting_style.
19337
19338 2004-02-03  Bruno Haible  <bruno@clisp.org>
19339
19340         * m4/pipe.m4: New file, from GNU gettext.
19341
19342 2004-02-03  Bruno Haible  <bruno@clisp.org>
19343
19344         * lib/pipe.h: New file, from GNU gettext.
19345         * lib/pipe.c: New file, from GNU gettext.
19346
19347 2004-01-27  Bruno Haible  <bruno@clisp.org>
19348
19349         * m4/execute.m4: New file, from GNU gettext.
19350
19351 2004-01-27  Bruno Haible  <bruno@clisp.org>
19352
19353         * lib/execute.h: New file, from GNU gettext.
19354         * lib/execute.c: New file, from GNU gettext.
19355         * lib/w32spawn.h: New file, from GNU gettext.
19356
19357 2004-01-24  Paul Eggert  <eggert@twinsun.com>
19358
19359         Merge from diffutils.
19360
19361         * lib/file-type.c (file_type): Add typed memory objects.
19362         * lib/file-type.h (S_TYPEISTMO): New macro.
19363
19364         * lib/c-stack.h (c_stack_action): Remove argv argument.
19365         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
19366         (die): Don't calculate message unless segv_action returns.
19367         (get_stack_location, min_address_from_argv, max_address_from_argv,
19368         volatile stack_base, volatile_stack_size): Remove.
19369         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
19370         that every segmentation violation is a stack overflow.  (Ouch!)
19371         See Debian bug 136249 (still outstanding) for more info about why
19372         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
19373
19374 2004-01-24  Paul Eggert  <eggert@twinsun.com>
19375
19376         Exit-status fix from coreutils.
19377
19378         Use exit_failure consistently in place of EXIT_FAILURE,
19379         so that program exit statuses are consistent on failure.
19380
19381         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
19382         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
19383         * lib/argmatch.h: Comment fix to match the above.
19384         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
19385         Now a macro referring to exit_failure, instead of a separate
19386         variable.  Include "exitfail.h" to get it.
19387         * lib/xstrtol.h: Include "exitfail.h".
19388         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
19389
19390         * lib/long-options.c (parse_long_options): Use prototype
19391         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
19392         for clarity.
19393
19394 2004-01-21  Jim Meyering  <jim@meyering.net>
19395
19396         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
19397         so as not to conflict with a different-sized __mktime_internal
19398         function in GNU libc.
19399         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
19400         Problem building statically-linked `ls' reported by Michael Brunnbauer.
19401
19402 2004-01-20  Karl Berry  <karl@gnu.org>
19403
19404         * config/config.guess: update from config.
19405
19406         * config/srclistvars.sh: GNUWWWLICENSES for karl.
19407
19408 2004-01-20  Bruno Haible  <bruno@clisp.org>
19409
19410         Safer stack allocation.
19411         * lib/setenv.c: Include allocsa.h.
19412         (alloca): Remove fallback definition.
19413         (freea): Remove macro.
19414         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
19415         instead of freea.
19416
19417 2004-01-20  Bruno Haible  <bruno@clisp.org>
19418
19419         * m4/eealloc.m4: New file, from GNU gettext.
19420
19421 2004-01-20  Bruno Haible  <bruno@clisp.org>
19422
19423         * m4/allocsa.m4: New file, from GNU gettext.
19424
19425 2004-01-20  Bruno Haible  <bruno@clisp.org>
19426
19427         * lib/xallocsa.h: New file, from GNU gettext.
19428         * lib/xallocsa.c: New file, from GNU gettext.
19429
19430 2004-01-20  Bruno Haible  <bruno@clisp.org>
19431
19432         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
19433
19434 2004-01-20  Bruno Haible  <bruno@clisp.org>
19435
19436         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
19437         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
19438         specially.
19439
19440 2004-01-20  Bruno Haible  <bruno@clisp.org>
19441
19442         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
19443         patch.
19444
19445 2004-01-20  Bruno Haible  <bruno@clisp.org>
19446
19447         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
19448
19449 2004-01-20  Bruno Haible  <bruno@clisp.org>
19450
19451         * lib/eealloc.h: New file.
19452
19453 2004-01-20  Bruno Haible  <bruno@clisp.org>
19454
19455         * lib/binary-io.h: Avoid warnings on Cygwin.
19456
19457 2004-01-20  Bruno Haible  <bruno@clisp.org>
19458
19459         * lib/allocsa.h: New file, from GNU gettext.
19460         * lib/allocsa.c: New file, from GNU gettext.
19461
19462 2004-01-18  Karl Berry  <karl@gnu.org>
19463
19464         * doc/gpl.texi, doc/lgpl.texi: new files.
19465
19466 2004-01-18  Karl Berry  <karl@gnu.org>
19467
19468         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
19469         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
19470
19471 2004-01-15  Paul Eggert  <eggert@twinsun.com>
19472
19473         Merge from coreutils.
19474
19475         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
19476         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
19477         (gl_DEFAULT_POSIX2_VERSION): Move
19478         the documentation from 'configure' into 'config.hin',
19479         so that 'configure --help' isn't burdened by it and
19480         we don't have to worry about its formatting there.
19481         Reword the documentation so that it's more succinct
19482         and can be run together into a single paragraph.
19483         * m4/same.m4 (gl_SAME): Check for pathconf.
19484
19485 2004-01-15  Paul Eggert  <eggert@twinsun.com>
19486
19487         Merge from coreutils.
19488
19489         * lib/posixver.c: Include posixver.h.
19490
19491         * lib/same.c: Include <stdbool.h>, <limits.h>.
19492         (_POSIX_NAME_MAX): Define if not defined.
19493         (MIN): New macro.
19494         (same_name): If file names are silently truncated, report
19495         that the file names are the same if they are the same after
19496         the silent truncation.
19497
19498         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
19499         conversion function.
19500         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
19501         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
19502         longer needed.
19503
19504 2004-01-15  Jim Meyering  <jim@meyering.net>
19505
19506         Merge from coreutils.
19507
19508         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
19509         if no library is required.
19510         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
19511         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
19512         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
19513         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
19514         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
19515         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
19516         value, $ac_cv_search_crypt, if it's "none required".
19517         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
19518         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
19519         not gl_FUNC_GETLOADAVG.
19520         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
19521         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
19522
19523 2004-01-15  Jim Meyering  <jim@meyering.net>
19524
19525         Merge from coreutils.
19526
19527         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
19528         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
19529         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
19530
19531         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
19532         optional configure-time default.
19533
19534         * lib/version-etc.c (version_etc_copyright): Update copyright date.
19535
19536         * lib/xreadlink.c (xreadlink): Correct outdated comment.
19537
19538 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
19539
19540         Merge from coreutils.
19541
19542         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
19543         value, $ac_cv_search_nanosleep, if it's "none required".
19544
19545 2004-01-14  Paul Eggert  <eggert@twinsun.com>
19546
19547         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
19548         with like-named macro in fnmatch.c.
19549         (EXT): Use an internal constant instead.
19550
19551         Merge fnmatch patches from glibc.
19552         * lib/fnmatch.c (mbsinit): Remove define.
19553         Add libc_hidden_ver (__fnmatch, fnmatch).
19554         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
19555         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
19556
19557 2004-01-14  Karl Berry  <karl@gnu.org>
19558
19559         * config/install-sh: update from automake.
19560
19561 2004-01-13  Karl Berry  <karl@gnu.org>
19562
19563         * config/install-sh: update from automake.
19564
19565 2004-01-09  Karl Berry  <karl@gnu.org>
19566
19567         * config/install-sh: update from automake.
19568
19569 2004-01-05  Karl Berry  <karl@gnu.org>
19570
19571         * config/config.{sub,guess}: update from config.
19572
19573 2003-12-31  Karl Berry  <karl@gnu.org>
19574
19575         * config/depcomp: update from automake.
19576
19577 2003-12-14  Karl Berry  <karl@gnu.org>
19578
19579         * lib/config.charset: update from gettext-runtime.
19580
19581 2003-12-03  Paul Eggert  <eggert@twinsun.com>
19582
19583         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
19584         Bug reported by Alfred M. Szmidt.
19585
19586 2003-12-03  Bruno Haible  <bruno@clisp.org>
19587
19588         * m4/gettext.m4: Upgrade from gettext-0.13.
19589         * m4/po.m4: Upgrade from gettext-0.13.
19590         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
19591         * m4/intmax.m4: New file, from gettext-0.13.
19592         * m4/printf-posix.m4: New file, from gettext-0.13.
19593
19594 2003-11-29  Karl Berry  <karl@gnu.org>
19595
19596         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
19597
19598 2003-11-25  Paul Eggert  <eggert@twinsun.com>
19599             Bruno Haible  <bruno@clisp.org>
19600
19601         * lib/printf-parse.h: Don't include sys/types.h.
19602         (ARG_NONE): New macro.
19603         (char_directive): Change type of *arg_index fields to size_t.
19604         * lib/printf-parse.c: Don't include sys/types.h.
19605         (SSIZE_MAX): Remove macro.
19606         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
19607         Remove unnecessary overflow check.
19608         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
19609         fields.
19610
19611 2003-11-25  Bruno Haible  <bruno@clisp.org>
19612
19613         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
19614
19615 2003-11-25  Bruno Haible  <bruno@clisp.org>
19616
19617         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
19618         gt_TYPE_SSIZE_T.
19619
19620 2003-11-24  Paul Eggert  <eggert@twinsun.com>
19621
19622         * modules/alloca: Remove dependency on xalloc.
19623
19624 2003-11-24  Paul Eggert  <eggert@twinsun.com>
19625
19626         * lib/alloca.c: Remove dependency on xalloc module.
19627         (xalloc_die): Remove.
19628         (memory_full) [!defined emacs]: New macro.
19629         [!defined emacs]: Don't include xalloc.h.
19630         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
19631         address arithmetic overflows.  Change datatypes a bit to avoid
19632         unnecessary casts.
19633
19634 2003-11-22  Jim Meyering  <jim@meyering.net>
19635
19636         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
19637         s/size/size_t/.
19638
19639 2003-11-21  Karl Berry  <karl@gnu.org>
19640
19641         * config/config.{sub,guess}: update from config.
19642
19643 2003-11-18  Karl Berry  <karl@gnu.org>
19644
19645         * config/config.{sub,guess}: update from config.
19646
19647         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
19648
19649 2003-11-17  Paul Eggert  <eggert@twinsun.com>
19650
19651         * README: Mention that S+T cannot overflow if S is the size of
19652         an existing object and T is sufficiently small.
19653
19654 2003-11-17  Jim Meyering  <jim@meyering.net>
19655
19656         On systems without utime and without a utimes function capable of
19657         dealing with a NULL struct utimbuf* argument, this utime replacement
19658         could -- in unusual circumstances -- leak a file descriptor.
19659         * lib/utime.c: Include <unistd.h> and <errno.h>.
19660         (utime_null): Be sure to close `fd' and to preserve errno.
19661         Reported by Geoff Collyer via Arnold Robbins.
19662
19663 2003-11-17  Bruno Haible  <bruno@clisp.org>
19664
19665         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
19666         (Depends-on): Add xsize.
19667
19668 2003-11-17  Bruno Haible  <bruno@clisp.org>
19669
19670         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
19671
19672 2003-11-17  Bruno Haible  <bruno@clisp.org>
19673
19674         * lib/vasnprintf.c (alloca): Remove fallback definition.
19675         (freea): Remove definition.
19676         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
19677         Reported by Paul Eggert.
19678
19679 2003-11-16  Paul Eggert  <eggert@twinsun.com>
19680             Bruno Haible  <bruno@clisp.org>
19681
19682         Protect against address arithmetic overflow.
19683         * lib/printf-args.h: Include stddef.h.
19684         (arguments): Change type of field 'count' to size_t.
19685         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
19686         'unsigned int' where appropriate.
19687         * lib/printf-parse.h: Include sys/types.h.
19688         (char_directive): Change type of *arg_index fields to ssize_t.
19689         (char_directives): Change type of fields 'count', max_*_length to
19690         size_t.
19691         * lib/printf-parse.c: Include sys/types.h and xsize.h.
19692         (SSIZE_MAX): Define fallback value.
19693         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
19694         instead of 'int' where appropriate. Check a_allocated, d_allocated
19695         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
19696         * lib/vasnprintf.c: Include xsize.h.
19697         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
19698         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
19699         overflow. Avoid wraparound when converting a width or precision from
19700         decimal to binary.
19701
19702 2003-11-16  Bruno Haible  <bruno@clisp.org>
19703
19704         Update from GNU gettext.
19705         * lib/printf-parse.c: Generalize to it can be compiled for wide
19706         strings.
19707         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
19708         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
19709         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
19710         SNPRINTF): New macros.
19711         Don't include <alloca.h> if the file is used inside libintl.
19712         (local_wcslen): New function, for Solaris 2.5.1.
19713         (VASNPRINTF): Use it instead of wcslen.
19714
19715 2003-11-16  Bruno Haible  <bruno@clisp.org>
19716
19717         * lib/xsize.h (xmax): New function.
19718         (xsum, xsum3, xsum4): Declare as "pure" functions.
19719
19720 2003-11-12  Paul Eggert  <eggert@twinsun.com>
19721
19722         * modules/xalloc (Files): Undo latest change, since xalloc.h
19723         no longer needs SIZE_MAX or PTRDIFF_MAX.
19724
19725 2003-11-12  Paul Eggert  <eggert@twinsun.com>
19726
19727         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
19728         gl_PTRDIFF_MAX.
19729
19730 2003-11-12  Paul Eggert  <eggert@twinsun.com>
19731
19732         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
19733         "return", to pacify some unknown compiler.  Problem reported
19734         by Joerg Schilling.
19735
19736 2003-11-12  Paul Eggert  <eggert@twinsun.com>
19737
19738         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
19739         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
19740         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
19741         heuristic is just as accurate as far as we know, and it removes a
19742         dependency on size_max.m4 and ptrdiff_max.m4.
19743
19744 2003-11-11  Bruno Haible  <bruno@clisp.org>
19745
19746         * modules/xsize (Files): Add m4/size_max.m4.
19747         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
19748
19749 2003-11-11  Bruno Haible  <bruno@clisp.org>
19750
19751         * m4/size_max.m4: New file.
19752         * m4/ptrdiff_max.m4: New file.
19753         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
19754         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
19755         (gl_XALLOC): Invoke it.
19756
19757 2003-11-11  Bruno Haible  <bruno@clisp.org>
19758
19759         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
19760         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
19761         defined.
19762
19763 2003-11-10  Paul Eggert  <eggert@twinsun.com>
19764
19765         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
19766         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
19767         rejected some allocations of exactly SIZE_MAX - 2 bytes.
19768         From Bruno Haible.
19769         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
19770         not (size_t) -1, since it's defined here.
19771
19772 2003-11-09  Karl Berry  <karl@gnu.org>
19773
19774         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
19775
19776 2003-11-06  Paul Eggert  <eggert@twinsun.com>
19777
19778         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
19779         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
19780         Reject sizes of exactly SIZE_MAX bytes.
19781         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
19782         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
19783
19784 2003-11-05  Bruno Haible  <bruno@clisp.org>
19785
19786         * lib/xsize.h: Include limits.h, to avoid a possible collision with
19787         SIZE_MAX defined in <limits.h> on Solaris.
19788
19789 2003-11-04  Jim Meyering  <jim@meyering.net>
19790
19791         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
19792         variable names, rather than @VAR@.
19793         * modules/poll: Likewise.
19794
19795 2003-11-04  Bruno Haible  <bruno@clisp.org>
19796
19797         * modules/xsize: New file.
19798         * modules/linebreak: Depend on xsize.
19799         * MODULES.html.sh (func_all_modules): Add xsize.
19800
19801 2003-11-04  Bruno Haible  <bruno@clisp.org>
19802
19803         * m4/xsize.m4: New file.
19804
19805 2003-11-04  Bruno Haible  <bruno@clisp.org>
19806
19807         * lib/xsize.h: New file.
19808         * lib/linebreak.c: Include xsize.h.
19809         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
19810         argument for overflow.
19811         Suggested by Paul Eggert.
19812
19813 2003-11-03  Karl Berry  <karl@gnu.org>
19814
19815         * config/config.{guess,sub}: update from config.
19816
19817 2003-11-03  Jim Meyering  <jim@meyering.net>
19818
19819         * modules/userspec (lib_SOURCES): Add userspec.h.
19820         (Include): Add "userspec.h".
19821         Improve description.
19822
19823 2003-11-03  Jim Meyering  <jim@meyering.net>
19824
19825         * lib/userspec.c: Include "userspec.h".
19826         * lib/userspec.h: New file.
19827
19828 2003-11-03  Bruno Haible  <bruno@clisp.org>
19829
19830         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
19831
19832 2003-11-03  Bruno Haible  <bruno@clisp.org>
19833
19834         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
19835         available, to avoid (extremely rare) race condition.
19836         Suggested by Paul Eggert.
19837
19838 2003-11-02  Karl Berry  <karl@gnu.org>
19839
19840         * config/srclist.txt (vasprintf.c): sync broken, sigh.
19841
19842 2003-10-31  Paul Eggert  <eggert@twinsun.com>
19843
19844         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
19845         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
19846         (read_filesystem_list): Set and use me_type_malloced.
19847         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
19848         whatever the type happens to be), for brevity and consistency.
19849         Check for size calculation overflow on Alphas running OSF/1.
19850
19851 2003-10-31  Jim Meyering  <jim@meyering.net>
19852
19853         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
19854
19855         * lib/linebuffer.c: Include <string.h> for declaration of memset.
19856
19857 2003-10-30  Paul Eggert  <eggert@twinsun.com>
19858             Bruno Haible  <bruno@clisp.org>
19859
19860         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
19861         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
19862
19863 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
19864
19865         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
19866         netbsd*-gnu*.  Suggested by Robert Millan.
19867
19868 2003-10-29  Paul Eggert  <eggert@twinsun.com>
19869
19870         * modules/group-member: Depend on stdbool.
19871
19872 2003-10-29  Paul Eggert  <eggert@twinsun.com>
19873
19874         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
19875
19876 2003-10-29  Paul Eggert  <eggert@twinsun.com>
19877
19878         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
19879         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
19880         after the 'gnu' in these cases.  This fixes some bugs in the
19881         previous change, and is based on suggestions by Robert Millan.
19882
19883 2003-10-29  Paul Eggert  <eggert@twinsun.com>
19884
19885         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
19886         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
19887         no longer needed.
19888         * lib/quotearg.c (quotearg_n_options): Use it.
19889         * lib/group-member.c: Include <stdbool.h>.
19890         (free_group_info): Arg is now const *; don't free arg.
19891         (get_group_info): Now returns bool and accepts struct group_info *,
19892         rather than returning a malloc'ed struct group_info *.
19893         All uses changed.  Check for overflow in internal size calculation.
19894
19895         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
19896         rather than xmalloc/xrealloc.
19897         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
19898         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
19899         conformance bug: the old code used a pointer after freeing the
19900         storage that it addressed.
19901         * lib/hash.c (hash_initialize): Simplify the code by using
19902         xalloc_oversized rather than doing it by hand.
19903         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
19904         the buffer preserved.  Use free and xmalloc instead.
19905         * lib/quotearg.c (quotearg_n_options): Likewise.
19906         Use a simpler test for size overflow.  Don't use xalloc_oversized
19907         because unsigned int might be wider than size_t (!); this suggests
19908         that we should switch from unsigned int to size_t for slot numbers.
19909
19910 2003-10-28  Paul Eggert  <eggert@twinsun.com>
19911
19912         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
19913         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
19914         NetBSD kernels.  Requested by Richard Stallman.
19915
19916 2003-10-27  Paul Eggert  <eggert@twinsun.com>
19917
19918         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
19919         to allocate the returned structure.  Do not allocate a subarray,
19920         as x2nrealloc will do that.
19921         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
19922         instead of xnrealloc.
19923         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
19924
19925 2003-10-27  Bruno Haible  <bruno@clisp.org>
19926
19927         * lib/stdbool_.h: Better support for BeOS.
19928
19929 2003-10-26  Paul Eggert  <eggert@twinsun.com>
19930
19931         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
19932         now uses inline.
19933
19934 2003-10-26  Paul Eggert  <eggert@twinsun.com>
19935
19936         * lib/xalloc.h (xalloc_oversized): New static inline function, for
19937         callers that want to do their own size-overflow checking.  Include
19938         <stdbool.h>, since xalloc_oversized returns bool.
19939         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
19940         to use xalloc_oversized.
19941
19942         Add two functions x2realloc, x2nrealloc, for programs that grow
19943         arrays dynamically by doubling their sizes.
19944         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
19945         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
19946         New functions.
19947
19948         Port to C99 semantics for 'inline' of external functions.
19949         Bug reported by Bruno Haible.
19950         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
19951         with the old contents of xnmalloc.
19952         (xnmalloc, xmalloc): Use it.
19953         (xnrealloc_inline): New static inline function,
19954         with the old contents of xnrealloc.
19955         (xnrealloc, xrealloc): Use it.
19956
19957         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
19958         that.
19959
19960 2003-10-26  Karl Berry  <karl@gnu.org>
19961
19962         * config/srclist.txt (COPYING.DOC): no longer available from
19963         /gd/gnuorg; don't know where the ultimate source is.
19964
19965 2003-10-25  Paul Eggert  <eggert@twinsun.com>
19966
19967         Fix several address-calculation bugs in the hash modules,
19968         plus some minor code cleanup.
19969
19970         * lib/hash.h: Include <stdbool.h>, for bool.
19971         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
19972         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
19973         hash_get_n_entries, hash_get_max_bucket_length,
19974         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
19975         hash_rehash): Use size_t rather than unsigned.
19976         * lib/hash.c (struct hash_table, hash_get_n_buckets,
19977         hash_get_n_buckets_used, hash_get_n_entries,
19978         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
19979         hash_get_entries, hash_do_for_each, hash_string, is_prime,
19980         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
19981         Likewise.
19982         (SIZE_MAX): Define if not defined.
19983         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
19984         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
19985         hash_print):
19986         Use const * when possible.
19987         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
19988         (check_tuning): Fix bug: if tuning parameters were very close to
19989         0 or 1, rounding errors could have caused subscript violations.
19990         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
19991         (hash_initialize): Add 'fail:' label
19992         to free table and return NULL, and use it to simplify code.
19993         Use calloc rather than clearing the storage ourself.
19994         (hash_initialize, hash_rehash): Check for arithmetic overflow in
19995         buffer size calculations.
19996         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
19997         Include <stddef.h>, for size_t.
19998         * lib/hash-pjw.c (hash_pjw): Likewise.
19999         Switch to method described by Bruno Haible.
20000         Include <limits.h>, for CHAR_BIT.
20001         (SIZE_BITS): New macro.
20002
20003 2003-10-23  Paul Eggert  <eggert@twinsun.com>
20004
20005         * m4/getline.m4 (AM_FUNC_GETLINE):
20006         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
20007         hosts.  Problem reported by Derek Robert Price in
20008         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
20009         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
20010         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
20011
20012 2003-10-21  Paul Eggert  <eggert@twinsun.com>
20013
20014         * lib/getndelim2.c (getndelim2): When size calculation overflows,
20015         ceiling the allocation at NMAX bytes rather than silently
20016         discarding input bytes before NMAX is reached.  This makes
20017         a difference only if NMAX exceeds SIZE_MAX / 2.
20018
20019         * lib/obstack.c: Merge from glibc.
20020         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
20021         Add libc_hidden_def (_obstack_newchunk).
20022         (_obstack_free) [! defined _LIBC]: Remove.
20023         [defined _LIBC]: Make a strong alias from obstack_free, rather than
20024         a clone of the function body.
20025         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
20026         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
20027
20028         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
20029         glibc.
20030         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
20031         arg to memcpy.
20032
20033         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
20034         (obstack_ptr_grow_fast, obstack_int_grow_fast):
20035         Don't use lvalue casts, as GCC plans to remove support for them
20036         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
20037         was also present in the non-GCC version, indicating that this
20038         code had always been buggy and had never been widely used.
20039         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
20040         Use the fast variant of each macro, rather than copying the
20041         definiens of the fast variant; that way, we'll be more likely to
20042         catch future bugs in the fast variants.
20043
20044 2003-10-20  Bruno Haible  <bruno@clisp.org>
20045
20046         * modules/wait-process: New file.
20047         * MODULES.html.sh (func_all_modules): Add wait-process.
20048
20049 2003-10-20  Bruno Haible  <bruno@clisp.org>
20050
20051         * m4/wait-process.m4: New file.
20052
20053 2003-10-20  Bruno Haible  <bruno@clisp.org>
20054
20055         * lib/wait-process.h: New file, from GNU gettext.
20056         * lib/wait-process.c: New file, from GNU gettext.
20057
20058 2003-10-19  Jim Meyering  <jim@meyering.net>
20059
20060         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
20061         HPUX 10.20.
20062
20063 2003-10-18  Karl Berry  <karl@gnu.org>
20064
20065         * config/config.guess: update from config.
20066
20067 2003-10-16  Paul Eggert  <eggert@twinsun.com>
20068
20069         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
20070         (getgroups): First arg is int, not size_t.
20071         Don't let 'free' mangle errno.
20072
20073 2003-10-16  Paul Eggert  <eggert@twinsun.com>
20074
20075         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
20076
20077 2003-10-16  Karl Berry  <karl@gnu.org>
20078
20079         * config/config.{guess,sub}: update from config.
20080
20081 2003-10-16  Jim Meyering  <jim@meyering.net>
20082
20083         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
20084         memcpy.
20085
20086 2003-10-15  Paul Eggert  <eggert@twinsun.com>
20087
20088         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
20089         (SIZE_MAX): Remove.
20090         (new_exclude, add_exclude_file): Initial size no longer needs to
20091         be a power of 2.
20092         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
20093         our own address arithmetic overflow checking.
20094
20095         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
20096         (fnmatch): Do not alloca more than 2000 wide characters;
20097         instead, use malloc for large buffers.
20098         Check for address arithmetic overflow, and return -1
20099         with errno set to ENOMEM in that case.
20100         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
20101         (NEW_PATTERN): Do not alloca more than 8000 bytes;
20102         instead, return -1.  Check for address arithmetic overflow.
20103
20104 2003-10-14  Paul Eggert  <eggert@twinsun.com>
20105
20106         Handle invalid suffixes and overflow independently, so that
20107         callers can treat them independently as needed.  Fix some bugs in
20108         suffix handling, e.g., "100k@" was not diagnosed as an invalid
20109         suffix for a human-readable blocksize.  The major caller-visible
20110         change is the addition of a new
20111         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
20112         that both overflow and suffix chars were found.
20113
20114         * lib/human.c (humblock): Don't check separately for invalid suffix
20115         char; that is xstrtoumax's job (now that its bug is fixed).
20116         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
20117         INTMAX_MAX]: New macros.
20118         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
20119         TYPE_MAXIMUM): New macros.
20120         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
20121         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
20122         if overflow occurs, as it's what __strtol does and it's more useful
20123         in practice.
20124         (__xstrtol): If __strtol reports some error other than ERANGE,
20125         reflect it to the caller as LONGINT_INVALID.  If it reports
20126         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
20127         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
20128         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
20129         value.
20130         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
20131         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
20132         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
20133         [defined UINTMAX_MAX]: New macros.
20134
20135 2003-10-14  Bruno Haible  <bruno@clisp.org>
20136
20137         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
20138
20139 2003-10-14  Bruno Haible  <bruno@clisp.org>
20140
20141         * m4/sig_atomic_t: New file, from GNU gettext.
20142         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
20143
20144 2003-10-14  Bruno Haible  <bruno@clisp.org>
20145
20146         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
20147         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
20148         Also use volatile where needed.
20149
20150 2003-10-12  Paul Eggert  <eggert@twinsun.com>
20151
20152         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
20153         Change maintainer from Bruno Haible to 'all'.
20154
20155 2003-10-12  Paul Eggert  <eggert@twinsun.com>
20156
20157         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
20158
20159 2003-10-12  Paul Eggert  <eggert@twinsun.com>
20160
20161         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
20162         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
20163         and define in terms of the other primitives.
20164         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
20165         (SIZE_MAX): Define if not already defined.
20166         (array_size_overflow): New function.
20167         (xalloc_die): Abort instead of exiting if 'error' returns.
20168         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
20169         (xmalloc, xrealloc): Use them.
20170         (xcalloc): Check for address arithmetic overflow.
20171         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
20172         a bit faster than strcpy.
20173
20174 2003-10-10  Simon Josefsson  <jas@extundo.com>
20175
20176         * modules/argp (Depends-on): Add restrict and strcase.
20177
20178 2003-10-10  Simon Josefsson  <jas@extundo.com>
20179
20180         * m4/argp.m4: Add AC_C_INLINE.
20181
20182 2003-10-08  Paul Eggert  <eggert@twinsun.com>
20183
20184         Merge getpass from libc, plus a few fixes.
20185
20186         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
20187         Include <stdbool.h>.
20188         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
20189         __fsetlocking to empty.
20190         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
20191         do include <bits/libc-lock.h>.
20192         Do not include <fcntl.h>; not needed.
20193         [_LIBC]: Include <wchar.h>.
20194         (NOTCANCEL_MODE): New macro.
20195         (flockfile, funlockfile) [_LIBC]: New macros.
20196         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
20197         [!_LIBC]: New macros.
20198         (call_fclose): New function.
20199         (getpass): Use it.  Save tty stream separately; this simplifies the
20200         code and makes it more reliable if stdin happens to equal stdout.
20201         Invoke __fsetlocking on tty.
20202         Handle thread cancellation if needed.
20203         Namespace cleanup (use __tcgetattr, __getline).
20204         Use bool for Booleans.
20205         [USE_IN_LIBIO]: Handle wide streams.
20206         [!_LIBC]: Unconditionally do the fseek, since we don't know what
20207         stream might go where.
20208
20209         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
20210         doesn't have to include <stdio.h> before us.
20211         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
20212         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
20213         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
20214         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
20215         if not declared, so that we can use getpass.c code from libc without
20216         rewriting it.
20217         (flockfile, ftrylockfile, funlockfile): New macros.
20218
20219 2003-10-08  Paul Eggert  <eggert@twinsun.com>
20220
20221         * modules/getpass: Depend on stdbool.
20222
20223 2003-10-08  Paul Eggert  <eggert@twinsun.com>
20224
20225         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
20226
20227 2003-10-07  Karl Berry  <karl@gnu.org>
20228
20229         * config/config.{guess,sub}: update from config.
20230
20231 2003-10-06  Jim Meyering  <jim@meyering.net>
20232             Bruno Haible  <bruno@clisp.org>
20233
20234         This lets translators provide better translations for the
20235         "Written by ..." part of --version output.
20236         * lib/version-etc.h: Include stdarg.h.
20237         (version_etc_copyright): Declare as readonly.
20238         (version_etc): Make this function variadic with a NULL-terminated list
20239         of author name strings.
20240         (version_etc_va): New declaration.
20241         * lib/version-etc.c: Include stdarg.h, stdlib.h.
20242         (version_etc_copyright): Declare as readonly.
20243         (version_etc_va): New function. Provide a different translatable string
20244         for each possible number of authors < 10. Abbreviate when there are 10
20245         authors or more.
20246         (version_etc): Make this function variadic. Call version_etc_va.
20247         Suggestion from Gary V. Vaughan.
20248
20249         * lib/long-options.h (parse_long_options): Change prototype: the
20250         authors string is moved to the end and becomes variadic.
20251         * lib/long-options.c: Include stdarg.h.
20252         (parse_long_options): Make this function variadic, too.
20253         Call version_etc_va, not version_etc.
20254
20255 2003-10-06  Bruno Haible  <bruno@clisp.org>
20256
20257         * modules/version-etc-2: Remove file.
20258         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
20259
20260 2003-10-06  Bruno Haible  <bruno@clisp.org>
20261
20262         * modules/fatal-signal: New file.
20263         * MODULES.html.sh (func_all_modules): Add fatal-signal.
20264
20265 2003-10-06  Bruno Haible  <bruno@clisp.org>
20266
20267         * m4/fatal-signal.m4: New file.
20268         * m4/signalblocking.m4: New file, from GNU gettext.
20269
20270 2003-10-06  Bruno Haible  <bruno@clisp.org>
20271
20272         * lib/version-etc-2.h: Remove file.
20273         * lib/version-etc-2.c: Remove file.
20274
20275 2003-10-06  Bruno Haible  <bruno@clisp.org>
20276
20277         * lib/fatal-signal.h: New file, from GNU gettext.
20278         * lib/fatal-signal.c: New file, from GNU gettext.
20279
20280 2003-10-05  Paul Eggert  <eggert@twinsun.com>
20281
20282         * README: Rework advice for preventing empty .o files.
20283         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
20284         not <sys/types.h>.
20285
20286 2003-10-04  Karl Berry  <karl@gnu.org>
20287
20288         * lib/argp*: update from libc.
20289
20290 2003-10-04  Karl Berry  <karl@gnu.org>
20291
20292         * config/config.{guess,sub}: update from config.
20293
20294 2003-10-02  Bruno Haible  <bruno@clisp.org>
20295
20296         * modules/lchown (Include): Add lchown.h.
20297         * modules/time_r (Include): Use "..." syntax.
20298         * modules/xgetdomainname (Include): Add xgetdomainname.h.
20299
20300 2003-10-01  Simon Josefsson  <jas@extundo.com>
20301
20302         * MODULES.html.sh (func_all_modules): Move gethostname from section
20303         'based on' to section 'lacking' POSIX:2001.
20304
20305 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
20306
20307         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
20308         to output mode on the same stream.
20309
20310 2003-09-29  Paul Eggert  <eggert@twinsun.com>
20311
20312         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
20313         Fix arg typo in previous patch.
20314
20315 2003-09-28  Jim Meyering  <jim@meyering.net>
20316
20317         * lib/error.c: Correct cpp indentation.
20318
20319 2003-09-27  Paul Eggert  <eggert@twinsun.com>
20320
20321         * modules/free: New file.
20322
20323 2003-09-27  Paul Eggert  <eggert@twinsun.com>
20324
20325         * m4/free.m4: New file.
20326
20327 2003-09-27  Paul Eggert  <eggert@twinsun.com>
20328
20329         * lib/minmax.h (MIN, MAX)
20330         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
20331         Omit the special code that used __typeof__, since we worry that
20332         it could be more trouble than it's worth.  See:
20333         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
20334         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
20335
20336         * lib/free.c: New file.
20337
20338 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
20339
20340         Trivial fixes to Makefile.am parts of module listings.
20341         * modules/strstr: Append strstr.h to lib_SOURCES.
20342         * modules/strcase: Likewise, for strcase.h.
20343
20344 2003-09-27  Karl Berry  <karl@gnu.org>
20345
20346         * config/mkinstalldirs: update from automake.
20347
20348 2003-09-26  Paul Eggert  <eggert@twinsun.com>
20349
20350         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
20351         (error_tail): Do not loop, reallocating temporary buffer, since
20352         the output cannot contain more wide characters than the input
20353         contains bytes, the size must be big enough already.  This avoids
20354         one potential size overflow calculation.  Check for size overflow
20355         when calculating temporary buffer size.  Free temporary buffer
20356         when done, if it was allocated with malloc; this plugs a memory
20357         leak.  Remove casts from void * to pointers, that are no longer
20358         needed now that we're assuming C89 or better.
20359
20360         Merge error changes from glibc.
20361
20362         * lib/error.c, error.h: Update copyright notice header to match glibc.
20363         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
20364         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
20365         Disable cancellation while printing error.
20366         * lib/error.h: Prepend __ to parameter names.
20367
20368 2003-09-26  Jim Meyering  <jim@meyering.net>
20369
20370         * lib/error.c (error_tail): Move some declarations
20371         into inner scope where the local variables are used.
20372
20373 2003-09-26  Bruno Haible  <bruno@clisp.org>
20374
20375         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
20376         stpncpy().
20377         Don't define stpncpy through config.h; it's now done through stpncpy.h.
20378
20379 2003-09-26  Bruno Haible  <bruno@clisp.org>
20380
20381         * lib/stpncpy.h (gnu_stpncpy): New declaration.
20382         (stpncpy): Define as alias for gnu_stpncpy.
20383         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
20384
20385 2003-09-25  Simon Josefsson  <jas@extundo.com>
20386
20387         * lib/xgetdomainname.h: New file.
20388         * lib/xgetdomainname.c: New file.
20389
20390 2003-09-25  Simon Josefsson  <jas@extundo.com>
20391             Bruno Haible  <bruno@clisp.org>
20392
20393         * modules/getdomainname: New file.
20394         * modules/xgetdomainname: New file.
20395         * MODULES.html.sh (func_all_modules): Add getdomainname,
20396         xgetdomainname.
20397
20398 2003-09-25  Simon Josefsson  <jas@extundo.com>
20399             Bruno Haible  <bruno@clisp.org>
20400
20401         * m4/getdomainname.m4: New file.
20402
20403 2003-09-25  Simon Josefsson  <jas@extundo.com>
20404             Bruno Haible  <bruno@clisp.org>
20405
20406         * lib/getdomainname.h: New file.
20407         * lib/getdomainname.c: New file.
20408
20409 2003-09-25  Karl Berry  <karl@gnu.org>
20410
20411         * lib/argp-fmtstream.c, argp-help.c: update from libc.
20412
20413 2003-09-25  Karl Berry  <karl@gnu.org>
20414
20415         * config/install-sh: update from automake.
20416
20417 2003-09-25  Bruno Haible  <bruno@clisp.org>
20418
20419         * modules/version-etc-2: New file, from modules/version-etc with
20420         modifications.
20421         * MODULES.html.sh (func_all_modules): Add version-etc-2.
20422
20423 2003-09-25  Bruno Haible  <bruno@clisp.org>
20424
20425         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
20426         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
20427
20428 2003-09-24  Simon Josefsson  <jas@extundo.com>
20429
20430         * modules/xgethostname: Add xgethostname.h.
20431
20432 2003-09-24  Paul Eggert  <eggert@twinsun.com>
20433
20434         * lib/linebuffer.c (freebuffer): Don't free the argument, just
20435         the buffer associated with the argument.  Bug reported by
20436         Simon Josefsson.
20437
20438 2003-09-24  Paul Eggert  <eggert@twinsun.com>
20439
20440         * README: Document assumptions that 'int' is at least 32 bits
20441         wide, that integer arithmetic is 2's complement without overflow,
20442         that there are no holes in integer values, that adding sizes of
20443         two nonoverlapping objects can't overflow, and that all-bits-zero
20444         yields scalar zero.  Fix spelling and capitalization typos.
20445
20446 2003-09-19  Karl Berry  <karl@gnu.org>
20447
20448         * lib/argp.h: update from libc.
20449
20450 2003-09-17  Paul Eggert  <eggert@twinsun.com>
20451
20452         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
20453         to avoid spurious warnings like "AC_RUN_IFELSE was called before
20454         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
20455
20456 2003-09-17  Paul Eggert  <eggert@twinsun.com>
20457
20458         * gnulib-tool: Use "test -h", not "test -L", for portability
20459         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
20460         (tags_regexp): Remove, since \| doesn't conform to POSIX.
20461         (sed_extract_prog): Issue s commands one-by-one, rather than
20462         using \| in one s command.
20463
20464 2003-09-16  Paul Eggert  <eggert@twinsun.com>
20465
20466         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
20467         input error, instead of returning NULL the next time we are called
20468         (and therefore losing track of errno).
20469
20470 2003-09-16  Bruno Haible  <bruno@clisp.org>
20471
20472         * gnulib-tool (func_create_testdir): Warn about duplicated
20473         dependencies.
20474
20475 2003-09-15  Paul Eggert  <eggert@twinsun.com>
20476
20477         * modules/argmatch, modules/fatal, modules/obstack,
20478         modules/xalloc, modules/xgethostname: Sort dependencies by
20479         importance, not alphabetically.
20480
20481 2003-09-15  Paul Eggert  <eggert@twinsun.com>
20482
20483         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
20484         fails, so that the caller gets the proper errno.
20485
20486         * lib/readutmp.c (read_utmp): Likewise.
20487         Check for fstat error.  Close stream and free storage
20488         when failing.
20489
20490 2003-09-14  Karl Berry  <karl@gnu.org>
20491
20492         * config/srclist.txt (strdup.c): disable for c89 changes.
20493
20494 2003-09-14  Jim Meyering  <jim@meyering.net>
20495
20496         * lib/getloadavg.c: Correct cpp indentation.
20497         * lib/strdup.c: Likewise.
20498         * lib/vasnprintf.c: Likewise.
20499
20500 2003-09-14  Bruno Haible  <bruno@clisp.org>
20501
20502         * modules/fwriteerror: New file.
20503         * MODULES.html.sh (func_all_modules): Add fwriteerror.
20504
20505 2003-09-14  Bruno Haible  <bruno@clisp.org>
20506
20507         * lib/fwriteerror.h: New file.
20508         * lib/fwriteerror.c: New file.
20509
20510 2003-09-12  Paul Eggert  <eggert@twinsun.com>
20511
20512         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
20513         modules/xgethostname, modules/xalloc: Depend on exit.
20514
20515 2003-09-12  Paul Eggert  <eggert@twinsun.com>
20516
20517         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
20518
20519         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
20520         and AC_MINIX, too, so that their extensions are available.
20521
20522         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
20523         This macro has been superseded by gl_BACKUPFILE.
20524
20525         More patches to assume C89 or better.
20526
20527         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
20528
20529         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
20530         unconditionally.
20531         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
20532         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
20533         Include <string.h>, <stdlib.h> unconditionally.
20534         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
20535         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
20536         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
20537         headers or for string.h.
20538         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
20539         or strtoul.
20540
20541         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
20542         headers.
20543         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
20544         * m4/userspec.m4 (gl_USERSPEC): Likewise.
20545         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
20546         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
20547         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
20548         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
20549         memcpy, memset.
20550         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
20551         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
20552         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
20553         strtol.
20554         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
20555         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
20556         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
20557         strtoul.
20558
20559 2003-09-12  Paul Eggert  <eggert@twinsun.com>
20560
20561         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
20562         * lib/obstack.c [!defined _LIBC]: Likewise.
20563         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
20564         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
20565         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
20566
20567         More changes to assume C89 or better.
20568
20569         * lib/error.c (error_tail): Assume vprintf.
20570
20571         * lib/argmatch.c (getenv): Remove decl.
20572         * lib/progreloc.c (get_full_program_name): Define via prototype.
20573         * lib/setenv.c (clearenv): Likewise.
20574         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
20575         needed.
20576         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
20577         (malloc, memcpy): Remove decls.
20578         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
20579         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
20580         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
20581         (memcpy): Remove macro.
20582         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
20583         (__P): Remove.  All uses removed.
20584         (PTR): Remove.  All uses changed to void *.
20585         (CHAR_BIT, NULL): Remove.
20586         (spaces, zeros, memset_space, memset_zero)
20587         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
20588         Remove.
20589         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
20590         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
20591         Define with prototype.
20592         Remove now-unnecessary prototype decl.
20593         (extra_args_spec): Assume ANSI C.  All uses changed.
20594         (extra_args_spec_iso): Remove.
20595         (my_strftime, emacs_strftimeu): Define via prototype.
20596         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
20597         unconditionally.
20598         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
20599         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
20600         (strtoul, strtol): Remove decls.
20601         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
20602         LONG_MAX): Remove.
20603         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
20604         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
20605         (LOCALE_PARAM_PROTO): New macro.
20606         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
20607         (INTERNAL (strtol), strtol): Define with a prototype.
20608         (PARAMS): Remove.  All uses removed.
20609         * lib/tempname.c: Include <string.h> unconditionally.
20610         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
20611         * lib/xgethostname.c (main): Define with a prototype.
20612         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
20613         Include <stdlib.h> unconditionally.
20614         (calloc, malloc, realloc, free): Remove decls.
20615         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
20616         Include <stdlib.h> unconditionally.  Sort include file names.
20617         (strtod): Remove.
20618         (xstrtod): Define with a prototype.
20619         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
20620         (strtol, strtoul): Remove decls.
20621
20622 2003-09-11  Paul Eggert  <eggert@twinsun.com>
20623
20624         More patches to assume C89 or better.
20625         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
20626         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
20627         string.h, memchr, STDC_HEADERS.
20628
20629 2003-09-11  Paul Eggert  <eggert@twinsun.com>
20630
20631         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
20632         Include <stdlib.h>, <string.h> unconditionally.
20633         Remove now-unnecessary cast to char *.
20634         * lib/strnlen.c: Include <string.h> unconditionally.
20635         * lib/yesno.c (yesno): Define with a prototype.
20636
20637 2003-09-11  Bruno Haible  <bruno@clisp.org>
20638
20639         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
20640
20641 2003-09-10  Jim Meyering  <jim@meyering.net>
20642
20643         * lib/error.c: Correct indentation of cpp directives.
20644
20645 2003-09-10  Bruno Haible  <bruno@clisp.org>
20646
20647         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
20648         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
20649         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
20650         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
20651         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
20652         <stdlib.h> and <string.h> checks.
20653         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
20654         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
20655
20656 2003-09-10  Bruno Haible  <bruno@clisp.org>
20657
20658         * lib/strcspn.c: Include <string.h> unconditionally.
20659         * lib/strpbrk.c: Include <string.h> unconditionally.
20660         * lib/strstr.c: Include <string.h> unconditionally.
20661         * lib/unicodeio.c: Include <string.h> unconditionally.
20662         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
20663         * lib/unsetenv.c: Likewise.
20664         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
20665         * lib/yesno.c: Include <stdlib.h> unconditionally.
20666         (rpmatch): Add prototype.
20667
20668 2003-09-09  Paul Eggert  <eggert@twinsun.com>
20669
20670         More patches to assume C89 or better.
20671         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
20672         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
20673         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
20674         or for string.h.
20675         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
20676         stdlib.h.
20677         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
20678         C headers.
20679         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
20680         string.h.
20681         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
20682         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
20683         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
20684         or for string.h.
20685         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
20686         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
20687         C headers.
20688         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
20689         memcpy.
20690         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
20691         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
20692         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
20693         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
20694         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
20695         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
20696         string.h, free.
20697         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
20698         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
20699         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
20700         C headers, or for string.h.
20701         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
20702         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
20703         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
20704         headers, memory.h, stdlib.h, string.h, strings.h.
20705         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
20706         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
20707         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
20708         strchr.
20709         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
20710         headers, memory.h, string.h.
20711         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
20712         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
20713         free.
20714         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
20715         headers.
20716         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
20717         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
20718         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
20719         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
20720         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
20721
20722 2003-09-09  Paul Eggert  <eggert@twinsun.com>
20723
20724         More K&R removal.
20725
20726         * lib/acosl.c (main): Use a prototype.
20727         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
20728         tanl.c: Likewise.
20729
20730         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
20731
20732         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
20733         (getopt, etopt_long, getopt_long_only, _getopt_internal)
20734         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
20735         with a prototype.
20736         * lib/getopt.c (const): Remove macro.
20737         Include <string.h> unconditionally.
20738         (my_index): Remove; all uses changed to strchr.
20739         (strlen): Remove decl.
20740         (exchange): Remove forward decl; no longer needed.
20741         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
20742         Define with prototype.
20743         * lib/getopt1.c (const): Remove macro.
20744         (getopt_long, getopt_long_only, main): Define with prototype.
20745
20746         * lib/getugroups.c: Include <string.h> unconditionally.
20747
20748         * lib/getusershell.c: Include <stdlib.h> unconditionally.
20749         (getusershell, setusershell, endusershell, readname, main):
20750         Define with prototypes.
20751
20752         * lib/group-member.c: Include group-member.h first.
20753         Include <stdlib.h> unconditionally.
20754
20755         * lib/hard-locale.c: Include hard-locale.h first.
20756         Include <stdlib.h>, <string.h> unconditionally.
20757
20758         * lib/hash.c (free, malloc): Remove decls.
20759         Include <stdlib.h> unconditionally.
20760
20761         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
20762         (getenv): Do not declare.
20763
20764         * lib/idcache.c: Include <string.h> unconditionally.
20765
20766         * lib/long-options.c: Include long-options.h first, to test interface.
20767         Include <stdlib.h> unconditionally.
20768
20769         * lib/makepath.c: Include makepath.h first, to test interface.
20770         Include <stdlib.h> and <string.h> unconditionally.
20771
20772         * lib/linebuffer.c: Include <stdlib.h>.
20773         (free): Remove decl.
20774
20775         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
20776         stddef.h. rpl_malloc returns void *, not char *.
20777         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
20778         prototype.
20779
20780         * lib/md5.h: Include <limits.h> unconditionally.
20781         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
20782         (__P): Remove; all uses removed.
20783         * lib/md5.c: Include "md5.h" first.
20784         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
20785         md5_buffer, md5_process_bytes, md5_process_block):
20786         Define with prototypes.
20787         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
20788         * lib/sha.c: Include "sha.h" first.
20789         Include <stdlib.h>, <string.h> unconditionally.
20790
20791         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
20792         * lib/memcmp.c (__ptr_t): Likewise.
20793         * lib/memrchr.c (__ptr_t): Likewise.
20794         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
20795         Include <string.h> unconditionally.
20796         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
20797         * lib/memchr.c: Include <stdlib.h> unconditionally.
20798         * lib/memchr.c (LONG_MAX): Remove.
20799         * lib/memrchr.c (LONG_MAX): Likewise.
20800         * lib/memchr.c (__memchr): Define via a prototype.
20801         * lib/memrchr.c (__memrchr): Likewise.
20802         * lib/memcmp.c (__P): Remove, and remove all uses.
20803         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
20804         Remove forward decls; no longer needed.
20805         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
20806         Use types required by C89 in prototype.
20807
20808         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
20809         * lib/savedir.c: Likewise.
20810         * lib/mkdir.c (free): Remove decl.
20811         * lib/rmdir.c (rmdir): Define with a prototype.
20812         * lib/savedir.c: Include savedir.h first, to test interface.
20813
20814         * lib/mktime.c (STDC_HEADERS): Remove.
20815         Include <stdlib.h>, <string.h> unconditionally.
20816
20817         * lib/modechange.c: Include <stdlib.h> unconditionally.
20818         (malloc): Remove decl.
20819
20820         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
20821         (free): Remove decl.
20822
20823         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
20824         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
20825         (This type really should be intptr_t, but that's a C99ism.)
20826         (_obstack_memcpy): Remove: all uses changed to memcpy.
20827         Include <string.h> unconditionally.
20828         (struct obstack): Assume __STDC__ for types of members
20829         chunkfun, freefun, extra_arg.
20830         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
20831         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
20832         obstack_begin, obstack_specify_allocation,
20833         obstack_specify_allocation_with_arg, obstack_chunkfun,
20834         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
20835         Remove unprototyped decls and the macros that use them.
20836         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
20837         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
20838         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
20839         (defined __STDC__ && __STDC__)]:
20840         Remove nonprototyped code.
20841         Include <stdlib.h> unconditionally.
20842         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
20843         _obstack_allocated_p, _obstack_free, obstack_free,
20844         _obstack_memory_used, print_and_abort):
20845         Define using prototypes.
20846         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
20847         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
20848         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
20849         obstack_next_free, obstack_object_size, obstack_room) [0]:
20850         Remove unused, unprototyped code.
20851
20852         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
20853
20854         * lib/physmem.c (physmem_total, physmem_available, main): Define
20855         with prototypes.
20856
20857         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
20858         (main): Define with a prototype.
20859
20860         * lib/posixver.c (getenv): Remove decl.
20861
20862         * lib/putenv.c (malloc): Returns void *, not char *.
20863         Include <string.h> unconditionally.
20864         (strchr, memcpy, NULL): Do not define.
20865
20866         * lib/readtokens.c: Include readtokens.h first, to test interface.
20867         Include <stdlib.h>, <string.h> unconditionally.
20868         (init_tokenbuffer): Define with a prototype.
20869
20870         * lib/regex.c (PARAMS): Remove.  All uses removed.
20871         All uses of _RE_ARGS removed, too.
20872         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
20873         unconditionally.
20874         (bzero): Assume memset exists.
20875         (memcmp, memcpy, NULL): Remove.
20876         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
20877         char, or assignments to local vars of type signed char.
20878         (init_syntax_once, PREFIX(extract_number_and_incr),
20879         PREFIX(print_partial_compiled_pattern),
20880         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
20881         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
20882         PREFIX(regex_grow_registers), PREFIX(regex_compile),
20883         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
20884         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
20885         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
20886         wcs_compile_range, byte_compile_range, truncate_wchar,
20887         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
20888         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
20889         count_mbs_length, wcs_re_match_2_internal,
20890         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
20891         PREFIX(alt_match_null_string_p),
20892         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
20893         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
20894         regfree, PREFIX(extract_number)): Define with prototype.  Remove
20895         now-unnecessary declaration, if any.
20896         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
20897         regcomp, regexec):
20898         Remove now-unnecessary casts among pointer types.
20899         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
20900
20901         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
20902         (free): Remove decl.
20903
20904         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
20905
20906         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
20907         (free): Remove decl.
20908
20909         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
20910         * lib/xgetcwd.c: Likewise.
20911
20912         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
20913         (free): Remove decl.
20914
20915         * lib/strchrnul.c (strchrnul): Define with a prototype.
20916         Fix bug: c_in was not converted to char before searching.
20917
20918         The following changes are not K&R related:
20919
20920         * lib/group-member.h: Include <sys/types.h>, so that this file is
20921         self-contained.
20922         * lib/makepath.h: Likewise.
20923
20924         * lib/getusershell.c (readname, default_index, line_size, readname):
20925         Use size_t, not int, for sizes.
20926         (readname): If the size overflows, report an error instead of
20927         looping forever.
20928
20929 2003-09-09  Paul Eggert  <eggert@twinsun.com>
20930
20931         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
20932         libc.
20933
20934 2003-09-09  Paul Eggert  <eggert@twinsun.com>
20935
20936         * README: New section: portability guidelines.
20937
20938 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
20939
20940         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
20941         C89 spec.
20942
20943 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
20944
20945         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
20946
20947 2003-09-08  Paul Eggert  <eggert@twinsun.com>
20948
20949         Assume C89 or better; remove K&R cruft.
20950         A few of these changes were first proposed by Derek Robert Price
20951         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
20952
20953         * lib/addext.c: Include <string.h> unconditionally.
20954         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
20955         Don't declare getenv or malloc.
20956
20957         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
20958         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
20959         (NULL): Remove.
20960         (find_stack_direction, alloca): Use prototypes.
20961
20962         * lib/atexit.c (atexit): Define using a prototype.
20963
20964         * lib/basename.c, dirname.c, stripslash.c:
20965         Include <string.h> unconditionally.
20966
20967         * lib/bcopy.c: Include <stddef.h>.
20968         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
20969
20970         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
20971
20972         * lib/error.h (error, error_at_line, error_print_progname)
20973         [! (defined (__STDC__) && __STDC__)]: Remove decls.
20974         * lib/error.c: Include error.h first, to check interface.
20975         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
20976         (VA_START): Remove; all uses changeed to va_start.
20977         (exit, strerror): Remove decls.
20978         (error_print_progname): Prototype uncondionally.
20979         Don't include <errno.h>; no longer needed.
20980         (private_strerror): Remove.
20981         (error_tail): Always define.
20982         (error, error_at_line): Assume C89 or better; always use prototypes.
20983         * lib/fatal.c: Include "fatal.h" first, to test interface.
20984         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
20985         (VA_START): Remove; all uses changed to va_start.
20986         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
20987         this case.
20988         (exit): Remove decl.
20989         (fatal): Prototype unconditionally.  Assume va_start works.
20990         Abort at end, to pacify gcc.
20991
20992         * lib/euidaccess.c (main): Define with a prototype.
20993
20994         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
20995
20996         * lib/exitfail.c: Include <stdlib.h> unconditionally.
20997
20998         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
20999         prototypes.
21000         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
21001         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
21002         (getenv): Remove decl.
21003         (fnmatch): Define using a prototype.
21004         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
21005         (FCT): Define using a prototype.
21006
21007         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
21008
21009         * lib/gethostname.c: Include <stddef.h>.
21010         (gethostname): Define with prototype.  Length is size_t, not int.
21011
21012 2003-09-08  Paul Eggert  <eggert@twinsun.com>
21013
21014         Assume C89 or better; remove K&R cruft.
21015         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
21016         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
21017         string.h, getenv, malloc.
21018         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
21019         headers.
21020         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
21021         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
21022         do not check for strerror.
21023         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
21024         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
21025         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
21026         do not check for doprnt or vprintf.
21027         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
21028         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
21029
21030 2003-09-08  Paul Eggert  <eggert@twinsun.com>
21031
21032         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
21033         getversion.c should have been removed then, but was accidentally
21034         preserved.
21035
21036         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
21037         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
21038
21039 2003-09-08  Karl Berry  <karl@gnu.org>
21040
21041         * config/config.sub, config.guess, srclistvars.sh: update from savannah
21042                 config, forget about prep.
21043
21044         * config/depcomp, missing: update from automake.
21045
21046 2003-09-07  Paul Eggert  <eggert@twinsun.com>
21047
21048         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
21049         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
21050
21051 2003-09-07  Paul Eggert  <eggert@twinsun.com>
21052
21053         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
21054         copy_tm_result.  Bug reported by Simon Josefsson in
21055         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
21056
21057 2003-09-06  Paul Eggert  <eggert@twinsun.com>
21058
21059         * m4/time_r.m4: New file.
21060         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
21061         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
21062         is. Check for timegm declaration.
21063         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
21064         Do not check for gmtime_r.
21065         Replace mktime if __mktime_internal does not exist and if mktime
21066         hasn't been replaced already.
21067
21068 2003-09-06  Paul Eggert  <eggert@twinsun.com>
21069
21070         * lib/time_r.c, lib/time_r.h: New files.
21071
21072         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
21073         __localtime_r.
21074         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
21075         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
21076
21077         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
21078         __gmtime_r.
21079         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
21080         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
21081         Include <time_r.h>.
21082
21083         * lib/timegm.c: Switch to glibc implementation, with the following
21084         changes:
21085         [defined HAVE_CONFIG_H]: Include <config.h>.
21086         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
21087         (__mktime_internal) [!defined _LIBC]: New decl.
21088         (__gmtime_r) [!defined _LIBC]: New macro and function.
21089         (timegm): Use a prototype, since gnulib assumes C89.
21090         Do not bother declaring tmp to be const, as it's not really usefu.
21091         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
21092         (timegm): Declare only if HAVE_DECL_TIMEGM.
21093
21094 2003-09-06  Paul Eggert  <eggert@twinsun.com>
21095
21096         * MODULES.html.sh (func_all_modules): Add time_r.
21097         * modules/time_r: New file.
21098         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
21099         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
21100
21101 2003-09-03  Paul Eggert  <eggert@twinsun.com>
21102
21103         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
21104         Bug reported by Lute Kamstra in
21105         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
21106
21107         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
21108         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
21109         course with correspondingly smaller numbers for tomorrow and
21110         yesterday.  From Tadayoshi Funaba.  Originally installed into
21111         sh-utils on 1999-08-07, but the patch got lost (I guess during the
21112         coreutils merge?).
21113
21114 2003-08-31  Simon Josefsson  <jas@extundo.com>
21115
21116         * modules/timegm: New file.
21117         * MODULES.html.sh (func_all_modules): Add timegm.
21118
21119 2003-08-31  Simon Josefsson  <jas@extundo.com>
21120
21121         * m4/timegm.m4: New file.
21122
21123 2003-08-31  Simon Josefsson  <jas@extundo.com>
21124
21125         * lib/timegm.h: New file.
21126         * lib/timegm.c: New file.  Based on
21127         wget-1.8.2/src/http.c:mktime_from_utc.
21128
21129 2003-08-31  Karl Berry  <karl@gnu.org>
21130
21131         * lib/argp.h: update from libc.
21132
21133 2003-08-28  Bruno Haible  <bruno@clisp.org>
21134
21135         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
21136         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
21137         followed by '#define fnmatch fnmatch_posix' gives an error.
21138
21139 2003-08-28  Bruno Haible  <bruno@clisp.org>
21140
21141         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
21142         warning on QNX, which defines O_BINARY to 000000.
21143
21144 2003-08-27  Jim Meyering  <jim@meyering.net>
21145
21146         * m4/mkstemp.m4: Require that the system mkstemp be able to create
21147         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
21148         would fail after 32.  Reported by Danny Levinson.  Details here:
21149         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
21150
21151 2003-08-24  Bruno Haible  <bruno@clisp.org>
21152
21153         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
21154         MSVC7 <stdio.h> is included later.
21155
21156 2003-08-22  Simon Josefsson  <jas@extundo.com>
21157
21158         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
21159
21160 2003-08-20  Karl Berry  <karl@gnu.org>
21161
21162         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
21163
21164 2003-08-20  Bruno Haible  <bruno@clisp.org>
21165
21166         * modules/progname: New file.
21167         * MODULES.html.sh (func_all_modules): Add progname.
21168
21169 2003-08-20  Bruno Haible  <bruno@clisp.org>
21170
21171         * lib/progname.h: New file, from GNU gettext.
21172         * lib/progname.c: New file, from GNU gettext.
21173         * lib/progreloc.c: New file, from GNU gettext.
21174
21175 2003-08-19  Jim Meyering  <jim@meyering.net>
21176
21177         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
21178         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
21179
21180 2003-08-19  Bruno Haible  <bruno@clisp.org>
21181
21182         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
21183         more.
21184
21185 2003-08-19  Bruno Haible  <bruno@clisp.org>
21186
21187         * lib/xstrdup.c: Assume <string.h> exists.
21188
21189 2003-08-18  Paul Eggert  <eggert@twinsun.com>
21190
21191         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
21192         in makefile rules.
21193
21194 2003-08-18  Jim Meyering  <jim@meyering.net>
21195
21196         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
21197         * m4/lib-ld.m4: Likewise.
21198
21199 2003-08-18  Jim Meyering  <jim@meyering.net>
21200
21201         * lib/setenv.h: Indent nested cpp directive.
21202         * lib/vasnprintf.c: Remove trailing blanks.
21203
21204 2003-08-17  Simon Josefsson  <jas@extundo.com>
21205
21206         * modules/xstrndup: New file.
21207         * MODULES.html.sh (func_all_modules): Add xstrndup.
21208
21209 2003-08-17  Simon Josefsson  <jas@extundo.com>
21210
21211         * modules/argp: Fix autoconf macro name. Add more dependencies.
21212
21213 2003-08-17  Simon Josefsson  <jas@extundo.com>
21214
21215         * m4/xstrndup.m4: New file.
21216
21217 2003-08-17  Simon Josefsson  <jas@extundo.com>
21218
21219         * m4/argp.m4: New file.
21220
21221 2003-08-17  Simon Josefsson  <jas@extundo.com>
21222             Bruno Haible  <bruno@clisp.org>
21223
21224         * lib/xstrndup.h: New file.
21225         * lib/xstrndup.c: New file.
21226
21227 2003-08-17  Bruno Haible  <bruno@clisp.org>
21228
21229         * modules/strndup (Files, Include): Add lib/strndup.h.
21230
21231 2003-08-17  Bruno Haible  <bruno@clisp.org>
21232
21233         * modules/euidaccess (Files): Add lib/euidaccess.h.
21234
21235 2003-08-17  Bruno Haible  <bruno@clisp.org>
21236
21237         * lib/strndup.h: New file.
21238
21239 2003-08-17  Bruno Haible  <bruno@clisp.org>
21240
21241         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
21242         like AC_GNU_SOURCE.
21243         * modules/extensions (configure.ac): Comment out the invocation of
21244         gl_USE_SYSTEM_EXTENSIONS.
21245
21246 2003-08-16  Paul Eggert  <eggert@twinsun.com>
21247
21248         Merges from coreutils, etc.
21249         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
21250         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
21251         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
21252         fixing a typo.
21253         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
21254         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
21255
21256 2003-08-16  Paul Eggert  <eggert@twinsun.com>
21257
21258         Document merge from coreutils.
21259         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
21260         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
21261         * modules/utime: Add m4/utimes-null.m4.
21262
21263 2003-08-16  Paul Eggert  <eggert@twinsun.com>
21264
21265         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
21266         space, undoing this 2003-08-12 change:
21267         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
21268
21269 2003-08-16  Paul Eggert  <eggert@twinsun.com>
21270
21271         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
21272         strtoul.c from libc, undoing this 2003-08-12 change:
21273         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
21274
21275 2003-08-16  Jim Meyering  <jim@meyering.net>
21276
21277         Merges from coreutils.
21278         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
21279         prefix.  Adjust cache variables similarly.  Create 500 rather than
21280         just 300 files, to exercise bug on Darwin6.5, too.
21281         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
21282         $missing_dir.
21283         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
21284         AM_SYS_POSIX_TERMIOS.
21285         Reported by mkc@mathdogs.com.
21286         Also change use of $am_cv_sys_posix_termios
21287         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
21288         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
21289         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
21290         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
21291         in /proc/mounts until it finds one with matching device number.  This
21292         is unnecessary when the FILE argument *is* a mount point.  No stat call
21293         is necessary in that case.  So, disable the statvfs-testing code on
21294         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
21295         as RedHat bug# 84846.
21296         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
21297         to 1MB, so as not to render systems with no stack size limit (e.g.,
21298         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
21299         Include <unistd.h>.  On some systems,
21300         it is required for the definition of _SC_PAGESIZE.
21301
21302 2003-08-16  Jim Meyering  <jim@meyering.net>
21303
21304         Merge from coreutils.
21305         * lib/xstrtoimax.c: #else #if -> #elif.
21306         * lib/xstrtoumax.c: Likewise.
21307
21308 2003-08-16  Jim Meyering  <jim@meyering.net>
21309
21310         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
21311         * m4/utimes.m4: Removed.
21312         * m4/utimes-null.m4: Renamed from utimes.m4.
21313
21314         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
21315         to 1MB, so as not to render systems with no stack size limit (e.g.,
21316         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
21317         Include <unistd.h>.  On some systems,
21318         it is required for the definition of _SC_PAGESIZE.
21319
21320 2003-08-16  Jim Meyering  <jim@meyering.net>
21321         and Paul Eggert  <eggert@cs.ucla.edu>
21322
21323         Merges from coreutils, etc.
21324
21325         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
21326         using the latest version from cvs.  This avoids problems with #line
21327         directives using a vendor (Sun) compiler.
21328         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
21329         Don't set GETGROUPS_LIB here; now it's
21330         done via getgroups.m4's wrapper function.
21331         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
21332         rather than just in sh-util/configure.in, so that the
21333         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
21334         same.
21335         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
21336         AC_FUNC_GETLOADAVG where to find getloadavg.c.
21337         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
21338         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
21339         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
21340         Remove code that is now done by the newly-required macros.
21341         Append $(EXEEXT) to DF_PROG.
21342         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
21343         Do not invoke or require the following here,
21344         since prereq.m4 or some gnulib .m4 now does this for us:
21345         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
21346         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
21347         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
21348         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
21349         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
21350         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
21351         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
21352         AC_FUNC_OBSTACK.
21353         Do not replace the following functions, as this is now the job
21354         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
21355         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
21356         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
21357         atexit getpass, strdup, getpagesize.
21358         Replace 'raise'.
21359         Do not check for the following functions, as this is now the job
21360         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
21361         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
21362         setregid.
21363         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
21364         Check for sys/sysctl.h.
21365         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
21366         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
21367         of checking for ssize_t ourselves.
21368
21369         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
21370         Require every macro that gnulib/modules/* suggests for us.
21371         (jm_PREREQ_ADDEXT): New macro.
21372         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
21373         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
21374
21375         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
21376         (gl_PHYSMEM): Use it.
21377         Also check for `table' function.
21378         Check for new headers and functions.
21379         Add check for sys/sysmp.h.
21380         With suggestions from Kaveh Ghazi.
21381         Ignore headers that are present but cannot be compiled.  This
21382         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
21383         C 5.4.
21384
21385 2003-08-15  Paul Eggert  <eggert@twinsun.com>
21386
21387         Document merge from coreutils.
21388         * modules/userspec: Depend on posixver.
21389         * modules/strftime: Depend on tzset.
21390
21391 2003-08-15  Paul Eggert  <eggert@twinsun.com>
21392
21393         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
21394         rather than tab, after '#' in shell-script copyright notices.
21395         Suggested by Bruno Haible.
21396
21397 2003-08-15  Paul Eggert  <eggert@twinsun.com>
21398
21399         * config/srclist-update: Use three spaces, rather than tab, after '#'
21400         in shell-script copyright notices.  Suggested by Bruno Haible.
21401         Remove unnecessary parenthesization in regular expression.
21402
21403 2003-08-15  Jim Meyering  <jim@meyering.net>
21404
21405         Merge from coreutils.
21406         * lib/xgethostname.c: Include <stdlib.h>.
21407         (xghostname): Don't exit for anything other than memory-related
21408         failure; just return NULL.
21409         * lib/userspec.c: Include "posixver.h".
21410         (parse_user_spec): Accept `.' as a separator only
21411         in pre-POSIX-200112 mode.
21412         * lib/strtoimax.c: Use #elif rather than #else #if.
21413         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
21414         Remove function, now that we can rely on a working tzset function.
21415         [!_LIBC]: Ensure that the required autoconf test has been run.
21416         [!defined _NL_CURRENT && HAVE_STRFTIME]:
21417         Use underlying_strftime for %r.
21418         * lib/sha.c: Merge in some clean-up and optimization changes from
21419         glibc.
21420         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
21421         Ensure that it is a multiple of 64.
21422         Rearrange loop exit tests so as to avoid performing an
21423         additional fread after encountering an error or EOF.
21424         * lib/realloc.c: Update copyright date.
21425
21426 2003-08-15  Jim Meyering  <jim@meyering.net>
21427         and Paul Eggert  <eggert@twinsun.com>
21428
21429         Merge from coreutils.
21430         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
21431         member but strut utmpx does not.  Needed for AIX 4.3.3.
21432         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
21433
21434 2003-08-15  Jim Meyering  <jim@meyering.net>
21435         and Paul Eggert  <eggert@cs.ucla.edu>
21436
21437         Merges from coreutils, etc.
21438         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
21439         Require gl_FUNC_TZSET_CLOBBER.
21440         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
21441         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
21442         members.
21443
21444 2003-08-14  Paul Eggert  <eggert@twinsun.com>
21445
21446         Help the merge from coreutils.
21447         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
21448         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
21449         * m4/tzset.m4: Use it too.
21450
21451 2003-08-14  Paul Eggert  <eggert@twinsun.com>
21452
21453         * modules/tzset: New file.
21454
21455 2003-08-14  Jim Meyering  <jim@meyering.net>
21456
21457         Merges from coreutils.
21458         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
21459         variable names, rather than @FNMATCH_H@.
21460         * modules/alloca: Likewise for $(ALLOCA_H).
21461
21462         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
21463         the three copies of the literal target, `fnmatch.h'.
21464         * modules/alloca (alloca.h): Likewise.
21465
21466 2003-08-14  Jim Meyering  <jim@meyering.net>
21467
21468         Merge from coreutils.
21469         * m4/tzset.m4: New file.
21470         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
21471         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
21472         otherwise, AIX 5.1 systems would end up using the latter.
21473         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
21474         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
21475         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
21476         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
21477
21478 2003-08-14  Jim Meyering  <jim@meyering.net>
21479
21480         Merge from coreutils.
21481         * lib/obstack.h: Whitespace changes.
21482         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
21483         and xcalloc return values.
21484         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
21485         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
21486         hang on OSF/1 5.1 for DIR on both local and remote file systems.
21487         Reported by (and fix confirmed by) Nelson H. F. Beebe.
21488         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
21489         error from mntctl.
21490         Use mntctl's return value to drive the entry-processing loop, since
21491         we can't rely on the value of the vmt_length member in the last
21492         entry.  On some systems doing so could result in exhausting
21493         virtual memory.  Based in part on a patch from Mike Jetzer.
21494
21495 2003-08-14  Jim Meyering  <jim@meyering.net>
21496         and Paul Eggert  <eggert@twinsun.com>
21497
21498         Merges from coreutils, plus other fixes.
21499         * lib/physmem.c: Merge in portability changes from gcc/libiberty
21500         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
21501         for credits and details.  Thanks to Kaveh Ghazi for helping
21502         to keep these files in sync.
21503         (ARRAY_SIZE): Define it.
21504         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
21505         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
21506         (memcasecmp): Don't assume size_t fits in unsigned int.
21507         Remove casts and duplicate code.
21508         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
21509         (memcpy): Remove definition.
21510         Merge in some clean-up and optimization changes from glibc.
21511         [BLOCKSIZE]: Move definition to top of file.
21512         Ensure that it is a multiple of 64.
21513         Rearrange loop exit tests so as to avoid performing an
21514         additional fread after encountering an error or EOF.
21515         * lib/md5.h (md5_uintptr): Define.
21516         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
21517         return to the initial working directory.  Preserve errno
21518         for caller.
21519         * lib/idcache.c: Include "xalloc.h".
21520         (xmalloc, xrealloc): Remove decls.
21521         (getuser): Remove casts no longer required in C89.
21522         * lib/human.c: Include stdio.h, for sprintf.
21523         * lib/group-member.c: Include "xalloc.h".
21524         (xmalloc, xrealloc): Remove decls.
21525         (get_group_info): Remove casts no longer required in C89.
21526         * lib/getusershell.c (readname): Remove casts no longer required in
21527         C89.
21528         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
21529         * lib/getline.c: Whitespace fix, from coreutils.
21530
21531 2003-08-13  Paul Eggert  <eggert@twinsun.com>
21532
21533         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
21534         Check for isascii.
21535
21536         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
21537         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
21538         Undo previous (whitespace-only) change.
21539
21540 2003-08-13  Paul Eggert  <eggert@twinsun.com>
21541
21542         * lib/exclude.c: Include <ctype.h>
21543         (IN_CTYPE_DOMAIN): New macro.
21544         (is_space): New fn.
21545         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
21546         and empty lines.
21547
21548         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
21549         Undo previous (whitespace-only) change.
21550
21551 2003-08-13  Paul Eggert  <eggert@twinsun.com>
21552
21553         * config/srclist-update: Change update back to the old behavior,
21554         leaving whitespace alone.  Use one 'sed' command rather than a
21555         pipeline.
21556         (fixlicense): Now a variable, not a function.
21557         (remove_trailing_blanks): Remove.
21558         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
21559         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
21560         Undo previous (whitespace-only) change.
21561
21562 2003-08-12  Paul Eggert  <eggert@twinsun.com>
21563
21564         Merge from coreutils.
21565         * modules/euidaccess: Add lib_SOURCES, include for new
21566         file euidaccess.h
21567
21568 2003-08-12  Paul Eggert  <eggert@twinsun.com>
21569
21570         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
21571         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
21572         Normalize leading white space and remove trailing white space.
21573
21574         Merge from coreutils
21575         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
21576
21577         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
21578         0.12.1.  These files are now being upgraded automatically by
21579         ../config/srclist-update.
21580
21581 2003-08-12  Paul Eggert  <eggert@twinsun.com>
21582
21583         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
21584         Normalize leading white space and remove trailing white space.
21585         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
21586         notice, as per ../config/srclist-update.
21587
21588         Merge from coreutils.
21589         * lib/euidaccess.h: New file.
21590         * lib/euidaccess.c: Include it.
21591         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
21592         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
21593         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
21594
21595 2003-08-12  Paul Eggert  <eggert@twinsun.com>
21596
21597         * config/srclist-update: Add copyright notice.
21598         (remove_id_lines, remove_trailing_blanks): New constants.
21599         (fixfile): Use them to normalize spacing a bit in copied files.
21600         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
21601         Normalize leading white space and remove trailing white space.
21602
21603         * config/texinfo.tex: Sync with texinfo.
21604
21605         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
21606         strtoul.c from libc, to merge coreutils whitespace changes.
21607
21608         * config/srclist.txt: Get the following m4 files from gettext:
21609         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
21610         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
21611         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
21612         wint_t.m4.
21613
21614 2003-08-12  Karl Berry  <karl@gnu.org>
21615
21616         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
21617         been made.
21618
21619 2003-08-11  Paul Eggert  <eggert@twinsun.com>
21620
21621         * modules/gnu-source, m4/gnu-source.m4:
21622         Remove; we're assuming Autoconf 2.54 or later now.
21623         Suggested by Bruno Haible.
21624         * MODULES.html.sh (func_all_modules): Remove gnu-source.
21625
21626 2003-08-11  Bruno Haible  <bruno@clisp.org>
21627
21628         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
21629
21630 2003-08-11  Bruno Haible  <bruno@clisp.org>
21631
21632         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
21633         (vasnprintf): Use it instead of wcslen.
21634
21635 2003-08-11  Bruno Haible  <bruno@clisp.org>
21636
21637         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
21638         value to ensure that _Bool promotes to int. Use #define for _Bool when
21639         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
21640
21641 2003-08-10  Karl Berry  <karl@gnu.org>
21642
21643         * lib/regex.h: update from libc (whitespace fix).
21644
21645 2003-08-09  Paul Eggert  <eggert@twinsun.com>
21646
21647         Merge some files from coreutils.  These changes were
21648         originally made by Jim Meyering.
21649         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
21650         many older Unixes require this.
21651         * lib/alloca.c (alloca): Remove cast to argument of free;
21652         no longer needed in C89.
21653         * lib/alloca_.h, regex.h: Fix white space to match
21654         what GNU indent does.
21655
21656 2003-08-09  Paul Eggert  <eggert@twinsun.com>
21657
21658         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
21659         apparently Emacs's Unicode mode got confused before my 2003-08-05
21660         checkin.
21661
21662 2003-08-08  Paul Eggert  <eggert@twinsun.com>
21663
21664         * m4/extensions.m4: New file.
21665         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
21666         Require gl_USE_SYSTEM_EXTENSIONS.
21667         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
21668         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
21669
21670 2003-08-08  Paul Eggert  <eggert@twinsun.com>
21671
21672         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
21673         * modules/extensions, modules/gnu-source: New files.
21674         * modules/timespec, modules/unlocked-io: Depend on extensions.
21675
21676 2003-08-07  Paul Eggert  <eggert@twinsun.com>
21677
21678         * modules/restrict: New file.
21679         * MODULES.html.sh (func_all_modules): Add restrict.
21680         * modules/regex: Depend on restrict.
21681
21682 2003-08-07  Paul Eggert  <eggert@twinsun.com>
21683
21684         * m4/restrict.m4: New file.
21685         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
21686
21687 2003-08-07  Bruno Haible  <bruno@clisp.org>
21688
21689         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
21690         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
21691
21692 2003-08-07  Bruno Haible  <bruno@clisp.org>
21693
21694         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
21695         makes the module 'getndelim2' compatible with the module 'getline'.
21696
21697 2003-08-05  Paul Eggert  <eggert@twinsun.com>
21698
21699         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
21700         byte with "\201" to avoid glitches when editing that source file
21701         with multi-gnome-terminal.
21702
21703 2003-08-05  Paul Eggert  <eggert@twinsun.com>
21704
21705         * lib/bumpalloc.h: Remove.
21706
21707 2003-08-05  Paul Eggert  <eggert@twinsun.com>
21708
21709         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
21710         * modules/bumpalloc: Remove.
21711
21712 2003-08-04  Paul Eggert  <eggert@twinsun.com>
21713
21714         * lib/getloadavg.c: Change copyright notice and spacing to conform to
21715         GNU coding style.
21716
21717         Merge from coreutils.
21718         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
21719         1. From glibc.
21720         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
21721         from Karl Berry, implemented by Jim Meyering.
21722         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
21723         from Dmitry V. Levin.
21724         Remove anachronistic cast of xrealloc.
21725         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
21726         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
21727         type. Otherwise, it wouldn't compile with at least /bin/cc on
21728         ymp-cray-unicos9.0.2.X.
21729         Combine two mostly-identical uses of alloca into one.
21730         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
21731
21732 2003-08-04  Dave Love  <d.love@dl.ac.uk>
21733
21734         [From Emacs.]
21735
21736         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
21737         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
21738         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
21739         obsolete NLIST_NAME_UNION.
21740         [__GNU__]: Undef BSD and FSCALE.
21741         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
21742
21743 2003-08-03  Paul Eggert  <eggert@twinsun.com>
21744
21745         * lib/stdbool_.h (_Bool): Make it signed char, instead of
21746         an enum type, so that it's guaranteed to promote to int.  See:
21747         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
21748
21749 2003-08-03  Karl Berry  <karl@gnu.org>
21750
21751         * config/depcomp: update from automake.
21752
21753 2003-07-31  Paul Eggert  <eggert@twinsun.com>
21754
21755         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
21756         (strerror): Don't assume that a printable int fits in 14 bytes.
21757
21758 2003-07-31  Bruno Haible  <bruno@clisp.org>
21759
21760         * modules/getpass-gnu: New file.
21761         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
21762
21763 2003-07-31  Bruno Haible  <bruno@clisp.org>
21764
21765         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
21766
21767 2003-07-24  Karl Berry  <karl@gnu.org>
21768
21769         * config/missing: update from automake.
21770
21771 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
21772             Bruno Haible  <bruno@clisp.org>
21773
21774         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
21775         * lib/getline.c (getline, getdelim): Likewise.
21776         Remove _GNU_SOURCE define; now it's defined in config.h through
21777         m4/getline.m4.
21778
21779 2003-07-23  Karl Berry  <karl@gnu.org>
21780
21781         * config/config.sub: update from prep.
21782
21783 2003-07-22  Paul Eggert  <eggert@twinsun.com>
21784
21785         * modules/xalloc (Depends-on): Add exitfail.
21786         * modules/xmemcoll: Likewise.
21787
21788 2003-07-22  Paul Eggert  <eggert@twinsun.com>
21789
21790         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
21791         over-parenthesization in macros.
21792
21793         Sync with coreutils.
21794
21795         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
21796         required by C99.
21797
21798         Use `exit_failure' for xalloc and xmemcoll instead of their own
21799         private exit-failure variables.
21800         * lib/xalloc.h (xalloc_exit_failure): Remove.
21801         * lib/xmalloc.c: Likewise.  Include exitfail.h.
21802         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
21803         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
21804         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
21805         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
21806
21807 2003-07-20  Jim Meyering  <jim@meyering.net>
21808
21809         * modules/closeout (Depends-on): Add exitfail.
21810         Suggestion from Bruno Haible.
21811
21812 2003-07-19  Karl Berry  <karl@gnu.org>
21813
21814         * config/config.sub: update from prep.
21815
21816 2003-07-18  Paul Eggert  <eggert@twinsun.com>
21817
21818         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
21819         Remove.
21820         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
21821         to test that it can stand by itself.  Include "exitfail.h".
21822         Clients should set exit_failure instead.
21823         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
21824
21825 2003-07-18  Bruno Haible  <bruno@clisp.org>
21826
21827         * modules/getndelim2: New file.
21828         * modules/getline: Share files with module getndelim2.
21829         * modules/getnline: Depend on getndelim2 instead of sharing files with
21830         it. Add getnline.c to lib_SOURCES.
21831         * MODULES.html.sh (func_all_modules): Add getndelim2.
21832
21833 2003-07-18  Bruno Haible  <bruno@clisp.org>
21834
21835         * m4/getndelim2.m4: New file.
21836         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
21837         invoke gl_PREREQ_GETNDELIM2.
21838         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
21839         gl_PREREQ_GETNDELIM2.
21840         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
21841         gl_GETNDELIM2.
21842
21843 2003-07-18  Bruno Haible  <bruno@clisp.org>
21844
21845         * lib/getndelim2.h: New file.
21846         * lib/getndelim2.c: Make into a module of its own. Include config.h,
21847         getndelim2.h.
21848         (getndelim2): Make non-static. Change return type to ssize_t.
21849         * lib/getline.h: Change argument names.
21850         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
21851         * lib/getnline.c: Include getndelim2.h.
21852
21853 2003-07-18  Andreas Schwab  <schwab@suse.de>
21854
21855         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
21856
21857 2003-07-17  Karl Berry  <karl@gnu.org>
21858
21859         * config/config.sub: update from prep.
21860
21861 2003-07-17  Bruno Haible  <bruno@clisp.org>
21862
21863         * modules/getnline: New file.
21864         * modules/getline: Add lib/getndelim2.c to source file list.
21865         * MODULES.html.sh (func_all_modules): Add getnline.
21866
21867 2003-07-17  Bruno Haible  <bruno@clisp.org>
21868
21869         * m4/getnline.m4: New file.
21870
21871 2003-07-17  Bruno Haible  <bruno@clisp.org>
21872
21873         * m4/Makefile.am.in: Remove file.
21874         * m4/Makefile.am: Remove file.
21875         * m4/Makefile.in: Remove file.
21876
21877 2003-07-17  Bruno Haible  <bruno@clisp.org>
21878
21879         * lib/getnline.h: New file.
21880         * lib/getnline.c: New file.
21881         * lib/getndelim2.c: New file, extracted from getline.c.
21882         (getndelim2): Renamed from getdelim2, with added nmax argument.
21883         * lib/getline.c: Include getndelim2.c.
21884         (getdelim2): Moved out to getndelim2.c.
21885         (getline, getdelim): Update.
21886
21887 2003-07-17  Bruno Haible  <bruno@clisp.org>
21888
21889         * lib/Makefile.am: Remove file.
21890         * lib/Makefile.in: Remove file.
21891
21892 2003-07-17  Bruno Haible  <bruno@clisp.org>
21893
21894         * configure.in: Remove file.
21895         * Makefile.in: Remove file.
21896
21897 2003-07-17  Bruno Haible  <bruno@clisp.org>
21898
21899         * MODULES.html.sh: Put the </BODY> right before </HTML>.
21900
21901 2003-07-16  Karl Berry  <karl@gnu.org>
21902
21903         * config/srclist-update: was running fixlicense twice, which caused
21904                 texinfo.tex to be nullified for some reason.  Simplify,
21905                 $gplsrc is no longer needed as far as I can see?
21906
21907 2003-07-16  Jim Meyering  <jim@meyering.net>
21908
21909         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
21910
21911 2003-07-15  Paul Eggert  <eggert@twinsun.com>
21912
21913         * config/srclist.txt: Get the following files from gettext-runtime/intl
21914         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
21915         ref-del.sin.  From Bruno Haible.
21916         * config/srclist-update (fixfile): Change grep pattern again, since the
21917         previous fix didn't work (there was another trailing $).  Use
21918         '[$]' to escape the $s.
21919
21920 2003-07-15  Karl Berry  <karl@gnu.org>
21921
21922         * lib/vasnprintf.c: update from gettext.
21923
21924 2003-07-15  Karl Berry  <karl@gnu.org>
21925
21926         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
21927         gets expanded when surrounded by '$'.
21928
21929 2003-07-15  Jim Meyering  <jim@meyering.net>
21930
21931         * modules/save-cwd: Don't depend on error.  From Derek Price.
21932
21933 2003-07-15  Jim Meyering  <jim@meyering.net>
21934
21935         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
21936
21937 2003-07-14  Simon Josefsson  <jas@extundo.com>
21938
21939         * modules/mempcpy: New file.
21940         * MODULES.html.sh (func_all_modules): Add mempcpy.
21941
21942 2003-07-14  Simon Josefsson  <jas@extundo.com>
21943
21944         * m4/mempcpy.m4: New file.
21945
21946 2003-07-14  Simon Josefsson  <jas@extundo.com>
21947
21948         * lib/mempcpy.h: New file.
21949         * lib/mempcpy.c: New file.
21950
21951 2003-07-14  Paul Eggert  <eggert@twinsun.com>
21952
21953         * modules/getdate, modules/posixtm: Depend on mktime.
21954
21955 2003-07-14  Paul Eggert  <eggert@twinsun.com>
21956
21957         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
21958         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
21959         unicodeio.c, unicodeio.h, unlocked-io.h:
21960         Switch from LGPL to GPL.
21961
21962 2003-07-14  Paul Eggert  <eggert@twinsun.com>
21963
21964         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
21965         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
21966         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
21967         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
21968         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
21969         updated automatically by ../config/srclist-update.  This changes
21970         their license from LPGL to GPL.
21971
21972 2003-07-14  Paul Eggert  <eggert@twinsun.com>
21973
21974         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
21975         assumed to refer to the root of the most recent stable gettext version.
21976         * config/srclistvars.sh: Add defaults for eggert.
21977         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
21978         Match "This program" as well as "The program".  This is needed
21979         for gettext.
21980
21981 2003-07-14  Jim Meyering  <jim@meyering.net>
21982
21983         Don't emit diagnostics.  Let callers do that.
21984         * lib/save-cwd.c: Don't include "error.h".
21985         (save_cwd): Don't call error.  Ensure that errno is valid
21986         when returning nonzero.
21987
21988         * lib/save-cwd.h (restore_cwd): Update prototype.
21989         * lib/save-cwd.c (restore_cwd): Remove two parameters.
21990         Simplify.  Don't call error upon failure.  Let callers do that.
21991         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
21992         when auditing is enabled.  But don't bother updating the #if.
21993
21994 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
21995
21996         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
21997         it breaks C++ compilation.
21998         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
21999
22000 2003-07-10  Simon Josefsson  <jas@extundo.com>
22001
22002         * modules/strchrnul (Makefile.am): Add strchrnul.h.
22003
22004 2003-07-10  Jim Meyering  <jim@meyering.net>
22005
22006         * m4/clock_time.m4: Remove trailing blank.
22007         * m4/intmax_t.m4: Likewise.
22008
22009 2003-07-10  Jim Meyering  <jim@meyering.net>
22010
22011         * lib/vasnprintf.c: Remove trailing blanks.
22012         Make cpp indentation consistent.
22013
22014 2003-07-09  Paul Eggert  <eggert@twinsun.com>
22015
22016         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
22017         posixver.c, strftime.c, strnlen.c, strverscmp.c:
22018         Switch from LGPL to GPL.
22019
22020 2003-07-09  Paul Eggert  <eggert@twinsun.com>
22021
22022         * config/srclist.txt: Sort sublists.  Add
22023         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
22024         that differ from gnulib for one reason or another; we'd like this list
22025         to be smaller but for now let's document what we have.
22026
22027 2003-07-08  Paul Eggert  <eggert@twinsun.com>
22028
22029         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
22030         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
22031         and sweeter "eval x=$x".
22032         * config/srclist.txt: Get lib/argp* from glibc.
22033
22034 2003-07-07  Paul Eggert  <eggert@twinsun.com>
22035
22036         * lib/mktime.c: Fix some boundary cases and remove need for floating
22037         point.
22038
22039         Issue a compile-time diagnostic if time_t is floating point, or if
22040         two's complement arithmetic is not in effect, or if arithmetic
22041         right shift does not propagate the sign.  These assumptions were
22042         all in the original code but they weren't checked.
22043
22044         (TIME_T_MIDPOINT, verify): New macros.
22045         (__isleap): Remove; it has integer overflow problems.
22046         (leapyear): New function, without those problems.
22047         (ydhms_tm_diff): Remove; splitting into two parts.
22048         (ydhms_diff): New function, containing the arithmetic part of
22049         the old ydhms_tm_diff function.  Issue a compile-time
22050         diagnostic if we are not using C99 integer division.
22051         Avoid casts when possible.
22052         (guess_time_tm): New function, containing the checking part of
22053         the old ydhms_tm_diff function.  Return the new value, rather than
22054         the difference between it and the old.  Accept a new argument T
22055         so that *T specifies the old value.  Check for overflow in the result.
22056
22057         (__mktime_internal): Use a time_t offset, not a long int offset.
22058         This undoes the 2003-06-04 change, which is no longer needed now
22059         that we have better overflow checking.
22060         (localtime_offset): Likewise.
22061
22062         (__mktime_internal): Avoid harmful overflow on hosts where time_t
22063         and long are 64-bit but int is only 32-bit.
22064         (ydhms_diff): Use long int to store year1 and yday1.
22065         Issue a compile-time diagnostic if long int is not wide enough.
22066
22067         (__mktime_internal): Use long int to store adjusted year and yday.
22068         Use plain C rather than preprocessor commands, if that doesn't
22069         affect efficiency.
22070         Check for overflow (and try to repair) after each probe
22071         rather than checking only at the very end.  This avoids some bugs
22072         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
22073         does not equal GMT offset at maximum time).
22074         Use integer to check for overflow rather than floating point; this
22075         is more portable to non-IEEE hosts, and is a tad faster.
22076         When we detect that we are oscillating between two values,
22077         don't check whether tm_isdst has the requested value, since
22078         we already know the answer.  When tm_isdst has the wrong value,
22079         use a different heuristic to find the right one, based on the
22080         extreme values actually observed in practice in tz2003a,
22081         rather than the (overly optimistic) "previous 3 calendar quarters".
22082
22083         (not_equal_tm, print_tm, check_result): Use "const T" rather than
22084         "T const" to accommodate glibc style.
22085         (check_result): Use less-confusing report format.  "long" -> "long int.
22086         (main): Likewise.
22087         Don't loop if the iteration overflows time_t.
22088         Allow a negative step in the iteration.
22089
22090 2003-07-06  Karl Berry  <karl@gnu.org>
22091
22092         * config/depcomp: update from automake.
22093         * config/config.sub: update from prep.
22094
22095 2003-07-03  Karl Berry  <karl@gnu.org>
22096
22097         * config/config.guess: update from prep.
22098
22099 2003-07-01  Paul Eggert  <eggert@twinsun.com>
22100
22101         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
22102         xreadlink.c now includes it unconditionally.
22103
22104 2003-07-01  Paul Eggert  <eggert@twinsun.com>
22105
22106         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
22107         having it depend on HAVE_SYS_TYPES_H.
22108
22109 2003-07-01  Bruno Haible  <bruno@clisp.org>
22110
22111         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
22112         <sys/types.h> should be sufficient.
22113         Reported by Paul Eggert.
22114
22115 2003-06-26  Karl Berry  <karl@gnu.org>
22116
22117         * config/depcomp: update from automake.
22118
22119 2003-06-26  Bruno Haible  <bruno@clisp.org>
22120
22121         * modules/human: Depend on module stdbool.
22122
22123 2003-06-25  Bruno Haible  <bruno@clisp.org>
22124
22125         * modules/readlink: New file.
22126         * modules/xreadlink: Depend on it.
22127         * MODULES.html.sh (func_all_modules): Add readlink.
22128
22129 2003-06-25  Bruno Haible  <bruno@clisp.org>
22130
22131         * m4/readlink.m4: New file.
22132
22133 2003-06-25  Bruno Haible  <bruno@clisp.org>
22134
22135         * lib/readlink.c: New file.
22136
22137 2003-06-22  Karl Berry  <karl@gnu.org>
22138
22139         * config/srclist.txt: update mkinstalldirs from automake.
22140         * config/mkinstalldirs: update.
22141
22142 2003-06-22  Bruno Haible  <bruno@clisp.org>
22143
22144         Portability to mingw32.
22145         * m4/ssize_t.m4: New file, from GNU gettext.
22146         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
22147         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
22148
22149 2003-06-22  Bruno Haible  <bruno@clisp.org>
22150
22151         * modules/safe-read: Add m4/ssize_t.m4.
22152         * modules/xreadlink: Add m4/ssize_t.m4.
22153
22154 2003-06-20  Bruno Haible  <bruno@clisp.org>
22155
22156         Assume C89, so PARAMS isn't needed.
22157         * lib/unicodeio.h (PARAMS): Remove.
22158         * lib/unicodeio.c: Don't use PARAMS.
22159
22160 2003-06-18  Karl Berry  <karl@gnu.org>
22161
22162         * config/config.{guess,sub}: update from prep.
22163
22164 2003-06-18  Jim Meyering  <jim@meyering.net>
22165
22166         Merge changes from coreutils.
22167         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
22168         Remove explicit declarations of xmalloc and realloc.
22169         Include xalloc.h.
22170         (read_utmp): Remove anachronistic cast of xmalloc.
22171
22172 2003-06-17  Paul Eggert  <eggert@twinsun.com>
22173
22174         Assume C89, so PARAMS isn't needed.
22175         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
22176         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
22177         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
22178         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
22179         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
22180         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
22181         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
22182         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
22183         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
22184         lib/xstrtod.h, lib/xstrtol.h: Likewise.
22185         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
22186         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
22187         no longer needed. Anyway, config.h should always be included before any
22188         other file.
22189
22190 2003-06-11  Simon Josefsson  <jas@extundo.com>
22191
22192         * modules/sysexits: New file.
22193         * MODULES.html.sh (func_all_modules): Add sysexits.
22194
22195 2003-06-11  Simon Josefsson  <jas@extundo.com>
22196
22197         * lib/sysexit_.h: New file.
22198
22199 2003-06-11  Derek Price  <derek@ximbiot.com>
22200
22201         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
22202         necessary.
22203
22204 2003-06-11  Bruno Haible  <bruno@clisp.org>
22205
22206         * m4/sysexits.m4: New file.
22207
22208 2003-06-10  Simon Josefsson  <jas@extundo.com>
22209
22210         * lib/argp.h: New file, from glibc.
22211         * lib/argp-ba.c: New file, from glibc.
22212         * lib/argp-eexst.c: New file, from glibc.
22213         * lib/argp-fmtstream.c: New file, from glibc.
22214         * lib/argp-fmtstream.h: New file, from glibc.
22215         * lib/argp-fs-xinl.c: New file, from glibc.
22216         * lib/argp-help.c: New file, from glibc.
22217         * lib/argp-namefrob.h: New file, from glibc.
22218         * lib/argp-parse.c: New file, from glibc.
22219         * lib/argp-pv.c: New file, from glibc.
22220         * lib/argp-pvh.c: New file, from glibc.
22221         * lib/argp-xinl.c: New file, from glibc.
22222
22223 2003-06-10  Simon Josefsson  <jas@extundo.com>
22224
22225         * modules/strchrnul: New file.
22226
22227 2003-06-10  Simon Josefsson  <jas@extundo.com>
22228
22229         * modules/argp: New file.
22230
22231 2003-06-10  Simon Josefsson  <jas@extundo.com>
22232
22233         * m4/strchrnul.m4: New file.
22234
22235 2003-06-10  Simon Josefsson  <jas@extundo.com>
22236
22237         * lib/strchrnul.h: New file.
22238         * lib/strchrnul.c: New file.
22239
22240 2003-06-10  Bruno Haible  <bruno@clisp.org>
22241
22242         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
22243
22244 2003-06-07  Karl Berry  <karl@gnu.org>
22245
22246         * config/config.{guess,sub}: update from prep.
22247
22248 2003-06-07  Jim Meyering  <jim@meyering.net>
22249
22250         * modules/strtod: Use $(...) notation, not @...@ for
22251         AC_REPLACE'd variables.
22252         * modules/localcharset: Likewise.
22253
22254 2003-06-07  Jim Meyering  <jim@meyering.net>
22255
22256         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
22257         in place of my name in the copyright comment.
22258         Remove definition and uses of __P.
22259
22260         From coreutils.
22261         * lib/stat.c: Don't declare xmalloc explicitly.
22262         Instead, include "xalloc.h".
22263         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
22264         xrealloc, and xcalloc return values.
22265         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
22266         Improve comment.
22267         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
22268
22269 2003-06-07  Bruno Haible  <bruno@clisp.org>
22270
22271         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
22272         avoid AC_CONFIG_LINKS.
22273         * modules/fnmatch (Makefile.am): Use explicit creation rule for
22274         fnmatch.h, to avoid AC_CONFIG_LINKS.
22275         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
22276
22277 2003-06-07  Bruno Haible  <bruno@clisp.org>
22278
22279         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
22280         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
22281         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
22282         directory.
22283         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
22284         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
22285         directory.
22286
22287 2003-06-06  Jim Meyering  <jim@meyering.net>
22288
22289         Merge from coreutils.
22290         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
22291         Consolidate declarations and initializations of *_base* locals.
22292
22293         Merge from coreutils.
22294         This avoids a core dump on systems without GNU putenv,
22295         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
22296         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
22297         (unsetenv): New static function, from GNU libc.
22298         (rpl_putenv): Use it.
22299
22300         * lib/modechange.c: Remove trailing blanks.
22301
22302         Merge from coreutils.
22303         * lib/fsusage.c: Remove declaration of statfs.
22304         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
22305
22306         * lib/posixtm.c: Include <stdbool.h> unconditionally.
22307
22308 2003-06-06  Jim Meyering  <jim@meyering.net>
22309
22310         * lib/stdbool_.h: Renamed from stdbool.h.in.
22311
22312 2003-06-06  Jim Meyering  <jim@meyering.net>
22313             Bruno Haible  <bruno@clisp.org>
22314
22315         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
22316         Adjust Makefile.am snippet not to redirect directly to target.
22317         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
22318
22319 2003-06-05  Paul Eggert  <eggert@twinsun.com>
22320
22321         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
22322         mismatch, look in future quarters as well as past.  This fixes a
22323         bug when processing fall-backwards gaps immediately after a long
22324         period of daylight-saving time.
22325
22326         * lib/mktime.c: Assume freestanding C89 or better.
22327         (HAVE_LIMITS_H): Remove.  Assume it's 1.
22328         (__P): Remove; not used.
22329         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
22330         (mktime, not_equal_tm, print_tm, check_result,
22331         main): Use prototypes.  Use const * where appropriate.
22332         (main): Fix typo in testing code that uncovered by above changes.
22333         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
22334
22335 2003-06-04  Paul Eggert  <eggert@twinsun.com>
22336
22337         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
22338         locale.h, localeconv.  This merges changes from coreutils.
22339
22340         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
22341         It can be removed after the next Autoconf is released.
22342         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
22343         needed.
22344
22345 2003-06-04  Paul Eggert  <eggert@twinsun.com>
22346
22347         * lib/mktime.c: Fix Debian bug 177940
22348         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
22349         (localtime_offset): Now long int, not time_t, because we want it
22350         to be guaranteed to be signed.  All uses changed.
22351         (__mktime_internal): If overflow would occur when adding offset,
22352         don't add it.
22353
22354         Merge 'human' changes from coreutils.  Rewrite to support
22355         locale-specific notations like thousands separators.
22356         * lib/human.c: Simplify authorship notice.
22357         Include human.h immediately after config.h.
22358         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
22359         <limits.h>: Do not include, since human.h does.
22360         (SIZE_MAX, UINTMAX_MAX): New macros.
22361         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
22362         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
22363         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
22364         (power_letter): Renamed from suffixes.
22365         (generate_suffix_backwards): Remove.
22366         (adjust_value): Now takes int style (because of human.h changes)
22367         and long double value (for greater precision on some platforms).
22368         (group_number): New function.
22369         (human_readable): Use it.  Use integer options, not enum.
22370         Put the options before the sizes in the arg list.
22371         Support all the new options.
22372         The old human_readable function has been removed;
22373         use inttostr.h instead.
22374         (human_readable, default_block_size, humblock):
22375         Use uintmax_t, not int, for block sizes.
22376         (human_readable_inexact, block_size_types): Remove.
22377         (block_size_opts): New constant.
22378         (human_options): Renamed from human_block_size, with new signature
22379         that allows block sizes up to UINTMAX_MAX.  All callers changed.
22380         * lib/human.h: Add copyright and authorship notice.
22381         Include <limits.h> and <stdbool.h> unconditionally.
22382         (PARAMS): Remove.  All uses removed.
22383         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
22384         (enum human_inexact_style): Remove tag; now a nameless enum.
22385         (human_floor, human_ceiling, human_round_to_even): Now have
22386         values 2, 0, 1 rather than -1, 1, 0.
22387         (human_group_digits, human_suppress_point_zero, human_autoscale,
22388         human_base_1024, human_SI, human_B): New constants.
22389         (human_readable_inexact, human_block_size): Remove.
22390         (human_readable): Size args are now uintmax_t, not int.
22391         (human_options): New decl.
22392
22393         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
22394         unnecessary now that we assume C89 or better.  This change
22395         imported from coreutils.
22396
22397         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
22398         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
22399         in the 2003-05-30 sync from glibc.
22400
22401         .h files should stand alone, but we shouldn't include <sys/types.h>
22402         if we can get away with just <stddef.h>.
22403
22404         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
22405         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
22406         rather than <sys/types.h>, as we merely need size_t.
22407         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
22408         to get size_t.
22409         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
22410         Include <stdio.h>, to get FILE.
22411         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
22412         memcasecmp.h has included <stddef.h> and all we need is size_t.
22413         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
22414         our interface, instead of including <sys/types.h>
22415
22416 2003-06-04  Paul Eggert  <eggert@twinsun.com>
22417
22418         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
22419         now, as glibc mktime is buggy on non-glibc systems.
22420
22421 2003-06-03  Karl Berry  <karl@gnu.org>
22422
22423         * config/config.sub: update from prep.
22424
22425 2003-06-02  Paul Eggert  <eggert@twinsun.com>
22426
22427         [from coreutils]
22428         Fix some minor time-related bugs with POSIX time arguments.
22429         Some valid time stamps were being rejected (notably -1, and
22430         time stamps before 1900 on 64-bit hosts).  And some invalid
22431         time stamps were being accepted, e.g. September 31.
22432
22433         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
22434         that we can return (time_t) -1 successfully.
22435         * lib/posixtm.c: Likewise.
22436         [HAVE_STDBOOL_H]: Include <stdbool.h>.
22437         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
22438         (t): Remove static var.
22439         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
22440         of static var.  All uses changed.
22441         (year): Do not reject years before 1900; they can occur with
22442         64-bit time_t.
22443         (posix_time_parse): Do not check for out-of-range components;
22444         that is now the caller's responsibility, since our checks were
22445         only approximations.
22446         (posixtime): Use mktime to check for out-of-range components,
22447         since it knows them exactly.
22448         If mktime returns (time_t) -1, check whether an error actually occurred
22449         by invoking localtime on -1.
22450         (main) [TEST_POSIXTIME]: Check for input data errors, and report
22451         posixtime failures better.
22452         Improve the test data (in comments only).
22453
22454 2003-06-02  Karl Berry  <karl@gnu.org>
22455
22456         * config/mkinstalldirs (version): new variable.
22457         (--version): new option.
22458         (usage): improve message.
22459
22460 2003-05-30  Karl Berry  <karl@gnu.org>
22461
22462         * lib/mktime.c: update from libc.
22463
22464 2003-05-30  Bruno Haible  <bruno@clisp.org>
22465
22466         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
22467         * config/config.rpath: Upgrade to gettext-0.12.1.
22468
22469 2003-05-30  Bruno Haible  <bruno@clisp.org>
22470
22471         * m4/gettext.m4: Upgrade to gettext-0.12.1.
22472         * m4/nls.m4: New file, from gettext-0.12.1.
22473         * m4/po.m4: New file, from gettext-0.12.1.
22474         * m4/progtest.m4: Upgrade to gettext-0.12.1.
22475
22476 2003-05-30  Bruno Haible  <bruno@clisp.org>
22477
22478         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
22479         * lib/localcharset.h: Likewise.
22480         * lib/localcharset.c: Likewise.
22481
22482 2003-05-29  Karl Berry  <karl@gnu.org>
22483
22484         * config/config.rpath: update from gettext.
22485
22486 2003-05-28  Paul Eggert  <eggert@twinsun.com>
22487
22488         Assume the headers required for C89 freestanding compilers.
22489         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
22490         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
22491         * m4/human.m4 (gl_HUMAN): Likewise.
22492         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
22493         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
22494         * m4/userspec.m4 (gl_USERSPEC): Likewise.
22495         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
22496         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
22497         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
22498
22499 2003-05-28  Paul Eggert  <eggert@twinsun.com>
22500
22501         Assume the headers required for C89 freestanding compilers.
22502         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
22503         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
22504         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
22505         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
22506         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
22507         define, since <limits.h> is guaranteed to do that.
22508         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
22509         * lib/exclude.c: Include <stdbool.h> unconditionally.
22510         * lib/tempname.c: Include <stddef.h> unconditionally.
22511         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
22512         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
22513         <stddef.h> does that.
22514         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
22515         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
22516         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
22517         needed.
22518         * lib/xstrtol.c: Likewise.
22519         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
22520         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
22521
22522         * lib/addext.c (addext): Use assignment rather than cast, to avoid
22523         warnings on some platforms.
22524
22525         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
22526         arbitrarily.
22527
22528 2003-05-26  Jim Meyering  <jim@meyering.net>
22529
22530         Merge in a change from coreutils:
22531         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
22532         that is guaranteed to be `no'.  Use `no_such_member' to indicate
22533         that condition, rather than `-1' which is slightly misleading.
22534         Change the name of the cache variable to have the gl_ prefix.
22535         Prompted by a patch from Richard Dawe for DJGPP.
22536
22537 2003-05-24  Karl Berry  <karl@gnu.org>
22538
22539         * config/config.guess: update from prep.
22540
22541 2003-05-22  Karl Berry  <karl@gnu.org>
22542
22543         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
22544
22545 2003-05-20  Karl Berry  <karl@gnu.org>
22546
22547         * config/config.guess: update from prep.
22548
22549 2003-05-18  Karl Berry  <karl@gnu.org>
22550
22551         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
22552         might actually be set by the user.
22553
22554         * config/depcomp, install-sh, mdate-sh: update from automake.
22555
22556 2003-05-17  Bruno Haible  <bruno@clisp.org>
22557
22558         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
22559         invalid expansion for AC_EGREP_CPP.
22560         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
22561         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
22562         Suggested by Akim Demaille <akim@epita.fr> in
22563         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
22564
22565 2003-05-12  Jim Meyering  <jim@meyering.net>
22566
22567         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
22568         the space-padded-by-default conversion specifiers, %e, %k, %l.
22569
22570 2003-05-12  Bruno Haible  <bruno@clisp.org>
22571
22572         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
22573         the string is longer than 4 KB.
22574
22575 2003-05-11  Karl Berry  <karl@gnu.org>
22576
22577         * config/config.{guess,sub}: update from prep.
22578
22579 2003-05-09  Bruno Haible  <bruno@clisp.org>
22580
22581         * modules/error: Add m4/strerror_r.m4 to file list.
22582
22583 2003-05-03  Bruno Haible  <bruno@clisp.org>
22584
22585         Upgrade to Unicode-4.0.
22586         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
22587         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
22588         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
22589         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
22590         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
22591         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
22592         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
22593         Change width of U+E0100..U+E01EF from 1 to 0.
22594
22595 2003-04-25  Jim Meyering  <jim@meyering.net>
22596
22597         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
22598         of type size_t, not int.
22599
22600 2003-04-25  Bruno Haible  <bruno@clisp.org>
22601
22602         * lib/copy-file.c: Include <stddef.h>, for size_t.
22603
22604 2003-04-21  Paul Eggert  <eggert@twinsun.com>
22605
22606         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
22607         code which expansion is under static control.  Patch imported from
22608         Akim Demaille's patch to Bison; see
22609         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
22610
22611 2003-04-14  Bruno Haible  <bruno@clisp.org>
22612
22613         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
22614
22615 2003-04-11  Jim Meyering  <jim@meyering.net>
22616
22617         Merge changes from Coreutils.
22618
22619         2003-03-22  Jim Meyering  <jim@meyering.net>
22620
22621         * lib/strftime.c (widen): Cast alloca return value to proper type.
22622
22623         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
22624
22625         From GNU libc.
22626         * lib/strftime.c (my_strftime): Handle very large width
22627         specifications for numeric values correctly.  Improve checks for
22628         overflow.
22629
22630         2003-01-19  Jim Meyering  <jim@meyering.net>
22631
22632         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
22633         definitions.
22634         (nl_get_alt_digit) [! defined my_strftime]: Define.
22635         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
22636         _nl_get_alt_digit and _nl_get_walt_digit.
22637
22638         * lib/strftime.c (my_strftime): Merge in locale-related changes from
22639         libc. These changes have no effect outside of _LIBC.
22640
22641 2003-04-10  Bruno Haible  <bruno@clisp.org>
22642
22643         * modules/findprog: New file.
22644         * MODULES.html.sh (func_all_modules): Add it.
22645
22646 2003-04-10  Bruno Haible  <bruno@clisp.org>
22647
22648         * m4/findprog.m4: New file.
22649         * m4/eaccess.m4: New file.
22650
22651 2003-04-10  Bruno Haible  <bruno@clisp.org>
22652
22653         * lib/findprog.h: New file, from GNU gettext.
22654         * lib/findprog.c: New file, from GNU gettext.
22655
22656 2003-04-05  Jim Meyering  <jim@meyering.net>
22657
22658         Merge changes from Coreutils.
22659
22660         * lib/exclude.h (PARAMS): Remove definition and uses.
22661         * lib/exclude.c: Remove uses of `PARAMS'.
22662
22663         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
22664         Add test-cases for DOS filenames. Declare program_name.
22665         (main): Set up program_name.  Patch by Rich Dawe.
22666
22667         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
22668         error from mntctl.
22669         Use mntctl's return value to drive the entry-processing loop, since
22670         we can't rely on the value of the vmt_length member in the last
22671         entry.  On some systems doing so could result in exhausting
22672         virtual memory.  Based in part on a patch from Mike Jetzer.
22673
22674 2003-04-04  Bruno Haible  <bruno@clisp.org>
22675
22676         * modules/linebreak: New file.
22677         * MODULES.html.sh (func_all_modules): Add it.
22678
22679 2003-04-04  Bruno Haible  <bruno@clisp.org>
22680
22681         * m4/linebreak.m4: New file.
22682
22683 2003-04-04  Bruno Haible  <bruno@clisp.org>
22684
22685         * lib/linebreak.h: New file, from GNU gettext.
22686         * lib/linebreak.c: New file, from GNU gettext with slight
22687         modifications.
22688         * lib/lbrkprop.h: New file, from GNU gettext.
22689
22690 2003-04-03  Bruno Haible  <bruno@clisp.org>
22691
22692         * modules/utf8-ucs4: New file.
22693         * modules/utf16-ucs4: New file.
22694         * modules/ucs4-utf8: New file.
22695         * modules/ucs4-utf16: New file.
22696         * MODULES.html.sh (func_all_modules): Add them.
22697
22698 2003-04-03  Bruno Haible  <bruno@clisp.org>
22699
22700         * m4/utf-ucs4.m4: New file.
22701         * m4/ucs4-utf.m4: New file.
22702
22703 2003-04-03  Bruno Haible  <bruno@clisp.org>
22704
22705         * lib/utf8-ucs4.h: New file, from GNU gettext.
22706         * lib/utf16-ucs4.h: New file, from GNU gettext.
22707         * lib/ucs4-utf8.h: New file, from GNU gettext.
22708         * lib/ucs4-utf16.h: New file, from GNU gettext.
22709
22710 2003-04-02  Bruno Haible  <bruno@clisp.org>
22711
22712         * modules/binary-io: New file.
22713         * MODULES.html.sh (func_all_modules): Add it.
22714
22715 2003-04-02  Bruno Haible  <bruno@clisp.org>
22716
22717         * lib/binary-io.h: New file, from GNU gettext.
22718
22719 2003-04-01  Bruno Haible  <bruno@clisp.org>
22720
22721         * modules/pathname: New file.
22722         * MODULES.html.sh (func_all_modules): Add it.
22723
22724 2003-04-01  Bruno Haible  <bruno@clisp.org>
22725
22726         * lib/pathname.h: New file, from GNU gettext.
22727         * lib/concatpath.c: New file, from GNU gettext.
22728
22729 2003-03-30  Bruno Haible  <bruno@clisp.org>
22730
22731         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
22732
22733 2003-03-30  Bruno Haible  <bruno@clisp.org>
22734
22735         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
22736         function chown() doesn't exist.
22737
22738 2003-03-28  Bruno Haible  <bruno@clisp.org>
22739
22740         * modules/copy-file: New file.
22741         * MODULES.html.sh (func_all_modules): Add it.
22742
22743 2003-03-28  Bruno Haible  <bruno@clisp.org>
22744
22745         * m4/copy-file.m4: New file.
22746
22747 2003-03-28  Bruno Haible  <bruno@clisp.org>
22748
22749         * lib/copy-file.h: New file, from GNU gettext.
22750         * lib/copy-file.c: New file, from GNU gettext.
22751
22752 2003-03-18  Jim Meyering  <jim@meyering.net>
22753
22754         * lib/quote.c (quote_n): Fix typo in comment.
22755
22756 2003-03-18  Bruno Haible  <bruno@clisp.org>
22757
22758         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
22759         checking.
22760         * m4/onceonly_2_57.m4: Likewise.
22761
22762 2003-03-17  Bruno Haible  <bruno@clisp.org>
22763
22764         * m4/onceonly.m4: Require autoconf 2.54 or newer.
22765         (m4_quote): Remove macro.
22766         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
22767
22768 2003-03-14  Jim Meyering  <jim@meyering.net>
22769
22770         Merge changes from Coreutils.
22771         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
22772         to be const, in order to avoid warnings.
22773         (obstack_room): Likewise.
22774         (obstack_empty_p): Likewise.
22775
22776 2003-03-14  Bruno Haible  <bruno@clisp.org>
22777
22778         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
22779         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
22780
22781 2003-03-13  Paul Eggert  <eggert@twinsun.com>
22782
22783         Merge changes from Bison.
22784         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
22785         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
22786         when compiling Bison 1.875's `bitset bset = obstack_alloc
22787         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
22788         * lib/hash.c: Include <stdbool.h> unconditionally.
22789
22790 2003-03-13  Paul Eggert  <eggert@twinsun.com>
22791
22792         * m4/onceonly.m4 (m4_quote): New macro.
22793         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
22794         Quote AC_FOREACH variable-expansions properly.
22795
22796 2003-03-13  Paul Eggert  <eggert@twinsun.com>
22797
22798         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
22799
22800 2003-03-09  Paul Eggert  <eggert@twinsun.com>
22801
22802         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
22803         Reported by Bruce Becker; see:
22804         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
22805
22806 2003-03-03  Paul Eggert  <eggert@twinsun.com>
22807             Bruno Haible  <bruno@clisp.org>
22808
22809         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
22810         Reported by John Hughes, see
22811         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
22812
22813 2003-02-20  Bruno Haible  <bruno@clisp.org>
22814
22815         * MODULES.html.sh (func_all_modules): Add poll.
22816
22817 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
22818
22819         * modules/poll: New file.
22820
22821 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
22822
22823         * lib/poll_.h: New file.
22824         * lib/poll.c: New file.
22825
22826 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
22827
22828         * m4/poll.m4: New file.
22829
22830 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
22831
22832         * modules/mathl: New file.
22833
22834 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
22835
22836         * lib/mathl.h: New file.
22837         * lib/acosl.c: New file.
22838         * lib/asinl.c: New file.
22839         * lib/atanl.c: New file.
22840         * lib/ceill.c: New file.
22841         * lib/cosl.c: New file.
22842         * lib/expl.c: New file.
22843         * lib/floorl.c: New file.
22844         * lib/frexpl.c: New file.
22845         * lib/ldexpl.c: New file.
22846         * lib/logl.c: New file.
22847         * lib/sincosl.c: New file.
22848         * lib/sinl.c: New file.
22849         * lib/sqrtl.c: New file.
22850         * lib/tanl.c: New file.
22851         * lib/trigl.c: New file.
22852         * lib/trigl.h: New file.
22853
22854 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
22855
22856         * m4/mathl.m4: New file.
22857
22858 2003-02-18  Bruno Haible  <bruno@clisp.org>
22859
22860         * MODULES.html.sh (func_all_modules): Add mathl.
22861
22862 2003-02-17  Bruno Haible  <bruno@clisp.org>
22863
22864         * modules/mkdtemp: New module.
22865         * MODULES.html.sh (func_all_modules): Add it.
22866
22867 2003-02-17  Bruno Haible  <bruno@clisp.org>
22868
22869         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
22870
22871 2003-02-17  Bruno Haible  <bruno@clisp.org>
22872
22873         * lib/mkdtemp.h: New file, from GNU gettext.
22874         * lib/mkdtemp.c: New file, from GNU gettext.
22875
22876 2003-02-02  Jim Meyering  <jim@meyering.net>
22877
22878         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
22879         e.g. glibc-2.2.93.
22880
22881 2003-01-31  Bruno Haible  <bruno@clisp.org>
22882
22883         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
22884         'rpl_rename'.
22885         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
22886         'rpl_strnlen'.
22887         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
22888         'rpl_strtod'.
22889         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
22890         'rpl_utime'.
22891
22892 2003-01-31  Bruno Haible  <bruno@clisp.org>
22893
22894         * lib/rename.c: #undef rename before defining rpl_rename.
22895         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
22896
22897 2003-01-30  Bruno Haible  <bruno@clisp.org>
22898
22899         * modules/vasnprintf, modules/vasprintf: New modules.
22900         * MODULES.html.sh (func_all_modules): Add them.
22901
22902 2003-01-30  Bruno Haible  <bruno@clisp.org>
22903
22904         * m4/signed.m4: New file, from GNU gettext.
22905         * m4/longdouble.m4: New file, from GNU gettext.
22906         * m4/wchar_t.m4: New file, from GNU gettext.
22907         * m4/wint_t.m4: New file, from GNU gettext.
22908         * m4/vasnprintf.m4: New file.
22909         * m4/vasprintf.m4: New file.
22910
22911 2003-01-30  Bruno Haible  <bruno@clisp.org>
22912
22913         * lib/printf-args.h: New file, from GNU gettext.
22914         * lib/printf-args.c: New file, from GNU gettext.
22915         * lib/printf-parse.h: New file, from GNU gettext.
22916         * lib/printf-parse.c: New file, from GNU gettext.
22917         * lib/vasnprintf.h: New file, from GNU gettext.
22918         * lib/vasnprintf.c: New file, from GNU gettext.
22919         * lib/asnprintf.c: New file, from GNU gettext.
22920         * lib/vasprintf.h: New file, from GNU gettext with modifications.
22921         * lib/vasprintf.c: New file, from GNU gettext.
22922         * lib/asprintf.c: New file, from GNU gettext.
22923
22924 2003-01-29  Bruno Haible  <bruno@clisp.org>
22925
22926         * modules/stpncpy: New module.
22927         * MODULES.html.sh (func_all_modules): Add it.
22928
22929 2003-01-29  Bruno Haible  <bruno@clisp.org>
22930
22931         * m4/stpncpy.m4: New file.
22932
22933 2003-01-29  Bruno Haible  <bruno@clisp.org>
22934
22935         * lib/stpncpy.h: New file, from GNU gettext with modifications.
22936         * lib/stpncpy.c: New file, from GNU gettext with modifications.
22937
22938 2003-01-28  Bruno Haible  <bruno@clisp.org>
22939
22940         * modules/c-ctype: New module.
22941         * MODULES.html.sh (func_all_modules): Add it.
22942
22943 2003-01-28  Bruno Haible  <bruno@clisp.org>
22944
22945         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
22946         Paul Eggert.
22947         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
22948         Paul Eggert.
22949
22950 2003-01-27  Bruno Haible  <bruno@clisp.org>
22951
22952         * modules/xsetenv: New module.
22953         * MODULES.html.sh (func_all_modules): Add it.
22954
22955 2003-01-27  Bruno Haible  <bruno@clisp.org>
22956
22957         * lib/xsetenv.h: New file, from GNU gettext.
22958         * lib/xsetenv.c: New file, from GNU gettext.
22959
22960 2003-01-23  Jim Meyering  <jim@meyering.net>
22961
22962         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
22963         from working on systems without dirfd (at least Irix and OSF1/Tru64).
22964
22965 2003-01-23  Bruno Haible  <bruno@clisp.org>
22966
22967         * modules/minmax: New module.
22968         * MODULES.html.sh (func_all_modules): Add it.
22969
22970 2003-01-23  Bruno Haible  <bruno@clisp.org>
22971
22972         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
22973         Eggert.
22974
22975 2003-01-22  Bruno Haible  <bruno@clisp.org>
22976
22977         * modules/exit: New module.
22978         * MODULES.html.sh (func_all_modules): Add it.
22979
22980 2003-01-22  Bruno Haible  <bruno@clisp.org>
22981
22982         * lib/exit.h: New file, from GNU gettext.
22983
22984 2003-01-19  Bruno Haible  <bruno@clisp.org>
22985
22986         * gnulib-tool: Recognize option --extract-maintainer.
22987         (func_get_maintainer): New function.
22988         * modules/*: Add Maintainer entry.
22989
22990 2003-01-16  Jim Meyering  <jim@meyering.net>
22991
22992         * m4/regex.m4: The `regex' struct is both input and output.
22993         Initialize it before each use.  Patch by Tim Waugh.
22994
22995 2003-01-16  Bruno Haible  <bruno@clisp.org>
22996
22997         * MODULES.html.sh: Add a table of contents. Add the module name as
22998         leftmost column. Add hyperlinks.
22999
23000 2003-01-15  Bruno Haible  <bruno@clisp.org>
23001
23002         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
23003
23004 2003-01-15  Bruno Haible  <bruno@clisp.org>
23005
23006         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
23007         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
23008         suffix.
23009
23010 2003-01-15  Bruno Haible  <bruno@clisp.org>
23011
23012         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
23013
23014 2003-01-15  Bruno Haible  <bruno@clisp.org>
23015
23016         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
23017         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
23018
23019 2003-01-14  Jim Meyering  <jim@meyering.net>
23020
23021         * lib/same.c (same_name): Tweak a comment.
23022
23023 2003-01-14  Bruno Haible  <bruno@clisp.org>
23024
23025         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
23026         when a string comparison is sufficient.
23027
23028 2003-01-14  Bruno Haible  <bruno@clisp.org>
23029
23030         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
23031         'unsigned int'.
23032
23033 2003-01-14  Bruno Haible  <bruno@clisp.org>
23034
23035         * lib/hash-pjw.c: Add comment about low quality of this function.
23036
23037 2003-01-13  Bruno Haible  <bruno@clisp.org>
23038
23039         * modules/stpcpy: Distribute lib/stpcpy.h.
23040         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
23041
23042 2003-01-13  Bruno Haible  <bruno@clisp.org>
23043
23044         * modules/*: Add a description.
23045         * modules/strpbrk: Fix Makefile.am snippet.
23046         * modules/strtoimax: Fix dependencies.
23047         * modules/strtoumax: Likewise.
23048
23049 2003-01-13  Bruno Haible  <bruno@clisp.org>
23050
23051         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
23052         * modules/alloca (Makefile.am): All object files depend on alloca.h.
23053         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
23054
23055 2003-01-13  Bruno Haible  <bruno@clisp.org>
23056
23057         * gnulib-tool (func_create_testdir): Store config/* files in the main
23058         directory.
23059         * config.rpath: Move to ...
23060         * config/config.rpath: ... here.
23061         * modules/gettext: Contains config/config.rpath, not config.rpath.
23062         * modules/iconv: Likewise.
23063
23064 2003-01-12  Paul Eggert  <eggert@twinsun.com>
23065
23066         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
23067         to avoid collisions with libcurses and libreadline.
23068
23069         * m4/getstr.m4: Remove.
23070         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
23071
23072 2003-01-12  Paul Eggert  <eggert@twinsun.com>
23073
23074         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
23075         to avoid collisions with libcurses and libreadline.
23076
23077         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
23078         * lib/getstr.h, getstr.c: Remove.
23079         * lib/getline.c: Include "getline.h", to check interface.
23080         Move body of old getstr.c here: this defines MIN_CHUNK and
23081         declares getdelim2, which is renamed from getstr.
23082         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
23083
23084         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
23085         All uses changed.
23086         * lib/linebuffer.h: Likewise.
23087         (readline): Remove backward-compatibility macro.
23088
23089 2003-01-12  Paul Eggert  <eggert@twinsun.com>
23090
23091         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
23092         to avoid collisions with libcurses and libreadline.
23093         * getstr: Remove.
23094         * MODULES.html.sh: Remove getstr.
23095         * modules/getline: Depend on unlocked-io, not getstr.
23096
23097 2003-01-12  Jim Meyering  <jim@meyering.net>
23098
23099         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
23100
23101 2003-01-10  Bruno Haible  <bruno@clisp.org>
23102
23103         * modules/alloca: Change Makefile.am requirements. Simplify Include
23104         requirements. Add lib/alloca_.h to file list.
23105
23106 2003-01-10  Bruno Haible  <bruno@clisp.org>
23107
23108         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
23109
23110 2003-01-10  Bruno Haible  <bruno@clisp.org>
23111
23112         * lib/alloca_.h: New file.
23113         * lib/getdate.y: Unconditionally include alloca.h.
23114         * lib/makepath.c: Likewise.
23115         * lib/setenv.c: Likewise.
23116         * lib/userspec.c: Likewise.
23117
23118 2003-01-09  Karl Berry  <karl@gnu.org>
23119
23120         * MODULES.html.sh: include `dirname $0` in PATH, to find
23121         gnulib-tool.
23122
23123 2003-01-09  Bruno Haible  <bruno@clisp.org>
23124
23125         * modules/stdbool: Change configure.ac, Makefile.am requirements.
23126         Simplify Include requirements. Add lib/stdbool.h.in to file list.
23127
23128 2003-01-09  Bruno Haible  <bruno@clisp.org>
23129
23130         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
23131
23132 2003-01-09  Bruno Haible  <bruno@clisp.org>
23133
23134         * lib/stdbool.h.in: New file.
23135
23136 2003-01-09  Bruno Haible  <bruno@clisp.org>
23137
23138         * gnulib-tool (func_all_modules): Ignore files ending in ~.
23139         * MODULES.html.sh: Likewise.
23140
23141 2003-01-08  Jim Meyering  <jim@meyering.net>
23142
23143         * lib/full-write.c: Undefine and define-away `const' after inclusion
23144         of errno.h, not before.  Suggestion from Bruno Haible.
23145
23146 2003-01-08  Bruno Haible  <bruno@clisp.org>
23147
23148         * modules/full-read: Depend on full-write.
23149
23150 2003-01-08  Bruno Haible  <bruno@clisp.org>
23151
23152         * lib/safe-read.c: Include specification header first, to ensure its
23153         selfcontainedness.
23154         * lib/full-write.c: Likewise.
23155
23156 2003-01-07  Jim Meyering  <jim@meyering.net>
23157
23158         * lib/full-write.c: Rework so that it may serve to define full_read,
23159         too.
23160         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
23161
23162 2003-01-07  Bruno Haible  <bruno@clisp.org>
23163
23164         * lib/strtoimax.c: Include <stdint.h> as an alternative to
23165         <inttypes.h>.
23166         * lib/xstrtol.h: Likewise.
23167         * lib/xstrtoimax.c: Likewise.
23168         * lib/xstrtoumax.c: Likewise.
23169         * lib/human.h: Likewise.
23170
23171         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
23172         on systems that have <inttypes.h> but not <stdint.h>.
23173
23174 2003-01-07  Bruno Haible  <bruno@clisp.org>
23175
23176         * MODULES.html.sh: Add copyright notice.
23177         (missed_files): Omit CVS directory entries.
23178         (func_module): Make it work with sed-3.02.
23179         * MODULES.txt: Remove file.
23180
23181 2003-01-06  Jim Meyering  <jim@meyering.net>
23182
23183         * lib/version-etc.c: Update year in translatable copyright string.
23184
23185 2003-01-03  Karl Berry  <karl@gnu.org>
23186
23187         * config/config.{guess,sub}: update from prep.
23188
23189 2003-01-02  Karl Berry  <karl@gnu.org>
23190
23191         * doc/COPYING.DOC: belatedly updated to 1.2.
23192
23193 2003-01-01  Karl Berry  <karl@gnu.org>
23194
23195         * gnulib-tool (func_verify_module): report module name $module in
23196         error message, not $1.
23197         * gnulib-tool (create-testdir): don't complain if destdir couldn't
23198         be created, only if it doesn't exist.
23199         * gnulib-tool (last_checkin_date): don't expand the $Date here.
23200
23201 2002-12-31  Paul Eggert  <eggert@twinsun.com>
23202
23203         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
23204
23205 2002-12-31  Paul Eggert  <eggert@twinsun.com>
23206
23207         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
23208         memcmp if strcoll doesn't work.
23209
23210 2002-12-31  Bruno Haible  <bruno@clisp.org>
23211
23212         * lib/utime.c (utime_null): No need to call ftruncate if the file was
23213         nonempty.
23214
23215 2002-12-31  Bruno Haible  <bruno@clisp.org>
23216
23217         * lib/memcoll.c (STRCOLL): New macro.
23218         (memcoll): Use it.
23219
23220 2002-12-31  Bruno Haible  <bruno@clisp.org>
23221
23222         * lib/localcharset.h: New file.
23223         * lib/localcharset.c: Include it.
23224         * lib/unicodeio.c: Likewise.
23225
23226 2002-12-31  Bruno Haible  <bruno@clisp.org>
23227
23228         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
23229         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
23230
23231 2002-12-31  Bruno Haible  <bruno@clisp.org>
23232
23233         * lib/getline.h: Include <stddef.h>, for size_t.
23234
23235         * lib/unicodeio.h: Include <stddef.h>, for size_t.
23236         * lib/unicodeio.c: Don't include <stddef.h>.
23237
23238 2002-12-31  Bruno Haible  <bruno@clisp.org>
23239
23240         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
23241         HAVE_TM_ZONE.
23242
23243 2002-12-24  Karl Berry  <karl@gnu.org>
23244
23245         * config/config.guess: update from prep.
23246
23247 2002-12-24  Bruno Haible  <bruno@clisp.org>
23248
23249         General infrasructure.
23250         * m4/README: Rewritten.
23251         * m4/onceonly.m4: New file.
23252         * m4/onceonly_2_57.m4: New file.
23253
23254         Module atexit.
23255         * m4/atexit.m4: New file.
23256
23257         Module strtod.
23258         * m4/strtod.m4: New file.
23259
23260         Module strtol.
23261         * m4/strtol.m4: New file.
23262
23263         Module strtoul.
23264         * m4/strtoul.m4: New file.
23265
23266         Module memchr.
23267         * m4/memchr.m4: New file.
23268
23269         Module memcmp.
23270         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
23271         (jm_FUNC_MEMCMP): Invoke it.
23272
23273         Module memcpy.
23274         * m4/memcpy.m4: New file.
23275
23276         Module memmove.
23277         * m4/memmove.m4: New file.
23278
23279         Module memset.
23280         * m4/memset.m4: New file.
23281
23282         Module strcspn.
23283         * m4/strcspn.m4: New file.
23284
23285         Module strpbrk.
23286         * m4/strpbrk.m4: New file.
23287
23288         Module strstr.
23289         * m4/strstr.m4: New file.
23290
23291         Module strerror.
23292         * m4/strerror.m4: New file.
23293
23294         Module mktime.
23295         * m4/mktime.m4: Renamed from jm-mktime.m4.
23296         (gl_PREREQ_MKTIME): New macro.
23297         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
23298
23299         Module malloc.
23300         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
23301         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
23302         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
23303
23304         Module realloc.
23305         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
23306         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
23307         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
23308
23309         Module strftime.
23310         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
23311         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
23312         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
23313         gl_TM_GMTOFF.
23314         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
23315
23316         Module xalloc.
23317         * m4/xalloc.m4: New file.
23318
23319         Module alloca.
23320         * m4/alloca.m4: New file.
23321
23322         Module putenv.
23323         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
23324         (jm_FUNC_PUTENV): Invoke it.
23325
23326         Module setenv.
23327         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
23328         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
23329         when invoked twice.
23330         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
23331         gt_FUNC_SETENV.
23332
23333         Module memrchr.
23334         * m4/memrchr.m4: New file.
23335
23336         Module stpcpy.
23337         * m4/stpcpy.m4: New file.
23338
23339         Module strcase.
23340         * m4/strcase.m4: New file.
23341
23342         Module strdup.
23343         * m4/strdup.m4: New file.
23344
23345         Module strnlen.
23346         * m4/strnlen.m4: New file.
23347
23348         Module strndup.
23349         * m4/strndup.m4: New file.
23350
23351         Module xstrtod.
23352         * m4/xstrtod.m4: New file.
23353
23354         Module xstrtol.
23355         * m4/xstrtol.m4: New file.
23356
23357         Module getdate.
23358         * m4/getdate.m4: New file.
23359
23360         Module unlocked-io.
23361         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
23362         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
23363         * m4/jm-glibc-io.m4n: Remove file.
23364
23365         Module long-options.
23366         * m4/long-options.m4: New file.
23367
23368         Module md5.
23369         * m4/md5.m4: New file.
23370
23371         Module sha.
23372         * m4/sha.m4: New file.
23373
23374         Module getstr.
23375         * m4/getstr.m4: New file.
23376
23377         Module getline.
23378         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
23379         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
23380         <sys/types.h>, for size_t. Use the function name gnu_getline, not
23381         simply getline. Infoke gl_PREREQ_GETLINE.
23382
23383         Module obstack.
23384         * m4/obstack.m4: New file.
23385
23386         Module hash.
23387         * m4/hash.m4: New file.
23388
23389         Module readtokens.
23390         * m4/readtokens.m4: New file.
23391
23392         Module strverscmp.
23393         * m4/strverscmp.m4: New file.
23394
23395         Module stdbool.
23396         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
23397         OSF/1.
23398
23399         Module strtoll.
23400         * m4/strtoll.m4: New file.
23401
23402         Module strtoull.
23403         * m4/strtoull.m4: New file.
23404
23405         Module strtoimax.
23406         * m4/strtoimax.m4: New file.
23407
23408         Module strtoumax.
23409         * m4/strtoumax.m4: New file.
23410
23411         Module xstrtoimax.
23412         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
23413         jm_AC_PREREQ_XSTRTOIMAX.
23414         Moved the strtol prerequisites to strtol.m4.
23415         Moved the strtoll prerequisites to strtoll.m4.
23416         Moved the strtoimax prerequisites to strtoimax.m4.
23417
23418         Module xstrtoumax.
23419         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
23420         jm_AC_PREREQ_XSTRTOUMAX.
23421         Moved the strtoul prerequisites to strtoul.m4.
23422         Moved the strtoull prerequisites to strtoull.m4.
23423         Moved the strtoumax prerequisites to strtoumax.m4.
23424
23425         Module chown.
23426         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
23427         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
23428
23429         Module dup2.
23430         * m4/dup2.m4: New file.
23431
23432         Module ftruncate.
23433         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
23434         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
23435
23436         Module getgroups.
23437         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
23438         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
23439
23440         Module gettimeofday.
23441         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
23442         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
23443         gl_PREREQ_GETTIMEOFDAY.
23444
23445         Module mkdir.
23446         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
23447         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
23448
23449         Module mkstemp.
23450         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
23451         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
23452         jm_AC_TYPE_UINTMAX_T.
23453         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
23454
23455         Module stat.
23456         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
23457         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
23458
23459         Module lstat.
23460         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
23461         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
23462
23463         Module timespec.
23464         * m4/timespec.m4 (gl_TIMESPEC): New macro.
23465         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
23466         * m4/st_mtim.m4: Indentation.
23467
23468         Module nanosleep.
23469         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
23470         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
23471         gl_PREREQ_NANOSLEEP.
23472
23473         Module regex.
23474         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
23475         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
23476         (gl_REGEX): New macro.
23477
23478         Module rename.
23479         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
23480         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
23481
23482         Module rmdir.
23483         * m4/rmdir.m4: New file.
23484
23485         Module utime.
23486         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
23487         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
23488         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
23489
23490         Module dirname.
23491         * m4/dirname.m4: New file.
23492
23493         Module getopt.
23494         * m4/getopt.m4: New file.
23495
23496         Module unistd-safer.
23497         * m4/unistd-safer.m4: New file.
23498
23499         Module fnmatch.
23500         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
23501         declaration.
23502         (gl_PREREQ_FNMATCH_EXTRA): New macro.
23503         (gl_FUNC_FNMATCH_POSIX): New macro.
23504         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
23505         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
23506         simply fnmatch.
23507
23508         Module exclude.
23509         * m4/exclude.m4: New file.
23510
23511         Module human.
23512         * m4/human.m4: New file.
23513
23514         Module acl.
23515         * m4/acl.m4: Nop.
23516
23517         Module backupfile.
23518         * m4/backupfile.m4: New file.
23519         * m4/d-ino.m4: Indentation.
23520
23521         Module fsusage.
23522         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
23523         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
23524         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
23525
23526         Module dirfd.
23527         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
23528         requirements.
23529
23530         Module euidaccess.
23531         * m4/euidaccess.m4: New file.
23532
23533         Module file-type.
23534         * m4/file-type.m4: New file.
23535
23536         Module fileblocks.
23537         * m4/fileblocks.m4: New file.
23538
23539         Module filemode.
23540         * m4/filemode.m4: New file.
23541
23542         Module isdir.
23543         * m4/isdir.m4: New file.
23544
23545         Module lchown.
23546         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
23547         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
23548
23549         Module makepath.
23550         * m4/makepath.m4: New file.
23551
23552         Module modechange.
23553         * m4/modechange.m4: New file.
23554
23555         Module mountlist.
23556         * m4/mountlist.m4: New file.
23557         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
23558         Indentation.
23559
23560         Module path-concat.
23561         * m4/path-concat.m4: New file.
23562
23563         Module pathmax.
23564         * m4/pathmax.m4: New file.
23565
23566         Module same.
23567         * m4/same.m4: New file.
23568
23569         Module save-cwd.
23570         * m4/save-cwd.m4: New file.
23571
23572         Module savedir.
23573         * m4/savedir.m4: New file.
23574
23575         Module xgetcwd.
23576         * m4/xgetcwd.m4: New file.
23577         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
23578
23579         Module xreadlink.
23580         * m4/xreadlink.m4: New file.
23581
23582         Module safe-read.
23583         * m4/safe-read.m4: New file.
23584
23585         Module safe-write.
23586         * m4/safe-write.m4: New file.
23587
23588         Module closeout.
23589         * m4/closeout.m4: New file.
23590
23591         Module stdio-safer.
23592         * m4/stdio-safer.m4: New file.
23593
23594         Module getpass.
23595         * m4/getpass.m4: New file.
23596
23597         Module getugroups.
23598         * m4/getugroups.m4: New file.
23599
23600         Module group-member.
23601         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
23602         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
23603
23604         Module idcache.
23605         * m4/idcache.m4: New file.
23606
23607         Module userspec.
23608         * m4/userspec.m4: New file.
23609
23610         Module gettime.
23611         * m4/clock_time.m4: New file.
23612         * m4/gettime.m4: New file.
23613
23614         Module settime.
23615         * m4/settime.m4: New file.
23616
23617         Module posixtm.
23618         * m4/posixtm.m4: New file.
23619
23620         Module gethostname.
23621         * m4/gethostname.m4: New file.
23622
23623         Module canon-host.
23624         * m4/canon-host.m4: New file.
23625
23626         Module gettext.
23627         * m4/codeset.m4: New file, from gettext-0.11.5.
23628         * m4/gettext.m4: New file, from gettext-0.11.5.
23629         * m4/glibc21.m4: New file, from gettext-0.11.5.
23630         * m4/iconv.m4: New file, from gettext-0.11.5.
23631         * m4/intdiv0.m4: New file, from gettext-0.11.5.
23632         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
23633         * m4/inttypes.m4: New file, from gettext-0.11.5.
23634         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
23635         * m4/isc-posix.m4: New file, from gettext-0.11.5.
23636         * m4/lcmessage.m4: New file, from gettext-0.11.5.
23637         * m4/lib-ld.m4: New file, from gettext-0.11.5.
23638         * m4/lib-link.m4: New file, from gettext-0.11.5.
23639         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
23640         * m4/progtest.m4: New file, from gettext-0.11.5.
23641         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
23642         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
23643         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
23644
23645         Module localcharset.
23646         * m4/localcharset.m4: New file.
23647
23648         Module hard-locale.
23649         * m4/hard-locale.m4: New file.
23650
23651         Module mbswidth.
23652         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
23653         onceonly macros.
23654         * m4/mbrtowc.m4: Add comment.
23655
23656         Module memcasecmp.
23657         * m4/memcasecmp.m4: New file.
23658
23659         Module memcoll.
23660         * m4/memcoll.m4: New file.
23661
23662         Module unicodeio.
23663         * m4/unicodeio.m4: New file.
23664
23665         Module rpmatch.
23666         * m4/rpmatch.m4: New file.
23667
23668         Module yesno.
23669         * m4/yesno.m4: New file.
23670
23671         Module exitfail.
23672         * m4/exitfail.m4: New file.
23673
23674         Module c-stack.
23675         * m4/c-stack.m4 (gl_C_STACK): New macro.
23676         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
23677
23678         Module error.
23679         * m4/error.m4 (gl_ERROR): New macro.
23680         (jm_PREREQ_ERROR): Use onceonly macros.
23681
23682         Module fatal.
23683         * m4/fatal.m4: New file.
23684
23685         Module getloadavg.
23686         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
23687         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
23688
23689         Module getpagesize.
23690         * m4/getpagesize.m4: New file.
23691
23692         Module getusershell.
23693         * m4/getusershell.m4: New file.
23694
23695         Module physmem.
23696         * m4/physmem.m4: New file.
23697
23698         Module posixver.
23699         * m4/posixver.m4: New file.
23700
23701         Module quotearg.
23702         * m4/quotearg.m4: New file.
23703
23704         Module quote.
23705         * m4/quote.m4: New file.
23706
23707         Module readutmp.
23708         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
23709
23710         Module sig2str.
23711         * m4/sig2str.m4: New file.
23712
23713         Other.
23714         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
23715         ulonglong.m4.
23716         * m4/intmax_t.m4: New file.
23717         * m4/d-type.m4: Indentation.
23718         * m4/jm-macros.m4: Update.
23719         * m4/prereq.m4 (jm_PREREQ): Update.
23720         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
23721         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
23722         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
23723         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
23724         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
23725         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
23726         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
23727         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
23728         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
23729         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
23730         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
23731         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
23732         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
23733         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
23734         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
23735         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
23736         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
23737         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
23738         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
23739
23740 2002-12-24  Bruno Haible  <bruno@clisp.org>
23741
23742         * MODULES.txt: Update according to m4/ changes.
23743
23744         Module gettext.
23745         * config.rpath: New file, from gettext-0.11.5.
23746
23747         * modules/*: New module descriptions.
23748         * gnulib-tool: New file.
23749         * MODULES.html.sh: New file.
23750
23751 2002-12-21  Karl Berry  <karl@gnu.org>
23752
23753         * doc/fdl.texi: update to version 1.2.
23754
23755 2002-12-19  Karl Berry  <karl@gnu.org>
23756
23757         * config/config.guess: update from prep.
23758
23759 2002-12-18  Bruno Haible  <bruno@clisp.org>
23760
23761         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
23762         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
23763
23764 2002-12-17  Bruno Haible  <bruno@clisp.org>
23765
23766         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
23767         stdlib.h, string.h.
23768
23769 2002-12-17  Bruno Haible  <bruno@clisp.org>
23770
23771         * lib/canon-host.c (strdup): Remove unused declaration.
23772
23773         * lib/fsusage.c: Include full_read.h.
23774         (get_fs_usage): Use full_read instead of safe_read.
23775
23776         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
23777
23778 2002-12-12  Karl Berry  <karl@gnu.org>
23779
23780         * config/config.guess: update from prep.
23781
23782 2002-12-11  Bruno Haible  <bruno@clisp.org>
23783
23784         * m4/setenv.m4: New file, from gettext-0.11.5.
23785
23786 2002-12-11  Bruno Haible  <bruno@clisp.org>
23787
23788         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
23789         not unsetenv().
23790         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
23791         modifications:
23792
23793         2002-12-11  Bruno Haible  <bruno@clisp.org>
23794
23795                 * setenv.c (alloca): Fall back to malloc.
23796                 (freea): New macro.
23797                 (setenv): Use freea() to free memory allocated with alloca().
23798
23799         2002-11-13  Bruno Haible  <bruno@clisp.org>
23800
23801                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
23802                 function declarations.
23803                 * unsetenv.c (unsetenv): Likewise.
23804
23805         2002-03-04  Bruno Haible  <bruno@clisp.org>
23806
23807                 Portability to AIX 4.3.3.
23808                 * unsetenv.c: New file, extracted from setenv.c.
23809                 * setenv.c: Move the unsetenv() function to unsetenv.c.
23810
23811         2001-12-20  Bruno Haible  <bruno@clisp.org>
23812
23813                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
23814                 use malloc instead. For SunOS 4.
23815
23816         2001-12-11  Bruno Haible  <bruno@clisp.org>
23817
23818                 * setenv.c: Declare alloca.
23819                 (compar_fn_t): New typedef.
23820                 (KNOWN_VALUE, STORE_VALUE): Use it.
23821
23822         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
23823         setenv.h.
23824
23825 2002-12-10  Paul Eggert  <eggert@twinsun.com>
23826
23827         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
23828         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
23829         Choose values that are less likely to collide with system fnmatch
23830         options.
23831         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
23832         defined (e.g., a pure POSIX system).
23833         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
23834         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
23835
23836 2002-12-06  Paul Eggert  <eggert@twinsun.com>
23837
23838         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
23839         a pain in practice to deal with generated m4 files.  This change
23840         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
23841
23842         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
23843         and jm-glibc-io.m4, as they are no longer a special case.
23844         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
23845         kludge and the auto-generation stuff.  Check only whether the
23846         functions are declared, not whether they exist, since older hosts
23847         that don't declare the functions can't use the optimization anyway.
23848
23849 2002-12-06  Jim Meyering  <jim@meyering.net>
23850
23851         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
23852
23853         Merge in changes from libc's misc/error.c, in preparation
23854         for the merge of gnulib's changes back into libc.
23855
23856         * lib/error.c (_): Define only if not already defined.
23857         Move definition to follow all #include directives.
23858         Include unlocked-io.h only if !_LIBC.
23859         [_LIBC]: Include <libio/libioP.h>.
23860         [USE_IN_LIBIO]: Include <libio/iolibio.h>
23861         (fflush): Tweak definition to use INTUSE.
23862         (putc): Define.
23863
23864 2002-12-05  Paul Eggert  <eggert@twinsun.com>
23865
23866         * lib/alloca.c [defined emacs]: Include "lisp.h".
23867         (xalloc_die) [defined emacs]: New macro.
23868         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
23869         [! defined emacs]: Include <xalloc.h>.
23870         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
23871         (pointer): Typedef to POINTER_TYPE *.
23872         (malloc): Remove decl; we now always use xmalloc.
23873         (alloca): Use old-style definition, since Emacs needs this.
23874         Check for arithmetic overflow when computing combined size.
23875
23876 2002-12-04  Paul Eggert  <eggert@twinsun.com>
23877
23878         Do not generate unlocked-io.h automatically, since it's easier to
23879         maintain it by hand.
23880
23881         * lib/unlocked-io.h: New file, from GNU diffutils,
23882         but with proper copyright notice and attribution.
23883         * lib/gen-uio: Remove.
23884         * lib/Makefile.am: Add copyright notice.
23885         (libfetish_a_SOURCES): Add unlocked-io.h.
23886         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
23887         (DISTCLEANFILES, io_functions): Remove macros.
23888         (EXTRA_DIST): Remove gen_uio.
23889         (unlocked-io.h): Remove rule.
23890
23891 2002-12-04  Jim Meyering  <jim@meyering.net>
23892
23893         Reflect the fact that stat.c and lstat.c are no longer generated.
23894         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
23895         (DISTCLEANFILES): Likewise.
23896         (EXTRA_DIST): Likewise.
23897         (all_local): Don't depend on stat.c or lstat.c.
23898         (stat.c, lstat.c): Remove rules.
23899         (EXTRA_DIST): Remove xstat.in.
23900
23901         * lib/xstat.in: Remove file.  Contents moved into stat.c.
23902         * lib/stat.c: New file.  Contents mostly from xstat.in.
23903         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
23904         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
23905
23906         * lib/safe-read.c: Rework so that it may serve to define safe_write,
23907         too.
23908         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
23909
23910 2002-12-03  Jim Meyering  <jim@meyering.net>
23911
23912         * lib/safe-read.c, safe-write.c: Change variable names and comments,
23913         but not semantics, to minimize the differences between these two files.
23914         (safe_read): Change comment to mention SAFE_READ_ERROR.
23915
23916         * lib/safe-read.c (IS_EINTR): Define.
23917         (safe_read): Use IS_EINTR in place of in-function cpp directives.
23918
23919 2002-12-02  Jim Meyering  <jim@meyering.net>
23920
23921         * lib/safe-read.c (EINTR): Define.
23922         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
23923         (INT_MAX): Provide fallback.
23924         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
23925
23926         * lib/safe-read.h (SAFE_READ_ERROR): Define.
23927
23928 2002-12-02  Bruno Haible  <bruno@clisp.org>
23929
23930         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
23931         Define, taken from safe-read.c.
23932         (INT_MAX): Provide fallback.
23933         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
23934         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
23935
23936         * lib/safe-read.c (EINTR): Remove definition.
23937         (safe_read): Don't use EINTR if it is absent.
23938
23939 2002-12-01  Jim Meyering  <jim@meyering.net>
23940
23941         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
23942         zero.
23943         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
23944
23945 2002-11-27  Paul Eggert  <eggert@twinsun.com>
23946
23947         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
23948         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
23949         with `if (! (value < limit)) abort ();', for readability.
23950
23951 2002-11-26  Karl Berry  <karl@gnu.org>
23952
23953         * lib/strdup.c: copy from libc again, with jim's ok.
23954         * lib/.cppi-disable: re-add strdup.c
23955
23956 2002-11-25  Karl Berry  <karl@gnu.org>
23957
23958         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
23959         instead of "strtol.c".
23960
23961 2002-11-25  Karl Berry  <karl@gnu.org>
23962
23963         * config/install-sh: update from automake for variable quoting, $0 in
23964         error msgs, etc.
23965
23966         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
23967         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
23968         entry.
23969
23970 2002-11-25  Jim Meyering  <jim@meyering.net>
23971
23972         * lib/mktime.c: Sync from libc, now that it has the latest fix.
23973
23974 2002-11-24  Karl Berry  <karl@gnu.org>
23975
23976         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
23977         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
23978
23979 2002-11-24  Jim Meyering  <jim@meyering.net>
23980
23981         Update from coreutils:
23982
23983         * lib/mktime.c: Merge in changes from libc.
23984
23985         Avoid a link-time failure on some Linux systems.
23986         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
23987         (otherwise).
23988         (__mon_yday): Declare with the STATIC attribute.
23989         (__mktime_internal): Likewise.
23990         Based on a report from Greg Schafer.
23991
23992 2002-11-23  Jim Meyering  <jim@meyering.net>
23993
23994         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
23995         Use `unsigned', not `int', as type of index.
23996
23997         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
23998
23999         * lib/fsusage.c: Remove unneeded parentheses around operands of
24000         `defined'.
24001
24002 2002-11-22  Paul Eggert  <eggert@twinsun.com>
24003
24004         * lib/quotearg.h: Allow multiple inclusion by surrounding with
24005         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
24006         so that we can be included first.
24007         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
24008         * lib/quotearg.c: Include quotearg.h immediately after config.h.
24009         No need to include stddef.h or sys/types.h any more.
24010         Surround local include files with "", not "<>".
24011         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
24012         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
24013         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
24014         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
24015         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
24016         (ISPRINT): Remove; no longer needed now that we assume C89.
24017
24018         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
24019         Preserve errno.
24020
24021         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
24022         quotearg_char): Use SIZE_MAX rather than
24023         (size_t) -1 when we are talking about "infinity".
24024
24025         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
24026
24027 2002-11-22  Paul Eggert  <eggert@twinsun.com>
24028
24029         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
24030         hint that one should use `if (! x) abort ();' rather than `assert
24031         (x);', and anyway it's one less thing to worry about configuring.
24032         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
24033         hash_rehash, hash_insert): Use abort rather than assert.
24034
24035 2002-11-22  Bruno Haible  <bruno@clisp.org>
24036
24037         * lib/safe-read.h: Assume C89. Add comments.
24038         (safe_read): Change return type to size_t.
24039         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
24040         byte counts > SSIZE_MAX correctly.
24041         * lib/safe-write.h: New file.
24042         * lib/safe-write.c: New file.
24043         * lib/full-read.h: New file.
24044         * lib/full-read.c: New file.
24045         * lib/full-write.h: Assume C89. Add comments.
24046         * lib/full-write.c: Include safe-write.h.
24047         (full_write): Rewritten to use safe_write.
24048         Suggested by Jim Meyering and Paul Eggert.
24049
24050 2002-11-21  Jim Meyering  <jim@meyering.net>
24051
24052         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
24053
24054         Merge in changes from the coreutils.
24055
24056         2002-09-25  Paul Eggert  <eggert@twinsun.com>
24057         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
24058         <stdint.h>.
24059         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
24060         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
24061         int.  Work more efficiently if X is the same width as uintmax_t.
24062         Do not compare X to -1, to avoid bogus compiler warning.
24063         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
24064         Don't assume that f_frsize and f_bsize are the same type.
24065
24066         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
24067         warning on FreeBSD.
24068
24069         * lib/makepath.c (make_path): Restore umask *before* creating the final
24070         component.
24071         (make_path): Minor reformatting.
24072
24073         * lib/xmalloc.c: Adjust to work with new autoconf macros,
24074         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
24075         HAVE_MALLOC/HAVE_REALLOC.
24076
24077         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
24078         dummy ones.  At least on GNU/Linux systems, `auto' means something
24079         else.
24080         From Michael Stone.
24081
24082 2002-11-21  Bruno Haible  <bruno@clisp.org>
24083
24084         Remove case insensitive option matching.
24085         * lib/argmatch.h (argcasematch): Remove declaration.
24086         (ARGCASEMATCH): Remove macro.
24087         (__xargmatch_internal): Remove case_sensitive argument.
24088         (XARGMATCH): Update.
24089         (XARGCASEMATCH): Remove macro.
24090         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
24091         case_sensitive argument.
24092         (argcasematch): Remove function.
24093         (__xargmatch_internal): Remove case_sensitive argument.
24094         (main): Use XARGMATCH instead of XARGCASEMATCH.
24095
24096         * lib/xmalloc.c: Change compile-time error message. Add comment about
24097         required autoconf version.
24098
24099 2002-11-20  Paul Eggert  <eggert@twinsun.com>
24100
24101         Merge argmatch cleanups from Bison.  Assume C89.
24102
24103         * lib/argmatch.c: Include config.h here, not in argmatch.h.
24104         Include stdlib.h, for EXIT_FAILURE.
24105         Always include <string.h>, since we assume C89.
24106         (EXIT_FAILURE): Remove pre-C89 bug workaround.
24107         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
24108         Include <stddef.h> instead, since it's all we need for size_t.
24109         (PARAMS): Remove.  All uses removed.
24110         (ARRAY_CARDINALITY): Do not bother to #undef.
24111         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
24112         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
24113         Remove unnecessary parentheses.
24114         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
24115         Insert necessary parentheses.
24116         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
24117         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
24118
24119 2002-11-19  Bruno Haible  <bruno@clisp.org>
24120
24121         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
24122         * lib/mbswidth.h: Include <stddef.h>, for size_t.
24123
24124         * lib/mbswidth.h (PARAMS): Remove macro.
24125         (mbswidth, mbsnwidth): Use ANSI C function declarations.
24126         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
24127
24128         * lib/gcd.h (PARAMS): Remove macro.
24129         (gcd): Use ANSI C function declarations.
24130         * lib/gcd.c (gcd): Likewise.
24131
24132 2002-11-15  Bruno Haible  <bruno@clisp.org>
24133
24134         * lib/strcspn.c: Include <stddef.h>.
24135         (strcspn): Use ANSI C function declaration. Change return type to
24136         size_t. Use NULL.
24137         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
24138         (strpbrk): Use NULL.
24139         * lib/strpbrk.h (PARAMS): Remove macro.
24140         (strpbrk): Use ANSI C function declaration.
24141         * lib/strstr.c: Don't include <sys/types.h>.
24142         * lib/strstr.h (PARAMS): Remove macro.
24143         (strstr): Use ANSI C function declarations.
24144
24145 2002-11-14  Karl Berry  <karl@gnu.org>
24146
24147         * config/mkinstalldirs: `do' on separate line, instead of
24148         `for var; do'.
24149
24150 2002-11-06  Bruno Haible  <bruno@clisp.org>
24151
24152         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
24153         * lib/gcd.c (gcd): Likewise.
24154
24155 2002-11-05  Bruno Haible  <bruno@clisp.org>
24156
24157         * lib/gcd.h: New file, from gettext-0.11.5.
24158         * lib/gcd.c: New file, from gettext-0.11.5.
24159
24160 2002-11-05  Bruno Haible  <bruno@clisp.org>
24161
24162         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24163         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24164         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24165         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24166
24167         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
24168         <libintl.h>.
24169         * lib/makepath.c: Include gettext.h instead of <locale.h> and
24170         <libintl.h>.
24171
24172         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
24173         * lib/human.c: Include gettext.h instead of <libintl.h>.
24174         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
24175         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
24176         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
24177         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
24178         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
24179         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
24180         (textdomain): Remove definition.
24181         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
24182
24183         * lib/long-options.c: Remove include of <libintl.h> and definition of
24184         _.
24185         * lib/same.c: Remove include of <libintl.h> and definition of _.
24186
24187 2002-11-04  Owen Taylor  <otaylor@redhat.com>
24188
24189         * lib/config.charset: A few additions for Solaris.
24190
24191 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
24192
24193         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
24194         * lib/localcharset.c (locale_charset): Declare as extern "C".
24195
24196 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
24197
24198         * lib/config.charset: msdos in uk_UA uses CP1125.
24199
24200 2002-11-04  Bruno Haible  <bruno@clisp.org>
24201
24202         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
24203         * lib/strcase.h: New file, from GNU gettext-0.11.5.
24204         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
24205         * lib/strstr.h: New file, from GNU gettext-0.11.5.
24206         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
24207
24208 2002-11-04  Bruno Haible  <bruno@clisp.org>
24209
24210         * lib/localcharset.c (locale_charset): Don't return an empty string.
24211
24212 2002-11-04  Bruno Haible  <bruno@clisp.org>
24213
24214         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
24215         aliases.
24216
24217 2002-11-04  Bruno Haible  <bruno@clisp.org>
24218
24219         * lib/config.charset: Update for newest glibc. Add canonical names
24220         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
24221
24222 2002-11-04  Bruno Haible  <bruno@clisp.org>
24223
24224         * lib/config.charset: Add support for NetBSD.
24225
24226 2002-11-04  Bruno Haible  <bruno@clisp.org>
24227
24228         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
24229
24230 2002-11-01  Bruno Haible  <bruno@clisp.org>
24231
24232         * configure.in: Add AC_CONFIG_AUX_DIR call.
24233         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
24234         test/Makefile.
24235         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
24236
24237 2002-09-28  Karl Berry  <karl@gnu.org>
24238
24239         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
24240         installed automake until the next release, since changes have been
24241         made.
24242
24243 2002-09-25  Karl Berry  <karl@gnu.org>
24244
24245         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
24246         * lib/getopt*: copy from libc/posix.
24247         * lib/gettext.h: copy from gettext.
24248         * lib/.cppi-disable: add strdup.c, gettext.h.
24249
24250 2002-09-25  Karl Berry  <karl@gnu.org>
24251
24252         * config/srclist.txt: enable gettext.h check.
24253         * config/config.{guess,sub}: update from prep.
24254         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
24255                 from automake 1.6.3.
24256         See srclist*.
24257
24258 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
24259
24260         * regex.c (PATFETCH): Remove the translating fetch.
24261         (PATFETCH_RAW): Rename to PATFETCH.
24262         (set_image_of_range): New fun.
24263         (SET_RANGE_TABLE_WORK_AREA): Use it.
24264         (regex_compile): Don't translate the pattern chars so eagerly.
24265         Only do it when inserting an `exactn' bytecode or when handling
24266         a char-range.
24267         (mutually_exclusive_p): Avoid empty statement.
24268
24269 2002-07-06  Jim Meyering  <meyering@lucent.com>
24270
24271         * m4/README: Don't mention Makefile.am.in.
24272         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
24273
24274 2002-07-01  Jim Meyering  <meyering@lucent.com>
24275
24276         * lib/c-stack.c: Include sys/time.h.
24277         From Volker Borchert.
24278
24279 2002-06-26  Paul Eggert  <eggert@twinsun.com>
24280
24281         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
24282
24283 2002-06-26  Paul Eggert  <eggert@twinsun.com>
24284
24285         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
24286         New macro.  Use it uniformly instead of
24287         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
24288         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
24289         reported by Vin Shelton.
24290
24291 2002-06-22  Paul Eggert  <eggert@twinsun.com>
24292
24293         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
24294         Do not assume SA_SIGINFO behavior.
24295         Bug reported by Jim Meyering on NetBSD 1.5.2.
24296
24297 2002-06-22  Jim Meyering  <meyering@lucent.com>
24298
24299         * m4/c-stack.m4: New file, from diffutils-2.8.2.
24300         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
24301
24302         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
24303         now that configure.ac uses AC_GNU_SOURCE.
24304         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
24305         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
24306
24307         Update to latest tools.  Suggestions from Paul Eggert.
24308         * m4/stdbool.m4: New file, from diffutils-2.8.2.
24309         * m4/gnu-source.m4: Update from diffutils-2.8.2.
24310         * m4/fnmatch.m4: Likewise.
24311         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
24312         to AC_HEADER_STDBOOL
24313
24314 2002-06-22  Jim Meyering  <meyering@lucent.com>
24315
24316         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
24317         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
24318
24319 2002-06-22  Jim Meyering  <meyering@lucent.com>
24320
24321         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
24322
24323         * lib/exitfail.c, exitfail.h: Likewise.
24324         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
24325
24326         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
24327         of fnmatch.h.
24328         (EXTRA_DIST): Add fnmatch_loop.c.
24329         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
24330
24331         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
24332         * lib/fnmatch.c: Update from diffutils-2.8.2.
24333         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
24334         * lib/fnmatch.h: Remove file.
24335
24336 2002-06-21  Jim Meyering  <meyering@lucent.com>
24337
24338         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
24339         * m4/mbrtowc.m4: Likewise.
24340
24341         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
24342         * m4/mbswidth.m4: Reflect name change:
24343         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
24344         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
24345
24346         * m4/lib-link.m4: Update from gettext-0.11.2.
24347         * m4/gettext.m4: Likewise.
24348
24349         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
24350         From Alfred M. Szmidt.
24351
24352 2002-06-18  Paul Eggert  <eggert@twinsun.com>
24353
24354         * lib/file-type.h: Report an error if neither S_ISREG nor
24355         S_IFREG is defined, instead of using a test specific to glibc
24356         2.2.  This should be safe, since POSIX requires S_ISREG and
24357         Unix Version 7 had S_IFREG.  We don't need to check for
24358         <sys/types.h> since we don't use any symbols that it defines.
24359
24360 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
24361
24362         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
24363         $@-t, so that each temporary file name is unique and valid in the first
24364         8 characters, for operation under DOS.
24365
24366 2002-06-15  Paul Eggert  <eggert@twinsun.com>
24367
24368         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
24369
24370 2002-06-15  Jim Meyering  <meyering@lucent.com>
24371
24372         Work even with DJGPP 2.03, which lacks support for symlinks.
24373         From Richard Dawe.
24374         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
24375         is defined.
24376         * lib/lchown.c (S_ISLNK): Likewise.
24377
24378 2002-06-15  Jim Meyering  <meyering@lucent.com>
24379
24380         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
24381         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
24382         have been included before this file.
24383
24384 2002-06-14  Jim Meyering  <meyering@lucent.com>
24385
24386         * lib/file-type.h: Use the version from diffutils-2.8.2.
24387         * lib/file-type.c: Likewise.
24388
24389 2002-06-07  Jim Meyering  <meyering@lucent.com>
24390
24391         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
24392         They're needed at least for NetBSD 1.5.2.
24393         ($statxfs_includes): Include those same headers.
24394         ($statxfs_includes): Include sys/vfs.h if available.
24395         ($statxfs_includes): Likewise for sys/statvfs.h.
24396         Check for the following members in both structs statfs and statvfs:
24397         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
24398
24399 2002-06-01  Jim Meyering  <meyering@lucent.com>
24400
24401         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
24402         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
24403
24404 2002-05-28  Jim Meyering  <meyering@lucent.com>
24405
24406         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
24407         Reported by Volker Borchert.
24408
24409 2002-05-27  Jim Meyering  <meyering@lucent.com>
24410
24411         Fix a problem seen only on nonconforming systems whereby ls.c's
24412         use of localtime, and then of gettimeofday would cause trouble:
24413         the localtime call used to initialize rpl_gettimeofday's save
24414         mechanism would clobber ls's current local time information so
24415         that in any long listing the first file would always be listed
24416         with date 1970-01-01.  Analysis by Volker Borchert.
24417
24418         * lib/gettimeofday.c (localtime): Undefine.
24419         (rpl_localtime): New function.
24420
24421 2002-05-27  Jim Meyering  <meyering@lucent.com>
24422
24423         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
24424         localtime.
24425
24426         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
24427         use the replacement function; it wouldn't resolve at link time.
24428         Reported by Volker Borchert.
24429
24430 2002-05-22  Jim Meyering  <meyering@lucent.com>
24431
24432         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
24433         file-type.h.
24434         * lib/file-type.h: New file.
24435         * lib/file-type.c (file_type): New file/function.  Extracted from
24436         diffutils.
24437
24438 2002-04-30  Jim Meyering  <meyering@lucent.com>
24439
24440         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
24441
24442 2002-04-29  Paul Eggert  <eggert@twinsun.com>
24443
24444         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
24445
24446 2002-04-29  Paul Eggert  <eggert@twinsun.com>
24447
24448         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
24449         Do not check for alloca.h (no longer used) or stdbool.h (was never
24450         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
24451
24452 2002-04-29  Paul Eggert  <eggert@twinsun.com>
24453
24454         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
24455
24456 2002-04-29  Jim Meyering  <meyering@lucent.com>
24457
24458         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
24459         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
24460         Use AC_FUNC_STRNLEN here instead.
24461
24462         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
24463         With autoconf-2.53a, it's part of AC_PROG_CC.
24464
24465 2002-04-28  Paul Eggert  <eggert@twinsun.com>
24466
24467         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
24468         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
24469
24470 2002-04-28  Paul Eggert  <eggert@twinsun.com>
24471
24472         * lib/sig2str.h, lib/sig2str.c: New files.
24473         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
24474
24475 2002-04-28  Paul Eggert  <eggert@twinsun.com>
24476
24477         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
24478         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
24479         of 127, since 64 is the largest conceivable number for ancient
24480         nonstandard hosts.
24481         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
24482
24483 2002-04-28  Jim Meyering  <meyering@lucent.com>
24484
24485         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
24486
24487 2002-04-24  Jim Meyering  <meyering@lucent.com>
24488
24489         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
24490         (jm_PREREQ): Use it.
24491
24492         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
24493         mach/mach.h fcntl.h.
24494         Check for this function: setlocale.
24495
24496 2002-04-24  Jim Meyering  <meyering@lucent.com>
24497
24498         * lib/gettext.h: New file, from Gettext.
24499         * lib/Makefile.am (INCLUDES): Remove -I../intl.
24500         (libfetish_a_SOURCES): Add gettext.h.
24501
24502 2002-04-16  Jim Meyering  <meyering@lucent.com>
24503
24504         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
24505         ut_pid, ut_id, ut_exit.
24506
24507 2002-04-16  Jim Meyering  <meyering@lucent.com>
24508
24509         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
24510         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
24511         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
24512
24513 2002-04-12  Jim Meyering  <meyering@lucent.com>
24514
24515         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
24516         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
24517         existence of the getmntinfo function.  Needed for Darwin 5.3.
24518
24519         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
24520         This is necessary at least on Darwin 5.3.
24521
24522         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
24523         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
24524         strnlen.o in the library, and that makes some versions of ranlib
24525         object.
24526
24527 2002-04-12  Jim Meyering  <meyering@lucent.com>
24528
24529         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
24530
24531 2002-04-09  Jim Meyering  <meyering@lucent.com>
24532
24533         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
24534         to be more precise.  Rather than saying we're checking whether the
24535         function `works', say what we're testing.
24536         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
24537         Reported by Bruno Haible.
24538
24539 2002-03-10  Jim Meyering  <meyering@lucent.com>
24540
24541         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
24542         Suggestion from Santiago Vila.
24543
24544 2002-03-08  Jim Meyering  <meyering@lucent.com>
24545
24546         * lib/rename.c: Mention that this wrapper is needed also on
24547         mips-dec-ultrix4.4 systems.
24548
24549 2002-03-02  Jim Meyering  <meyering@lucent.com>
24550
24551         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
24552         not HAVE_CLOCK_SETTIME.
24553
24554 2002-02-27  Paul Eggert  <eggert@twinsun.com>
24555
24556         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
24557         Check for clock_settime.
24558
24559 2002-02-27  Paul Eggert  <eggert@twinsun.com>
24560
24561         * lib/nanosleep.h: Rename to....
24562         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
24563
24564         * lib/gettime.c: New file.
24565         * lib/settime.c: New file.
24566         * lib/stime.c: Remove.
24567
24568         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
24569         timespec.h.  Remove nanosleep.h.
24570
24571 2002-02-25  Paul Eggert  <eggert@twinsun.com>
24572
24573         * m4/acl.m4: New file.
24574         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
24575         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
24576
24577 2002-02-25  Paul Eggert  <eggert@twinsun.com>
24578
24579         * lib/acl.c, lib/acl.h: New files.
24580         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
24581
24582 2002-02-24  Jim Meyering  <meyering@lucent.com>
24583
24584         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
24585         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
24586         cause trouble.  Reported by Nelson Beebe.
24587
24588 2002-02-23  Paul Eggert  <eggert@twinsun.com>
24589
24590         * lib/path-concat.c (xpath_concat): Reorder code to pacify
24591         compilers that don't know that xalloc_die never returns.
24592
24593 2002-02-20  Jim Meyering  <meyering@lucent.com>
24594
24595         * lib/getdate.c: Regenerate using bison-1.33.
24596
24597 2002-02-17  Jim Meyering  <meyering@lucent.com>
24598
24599         * config/config.guess (main): Don't use `head -1'; it's no longer
24600         portable. Use `sed 1q' instead.
24601
24602 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
24603
24604         * m4/codeset.m4: Upgrade to gettext-0.11.
24605         * m4/gettext.m4: Upgrade to gettext-0.11.
24606         * m4/glibc21.m4: Upgrade to gettext-0.11.
24607         * m4/iconv.m4: Upgrade to gettext-0.11.
24608         * m4/isc-posix.m4: Upgrade to gettext-0.11.
24609         * m4/lcmessage.m4: Upgrade to gettext-0.11.
24610         * m4/lib-ld.m4: New file, from gettext-0.11.
24611         * m4/lib-link.m4: New file, from gettext-0.11.
24612         * m4/lib-prefix.m4: New file, from gettext-0.11.
24613         * m4/progtest.m4: Upgrade to gettext-0.11.
24614
24615 2002-02-15  Paul Eggert  <eggert@twinsun.com>
24616
24617         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
24618         (jm_PREREQ): Use it.
24619
24620 2002-02-15  Paul Eggert  <eggert@twinsun.com>
24621
24622         * lib/posixver.c, lib/posixver.h: New files.
24623         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
24624
24625 2002-02-02  Paul Eggert  <eggert@twinsun.com>
24626             Bruno Haible  <bruno@clisp.org>
24627
24628         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
24629         (fwrite_success_callback): New declaration.
24630         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
24631         print_unicode_char. Call failure callback instead of error.
24632         (fwrite_success_callback): New function.
24633         (exit_failure_callback): New function.
24634         (fallback_failure_callback): New function.
24635         (print_unicode_char): Call unicode_to_mb.
24636
24637 2002-01-26  Jim Meyering  <meyering@lucent.com>
24638
24639         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
24640         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
24641
24642 2002-01-26  Jim Meyering  <meyering@lucent.com>
24643
24644         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
24645
24646 2002-01-22  Paul Eggert  <eggert@twinsun.com>
24647
24648         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
24649
24650 2002-01-22  Jim Meyering  <meyering@lucent.com>
24651
24652         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
24653         Otherwise, some versions of automake would omit the rule that makes
24654         Makefile from Makefile.in.
24655
24656 2002-01-21  Paul Eggert  <eggert@twinsun.com>
24657
24658         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
24659         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
24660         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
24661         (memcoll): Set errno to zero if there is no error.
24662
24663         * lib/quotearg.c (quotearg_buffer_restyled):
24664         Fix bug with quoting buffers containing NUL when backslashing escapes.
24665         This bug was exposed by the other changes in this patch.
24666         (quotearg_n_options): New arg ARGSIZE.
24667         All callers changed.
24668         (quoting_options_from_style): New function.
24669         (quotearg_n_style): Use it.
24670         (quotearg_n_style_mem): New function.
24671
24672         * lib/quotearg.h (quotearg_n_style_mem): New function.
24673
24674 2002-01-19  Jim Meyering  <meyering@lucent.com>
24675
24676         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
24677         Remove useless quotes: DF_PROG="df".
24678         * m4/strnlen.m4: New file.
24679
24680 2002-01-16  Paul Eggert  <eggert@twinsun.com>
24681
24682         * lib/backupfile.c (ISDIGIT): Comment fix.
24683         * lib/getdate.y (ISDIGIT): Likewise.
24684         * lib/posixtm.c (ISDIGIT, year): Likewise.
24685         * lib/strverscmp.c (ISDIGIT): Likewise.
24686         * lib/userspec.c (ISDIGIT): Likewise.
24687
24688 2002-01-16  Jim Meyering  <meyering@lucent.com>
24689
24690         * lib/getdate.y: Add three semicolons, each just before a closing
24691         brace. Bison (as of version 1.31) no longer papers over that mistake.
24692
24693 2002-01-05  Jim Meyering  <meyering@lucent.com>
24694
24695         * lib/version-etc.c (version_etc_copyright): Update copyright year.
24696
24697 2001-12-19  Paul Eggert  <eggert@twinsun.com>
24698
24699         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
24700         not silently exit merely because the output buffer happens to
24701         have nothing pending.
24702
24703 2001-12-18  Paul Eggert  <eggert@twinsun.com>
24704
24705         See the big note in ../ChangeLog.
24706         * lib/human.c (suffixes): Prefer K to k for 1024.
24707         (generate_suffix_backwards): New function.
24708         (human_readable_inexact): Use it.
24709         * lib/xstrtol.c (__xstrtol): If there is no number but there
24710         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
24711         Accept 'K' as well as 'k'.
24712
24713 2001-12-15  Jim Meyering  <meyering@lucent.com>
24714
24715         * lib/regex.h (__restrict_arr): Update from libc.
24716
24717         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
24718         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
24719         (STREQ): Define.
24720
24721 2001-12-14  Jim Meyering  <meyering@lucent.com>
24722
24723         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
24724         Suggestion from Bruno Haible.
24725
24726 2001-12-10  Jim Meyering  <meyering@lucent.com>
24727
24728         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
24729         xrealloc, Instead, include "xalloc.h".
24730         (initbuffer): Don't cast xmalloc return value to char*.
24731         (readline): Reword comment.
24732         Don't cast xrealloc return value to char*
24733         Return NULL, not 0.
24734
24735 2001-12-09  Jim Meyering  <meyering@lucent.com>
24736
24737         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
24738         about `signed and unsigned type in conditional expression'.
24739         * lib/posixtm.c (posix_time_parse): Likewise.
24740
24741         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
24742
24743         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
24744         to avoid a pedantic warning.
24745
24746         * lib/getstr.c: Don't include assert.h.
24747         (getstr): Remove warning-evoking assertions.
24748         Return -1 if offset parameter is out of bounds.
24749         Change the type of a local from int to size_t.
24750
24751         * lib/strftime.c (my_strftime_localtime_r): Include this function
24752         definition in the `#if ! HAVE_TM_GMTOFF' block.
24753
24754         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
24755         Include xalloc.h instead.
24756
24757 2001-12-02  Jim Meyering  <meyering@lucent.com>
24758
24759         * lib/tempname.c: Don't declare getenv, thus reverting the change of
24760         2001-11-18.  It's no longer necessary, now that stdlib.h is always
24761         included.
24762
24763         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
24764         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
24765
24766 2001-11-30  Akim Demaille  <akim@epita.fr>
24767
24768         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
24769         before being defined.
24770
24771 2001-11-27  Paul Eggert  <eggert@twinsun.com>
24772
24773         * lib/quotearg.h (quotearg_n, quotearg_n_style):
24774         First arg is int, not unsigned.
24775         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
24776         (SIZE_MAX, UINT_MAX): New macros.
24777         (quotearg_n_options): Abort if N is negative.
24778         Avoid overflow check on hosts where size_t is 64 bits and int
24779         is 32 bits, as overflow is impossible there.
24780         Fix off-by-one typo that caused unnecessary reallocation.
24781
24782 2001-11-27  Jim Meyering  <meyering@lucent.com>
24783
24784         * lib/tempname.c: Merge with version from libc.
24785         * lib/regex.c: Likewise.
24786
24787         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
24788         systems for which STDC_HEADERS is 0, it was not included, resulting in
24789         a warning about an integer-to-pointer conversion problem with getenv.
24790         Reported by Volker Borchert.
24791
24792 2001-11-26  Jim Meyering  <meyering@lucent.com>
24793
24794         * lib/gtod.h: Remove file.
24795         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
24796         * lib/gettimeofday.c: Don't include gtod.h.
24797         (GTOD_init): Remove function.
24798         (rpl_gettimeofday): Do its job here instead, rather than aborting.
24799         Suggestion from Volker Borchert.
24800
24801 2001-11-23  Jim Meyering  <meyering@lucent.com>
24802
24803         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
24804         it.
24805         * lib/hash.c (struct hash_table): Define it here instead.
24806
24807 2001-11-22  Jim Meyering  <meyering@lucent.com>
24808
24809         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
24810
24811 2001-11-20  Jim Meyering  <meyering@lucent.com>
24812
24813         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
24814         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
24815
24816 2001-11-19  Jim Meyering  <meyering@lucent.com>
24817
24818         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
24819         directory.  Use "conftestXXXXXX" as the template.
24820         Suggestion from Paul Eggert.
24821
24822         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
24823         immediately, so the test doesn't mistakenly hit the max-open-files
24824         limit.
24825
24826 2001-11-18  Paul Eggert  <eggert@twinsun.com>
24827
24828         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
24829         (TEMPORARIES): New macro.
24830         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
24831         removes an artificial limitation (e.g. HP-UX 10.20, where
24832         TMP_MAX is 17576).
24833
24834 2001-11-18  Jim Meyering  <meyering@lucent.com>
24835
24836         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
24837
24838 2001-11-18  Jim Meyering  <meyering@lucent.com>
24839
24840         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
24841         on SunOS 4.
24842
24843         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
24844         files will be created before anything else.
24845
24846 2001-11-17  Paul Eggert  <eggert@twinsun.com>
24847
24848         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
24849         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
24850
24851 2001-11-17  Jim Meyering  <meyering@lucent.com>
24852
24853         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
24854         Prompted by a report from Bob Proulx.
24855
24856         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
24857         Instead, require UTILS_FUNC_MKSTEMP.
24858
24859 2001-11-17  Jim Meyering  <meyering@lucent.com>
24860
24861         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
24862         Now, that's done as part of AC_FUNC_STRTOD.
24863
24864 2001-11-17  Jim Meyering  <meyering@lucent.com>
24865
24866         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
24867         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
24868         rather than group writable.  Patch by Juan F. Codagnone.
24869
24870         * lib/readtokens.c: Remove explicit declarations of xmalloc and
24871         xrealloc, Instead, include "xalloc.h".
24872
24873         * lib/mountlist.c: Include unlocked-io.h after all system headers.
24874         Remove explicit declarations of xmalloc, xrealloc,
24875         and xstrdup.  Instead, include "xalloc.h".
24876
24877         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
24878         unlocked-io.h.
24879         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
24880         Likewise.
24881         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
24882
24883         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
24884         Reported by Padraig Brady.
24885
24886         * lib/mkstemp.c: #undef mkstemp.
24887         Include config.h.
24888         (rpl_mkstemp): Rename from mkstemp.
24889         Protoize.
24890
24891 2001-11-16  Jim Meyering  <meyering@lucent.com>
24892
24893         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
24894         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
24895         determine the amount of total physical memory, use pstat_getstatic.
24896         HPUX-11 doesn't define _SC_PHYS_PAGES.
24897         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
24898         If sysconf couldn't be used to determine the amount of available
24899         physical memory, use both pstat_getstatic and pstat_getdynamic.
24900         Based on a patch from Bob Proulx.
24901
24902 2001-11-10  Jim Meyering  <meyering@lucent.com>
24903
24904         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
24905         (jm_PREREQ): Use it.
24906
24907 2001-11-09  Jim Meyering  <meyering@lucent.com>
24908
24909         * m4/jm-macros.m4: Require autoconf-2.52f.
24910         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
24911         Use these AC_-prefixed names, not the AM_-prefixed ones.
24912
24913         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
24914
24915 2001-11-05  Jim Meyering  <meyering@lucent.com>
24916
24917         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
24918
24919 2001-11-04  Jim Meyering  <meyering@lucent.com>
24920
24921         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
24922         $DEFS.
24923
24924 2001-11-03  Jim Meyering  <meyering@lucent.com>
24925
24926         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
24927         of AC_DEFUN.
24928
24929         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
24930         know the name of the variable in the macro definition.
24931
24932 2001-11-03  Jim Meyering  <meyering@lucent.com>
24933
24934         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
24935         in argmatch_to_argument call.
24936
24937         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
24938         argument.
24939
24940         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
24941         e.g., a fault due to an attempt to free a NULL pointer.
24942
24943 2001-11-01  Jim Meyering  <meyering@lucent.com>
24944
24945         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
24946         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
24947
24948 2001-11-01  Jim Meyering  <meyering@lucent.com>
24949
24950         * lib/dirfd.c, lib/dirfd.h: New files.
24951         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
24952
24953         * lib/hash.c (hash_print) [TESTING]: Clean up.
24954
24955 2001-10-22  Paul Eggert  <eggert@twinsun.com>
24956
24957         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
24958         to avoid a warning if -Wall.
24959
24960 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
24961
24962         * README: New file
24963         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
24964         (per RMS's instructions, this is now the canonical source)
24965         * lgpl/, gpl/: New directories.
24966
24967 2001-10-21  Paul Eggert  <eggert@twinsun.com>
24968
24969         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
24970
24971 2001-10-21  Jim Meyering  <meyering@lucent.com>
24972
24973         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
24974         this code would end up calling gettext even in packages built
24975         with --disable-nls.
24976         * lib/getopt.c (_): Likewise.
24977         * lib/regex.c (_): Likewise.
24978
24979 2001-10-20  Paul Eggert  <eggert@twinsun.com>
24980
24981         * m4/error.m4 (jm_PREREQ_ERROR):
24982         Do not invoke AC_CHECK_FUNCS with strerror_r, as
24983         AC_FUNC_STRERROR_R does that.
24984         Check for strerror declaration.
24985
24986         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
24987         are supposed to have them these days.
24988         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
24989         Merge changes from latest Autoconf CVS.
24990         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
24991         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
24992         POSIX decided to standardize on the int flavor of strerror_r.
24993
24994 2001-10-20  Paul Eggert  <eggert@twinsun.com>
24995
24996         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
24997         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
24998         Use strerror_r that is only a macro, even if it is not a function.
24999         (strerror): Check for HAVE_DECL_STRERROR before declaring.
25000         (private_strerror): Use prototypes, not old-style function definition.
25001         (print_errno_message): New function.
25002         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
25003         char*-flavored one.
25004         (error_tail, error, error_at_line): Use it.
25005
25006 2001-10-11  Jim Meyering  <meyering@lucent.com>
25007
25008         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
25009         and quote_n (1, ... to avoid clobbering a buffer.
25010
25011 2001-10-05  Jim Meyering  <meyering@lucent.com>
25012
25013         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
25014         hash-pjw.h.
25015         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
25016         * lib/hash-pjw.h: New file.
25017
25018 2001-09-30  Jim Meyering  <meyering@lucent.com>
25019
25020         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
25021         `struct fsstat' has the `f_fstypename' member.
25022         Use that to define FS_TYPE, which is now used to make
25023         the getfsstat link test tighter.
25024
25025 2001-09-30  Jim Meyering  <meyering@lucent.com>
25026
25027         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
25028         Include <sys/ucred.h>, for Apple Darwin.
25029         Include sys/mount.h and sys/fs_types.h only if available.
25030         (FS_TYPE): Define.
25031         (read_filesystem_list): Use FS_TYPE.
25032
25033 2001-09-29  Paul Eggert  <eggert@twinsun.com>
25034
25035         * lib/exclude.c (excluded_filename): 0 -> false, since it's
25036         a boolean context.
25037
25038 2001-09-29  Jim Meyering  <meyering@lucent.com>
25039
25040         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
25041         [one-argument getmntent function]): Include stdio.h before mntent.h.
25042         SunOS 4.1.x needs it for the declaration of `FILE'.
25043         Patch by Volker Borchert.
25044
25045         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
25046         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
25047         sys/fs_types.h, and make the link-test for getfsstat guard #include
25048         directives with appropriate #if HAVE_*_H tests so that we can
25049         detect getfsstat on Apple Darwin1.3.7 systems.
25050         Reported by Nelson Beebe.
25051         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
25052
25053 2001-09-28  Paul Eggert  <eggert@twinsun.com>
25054
25055         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
25056         #defines strtoimax.  Also treat the other strto* functions
25057         like strtoimax.
25058
25059         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
25060         Check for strtoul and strtoumax,
25061         as those declarations are made even in the signed case.
25062         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
25063         Likewise, for strtol and strtoimax.
25064
25065 2001-09-28  Paul Eggert  <eggert@twinsun.com>
25066
25067         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
25068         #defines strtoimax.  Also treat the other strto* functions
25069         like strtoimax.
25070
25071         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
25072         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
25073         (strtoimax, strtoumax): Do not declare if already defined as a macro.
25074
25075 2001-09-26  Jim Meyering  <meyering@lucent.com>
25076
25077         Most macros in unlocked-io.h had the wrong number of arguments.
25078         * lib/gen-uio: New script.
25079         (USE_UNLOCKED_IO): Define to 1 if not already defined.
25080         * lib/unlocked-io.hin: Remove file.
25081         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
25082         rather than trying to embed it here.
25083         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
25084         Reported by Padraig Brady.
25085
25086 2001-09-25  Volker Borchert  <bt@teknon.de>
25087
25088         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
25089         `result'.
25090
25091 2001-09-24  Jim Meyering  <meyering@lucent.com>
25092
25093         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
25094
25095 2001-09-23  Jim Meyering  <meyering@lucent.com>
25096
25097         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
25098         instead of the mere test for existence of mntent.h.  The latter
25099         would get a false-positive on AIX 3.4 systems.
25100         In the outer getmntent if-block, don't die if neither of the getmntent
25101         tests succeeds.  Instead, just fall through and continue with the
25102         remaining tests.
25103
25104 2001-09-23  Jim Meyering  <meyering@lucent.com>
25105
25106         * lib/mountlist.c: Remove useless parentheses in #if directives.
25107         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
25108         the deprecated MOUNTED symbol is no longer defined in mntent.h.
25109
25110 2001-09-22  Jim Meyering  <meyering@lucent.com>
25111
25112         * m4/gettext.m4: New file.  From gettext.
25113         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
25114         * m4/progtest.m4: Likewise
25115         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
25116         * m4/glibc21.m4: Likewise.
25117
25118         * m4/libintl.m4: Remove.  No longer used.
25119
25120 2001-09-22  Jim Meyering  <meyering@lucent.com>
25121
25122         * lib/localcharset.c: Update from latest gettext.
25123         * lib/config.charset: Likewise.
25124
25125 2001-09-20  Jim Meyering  <meyering@lucent.com>
25126
25127         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
25128         strtoimax.
25129         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
25130         strtoumax.
25131
25132 2001-09-20  Jim Meyering  <meyering@lucent.com>
25133
25134         * lib/xstrtol.c (strtoimax): Guard declaration with
25135         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
25136         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
25137         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
25138         (strtoumax): Likewise, for completeness (it wasn't necessary).
25139
25140 2001-09-17  Paul Eggert  <eggert@twinsun.com>
25141
25142         * lib/strtoimax.c (HAVE_LONG_LONG):
25143         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
25144         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
25145         to work around bug in IBM C compiler.
25146
25147 2001-09-17  Jim Meyering  <meyering@lucent.com>
25148
25149         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
25150         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
25151         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
25152         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
25153         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
25154         whenever the right hand side need not be expanded by the shell.
25155
25156 2001-09-16  Paul Eggert  <eggert@twinsun.com>
25157
25158         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
25159         library.  It's not correct, as some older glibcs are buggy.
25160         fnmatch wasn't fixed until glibc 2.2.
25161
25162         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
25163         special shell magic here.
25164
25165 2001-09-16  Jim Meyering  <meyering@lucent.com>
25166
25167         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
25168         * m4/jm-macros.m4: Require it.
25169
25170 2001-09-16  Jim Meyering  <meyering@lucent.com>
25171
25172         * lib/mkdir.c: New file.
25173
25174 2001-09-15  Jim Meyering  <meyering@lucent.com>
25175
25176         * m4/jm-macros.m4: Check for help2man.
25177
25178 2001-09-11  Jim Meyering  <meyering@lucent.com>
25179
25180         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
25181         The body, by Paul Eggert, was moved here from configure.in.
25182         * m4/jm-macros.m4: Require UTILS_HOST_OS.
25183
25184 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25185
25186         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
25187         (jm_PREREQ): Use it.
25188
25189 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25190
25191         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
25192         Use ssize_t, not int, to store result of readlink.
25193         Check for ssize_t overflow as well as size_t overflow,
25194         as POSIX says the result of readlink is implementation-defined
25195         when ssize_t overflows.
25196         Remove unnecessary cast to char*.
25197         Use free+malloc instead of realloc, as the storage doesn't need
25198         to be preserved and it's clearer and can be more efficient that way.
25199         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
25200         * lib/xreadlink.h (xreadlink): Update prototype.
25201
25202 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25203
25204         * lib/xgetcwd.c: Revert some of the previous change; intead,
25205         fix the HAVE_GETCWD_NULL code to behave more like the
25206         !HAVE_GETCWD_NULL code used to.
25207
25208         Include "xalloc.h".
25209         (xgetcwd): Do not return NULL when memory is exhausted; instead,
25210         invoke xalloc_die.
25211
25212 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25213
25214         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
25215         sys/param.h, as pathmax.h includes them.
25216
25217 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25218
25219         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
25220         (jm_PREREQ_XGETCWD): New macro.
25221
25222         * m4/getcwd.m4: New file.
25223
25224 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25225
25226         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
25227         like the HAVE_GETCWD_NULL code.
25228         Include pathmax.h if not HAVE_GETCWD.
25229         Do not include xalloc.h.
25230         (INITIAL_BUFFER_SIZE): New symbol.
25231         Do not use xmalloc / xrealloc, since the caller is responsible for
25232         handling errors.  Preserve errno around `free' during failure.
25233         Do not overrun buffer when using getwd.
25234
25235 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25236
25237         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
25238         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
25239         getcwd (NULL, 0).
25240
25241 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25242
25243         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
25244         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
25245         spotted by Jim Meyering.
25246
25247 2001-09-03  Jim Meyering  <meyering@lucent.com>
25248
25249         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
25250         failure.
25251
25252 2001-09-02  Jim Meyering  <meyering@lucent.com>
25253
25254         * lib/error.c: Update from GNU libc.
25255
25256 2001-09-01  Jim Meyering  <meyering@lucent.com>
25257
25258         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
25259         Used by df.
25260
25261 2001-09-01  Jim Meyering  <meyering@lucent.com>
25262
25263         * lib/xreadlink.c: New file.
25264         * lib/xreadlink.h: New file.
25265         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
25266         xreadlink.h.
25267
25268         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
25269         doesn't conflict with sparc Solaris 7's definition in
25270         /usr/include/sys/int_types.h.
25271
25272         * lib/exclude.c: Use `""', not `<>' to #include non-system header
25273         files.
25274         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
25275         and strncasecmp as r-values.  Unixware didn't have declarations.
25276
25277 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25278
25279         * lib/xstrtol.h: Add copyright notice.
25280         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
25281         LONGINT_INVALID_SUFFIX_CHAR.
25282
25283 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25284
25285         * lib/xstrtol.c (strtoimax): New decl.
25286
25287 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25288
25289         * lib/xgetcwd.c: Don't include pathmax.h.
25290         Include stdlib.h and unistd.h if available.
25291         Include xalloc.h.
25292         (xmalloc, xstrdup, free): Remove decls.
25293         (xgetcwd): Don't assume sizes fit in unsigned.
25294         Check for overflow when computing sizes.
25295         Simplify reallocation code.
25296
25297 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25298
25299         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
25300         a directory's st_size can have an arbitrary value, so the old
25301         usage could waste an arbitrary amount of memory.  All uses
25302         changed.
25303         * lib/savedir.h: Update prototype.
25304
25305 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25306
25307         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
25308
25309         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
25310         old strtoimax.c.
25311
25312         Also, make the following further changes to make this file's
25313         configuration more similar to that of strtol.c:
25314         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
25315         (strtoumax, uintmax_t, strtoull, strtol): Remove.
25316         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
25317         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
25318         changed to signed values.
25319
25320         And make the following changes as well:
25321         Fix copyright notice, as 1999 was missing.
25322         (verify): New macro.
25323         (strtoimax): Check sizes at compile-time, not run-time.
25324         Prefer strtol to strtoll if both work.
25325         (main): Remove; it was not that useful and was a pain to maintain.
25326
25327         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
25328
25329 2001-08-31  Jim Meyering  <meyering@lucent.com>
25330
25331         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
25332         Use an initial, malloc'd, buffer of length 128 rather than
25333         a statically allocated one of length 1024.
25334
25335 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25336
25337         Simplify code, partly by assuming autoconf 2.52 semantics.
25338
25339         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
25340
25341         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
25342         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
25343         All uses removed.
25344         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
25345         Move AC_REQUIRE to next-to-top level, to avoid confusion.
25346         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
25347         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
25348         jm_AC_HEADER_INTTYPES_H.
25349         * m4/jm-macros.m4 (jm_MACROS): Likewise.
25350
25351         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
25352
25353         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
25354         Quote first arg of AC_DEFUN.
25355         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
25356         since they are needed to parse the include file even if we need
25357         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
25358         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
25359         but with opposite signedness.
25360
25361 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25362
25363         Merge 'exclude' changes from tar 1.13.22.
25364         This fixes one or two unlikely storage allocation overflow bugs,
25365         but doesn't change user-visible behavior otherwise.
25366
25367 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25368
25369         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
25370         (jm_PREREQ_EXCLUDE): New macro.
25371
25372 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25373
25374         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
25375         tm to be declared.
25376
25377 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25378
25379         * lib/hash.c: Remove '2001' from copyright notice.
25380
25381 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25382
25383         * lib/full-write.h: New file.
25384         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
25385         * lib/full-write.c: Correct credits, as cccp.c no longer
25386         exists and anyway it was so heavily changed from the old cccp
25387         code as to be unrecognizable.  Include full-write.h.
25388         (full_write) Return size_t, with short writes meaning failure.
25389         All callers changed.  This fixes a bug with large buffers
25390         on 64-bit hosts.
25391         * lib/utime.c: Include full-write.h.
25392
25393 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25394
25395         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
25396         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
25397         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
25398         Include if available.
25399         (<xalloc.h>): Include
25400         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
25401         (verify): New macro.  Use it to verify that EXCLUDE macros do not
25402         collide with FNM macros.
25403         (struct patopts): New struct.
25404         (struct exclude): Use it, as exclude patterns now come with options.
25405         (new_exclude): Support above changes.
25406         (new_exclude, add_exclude_file):
25407         Initial size must now be a power of two to simplify overflow checking.
25408         (free_exclude, fnmatch_no_wildcards): New function.
25409         (excluded_filename): No longer requires options arg, as the options
25410         are determined by add_exclude.  Now returns bool, not int.
25411         (excluded_filename, add_exclude):
25412         Add support for the fancy new exclusion options.
25413         (add_exclude, add_exclude_file): Now takes int options arg.
25414         Check for arithmetic overflow when computing sizes.
25415         (add_exclude_file): xrealloc might modify errno, so don't
25416         realloc until after errno might be used.
25417
25418         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
25419         New macros.
25420         (free_exclude): New decl.
25421         (add_exclude, add_exclude_file): Now takes int options arg.
25422         (excluded_filename): No longer requires options arg, as the options
25423         are determined by add_exclude.  Now returns bool, not int.
25424
25425 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25426
25427         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
25428
25429 2001-08-27  Jim Meyering  <meyering@lucent.com>
25430
25431         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
25432
25433         * lib/version-etc.c (N_): Remove definition.
25434         Revert most of last change.
25435         Instead, simply don't mark the `Copyright...' string for translation.
25436         Based on advice from Paul Eggert.
25437
25438         * lib/strtoxmax.c: Tweak comment.
25439
25440 2001-08-26  Jim Meyering  <meyering@lucent.com>
25441
25442         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
25443
25444         * m4/xstrtoimax.m4: New file.
25445         * m4/xstrtoumax.m4: Add comments explaining why we
25446         AC_REPLACE_FUNCS(strtol).
25447
25448 2001-08-26  Jim Meyering  <meyering@lucent.com>
25449
25450         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
25451         of copyright with `%s' so translators don't get an untranslated
25452         message in 2002.
25453         (COPYRIGHT_YEAR): Define.
25454         (version_etc): Use fprintf rather than fputs.
25455         Suggestion from Ulrich Drepper.
25456
25457         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
25458
25459         * lib/strtoll.c: New file, from GNU libc.
25460         * lib/xstrtoimax.c: New file.
25461
25462         * lib/xstrtol.h: Add xstrtoimax.
25463         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
25464         * lib/strtoimax.c: New file.  Likewise, but first define
25465         STRTOUXMAX_SIGNED.
25466
25467         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
25468         ...
25469         * lib/strtoxmax.c: ... then renamed to this.
25470
25471 2001-08-18  Paul Eggert  <eggert@twinsun.com>
25472
25473         * m4/inttypes.m4: Add AC_PREREQ(2.13).
25474         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
25475         (jm_AC_TYPE_INTMAX_T): New macro.
25476         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
25477
25478         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
25479
25480         * m4/longlong.m4: Renamed from ulonglong.m4.
25481         * m4/inttypes.m4: Renamed from inttypes_h.m4.
25482         * m4/uintmax_t.m4: Removed.
25483
25484 2001-08-13  Paul Eggert  <eggert@twinsun.com>
25485
25486         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
25487         Port to Solaris 8, where 'sed' requires a space after the 'r'
25488         command, and where sh dislikes "$/".  Clean up the spacing a bit.
25489         Redirect output to $tmp just once.
25490
25491 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
25492
25493         * lib/addext.c (<errno.h>): Include.
25494         (errno): Declare if not defined.
25495         (addext): Work correctly when pathconf returns -1 and leaves
25496         errno alone because there is no limit.  Also, work even if
25497         pathconf returns a value greater than SIZE_MAX.
25498
25499 2001-08-12  Jim Meyering  <meyering@lucent.com>
25500
25501         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
25502         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
25503         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
25504         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
25505         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
25506         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
25507         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
25508         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
25509         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
25510         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
25511         utime.m4, utimes.m4, xstrtoumax.m4:
25512         Quote the first argument in each use of AC_DEFUN.
25513
25514 2001-08-12  Jim Meyering  <meyering@lucent.com>
25515
25516         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
25517         Simply `return getcwd (NULL, 0);'.
25518         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
25519         Use 1300 as initial value for length, not PATH_MAX.
25520
25521         * lib/pathmax.h: Clean up cpp syntax.
25522
25523 2001-08-12  Jim Meyering  <meyering@lucent.com>
25524
25525         * lib/gettimeofday.c: New file.
25526         * lib/gtod.h: New file.
25527         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
25528
25529 2001-08-05  Jim Meyering  <meyering@lucent.com>
25530
25531         * m4/jm-macros.m4: Require autoconf-2.52.
25532
25533 2001-08-04  Jim Meyering  <meyering@lucent.com>
25534
25535         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
25536         stmt, to get in sync with glibc.
25537
25538 2001-08-03  Paul Eggert  <eggert@twinsun.com>
25539
25540         The following changes are from gettext 0.10.39 as maintained by
25541         Bruno Haible.
25542
25543         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
25544         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
25545         with inverted sense.  All uses changed.
25546
25547         * lib/mbswidth.c: Don't include <limits.h>.
25548         Include <stdlib.h> and <string.h> unconditionally.
25549         (iswcntrl, mbsinit, ISCNTRL): New macros.
25550         (mbsnwidth): Use K&R style function declarations.
25551         Don't bother checking for MB_LEN_MAX == 1, since the compiler
25552         can optimize it when MB_CUR_MAX == 1.
25553         The width of control characters is zero, not 1.
25554
25555 2001-08-03  Paul Eggert  <eggert@twinsun.com>
25556
25557         The following changes are from gettext 0.10.39 as maintained by
25558         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
25559
25560         * m4/codeset.m4: Upgrade to serial AM1.
25561         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
25562         all uses changed.  Quote first arg of AC_DEFUN.
25563         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
25564
25565         * m4/iconv.m4: Upgrade to serial AM2.
25566         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
25567         Add --with-libconv-prefix.
25568         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
25569         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
25570         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
25571         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
25572         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
25573
25574         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
25575         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
25576         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
25577         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
25578         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
25579         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
25580         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
25581         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
25582         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
25583
25584         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
25585         string.h any more.
25586
25587         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
25588         not the default value.
25589
25590         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
25591         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
25592         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
25593         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
25594         Also check for iswcntrl, used for wcwidth fallback.
25595         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
25596         to Autoconf 2.13.
25597
25598 2001-08-03  Jim Meyering  <meyering@lucent.com>
25599
25600         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
25601         as it was in the original.  Reported by Paul Eggert.
25602
25603 2001-07-16  Jim Meyering  <meyering@lucent.com>
25604
25605         * m4/gettimeofday.m4: New file.
25606         Prompted by a report from Bernhard Baehr.
25607
25608 2001-07-15  Jim Meyering  <meyering@lucent.com>
25609
25610         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
25611         stuff. Now it's in ../Makefile.cfg.
25612
25613 2001-07-15  Jim Meyering  <meyering@lucent.com>
25614
25615         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
25616         (BUILT_SOURCES): Add unlocked-io.h.
25617         (io_functions): Define.
25618         (unlocked-io.h): New rule.
25619         (DISTCLEANFILES): Add unlocked-io.h.
25620         (all-local): Depend on unlocked-io.h, to ensure it is created.
25621
25622         * lib/unlocked-io.hin: New file
25623
25624         * lib/regex.c: Update from glibc.
25625
25626 2001-07-05  Jim Meyering  <meyering@lucent.com>
25627
25628         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
25629         recommendation.
25630         (libfetish_a_SOURCES): Put all .h files here instead.
25631         Remove a thus-exposed (better checks in automake) duplicate and
25632         two unnecessary .h files.
25633
25634 2001-07-04  Jim Meyering  <meyering@lucent.com>
25635
25636         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
25637         that generates jm-glibc-io.m4 so that it doesn't trigger any make
25638         distcheck failure.
25639
25640 2001-07-02  Jim Meyering  <meyering@lucent.com>
25641
25642         The following changes were prompted by suggestions from Bruno Haible.
25643
25644         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
25645         is now generated.
25646         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
25647         definition of EXTRA_DIST.
25648         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
25649         ensure that the generated file is created/updated whenever the list
25650         of $(unlocked_functions) is changed.
25651         (jm-glibc-io.m4): New rule.
25652         (unlocked-io.h): New rule -- currently unused.
25653
25654 2001-06-24  Jim Meyering  <meyering@lucent.com>
25655
25656         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
25657         unmatched right bracket, rather than kludging it with an extra,
25658         falsely-matching quote in a comment.  Patch by Akim Demaille.
25659
25660 2001-06-11  Jim Meyering  <meyering@lucent.com>
25661
25662         * lib/regex.c: Update from GNU libc.
25663
25664 2001-05-27  Jim Meyering  <meyering@lucent.com>
25665
25666         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
25667         Check for ut_type in struct utmp.
25668
25669 2001-05-27  Jim Meyering  <meyering@lucent.com>
25670
25671         * lib/readutmp.h (UT_TYPE): Define.
25672
25673 2001-05-24  Jim Meyering  <meyering@lucent.com>
25674
25675         * lib/argmatch.c: Include "quote.h".
25676         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
25677         quote function.  Reported by Göran Uddeborg.
25678
25679 2001-05-22  Jim Meyering  <meyering@lucent.com>
25680
25681         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
25682         now that we use the package-supplied version unconditionally.
25683         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
25684
25685 2001-05-21  Jim Meyering  <meyering@lucent.com>
25686
25687         * m4/regex.m4: Change a couple backticks to single quotes to avoid
25688         shell syntax errors.
25689
25690 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
25691
25692         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
25693
25694 2001-05-20  Paul Eggert  <eggert@twinsun.com>
25695
25696         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
25697         Don't bother to check library strftime, since
25698         we'll be using our own my_strftime function anyway.
25699         Define my_strftime instead of strftime.
25700
25701 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
25702
25703         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
25704         which is not yet declared.
25705
25706 2001-05-15  Jim Meyering  <meyering@lucent.com>
25707
25708         * m4/regex.m4: Use proper quoting so brackets appear in the test
25709         program.
25710         Reported by, and with help from, Bruno Haible.
25711
25712 2001-05-13  Jim Meyering  <meyering@lucent.com>
25713
25714         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
25715         undefined.
25716
25717 2001-05-11  Paul Eggert  <eggert@twinsun.com>
25718
25719         dirname code cleanup.  base_name now behaves more compatibly
25720         with POSIX basename when given file names that have trailing
25721         slashes, and similarly for dir_name.  Add new primitives
25722         base_len and dir_len.  Put the directory-name-related decls
25723         into dirname.h.
25724
25725         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
25726         * lib/backupfile.c (base_name): Likewise.
25727         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
25728         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
25729         * lib/makepath.c (strip_trailing_slashes): Likewise.
25730         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
25731         ISSLASH): Likewise.
25732         * lib/rename.c (strip_trailing_slashes): Likewise.
25733         * lib/same.c (base_name): Likewise.
25734         * lib/stripslash.c (ISSLASH): Likewise.
25735
25736         * lib/addext.c: Include <dirname.h> after size_t is defined.
25737         * lib/backupfile.c: Likewise.
25738
25739         * lib/addext.c (addext): Use base_len to trim redundant
25740         trailing slashes instead of doing it ourselves.
25741         But do not trim the last slash if it is not redundant.
25742
25743         * lib/backupfile.c (find_backup_file_name,
25744         max_backup_version): Use base_len instead of rolling it ourselves.
25745         Handle the case of "" and (on DOS) "C:" correctly.
25746
25747         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
25748         needed. Include <string.h>, <dirname.h>.
25749         (base_name): Allow file names ending in slashes, other than names
25750         that are all slashes.  In this case, return the basename followed
25751         by the slashes.  This is more general, and can be used in places
25752         where the original base_name purposely had an assertion failure.
25753         (base_len): New function.
25754
25755         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
25756         Do not include <assert.h>; no longer needed.
25757         Include xalloc.h.
25758         (memrchr): Remove decl.
25759         (dir_name_r): Remove.
25760         (dir_len): Renamed from dirlen.  All callers changed.
25761         Rewrite in terms of base_name, for simplicity and consistency.
25762         (dir_name): Never return NULL.  All callers changed.
25763         Do not include <stdlib.h> in test program; no longer needed.
25764         return 0; is fine for test program.
25765
25766         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
25767         New macros.
25768         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
25769
25770         * lib/path-concat.c (path_concat): Use base_len to compute
25771         base length, not strlen; this means we cannot rely on memcpy
25772         to null-terminate.
25773
25774         * lib/same.c (STREQ): Remove.
25775         (same_name): Handle the case where the basename ends in trailing '/'.
25776
25777         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
25778         a slash was stripped.  Do not strip the last slash after a
25779         file system prefix.
25780
25781 2001-05-11  Paul Eggert  <eggert@twinsun.com>
25782
25783         * lib/Makefile.am (libfetish_a_SOURCES):
25784         Add strftime.c, since we now compile it on all hosts.
25785
25786         * lib/strftime.c (my_strftime):
25787         Define to nstrftime if emacs, but only if my_strftime is not defined.
25788         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
25789         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
25790         Add one more extra argument: a nanoseconds value.
25791         All uses changed.
25792         (ns): New macro.
25793         (my_strftime function): Add %N format.
25794         (emacs_strftimeu): Renamed from emacs_strftime,
25795         with extra ut argument.
25796
25797 2001-05-09  Paul Eggert  <eggert@twinsun.com>
25798
25799         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
25800
25801 2001-04-21  Jim Meyering  <meyering@lucent.com>
25802
25803         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
25804         doesn't interfere.
25805
25806 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
25807
25808         * m4/ftruncate.m4: Check for chsize.
25809         Link with ftruncate.o unconditionally if ftruncate is missing.
25810         This was required when cross-compiling to i586-mingw32msvc.
25811
25812 2001-04-08  Jim Meyering  <meyering@lucent.com>
25813
25814         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
25815         recomputed; that's necessary when the offset spans a DST transition.
25816         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
25817
25818 2001-04-02  Jim Meyering  <meyering@lucent.com>
25819
25820         * lib/regex.h, regex.c: Update from GNU libc.
25821
25822 2001-03-24  Jim Meyering  <meyering@lucent.com>
25823
25824         * m4/jm-macros.m4: Require autoconf-2.49d.
25825
25826 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
25827
25828         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
25829
25830 2001-03-19  Paul Eggert  <eggert@twinsun.com>
25831
25832         * lib/version-etc.c (version_etc_copyright): Update to 2001.
25833
25834 2001-03-17  Jim Meyering  <meyering@lucent.com>
25835
25836         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
25837         now that the version in autoconf is equivalent.
25838         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
25839
25840         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
25841         Suggestion from Akim Demaille.
25842
25843         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
25844         (jm_PREREQ_TEMPNAME): New function.
25845
25846 2001-03-16  Paul Eggert  <eggert@twinsun.com>
25847
25848         * lib/tempname.c (uint64_t): Define to uintmax_t if
25849         not defined, and if UINT64_MAX is not defined.
25850         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
25851         Reported by John David Anglin.
25852
25853 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
25854
25855         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
25856         resolve alias if codeset is empty.
25857         * lib/config.charset (BeOS): Use wildcard syntax.
25858
25859 2001-03-13  Jim Meyering  <meyering@lucent.com>
25860
25861         * lib/path-concat.c (path_concat)
25862         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
25863         concatenating e.g., `C:' and `foo'.
25864         From Bruno Haible.
25865
25866 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
25867
25868         * lib/localcharset.c (locale_charset): Don't use
25869         setlocale(LC_CTYPE,NULL). Don't return NULL.
25870         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
25871
25872 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
25873
25874         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
25875         support for DOS/DJGPP.
25876
25877 2001-03-01  Paul Eggert  <eggert@twinsun.com>
25878
25879         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
25880         lacks mkstemp.  Compile our own tempname.c if we compile our own
25881         mkstemp.c, as mkstemp relies on tempname.
25882
25883 2001-03-01  Jim Meyering  <meyering@lucent.com>
25884
25885         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
25886         AH_VERBATIM really does output its argument verbatim.
25887
25888 2001-02-28  Paul Eggert  <eggert@twinsun.com>
25889
25890         * lib/Makefile.am (libfetish_a_SOURCES):
25891         Add dup-safer.c, fopen-safer.c.
25892         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
25893
25894         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
25895         * lib/unistd-safer.h: New files.
25896
25897 2001-02-25  Paul Eggert  <eggert@twinsun.com>
25898
25899         The mkstemp replacement is taken from glibc 2.2.2, with some
25900         portability fixes for use outside glibc, as follows:
25901
25902         * lib/tempname.c (struct_stat64): New macro.
25903         (direxists, __gen_tempname): Use it.
25904         This avoids a portability problem with Solaris 8.
25905
25906         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
25907         (<stddef.h>, <stdint.h>, <string.h>):
25908         Include only if STDC_HEADERS || _LIBC.
25909         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
25910         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
25911         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
25912         (__set_errno): Define this macro if <errno.h> doesn't.
25913         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
25914         Define these macros if <stdio.h> doesn't.
25915         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
25916         Define these macros if <sys/stat.h>
25917         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
25918         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
25919         __xstat64): Define if not _LIBC.
25920         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
25921         (__gen_tempname): Invoke gettimeofday only if
25922         HAVE_GETTIMEOFDAY || _LIBC;
25923         otherwise, fall back on plain "time".
25924         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
25925
25926         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
25927
25928         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
25929
25930 2001-02-18  Paul Eggert  <eggert@twinsun.com>
25931
25932         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
25933
25934 2001-02-17  Paul Eggert  <eggert@twinsun.com>
25935
25936         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
25937         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
25938         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
25939         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
25940
25941 2001-02-17  Paul Eggert  <eggert@twinsun.com>
25942
25943         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
25944         Remove workaround macros for hosts that have mbrtowc but not
25945         mbstate_t, as we now insist on proper declarations for both
25946         before using mbrtowc.
25947
25948 2001-02-17  Jim Meyering  <meyering@lucent.com>
25949
25950         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
25951         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
25952         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
25953         UnixWare 7.1.1.
25954
25955         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
25956         rather than AC_CACHE_VAL.
25957
25958 2001-02-17  Jim Meyering  <meyering@lucent.com>
25959
25960         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
25961         around included file name.
25962
25963         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
25964
25965         * lib/strftime.c: Update from GNU libc (the only changes were to
25966         comments).
25967
25968 2001-02-17  Jim Meyering  <meyering@lucent.com>
25969
25970         * lib/regex.c: Update from libc.
25971
25972 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
25973
25974         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
25975         clash.
25976
25977 2001-02-16  Paul Eggert  <eggert@twinsun.com>
25978
25979         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
25980         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
25981         Reported by Mark Hounschell via Paul Eggert.
25982
25983 2001-02-07  Jim Meyering  <meyering@lucent.com>
25984
25985         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
25986
25987 2001-02-05  Jim Meyering  <meyering@lucent.com>
25988
25989         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
25990         it includes the patch required for `large file' support with at least
25991         HP-UX's 10.20 /bin/cc.
25992
25993 2001-02-03  Jim Meyering  <meyering@lucent.com>
25994
25995         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
25996         AS_IF, now that it works once again (mysteriously).
25997         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
25998
25999 2001-01-30  Jim Meyering  <meyering@lucent.com>
26000
26001         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
26002         * m4/chown.m4: Rename conftestchown to conftest.chown.
26003         * m4/rename.m4: s/conftestdir/conftest.d1/ and
26004         s/conftestdir2/conftest.d2/.
26005         * m4/utimes.m4: s/conftestdata/conftest.data/
26006         Inspired by Pavel Roskin's change in autoconf.
26007
26008 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
26009
26010         * lib/config.charset: Update for FreeBSD 4.2.
26011
26012 2001-01-27  Jim Meyering  <meyering@lucent.com>
26013
26014         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
26015         a use of AS_IF.
26016         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
26017
26018 2001-01-26  Jim Meyering  <meyering@lucent.com>
26019
26020         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
26021         quotearg.c includes it.
26022
26023 2001-01-26  Jim Meyering  <meyering@lucent.com>
26024
26025         * lib/quotearg.c: Include stddef.h.
26026         * lib/quote.c: Include stddef.h.
26027         Reported by Axel Kittenberger.
26028
26029         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
26030         line in double quotes so that it evokes a better diagnostic.
26031         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
26032         Reported by Axel Kittenberger.
26033
26034 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
26035
26036         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
26037         as if it was a `charset'.
26038
26039 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
26040
26041         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
26042         has const.
26043
26044 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
26045
26046         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
26047         to avoid a warning.  Add back 'const' to inptr.
26048
26049 2001-01-20  Jim Meyering  <meyering@lucent.com>
26050
26051         Be sure that headers are checked before used in code compiled
26052         for the type checks.
26053         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
26054         In place of that, invoke jm_CHECK_ALL_TYPES.
26055         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
26056         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
26057         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
26058         The check for ssize_t was mistakenly run before the test for unistd.h.
26059
26060         The configure-time check for stdbool.h was missing.
26061         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
26062         (jm_PREREQ_HASH): New function.
26063
26064 2001-01-17  Jim Meyering  <meyering@lucent.com>
26065
26066         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
26067         for autoconf-2.49c.
26068         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
26069
26070 2001-01-16  Jim Meyering  <meyering@lucent.com>
26071
26072         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
26073         From Bruno Haible.
26074
26075 2001-01-14  Jim Meyering  <meyering@lucent.com>
26076
26077         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
26078         foo and bar.  Create conftestdir/ in the script, not in the C code.
26079         Remove directories in the script, not in the C code.
26080         Remove conftestdir{,2} before trying to create the directory.
26081         Make the entire configure script fail if the mkdir fails.
26082
26083 2001-01-14  Jim Meyering  <meyering@lucent.com>
26084
26085         * lib/rename.c: New file.  From Volker Borchert.
26086         Include stdlib.h, string.h or strings.h, and xalloc.h.
26087         Use strip_trailing_slashes rather than open-coding it.
26088
26089 2001-01-03  Paul Eggert  <eggert@twinsun.com>
26090
26091         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
26092
26093 2001-01-03  Jim Meyering  <meyering@lucent.com>
26094
26095         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
26096         of local `inptr' to avoid warning with some system declarations of
26097         iconv.
26098
26099 2001-01-02  Volker Borchert  <bt@teknon.de>
26100
26101         * m4/rename.m4: New file.
26102         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
26103
26104 2001-01-01  Jim Meyering  <meyering@lucent.com>
26105
26106         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
26107         even on systems with utmpx.h.  It's necessary for the declaration of
26108         utmp's ut_user member.  Reported by Andreas Jaeger.
26109
26110         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
26111         available. They are required for the declarations of getgrgid and
26112         getpwuid resp.
26113         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
26114         Reported by Andreas Jaeger.
26115
26116 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
26117
26118         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
26119         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
26120         so `make install' also works in VPATH builds.
26121
26122 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
26123
26124         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
26125         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
26126         can be used in subdirectories.
26127
26128 2000-12-29  Paul Eggert  <eggert@twinsun.com>
26129
26130         * lib/modechange.c: Do not assume that mode_t uses the
26131         traditional octal encoding.  E.g. "chmod 1 FOO" should set
26132         the other-execute bit of FOO even if S_IXOTH != 1.
26133
26134         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
26135         WOTH, XOTH, ALLM): New macros.
26136         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
26137          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
26138         Use them.
26139         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
26140         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
26141         (mode_compile):
26142         No need to use uintmax_t; unsigned long is long enough.
26143         Don't bother to get suffix since we don't use it.
26144
26145 2000-12-26  Jim Meyering  <meyering@lucent.com>
26146
26147         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
26148         better with autoheader.
26149
26150 2000-12-24  Jim Meyering  <meyering@lucent.com>
26151
26152         * lib/hash.c (is_prime): Return explicit boolean values.
26153         (hash_get_first): Return NULL to appease Irix5.6's 89.
26154         Reported by Nelson Beebe.
26155
26156 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
26157
26158         * lib/localcharset.c (locale_charset): Add support for Win32.
26159
26160 2000-12-18  Paul Eggert  <eggert@twinsun.com>
26161
26162         * lib/physmem.h, lib/physmem.c: New files.
26163
26164         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
26165         (noinst_HEADERS): Add physmem.h.
26166
26167         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
26168         't' for compatibility with Solaris 8 sort.
26169
26170 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
26171
26172         * lib/config.charset: Add support for BeOS.
26173
26174 2000-12-17  Jim Meyering  <meyering@lucent.com>
26175
26176         * m4/dos.m4 (jm_AC_DOS): New file and macro.
26177         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
26178
26179 2000-12-16  Jim Meyering  <meyering@lucent.com>
26180
26181         This bug had a serious impact on chown: `chown N:M FILE' (for integer
26182         N and M) would have treated it like `chown N:N FILE'.
26183
26184         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
26185
26186 2000-12-16  Jim Meyering  <meyering@lucent.com>
26187
26188         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
26189         SHELLS_FILE to a file name that's useful on djgpp systems.
26190         Include stdlib.h.
26191         (ADDITIONAL_DEFAULT_SHELLS): Define.
26192         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
26193         Based mostly on a patch from Prashant TR.
26194
26195 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
26196
26197         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
26198         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
26199         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
26200
26201 2000-12-08  Andreas Schwab  <schwab@suse.de>
26202
26203         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
26204         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
26205
26206 2000-12-07  Jim Meyering  <meyering@lucent.com>
26207
26208         * lib/stripslash.c (ISSLASH): Define.
26209         (strip_trailing_slashes): Use ISSLASH rather than comparing against
26210         `/'.
26211         From Prashant TR.
26212
26213         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
26214         (dir_name_r): Declare this function as static.
26215         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
26216         manifest itself on a name containing a mix of slashes and
26217         backslashes.
26218         Make this function work with names starting with a DOS-style
26219         drive letter and colon prefix.
26220         (dir_name): Append `.' if necessary.
26221         Based mostly on patches from Prashant TR and Eli Zaretskii.
26222
26223         * lib/dirname.h (dir_name_r): Remove prototype.
26224
26225 2000-12-06  Paul Eggert  <eggert@twinsun.com>
26226
26227         * m4/off_t-format.m4: Remove this file.
26228         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
26229
26230 2000-12-06  Jim Meyering  <meyering@lucent.com>
26231
26232         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
26233         replacement strtoull, we may well need the replacement strtoul, too.
26234         Check for declarations of strtoul and strtoull.
26235         Check for strtol.  Mainly as a cue to cause automake to include
26236         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
26237         Check for limits.h -- strtol.c needs it.
26238
26239 2000-12-05  Jim Meyering  <meyering@lucent.com>
26240
26241         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
26242
26243 2000-12-04  Jim Meyering  <meyering@lucent.com>
26244
26245         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
26246         Also include memory.h, stdlib.h, unistd.h if appropriate.
26247         Reported by Andreas Jaeger (conflicting declaration of malloc).
26248
26249 2000-12-02  Jim Meyering  <meyering@lucent.com>
26250
26251         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
26252         * m4/jm-macros.m4 (jm_MACROS): require it.
26253
26254 2000-12-02  Jim Meyering  <meyering@lucent.com>
26255
26256         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
26257
26258 2000-12-01  Paul Eggert  <eggert@twinsun.com>
26259
26260         * lib/memrchr.c: Include <config.h> before any system include file.
26261
26262 2000-11-30  Jim Meyering  <meyering@lucent.com>
26263
26264         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
26265
26266 2000-11-30  Jim Meyering  <meyering@lucent.com>
26267
26268         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
26269
26270 2000-11-29  Paul Eggert  <eggert@twinsun.com>
26271
26272         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
26273
26274 2000-11-26  Jim Meyering  <meyering@lucent.com>
26275
26276         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
26277
26278 2000-11-22  Paul Eggert  <eggert@twinsun.com>
26279
26280         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
26281         size of (size_t) -1; it's not portable.
26282
26283 2000-11-17  Jim Meyering  <meyering@lucent.com>
26284
26285         * lib/strstr.c: Update from GNU libc.
26286
26287 2000-11-17  Akim Demaille  <akim@epita.fr>
26288
26289         * lib/obstack.h: Formatting changes.
26290         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
26291         prevent type checking.
26292         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
26293         cast the value to (void *): assigning a `foo *' to a `void *'
26294         variable is valid.
26295         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
26296
26297 2000-11-16  Jim Meyering  <meyering@lucent.com>
26298
26299         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
26300
26301 2000-11-11  Jim Meyering  <meyering@lucent.com>
26302
26303         * lib/error.c: Add a couple #includes, merging from GNU libc version.
26304
26305 2000-11-10  Jim Meyering  <meyering@lucent.com>
26306
26307         * lib/obstack.h: Update from GNU libc.
26308         * lib/obstack.c: Likewise.
26309
26310 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
26311
26312         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
26313
26314 2000-11-06  Paul Eggert  <eggert@twinsun.com>
26315
26316         * lib/getusershell.c (setusershell): Use rewind rather than
26317         fseek/fseeko, to avoid configuration hassles with fseeko.
26318         Don't bother opening SHELLS_FILE if shellstream is NULL;
26319         it's not necessary.
26320
26321 2000-11-05  Jim Meyering  <meyering@lucent.com>
26322
26323         * lib/makepath.h (make_dir): Declare.
26324         * lib/makepath.c (make_dir): Remove `static' attribute.
26325         Tweak a comment.
26326
26327 2000-11-04  Jim Meyering  <meyering@lucent.com>
26328
26329         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
26330
26331 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
26332
26333         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
26334         last one in a bucket, advance to the next bucket.
26335
26336 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
26337
26338         * lib/fnmatch.c: Do not comment out all the code if we are using
26339         the GNU C library, because in some cases we are replacing buggy
26340         code in the GNU C library itself.
26341
26342 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
26343
26344         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
26345         (regex_compile): Catch bogus \(\1\).
26346
26347 2000-10-30  Paul Eggert  <eggert@twinsun.com>
26348
26349         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
26350         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
26351         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
26352
26353 2000-10-30  Paul Eggert  <eggert@twinsun.com>
26354
26355         * lib/error.h, getline.h, modechange.h:
26356         Remove "2000" from Copyright line, as the file hasn't been
26357         changed this year other than in the copyright notice.
26358
26359         * lib/xalloc.h: Add "2000" to Copyright line, as this file
26360         was changed this year.
26361
26362 2000-10-29  Jim Meyering  <meyering@lucent.com>
26363
26364         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
26365         renaming.
26366         * m4/ls-mntd-fs.m4: Likewise
26367
26368 2000-10-29  Jim Meyering  <meyering@lucent.com>
26369
26370         * lib/xstat.in: Fix grammar in comment.
26371
26372 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
26373
26374         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
26375         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
26376         doesn't define __restrict_arr.
26377
26378 2000-10-28  Jim Meyering  <meyering@lucent.com>
26379
26380         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
26381         (jm_PREREQ_MEMCHR): New function.
26382
26383 2000-10-28  Jim Meyering  <meyering@lucent.com>
26384
26385         * lib/memchr.c: Update from libc.
26386         Adjust for portability:
26387         [HAVE_STDLIB_H]: Include stdlib.h.
26388         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
26389         Undef __memchr, too.
26390         [!weak_alias]: Define __memchr to memchr.
26391
26392         * lib/regex.c: Update from libc.
26393         * lib/regex.h: Likewise.
26394         * lib/getopt1.c: Likewise.
26395         * lib/memcmp.c: Likewise.
26396
26397         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
26398         Avoid using fseek, when possible -- it's broken by design.
26399         Patch by Ulrich Drepper.
26400
26401 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
26402
26403         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
26404         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
26405         Giving in to popular pressure to shut up the compiler with casts.
26406
26407 2000-10-26  Jim Meyering  <meyering@lucent.com>
26408
26409         * lib/strftime.c: Update from libc.
26410
26411 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
26412
26413         * regex.c: More `unsigned char' -> `re_char' changes.
26414         Also change several `int' into `re_wchar_t'.
26415         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
26416         (PUSH_FAILURE_POINTER): Don't cast any more.
26417         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
26418         We want GCC to complain, since this piece of code makes
26419         re_match non-reentrant, which *should* be fixed.
26420         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
26421         (EXTEND_BUFFER): Use RETALLOC.
26422         (SET_LIST_BIT): Don't cast.
26423         (re_wchar_t): New type.
26424         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
26425         that those two functions will always properly return.
26426         (IMMEDIATE_QUIT_CHECK): Cast to void.
26427         (analyse_first): Use recursion rather than an explicit stack.
26428         (re_compile_fastmap): Can't fail anymore.
26429         (re_search_2): Don't check re_compile_fastmap for failure.
26430         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
26431         Now also sets the new value (passed in a new argument).
26432         (re_match_2_internal): Use it.
26433         Also, use a new var `reg' of type size_t when looping through regs
26434         rather than reuse the inappropriate `mcnt'.
26435
26436 2000-10-25  Jim Meyering  <meyering@lucent.com>
26437
26438         * lib/obstack.c: Update from libc.
26439
26440 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
26441
26442         * regex.c (regex_compile): Change the way of handling a range from
26443         a char less than 256 to a char not less than 256.
26444
26445 2000-10-24  Andrew Innes  <andrewi@gnu.org>
26446
26447         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
26448         NT-Emacs only.
26449         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
26450         so that re_search functions only quit when callers expect them to.
26451
26452 2000-10-23  Jim Meyering  <meyering@lucent.com>
26453
26454         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
26455         wrong.  That set_locale call must not have any side effects.
26456         From Paul Eggert.
26457
26458 2000-10-22  Jim Meyering  <meyering@lucent.com>
26459
26460         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
26461         [CYCLIC]: Remove now-unused definition.
26462
26463         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
26464         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
26465         Suggestion from Ulrich Drepper.
26466
26467 2000-10-21  Jim Meyering  <meyering@lucent.com>
26468
26469         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
26470         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
26471         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
26472
26473 2000-10-21  Jim Meyering  <meyering@lucent.com>
26474
26475         * lib/dirname.c (memrchr): Declare if necessary.
26476         (dir_name): Remove the restriction that there be no
26477         trailing slashes.  Now, this code skips past them, effectively
26478         ignoring them.
26479         [TEST_DIRNAME] (main): New unit tests.
26480
26481         * lib/memrchr.c: New file from GNU libc.
26482         Undef __memrchr, too.
26483         [!weak_alias]: Define __memrchr to memrchr.
26484         Guard weak_alias use with `#ifdef weak_alias'.
26485
26486 2000-10-21  Jim Meyering  <meyering@lucent.com>
26487
26488         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
26489         (dir_name): Use dir_name_r.
26490         * lib/dirname.h (dir_name_r): Declare it.
26491
26492 2000-10-17  Jim Meyering  <meyering@lucent.com>
26493
26494         * lib/quote.h (PARAMS): Define and use.
26495         Reported by Akim Demaille.
26496
26497         * lib/getopt.c: Update from libc.
26498
26499 2000-10-16  Jim Meyering  <meyering@lucent.com>
26500
26501         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
26502         setlocale.
26503         From Jan Fedak.
26504
26505 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
26506
26507         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
26508
26509 2000-09-25  Jim Meyering  <meyering@lucent.com>
26510
26511         * lib/md5.h (rol): Define (from GnuPG).
26512
26513         * lib/sha.c: Give credit (GnuPG) where due.
26514         (M): Use rol rather than open-coding it.
26515         Add a FIXME comment.
26516
26517 2000-09-21  Jim Meyering  <meyering@lucent.com>
26518
26519         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
26520         Reported by Michael Stone.
26521
26522 2000-09-20  Jim Meyering  <meyering@lucent.com>
26523
26524         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
26525         (noinst_HEADERS): Add sha.h.
26526         Based on code from Scott G. Miller and from GnuPG.
26527
26528 2000-09-18  Jim Meyering  <meyering@lucent.com>
26529
26530         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
26531         LIBS. Otherwise, everyone ends up linking with -lelf for some
26532         configurations.
26533         Reported by Mike Stone.
26534
26535 2000-09-15  Jim Meyering  <meyering@lucent.com>
26536
26537         * lib/regex.c: Update from libc.
26538
26539 2000-09-10  Jim Meyering  <meyering@lucent.com>
26540
26541         * lib/getopt.c (_getopt_internal): Update from glibc.
26542
26543 2000-09-09  Jim Meyering  <meyering@lucent.com>
26544
26545         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
26546         think it should be used as a general replacement for isascii.
26547         * lib/fnmatch.c: Likewise.
26548         * lib/mbswidth.c: Likewise
26549         * lib/regex.c: Likewise.
26550
26551         Don't use atoi.
26552         * lib/userspec.c: Include sys/param.h and limits.h.
26553         Include xstrtol.h.
26554         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
26555         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
26556         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
26557         UID, GID.  Check range.
26558
26559 2000-09-06  Jim Meyering  <meyering@lucent.com>
26560
26561         * lib/getopt.c (_getopt_internal): Update from glibc.
26562
26563 2000-08-30  Jim Meyering  <meyering@lucent.com>
26564
26565         * lib/strftime.c: Merge in changes from GNU libc.
26566
26567 2000-08-26  Jim Meyering  <meyering@lucent.com>
26568
26569         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
26570         * m4/fpending.m4: New file.
26571
26572 2000-08-26  Jim Meyering  <meyering@lucent.com>
26573
26574         * lib/closeout.c: Include "__fpending.h".
26575         (close_stdout_status): Return right away if there's nothing to flush.
26576
26577         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
26578         * lib/__fpending.c: New file.
26579         * lib/__fpending.h: New file.
26580
26581 2000-08-20  Jim Meyering  <meyering@lucent.com>
26582
26583         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
26584         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
26585         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
26586
26587 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
26588
26589         Improve fileutils installation on systems where running
26590         programs (like install) can't be unlinked.
26591         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
26592         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
26593
26594 2000-08-07  Paul Eggert  <eggert@twinsun.com>
26595
26596         Standardize on "memory exhausted" instead of "Memory exhausted"
26597         or "virtual memory exhausted".
26598         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
26599         "virtual memory exhausted".
26600         * lib/same.c (same_name): Invoke xalloc_die instead of printing
26601         our own message.
26602         * lib/userspec.c (parse_user_spec): Likewise.
26603         * lib/bumpalloc.h: comment fix
26604         * lib/same.c, userspec.c: Include xalloc.h.
26605
26606         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
26607         not char *const and pointing to a constant array.
26608         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
26609         (xrealloc): Comment fix.
26610
26611         * lib/userspec.c (parse_user_spec):
26612         Don't translate a message until just before returning,
26613         to avoid unnecessary translation.
26614
26615 2000-08-07  Jim Meyering  <meyering@lucent.com>
26616
26617         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
26618         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
26619         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
26620         getgroups.c, gethostname.c, getopt.h, group-member.c,
26621         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
26622         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
26623         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
26624         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
26625         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
26626         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
26627         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
26628         yesno.c: Back out Copyright date changes for each file with no change
26629         this year.  This eases coordination with other programs using the same
26630         source code modules.  From Paul Eggert.
26631
26632 2000-08-06  Paul Eggert  <eggert@twinsun.com>
26633
26634         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
26635         not char, for compatibility with glibc 2.1.3 strftime.c.
26636
26637 2000-08-03  Greg McGary  <greg@mcgary.org>
26638
26639         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
26640         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
26641         (EXTEND_BUFFER): Use them.
26642
26643 2000-08-01  Jim Meyering  <meyering@lucent.com>
26644
26645         * lib/dirname.c (ISSLASH): Define.
26646         (BACKSLASH_IS_PATH_SEPARATOR): Define.
26647         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
26648         both `\' and `/' may be use as path separators.
26649         Based on a patch from Prashant TR.
26650
26651 2000-07-31  Paul Eggert  <eggert@twinsun.com>
26652
26653         * lib/quotearg.c (quotearg_n_options): Don't make the initial
26654         slot vector a constant, since it might get modified.
26655
26656 2000-07-31  Jim Meyering  <meyering@lucent.com>
26657
26658         * lib/xmalloc.c: Use `virtual memory exhausted', not
26659         `Memory exhausted'.
26660         * lib/obstack.c (print_and_abort): Likewise.
26661
26662 2000-07-30  Paul Eggert  <eggert@twinsun.com>
26663
26664         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
26665         buffer, so that the caller can always quote one small
26666         component of a "memory exhausted" message in slot 0.
26667         From a suggestion by Jim Meyering.
26668
26669 2000-07-30  Jim Meyering  <meyering@lucent.com>
26670
26671         * lib/makepath.c (make_path): Quote the other instance, too.
26672
26673         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
26674         (STATIC_BUF_SIZE): Define.
26675         (quotearg_n_options): Use only statically allocated storage when
26676         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
26677         than STATIC_BUF_SIZE.
26678
26679 2000-07-29  Jim Meyering  <meyering@lucent.com>
26680
26681         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
26682         * lib/dirname.c (dir_name): Likewise.
26683
26684         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
26685         `/'.
26686
26687         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
26688         (dir_name): Assert that there are no trailing slashes.
26689
26690 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
26691
26692         * lib/mbswidth.h (mbswidth): Add a flags argument.
26693         (mbswidth): New declaration.
26694         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
26695         * lib/mbswidth.c (mbswidth): Add a flags argument.
26696         (mbsnwidth): New function.
26697
26698 2000-07-24  Jim Meyering  <meyering@lucent.com>
26699
26700         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
26701
26702 2000-07-23  Paul Eggert  <eggert@twinsun.com>
26703
26704         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
26705
26706 2000-07-23  Paul Eggert  <eggert@twinsun.com>
26707
26708         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
26709         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
26710         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
26711         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
26712         invoke multibyte primitives.
26713
26714 2000-07-23  Paul Eggert  <eggert@twinsun.com>
26715
26716         * lib/quotearg.c:
26717         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
26718         so that mbstate_t is always defined.
26719
26720         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
26721         be 1 in at least one GCC installation, and this configuration
26722         error is likely to be common.  Ignoring MB_LEN_MAX hurts
26723         performance on hosts that have mbrtowc but have only unibyte
26724         locales, but I assume these hosts are rare.
26725
26726 2000-07-23  Paul Eggert  <eggert@twinsun.com>
26727
26728         * lib/mbswidth.c (_XOPEN_SOURCE):
26729         Don't define; this causes problems on Solaris 7.
26730         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
26731
26732 2000-07-23  Jim Meyering  <meyering@lucent.com>
26733
26734         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
26735         too: getgrgid, getpwuid, getuid.
26736
26737 2000-07-23  Jim Meyering  <meyering@lucent.com>
26738
26739         * lib/basename.c (base_name): Add an assertion.
26740
26741 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
26742
26743         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
26744         shadow its mbsinit function.
26745
26746 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
26747
26748         * lib/mbswidth.h: New file.
26749         * lib/mbswidth.c: New file.
26750         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
26751         (noinst_HEADERS): Add mbswidth.h.
26752
26753 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
26754
26755         * lib/config.charset: Add support for FreeBSD. Improve support for
26756         HP-UX and IRIX 6.
26757
26758 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
26759
26760         * m4/mbswidth.m4: New file.
26761         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
26762
26763 2000-07-15  Jim Meyering  <meyering@lucent.com>
26764
26765         * lib/makepath.c: Include quote.h.
26766         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
26767         corresponding argument in a `quote (...)' call.
26768         Give better diagnostics.
26769
26770         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
26771         (noinst_HEADERS): Add quote.h.
26772
26773         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
26774         from tar's src/misc.c.
26775         * lib/quote.h: New file.  Prototypes for same.
26776
26777 2000-07-14  Paul Eggert  <eggert@twinsun.com>
26778
26779         From a suggestion by Bruno Haible.
26780         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
26781         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
26782         to decide whether to define the BeOS workaround macro;
26783         this adjusts to the change to AC_MBSTATE_T.
26784
26785 2000-07-14  Jim Meyering  <meyering@lucent.com>
26786
26787         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
26788         jm_AC_TYPE_UINTMAX_T.
26789
26790 2000-07-13  Paul Eggert  <eggert@twinsun.com>
26791
26792         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
26793
26794         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
26795         quotearg_buffer_restyled): Add support for
26796         clocale_quoting_style.  Undo previous change to
26797         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
26798         and "{RIGHT QUOTATION MARK}" msgids.
26799
26800 2000-07-10  Paul Eggert  <eggert@twinsun.com>
26801
26802         From a suggestion by Bruno Haible.
26803         * m4/mbstate_t.m4 (AC_MBSTATE_T):
26804         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
26805         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
26806         and mbstate_t, to a single-part test that simply defines mbstate_t.
26807         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
26808         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
26809
26810 2000-07-10  Jim Meyering  <meyering@lucent.com>
26811
26812         * m4/strerror_r.m4: Mirror the correction made in autoconf.
26813
26814         * m4/gnu-source.m4: Output to confdefs.h directly.
26815         Suggestion from Akim Demaille.
26816
26817 2000-07-09  Paul Eggert  <eggert@twinsun.com>
26818
26819         The old behavior of quoting `like this' doesn't look good with
26820         newer, ISO-style fonts.  See:
26821         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
26822
26823         Instead, quote "like this" by default.  Let the translator
26824         tailor the locale-specific quoting behavior by providing
26825         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
26826
26827         * lib/quotearg.c (N_): New macro.
26828         (gettext_default): New function.
26829         (quotearg_buffer_restyled): Use
26830         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
26831         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
26832
26833 2000-07-09  Jim Meyering  <meyering@lucent.com>
26834
26835         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
26836         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
26837
26838         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
26839         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
26840
26841 2000-07-09  Jim Meyering  <meyering@lucent.com>
26842
26843         * lib/Most files: Update copyright dates to include 2000.
26844
26845 2000-07-08  Jim Meyering  <meyering@lucent.com>
26846
26847         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
26848         if not defined.
26849         (xgethostname): Remove now-unnecessary #ifdef.
26850         Move declaration of `err' into loop where it's used.
26851
26852 2000-07-05  Paul Eggert  <eggert@twinsun.com>
26853         and Bruno Haible  <haible@clisp.cons.org>
26854
26855         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
26856         only if the test for an object-type mbstate_t fails.  This
26857         prevents us from mistakenly reporting that mbstate_t is a
26858         system object type after we "#define mbstate_t int" to work
26859         around its lack.
26860
26861 2000-07-05  Paul Eggert  <eggert@twinsun.com>
26862         and Bruno Haible  <haible@clisp.cons.org>
26863
26864         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
26865
26866 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
26867
26868         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
26869         to strerror_r.
26870         Include <ctype.h> for use of isalpha.
26871
26872 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
26873
26874         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
26875         by allocating a larger buffer. Test the gethostname return value for
26876         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
26877         returns an error and ENAMETOOLONG isn't defined.
26878
26879 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
26880
26881         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
26882         dimension.
26883
26884 2000-07-04  Jim Meyering  <meyering@lucent.com>
26885
26886         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
26887         of the deprecated AC_CHECKING.
26888
26889 2000-07-04  Jim Meyering  <meyering@lucent.com>
26890
26891         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
26892         Reported by Bruno Haible.
26893
26894 2000-07-04  Jim Meyering  <meyering@lucent.com>
26895
26896         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
26897         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
26898         lacks mbrtowc.
26899
26900 2000-07-03  Paul Eggert  <eggert@twinsun.com>
26901
26902         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
26903         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
26904
26905 2000-07-03  Paul Eggert  <eggert@twinsun.com>
26906         and Bruno Haible  <haible@clisp.cons.org>
26907
26908         * lib/quotearg.c (mbrtowc):
26909         Assign to *pwc, and return 1 only if result is nonzero.
26910         (iswprint): Use ISPRINT when substituting our own mbrtowc.
26911
26912 2000-07-03  Jim Meyering  <meyering@lucent.com>
26913
26914         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
26915
26916 2000-07-03  Jim Meyering  <meyering@lucent.com>
26917
26918         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
26919         This is necessary to get a definition of e.g., UTMP_FILE on
26920         HP-UX 10.20.
26921         From Bob Proulx.
26922
26923 2000-07-02  Jim Meyering  <meyering@lucent.com>
26924
26925         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
26926
26927         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
26928         AC_LIBOBJ(function_name).
26929         * m4/chown.m4: Likewise.
26930         * m4/fnmatch.m4: Likewise.
26931         * m4/ftruncate.m4: Likewise.
26932         * m4/getgroups.m4: Likewise.
26933         * m4/getline.m4: Likewise.
26934         * m4/group-member.m4: Likewise.
26935         * m4/jm-macros.m4: Likewise.
26936         * m4/lstat.m4: Likewise.
26937         * m4/malloc.m4: Likewise.
26938         * m4/memcmp.m4: Likewise.
26939         * m4/nanosleep.m4: Likewise.
26940         * m4/putenv.m4: Likewise.
26941         * m4/realloc.m4: Likewise.
26942         * m4/regex.m4: Likewise.
26943         * m4/stat.m4: Likewise.
26944         * m4/strftime.m4: Likewise.
26945
26946 2000-07-02  Jim Meyering  <meyering@lucent.com>
26947
26948         * lib/quotearg.c (mbstate_t): Don't define here.
26949
26950 2000-07-02  Jim Meyering  <meyering@lucent.com>
26951
26952         * lib/nanosleep.c (SIGCONT): Define if not already defined.
26953
26954 2000-07-01  Jim Meyering  <meyering@lucent.com>
26955
26956         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
26957
26958 2000-07-01  Jim Meyering  <meyering@lucent.com>
26959
26960         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
26961         problem.
26962
26963 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
26964
26965         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
26966         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
26967
26968 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
26969
26970         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
26971         per change in ../m4/ls-mntd-fs.m4.
26972         (read_filesystem_list): Ignore symbolic links.
26973
26974 2000-06-29  Jim Meyering  <meyering@lucent.com>
26975
26976         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
26977         for declaration of strcmp.
26978
26979         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
26980
26981         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
26982         Avoid warning by casting result to `char *' to remove `const'.
26983
26984 2000-06-28  Jim Meyering  <meyering@lucent.com>
26985
26986         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
26987         included by quotearg.c, for which we perform this test.  From
26988         Bruno Haible.
26989
26990 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
26991
26992         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
26993         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
26994         <utmpx.h> exists, put readutmp.o into LIBOBJS.
26995
26996 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
26997
26998         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
26999
27000 2000-06-26  Paul Eggert  <eggert@twinsun.com>
27001
27002         savedir now sets errno on failure and invokes xmalloc to get memory.
27003         Fix a couple of other minor bugs while we're at it.
27004
27005         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
27006         (NAMLEN): Remove macro.
27007         (malloc, realloc): Remove decls.
27008         (stpcpy): Likewise.
27009         ("xalloc.h"): Include.
27010         (NAME_SIZE_DEFAULT): New macro.
27011         (savedir): Use xmalloc / xrealloc to allocate memory.
27012         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
27013         Skip "" directory entries.
27014         Use strlen to calculate directory entry length, since the old method
27015         is rarely used these days and isn't worth supporting.
27016         Don't use a pointer after freeing it.
27017         Check for integer overflow when calculating allocation size.
27018         Use memcpy to copy entries, instead of stpcpy.
27019         Set errno properly when returning NULL.
27020         Check for readdir error.
27021
27022 2000-06-26  Jim Meyering  <meyering@lucent.com>
27023
27024         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
27025
27026 2000-06-25  Jim Meyering  <meyering@lucent.com>
27027
27028         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
27029         Linux header bug when _XOPEN_SOURCE is defined to 500.
27030
27031 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
27032
27033         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
27034         deficiency.
27035
27036 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
27037
27038         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
27039         Include xalloc.h.
27040         Don't include <stdlib.h>.  Don't declare malloc, realloc.
27041
27042 2000-06-24  Jim Meyering  <meyering@lucent.com>
27043
27044         * m4/strerror_r.m4: Revive this file -- to try out an experimental
27045         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
27046         for which strerror does return char*, but which lacks a conveniently
27047         accessible declaration of the function.  If the compile-test says
27048         strerror_r doesn't work, then resort to a `run'-test that works on
27049         BeOS and segfaults on DEC Unix.
27050
27051 2000-06-24  Jim Meyering  <meyering@lucent.com>
27052
27053         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
27054
27055 2000-06-23  Paul Eggert  <eggert@twinsun.com>
27056
27057         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
27058         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
27059
27060 2000-06-23  Paul Eggert  <eggert@twinsun.com>
27061
27062         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
27063         (mbrtowc, mbstate_t): Define substitutes if
27064         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
27065         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
27066         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
27067
27068 2000-06-23  Jim Meyering  <meyering@lucent.com>
27069
27070         * m4/afs.m4: Add missing AC_MSG_RESULT.
27071         Reported by Bruno Haible.
27072
27073         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
27074         Suggestion from Bruno Haible.
27075
27076 2000-06-23  Jim Meyering  <meyering@lucent.com>
27077
27078         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
27079
27080 2000-06-21  Jim Meyering  <meyering@lucent.com>
27081
27082         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
27083
27084 2000-06-21  Jim Meyering  <meyering@lucent.com>
27085
27086         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
27087         (noinst_HEADERS): Add getstr.h.
27088
27089         * lib/getline.c (getstr): Move into a separate file.
27090         * lib/getstr.c (getstr): New file, extracted from getline.c, with
27091         the following changes: new parameter, delim2; both delim[12]
27092         parameters have type `int', not `char'.  The latter would lose
27093         with 8-bit delimiters.
27094         * lib/getstr.h: New file.
27095
27096 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
27097
27098         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
27099         than 1024, return a memory chunk of least possible size, instead
27100         of size PATH_MAX + 2. In the loop, increment the size proportionally.
27101         Use free/xmalloc instead of xrealloc to avoid copying for very long
27102         paths.
27103
27104 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
27105
27106         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
27107         the empty string.
27108
27109 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
27110
27111         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
27112         address, not strdup.  Include <stdlib.h> and don't declare free().
27113
27114 2000-06-19  Jim Meyering  <meyering@lucent.com>
27115
27116         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
27117
27118 2000-06-18  Jim Meyering  <meyering@lucent.com>
27119
27120         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
27121
27122         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
27123         `checking whether...' message to be consistent with that of the
27124         lstat test.
27125
27126 2000-06-18  Jim Meyering  <meyering@lucent.com>
27127
27128         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
27129         Besides, these days every porting target provides a mkdir function.
27130
27131         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
27132         needed. (this snippet comes from src/system.h).
27133
27134 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
27135
27136         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
27137
27138 2000-06-15  Paul Eggert  <eggert@twinsun.com>
27139
27140         * lib/human.c (adjust_value): New function.
27141         (human_readable_inexact): Apply rounding style even when
27142         printing approximate values.
27143
27144 2000-06-14  Paul Eggert  <eggert@twinsun.com>
27145
27146         * lib/human.c (human_readable_inexact): Allow an input block
27147         size that is not a multiple of the output block size, and vice versa.
27148         Reported by Piergiorgio Sartor.
27149
27150 2000-06-14  Paul Eggert  <eggert@twinsun.com>
27151
27152         * lib/getdate.y (get_date): Apply relative times after time
27153         zone indicator, not before.  Reported by Todd A. Jacobs.
27154
27155 2000-06-13  Jim Meyering  <meyering@lucent.com>
27156
27157         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
27158
27159         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
27160
27161 2000-06-12  Paul Eggert  <eggert@twinsun.com>
27162
27163         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
27164
27165 2000-06-12  Jim Meyering  <meyering@lucent.com>
27166
27167         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
27168         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
27169         optional argument.
27170         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
27171         the optional argument, `lib'.
27172
27173 2000-06-08  Jim Meyering  <meyering@lucent.com>
27174
27175         * m4/largefile.m4: Remove file (now that it's part of autoconf).
27176
27177 2000-06-04  Paul Eggert  <eggert@twinsun.com>
27178
27179         Rewrite largefile configuration so that we don't need to run
27180         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
27181         AC_CANONICAL_HOST in configure.in -- jmm]
27182
27183         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
27184         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
27185         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
27186         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
27187         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
27188         All uses changed.
27189         Instead of inspecting the output of getconf, try to compile the
27190         test program without and with the macro definition.
27191         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
27192         for getconf.  Instead, check for the needed flags by compiling
27193         test programs.
27194
27195 2000-06-04  Paul Eggert  <eggert@twinsun.com>
27196
27197         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
27198
27199 2000-06-04  Jim Meyering  <meyering@lucent.com>
27200
27201         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
27202         SunOS 4.1.4 for which gid_t is an unsigned type.
27203
27204 2000-06-03  Jim Meyering  <meyering@lucent.com>
27205
27206         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
27207         now that autoconf requires that.
27208
27209         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
27210         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
27211         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
27212
27213 2000-06-03  Jim Meyering  <meyering@lucent.com>
27214
27215         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
27216
27217 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
27218
27219         * m4/glibc21.m4: New file.
27220         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
27221
27222 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
27223
27224         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
27225         newer, don't install charset.alias.
27226         * lib/config.charset: Change the Linux/glibc rules so they become empty
27227         on glibc-2.1 or newer.
27228
27229 2000-06-02  Jim Meyering  <meyering@lucent.com>
27230
27231         * lib/mountlist.c: Back out last change.  Instead, do this...
27232         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
27233         me_dummy member using the same `ignore'-testing code.
27234         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
27235         fs_type strings.
27236         From Mark D. Roth.
27237
27238 2000-05-29  Jim Meyering  <meyering@lucent.com>
27239
27240         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
27241         mounts with the `ignore' attribute.  Based on a patch from
27242         Mark D. Roth.
27243
27244 2000-05-28  Jim Meyering  <meyering@lucent.com>
27245
27246         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
27247         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
27248         * m4/stat.m4: Likewise.
27249         * m4/lstat.m4: Likewise.
27250         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
27251
27252         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
27253         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
27254
27255 2000-05-26  Jim Meyering  <meyering@lucent.com>
27256
27257         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
27258
27259 2000-05-24  Jim Meyering  <meyering@lucent.com>
27260
27261         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
27262         autoconf requires that.
27263         * m4/lib-check.m4: Likewise.
27264         * m4/jm-macros.m4: Likewise.
27265         * m4/strftime.m4: Likewise.
27266
27267         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
27268         AC_CHECK_DECLS, now that autoconf requires that.
27269
27270 2000-05-22  Jim Meyering  <meyering@lucent.com>
27271
27272         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
27273         * m4/lstat.m4: Likewise.
27274
27275 2000-05-22  Jim Meyering  <meyering@lucent.com>
27276
27277         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
27278
27279 2000-05-20  Jim Meyering  <meyering@lucent.com>
27280
27281         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
27282         (jm_PREREQ): Use it.
27283
27284 2000-05-18  Jim Meyering  <meyering@lucent.com>
27285
27286         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
27287         back, too, since it may have been modified by allocate_entry.
27288         (hash_delete): Rewrite to use neither the assignment operator
27289         nor the comma operator in an if-expression.
27290
27291 2000-05-15  Paul Eggert  <eggert@twinsun.com>
27292
27293         * lib/closeout.c:
27294         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
27295         Remove; no longer needed.
27296         "quotearg.h": Add include.
27297         (file_name): Do not bother to explicitly initialize to NULL; it's less
27298         efficient on some hosts.
27299         (close_stdout_status): Remove test as to whether stdout was already
27300         closed; it breaks for the case "echo x | sort >&-".
27301         Quote file name colons.
27302         Do not assume that _("write error") lacks format strings.
27303
27304 2000-05-15  Jim Meyering  <meyering@lucent.com>
27305
27306         * lib/version-etc.c (version_etc_copyright): Update the copyright
27307         string used in all --version output.
27308
27309 2000-05-14  Jim Meyering  <meyering@lucent.com>
27310
27311         * lib/closeout.c (close_stdout_set_file_name): New function.
27312         (close_stdout_status): Use new file-scoped global.
27313         Return right away if fstat says the stdout file descriptor is invalid.
27314         * lib/closeout.h (close_stdout_set_file_name): Declare.
27315
27316 2000-05-10  Jim Meyering  <meyering@lucent.com>
27317
27318         * lib/closeout.c [default_exit_status]: New file-scoped variable.
27319         (close_stdout_set_status): New function.
27320         * lib/closeout.h (close_stdout_set_status): Declare.
27321
27322 2000-05-09  Jim Meyering  <meyering@lucent.com>
27323
27324         * m4/gettext.m4: Rename this...
27325         * m4/libintl.m4: ...to this.
27326
27327 2000-05-08  Jim Meyering  <meyering@lucent.com>
27328
27329         * lib/long-options.c: Don't include closeout.h.
27330         (parse_long_options): Don't call close_stdout for --version.
27331
27332 2000-05-06  Paul Eggert  <eggert@twinsun.com>
27333
27334         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
27335         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
27336         2.1.3 bug.  This avoids a clash when files like regex.c define
27337         _GNU_SOURCE.
27338
27339 2000-05-06  Jim Meyering  <meyering@lucent.com>
27340
27341         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
27342         (AC_REPLACE_FUNCS): Add strnlen.
27343
27344         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
27345         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
27346
27347         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
27348         AC_SEARCH_LIBS call for nanosleep.
27349         (LIB_NANOSLEEP): Set and AC_SUBST.
27350
27351 2000-05-06  Jim Meyering  <meyering@lucent.com>
27352
27353         * lib/strnlen.c: Undefine __strnlen and strnlen.
27354         [!weak_alias]: Define __strnlen to strnlen.
27355
27356         * lib/atexit.c: New file, from libiberty.
27357
27358 2000-05-06  Jim Meyering  <meyering@lucent.com>
27359
27360         * lib/closeout.c (close_stdout_status): Also check for errors on the
27361         stderr stream.
27362
27363 2000-05-05  Jim Meyering  <meyering@lucent.com>
27364
27365         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
27366         AC_SEARCH_LIBS call for clock_gettime.
27367         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
27368
27369         * m4/search-libs.m4: Update from autoconf.
27370
27371         su doesn't work on Solaris 2.6.
27372         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
27373         <shadow.h>.  Reported by Dragos Harabor.
27374
27375 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
27376
27377         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
27378         memcpy instead of xmalloc, xrealloc, path_concat.
27379         (locale_charset): Treat empty environment variables as absent.
27380         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
27381
27382 2000-05-04  Jim Meyering  <meyering@lucent.com>
27383
27384         * lib/getopt.c: Update from glibc.
27385         * lib/obstack.c: Likewise.
27386         * lib/obstack.h: Likewise.
27387         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
27388         file
27389
27390         * lib/regex.h: Likewise.
27391         * lib/strndup.c: Likewise.
27392         * lib/strnlen.c: New file, from glibc.
27393
27394 2000-05-03  Jim Meyering  <meyering@lucent.com>
27395
27396         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
27397
27398 2000-05-02  Paul Eggert  <eggert@twinsun.com>
27399
27400         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
27401         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
27402         compile-time test, rather than inspecting host and OS, to
27403         decide whether to define _LARGEFILE_SOURCE.
27404
27405 2000-05-01  Jim Meyering  <meyering@lucent.com>
27406
27407         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
27408
27409         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
27410         Based on a patch from Bruno Haible.
27411
27412 2000-05-01  Jim Meyering  <meyering@lucent.com>
27413
27414         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
27415
27416 2000-04-29  Jim Meyering  <meyering@lucent.com>
27417
27418         * lib/path-concat.c: Declare strdup only if it's not defined.
27419         * lib/canon-host.c: Likewise.
27420
27421 2000-04-28  Jim Meyering  <meyering@lucent.com>
27422
27423         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
27424         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
27425         is included first, then limits.h is included by locale.h by libintl.h.
27426         From John David Anglin.
27427
27428 2000-04-25  Jim Meyering  <meyering@lucent.com>
27429
27430         * lib/makepath.c (S_IRWXUGO): Define.
27431         (make_path): Always perform explicit chmod if MODE specifies any
27432         of the `special' permission bits.  Prompted by a bug report against
27433         install from Mate Wierdl and Joost van Baal.
27434
27435 2000-04-18  Jim Meyering  <meyering@lucent.com>
27436
27437         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
27438         (jm_PREREQ): Use it.
27439
27440 2000-04-18  Jim Meyering  <meyering@lucent.com>
27441
27442         * lib/README: New file.
27443
27444         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
27445         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
27446
27447 2000-04-17  Jim Meyering  <meyering@lucent.com>
27448
27449         Get it right :-)
27450         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
27451         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
27452         Suggestion from Akim Demaille.
27453
27454 2000-04-17  Jim Meyering  <meyering@lucent.com>
27455
27456         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
27457         the definition of it to rpl_strftime also defined-away the system's
27458         declaration.
27459
27460 2000-04-15  Jim Meyering  <meyering@lucent.com>
27461
27462         Use `C' to denote so-called `contiguous' files, the same way
27463         that tar does.
27464         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
27465         (ftypelet): Use S_ISCTG.
27466         From Michael Deutschmann.
27467
27468 2000-04-14  Jim Meyering  <meyering@lucent.com>
27469
27470         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
27471         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
27472         clobbered.
27473
27474 2000-04-14  Jim Meyering  <meyering@lucent.com>
27475
27476         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
27477
27478 2000-04-13  Jim Meyering  <meyering@lucent.com>
27479
27480         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
27481         AH_VERBATIM to insert required #ifndef into config.h.in.
27482         Suggestion from Akim Demaille.
27483
27484 2000-04-12  Jim Meyering  <meyering@lucent.com>
27485
27486         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
27487         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
27488         Christian Krackowizer.
27489
27490         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
27491         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
27492         (AC_SYS_LARGEFILE): Require.
27493         (AM_C_PROTOTYPES): Require.
27494
27495 2000-04-08  Jim Meyering  <meyering@lucent.com>
27496
27497         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
27498         names don't conflict.  Reported by Eli Zaretskii.
27499
27500 2000-04-07  Jim Meyering  <meyering@lucent.com>
27501
27502         * lib/putenv.c: Move inclusion of errno.h so it follows that of
27503         sys/types.h, to work around system header problems on AIX 3.2.5.
27504         From Bruno Haible.
27505
27506 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
27507
27508         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
27509         bug.  Deal with the different error behavior of Irix iconv.
27510
27511 2000-04-05  Paul Eggert  <eggert@twinsun.com>
27512
27513         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
27514         IRIX if the installer said otherwise.
27515
27516 2000-04-05  Jim Meyering  <meyering@lucent.com>
27517
27518         Portability tweaks required for ultrix4.3.
27519         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
27520         (jm_CHECK_DECLS): Add getutent to the list of functions.
27521         (_jm_DECL_HEADERS): Add utmpx.h.
27522         From John David Anglin.
27523
27524         * m4/strftime.m4: Back out the 2000-04-02 change.
27525         Instead of that change, simply undefine putenv in the test program.
27526
27527 2000-04-05  Jim Meyering  <meyering@lucent.com>
27528
27529         Portability tweaks required for ultrix4.3.
27530         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
27531         getutent.
27532         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
27533         * lib/canon-host.c: Declare strdup.
27534         * lib/path-concat.c: Likewise.
27535         From John David Anglin.
27536
27537 2000-04-04  Jim Meyering  <meyering@lucent.com>
27538
27539         Be more DOS 8.3-friendly.
27540         * lib/ref-add.sin: Renamed from ref-add.sed.in.
27541         * lib/ref-del.sin: Renamed from ref-del.sed.in.
27542         * lib/Makefile.am: Reflect renaming.
27543         Reported by Eli Zaretskii.
27544
27545         Use a temporary file name that won't clash with `charset.alias'
27546         in the DOS 8.3 name space.
27547         * lib/Makefile.am (charset_tmp): Define.
27548         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
27549         (uninstall-local): Likewise.
27550         Reported by Eli Zaretskii.
27551
27552 2000-04-03  Jim Meyering  <meyering@lucent.com>
27553
27554         * m4/gettext.m4: Fix typo in comment.
27555
27556         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
27557         textutils/configure.in).  Suggestion from Paul Eggert.
27558         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
27559
27560 2000-04-02  Paul Eggert  <eggert@twinsun.com>
27561
27562         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
27563         variable in the shell rather than using putenv, which isn't
27564         portable.  This avoids the configure-time inter-test dependency
27565         on the potentially-renamed putenv function.
27566
27567 2000-03-30  Paul Eggert  <eggert@twinsun.com>
27568
27569         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
27570         before checking struct stat.st_blksize, so that
27571         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
27572
27573 2000-03-29  Paul Eggert  <eggert@twinsun.com>
27574
27575         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
27576         since strftime.c uses HAVE_STRFTIME to decide whether to use
27577         the underlying strftime.
27578
27579 2000-03-29  Paul Eggert  <eggert@twinsun.com>
27580
27581         * lib/time/strftime.c (my_strftime): Make sure we call the system
27582         strftime, not ourselves, when invoking the underlying strftime.
27583
27584 2000-03-24  Jim Meyering  <meyering@lucent.com>
27585
27586         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
27587         (charset_alias): Define.
27588         (install-exec-local): Factor out common code.
27589         (uninstall-local): Split lines longer than 80.
27590         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
27591         (SUFFIXES): Define.
27592         (.sed.in.sed): New rule.  Don't redirect directly to $@.
27593         (CLEANFILES): Add ref-add.sed and ref-del.sed.
27594
27595 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
27596
27597         * lib/config.charset: Output a line containing "Packages using this
27598         file".
27599         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
27600         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
27601         ref-del.sed): New rules.
27602
27603 2000-03-17  Jim Meyering  <meyering@lucent.com>
27604
27605         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
27606         Otherwise, include <strings.h>
27607
27608 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
27609
27610         * lib/unicodeio.c (utf8_wctomb): New function.
27611         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
27612         format instead of in UCS-4 with platform dependent endianness.
27613
27614 2000-03-10  Jim Meyering  <meyering@lucent.com>
27615
27616         * m4/lib-check.m4: Look for getspnam in -lgen, too.
27617         From Marco Franzen.
27618
27619 2000-03-07  Paul Eggert  <eggert@twinsun.com>
27620
27621         * lib/savedir.c (savedir): Work even if directory size is
27622         negative; this can happen with some screwy NFS configurations.
27623
27624 2000-03-06  Jim Meyering  <meyering@lucent.com>
27625
27626         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
27627         if it's NULL (because we ran out of memory).  From Bruno Haible.
27628
27629 2000-03-05  Jim Meyering  <meyering@lucent.com>
27630
27631         * lib/localcharset.c ("path-concat.h"): Include.
27632         (get_charset_aliases): Use path_concat instead of ANSI string
27633         concatenation.
27634
27635         * lib/unicodeio.h (PARAMS): Define.
27636         Use it to guard prototype.
27637
27638 2000-03-04  Jim Meyering  <meyering@lucent.com>
27639
27640         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
27641         for lib/localcharset.c.
27642
27643 2000-03-04  Jim Meyering  <meyering@lucent.com>
27644
27645         * lib/Makefile.am (install-exec-local): Create $(libdir) before
27646         installing into it.
27647         (uninstall-local): Uncomment this rule so `make distcheck' works
27648         once again.
27649
27650         * lib/unicodeio.c (<errno.h>): Include it.
27651         (errno): Declare if not defined.
27652
27653         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
27654
27655         * lib/config.charset: New version, incorporating remarks from a linux
27656         i18n mailing list.  From Bruno Haible.
27657
27658 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
27659
27660         * m4/codeset.m4: New file.
27661         * m4/iconv.m4: New file.
27662         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
27663
27664 2000-03-03  Jim Meyering  <meyering@lucent.com>
27665
27666         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
27667
27668 2000-03-02  Jim Meyering  <meyering@lucent.com>
27669
27670         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
27671         the messages come out on separate lines.
27672
27673         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
27674         rather than jm_CHECK_DECLARATIONS.
27675         * m4/decl.m4: Remove now-unused file.
27676
27677         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
27678         geteuid.
27679
27680 2000-03-02  Jim Meyering  <meyering@lucent.com>
27681
27682         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
27683
27684 2000-03-01  Jim Meyering  <meyering@lucent.com>
27685
27686         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
27687         * lib/unicodeio.c: Likewise.
27688
27689 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
27690
27691         * lib/config.charset: New file.
27692         * lib/localcharset.c: New file.
27693         * lib/unicodeio.h, lib/unicodeio.c: New files.
27694         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
27695         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
27696         (noinst_HEADERS): Add unicodeio.h.
27697         (all-local, install-exec-local, charset.alias): New targets.
27698
27699 2000-02-28  Paul Eggert  <eggert@twinsun.com>
27700
27701         * lib/quotearg.c (ALERT_CHAR): New macro.
27702         (quotearg_buffer_restyled): Use it.
27703
27704 2000-02-27  Jim Meyering  <meyering@lucent.com>
27705
27706         * m4/check-decl.m4: Add getenv to the list.
27707
27708 2000-02-27  Jim Meyering  <meyering@lucent.com>
27709
27710         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
27711         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
27712
27713         * lib/backupfile.c: Guard inclusion of stdlib.h with
27714         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
27715         Declare malloc if needed.
27716
27717         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
27718         `#ifndef HAVE_DECL..'
27719         now that autoconf always defines the HAVE_DECL_ symbols.
27720         * lib/human.c: Likewise.
27721         * lib/same.c: Likewise.
27722         * lib/strtoumax.c: Likewise.
27723
27724         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
27725         declaration check was not run.
27726         * lib/hash.c: Likewise.
27727         * lib/human.c: Likewise.
27728         * lib/same.c: Likewise.
27729         * lib/strtoumax.c: Likewise.
27730
27731         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
27732         `.', then first look up the entire `.'-containing string as a login
27733         name.
27734
27735 2000-02-23  Jim Meyering  <meyering@lucent.com>
27736
27737         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
27738         in place of my hack.
27739
27740 2000-02-18  Paul Eggert  <eggert@twinsun.com>
27741
27742         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
27743         (textint): New typedef.
27744         (parser_control): Member year changed from int to textint.
27745         All uses changed.
27746         (YYSTYPE): Removed; replaced by %union with int and textint members.
27747         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
27748         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
27749         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
27750         (tSNUMBER, tUNUMBER): Now of type <textintval>.
27751         (date, number, to_year): Use width of number in digits, not its value,
27752         to determine whether it's a 2-digit year, or a 2-digit time.
27753         (yylex): Store number of digits of numeric tokens.
27754         Reported by John Kendall.
27755
27756         (parser_control): Changed from struct parser_control to typedef (for
27757         consistency).  All uses changed.
27758
27759         (tID): Removed; not used.
27760         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
27761
27762 2000-02-14  Paul Eggert  <eggert@twinsun.com>
27763
27764         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
27765         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
27766
27767 2000-02-12  Jim Meyering  <meyering@lucent.com>
27768
27769         * lib/userspec.c (ISDIGIT): Define it.
27770         (isdigit): Remove definition.
27771         (is_number): Use ISDIGIT, not isdigit.
27772         <libintl.h>: Include.
27773         (_ and N_): Define.
27774         (parse_user_spec): Mark translatable strings.
27775
27776 2000-02-10  Jim Meyering  <meyering@lucent.com>
27777
27778         With these changes, nanosleep.[ch] are finally enough like the other
27779         lib/* replacement files to compile on a few more losing systems.
27780
27781         * lib/nanosleep.h: Don't include config.h.
27782         Remove prototype from declaration of nanosleep.
27783         (PARAMS): Remove now-unneeded definition.
27784         * lib/nanosleep.c: #undef nanosleep.
27785         (rpl_nanosleep): Rename from nanosleep.
27786
27787 2000-02-10  Jim Meyering  <meyering@lucent.com>
27788
27789         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
27790         gnu_nanosleep to rpl_nanosleep.
27791
27792 2000-02-09  Jim Meyering  <meyering@lucent.com>
27793
27794         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
27795         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
27796
27797 2000-02-08  Akim Demaille  <akim@epita.fr>
27798
27799         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
27800         `[' and `]' and remove uses of `changequote'.
27801         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
27802         (AC_SYS_LARGEFILE): Likewise.
27803         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
27804         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
27805         of changequote.
27806         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
27807         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
27808         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
27809         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
27810
27811 2000-02-05  Jim Meyering  <meyering@lucent.com>
27812
27813         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
27814         Remove explicit use of AC_HEADER_TIME.  It is required by
27815         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
27816         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
27817         in autoconf whereby the expansion of the latter ended up preceding
27818         the expansion of its prerequisite, AC_HEADER_TIME.
27819         Reported by Volker Borchert.
27820
27821 2000-02-03  Jim Meyering  <meyering@lucent.com>
27822
27823         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
27824
27825 2000-02-03  Jim Meyering  <meyering@lucent.com>
27826
27827         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
27828         rather than with `#if HAVE_UTMPNAME'.
27829
27830 2000-02-02  Jim Meyering  <meyering@lucent.com>
27831
27832         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
27833         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
27834         Reported by Eli Zaretskii.
27835
27836 2000-02-01  Jim Meyering  <meyering@lucent.com>
27837
27838         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
27839
27840 2000-01-31  Jim Meyering  <meyering@lucent.com>
27841
27842         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
27843         functions.  Add the time.h and sys/time.h headers along with the
27844         AC_REQUIRE'ment of AC_HEADER_TIME.
27845
27846 2000-01-31  Jim Meyering  <meyering@lucent.com>
27847
27848         * lib/nanosleep.h (nanosleep): Guard declaration with
27849         `#if ! HAVE_DECL_NANOSLEEP'.
27850         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
27851         the declaration in that vendor's sys/timers.h.
27852         Reported by Christian Krackowizer.
27853
27854         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
27855         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
27856         (ISPRINT): Likewise.
27857         Reported by Tom Tromey.
27858
27859 2000-01-30  Jim Meyering  <meyering@lucent.com>
27860
27861         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
27862
27863         * m4/prereq.m4 (utmp_includes): Define.
27864         Check for ut_user and ut_name members in both struct utmpx
27865         and struct utmp.
27866
27867 2000-01-30  Jim Meyering  <meyering@lucent.com>
27868
27869         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
27870         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
27871         header files where only utmpx.ut_user is declared.
27872
27873         * lib/readutmp.h (UT_USER): Define.
27874
27875 2000-01-29  Jim Meyering  <meyering@lucent.com>
27876
27877         * m4/lib-check.m4: New file containing library-related checks from
27878         fileutils and sh-utils (textutils had none).
27879
27880 2000-01-28  Jim Meyering  <meyering@lucent.com>
27881
27882         * m4/perl.m4: Change format of warning message to look more like that
27883         from the missing script.  Suggestion from François Pinard.
27884
27885 2000-01-25  Jim Meyering  <meyering@lucent.com>
27886
27887         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
27888         well as time.h in the compile check.
27889         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
27890         Fix typo in cross-compiling case: s/yes/no/.
27891
27892 2000-01-23  Jim Meyering  <meyering@lucent.com>
27893
27894         * m4/jm-macros.m4: Move df-related tests here from
27895         fileutils/configure.in
27896
27897         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
27898         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
27899
27900         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
27901         s/space/ac_fsusage_space/.
27902         (jm_FILE_SYSTEM_USAGE): Take two parameters.
27903
27904         * m4/ftruncate.m4: New file (derived from part of
27905         fileutils/configure.in).
27906         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
27907         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
27908
27909         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
27910         AC_SUBST these here, rather than just in sh-util/configure.in, so
27911         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
27912         all the same.
27913         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
27914         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
27915         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
27916         (AC_SUBST(POW_LIBM)): Likewise.
27917         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
27918
27919 2000-01-23  Jim Meyering  <meyering@lucent.com>
27920
27921         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
27922         obstack.c.
27923
27924 2000-01-22  Jim Meyering  <meyering@lucent.com>
27925
27926         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
27927
27928         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
27929
27930         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
27931         configure.in
27932         (AC_CHECK_HEADERS): Likewise for sh-utils.
27933         (AC_CHECK_HEADERS): Likewise for textutils.
27934         Merge the three lists of headers.
27935
27936         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
27937         from fileutils' configure.in.
27938
27939         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
27940         code. Moved tests into their own function (_jm_DECL_HEADERS) in
27941         check-decl.m4.
27942
27943         * m4/check-decl.m4: Use #if rather than #ifdef.
27944         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
27945         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
27946         (_jm_DECL_HEADERS): Define new function.
27947         (jm_CHECK_DECLARATIONS): Require it.
27948
27949 2000-01-22  Jim Meyering  <meyering@lucent.com>
27950
27951         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
27952         [! HAVE_DECL_STRTOULL]: Declare strtoull.
27953         Required for some AIX systems.  Reported by Christian Krackowizer.
27954         [TESTING] (main): New function.
27955
27956         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
27957         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
27958         letters.
27959
27960         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
27961         iswprint.
27962
27963         * lib/strverscmp.c (ISDIGIT): Define.
27964         (strverscmp): Use ISDIGIT, not isdigit.
27965
27966 2000-01-19  Jim Meyering  <meyering@lucent.com>
27967
27968         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
27969         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
27970         defines `struct timespec' in <sys/time.h>
27971
27972         * m4/c-bs-a.m4: Remove uses of changequote altogether.
27973         Thanks to Akim for explaining.
27974
27975 2000-01-17  Paul Eggert  <eggert@twinsun.com>
27976
27977         * lib/nanosleep.c (nanosleep):
27978         Don't use SA_INTERRUPT to decide whether to call sigaction, as
27979         POSIX.1 doesn't require SA_INTERRUPT and some systems
27980         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
27981         it's been part of POSIX.1 since day 1 (in 1988).
27982
27983 2000-01-17  Jim Meyering  <meyering@lucent.com>
27984
27985         * lib/interlock: Remove unused file.  Reported by François Pinard.
27986
27987 2000-01-16  Paul Eggert  <eggert@twinsun.com>
27988
27989         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
27990         alert, backslash, formfeed, and vertical tab unnecessarily in
27991         shell quoting style.
27992
27993 2000-01-16  Jim Meyering  <meyering@lucent.com>
27994
27995         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
27996         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
27997         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
27998         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
27999
28000 2000-01-16  Jim Meyering  <meyering@lucent.com>
28001
28002         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
28003         because the latter didn't work.
28004
28005 2000-01-15  Jim Meyering  <meyering@lucent.com>
28006
28007         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
28008         (AC_REPLACE_FUNCS): Add memcpy and memset.
28009         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
28010         Add strpbrk.
28011         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
28012
28013 2000-01-12  Jim Meyering  <meyering@lucent.com>
28014
28015         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
28016         (jm_PREREQ): Use it.
28017         (jm_PREREQ_READUTMP): New macro.
28018         (jm_PREREQ): Use it.
28019
28020 2000-01-11  Paul Eggert  <eggert@twinsun.com>
28021
28022         Quote multibyte characters correctly.
28023         * m4/c-bs-a.m4: New file.
28024         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
28025         (jm_PREREQ): Use it.
28026
28027 2000-01-11  Paul Eggert  <eggert@twinsun.com>
28028
28029         * m4/uintmax_t.m4: Port to autoconf 2.13.
28030
28031 2000-01-08  Jim Meyering  <meyering@ascend.com>
28032
28033         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
28034         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
28035
28036 2000-01-04  Jim Meyering  <meyering@ascend.com>
28037
28038         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
28039         jm_STRUCT_DIRENT_D_TYPE.
28040         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
28041         jm_STRUCT_DIRENT_D_INO.
28042         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
28043         jm_STRUCT_UTIMBUF.
28044         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
28045         renamings.
28046         * m4/utime.m4: Likewise.
28047
28048         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
28049         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
28050
28051 2000-01-03  Paul Eggert  <eggert@twinsun.com>
28052
28053         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
28054         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
28055
28056 2000-01-02  Jim Meyering  <meyering@ascend.com>
28057
28058         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
28059         remember if this is necessary.
28060
28061 1999-12-26  Jim Meyering  <meyering@ascend.com>
28062
28063         * m4/jm-macros.m4: Use it here.
28064         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
28065
28066 1999-12-23  Jim Meyering  <meyering@ascend.com>
28067
28068         * m4/jm-macros.m4: Check for clock_gettime (moved from
28069         fileutils/configure.in)
28070         Check for gettimeofday.
28071
28072 1999-12-20  Jim Meyering  <meyering@ascend.com>
28073
28074         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
28075         autoconf-2.14a-1999-12-20.
28076
28077 1999-12-19  Jim Meyering  <meyering@ascend.com>
28078
28079         * m4/lstat-slash.m4: New file.
28080         * m4/jm-macros.m4: Use the new macro:
28081         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
28082
28083 1999-12-07  Jim Meyering  <meyering@ascend.com>
28084
28085         * m4/perl.m4: Require that File::Compare be available, too.
28086         Too many systems seem to lack it.
28087
28088         * m4/strftime.m4: Add checks for most of the cpp macros tested in
28089         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
28090
28091 1999-11-18  Paul Eggert  <eggert@twinsun.com>
28092
28093         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
28094         problem with the QNX 4.25 shell, which doesn't propagate exit
28095         status of failed commands inside shell assignments.
28096
28097 1999-11-17  Jim Meyering  <meyering@ascend.com>
28098
28099         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
28100
28101 1999-11-07  Jim Meyering  <meyering@ascend.com>
28102
28103         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
28104
28105 1999-11-06  Jim Meyering  <meyering@ascend.com>
28106
28107         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
28108         * m4/jm-macros.m4 (jm_MACROS): Use it here.
28109
28110 1999-11-05  Jim Meyering  <meyering@ascend.com>
28111
28112         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
28113         configure.in of textutils, fileutils, and sh-utils into this one
28114         (shared between those packages) file.
28115         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
28116         AC_STRUCT_ST_BLKSIZE.
28117
28118 1999-11-03  Jim Meyering  <meyering@ascend.com>
28119
28120         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
28121         of AC_CHECK_TYPE checks includes unistd.h.
28122         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
28123         Suggestion from Akim Demaille.
28124
28125 1999-10-30  Jim Meyering  <meyering@ascend.com>
28126
28127         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
28128         m4-quoted string.
28129         * m4/ls-mntd-fs.m4: Likewise.
28130         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
28131         * m4/jm-winsz1.m4: Likewise.
28132
28133         * m4/const.m4: Remove file, since the fix made it into the experimental
28134         version of autoconf.
28135         * m4/mktime.m4: Likewise.
28136
28137         * m4/check-type.m4: Remove file, now that the latest version of
28138         AC_CHECK_TYPE takes a third arg to specify additional #includes.
28139
28140         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
28141         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
28142         AC_CHECK_TYPE.
28143
28144 1999-10-04  Jim Meyering  <meyering@ascend.com>
28145
28146         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
28147
28148 1999-09-22  Paul Eggert  <eggert@twinsun.com>
28149
28150         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
28151         2.95.1 bug with HP-UX 10.20.
28152
28153 1999-09-17  Jim Meyering  <meyering@ascend.com>
28154
28155         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
28156         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
28157         due to missing strdup (against sh-utils-2.0).
28158
28159 1999-08-29  Jim Meyering  <meyering@ascend.com>
28160
28161         * m4/jm-macros.m4: Require jm_BISON.
28162         * m4/bison.m4: New file.
28163
28164 1999-08-17  Paul Eggert  <eggert@twinsun.com>
28165
28166         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
28167         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
28168
28169 1999-08-05  Jim Meyering  <meyering@ascend.com>
28170
28171         * m4/getline.m4: Rename test file from conftestdata to conftest.data
28172         to avoid conflicts with `conftest' on 8+3 filesystems.
28173         Suggestion from Eli Zaretskii.
28174
28175 1999-08-04  Jim Meyering  <meyering@ascend.com>
28176
28177         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
28178         fileutils and sh-utils (textutils's getline test was inadequate).
28179         (AM_FUNC_GETLINE): Run this test.
28180         (AC_CHECK_FUNCS): Check for getdelim.
28181         Reported by Bob Proulx.
28182
28183 1999-08-02  Jim Meyering  <meyering@ascend.com>
28184
28185         * m4/jm-macros.m4: Add a comment.
28186
28187 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28188
28189         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
28190         <inttypes.h> defines strtoumax as a macro (and not as a
28191         function).
28192
28193 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28194
28195         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
28196         that we can shift, multiply and divide unsigned long long
28197         values; Ultrix cc can't do it.
28198
28199 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28200
28201         * m4/mktime.m4: New file, which is a preview of what should appear
28202         in the next public autoconf release.
28203
28204 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28205
28206         * m4/lfs.m4: Remove this file.
28207         * m4/largefile.m4: New file.  It contains the old contents of
28208         lfs.m4, except that all names with prefix AC_LFS have been
28209         changed to use the prefix AC_SYS_LARGEFILE instead, to be
28210         compatible with future autoconf versions.  Also, some minor m4
28211         quoting problems have been fixed.
28212
28213 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28214
28215         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
28216         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
28217         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
28218         and simplify the shell code.
28219
28220 1999-08-01  Jim Meyering  <meyering@ascend.com>
28221
28222         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
28223         m4.
28224
28225 1999-07-20  Jim Meyering  <meyering@ascend.com>
28226
28227         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
28228
28229 1999-07-15  Jim Meyering  <meyering@ascend.com>
28230
28231         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
28232
28233 1999-05-22  Jim Meyering  <meyering@ascend.com>
28234
28235         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
28236
28237 1999-05-20  Jim Meyering  <meyering@ascend.com>
28238
28239         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
28240         Add a colon after each `then' in case $4 is empty.
28241
28242 1999-05-16  Jim Meyering  <meyering@ascend.com>
28243
28244         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
28245
28246 1999-05-10  Jim Meyering  <meyering@ascend.com>
28247
28248         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
28249
28250         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
28251         AC_FUNC_MKTIME.
28252
28253 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
28254
28255         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
28256
28257 1999-05-04  Paul Eggert  <eggert@twinsun.com>
28258
28259         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
28260         not CPPFLAGS, so that linking works correctly in IRIX.
28261
28262 1999-04-30  Paul Eggert  <eggert@twinsun.com>
28263
28264         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
28265
28266 1999-04-20  Paul Eggert  <eggert@twinsun.com>
28267
28268         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
28269         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
28270         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
28271         jm_AC_TYPE_UNSIGNED_LONG_LONG.
28272         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
28273
28274         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
28275
28276 1999-04-20  Jim Meyering  <meyering@ascend.com>
28277
28278         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
28279         AC_REPLACE xstroull if necessary.  From Paul Eggert.
28280         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
28281
28282 1999-04-18  Jim Meyering  <meyering@ascend.com>
28283
28284         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
28285         * m4/jm-macros.m4: Use it.
28286
28287 1999-04-06  Jim Meyering  <meyering@ascend.com>
28288
28289         * m4/strftime.m4: Remove test for %f.
28290
28291 1999-03-29  Jim Meyering  <meyering@ascend.com>
28292
28293         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
28294         superset of the AC_TYPE_* checks in the textutils, fileutils,
28295         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
28296         AC_TYPE_PID_T.
28297
28298 1999-03-28  Jim Meyering  <meyering@ascend.com>
28299
28300         * m4/jm-macros.m4: Define GNU_PACKAGE here.
28301         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
28302         replaced e.g., in the *.sh files of the sh-utils.
28303
28304 1999-03-20  Jim Meyering  <meyering@ascend.com>
28305
28306         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
28307         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
28308         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
28309
28310 1999-03-19  Jim Meyering  <meyering@ascend.com>
28311
28312         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
28313
28314 1999-03-12  Jim Meyering  <meyering@ascend.com>
28315
28316         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
28317
28318 1999-03-07  Jim Meyering  <meyering@ascend.com>
28319
28320         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
28321         declared.
28322
28323 1999-02-17  Jim Meyering  <meyering@ascend.com>
28324
28325         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
28326         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
28327
28328 1999-02-07  Jim Meyering  <meyering@ascend.com>
28329
28330         * m4/group-member.m4: New file -- extracted from sh-utils'
28331         configure.in.
28332
28333         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
28334         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
28335
28336 1999-02-06  Jim Meyering  <meyering@ascend.com>
28337
28338         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
28339         * m4/fnmatch.m4: Likewise.
28340         * m4/getgroups.m4: Likewise.
28341         * m4/lstat.m4: Likewise.
28342         * m4/malloc.m4: Likewise.
28343         * m4/putenv.m4: Likewise.
28344         * m4/realloc.m4: Likewise.
28345         * m4/regex.m4: Likewise.
28346         * m4/stat.m4: Likewise.
28347         * m4/strftime.m4: Likewise.
28348         Suggestion from Alain Magloire.
28349
28350         * m4/chown.m4: Use `.$ac_objext', not `.o'.
28351         * m4/fnmatch.m4: Likewise.
28352         * m4/getgroups.m4: Likewise.
28353         * m4/getline.m4: Likewise.
28354         * m4/lstat.m4: Likewise.
28355         * m4/malloc.m4: Likewise.
28356         * m4/memcmp.m4: Likewise.
28357         * m4/putenv.m4: Likewise.
28358         * m4/realloc.m4: Likewise.
28359         * m4/regex.m4: Likewise.
28360         * m4/stat.m4: Likewise.
28361         * m4/strftime.m4: Likewise.
28362         Suggestion from Alain Magloire.
28363
28364         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
28365         an argument.
28366
28367         * m4/regex.m4: Add a run-time Test for proper operation of
28368         re_compile_pattern.
28369
28370 1999-01-31  Jim Meyering  <meyering@ascend.com>
28371
28372         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
28373
28374 1999-01-30  Jim Meyering  <meyering@ascend.com>
28375
28376         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
28377
28378         * m4/jm-mktime.m4: Make this a wrapper around the official
28379         AM_FUNC_MKTIME rather than my private copy, now that the official one
28380         is up to date.
28381         * m4/mktime.m4: Remove file.
28382
28383         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
28384         * m4/uptime.m4: Likewise.
28385         * m4/uintmax_t.m4: Likewise.
28386
28387 1999-01-28  Jim Meyering  <meyering@ascend.com>
28388
28389         * m4/jm-macros.m4: Use jm_AFS.
28390         * m4/afs.m4: New file (from fileutils' configure.in).
28391
28392         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
28393         * m4/chown.m4: Likewise.
28394         * m4/d-ino.m4: Likewise.
28395         * m4/d-type.m4: Likewise.
28396         * m4/fnmatch.m4: Likewise.
28397         * m4/getgroups.m4: Likewise.
28398         * m4/gettext.m4: Likewise.
28399         * m4/jm-mktime.m4: Likewise.
28400         * m4/jm-winsz2.m4: Likewise.
28401         * m4/lcmessage.m4: Likewise.
28402         * m4/ls-mntd-fs.m4: Likewise.
28403         * m4/malloc.m4: Likewise.
28404         * m4/memcmp.m4: Likewise.
28405         * m4/putenv.m4: Likewise.
28406         * m4/realloc.m4: Likewise.
28407         * m4/st_mtim.m4: Likewise.
28408         * m4/strftime.m4: Likewise.
28409
28410 1999-01-16  Jim Meyering  <meyering@ascend.com>
28411
28412         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
28413         (ARGMATCH_DIE_DECL): Define.
28414
28415 1999-01-12  Jim Meyering  <meyering@ascend.com>
28416
28417         * m4/Makefile.am.in: Rewrite to avoid using fmt.
28418         Reported by Lars Hecking.
28419
28420 1999-01-10  Jim Meyering  <meyering@ascend.com>
28421
28422         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
28423         gross kludge.
28424         * m4/inttypes_h.m4: Likewise.
28425         * m4/lstat.m4: Likewise.
28426         * m4/malloc.m4: Likewise.
28427         * m4/readdir.m4: Likewise.
28428         * m4/realloc.m4: Likewise.
28429         * m4/st_dm_mode.m4: Likewise.
28430         * m4/stat.m4: Likewise.
28431         * m4/utimbuf.m4: Likewise.
28432         * m4/utimes.m4: Likewise.
28433
28434         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
28435         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
28436         comments in config.h.in are meaningful.
28437
28438         * m4/jm-macros.m4: Require autoconf-2.13 here.
28439
28440         * m4/regex.m4: By default, don't use the included regex.c on systems
28441         with glibc 2.  Suggestion from Uli Drepper.
28442
28443 1999-01-02  Jim Meyering  <meyering@ascend.com>
28444
28445         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
28446
28447 1998-12-18  Jim Meyering  <meyering@ascend.com>
28448
28449         * m4/Makefile.am.in (Makefile.am): Simplify rule.
28450         Based on a suggestion from Lars Hecking.
28451
28452 1998-11-16  Paul Eggert  <eggert@twinsun.com>
28453
28454         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
28455
28456 1998-11-16  Jim Meyering  <meyering@ascend.com>
28457
28458         * m4/lfs.m4: Double-quote the `uname...` expression.
28459
28460 1998-11-14  Jim Meyering  <meyering@ascend.com>
28461
28462         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
28463         * m4/stat.m4: Likewise.
28464
28465 1998-11-03  Jim Meyering  <meyering@ascend.com>
28466
28467         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
28468         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
28469
28470 1998-10-18  Jim Meyering  <meyering@ascend.com>
28471
28472         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
28473
28474 1998-10-17  Jim Meyering  <meyering@ascend.com>
28475
28476         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
28477         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
28478         calls for those previously hard-coded headers.  Instead, take a new
28479         parameter.
28480         (jm_CHECK_DECLARATIONS): Reflect interface change.
28481         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
28482         (jm_CHECK_DECL_LOCALTIME_R): New macro.
28483
28484         * m4/mktime.m4: Test for spring-forward gap before long-running test.
28485
28486 1998-10-14  Jim Meyering  <meyering@ascend.com>
28487
28488         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
28489         instead of "TZ=America/Vancouver".  From Paul Eggert.
28490
28491 1998-10-11  Jim Meyering  <meyering@ascend.com>
28492
28493         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
28494         This adds a test for a recently added compatibility fix for mktime.c.
28495         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
28496
28497 1998-09-27  Jim Meyering  <meyering@ascend.com>
28498
28499         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
28500
28501         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
28502         ../configure.in, including a change from Gordon Matzigkeit to allow
28503         cross-compiling for the Hurd.
28504
28505         * m4/glibc.m4: New file/macro to test for the GNU C Library
28506         versions 1 and 2.  From Gordon Matzigkeit.
28507         Indent.
28508
28509 1998-09-21  Jim Meyering  <meyering@ascend.com>
28510
28511         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
28512
28513 1998-08-18  Paul Eggert  <eggert@twinsun.com>
28514
28515         Port nanosecond-resolution times to UnixWare 2.1.2 and
28516         pedantic Solaris 2.6.
28517
28518         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
28519         AC_STRUCT_ST_MTIM.
28520         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
28521         Generate name of ns member, instead of just 1 or undef.
28522         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
28523
28524 1998-08-15  Jim Meyering  <meyering@ascend.com>
28525
28526         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
28527         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
28528         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
28529         instead of jm_TYPE_SSIZE_T.
28530
28531 1998-08-12  Jim Meyering  <meyering@ascend.com>
28532
28533         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
28534
28535 1998-08-02  Jim Meyering  <meyering@ascend.com>
28536
28537         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
28538         in acconfig.h manually.
28539
28540 1998-07-31  Paul Eggert  <eggert@twinsun.com>
28541
28542         * m4/st_mtim.m4: New file.
28543
28544 1998-07-28  Jim Meyering  <meyering@ascend.com>
28545
28546         * m4/utimes.m4: Undef stat.
28547
28548 1998-07-25  Jim Meyering  <meyering@ascend.com>
28549
28550         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
28551         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
28552
28553 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
28554
28555         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
28556         uid and gid actually remain unchanged.
28557
28558 1998-07-07  Jim Meyering  <meyering@ascend.com>
28559
28560         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
28561
28562 1998-07-04  Jim Meyering  <meyering@ascend.com>
28563
28564         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
28565         to prove that this macro can be used in packages without regex.c.
28566
28567 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
28568
28569         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
28570         is to be used.
28571
28572 1998-07-03  Jim Meyering  <meyering@ascend.com>
28573
28574         * m4/gettext.m4: Add -lintl if it's found to be necessary.
28575
28576         * m4/gettext.m4: New file -- from gettext-0.10.35.
28577         * m4/lcmessage.m4: Likewise.
28578         * m4/progtest.m4: Likewise.
28579
28580         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
28581         * m4/jm-macros.m4: Require the new macro.
28582
28583 1998-06-29  Jim Meyering  <meyering@ascend.com>
28584
28585         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
28586         for the definition of NGROUPS (used in a system header included
28587         by sys/mount.h).
28588
28589 1998-06-28  Jim Meyering  <meyering@ascend.com>
28590
28591         * m4/ls-mntd-fs.m4: New file.
28592         * m4/fstypename.m4: New file.
28593
28594         * m4/jm-macros.m4: Require the new macro.
28595         * m4/jm-glibc-io.m4: New file.
28596
28597 1998-05-19  Jim Meyering  <meyering@ascend.com>
28598
28599         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
28600         * m4/lchown.m4: New file.
28601
28602         * m4/Makefile.am.in: New file.
28603         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
28604
28605 1998-05-14  Jim Meyering  <meyering@ascend.com>
28606
28607         * m4/Makefile.am (EXTRA_DIST): Add them.
28608         * m4/jm-macros.m4: New file.
28609         * m4/utimbuf.m4: New file.
28610
28611 1998-05-12  Jim Meyering  <meyering@ascend.com>
28612
28613         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
28614
28615 1998-05-11  Jim Meyering  <meyering@ascend.com>
28616
28617         * m4/isc-posix.m4: New file.
28618
28619 1998-05-10  Jim Meyering  <meyering@ascend.com>
28620
28621         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
28622
28623 1998-05-09  Jim Meyering  <meyering@ascend.com>
28624
28625         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
28626         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
28627         with automake.
28628
28629         * m4/ssize_t.m4: New file.
28630         * m4/mktime.m4: Remove file -- the new automake has this now.
28631
28632 1998-04-26  Jim Meyering  <meyering@ascend.com>
28633
28634         * m4/assert.m4: New file.
28635         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
28636
28637 1998-04-05  Jim Meyering  <meyering@ascend.com>
28638
28639         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
28640         (jm_PREREQ): Use it here.
28641
28642 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
28643
28644         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
28645         in acconfig.h.
28646
28647 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
28648
28649         * m4/prereq.m4: New file.
28650         * m4/error.m4: New file.
28651         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
28652
28653 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
28654
28655         * m4/getline.m4: Don't set am_cv_func_working_getline before the
28656         cache-check for the same variable -- that defeated the purpose of
28657         the test; the test program was never run.  This was a problem only
28658         on systems with losing getline functions -- HP-UX 10.20 is one.
28659         Reported by Bjorn Helgaas.
28660
28661 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
28662
28663         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
28664
28665 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
28666
28667         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
28668
28669         * m4/const.m4: New file.  Use an initializer in this declaration
28670         typedef int charset[2]; const charset x;
28671         Reported by Bob Glickstein.
28672
28673 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
28674
28675         * m4/chown.m4: Fix reversed types on -1 args to chown.
28676         From Kaveh Ghazi.
28677
28678 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
28679
28680         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
28681         Add lseek and memchr.
28682
28683         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
28684         T.E.Dickey <dickey@clark.net> said that some older preprocessors
28685         have a 20-character limit on names.
28686
28687 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
28688
28689         * m4/inttypes_h.m4: New file.
28690         * m4/uintmax_t.m4: New file.
28691         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
28692
28693 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
28694   Free Software Foundation, Inc.
28695 Copying and distribution of this file, with or without modification,
28696 are permitted provided the copyright notice and this notice are preserved.