Enable the strndup declaration also when strndup is replaced.
[pspp] / ChangeLog
1 2007-03-20  Bruno Haible  <bruno@clisp.org>
2
3         * lib/string_.h (strndup): Enable declaration also if ! HAVE_STRNDUP.
4         Needed on AIX 5.1. Reported by Matthew Woehlke.
5
6 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
7
8         Suggestions by Bruno Haible:
9         * lib/acl-internal.h: Include "gettext.h" rather than rolling
10         our own.
11         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
12         * modules/acl (Depends-on): Add gettext.
13
14 2007-03-19  Bruno Haible  <bruno@clisp.org>
15
16         * modules/iconvme: Remove file.
17         * lib/iconvme.h: Remove file.
18         * lib/iconvme.c: Remove file.
19         * m4/iconvme.m4: Remove file.
20
21 2007-03-19  Bruno Haible  <bruno@clisp.org>
22
23         * doc/relocatable-maint.texi: Break long shell script line.
24         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
25
26 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
27
28         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
29         handle file_has_acl.
30         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
31         * lib/acl.c: Move header inclusions and related macro defns into
32         lib/acl-internal.h.
33         (S_ISLNK): Remove defn, since that's now done for us.
34         (file_has_acl): Move to lib/file-has-acl.c.
35         Call acl_trivial if available.  This is the crucial part of the fix.
36         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
37         shared within the library.  Rewrite a bit, partly to make it compatible
38         with the GNU coding style.
39         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
40         Remove unnecessary double-quotes.
41         Don't test for acl_to_text; the build will catch that.
42         Replace acl_entries if it doesn't exist and it is needed.
43         Check for -lsec and acl_trivial (as used on Solaris 10).
44         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
45         lib/file-has-acl.c.
46         (Depends-on): Add sys_stat, for S_ISLNK.
47
48 2007-03-19  Ben Pfaff  <blp@gnu.org>
49
50         * doc/gnulib.texi: Fix typos.
51         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
52
53 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
54
55         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
56         If size is zero here, buf must be zero.
57
58 2007-03-19  Simon Josefsson  <simon@josefsson.org>
59
60         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
61         <bruno@clisp.org>.
62
63 2007-03-18  Bruno Haible  <bruno@clisp.org>
64
65         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
66         Suggested by Eric Blake.
67
68 2007-03-18  Ben Pfaff  <blp@gnu.org>
69
70         * doc/relocatable.texi: Recommend using as prefix a directory
71         that does not exist and will never be created.  Based on
72         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
73         and others.
74
75 2007-03-17  Bruno Haible  <bruno@clisp.org>
76
77         * lib/fchownat.c: Include lchown.h.
78
79 2007-03-17  Bruno Haible  <bruno@clisp.org>
80
81         Fix endless loop when the given allocated size was > INT_MAX.
82         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
83         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
84         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
85         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
86         * lib/sprintf.c (sprintf): Likewise.
87
88 2007-03-17  Bruno Haible  <bruno@clisp.org>
89
90         * tests/test-argp-2.sh (func_compare): Output a context diff.
91
92 2007-03-17  Bruno Haible  <bruno@clisp.org>
93
94         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
95         locale's decimal-point character.
96
97 2007-03-17  Bruno Haible  <bruno@clisp.org>
98
99         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
100         before comparing it. Needed because on some platforms (e.g. x86) a
101         'long double' occupies less bytes than sizeof (long double).
102
103 2007-03-17  Bruno Haible  <bruno@clisp.org>
104
105         * tests/test-crc.c (main): Make printf statements 64-bit clean.
106         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
107         * tests/test-getaddrinfo.c (simple): Likewise.
108         * tests/test-read-file.c (main): Likewise.
109
110 2007-03-17  Bruno Haible  <bruno@clisp.org>
111
112         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
113
114 2007-03-17  Bruno Haible  <bruno@clisp.org>
115
116         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
117         unused variable.
118
119 2007-03-17  Bruno Haible  <bruno@clisp.org>
120
121         * tests/test-c-strcasecmp.c: Include c-strcase.h.
122         * tests/test-c-strncasecmp.c: Likewise.
123
124 2007-03-17  Bruno Haible  <bruno@clisp.org>
125
126         * modules/stdlib (Depends-on): Add unistd.
127         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
128         Needed for MacOS X 10.3.
129
130 2007-03-17  Bruno Haible  <bruno@clisp.org>
131
132         * lib/unistr/u-strdup.h: Include <stdlib.h>.
133
134 2007-03-17  Bruno Haible  <bruno@clisp.org>
135
136         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
137
138 2007-03-17  Bruno Haible  <bruno@clisp.org>
139
140         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
141         to reflect files copied from gnulib (with or without modifications).
142         Suggested by Jim Meyering.
143
144 2007-03-17  Eric Blake  <ebb9@byu.net>
145
146         * NEWS: Document stdlib change from 2007-02-18.
147
148 2007-03-17  Jim Meyering  <jim@meyering.net>
149
150         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
151         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
152         someone uses a name containing shell meta-characters.
153         Reported by Alfred M. Szmidt.
154
155         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
156
157 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
158
159         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
160         and copy gettext configuration files only if configure.ac contains
161         a use of AM_GNU_GETTEXT_VERSION.
162
163 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
164
165         * build-aux/bootstrap (gnulib_name): New variable.
166         (gnulib_tool_options): Use it.
167
168 2007-03-13  Simon Josefsson  <simon@josefsson.org>
169
170         * tests/test-des.c: Use new namespace.
171
172 2007-03-15  Bruno Haible  <bruno@clisp.org>
173
174         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
175         Reported by James Youngman <jay@gnu.org>.
176
177 2007-03-15  Bruno Haible  <bruno@clisp.org>
178
179         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
180         declared prototype. Needed with cc on OSF/1 5.1.
181
182 2007-03-15  Bruno Haible  <bruno@clisp.org>
183
184         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
185         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
186         (struct gl_list_implementation): Add dispose_fn argument to the
187         'create_empty', 'create' methods.
188         (struct gl_list_impl_base): Add field 'dispose_fn'.
189         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
190         argument.
191         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
192         dispose_fn argument.
193         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
194         dispose_fn on the dropped values.
195         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
196         dispose_fn argument.
197         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
198         dropped values.
199         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
200         (gl_tree_remove_node): Call dispose_fn on the dropped value.
201         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
202         (gl_tree_remove_node): Call dispose_fn on the dropped value.
203         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
204         argument.
205         (gl_tree_list_free): Call dispose_fn on the dropped values.
206         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
207         the dropped values.
208         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
209         Add dispose_fn argument.
210         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
211         Call dispose_fn on the dropped values.
212         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
213         Add dispose_fn argument.
214         (gl_sublist_create): Initialize the 'dispose_fn' field.
215         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
216         * tests/test-array_list.c (main): Update.
217         * tests/test-carray_list.c (main): Update.
218         * tests/test-avltree_list.c (main): Update.
219         * tests/test-rbtree_list.c (main): Update.
220         * tests/test-avltreehash_list.c (main): Update.
221         * tests/test-rbtreehash_list.c (main): Update.
222         * tests/test-linked_list.c (main): Update.
223         * tests/test-linkedhash_list.c (main): Update.
224         * tests/test-array_oset.c (main): Update.
225
226 2007-03-15  Bruno Haible  <bruno@clisp.org>
227
228         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
229         (gl_oset_create_empty): Add dispose_fn argument.
230         (struct gl_oset_implementation): Add dispose_fn argument to
231         'create_empty' method.
232         (struct gl_oset_impl_base): Add dispose_fn field.
233         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
234         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
235         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
236         values.
237         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
238         (gl_tree_oset_free): Call dispose_fn on the dropped values.
239         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
240         dropped value.
241         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
242         dropped value.
243         * tests/test-array_oset.c (main): Update.
244         * tests/test-avltree_oset.c (main): Update.
245         * tests/test-rbtree_oset.c (main): Update.
246         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
247
248 2007-03-13  Bruno Haible  <bruno@clisp.org>
249
250         * tests/test-stdbool.c (i): Update after last patch.
251
252 2007-03-12  Bruno Haible  <bruno@clisp.org>
253
254         * lib/quotearg.c: Include <wctype.h> early, before the definition of
255         the iswprint macro. Needed on Solaris 2.5.1.
256
257 2007-03-12  Bruno Haible  <bruno@clisp.org>
258
259         * tests/test-printf-frexp.c (main): Declare x as volatile.
260
261 2007-03-12  Simon Josefsson  <simon@josefsson.org>
262
263         * doc/gnulib.texi (Build robot for gnulib): New section.
264
265 2007-03-12  Jim Meyering  <jim@meyering.net>
266
267         * build-aux/bootstrap: New file.
268         * build-aux/bootstrap.conf: New file, from coreutils.
269
270 2007-03-11  Bruno Haible  <bruno@clisp.org>
271
272         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
273
274 2007-03-12  Simon Josefsson  <simon@josefsson.org>
275
276         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
277         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
278         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
279
280 2007-03-11  Bruno Haible  <bruno@clisp.org>
281
282         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
283         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
284
285 2007-03-11  Bruno Haible  <bruno@clisp.org>
286
287         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
288         formula. Needed for SunPRO C 5.0.
289
290 2007-03-11  Bruno Haible  <bruno@clisp.org>
291
292         * modules/long-options (Depends-on): Add getopt.
293
294 2007-03-11  Bruno Haible  <bruno@clisp.org>
295
296         * modules/modechange (Depends-on): Add stdbool.
297
298 2007-03-11  Bruno Haible  <bruno@clisp.org>
299
300         * modules/i-ring (Depends-on): Add stdbool.
301
302 2007-03-11  Bruno Haible  <bruno@clisp.org>
303
304         * modules/gc-des (Depends-on): Add stdbool.
305
306 2007-03-11  Bruno Haible  <bruno@clisp.org>
307
308         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
309
310 2007-03-11  Bruno Haible  <bruno@clisp.org>
311
312         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
313
314 2007-03-11  Bruno Haible  <bruno@clisp.org>
315
316         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
317
318 2007-03-11  Bruno Haible  <bruno@clisp.org>
319
320         * lib/vasnprintf.c (sprintf): Undefine.
321
322 2007-03-11  Bruno Haible  <bruno@clisp.org>
323
324         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
325         initializers in SunPRO C and Compaq C compilers.
326
327 2007-03-11  Bruno Haible  <bruno@clisp.org>
328
329         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
330         decrementing code ANSI C compliant.
331
332 2007-03-11  Bruno Haible  <bruno@clisp.org>
333
334         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
335         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
336
337 2007-03-11  Bruno Haible  <bruno@clisp.org>
338
339         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
340         <stdbool.h> substitute doesn't pass.
341
342 2007-03-11  Bruno Haible  <bruno@clisp.org>
343
344         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
345
346 2007-03-11  Bruno Haible  <bruno@clisp.org>
347
348         * gnulib-tool (func_create_megatestdir): Create also an autobuild
349         script, for submission to autobuild.josefsson.org.
350
351 2007-03-10  Bruno Haible  <bruno@clisp.org>
352
353         * modules/canonicalize-lgpl-tests: New file.
354         * tests/test-canonicalize-lgpl.sh: New file.
355         * tests/test-canonicalize-lgpl.c: New file.
356
357         * modules/c-strcase-tests: New file.
358         * tests/test-c-strcase.sh: New file.
359         * tests/test-c-strcasecmp.c: New file.
360         * tests/test-c-strncasecmp.c: New file.
361
362         * modules/atexit-tests: New file.
363         * tests/test-atexit.sh: New file.
364         * tests/test-atexit.c: New file.
365
366 2007-03-10  Bruno Haible  <bruno@clisp.org>
367
368         * tests/test-binary-io.sh: Use temporary filenames that are not so
369         likely to clash with those of other tests (in a parallel make).
370         * tests/test-binary-io.c: Likewise.
371
372 2007-03-10  Bruno Haible  <bruno@clisp.org>
373
374         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
375         fallback; use #error instead.
376         Suggested by Simon Josefsson.
377
378 2007-03-10  Bruno Haible  <bruno@clisp.org>
379
380         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
381         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
382         first and the last.
383
384 2007-03-10  Bruno Haible  <bruno@clisp.org>
385
386         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
387
388 2007-03-10  Bruno Haible  <bruno@clisp.org>
389
390         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
391         "make distcheck".
392         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
393         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
394         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
395
396 2007-03-10  Bruno Haible  <bruno@clisp.org>
397
398         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
399         variable.
400         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
401         variable.
402
403 2007-03-09  Eric Blake  <ebb9@byu.net>
404         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
405
406         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
407         types are not being provided by gnulib.
408         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
409         types are supported.
410
411 2007-03-10  Bruno Haible  <bruno@clisp.org>
412
413         * lib/stdio_.h (__attribute__): New macro.
414         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
415         vsprintf): Specify __attribute__ __format__ for GCC.
416         Suggested by Eric Blake.
417
418 2007-03-09  Bruno Haible  <bruno@clisp.org>
419
420         * modules/printf-posix-tests: New file.
421         * tests/test-printf-posix.sh: New file.
422         * tests/test-printf-posix.c: New file.
423
424         * modules/printf-posix: New file.
425         * lib/printf.c: New file.
426         * m4/printf-posix-rpl.m4: New file.
427         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
428         REPLACE_PRINTF.
429         * lib/stdio_.h (printf): New declaration.
430         (format, __format__, ____printf____, ____scanf____, ____strftime____,
431         ____strfmon____): New macros.
432         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
433         REPLACE_PRINTF.
434
435 2007-03-09  Bruno Haible  <bruno@clisp.org>
436
437         * tests/test-vasnprintf-posix2.sh: New file.
438         * tests/test-vasnprintf-posix2.c: New file.
439         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
440         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
441         (Makefile.am): Activate test-vasnprintf-posix2.sh.
442
443         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
444         a locale dependent decimal point, rather than always '.'.
445
446 2007-03-09  Eric Blake  <ebb9@byu.net>
447
448         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
449         spite of platforms like Tandem/NSK that define it to -1.
450
451 2007-03-08  Bruno Haible  <bruno@clisp.org>
452
453         * modules/vprintf-posix-tests: New file.
454         * tests/test-vprintf-posix.sh: New file.
455         * tests/test-vprintf-posix.c: New file.
456         * tests/test-printf-posix.h: New file.
457
458         * modules/vprintf-posix: New file.
459         * lib/vprintf.c: New file.
460         * m4/vprintf-posix.m4: New file.
461         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
462         REPLACE_VPRINTF.
463         * lib/stdio_.h (vprintf): New declaration.
464         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
465         REPLACE_VPRINTF.
466
467 2007-03-08  Bruno Haible  <bruno@clisp.org>
468
469         * modules/fprintf-posix-tests: New file.
470         * tests/test-fprintf-posix.sh: New file.
471         * tests/test-fprintf-posix.c: New file.
472
473         * modules/fprintf-posix: New file.
474         * lib/fprintf.c: New file.
475         * m4/fprintf-posix.m4: New file.
476         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
477         REPLACE_FPRINTF.
478         * lib/stdio_.h (fprintf): New declaration.
479         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
480         REPLACE_FPRINTF.
481
482 2007-03-08  Bruno Haible  <bruno@clisp.org>
483
484         * modules/vfprintf-posix-tests: New file.
485         * tests/test-vfprintf-posix.sh: New file.
486         * tests/test-vfprintf-posix.c: New file.
487         * tests/test-fprintf-posix.h: New file.
488         * tests/test-fprintf-posix.out: New file.
489
490         * modules/vfprintf-posix: New file.
491         * lib/vfprintf.c: New file.
492         * m4/vfprintf-posix.m4: New file.
493         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
494         REPLACE_VFPRINTF.
495         * lib/stdio_.h (vfprintf): New declaration.
496         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
497         REPLACE_VFPRINTF.
498
499 2007-03-08  Bruno Haible  <bruno@clisp.org>
500
501         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
502
503 2007-03-08  Bruno Haible  <bruno@clisp.org>
504
505         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
506         instead of 'expr' invocations.
507         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
508         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
509         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
510         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
511         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
512         Suggested by Paul Eggert.
513
514 2007-03-08  Bruno Haible  <bruno@clisp.org>
515
516         * modules/fseterr-tests: New file.
517         * tests/test-fseterr.c: New file.
518
519         * modules/fseterr: New file.
520         * lib/fseterr.h: New file.
521         * lib/fseterr.c: New file.
522
523 2007-03-08  Bruno Haible  <bruno@clisp.org>
524
525         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
526         * lib/getopt_.h: Likewise.
527         * lib/mbswidth.h: Likewise.
528         * lib/setenv.h: Likewise.
529         * lib/vasnprintf.h: Likewise.
530         * lib/vasprintf.h: Likewise.
531         * lib/verror.h: Likewise.
532         * lib/xsetenv.h: Likewise.
533         * lib/xvasprintf.h: Likewise.
534
535 2007-03-08  Jim Meyering  <jim@meyering.net>
536
537         * users.txt: Add parted.
538
539         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
540
541 2007-03-07  Bruno Haible  <bruno@clisp.org>
542
543         * m4/printf.m4: Make the shell script snippets copy&pastable.
544
545 2007-03-02  Bruno Haible  <bruno@clisp.org>
546
547         * lib/netinet_in_.h: New file.
548         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
549         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
550         * modules/netinet_in (Files): Add lib/netinet_in_.h.
551         (Depends-on): Add absolute-header.
552         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
553         into netinet/in.h.
554
555 2007-03-03  Bruno Haible  <bruno@clisp.org>
556
557         * lib/sys_select_.h: New file.
558         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
559         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
560         * modules/sys_select (Files): Add lib/sys_select_.h.
561         (Depends-on): Add absolute-header.
562         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
563         into sys/select.h.
564
565 2007-03-02  Bruno Haible  <bruno@clisp.org>
566
567         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
568         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
569         values.
570         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
571         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
572         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
573         * modules/sys_socket (Depends-on): Add absolute-header.
574         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
575         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
576         (Include): Remove requirement of inclusion of <sys/types.h>.
577
578 2007-03-02  Bruno Haible  <bruno@clisp.org>
579
580         * lib/byteswap_.h (bswap_32): Fix formula.
581
582 2007-03-06  Bruno Haible  <bruno@clisp.org>
583
584         * modules/sprintf-posix-tests: New file.
585         * tests/test-sprintf-posix.c: New file.
586
587         * modules/sprintf-posix: New file.
588         * lib/sprintf.c: New file.
589         * m4/sprintf-posix.m4: New file.
590         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
591         REPLACE_SPRINTF.
592         * lib/stdio_.h (sprintf): New declaration.
593         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
594         REPLACE_SPRINTF.
595
596 2007-03-06  Bruno Haible  <bruno@clisp.org>
597
598         * modules/vsprintf-posix-tests: New file.
599         * tests/test-vsprintf-posix.c: New file.
600         * tests/test-sprintf-posix.h: New file.
601
602         * modules/vsprintf-posix: New file.
603         * lib/vsprintf.c: New file.
604         * m4/vsprintf-posix.m4: New file.
605         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
606         REPLACE_VSPRINTF.
607         * lib/stdio_.h (vsprintf): New declaration.
608         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
609         REPLACE_VSPRINTF.
610
611 2007-03-06  Bruno Haible  <bruno@clisp.org>
612
613         * modules/vsnprintf (Depend-on): Remove minmax.
614
615 2007-03-06  Bruno Haible  <bruno@clisp.org>
616
617         * modules/snprintf-posix-tests: New file.
618         * tests/test-snprintf-posix.c: New file.
619
620         * modules/snprintf-posix: New file.
621         * m4/snprintf-posix.m4: New file.
622         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
623         gl_FUNC_SNPRINTF.
624         (gl_FUNC_SNPRINTF): Invoke it.
625         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
626         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
627         is set.
628         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
629
630 2007-03-06  Bruno Haible  <bruno@clisp.org>
631
632         * modules/vsnprintf-posix-tests: New file.
633         * tests/test-vsnprintf-posix.c: New file.
634         * tests/test-snprintf-posix.h: New file.
635
636         * modules/vsnprintf-posix: New file.
637         * m4/vsnprintf-posix.m4: New file.
638         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
639         gl_FUNC_VSNPRINTF.
640         (gl_FUNC_VSNPRINTF): Invoke it.
641         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
642         * lib/stdio_.h (vsnprintf): Define as a replacement if
643         REPLACE_VSNPRINTF is set.
644         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
645
646 2007-03-06  Bruno Haible  <bruno@clisp.org>
647
648         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
649         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
650
651 2007-03-06  Bruno Haible  <bruno@clisp.org>
652
653         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
654         (asinl): Declare also if HAVE_DECL_ASINL is set.
655         (atanl): Declare also if HAVE_DECL_ATANL is set.
656         (ceill): Declare also if HAVE_DECL_CEILL is set.
657         (cosl): Declare also if HAVE_DECL_COSL is set.
658         (expl): Declare also if HAVE_DECL_EXPL is set.
659         (floorl): Declare also if HAVE_DECL_FLOORL is set.
660         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
661         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
662         (logl): Declare also if HAVE_DECL_LOGL is set.
663         (sinl): Declare also if HAVE_DECL_SINL is set.
664         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
665         (tanl): Declare also if HAVE_DECL_TANL is set.
666         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
667         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
668         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
669         declaration of frexpl, ldexpl.
670         * modules/printf-frexpl (Depends-on): Add math.
671         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
672
673 2007-03-05  Bruno Haible  <bruno@clisp.org>
674
675         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
676         frexpl and ldexpl are declared.
677         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
678
679 2007-03-05  Bruno Haible  <bruno@clisp.org>
680
681         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
682         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
683
684 2007-03-05  Bruno Haible  <bruno@clisp.org>
685
686         * lib/stdio_.h: Include <stddef.h>.
687
688 2007-03-05  Bruno Haible  <bruno@clisp.org>
689
690         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
691
692 2007-03-05  Bruno Haible  <bruno@clisp.org>
693
694         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
695         NetBSD 4, from Ralf Wildenhues.
696
697 2007-03-04  Bruno Haible  <bruno@clisp.org>
698
699         * lib/vasprintf.h: Update #if logic for the case when the functions
700         exist but are overridden.
701
702 2007-03-04  Bruno Haible  <bruno@clisp.org>
703
704         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
705         implementations: glibc-2.4 and MacOS X 10.3.
706         * tests/test-vasnprintf-posix.c (test_function): Test also the case
707         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
708         * tests/test-vasprintf-posix.c (test_function): Likewise.
709
710 2007-03-04  Bruno Haible  <bruno@clisp.org>
711
712         * modules/vasprintf-posix-tests: New file.
713         * tests/test-vasprintf-posix.c: New file.
714
715         * modules/vasprintf-posix: New file.
716         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
717         defined.
718         * m4/vasprintf-posix.m4: New file.
719         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
720         gl_FUNC_VASPRINTF.
721         (gl_FUNC_VASPRINTF): Invoke it.
722         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
723         here.
724         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
725
726 2007-03-04  Bruno Haible  <bruno@clisp.org>
727
728         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
729         REPLACE_GETTIMEOFDAY.
730         * modules/sys_time (Makefile.am): Likewise.
731         * m4/sys_time_h.m4: Likewise.
732         * m4/gettimeofday.m4: Likewise.
733
734 2007-03-04  Bruno Haible  <bruno@clisp.org>
735
736         * modules/vasnprintf-posix-tests: New file.
737         * tests/test-vasnprintf-posix.c: New file.
738
739         * modules/vasnprintf-posix: New file.
740         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
741         printf-frexpl.h.
742         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
743         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
744         REPLACE_VASNPRINTF is defined.
745         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
746         gl_FUNC_VASNPRINTF.
747         (gl_FUNC_VASNPRINTF): Invoke it.
748         * m4/vasnprintf-posix.m4: New file.
749         * m4/printf.m4: New file.
750
751 2007-03-04  Bruno Haible  <bruno@clisp.org>
752
753         Compile progreloc.c only if --enable-relocatable is specified.
754         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
755         if --enable-relocatable was specified.
756         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
757         lib_SOURCES.
758
759 2007-03-04  Jim Meyering  <jim@meyering.net>
760
761         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
762         Use it consistently, rather than enumerating errno constants.
763
764 2007-03-04  Bruno Haible  <bruno@clisp.org>
765
766         * modules/xvasprintf-tests: New file.
767         * tests/test-xvasprintf.c: New file.
768
769         * modules/vasprintf-tests: New file.
770         * tests/test-vasprintf.c: New file.
771
772         * modules/vasnprintf-tests: New file.
773         * tests/test-vasnprintf.c: New file.
774
775         * modules/vsnprintf-tests: New file.
776         * tests/test-vsnprintf.c: New file.
777
778         * modules/snprintf-tests: New file.
779         * tests/test-snprintf.c: New file.
780
781 2007-03-04  Bruno Haible  <bruno@clisp.org>
782
783         Compile relocatable.c only if --enable-relocatable is specified.
784         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
785         gl_RELOCATABLE_LIBRARY.
786         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
787         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
788         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
789         gl_RELOCATABLE_LIBRARY.
790         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
791         (Makefile.am): Remove lib_SOURCES.
792         * modules/relocatable-lib-lgpl (configure.ac): Invoke
793         gl_RELOCATABLE_LIBRARY.
794         (Makefile.am): Remove lib_SOURCES.
795         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
796         always.
797         * modules/relocatable-prog-wrapper (configure.ac): Invoke
798         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
799
800 2007-03-04  Bruno Haible  <bruno@clisp.org>
801
802         * modules/argmatch-tests: New file.
803         * tests/test-argmatch.c: New file.
804
805         * tests/test-allocsa.c (main): Halve the number of loop runs.
806
807         * modules/alloca-opt-tests: New file.
808         * tests/test-alloca-opt.c: New file.
809
810 2007-03-04  Jim Meyering  <jim@meyering.net>
811
812         Work around difference between Linux ACLs and Solaris 10 ZFS.
813         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
814         for EINVAL.
815
816 2007-03-03  Bruno Haible  <bruno@clisp.org>
817
818         * modules/relocatable-prog (Depends-on): Add back progreloc's
819         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
820
821 2007-03-03  Bruno Haible  <bruno@clisp.org>
822
823         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
824         * modules/relocatable-lib: New file.
825
826 2007-03-03  Bruno Haible  <bruno@clisp.org>
827
828         * modules/relocatable-prog: Renamed from modules/relocatable.
829         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
830
831 2007-03-03  Bruno Haible  <bruno@clisp.org>
832
833         * modules/relocatable-script (Files): Add doc/relocatable.texi,
834         m4/relocatable-lib.m4.
835         (Depends-on): Remove 'relocatable'.
836         (configure.ac): Add gl_RELOCATABLE_NOP.
837
838 2007-03-03  Bruno Haible  <bruno@clisp.org>
839
840         * modules/relocatable-prog-wrapper: New file.
841         * modules/relocatable (Depends-on): Add it. Remove all other
842         dependencies except progname.
843         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
844
845         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
846         (gl_FUNC_STRERROR): Nop.
847         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
848
849         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
850         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
851
852         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
853         (gl_FUNC_READLINK): Update.
854
855         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
856
857 2007-03-03  Bruno Haible  <bruno@clisp.org>
858
859         * lib/xreadlink.c: Include <unistd.h> unconditionally.
860         * modules/xreadlink (Depends-on): Add unistd.
861         * modules/xreadlink-with-size (Depends-on): Likewise.
862
863 2007-03-03  Bruno Haible  <bruno@clisp.org>
864
865         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
866         extracted from gt_FUNC_SETENV.
867         (gt_FUNC_SETENV): Remove macro.
868         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
869         remove gt_FUNC_SETENV.
870
871 2007-03-03  Bruno Haible  <bruno@clisp.org>
872
873         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
874         ENABLE_RELOCATABLE here.
875         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
876
877 2007-03-03  Bruno Haible  <bruno@clisp.org>
878
879         * modules/rbtreehash-list-tests (Depends-on): Add progname.
880         * tests/test-rbtreehash_list.c: Include progname.h.
881         (main): Call set_program_name.
882
883         * modules/rbtree-oset-tests (Depends-on): Add progname.
884         * tests/test-rbtree_oset.c: Include progname.h.
885         (main): Call set_program_name.
886
887         * modules/rbtree-list-tests (Depends-on): Add progname.
888         * tests/test-rbtree_list.c: Include progname.h.
889         (main): Call set_program_name.
890
891         * modules/linked-list-tests (Depends-on): Add progname.
892         * tests/test-linked_list.c: Include progname.h.
893         (main): Call set_program_name.
894
895 2007-03-03  Bruno Haible  <bruno@clisp.org>
896
897         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
898         All uses of __restrict changed to _Restrict_.
899         * lib/glob_.h (__restrict): Remove macro.
900
901 2007-03-02  Bruno Haible  <bruno@clisp.org>
902
903         * modules/gettext (configure.ac): Require gettext infrastructure
904         from version 0.16.1.
905
906 2007-03-02  Bruno Haible  <bruno@clisp.org>
907
908         * modules/linkedhash-list-tests (Depends-on): Add progname.
909         * tests/test-linkedhash_list.c: Include progname.h.
910         (main): Call set_program_name.
911
912         * modules/carray-list-tests (Depends-on): Add progname.
913         * tests/test-carray_list.c: Include progname.h.
914         (main): Call set_program_name.
915
916         * modules/avltreehash-list-tests (Depends-on): Add progname.
917         * tests/test-avltreehash_list.c: Include progname.h.
918         (main): Call set_program_name.
919
920         * modules/avltree-oset-tests (Depends-on): Add progname.
921         * tests/test-avltree_oset.c: Include progname.h.
922         (main): Call set_program_name.
923
924         * modules/avltree-list-tests (Depends-on): Add progname.
925         * tests/test-avltree_list.c: Include progname.h.
926         (main): Call set_program_name.
927
928         * modules/array-oset-tests (Depends-on): Add progname.
929         * tests/test-array_oset.c: Include progname.h.
930         (main): Call set_program_name.
931
932         * modules/array-list-tests (Depends-on): Add progname.
933         * tests/test-array_list.c: Include progname.h.
934         (main): Call set_program_name.
935
936         * modules/argp-tests (Depends-on): Add progname.
937         * tests/test-argp.c: Include argp.h first. Include progname.h.
938         (main): Call set_program_name.
939
940 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
941
942         * doc/gnulib-tool.texi (Initial import): Reword description of
943         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
944         limited effect even if defined after the first system include.
945
946 2007-03-01  Bruno Haible  <bruno@clisp.org>
947
948         * build-aux/config.libpath: Update to libtool-1.5.22.
949         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
950
951 2007-03-01  Bruno Haible  <bruno@clisp.org>
952
953         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
954         foo_CFLAGS.
955         Reported by Ralf Wildenhues.
956
957 2007-03-01  Bruno Haible  <bruno@clisp.org>
958
959         * build-aux/install-reloc: Remove object files left over by some
960         compilers.
961         Reported by Ralf Wildenhues.
962
963 2007-03-01  Bruno Haible  <bruno@clisp.org>
964
965         * build-aux/install-reloc: Break long lines.
966
967 2007-03-01  Bruno Haible  <bruno@clisp.org>
968
969         * doc/relocatable.texi: Document that it may not work on OpenBSD.
970         Reported by Ralf Wildenhues.
971
972 2007-03-01  Bruno Haible  <bruno@clisp.org>
973
974         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
975         include ordering constraints.
976
977 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
978
979         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
980         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
981         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
982         as another example.
983         * lib/time_.h: Fix misspelling.
984         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
985         Require gl_HEADER_TIME_H_DEFAULTS.
986         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
987         * m4/time_r.m4 (gl_TIME_R): Likewise.
988         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
989
990 2007-03-01  Bruno Haible  <bruno@clisp.org>
991
992         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
993         * m4/utimens.m4 (gl_UTIMENS): Likewise.
994
995 2007-03-01  Jim Meyering  <jim@meyering.net>
996
997         * modules/xreadlink (Maintainer): Add my name.
998         * modules/xreadlink-with-size (Depends-on): Alphabetize.
999
1000 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
1001             Bruno Haible  <bruno@clisp.org>
1002
1003         * build-aux/install-reloc: Compile also c-ctype.c.
1004         * build-aux/relocatable.sh.in: New file.
1005         * doc/relocatable.texi: New file.
1006         * doc/relocatable-maint.texi: New file.
1007         * doc/gnulib.texi: Include relocatable-maint.texi.
1008         * lib/progreloc.c: Include unistd.h unconditionally.
1009         * lib/relocwrapper.c: Include unistd.h unconditionally.
1010         Include c-ctype.h.
1011         (add_dotbin): Use c_tolower.
1012         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
1013         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
1014         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
1015         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
1016         to m4/relocatable-lib.m4.
1017         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
1018         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
1019         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
1020         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
1021         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
1022         * modules/relocatable: New file.
1023         * modules/relocatable-lib: New file.
1024         * modules/relocatable-script: New file.
1025
1026 2007-02-28  Bruno Haible  <bruno@clisp.org>
1027
1028         Import --enable-relocatable infrastructure.
1029         * build-aux/config.libpath: New file, from GNU gettext.
1030         * build-aux/install-reloc: New file, from GNU gettext.
1031         * build-aux/reloc-ldflags: New file, from GNU gettext.
1032         * lib/relocatable.h: New file, from GNU gettext.
1033         * lib/relocatable.c: New file, from GNU gettext.
1034         * lib/relocwrapper.c: New file, from GNU gettext.
1035         * m4/relocatable.m4: New file, from GNU gettext.
1036
1037 2007-02-28  Bruno Haible  <bruno@clisp.org>
1038
1039         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
1040
1041         * modules/xreadlink: New file, from GNU gettext with modifications.
1042         * lib/xreadlink.c: New file, from GNU gettext.
1043         * lib/xreadlink.h: Add comments.
1044         (xreadlink): New declaration.
1045
1046         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
1047         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
1048         lib/xreadlink-with-size.c.
1049         (configure.ac): Remove gl_XREADLINK invocation.
1050         (Makefile.am): Augment lib_SOURCES.
1051         * m4/xreadlink.m4: Remove file.
1052         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
1053         (xreadlink_with_size): Renamed from xreadink.
1054         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
1055         * modules/canonicalize (Depends-on): Replace xreadlink with
1056         xreadlink-with-size.
1057         * lib/canonicalize.c (canonicalize_filename_mode): Update.
1058
1059 2007-02-25  Jim Meyering  <jim@meyering.net>
1060
1061         * build-aux/announce-gen: When complaining about excess arguments,
1062         list them.
1063
1064 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
1065
1066         * README: Document signed integer overflow situation more
1067         accurately.
1068
1069 2007-02-25  Bruno Haible  <bruno@clisp.org>
1070
1071         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
1072         'a' or 'A' conversion.
1073
1074 2007-02-25  Bruno Haible  <bruno@clisp.org>
1075
1076         * modules/filename: Renamed from modules/pathname.
1077         (Files): Replace lib/pathname.h with lib/filename.h. Replace
1078         lib/concatpath.c with lib/concat-filename.c.
1079         (Makefile.am): Update.
1080         (Include): Replace pathname.h with filename.h.
1081         * lib/filename.h: Renamed from lib/pathname.h.
1082         (concatenated_filename): Renamed from concatenated_pathname.
1083         * lib/concat-filename.c: Renamed from lib/concatpath.c.
1084         (concatenated_filename): Renamed from concatenated_pathname.
1085         * lib/findprog.c: Include filename.h instead of pathname.h.
1086         (find_in_path): Update.
1087         * lib/javacomp.c: Include filename.h instead of pathname.h.
1088         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
1089         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
1090         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
1091         is_oldgcj_14_13_usable, is_javac_usable): Update.
1092         * lib/javaexec.c: Include filename.h instead of pathname.h.
1093         (execute_java_class): Update.
1094         * modules/findprog: Update.
1095         * modules/javacomp: Update.
1096         * modules/javaexec: Update.
1097         * MODULES.html.sh (File system functions): Add 'filename', remove
1098         'pathname'.
1099
1100 2007-02-25  Bruno Haible  <bruno@clisp.org>
1101
1102         * modules/printf-frexpl-tests: New file.
1103         * tests/test-printf-frexpl.c: New file.
1104
1105         * modules/printf-frexpl: New file.
1106         * lib/printf-frexpl.h: New file.
1107         * lib/printf-frexpl.c: New file.
1108         * m4/printf-frexpl.m4: New file.
1109
1110 2007-02-25  Bruno Haible  <bruno@clisp.org>
1111
1112         * modules/printf-frexp-tests: New file.
1113         * tests/test-printf-frexp.c: New file.
1114
1115         * modules/printf-frexp: New file.
1116         * lib/printf-frexp.h: New file.
1117         * lib/printf-frexp.c: New file.
1118         * m4/printf-frexp.m4: New file.
1119
1120 2007-02-25  Bruno Haible  <bruno@clisp.org>
1121
1122         Assume automake >= 1.10 for the tests.
1123         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
1124         * modules/arctwo-tests: Likewise.
1125         * modules/argp-tests: Likewise.
1126         * modules/avltree-list-tests: Likewise.
1127         * modules/avltree-oset-tests: Likewise.
1128         * modules/avltreehash-list-tests: Likewise.
1129         * modules/carray-list-tests: Likewise.
1130         * modules/crc-tests: Likewise.
1131         * modules/des-tests: Likewise.
1132         * modules/gc-arcfour-tests: Likewise.
1133         * modules/gc-arctwo-tests: Likewise.
1134         * modules/gc-des-tests: Likewise.
1135         * modules/gc-hmac-md5-tests: Likewise.
1136         * modules/gc-hmac-sha1-tests: Likewise.
1137         * modules/gc-md2-tests: Likewise.
1138         * modules/gc-md4-tests: Likewise.
1139         * modules/gc-md5-tests: Likewise.
1140         * modules/gc-pbkdf2-sha1-tests: Likewise.
1141         * modules/gc-rijndael-tests: Likewise.
1142         * modules/gc-sha1-tests: Likewise.
1143         * modules/gc-tests: Likewise.
1144         * modules/getaddrinfo-tests: Likewise.
1145         * modules/hmac-md5-tests: Likewise.
1146         * modules/hmac-sha1-tests: Likewise.
1147         * modules/linked-list-tests: Likewise.
1148         * modules/linkedhash-list-tests: Likewise.
1149         * modules/lock-tests: Likewise.
1150         * modules/md2-tests: Likewise.
1151         * modules/md4-tests: Likewise.
1152         * modules/md5-tests: Likewise.
1153         * modules/rbtree-list-tests: Likewise.
1154         * modules/rbtree-oset-tests: Likewise.
1155         * modules/rbtreehash-list-tests: Likewise.
1156         * modules/read-file-tests: Likewise.
1157         * modules/rijndael-tests: Likewise.
1158         * modules/stdint-tests: Likewise.
1159         * modules/tls-tests: Likewise.
1160
1161 2007-02-24  Bruno Haible  <bruno@clisp.org>
1162
1163         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
1164         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
1165         function; instead check whether isnan with a double argument links.
1166         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
1167         function; instead check whether isnan with a 'long double' argument
1168         links.
1169         Reported by Eric Blake <ebb9@byu.net>.
1170
1171 2007-02-24  Bruno Haible  <bruno@clisp.org>
1172
1173         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
1174         defined.
1175         * lib/isnanl.c: Remove all code. Just include isnan.c.
1176         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
1177
1178 2007-02-25  Jim Meyering  <jim@meyering.net>
1179
1180         Avoid conflicting types for 'unsetenv' on FreeBSD.
1181         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
1182         conflicting with FreeBSD's (5.0 and 6.1) function declaration
1183         in stdlib.h.
1184
1185 2007-02-24  Bruno Haible  <bruno@clisp.org>
1186
1187         * modules/isnanl-nolibm-tests: New file.
1188         * tests/test-isnanl.c: New file.
1189
1190         * modules/isnanl-nolibm: New file.
1191         * lib/isnanl.h: New file.
1192         * lib/isnanl.c: New file.
1193         * m4/isnanl.m4: New file.
1194
1195 2007-02-24  Bruno Haible  <bruno@clisp.org>
1196
1197         * modules/isnan-nolibm-tests: New file.
1198         * tests/test-isnan.c: New file.
1199
1200         * modules/isnan-nolibm: New file.
1201         * lib/isnan.h: New file.
1202         * lib/isnan.c: New file.
1203         * m4/isnan.m4: New file.
1204
1205 2007-02-24  Bruno Haible  <bruno@clisp.org>
1206
1207         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
1208         assume that an exponent fits in 20 bits.
1209
1210 2007-02-24  Jim Meyering  <jim@meyering.net>
1211
1212         * m4/regex.m4: Update the description of the configure-time option,
1213         --without-included-regex, to state accurately what the defaults are,
1214         and perhaps to give people an idea why using this option is risky.
1215
1216 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
1217
1218         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
1219         loops on small arguments.  This attempts to avoid the problem
1220         Bruno Haible reported for AIX 4.3.2 in
1221         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
1222
1223 2007-02-23  Bruno Haible  <bruno@clisp.org>
1224
1225         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
1226         Needed for help2man.
1227
1228 2007-02-23  Karl Berry  <karl@gnu.org>
1229
1230         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
1231         exists, foo.h should be cvs-ignored, not committed.
1232
1233 2007-02-23  Eric Blake  <ebb9@byu.net>
1234
1235         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
1236         * lib/stat-time.h (includes): Likewise.
1237         * lib/utimecmp.c (includes): Likewise.
1238         * lib/utimens.h (includes): Likewise.
1239         * lib/getdate.y (includes): Also include "timespec.h" for use
1240         internal to the module.
1241         * modules/utimens (Depends-on): Revert yesterday's patch.
1242         * modules/nanosleep (Depends-on): Add missing dependency.
1243
1244 2007-02-22  Bruno Haible  <bruno@clisp.org>
1245
1246         * lib/glob.c: Don't include getlogin_r.h.
1247
1248 2007-02-22  Jim Meyering  <jim@meyering.net>
1249
1250         * modules/utimens (Depends-on): Add timespec, required for
1251         utimens.h's inclusion of timespec.h.
1252
1253 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
1254
1255         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
1256         long unreadable paths in GNU/Linux.  Problem reported by Andreas
1257         Schwab in
1258         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
1259         I'll try to think of a better way to fix the Solaris problem.
1260
1261         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
1262         like glibc; on Solaris 10, it fails with errno == EINVAL.
1263         POSIX says the behavior is unspecified if the first argument is NULL,
1264         so play it safe and never pass NULL to the system getcwd.
1265
1266 2007-02-21  Jim Meyering  <jim@meyering.net>
1267
1268         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
1269         of gettimeofday.  It would conflict with the one now always
1270         provided via sys_time_.h.  Reported by Matthew Woehlke, as
1271         an IRIX 6.5 build failure.
1272
1273 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
1274
1275         Minor fixups to port to Solaris 10 with Sun C 5.8.
1276         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
1277         * modules/getcwd (Depends-on): Add dirfd.
1278         * lib/putenv.c (putenv): #undef it.
1279         (rpl_putenv): New decl.
1280         (malloc, free): Include <stdlib.h> rather than prototyping separately.
1281
1282 2007-02-20  Bruno Haible  <bruno@clisp.org>
1283
1284         * modules/stdio-tests: New file.
1285         * tests/test-stdio.c: New file.
1286
1287         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
1288         (Depends-on): Add stdio.
1289         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
1290         (Include): Use <stdio.h> instead of vsnprintf.h.
1291         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
1292         HAVE_DECL_VSNPRINTF.
1293         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
1294
1295         * modules/snprintf (Files): Remove lib/snprintf.h.
1296         (Depends-on): Add stdio.
1297         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
1298         (Include): Use <stdio.h> instead of snprintf.h.
1299         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
1300         HAVE_DECL_SNPRINTF.
1301         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
1302         * lib/getaddrinfo.c: Likewise.
1303
1304         * modules/stdio: New file.
1305         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
1306         * lib/snprintf.h: Remove file.
1307         * lib/vsnprintf.h: Remove file.
1308         * lib/.cppi-disable: Remove snprintf.h.
1309         * m4/stdio_h.m4: New file.
1310         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
1311
1312 2007-02-20  Jim Meyering  <jim@meyering.net>
1313
1314         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
1315         used by e.g., mingw.  From Bruno Haible.
1316
1317 2007-02-19  Bruno Haible  <bruno@clisp.org>
1318
1319         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
1320         warnings.
1321         Reported by Ben Pfaff <blp@cs.stanford.edu>.
1322
1323 2007-02-19  Bruno Haible  <bruno@clisp.org>
1324
1325         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
1326         from mingw users.
1327
1328 2007-02-19  Bruno Haible  <bruno@clisp.org>
1329
1330         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
1331         warnings.
1332         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
1333
1334 2007-02-19  Jim Meyering  <jim@meyering.net>
1335
1336         Don't use FD after a successful "fdopendir (fd)".
1337         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
1338         Reset it by calling dirfd on the just-obtained DIR*.
1339
1340         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
1341         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
1342
1343 2007-02-18  Bruno Haible  <bruno@clisp.org>
1344
1345         * lib/readlink.c: Include <unistd.h>.
1346         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
1347         HAVE_READLINK.
1348         * modules/readlink (Depends-on): Add unistd.
1349         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1350         (Include): Add <unistd.h>.
1351
1352         * lib/getlogin_r.h: Remove file.
1353         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
1354         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
1355         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
1356         HAVE_DECL_GETLOGIN_R.
1357         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
1358         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1359         (Include): Use <unistd.h> instead of getlogin_r.h.
1360
1361         * lib/getcwd.h: Remove file.
1362         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
1363         * lib/xgetcwd.c: Likewise.
1364         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
1365         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
1366         * modules/getcwd (Files): Remove lib/getcwd.h.
1367         (Depends-on): Add unistd.
1368         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1369         (Include): Use <unistd.h> instad of getcwd.h.
1370
1371         * lib/ftruncate.c: Include <unistd.h> first.
1372         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
1373         Set HAVE_FTRUNCATE.
1374         * modules/ftruncate (Depends-on): Add unistd.
1375         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1376
1377         * lib/fchdir.c: Include <unistd.h> first.
1378         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
1379         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
1380         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
1381         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1382         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
1383
1384         * lib/dup2.c: Include <unistd.h> first.
1385         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
1386         HAVE_DUP2.
1387         * modules/dup2 (Depends-on): Add unistd.
1388         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1389
1390         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
1391         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
1392         REPLACE_CHOWN. Don't define chown as a macro here.
1393         * modules/chown (Depends-on): Add unistd.
1394         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1395
1396         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
1397         Add definition for GL_LINK_WARNING.
1398         (chown, dup2): New declarations.
1399         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
1400         link warning.
1401         (ftruncate): New declaration.
1402         (getcwd): New declaration, taken from old getcwd.h.
1403         (getlogin_r): New declaration, taken from old getlogin_r.h.
1404         (readlink): New declaration.
1405         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
1406         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
1407         (gl_PREREQ_UNISTD): Remove macro.
1408         (gl_UNISTD_MODULE_INDICATOR): New macro.
1409         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
1410         many new variables. Don't set UNISTD_H.
1411         * modules/unistd (Description): Change.
1412         (Depends-on): Add link-warning.
1413         (configure.ac): Update.
1414         (Makefile.am): Create unistd.h always. Substitute many new variables
1415         into it.
1416
1417 2007-02-18  Bruno Haible  <bruno@clisp.org>
1418
1419         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
1420         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
1421         HAVE_GETSUBOPT.
1422         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
1423         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
1424         * lib/getsubopt.h: Remove file.
1425         * modules/getsubopt (Files): Remove lib/getsubopt.h.
1426         (Depends-on): Add stdlib.
1427         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
1428         (Includes): Use <stdlib.h> instead of getsubopt.h.
1429         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
1430         Set HAVE_GETSUBOPT.
1431         * lib/getsubopt.c: Don't include getsubopt.h.
1432
1433 2007-02-18  Bruno Haible  <bruno@clisp.org>
1434
1435         * modules/fchdir (Depends-on): Add dup2.
1436
1437 2007-02-18  Bruno Haible  <bruno@clisp.org>
1438
1439         * lib/stdlib_.h: Handle glibc's special invocation convention
1440         specially.
1441
1442 2007-02-18  Bruno Haible  <bruno@clisp.org>
1443
1444         * modules/stdlib-tests: New file.
1445         * tests/test-stdlib.c: New file.
1446
1447         * modules/mkstemp (Files): Remove lib/mkstemp.h.
1448         (Depends-on): Add stdlib.
1449         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
1450         (Includes): Use <stdlib.h> instead of mkstemp.h.
1451         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
1452         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
1453         * lib/mkstemp.c: Don't include mkstemp.h.
1454         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
1455         * lib/stdlib--.h: Don't include mkstemp.h.
1456
1457         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
1458         (Depends-on): Add stdlib.
1459         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
1460         (Includes): Use <stdlib.h> instead of mkdtemp.h.
1461         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
1462         HAVE_MKDTEMP.
1463         * lib/mkdtemp.c: Don't include mkdtemp.h.
1464         * lib/clean-temp.c: Don't include mkdtemp.h.
1465
1466         * modules/exit (Files): Remove lib/exit.h.
1467         (Depends-on): Add stdlib.
1468         (Makefile.am): Remove lib_SOURCES.
1469         (Include): Use <stdlib.h> instead of exit.h.
1470         * lib/argmatch.c: Don't include exit.h.
1471         * lib/execute.c: Likewise.
1472         * lib/pagealign_alloc.c: Likewise.
1473         * lib/pipe.c: Likewise.
1474         * lib/wait-process.c: Likewise.
1475         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
1476         * lib/exitfail.c: Likewise.
1477         * lib/savewd.c: Likewise.
1478         * lib/xsetenv.c: Likewise.
1479
1480         * modules/stdlib: New file.
1481         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
1482         and extra comments about mkstemp().
1483         * lib/exit.h: Remove file.
1484         * lib/mkdtemp.h: Remove file.
1485         * lib/mkstemp.h: Remove file.
1486         * m4/stdlib_h.m4: New file.
1487         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
1488
1489 2007-02-18  Bruno Haible  <bruno@clisp.org>
1490
1491         * modules/math-tests: New file.
1492         * tests/test-math.c: New file.
1493
1494         * modules/math: New file.
1495         * modules/mathl (Files): Remove lib/mathl.h.
1496         (Depends-on): Add math.
1497         (Makefile.am): Don't mention mathl.h.
1498         (Include): Use <math.h> instead of mathl.h.
1499         * lib/math_.h: New file.
1500         * lib/mathl.h: Remove file.
1501         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
1502         mathl.h.
1503         * lib/asinl.c: Likewise.
1504         * lib/atanl.c: Likewise.
1505         * lib/ceill.c: Likewise.
1506         * lib/cosl.c: Likewise.
1507         * lib/expl.c: Likewise.
1508         * lib/floorl.c: Likewise.
1509         * lib/frexpl.c: Likewise.
1510         * lib/ldexpl.c: Likewise.
1511         * lib/logl.c: Likewise.
1512         * lib/sincosl.c: Likewise.
1513         * lib/sinl.c: Likewise.
1514         * lib/sqrtl.c: Likewise.
1515         * lib/tanl.c: Likewise.
1516         * lib/trigl.c: Likewise.
1517         * m4/math_h.m4: New file.
1518         * MODULES.html.sh (Mathematics): Add math.
1519
1520 2007-02-17  Bruno Haible  <bruno@clisp.org>
1521
1522         * modules/wctype-tests: New file.
1523         * tests/test-wctype.c: New file.
1524
1525         * modules/wchar-tests: New file.
1526         * tests/test-wchar.c: New file.
1527
1528         * modules/unistd-tests: New file.
1529         * tests/test-unistd.c: New file.
1530
1531         * modules/time-tests: New file.
1532         * tests/test-time.c: New file.
1533
1534         * modules/sysexits-tests: New file.
1535         * tests/test-sysexits.c: New file.
1536
1537         * modules/sys_time-tests: New file.
1538         * tests/test-sys_time.c: New file.
1539
1540         * modules/sys_stat-tests: New file.
1541         * tests/test-sys_stat.c: New file.
1542
1543         * modules/sys_socket-tests: New file.
1544         * tests/test-sys_socket.c: New file.
1545
1546         * modules/sys_select-tests: New file.
1547         * tests/test-sys_select.c: New file.
1548
1549         * modules/string-tests: New file.
1550         * tests/test-string.c: New file.
1551
1552         * modules/stdbool-tests: New file.
1553         * tests/test-stdbool.c: New file.
1554
1555         * modules/netinet_in-tests: New file.
1556         * tests/test-netinet_in.c: New file.
1557
1558         * modules/inttypes-tests: New file.
1559         * tests/test-inttypes.c: New file.
1560
1561         * modules/fcntl-tests: New file.
1562         * tests/test-fcntl.c: New file.
1563
1564         * modules/byteswap-tests: New file.
1565         * tests/test-byteswap.c: New file.
1566
1567         * modules/arpa_inet-tests: New file.
1568         * tests/test-arpa_inet.c: New file.
1569
1570 2007-02-17  Bruno Haible  <bruno@clisp.org>
1571
1572         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
1573         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
1574         if the corresponding module is not enabled. Emit link warnings if
1575         the function is used nevertheless.
1576         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
1577         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
1578         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
1579         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
1580         * modules/inttypes (Depends-on): Add link-warning.
1581         (Makefile.am): Copy the contents of build-aux/link-warning.h into
1582         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
1583         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
1584         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
1585         * modules/imaxdiv (configure.ac): Likewise.
1586         * modules/strtoimax (configure.ac): Likewise.
1587         * modules/strtoumax (configure.ac): Likewise.
1588
1589 2007-02-17  Bruno Haible  <bruno@clisp.org>
1590
1591         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
1592         gl_STRING_MODULE_INDICATOR_DEFAULTS.
1593         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
1594         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
1595
1596 2007-02-17  Bruno Haible  <bruno@clisp.org>
1597
1598         * modules/link-warning: New file.
1599         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
1600         * lib/string_.h (GL_LINK_WARNING): Remove definition.
1601         * modules/string (Depends-on): Add link-warning.
1602         (Makefile.am): Copy the contents of build-aux/link-warning.h into
1603         string.h.
1604         * MODULES.html.sh (Support for building libraries and executables): Add
1605         link-warning.
1606
1607 2007-02-17  Bruno Haible  <bruno@clisp.org>
1608
1609         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
1610         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
1611         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
1612         long lines.
1613
1614 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
1615             Bruno Haible  <bruno@clisp.org>
1616
1617         * modules/tmpfile: New file.
1618         * lib/tmpfile.c: New file.
1619         * m4/tmpfile.m4: New file.
1620         * MODULES.html.sh (func_all_modules): New section "Input/output".
1621
1622 2007-02-15  Bruno Haible  <bruno@clisp.org>
1623
1624         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
1625         (supports_delete_on_close): New function.
1626         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
1627
1628 2007-02-14  Bruno Haible  <bruno@clisp.org>
1629
1630         * modules/mbspcasecmp-tests: New file.
1631         * tests/test-mbspcasecmp.sh: New file.
1632         * tests/test-mbspcasecmp.c: New file.
1633
1634         New module mbspcasecmp.
1635         * modules/mbspcasecmp: New file.
1636         * lib/mbspcasecmp.c: New file.
1637         * lib/string_.h (strncasecmp): Change warning message.
1638         (mbspcasecmp): New declaration.
1639         * m4/mbspcasecmp.m4: New file.
1640         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1641         GNULIB_MBSPCASECMP.
1642         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
1643         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
1644
1645 2007-02-14  Bruno Haible  <bruno@clisp.org>
1646
1647         * modules/mbsncasecmp-tests: New file.
1648         * tests/test-mbsncasecmp.sh: New file.
1649         * tests/test-mbsncasecmp.c: New file.
1650
1651         New module mbsncasecmp.
1652         * modules/mbsncasecmp: New file.
1653         * lib/mbsncasecmp.c: New file.
1654         * lib/string_.h (mbsncasecmp): New declaration.
1655         * m4/mbsncasecmp.m4: New file.
1656         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1657         GNULIB_MBSNCASECMP.
1658         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
1659         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
1660
1661 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
1662
1663         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
1664         Verify that it doesn't overlap with our flags.
1665         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
1666         do not have the desired effect in multibyte locales; instead, use
1667         mbscasecmp.
1668         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
1669         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
1670         we don't require GNU fnmatch ourselves (if our users require it, they
1671         should do so explicitly).
1672
1673         Fix regex code so it doesn't rely on strcasecmp.
1674         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
1675         Otherwise, include gnulib's langinfo.h.
1676         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
1677         undesirable behavior in non-C locales.  Instead, rely on localecharset.
1678         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
1679         * modules/regex (FILES): Remove m4/codeset.m4.
1680         (Depends-on): Add localcharset.  Remove strcase.
1681
1682 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1683
1684         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
1685         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
1686
1687 2007-02-13  Bruno Haible  <bruno@clisp.org>
1688
1689         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
1690         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1691
1692 2007-02-12  Bruno Haible  <bruno@clisp.org>
1693
1694         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
1695         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
1696         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
1697         time warning rather than a link error.
1698
1699 2007-02-12  Bruno Haible  <bruno@clisp.org>
1700
1701         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
1702         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
1703         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1704
1705 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
1706
1707         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
1708         args, not 2.
1709
1710 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
1711
1712         New module 'time', so that apps can include <time.h> as per
1713         POSIX and GNU instead of separate include files like time_r.h
1714         and timegm.h.  This implementation tries out a simpler approach
1715         for replacing decls in standard include files (as compared to
1716         the string module), somewhat as an experiment.
1717
1718         * config/srclist.txt: Comment out mktime.c for now.
1719         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
1720         since it doesn't apply any more.  Use generic wording instead.
1721         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
1722         'time'.
1723         * lib/time_.h, m4/time_h.m4, modules/time: New files.
1724         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
1725         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
1726         Don't include <sys/types.h>; no longer needed since we assume C89.
1727         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
1728         * lib/strftime.c: Likewise.
1729         * lib/time_r.c: Likewise.
1730         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
1731         * lib/nanosleep.c: Include <time.h> first, to check interface.
1732         * lib/strptime.c: Likewise.
1733         * lib/time_r.c: Likewise.
1734         * lib/timegm.c: Likewise.
1735         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
1736         needed.
1737         * lib/timegm.c: Don't include timegm.h; no longer needed.
1738         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
1739         time.h now handles any problems in that area.
1740         (struct timespec, nanosleep): Remove; time.h now arranges for these.
1741         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
1742         that time.h defines struct timespec.
1743         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
1744         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
1745         handles that.
1746         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
1747         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
1748         needed.  Set REPLACE_LOCALTIME.
1749         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
1750         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
1751         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
1752         nanosleep; time_h.m4 now does that.  Don't require
1753         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
1754         module handles this now.
1755         * modules/getdate (Depends-on): Remove timespec.  Add time.
1756         * modules/nanosleep (Depends-on): Likewise.
1757         * modules/stat-time (Depends-on): Likewise.
1758         * modules/nanosleep (Include): Include time.h, not timespec.h.
1759         * modules/strptime (Files): Remove lib/strptime.h.
1760         (Depends-on): Add extensions, time.
1761         (Include): Include time.h, not strptime.h.
1762         * modules/time_r (Files): Remove lib/time_r.h.
1763         (Depends-on): Add time.
1764         (Include): Include time.h, not time_r.h.
1765         * modules/timegm: Likewise.
1766         * modules/timespec (Description): Now does timespec-related decls
1767         of our own, instead of struct timespec itself.
1768         (Depends-on): Add time; remove extensions.
1769         (Maintainer): Add self.
1770         * modules/utimecmp (Depends-on): Add time; remove timespec.
1771         * modules/utimens (Depends-on): Likewise.
1772         * modules/xnanosleep (Depends-on): Likewise.
1773
1774 2007-02-11  Bruno Haible  <bruno@clisp.org>
1775
1776         * lib/c-strstr.c: Include allocsa.h.
1777         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
1778         * lib/c-strcasestr.c: Include allocsa.h.
1779         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
1780         * lib/strcasestr.c: Include allocsa.h.
1781         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
1782         * lib/mbsstr.c: Include allocsa.h.
1783         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
1784         allocsa/freesa instead of malloc/free.
1785         * lib/mbscasestr.c: Include allocsa.h.
1786         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
1787         allocsa/freesa instead of malloc/free.
1788         * modules/c-strstr (Depends-on): Add allocsa.
1789         * modules/c-strcasestr (Depends-on): Likewise.
1790         * modules/strcasestr (Depends-on): Likewise.
1791         * modules/mbsstr (Depends-on): Likewise.
1792         * modules/mbscasestr (Depends-on): Likewise.
1793
1794 2007-02-11  Bruno Haible  <bruno@clisp.org>
1795
1796         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
1797
1798         * modules/mbsspn-tests: New file.
1799         * tests/test-mbsspn.sh: New file.
1800         * tests/test-mbsspn.c: New file.
1801
1802 2007-02-11  Bruno Haible  <bruno@clisp.org>
1803
1804         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
1805
1806         * modules/mbspbrk-tests: New file.
1807         * tests/test-mbspbrk.sh: New file.
1808         * tests/test-mbspbrk.c: New file.
1809
1810 2007-02-11  Bruno Haible  <bruno@clisp.org>
1811
1812         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
1813         unneeded cast.
1814
1815         * modules/mbscspn-tests: New file.
1816         * tests/test-mbscspn.sh: New file.
1817         * tests/test-mbscspn.c: New file.
1818
1819 2007-02-11  Bruno Haible  <bruno@clisp.org>
1820
1821         * modules/mbscasecmp-tests: New file.
1822         * tests/test-mbscasecmp.sh: New file.
1823         * tests/test-mbscasecmp.c: New file.
1824
1825 2007-02-11  Bruno Haible  <bruno@clisp.org>
1826
1827         Ensure O(n) worst-case complexity of mbscasestr.
1828         * lib/mbscasestr.c: Include stdbool.h.
1829         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
1830         functions.
1831         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
1832         the bookkeeping indicates that it's worth it.
1833         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
1834
1835         * modules/mbscasestr-tests: New file.
1836         * tests/test-mbscasestr1.c: New file.
1837         * tests/test-mbscasestr2.sh: New file.
1838         * tests/test-mbscasestr2.c: New file.
1839         * tests/test-mbscasestr3.sh: New file.
1840         * tests/test-mbscasestr3.c: New file.
1841         * tests/test-mbscasestr4.sh: New file.
1842         * tests/test-mbscasestr4.c: New file.
1843         * m4/locale-tr.m4: New file.
1844
1845 2007-02-11  Bruno Haible  <bruno@clisp.org>
1846
1847         Ensure O(n) worst-case complexity of mbsstr.
1848         * lib/mbsstr.c: Include stdbool.h.
1849         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
1850         functions.
1851         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
1852         bookkeeping indicates that it's worth it.
1853         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
1854
1855         * modules/mbsstr-tests: New file.
1856         * tests/test-mbsstr1.c: New file.
1857         * tests/test-mbsstr2.sh: New file.
1858         * tests/test-mbsstr2.c: New file.
1859         * tests/test-mbsstr3.sh: New file.
1860         * tests/test-mbsstr3.c: New file.
1861         * m4/locale-fr.m4: New file.
1862
1863 2007-02-11  Bruno Haible  <bruno@clisp.org>
1864
1865         * lib/mbsrchr.c (mbsrchr): Fix bug.
1866
1867         * modules/mbsrchr-tests: New file.
1868         * tests/test-mbsrchr.sh: New file.
1869         * tests/test-mbsrchr.c: New file.
1870
1871 2007-02-11  Bruno Haible  <bruno@clisp.org>
1872
1873         * lib/mbschr.c (mbschr): Fix bug.
1874
1875         * modules/mbschr-tests: New file.
1876         * tests/test-mbschr.sh: New file.
1877         * tests/test-mbschr.c: New file.
1878         * m4/locale-zh.m4: New file.
1879
1880 2007-02-11  Bruno Haible  <bruno@clisp.org>
1881
1882         Support for copying multibyte string iterators.
1883         * lib/mbiter.h: Include <string.h>.
1884         (mbiter_multi_copy): New function.
1885         (mbi_copy): New macro.
1886         * lib/mbuiter.h: Include <string.h>.
1887         (mbuiter_multi_copy): New function.
1888         (mbui_copy): New macro.
1889
1890 2007-02-11  Bruno Haible  <bruno@clisp.org>
1891
1892         New module mbslen.
1893         * modules/mbslen: New file.
1894         * lib/mbslen.c: New file.
1895         * lib/string_.h (mbslen): New declaration.
1896         * m4/mbslen.m4: New file.
1897         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1898         GNULIB_MBSLEN.
1899         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
1900         * MODULES.html.sh (Internationalization functions): Add mbslen.
1901
1902 2007-02-11  Bruno Haible  <bruno@clisp.org>
1903
1904         Ensure O(n) worst-case complexity of strcasestr substitute.
1905         * lib/strcasestr.c: Include stdbool.h.
1906         (knuth_morris_pratt): New function.
1907         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
1908         bookkeeping indicates that it's worth it.
1909         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
1910
1911         * modules/strcasestr-tests: New file.
1912         * tests/test-strcasestr.c: New file.
1913
1914 2007-02-11  Bruno Haible  <bruno@clisp.org>
1915
1916         Ensure O(n) worst-case complexity of c_strcasestr.
1917         * lib/c-strcasestr.c: Include stdbool.h, string.h.
1918         (knuth_morris_pratt): New function.
1919         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
1920         the bookkeeping indicates that it's worth it.
1921         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
1922
1923         * modules/c-strcasestr-tests: New file.
1924         * tests/test-c-strcasestr.c: New file.
1925
1926 2007-02-11  Bruno Haible  <bruno@clisp.org>
1927
1928         Ensure O(n) worst-case complexity of c_strstr.
1929         * lib/c-strstr.c: Include stdbool.h, string.h.
1930         (knuth_morris_pratt): New function.
1931         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
1932         bookkeeping indicates that it's worth it.
1933         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
1934
1935         * lib/c-strstr.c: Complete rewrite for maintainability.
1936
1937         * modules/c-strstr-tests: New file.
1938         * tests/test-c-strstr.c: New file.
1939
1940 2007-02-11  Bruno Haible  <bruno@clisp.org>
1941
1942         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
1943         5.2.1 and earlier, whereby \055 was treated just like the range
1944         delimiter '-'.
1945         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
1946
1947 2007-02-08  Bruno Haible  <bruno@clisp.org>
1948
1949         * modules/regex (Depends-on): Add stdbool.
1950         Reported by Dalibor Topic <robilad@kaffe.org>.
1951
1952 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
1953
1954         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
1955         Prefer returning from main to exiting from it.
1956         Remove unnecessary parens after sizeof.
1957
1958 2007-02-05  Bruno Haible  <bruno@clisp.org>
1959
1960         New module mbssep.
1961         * modules/mbssep: New file.
1962         * lib/mbssep.c: New file.
1963         * lib/string_.h (strsep): Add a conditional link warning.
1964         (mbssep): New declaration.
1965         * m4/mbssep.m4: New file.
1966         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1967         GNULIB_MBSSEP.
1968         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
1969         * MODULES.html.sh (Internationalization functions): Add mbssep.
1970
1971 2007-02-05  Bruno Haible  <bruno@clisp.org>
1972
1973         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
1974         Optimize search in case of 1 delimiter.
1975
1976 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
1977
1978         * lib/acl.h: Include sys/types.h before sys/acl.h.
1979
1980 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
1981
1982         Merge upstream fix for glibc bugzilla #3957:
1983
1984         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
1985
1986         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
1987         bit for RE_HAT_LISTS_NOT_NEWLINE.
1988         (build_charclass_op): Remove bogus comment.
1989
1990 2007-02-05  Simon Josefsson  <simon@josefsson.org>
1991
1992         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
1993
1994 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
1995
1996         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
1997         * lib/memmem.c [!defined _LIBC]: Include config.h.
1998
1999 2007-02-04  Bruno Haible  <bruno@clisp.org>
2000
2001         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
2002         warning message.
2003
2004 2007-02-04  Bruno Haible  <bruno@clisp.org>
2005
2006         New module mbstok_r.
2007         * modules/mbstok_r: New file.
2008         * lib/mbstok_r.c: New file.
2009         * lib/string_.h (strtok_r): Change argument names to match the
2010         comments. Add a conditional link warning.
2011         (mbstok_r): New declaration.
2012         * m4/mbstok_r.m4: New file.
2013         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2014         GNULIB_MBSTOK_R.
2015         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
2016         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
2017
2018 2007-02-04  Bruno Haible  <bruno@clisp.org>
2019
2020         New module mbsspn.
2021         * modules/mbsspn: New file.
2022         * lib/mbsspn.c: New file.
2023         * lib/string_.h (strspn): Add a conditional link warning.
2024         (mbsspn): New declaration.
2025         * m4/mbsspn.m4: New file.
2026         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2027         GNULIB_MBSSPN.
2028         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
2029         * MODULES.html.sh (Internationalization functions): Add mbsspn.
2030
2031 2007-02-04  Bruno Haible  <bruno@clisp.org>
2032
2033         New module mbspbrk.
2034         * modules/mbspbrk: New file.
2035         * lib/mbspbrk.c: New file.
2036         * lib/string_.h (strpbrk): Add a conditional link warning.
2037         (mbspbrk): New declaration.
2038         * m4/mbspbrk.m4: New file.
2039         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2040         GNULIB_MBSPBRK.
2041         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
2042         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
2043
2044 2007-02-04  Bruno Haible  <bruno@clisp.org>
2045
2046         New module mbscspn.
2047         * modules/mbscspn: New file.
2048         * lib/mbscspn.c: New file.
2049         * lib/string_.h (strcspn): Add a conditional link warning.
2050         (mbscspn): New declaration.
2051         * m4/mbscspn.m4: New file.
2052         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2053         GNULIB_MBSCSPN.
2054         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
2055         * MODULES.html.sh (Internationalization functions): Add mbscspn.
2056
2057 2007-02-04  Bruno Haible  <bruno@clisp.org>
2058
2059         New module mbscasestr, reduced goal of strcasestr.
2060         * modules/mbscasestr: New file.
2061         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
2062         (mbscasestr): Renamed from strcasestr.
2063         * lib/strcasestr.c: Don't include mbuiter.h.
2064         (strcasestr): Remove support for multibyte locales.
2065         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
2066         Change the conditional link warning.
2067         (mbscasestr): New declaration.
2068         * m4/mbscasestr.m4: New file.
2069         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
2070         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
2071         REPLACE_STRCASESTR.
2072         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
2073         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
2074         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
2075         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
2076         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
2077         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
2078         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
2079         (Depends-on): Remove mbuiter.
2080         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
2081
2082 2007-02-04  Bruno Haible  <bruno@clisp.org>
2083
2084         Simplify handling of strncasecmp.
2085         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
2086         the conditional link warning.
2087         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
2088         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
2089         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
2090         * modules/strcase (configure.ac): Don't invoke
2091         gl_STRING_MODULE_INDICATOR.
2092         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
2093
2094 2007-02-04  Bruno Haible  <bruno@clisp.org>
2095
2096         New module mbscasecmp, reduced goal of strcasecmp.
2097         * modules/mbscasecmp: New file.
2098         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
2099         (mbscasecmp): Renamed from strcasecmp.
2100         * lib/strcasecmp.c: Don't include mbuiter.h.
2101         (strcasecmp): Remove support for multibyte locales.
2102         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
2103         Change the conditional link warning.
2104         (mbscasecmp): New declaration.
2105         * m4/mbscasecmp.m4: New file.
2106         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
2107         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
2108         REPLACE_STRCASECMP.
2109         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
2110         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2111         GNULIB_MBSCASECMP.
2112         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
2113         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
2114         * modules/strcase (Files): Remove m4/mbrtowc.m4.
2115         (Depends-on): Remove mbuiter.
2116         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
2117
2118 2007-02-04  Bruno Haible  <bruno@clisp.org>
2119
2120         New module mbsstr. Remove module strstr.
2121         * modules/mbsstr: New file.
2122         * modules/strstr: Remove file.
2123         * lib/mbsstr.c: Renamed from lib/strstr.c.
2124         (mbsstr): Renamed from strstr.
2125         * lib/string_.h (strstr): Remove declaration. Change the conditional
2126         link warning.
2127         (mbsstr): New declaration.
2128         * m4/mbsstr.m4: New file.
2129         * m4/strstr.m4: Remove file.
2130         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
2131         REPLACE_STRSTR.
2132         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
2133         Don't initialize GNULIB_STRSTR.
2134         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
2135         substitute GNULIB_STRSTR and REPLACE_STRSTR.
2136         * MODULES.html.sh (Internationalization functions): Add mbsstr.
2137         (Support for systems lacking ANSI C 89): Remove strstr.
2138
2139 2007-02-04  Bruno Haible  <bruno@clisp.org>
2140
2141         New module mbsrchr.
2142         * modules/mbsrchr: New file.
2143         * lib/mbsrchr.c: New file.
2144         * lib/string_.h (strrchr): Add a conditional link warning.
2145         (mbsrchr): New declaration.
2146         * m4/mbsrchr.m4: New file.
2147         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2148         GNULIB_MBSRCHR.
2149         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
2150         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
2151
2152 2007-02-04  Bruno Haible  <bruno@clisp.org>
2153
2154         New module mbschr.
2155         * modules/mbschr: New file.
2156         * lib/mbschr.c: New file.
2157         * lib/string_.h (strchr): Add a conditional link warning.
2158         (mbschr): New declaration.
2159         * m4/mbschr.m4: New file.
2160         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2161         GNULIB_MBSCHR.
2162         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
2163         * MODULES.html.sh (Internationalization functions): Add mbschr.
2164
2165 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
2166
2167         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
2168
2169         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
2170
2171 2007-02-04  Bruno Haible  <bruno@clisp.org>
2172
2173         New module description section 'configure.ac-early'.
2174         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
2175         (func_get_autoconf_early_snippet): New function.
2176         (func_import, func_create_testdir): Use it. Remove special cases for
2177         modules 'extensions' and 'lock'.
2178         * modules/extensions (configure.ac-early): Require
2179         gl_USE_SYSTEM_EXTENSIONS.
2180         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
2181
2182 2007-02-04  Bruno Haible  <bruno@clisp.org>
2183
2184         Make use of gcj-4.3's -fsource and -ftarget option.
2185         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
2186         and if so try the options -fsource and -ftarget.
2187         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
2188         source_version, ftarget_option, target_version arguments.
2189         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
2190         (is_envjavac_oldgcj_14_14_usable): Renamed from
2191         is_envjavac_gcj_14_14_usable.
2192         (is_envjavac_oldgcj_14_13_usable): Renamed from
2193         is_envjavac_gcj_14_13_usable.
2194         (is_gcj_present): Update.
2195         (is_gcj_43, is_gcj43_usable): New functions.
2196         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
2197         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
2198         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
2199         try the options -fsource and -ftarget.
2200
2201 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
2202
2203         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
2204         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
2205         larger value.
2206
2207 2007-02-03  Jim Meyering  <jim@meyering.net>
2208
2209         Give tools a better chance to allocate space for very large buffers.
2210         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
2211
2212         Make pwd and readlink work also when run with an unreadable parent dir
2213         on systems with openat support.
2214         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
2215         provided getcwd function, even when we have openat support.
2216         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
2217
2218 2007-02-02  Bruno Haible  <bruno@clisp.org>
2219
2220         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
2221         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
2222         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
2223         portability problems if one of these functions is only used on specific
2224         platforms.
2225         Reported by Paul Eggert.
2226
2227 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
2228
2229         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
2230         is causing more trouble than it's curing.
2231         * lib/regex_internal.h (__mempcpy): Remove.
2232         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
2233         (and make the code a tad smaller to boot).
2234         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
2235
2236 2007-02-02  Jim Meyering  <jim@meyering.net>
2237
2238         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
2239         section, not in the Makefile.am: one.
2240
2241 2007-02-02  Eric Blake  <ebb9@byu.net>
2242
2243         * lib/strchrnul.c: Always include config.h first.
2244
2245         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
2246         gnulib strstr is not necessary here.
2247
2248 2007-02-02  Simon Josefsson  <simon@josefsson.org>
2249
2250         * m4/socklen.m4: Fix typo.
2251
2252 2007-02-02  Eric Blake  <ebb9@byu.net>
2253
2254         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
2255         * modules/netinet_in (Makefile.am): Likewise.
2256
2257 2007-02-01  Bruno Haible  <bruno@clisp.org>
2258
2259         * lib/string_.h (GL_LINK_WARNING): New macro.
2260         (strcasecmp, strstr, strcasestr): If provided by the system,
2261         conditionally define as a macro that leads to a warning instead of to
2262         an error.
2263         (strncasecmp): Conditionally define as a macro that leads to a warning.
2264
2265 2007-02-01  Karl Berry  <karl@gnu.org>
2266
2267         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
2268
2269 2007-02-01  Bruno Haible  <bruno@clisp.org>
2270
2271         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
2272         renamings.
2273
2274 2007-02-01  Eric Blake  <ebb9@byu.net>
2275
2276         * modules/regex (Depends-on): Revert dependence on mempcpy.
2277         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
2278         module's definition of mempcpy.
2279         Reported by Paul Eggert.
2280
2281 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
2282
2283         * lib/string_.h: If the gnulib module XYZ is not present, undefine
2284         the symbol XYZ before redefining it.  This fixes a problem with
2285         programs that don't use XYZ, when compiled on systems that define
2286         XYZ to something else.
2287
2288 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
2289
2290         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
2291         occurs when "mkdir -m foo" creates a setgid directory that is (1)
2292         writeable to group or other and (2) is intended to have a special
2293         mode bit that is set or cleared.  In such a case, the directory
2294         should be neither group- nor other-writeable until the special
2295         mode bits are right.
2296
2297 2007-01-31  Eric Blake  <ebb9@byu.net>
2298
2299         * modules/mountlist (Depends-on): Add strstr.
2300
2301         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
2302         bug.
2303         * modules/string (Makefile.am): Remove redundant replacement.
2304         * modules/regex (Depends-on): Add mempcpy.
2305
2306 2007-01-31  Bruno Haible  <bruno@clisp.org>
2307
2308         New module description field 'Link'.
2309         * gnulib-tool (func_usage): Document --extract-link-directive.
2310         (sed_extract_prog): Recognize 'Link' directive.
2311         (func_get_link_directive): New function.
2312         (func_import): Show summary of link directives.
2313         Handle --extract-link-directive option.
2314         * modules/acl (Link): New section.
2315         * modules/clock-time (Link): New section.
2316         * modules/euidaccess (Link): New section.
2317         * modules/gettext (Link): New section.
2318         * modules/iconv (Link): New section.
2319         * modules/lock (Link): New section.
2320         * modules/nanosleep (Link): New section.
2321         * modules/readline (Link): New section.
2322
2323 2007-01-27  Bruno Haible  <bruno@clisp.org>
2324
2325         Enforce the use of gnulib modules for unportable <string.h> functions.
2326         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
2327         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
2328         (gl_HEADER_STRING_H_BODY): Require it.
2329         * lib/string_.h: If the gnulib module XYZ is not present, redefine
2330         the symbol XYZ to one that gives a link error.
2331         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
2332         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
2333         * modules/mempcpy (configure.ac): Likewise.
2334         * modules/memrchr (configure.ac): Likewise.
2335         * modules/stpcpy (configure.ac): Likewise.
2336         * modules/stpncpy (configure.ac): Likewise.
2337         * modules/strcase (configure.ac): Likewise.
2338         * modules/strcasestr (configure.ac): Likewise.
2339         * modules/strchrnul (configure.ac): Likewise.
2340         * modules/strdup (configure.ac): Likewise.
2341         * modules/strndup (configure.ac): Likewise.
2342         * modules/strnlen (configure.ac): Likewise.
2343         * modules/strpbrk (configure.ac): Likewise.
2344         * modules/strsep (configure.ac): Likewise.
2345         * modules/strstr (configure.ac): Likewise.
2346         * modules/strtok_r (configure.ac): Likewise.
2347
2348 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
2349
2350         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
2351
2352 2007-01-30  Jim Meyering  <jim@meyering.net>
2353
2354         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
2355
2356 2007-01-29  Bruno Haible  <bruno@clisp.org>
2357
2358         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
2359         * lib/execute.c: Likewise.
2360         * lib/pipe.c: Likewise.
2361         * lib/printf-args.h: Likewise.
2362         * lib/printf-args.c: Likewise.
2363         * lib/printf-parse.c: Likewise.
2364         * lib/vasnprintf.c: Likewise.
2365
2366 2007-01-29  Eric Blake  <ebb9@byu.net>
2367
2368         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
2369         declaration.
2370
2371 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
2372
2373         * lib/strptime.h (strptime): Use 'restrict' for args where
2374         POSIX requires this.
2375         * lib/strptime.c (strptime): Likewise.
2376         Change license notice from LGPL to GPL, since gnulib-tool will
2377         change this as needed.
2378         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
2379         defined.
2380         Include "strptime.h" first, to check interface.
2381         Do not #undef _LIBC and _NL_CURRENT.
2382         Do not include <stdlib.h>; no longer needed.
2383         Include "time_r.h" and declare ptime_locale_status
2384         only if _LIBC is not defined.
2385         (__P): Remove unused macro.
2386         (match_string): Bring back glibc version, but use it only if _LIBC
2387         is defined.
2388         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
2389         Remove unnecessary assertion and abort() call.
2390         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
2391         * m4/strptime.m4: Fix serial number comment.
2392         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
2393         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
2394         (Depends-on): Add time_r.
2395
2396 2007-01-29  Bruno Haible  <bruno@clisp.org>
2397
2398         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
2399         strptime.
2400         * modules/strptime (Depends-on): Add stdbool.
2401         * lib/strptime.h: Include <time.h> always. Add comments.
2402
2403 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
2404
2405         * modules/strptime: New file.
2406         * lib/strptime.h: New file.
2407         * lib/strptime.c: New file.
2408         * m4/strptime.m4: New file.
2409
2410 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
2411
2412         * MODULES.html.sh: New module mpsort.
2413         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
2414
2415         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
2416         a circularity problem with HP-UX ia64 reported by Bob Proulx in
2417         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
2418         All uses changed.
2419         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
2420         All uses changed.
2421         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
2422         to _Restrict_.
2423         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
2424         the parameter matches the prototype.
2425
2426 2007-01-28  Jim Meyering  <jim@meyering.net>
2427
2428         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
2429         sys/time.h here, reverting that part of the previous patch:
2430         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
2431
2432 2007-01-28  Bruno Haible  <bruno@clisp.org>
2433
2434         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
2435         value of $(SYS_TIME_H).
2436         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
2437         remove it conditionally, too. [added by Jim Meyering]
2438         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
2439         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
2440         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
2441         GETTIMEOFDAY_REPLACEMENT to 1.
2442
2443 2007-01-28  Bruno Haible  <bruno@clisp.org>
2444
2445         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
2446         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
2447         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
2448         Set UNISTD_H instead of UNISTD_H2.
2449         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
2450
2451 2007-01-28  Bruno Haible  <bruno@clisp.org>
2452
2453         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
2454         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
2455
2456 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2457
2458         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
2459         (func_create_testdir): Ensure C locale for `grep' and `tr'
2460         character ranges.
2461         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
2462         ACLOCAL_AMFLAGS parsing state machine.
2463
2464 2007-01-27  Bruno Haible  <bruno@clisp.org>
2465
2466         * modules/unistr/base: Update.
2467
2468 2007-01-27  Bruno Haible  <bruno@clisp.org>
2469
2470         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
2471         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
2472         * modules/unistr/u32-mbtouc-unsafe: Renamed from
2473         modules/unistr/u32-mbtouc.
2474         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
2475         * lib/unistr.h: Update.
2476         * lib/linebreak.c: Update.
2477         * modules/unistr/u32-mbtouc: Renamed from
2478         modules/unistr/u32-mbtouc-safe.
2479         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
2480         * lib/unistr.h: Update.
2481         * lib/unistr/u32-to-u8.c: Update.
2482         * lib/unistr/u32-to-u16.c: Update.
2483
2484 2007-01-27  Bruno Haible  <bruno@clisp.org>
2485
2486         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
2487         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
2488         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
2489         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
2490         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
2491         * modules/unistr/u16-mbtouc-unsafe: Renamed from
2492         modules/unistr/u16-mbtouc.
2493         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
2494         * lib/unistr.h: Update.
2495         * lib/linebreak.c: Update.
2496         * modules/linebreak: Update.
2497         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
2498         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
2499         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
2500         * modules/unistr/u16-mbtouc: Renamed from
2501         modules/unistr/u16-mbtouc-safe.
2502         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
2503         * lib/unistr.h: Update.
2504         * lib/unistr/u16-to-u8.c: Update.
2505         * modules/unistr/u16-to-u8: Update.
2506         * lib/unistr/u16-to-u32.c: Update.
2507         * modules/unistr/u16-to-u32: Update.
2508
2509 2007-01-27  Bruno Haible  <bruno@clisp.org>
2510
2511         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
2512         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
2513         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
2514         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
2515         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
2516         * modules/unistr/u8-mbtouc-unsafe: Renamed from
2517         modules/unistr/u8-mbtouc.
2518         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
2519         * lib/unistr.h: Update.
2520         * lib/striconveh.c: Update.
2521         * modules/striconveh: Update.
2522         * lib/linebreak.c: Update.
2523         * modules/linebreak: Update.
2524         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
2525         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
2526         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
2527         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
2528         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
2529         * lib/unistr.h: Update.
2530         * lib/striconveh.c: Update.
2531         * modules/striconveh: Update.
2532         * lib/unistr/u8-to-u16.c: Update.
2533         * modules/unistr/u8-to-u16: Update.
2534         * lib/unistr/u8-to-u32.c: Update.
2535         * modules/unistr/u8-to-u32: Update.
2536
2537 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2538
2539         Sync from Libtool.
2540         * lib/argz.c: Do not include strings.h nor memory.h, include
2541         string.h unconditionally.  Patch by Simon Josefsson.
2542
2543 2007-01-27  Bruno Haible  <bruno@clisp.org>
2544
2545         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
2546         from gl_HEADER_STRING_H_BODY.
2547         (gl_HEADER_STRING_H_BODY): Require it.
2548         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
2549         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
2550         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
2551         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
2552         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
2553         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
2554         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
2555         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
2556         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
2557         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
2558         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
2559         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
2560         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
2561         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
2562         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
2563
2564 2007-01-27  Bruno Haible  <bruno@clisp.org>
2565
2566         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
2567         check_PROGRAMS into noinst_PROGRAMS.
2568         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
2569         check_PROGRAMS in this case.
2570         (func_import): Set for_test to false.
2571         (func_create_testdir): Set for_test to true.
2572
2573 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
2574             Bruno Haible  <bruno@clisp.org>
2575
2576         * modules/strcasestr (Files): Remove lib/strcasestr.h.
2577         (Depends-on): Add string.
2578         (Includes): Use <string.h> instead of strcasestr.h.
2579         * modules/string (Makefile.am): Also substitute the value of
2580         REPLACE_STRCASESTR.
2581         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
2582         assume strcasestr is declared in <string.h> not <strings.h>. Also
2583         set REPLACE_STRCASESTR.
2584         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
2585         REPLACE_STRCASESTR.
2586         * lib/strcasestr.h: Remove file.
2587         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
2588         * lib/string_.h (strcasestr): New declaration.
2589
2590 2007-01-27  Bruno Haible  <bruno@clisp.org>
2591
2592         * lib/string_.h: Use 'extern'.
2593
2594 2007-01-27  Jim Meyering  <jim@meyering.net>
2595
2596         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
2597         of set-but-not-used local, "q".
2598
2599         * lib/mempcpy.c: Include <config.h> before <string.h>.
2600         This fixes a compilation error on HP-UX, due to the system's
2601         "restrict"-using mempcpy prototype.
2602
2603 2007-01-26  Bruno Haible  <bruno@clisp.org>
2604
2605         Small optimization.
2606         * lib/javacomp.c: Include c-strstr.h.
2607          (is_envjavac_gcj): Use c_strstr instead of strstr.
2608         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
2609
2610 2007-01-26  Bruno Haible  <bruno@clisp.org>
2611
2612         * MODULES.html.sh (Unicode string functions): Add the new modules.
2613
2614         * modules/uniconv/u32-strconv-to-locale: New file.
2615         * lib/uniconv/u32-strconv-to-locale.c: New file.
2616
2617         * modules/uniconv/u16-strconv-to-locale: New file.
2618         * lib/uniconv/u16-strconv-to-locale.c: New file.
2619
2620         * modules/uniconv/u8-strconv-to-locale: New file.
2621         * lib/uniconv/u8-strconv-to-locale.c: New file.
2622
2623         * modules/uniconv/u32-strconv-from-locale: New file.
2624         * lib/uniconv/u32-strconv-from-locale.c: New file.
2625
2626         * modules/uniconv/u16-strconv-from-locale: New file.
2627         * lib/uniconv/u16-strconv-from-locale.c: New file.
2628
2629         * modules/uniconv/u8-strconv-from-locale: New file.
2630         * lib/uniconv/u8-strconv-from-locale.c: New file.
2631
2632         * modules/uniconv/u32-strconv-to-enc: New file.
2633         * lib/uniconv/u32-strconv-to-enc.c: New file.
2634         * modules/uniconv/u32-strconv-to-enc-tests: New file.
2635         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
2636
2637         * modules/uniconv/u16-strconv-to-enc: New file.
2638         * lib/uniconv/u16-strconv-to-enc.c: New file.
2639         * lib/uniconv/u-strconv-to-enc.h: New file.
2640         * modules/uniconv/u16-strconv-to-enc-tests: New file.
2641         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
2642
2643         * modules/uniconv/u8-strconv-to-enc: New file.
2644         * lib/uniconv/u8-strconv-to-enc.c: New file.
2645         * modules/uniconv/u8-strconv-to-enc-tests: New file.
2646         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
2647
2648         * modules/uniconv/u32-strconv-from-enc: New file.
2649         * lib/uniconv/u32-strconv-from-enc.c: New file.
2650         * modules/uniconv/u32-strconv-from-enc-tests: New file.
2651         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
2652
2653         * modules/uniconv/u16-strconv-from-enc: New file.
2654         * lib/uniconv/u16-strconv-from-enc.c: New file.
2655         * modules/uniconv/u16-strconv-from-enc-tests: New file.
2656         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
2657
2658         * modules/uniconv/u8-strconv-from-enc: New file.
2659         * lib/uniconv/u8-strconv-from-enc.c: New file.
2660         * lib/uniconv/u-strconv-from-enc.h: New file.
2661         * modules/uniconv/u8-strconv-from-enc-tests: New file.
2662         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
2663
2664         * modules/uniconv/u32-conv-from-enc: New file.
2665         * lib/uniconv/u32-conv-from-enc.c: New file.
2666         * modules/uniconv/u32-conv-from-enc-tests: New file.
2667         * tests/uniconv/test-u32-conv-from-enc.c: New file.
2668
2669         * modules/uniconv/u16-conv-from-enc: New file.
2670         * lib/uniconv/u16-conv-from-enc.c: New file.
2671         * lib/uniconv/u-conv-from-enc.h: New file.
2672         * modules/uniconv/u16-conv-from-enc-tests: New file.
2673         * tests/uniconv/test-u16-conv-from-enc.c: New file.
2674
2675         * modules/uniconv/u8-conv-from-enc: New file.
2676         * lib/uniconv/u8-conv-from-enc.c: New file.
2677         * modules/uniconv/u8-conv-from-enc-tests: New file.
2678         * tests/uniconv/test-u8-conv-from-enc.c: New file.
2679
2680         * modules/uniconv/base: New file.
2681         * lib/uniconv.h: New file.
2682
2683 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
2684
2685         * doc/gnulib-tool.texi (Initial import): Update to match current
2686         behavior with strdup module.
2687         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
2688         * lib/memmem.h: Remove; all uses removed.  This is now done
2689         by <string.h>.
2690         * lib/mempcpy.h: Likewise.
2691         * lib/memrchr.h: Likewise.
2692         * lib/stpcpy.h: Likewise.
2693         * lib/stpncpy.h: Likewise.
2694         * lib/strcase.h: Likewise.
2695         * lib/strchrnul.h: Likewise.
2696         * lib/strdup.h: Likewise.
2697         * lib/strndup.h: Likewise.
2698         * lib/strnlen.h: Likewise.
2699         * lib/strpbrk.h: Likewise.
2700         * lib/strsep.h: Likewise.
2701         * lib/strstr.h: Likewise.
2702         * lib/strtok_r.h: Likewise.
2703         * lib/string_.h: New file.
2704         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
2705         Rely on <string.h> instead.
2706         * lib/canon-host.c: Likewise.
2707         * lib/chdir-long.c: Likewise.
2708         * lib/concatpath.c: Likewise.
2709         * lib/exclude.c: Likewise.
2710         * lib/fchdir.c: Likewise.
2711         * lib/getaddrinfo.c: Likewise.
2712         * lib/getcwd.c: Likewise.
2713         * lib/getsubopt.c: Likewise.
2714         * lib/glob.c: Likewise.
2715         * lib/hard-locale.c: Likewise.
2716         * lib/iconvme.c: Likewise.
2717         * lib/javacomp.c: Likewise.
2718         * lib/mempcpy.c: Likewise.
2719         * lib/memrchr.c: Likewise.
2720         * lib/regex_internal.h: Likewise.
2721         * lib/stpncpy.c: Likewise.
2722         * lib/strcasecmp.c: Likewise.
2723         * lib/strchrnul.c: Likewise.
2724         * lib/strdup.c: Likewise.
2725         * lib/striconv.c: Likewise.
2726         * lib/striconveh.c: Likewise.
2727         * lib/striconveha.c: Likewise.
2728         * lib/strncasecmp.c: Likewise.
2729         * lib/strndup.c: Likewise.
2730         * lib/strnlen.c: Likewise.
2731         * lib/strsep.c: Likewise.
2732         * lib/strstr.c: Likewise.
2733         * lib/strtok_r.c: Likewise.
2734         * lib/userspec.c: Likewise.
2735         * lib/w32spawn.h: Likewise.
2736         * lib/xstrndup.c: Likewise.
2737         * lib/mountlist.c (strstr): Remove decl.
2738         * m4/string_h.m4: New file.
2739         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
2740         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
2741         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
2742         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
2743         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
2744         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
2745         Set REPLACE_STRCASECMP if necessary.
2746         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
2747         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
2748         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
2749         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
2750         HAVE_DECL_STRDUP if necessary.
2751         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
2752         since gl_FUNC_STRNDUP does that now.
2753         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
2754         Check for decl here...
2755         (gl_PREREQ_STRNLEN): ... not here.
2756         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
2757         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
2758         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
2759         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
2760         necessary.
2761         * modules/string: New file.
2762         * modules/memmem (Files): Remove special-purpose include file.
2763         (Depends-on): Add string.
2764         (Include): Include <string.h>, not the removed file.
2765         * modules/mempcpy: Likewise.
2766         * modules/memrchr: Likewise.
2767         * modules/stpcpy: Likewise.
2768         * modules/stpncpy: Likewise.
2769         * modules/strcase: Likewise.
2770         * modules/strchrnul: Likewise.
2771         * modules/strdup: Likewise.
2772         * modules/strndup: Likewise.
2773         * modules/strnlen: Likewise.
2774         * modules/strpbrk: Likewise.
2775         * modules/strsep: Likewise.
2776         * modules/strstr: Likewise.
2777         * modules/strtok_r: Likewise.
2778         * tests/test-dirname.c: Don't include "strdup.h", since
2779         <string.h> now suffices.
2780         * tests/test-memmem.c: Don't include "memmem.h", since
2781         <string.h> now suffices.
2782
2783 2007-01-25  Bruno Haible  <bruno@clisp.org>
2784
2785         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
2786         *resultp is 0.
2787
2788         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
2789         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
2790         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
2791         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
2792
2793         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
2794         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
2795         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
2796         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
2797         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
2798         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
2799
2800 2007-01-24  Bruno Haible  <bruno@clisp.org>
2801
2802         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
2803         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
2804         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
2805         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
2806         gl_FUNC_FTS_CORE.
2807         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
2808         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
2809         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
2810         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
2811         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
2812         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
2813         gl_FUNC_FCHOWNAT.
2814         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
2815         gl_FUNC_STRFTIME.
2816         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
2817         Reported by Ralf Wildenhues.
2818
2819 2007-01-24  Bruno Haible  <bruno@clisp.org>
2820
2821         Drop AC_REQUIRE calls that are redundant with the module dependencies.
2822         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
2823         gl_GETADDRINFO.
2824         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
2825         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
2826         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
2827
2828 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
2829
2830         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
2831         Don't use 'exit'; just return from 'main'.
2832         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
2833
2834         * lib/fnmatch_.h: Readjust white space and comments to match
2835         glibc, to avoid spurious diffs.
2836
2837 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
2838
2839         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
2840         2004-12-01 change by Jakub Jelinek, since this code won't compile
2841         if !LIBC.  Problem reported by Bob Proulx.
2842
2843 2007-01-23  Bruno Haible  <bruno@clisp.org>
2844
2845         * lib/striconveh.c: Include c-strcaseeq.h.
2846         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
2847         * modules/striconveh (Depends-on): Add c-strcaseeq.
2848
2849 2007-01-23  Bruno Haible  <bruno@clisp.org>
2850
2851         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
2852
2853         * modules/c-strcaseeq: New file.
2854         * lib/c-strcaseeq.h: New file.
2855
2856         * modules/streq: New file.
2857         * lib/streq.h: New file.
2858
2859 2007-01-23  Bruno Haible  <bruno@clisp.org>
2860
2861         * modules/striconveha-tests: New file.
2862         * tests/test-striconveha.c: New file.
2863
2864         * lib/striconveha.h: Include <stdbool.h>.
2865         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
2866         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
2867         (mem_iconveha_notranslit): Renamed from mem_iconveha.
2868         (mem_iconveha): New function.
2869         (str_iconveha_notranslit): Renamed from str_iconveha.
2870         (str_iconveha): New function.
2871         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
2872         c-strcase.
2873
2874 2007-01-23  Bruno Haible  <bruno@clisp.org>
2875
2876         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
2877         encodings without forgiving before trying any encoding with handler.
2878         (str_iconveha): Try all encodings without forgiving before trying any
2879         encoding with handler.
2880
2881 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
2882
2883         Import the following changes from libc.
2884
2885         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
2886
2887         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
2888
2889         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
2890
2891         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
2892         normal_bracket label.
2893
2894         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
2895
2896         [BZ #361]
2897         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
2898         to normal_bracket after fetching the next character.
2899
2900 2007-01-22  Bruno Haible  <bruno@clisp.org>
2901
2902         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
2903         argument.
2904         * lib/striconveh.c (iconv_carefully_1): New function.
2905         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
2906         argument.
2907         (str_cd_iconveh): Update.
2908         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
2909         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
2910         * tests/test-striconveh.c (MAGIC): New macro.
2911         (new_offsets): New function.
2912         (main): Test call with and without offsets.
2913
2914 2007-01-22  Bruno Haible  <bruno@clisp.org>
2915
2916         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
2917         * modules/sys_select (Makefile.am): Likewise.
2918         * modules/sys_socket (Makefile.am): Likewise.
2919         * modules/sys_time (Makefile.am): Likewise.
2920
2921 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
2922
2923         * modules/gettimeofday (License): Change from GPL to LGPL, since
2924         gettimeofday is a library function.
2925
2926 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2927
2928         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
2929
2930 2007-01-21  Bruno Haible  <bruno@clisp.org>
2931
2932         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
2933
2934 2007-01-21  Bruno Haible  <bruno@clisp.org>
2935
2936         * modules/striconveha: New file.
2937         * lib/striconveha.h: New file.
2938         * lib/striconveha.c: New file.
2939         * MODULES.html.sh (Internationalization functions): Add striconveha.
2940         * lib/striconv.c (str_iconv): Optimize the case of an empty input
2941         string.
2942         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
2943
2944 2007-01-21  Bruno Haible  <bruno@clisp.org>
2945
2946         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
2947         * lib/striconveh.c (str_iconveh): Likewise.
2948
2949 2007-01-21  Bruno Haible  <bruno@clisp.org>
2950
2951         * lib/striconveh.h (mem_iconveh): New declaration.
2952         * lib/striconveh.c (mem_iconveh): New function.
2953         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
2954
2955 2007-01-21  Bruno Haible  <bruno@clisp.org>
2956
2957         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
2958
2959         * lib/striconveh.h (mem_cd_iconveh): Change specification.
2960         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
2961         original result buffer.
2962         (str_cd_iconveh): Update.
2963         * tests/test-striconveh.c (main): Update.
2964
2965         * lib/striconv.h (mem_cd_iconv): Change specification.
2966         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
2967         result buffer.
2968         (str_cd_iconv): Update.
2969         * tests/test-striconv.c (main): Update.
2970
2971 2007-01-21  Bruno Haible  <bruno@clisp.org>
2972
2973         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
2974
2975 2007-01-20  Jim Meyering  <jim@meyering.net>
2976
2977         * lib/userspec.c (parse_with_separator): If a user or group string
2978         starts with "+", skip the corresponding name-to-ID look-up, since
2979         such a look-up must fail: user and group names may not include "+".
2980
2981 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
2982
2983         * lib/poll.c: Include sys/time.h and time.h unconditionally,
2984         since we now assume the sys_time module.
2985         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
2986         check for sys/time.h; no longer needed.
2987         * modules/poll (Depends-on): Depend on sys_time.
2988
2989 2007-01-18  Bruno Haible  <bruno@clisp.org>
2990
2991         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
2992         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
2993
2994         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
2995         gettimeofday.
2996
2997         * tests/test-gettimeofday.c: Include <time.h>.
2998         (dummy): Remove variable.
2999
3000         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
3001         gl_HEADER_SYS_TIME_H.
3002         (gl_HEADER_SYS_TIME_H): New macro.
3003
3004         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
3005         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3006         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
3007         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
3008         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3009         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
3010         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
3011         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3012         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
3013         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
3014         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3015
3016         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
3017         last change; it caused a compilation error when cross-compiling to
3018         Cygwin.
3019
3020 2007-01-18  Jim Meyering  <jim@meyering.net>
3021
3022         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
3023         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
3024         than the race-prone "test -d sys || mkdir sys".
3025         (configure.ac): Use AC_PROG_MKDIR_P.
3026         * modules/sys_select: Likewise.
3027         * modules/sys_socket: Likewise.
3028         * modules/sys_time: Likewise.
3029
3030 2007-01-18  Eric Blake  <ebb9@byu.net>
3031
3032         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
3033         replace gettimeofday.
3034         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
3035         name, to avoid infinite recursion.
3036
3037 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
3038
3039         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
3040         module sys_time.
3041         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
3042         assume timespec.h defines struct timeval.
3043         * lib/settime.c: Likewise.
3044         * lib/utimens.c: Likewise.
3045         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
3046         since we now assume the gettimeofday module.
3047         * lib/tempname.c (__gen_tempname): Likewise.
3048         * lib/gettimeofday.h: Remove.
3049         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
3050         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
3051         Include <time.h>, for 'time()'.
3052         (localtime_buffer_addr): Also use this workaround if
3053         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
3054         to simplify the uses.  All uses changed.
3055         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
3056         that #undef is inside {}, and 'const' follows type name consistently.
3057         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
3058         (gettimeofday): Do not use the maximum possible value for
3059         tv->tv_usec, since that might break usages other than ls.c.
3060         Instead, we'll leave ls.c alone.  This undoes today's patch
3061         by Bruno.  Add a compile-time warning for 1s-clock resolution;
3062         we've never observed the problem but might as well keep the
3063         canary.
3064         * lib/nanosleep.c: Include timespec.h first, for interface check.
3065         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
3066         now assume the sys_time module.
3067         * lib/tempname.c: Likewise.
3068         * lib/timespec.h: Likewise.
3069         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
3070         needed.
3071         * lib/strftime.c: Likewise.
3072         * lib/timespec.h: Likewise.
3073         * lib/posixtm.c: Include posixtm.h first, for interface check.
3074         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
3075         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
3076         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
3077         * lib/sys_time_.h: New file.
3078         * lib/timespec.h (struct timespec): Use long int, not long.
3079         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
3080         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
3081         Remove obsolescent call to AC_HEADER_TIME.
3082         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
3083         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
3084         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
3085         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
3086         Likewise.
3087         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
3088         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
3089         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
3090         into the sys_time module.  Check for gettimeofday just once.
3091         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
3092         for gettimeofday signature to just check the signature.  Merely
3093         compile it, since linking doesn't test signature.  Improve test for
3094         whether gettimeofday.o is actually needed.
3095         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
3096         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
3097         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
3098         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3099         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
3100         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
3101         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
3102         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
3103         than worrying about sys/time.h.
3104         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
3105         Don't bother worrying about TIME_WITH_SYS_TIME.
3106         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
3107         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
3108         * m4/sys_time_h.m4: New file.
3109         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
3110         Don't include sys/time.h.  Return from main rather than exiting.
3111         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
3112         all uses changed.
3113         * modules/gethrxtime (Depends-on): Add sys_time.
3114         * modules/gettime (Depends-on): Likewise.
3115         * modules/gettimeofday (Depends-on): Likewise.
3116         * modules/nanosleep (Depends-on): Likewise.
3117         * modules/settime (Depends-on): Likewise.
3118         * modules/tempname (Depends-on): Likewise.
3119         * modules/utimens (Depends-on): Likewise.
3120         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
3121         (Include:) Change back to <sys/time.h>.
3122         (Maintainer:) Add self.
3123         * modules/sys_time: New file.
3124         * modules/tempname (Depends-on): Add gettimeofday.
3125         * tests/test-gettimeofday.c: Include <sys/time.h>
3126         rather than gettimeofday.h.
3127
3128 2007-01-17  Bruno Haible  <bruno@clisp.org>
3129
3130         * gnulib-tool (func_get_license): Revert last patch. Instead, let
3131         the license default to GPL.
3132         (func_create_testdir): Don't complain if a module is LGPL and its
3133         tests module depends on GPLed modules.
3134
3135 2007-01-17  Bruno Haible  <bruno@clisp.org>
3136
3137         * lib/gettimeofday.c (gettimeofday): Add code for the case
3138         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
3139         maximum possible value for tv->tv_usec, rather than the minimum one.
3140
3141 2005-10-08  Martin Lambers  <marlam@marlam.de>
3142 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
3143 2007-01-16  Bruno Haible  <bruno@clisp.org>
3144
3145         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
3146         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
3147         gl_FUNC_GETTIMEOFDAY.
3148         (Include): Add gettimeofday.h.
3149         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
3150         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
3151         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
3152         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
3153         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
3154         * lib/gettimeofday.h: New file.
3155         * lib/gettimeofday.c: Include <sys/timeb.h>.
3156         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
3157         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3158         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
3159         fall back on time().
3160
3161         * tests/test-gettimeofday.c: New file.
3162         * modules/gettimeofday-tests: New file.
3163
3164 2007-01-16  Eric Blake  <ebb9@byu.net>
3165
3166         * modules/fnmatch (Depends-on): Depend on wchar.
3167         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
3168         * m4/fnmatch.m4: Likewise.
3169         * modules/mbchar (Makefile.am): Assume <wchar.h>.
3170         * m4/mbchar.m4: Likewise.
3171         * modules/mbswidth (Depends-on): Depend on wchar.
3172         * lib/mbswidth.c: Assume <wchar.h>.
3173         * m4/mbswidth.m4: Likewise.
3174         * modules/quotearg (Depends-on): Depend on wchar.
3175         * lib/quotearg.c: Assume <wchar.h>.
3176         * m4/quotearg.m4: Likewise.
3177         * modules/regex (Depends-on): Depend on wchar.
3178         * lib/regex_internal.h: Assume <wchar.h>.
3179         * m4/regex.m4: Likewise.
3180         * modules/stdint (Depends-on): Depend on wchar.
3181         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
3182         * m4/stdint.m4: Likewise.
3183         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
3184         * modules/strftime (Depends-on): Depend on wchar.
3185         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
3186         * modules/strtol (Depends-on): Depend on wchar.
3187         * lib/strtol.c: Assume <wchar.h>.
3188         * modules/wcwidth (Depends-on): Depend on wchar.
3189         * lib/wcwidth.h: Assume <wchar.h>.
3190         * m4/wcwidth.m4: Likewise.
3191
3192 2007-01-16  Bruno Haible  <bruno@clisp.org>
3193
3194         * modules/csharpexec-script: New, created from...
3195         * modules/csharpexec: ... this.
3196
3197 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
3198
3199         * modules/javaexec-script: New, created from...
3200         * modules/javaexec: ... this.
3201
3202 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3203
3204         * modules/poll (Dependencies): Add sys_select.
3205
3206 2007-01-15  Jim Meyering  <jim@meyering.net>
3207
3208         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
3209         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
3210         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
3211         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
3212
3213 2007-01-15  Bruno Haible  <bruno@clisp.org>
3214
3215         * modules/striconveh: New file.
3216         * lib/striconveh.h: New file.
3217         * lib/striconveh.c: New file.
3218         * MODULES.html.sh (Internationalization functions): Add striconveh.
3219
3220         * modules/striconveh-tests: New file.
3221         * tests/test-striconveh.c: New file.
3222
3223 2007-01-15  Bruno Haible  <bruno@clisp.org>
3224
3225         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
3226         not from GNU libiconv or GNU libc.
3227
3228 2007-01-15  Bruno Haible  <bruno@clisp.org>
3229
3230         * doc/gnulib-intro.texi (Copyright): Explain the different license
3231         terms for module descriptions, autoconf macros, tests, documentation.
3232
3233 2007-01-14  Bruno Haible  <bruno@clisp.org>
3234
3235         * modules/striconv-tests: New file.
3236         * tests/test-striconv.c: New file.
3237
3238 2007-01-14  Bruno Haible  <bruno@clisp.org>
3239
3240         * modules/iconv-tests: New file.
3241         * tests/test-iconv.c: New file.
3242
3243 2007-01-14  Bruno Haible  <bruno@clisp.org>
3244
3245         * gnulib-tool (func_get_license): For test modules, use the license of
3246         the main module.
3247
3248 2007-01-14  Bruno Haible  <bruno@clisp.org>
3249
3250         * modules/iconv (Include): Clarify that <iconv.h> can only be included
3251         if iconv is found to exist.
3252
3253 2007-01-14  Bruno Haible  <bruno@clisp.org>
3254
3255         * modules/c-ctype-tests: New file.
3256         * tests/test-c-ctype.c: New file.
3257
3258 2007-01-14  Bruno Haible  <bruno@clisp.org>
3259
3260         * modules/binary-io-tests: New file.
3261         * tests/test-binary-io.sh: New file.
3262         * tests/test-binary-io.c: New file.
3263
3264 2007-01-14  Bruno Haible  <bruno@clisp.org>
3265
3266         * modules/array-oset-tests: New file.
3267         * tests/test-array_oset.c: New file.
3268
3269 2007-01-14  Bruno Haible  <bruno@clisp.org>
3270
3271         * modules/array-list-tests: New file.
3272         * tests/test-array_list.c: New file.
3273
3274 2007-01-14  Bruno Haible  <bruno@clisp.org>
3275
3276         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
3277         and make.
3278         Reported by Simon Josefsson in
3279         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
3280
3281 2007-01-14  Bruno Haible  <bruno@clisp.org>
3282
3283         * modules/allocsa-tests: New file.
3284         * tests/test-allocsa.c: New file.
3285
3286 2007-01-14  Bruno Haible  <bruno@clisp.org>
3287
3288         * modules/fchdir (Depends-on): Add absolute-header.
3289         * modules/unistd (Depends-on): Likewise.
3290
3291 2006-12-30  Bruno Haible  <bruno@clisp.org>
3292
3293         * modules/fchdir: New file.
3294         * modules/unistd (Files): Add lib/unistd_.h.
3295         (Makefile.am): Generate unistd.h from unistd_.h.
3296         * lib/fchdir.c: New file.
3297         * lib/dirent_.h: New file.
3298         * lib/unistd_.h: New file.
3299         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
3300         * m4/fchdir.m4: New file.
3301         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
3302         (gl_HEADER_UNISTD): Invoke it.
3303         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
3304         function.
3305         * lib/backupfile.c (opendir, closedir): Undefine.
3306         * lib/chown.c (open, close): Undefine.
3307         * lib/clean-temp.c (open, close): Undefine.
3308         * lib/copy-file.c (open, close): Undefine.
3309         * lib/execute.c (open, close): Undefine.
3310         * lib/fsusage.c (open, close): Undefine.
3311         * lib/gc-gnulib.c (open, close): Undefine.
3312         * lib/getcwd.c (opendir, closedir): Undefine.
3313         * lib/glob.c (opendir, closedir): Undefine.
3314         * lib/javacomp.c (open, close): Undefine.
3315         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
3316         * lib/openat-proc.c (open, close): Undefine.
3317         * lib/pagealign_alloc.c (open, close): Undefine.
3318         * lib/pipe.c (open, close): Undefine.
3319         * lib/progreloc.c (open, close): Undefine.
3320         * lib/savedir.c (opendir, closedir): Undefine.
3321         * lib/utime.c (open, close): Undefine.
3322         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
3323
3324 2007-01-10  Bruno Haible  <bruno@clisp.org>
3325
3326         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
3327
3328 2007-01-12  Eric Blake  <ebb9@byu.net>
3329
3330         Provide a robust <wchar.h>.  Further simplifications are now
3331         possible in other modules, but not included here.
3332         * modules/wchar: New module.
3333         * m4/wchar.m4: New file.
3334         * lib/wchar_.h: Likewise.
3335         * modules/mbchar (Depends-on): Depend on wchar, as the first use
3336         of the new module.
3337         * MODULES.html.sh (Extended multibyte and wide character utilities):
3338         New section.
3339
3340 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
3341
3342         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
3343         to a reasonable default for memory allocation.
3344         (xreadlink): Don't allocate a huge buffer, to work around a buggy
3345         file system that reports garbage st_size values for symlinks.
3346         Problem reported by Liyang Hu.
3347
3348 2007-01-11  Simon Josefsson  <simon@josefsson.org>
3349
3350         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
3351         Emacs .#* auto-save files).
3352
3353 2007-01-11  Bruno Haible  <bruno@clisp.org>
3354
3355         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
3356         directory.
3357
3358 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
3359
3360         Use @...@ consistently in lib/wctype_.h.
3361         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
3362         on it being set to 1 or 0.
3363         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
3364         go back to AC_SUBSTing it.
3365         * modules/wctype (Makefile.am): Undo previous change.
3366
3367 2007-01-10  Eric Blake  <ebb9@byu.net>
3368
3369         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
3370         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
3371         * modules/wctype (Makefile.am): Likewise.
3372         Reported by Chris McGuire.
3373
3374 2007-01-10  Jim Meyering  <jim@meyering.net>
3375
3376         fts.c: a small readability/maintainability improvement
3377         * lib/fts.c (fts_read): Make this code slightly more readable and
3378         maintainable by hoisting the "sp->fts_cur = p" assignments to
3379         immediately follow the statements that set P.  Derived from
3380         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
3381
3382 2007-01-10  Eric Blake  <ebb9@byu.net>
3383
3384         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
3385         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
3386         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
3387         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
3388         Reported by Chris McGuire.
3389
3390 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3391
3392         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
3393         in sed script.
3394
3395 2007-01-09  Bruno Haible  <bruno@clisp.org>
3396
3397         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
3398         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
3399         variables.
3400         (func_module): Use them.
3401
3402 2007-01-09  Bruno Haible  <bruno@clisp.org>
3403
3404         * modules/unistr/base: New file.
3405         * lib/unistr.h: New file.
3406
3407         * modules/unistr/u8-to-u16: New file.
3408         * lib/unistr/u8-to-u16.c: New file.
3409
3410         * modules/unistr/u8-to-u32: New file.
3411         * lib/unistr/u8-to-u32.c: New file.
3412
3413         * modules/unistr/u16-to-u8: New file.
3414         * lib/unistr/u16-to-u8.c: New file.
3415
3416         * modules/unistr/u16-to-u32: New file.
3417         * lib/unistr/u16-to-u32.c: New file.
3418
3419         * modules/unistr/u32-to-u8: New file.
3420         * lib/unistr/u32-to-u8.c: New file.
3421
3422         * modules/unistr/u32-to-u16: New file.
3423         * lib/unistr/u32-to-u16.c: New file.
3424
3425         * modules/unistr/u8-check: New file.
3426         * modules/unistr/u16-check: New file.
3427         * modules/unistr/u32-check: New file.
3428         * lib/unistr/u8-check.c: New file.
3429         * lib/unistr/u16-check.c: New file.
3430         * lib/unistr/u32-check.c: New file.
3431
3432         * modules/unistr/u8-chr: New file.
3433         * modules/unistr/u16-chr: New file.
3434         * modules/unistr/u32-chr: New file.
3435         * lib/unistr/u8-chr.c: New file.
3436         * lib/unistr/u16-chr.c: New file.
3437         * lib/unistr/u32-chr.c: New file.
3438
3439         * modules/unistr/u8-cmp: New file.
3440         * modules/unistr/u16-cmp: New file.
3441         * modules/unistr/u32-cmp: New file.
3442         * lib/unistr/u8-cmp.c: New file.
3443         * lib/unistr/u16-cmp.c: New file.
3444         * lib/unistr/u32-cmp.c: New file.
3445
3446         * modules/unistr/u8-cpy: New file.
3447         * modules/unistr/u16-cpy: New file.
3448         * modules/unistr/u32-cpy: New file.
3449         * lib/unistr/u8-cpy.c: New file.
3450         * lib/unistr/u16-cpy.c: New file.
3451         * lib/unistr/u32-cpy.c: New file.
3452         * lib/unistr/u-cpy.h: New file.
3453
3454         * modules/unistr/u8-cpy-alloc: New file.
3455         * modules/unistr/u16-cpy-alloc: New file.
3456         * modules/unistr/u32-cpy-alloc: New file.
3457         * lib/unistr/u8-cpy-alloc.c: New file.
3458         * lib/unistr/u16-cpy-alloc.c: New file.
3459         * lib/unistr/u32-cpy-alloc.c: New file.
3460         * lib/unistr/u-cpy-alloc.h: New file.
3461
3462         * modules/unistr/u8-endswith: New file.
3463         * modules/unistr/u16-endswith: New file.
3464         * modules/unistr/u32-endswith: New file.
3465         * lib/unistr/u8-endswith.c: New file.
3466         * lib/unistr/u16-endswith.c: New file.
3467         * lib/unistr/u32-endswith.c: New file.
3468         * lib/unistr/u-endswith.h: New file.
3469
3470         * modules/unistr/u8-mblen: New file.
3471         * modules/unistr/u16-mblen: New file.
3472         * modules/unistr/u32-mblen: New file.
3473         * lib/unistr/u8-mblen.c: New file.
3474         * lib/unistr/u16-mblen.c: New file.
3475         * lib/unistr/u32-mblen.c: New file.
3476
3477         * modules/unistr/u8-mbtouc: New file.
3478         * modules/unistr/u16-mbtouc: New file.
3479         * modules/unistr/u32-mbtouc: New file.
3480         * lib/unistr/u8-mbtouc.c: New file.
3481         * lib/unistr/u16-mbtouc.c: New file.
3482         * lib/unistr/u32-mbtouc.c: New file.
3483
3484         * modules/unistr/u8-mbtouc-safe: New file.
3485         * modules/unistr/u16-mbtouc-safe: New file.
3486         * modules/unistr/u32-mbtouc-safe: New file.
3487         * lib/unistr/u8-mbtouc-safe.c: New file.
3488         * lib/unistr/u16-mbtouc-safe.c: New file.
3489         * lib/unistr/u32-mbtouc-safe.c: New file.
3490
3491         * modules/unistr/u8-move: New file.
3492         * modules/unistr/u16-move: New file.
3493         * modules/unistr/u32-move: New file.
3494         * lib/unistr/u8-move.c: New file.
3495         * lib/unistr/u16-move.c: New file.
3496         * lib/unistr/u32-move.c: New file.
3497         * lib/unistr/u-move.h: New file.
3498
3499         * modules/unistr/u8-next: New file.
3500         * modules/unistr/u16-next: New file.
3501         * modules/unistr/u32-next: New file.
3502         * lib/unistr/u8-next.c: New file.
3503         * lib/unistr/u16-next.c: New file.
3504         * lib/unistr/u32-next.c: New file.
3505
3506         * modules/unistr/u8-prev: New file.
3507         * modules/unistr/u16-prev: New file.
3508         * modules/unistr/u32-prev: New file.
3509         * lib/unistr/u8-prev.c: New file.
3510         * lib/unistr/u16-prev.c: New file.
3511         * lib/unistr/u32-prev.c: New file.
3512
3513         * modules/unistr/u8-set: New file.
3514         * modules/unistr/u16-set: New file.
3515         * modules/unistr/u32-set: New file.
3516         * lib/unistr/u8-set.c: New file.
3517         * lib/unistr/u16-set.c: New file.
3518         * lib/unistr/u32-set.c: New file.
3519         * lib/unistr/u-set.h: New file.
3520
3521         * modules/unistr/u8-startswith: New file.
3522         * modules/unistr/u16-startswith: New file.
3523         * modules/unistr/u32-startswith: New file.
3524         * lib/unistr/u8-startswith.c: New file.
3525         * lib/unistr/u16-startswith.c: New file.
3526         * lib/unistr/u32-startswith.c: New file.
3527         * lib/unistr/u-startswith.h: New file.
3528
3529         * modules/unistr/u8-stpcpy: New file.
3530         * modules/unistr/u16-stpcpy: New file.
3531         * modules/unistr/u32-stpcpy: New file.
3532         * lib/unistr/u8-stpcpy.c: New file.
3533         * lib/unistr/u16-stpcpy.c: New file.
3534         * lib/unistr/u32-stpcpy.c: New file.
3535         * lib/unistr/u-stpcpy.h: New file.
3536
3537         * modules/unistr/u8-stpncpy: New file.
3538         * modules/unistr/u16-stpncpy: New file.
3539         * modules/unistr/u32-stpncpy: New file.
3540         * lib/unistr/u8-stpncpy.c: New file.
3541         * lib/unistr/u16-stpncpy.c: New file.
3542         * lib/unistr/u32-stpncpy.c: New file.
3543         * lib/unistr/u-stpncpy.h: New file.
3544
3545         * modules/unistr/u8-strcat: New file.
3546         * modules/unistr/u16-strcat: New file.
3547         * modules/unistr/u32-strcat: New file.
3548         * lib/unistr/u8-strcat.c: New file.
3549         * lib/unistr/u16-strcat.c: New file.
3550         * lib/unistr/u32-strcat.c: New file.
3551         * lib/unistr/u-strcat.h: New file.
3552
3553         * modules/unistr/u8-strchr: New file.
3554         * modules/unistr/u16-strchr: New file.
3555         * modules/unistr/u32-strchr: New file.
3556         * lib/unistr/u8-strchr.c: New file.
3557         * lib/unistr/u16-strchr.c: New file.
3558         * lib/unistr/u32-strchr.c: New file.
3559
3560         * modules/unistr/u8-strcmp: New file.
3561         * modules/unistr/u16-strcmp: New file.
3562         * modules/unistr/u32-strcmp: New file.
3563         * lib/unistr/u8-strcmp.c: New file.
3564         * lib/unistr/u16-strcmp.c: New file.
3565         * lib/unistr/u32-strcmp.c: New file.
3566
3567         * modules/unistr/u8-strcpy: New file.
3568         * modules/unistr/u16-strcpy: New file.
3569         * modules/unistr/u32-strcpy: New file.
3570         * lib/unistr/u8-strcpy.c: New file.
3571         * lib/unistr/u16-strcpy.c: New file.
3572         * lib/unistr/u32-strcpy.c: New file.
3573         * lib/unistr/u-strcpy.h: New file.
3574
3575         * modules/unistr/u8-strcspn: New file.
3576         * modules/unistr/u16-strcspn: New file.
3577         * modules/unistr/u32-strcspn: New file.
3578         * lib/unistr/u8-strcspn.c: New file.
3579         * lib/unistr/u16-strcspn.c: New file.
3580         * lib/unistr/u32-strcspn.c: New file.
3581         * lib/unistr/u-strcspn.h: New file.
3582
3583         * modules/unistr/u8-strdup: New file.
3584         * modules/unistr/u16-strdup: New file.
3585         * modules/unistr/u32-strdup: New file.
3586         * lib/unistr/u8-strdup.c: New file.
3587         * lib/unistr/u16-strdup.c: New file.
3588         * lib/unistr/u32-strdup.c: New file.
3589         * lib/unistr/u-strdup.h: New file.
3590
3591         * modules/unistr/u8-strlen: New file.
3592         * modules/unistr/u16-strlen: New file.
3593         * modules/unistr/u32-strlen: New file.
3594         * lib/unistr/u8-strlen.c: New file.
3595         * lib/unistr/u16-strlen.c: New file.
3596         * lib/unistr/u32-strlen.c: New file.
3597         * lib/unistr/u-strlen.h: New file.
3598
3599         * modules/unistr/u8-strmblen: New file.
3600         * modules/unistr/u16-strmblen: New file.
3601         * modules/unistr/u32-strmblen: New file.
3602         * lib/unistr/u8-strmblen.c: New file.
3603         * lib/unistr/u16-strmblen.c: New file.
3604         * lib/unistr/u32-strmblen.c: New file.
3605
3606         * modules/unistr/u8-strmbtouc: New file.
3607         * modules/unistr/u16-strmbtouc: New file.
3608         * modules/unistr/u32-strmbtouc: New file.
3609         * lib/unistr/u8-strmbtouc.c: New file.
3610         * lib/unistr/u16-strmbtouc.c: New file.
3611         * lib/unistr/u32-strmbtouc.c: New file.
3612
3613         * modules/unistr/u8-strncat: New file.
3614         * modules/unistr/u16-strncat: New file.
3615         * modules/unistr/u32-strncat: New file.
3616         * lib/unistr/u8-strncat.c: New file.
3617         * lib/unistr/u16-strncat.c: New file.
3618         * lib/unistr/u32-strncat.c: New file.
3619         * lib/unistr/u-strncat.h: New file.
3620
3621         * modules/unistr/u8-strncmp: New file.
3622         * modules/unistr/u16-strncmp: New file.
3623         * modules/unistr/u32-strncmp: New file.
3624         * lib/unistr/u8-strncmp.c: New file.
3625         * lib/unistr/u16-strncmp.c: New file.
3626         * lib/unistr/u32-strncmp.c: New file.
3627
3628         * modules/unistr/u8-strncpy: New file.
3629         * modules/unistr/u16-strncpy: New file.
3630         * modules/unistr/u32-strncpy: New file.
3631         * lib/unistr/u8-strncpy.c: New file.
3632         * lib/unistr/u16-strncpy.c: New file.
3633         * lib/unistr/u32-strncpy.c: New file.
3634         * lib/unistr/u-strncpy.h: New file.
3635
3636         * modules/unistr/u8-strnlen: New file.
3637         * modules/unistr/u16-strnlen: New file.
3638         * modules/unistr/u32-strnlen: New file.
3639         * lib/unistr/u8-strnlen.c: New file.
3640         * lib/unistr/u16-strnlen.c: New file.
3641         * lib/unistr/u32-strnlen.c: New file.
3642         * lib/unistr/u-strnlen.h: New file.
3643
3644         * modules/unistr/u8-strpbrk: New file.
3645         * modules/unistr/u16-strpbrk: New file.
3646         * modules/unistr/u32-strpbrk: New file.
3647         * lib/unistr/u8-strpbrk.c: New file.
3648         * lib/unistr/u16-strpbrk.c: New file.
3649         * lib/unistr/u32-strpbrk.c: New file.
3650         * lib/unistr/u-strpbrk.h: New file.
3651
3652         * modules/unistr/u8-strrchr: New file.
3653         * modules/unistr/u16-strrchr: New file.
3654         * modules/unistr/u32-strrchr: New file.
3655         * lib/unistr/u8-strrchr.c: New file.
3656         * lib/unistr/u16-strrchr.c: New file.
3657         * lib/unistr/u32-strrchr.c: New file.
3658
3659         * modules/unistr/u8-strspn: New file.
3660         * modules/unistr/u16-strspn: New file.
3661         * modules/unistr/u32-strspn: New file.
3662         * lib/unistr/u8-strspn.c: New file.
3663         * lib/unistr/u16-strspn.c: New file.
3664         * lib/unistr/u32-strspn.c: New file.
3665         * lib/unistr/u-strspn.h: New file.
3666
3667         * modules/unistr/u8-strstr: New file.
3668         * modules/unistr/u16-strstr: New file.
3669         * modules/unistr/u32-strstr: New file.
3670         * lib/unistr/u8-strstr.c: New file.
3671         * lib/unistr/u16-strstr.c: New file.
3672         * lib/unistr/u32-strstr.c: New file.
3673         * lib/unistr/u-strstr.h: New file.
3674
3675         * modules/unistr/u8-strtok: New file.
3676         * modules/unistr/u16-strtok: New file.
3677         * modules/unistr/u32-strtok: New file.
3678         * lib/unistr/u8-strtok.c: New file.
3679         * lib/unistr/u16-strtok.c: New file.
3680         * lib/unistr/u32-strtok.c: New file.
3681         * lib/unistr/u-strtok.h: New file.
3682
3683         * modules/unistr/u8-uctomb: New file.
3684         * modules/unistr/u16-uctomb: New file.
3685         * modules/unistr/u32-uctomb: New file.
3686         * lib/unistr/u8-uctomb.c: New file.
3687         * lib/unistr/u16-uctomb.c: New file.
3688         * lib/unistr/u32-uctomb.c: New file.
3689
3690         * MODULES.html.sh (Unicode string functions): Add the new modules.
3691
3692 2007-01-08  Bruno Haible  <bruno@clisp.org>
3693
3694         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
3695         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
3696         subdirectories.
3697
3698 2007-01-08  Karl Berry  <karl@gnu.org>
3699
3700         * doc/error.texi: mention that main() fns must set program_name
3701         when progname is used.
3702
3703 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
3704
3705         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
3706         WCTYPE_H is empty, for the benefit of builds from non-distclean
3707         directories.  Problem reported by Eric Blake in
3708         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
3709
3710 2007-01-08  Bruno Haible  <bruno@clisp.org>
3711
3712         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
3713         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
3714         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
3715         PROVIDE_CANONICALIZE_FILENAME_MODE.
3716         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
3717
3718 2007-01-08  Bruno Haible  <bruno@clisp.org>
3719
3720         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
3721         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
3722         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
3723         * lib/fts.c: Likewise.
3724         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
3725
3726 2006-12-25  Bruno Haible  <bruno@clisp.org>
3727
3728         * modules/utf8-ucs4-safe: New file.
3729         * lib/utf8-ucs4-safe.h: New file.
3730         * lib/unistr/utf8-ucs4-safe.c: New file.
3731
3732         * modules/utf16-ucs4-safe: New file.
3733         * lib/utf16-ucs4-safe.h: New file.
3734         * lib/unistr/utf16-ucs4-safe.c: New file.
3735
3736         * MODULES.html.sh (Unicode string functions): Add the new modules.
3737
3738 2007-01-08  Bruno Haible  <bruno@clisp.org>
3739
3740         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
3741         (Depends-on): Add unitypes.
3742         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
3743         (u8_mbtouc_aux): Move out to separate file.
3744         (u8_mbtouc): Use ucs4_t, uint8_t types.
3745         * lib/unistr/utf8-ucs4.c: New file.
3746
3747         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
3748         (Depends-on): Add unitypes.
3749         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
3750         (u16_mbtouc_aux): Move out to separate file.
3751         (u16_mbtouc): Use ucs4_t, uint16_t types.
3752         * lib/unistr/utf16-ucs4.c: New file.
3753
3754         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
3755         (Depends-on): Add unitypes.
3756         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
3757         (u8_uctomb_aux): Move out to separate file.
3758         (u8_uctomb): Use ucs4_t, uint8_t types.
3759         * lib/unistr/ucs4-utf8.c: New file.
3760
3761         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
3762         (Depends-on): Add unitypes.
3763         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
3764         (u16_uctomb_aux): Move out to separate file.
3765         (u16_uctomb): Use ucs4_t, uint16_t types.
3766         * lib/unistr/ucs4-utf16.c: New file.
3767
3768 2006-12-25  Bruno Haible  <bruno@clisp.org>
3769
3770         * modules/unitypes: New file.
3771         * lib/unitypes.h: New file.
3772         * MODULES.html.sh (func_all_modules): New section "Unicode string
3773         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
3774         this section. Add unitypes.
3775
3776 2007-01-08  Bruno Haible  <bruno@clisp.org>
3777
3778         Avoid variable names that conflict with those from libtool.
3779         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
3780         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
3781         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
3782         library_names_spec to acl_library_names_spec, hardcode_* to
3783         acl_hardcode_*.
3784         Reported by Ralf Wildenhues.
3785
3786 2007-01-08  Bruno Haible  <bruno@clisp.org>
3787
3788         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
3789         definition.
3790         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
3791         definition.
3792         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
3793         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
3794         definition.
3795         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
3796         definition.
3797         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
3798         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
3799         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
3800         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
3801         definition.
3802         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
3803         definition.
3804         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
3805         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
3806         GC_USE_<algorithm>.
3807         * lib/gc-libgcrypt.c: Likewise.
3808         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
3809         * modules/gc-arctwo (configure.ac): Likewise.
3810         * modules/gc-des (configure.ac): Likewise.
3811         * modules/gc-hmac-md5 (configure.ac): Likewise.
3812         * modules/gc-hmac-sha1 (configure.ac): Likewise.
3813         * modules/gc-md2 (configure.ac): Likewise.
3814         * modules/gc-md4 (configure.ac): Likewise.
3815         * modules/gc-md5 (configure.ac): Likewise.
3816         * modules/gc-random (configure.ac): Likewise.
3817         * modules/gc-rijndael (configure.ac): Likewise.
3818         * modules/gc-sha1 (configure.ac): Likewise.
3819
3820 2007-01-08  Bruno Haible  <bruno@clisp.org>
3821
3822         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
3823         macro definition.
3824         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
3825         definition.
3826         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
3827         definition.
3828         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
3829         * modules/fcntl-safer (configure.ac): Likewise.
3830         * modules/fopen-safer (configure.ac): Likewise.
3831         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
3832         GNULIB_FWRITEERROR macro definition.
3833
3834 2007-01-08  Bruno Haible  <bruno@clisp.org>
3835
3836         * m4/gnulib-common.m4: New file.
3837         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
3838         (func_get_filelist): Add m4/gnulib-common.m4.
3839
3840 2007-01-08  Bruno Haible  <bruno@clisp.org>
3841
3842         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
3843         command.
3844
3845 2007-01-08  Jim Meyering  <jim@meyering.net>
3846
3847         Use a more robust test for a "can't happen" condition.
3848         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
3849         narrowed the st_size value.  Presuming the "can't happen" condition
3850         is true, that narrowing could conceivably convert an invalid st_size
3851         value into a valid one.  Instead, use a change based on Matthew
3852         Woehlke's original patch.
3853
3854         Slight readability improvement: use an assert-like macro
3855         in place of literal "abort ()" uses.
3856         * lib/fts.c (fts_assert): Define.
3857         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
3858         Use this macro instead of a bare 'abort'.
3859
3860 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
3861
3862         Don't worry about using IRIX 5.3's wctype.h broken definitions;
3863         simply work around them.
3864         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
3865         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
3866         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
3867         declaring.
3868         Don't bother to define as macros, since the standard doesn't require it.
3869         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
3870         longer worry about IRIX 5.3.
3871         (HAVE_WCTYPE_CTMP_BUG): Remove.
3872
3873 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
3874
3875         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
3876         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
3877         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
3878         Problems reported by Georg Schwarz for IRIX 5.3.
3879
3880         * gnulib-tool (autoconf_minversion): Take the maximum version number
3881         found, not the minimum.  Problem reported by James Youngman.
3882
3883 2007-01-03  Karl Berry  <karl@gnu.org>
3884
3885         * doc/error.texi: new file, explaining interaction with progname.
3886         * doc/gnulib.texi: include it.  Update copyright.
3887
3888 2007-01-03  Simon Josefsson  <simon@josefsson.org>
3889
3890         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
3891         AC_CANONICAL_HOST, to improve autobuild outputs.
3892
3893 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
3894             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
3895
3896         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
3897         sockets, server sockets, and other file descriptors.  Count errors
3898         to compute the return value.  Reorder the code a bit to be easier
3899         to follow.  Don't set event bits that were not requested (except
3900         POLLERR and POLLHUP).
3901
3902 2007-01-01  Bruno Haible  <bruno@clisp.org>
3903
3904         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
3905
3906 2007-01-03  Jim Meyering  <jim@meyering.net>
3907
3908         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
3909
3910 2007-01-02  Bruno Haible  <bruno@clisp.org>
3911
3912         * modules/settime (Include): Require timespec.h.
3913         * modules/nanosleep (Include): Likewise.
3914
3915 2007-01-01  Bruno Haible  <bruno@clisp.org>
3916
3917         * gnulib-tool (func_emit_copyright_notice): Bump year.
3918         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
3919
3920 2007-01-01  Bruno Haible  <bruno@clisp.org>
3921
3922         Improve support for OpenBSD.
3923         * build-aux/config.rpath (libname_spec): Export.
3924         (library_names_spec): New variable. Export.
3925         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
3926         library_names_spec from the config.rpath output. Locate shared library
3927         through the name pattern in library_names_spec.
3928
3929 2007-01-01  Eric Blake  <ebb9@byu.net>
3930
3931         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
3932
3933 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
3934
3935         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
3936         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
3937         assume the C locale, and avoid an "eval" that could cause trouble.
3938         Problem with SORT reported by Bob Proulx.
3939
3940         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
3941         Define.  Trivial patch from Henning Nielsen Lund, originally
3942         sent to bug-grep@gnu.org today.
3943
3944 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
3945
3946         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
3947         struct stat.  Problem reported by Henning Nielsen Lund.
3948         * lib/acl.c: Include acl.h first, to check interface.  Don't
3949         bother to include sys/types.h and sys/stat.h again.
3950
3951 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
3952
3953         Import the following change from libc; problem reported by
3954         Sven Verdoolaege.
3955
3956         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
3957
3958         [BZ #1373]
3959         * lib/argp.h: Remove __NTH for __argp_usage inline function.
3960
3961 2006-12-28  Jim Meyering  <jim@meyering.net>
3962
3963         * build-aux/announce-gen: Do not assume that the package
3964         builds any of tar.gz, tar.bz2, and .xdelta files.
3965         Suggestion from Simon Josefsson.
3966
3967 2006-12-28  Simon Josefsson  <simon@josefsson.org>
3968
3969         * modules/announce-gen: New file.
3970
3971 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
3972
3973         * lib/mbchar.h: Just include <wctype.h>; the wctype module
3974         handles its gotchas now.
3975         * lib/mbswidth.c: Likewise.
3976         * lib/wcwidth.h: Likewise.
3977         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
3978         and iswcntrl; the wctype module does this stuff now.
3979         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
3980         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
3981         * modules/mbchar (Depends-on): Add wctype.
3982         * modules/mbswidth (Depends-on): Likewise.
3983         * modules/wcwidth (Depends-on): Likewise.
3984
3985 2006-12-27  Eric Blake  <ebb9@byu.net>
3986
3987         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
3988         module uses more than what <wctype.h> is required to provide.
3989
3990 2006-12-26  Eric Blake  <ebb9@byu.net>
3991
3992         * gnulib-tool (sed_extract_prog): Avoid space-tab.
3993
3994 2006-12-26  Eric Blake  <ebb9@byu.net>
3995
3996         * modules/absolute-header: New module.
3997         * modules/fcntl (Depends-on): Depend on it.
3998         * modules/inttypes (Depends-on): Likewise.
3999         * modules/stdint (Depends-on): Likewise.
4000         * modules/sys_stat (Depends-on): Likewise.
4001         * modules/wctype (Depends-on): Likewise.
4002         * MODULES.html.sh (Support for building libraries and
4003         executables): Document it.
4004
4005 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
4006
4007         * gnulib-tool (SED): Remove, undoing previous change.
4008         The problem was that it broke coreutils on Solaris, because
4009         "sed --posix" leaked into a makefile.
4010         (sed): New alias, if 'alias' and GNU sed.
4011
4012 2006-12-24  Jim Meyering  <jim@meyering.net>
4013
4014         Work around an fchownat bug in glibc-2.4:
4015         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
4016         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
4017         in spite of the -P option.
4018         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
4019         New macros.
4020         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
4021         * modules/openat (Files): Add lib/fchownat.c.
4022         * lib/openat.c (fchownat): Don't define here.  Move to...
4023         * lib/fchownat.c: ...this new file.
4024
4025 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
4026
4027         Fix bug reported by Bruno Haible in
4028         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
4029         where quotearg.c didn't compile on Mac OS X 10.2 because it
4030         lacks <wchar.h> and wint_t.
4031         * lib/wctype_.h (__wctype_wint_t): New type.
4032         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
4033         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
4034         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
4035         Arg is now of type __wctype_wint_t, not wint_t.
4036         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
4037         substitute HAVE_WINT_T.
4038         * modules/wctype (Files): Add m4/wint_t.m4.
4039         (wctype.h): Substitute HAVE_WINT_T.
4040
4041 2006-12-23  Bruno Haible  <bruno@clisp.org>
4042
4043         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
4044
4045 2006-12-23  Bruno Haible  <bruno@clisp.org>
4046
4047         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
4048         S_ISLNK.
4049         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
4050         mingw.
4051
4052 2006-12-22  Bruno Haible  <bruno@clisp.org>
4053
4054         * lib/copy-file.c: Include acl.h.
4055         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
4056         Close the file descriptors only after being done with copy_acl.
4057         * modules/copy-file (Depends-on): Add acl.
4058
4059 2006-12-22  Bruno Haible  <bruno@clisp.org>
4060
4061         * gnulib-tool (SED): New variable.
4062         Use $SED instead of sed everywhere.
4063
4064 2006-12-22  Bruno Haible  <bruno@clisp.org>
4065
4066         * modules/no-c++: New file.
4067         * m4/no-c++.m4: New file.
4068         * MODULES.html.sh (Support for building libraries and executables):
4069         Add no-c++.
4070
4071 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
4072
4073         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
4074         Include <limits.h>, and use its INT_MAX to rewrite the
4075         j loop so that it does not overflow 'int'.  Problem reported by
4076         Ralf Wildenhues in
4077         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
4078         Play it safe by shifting left by 1 rather than multiplying by 2,
4079         as GCC is less likely to optimize this away when the value
4080         is signed (when it assumes overflow leads to undefined behavior).
4081         Also, don't assume time_t uses two's complement.
4082
4083 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
4084
4085         * MODULES.html.sh: New module wctype.
4086         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
4087         * lib/fnmatch.c: Don't bother to include <wchar.h> before
4088         <wctype.h>, since the new wctype module should fix this.
4089         * lib/quotearg.c: Include <wctype.h> unconditionally, since
4090         the wctype module should arrange for it.
4091         * lib/regex_internal.h: Likewise.
4092         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
4093         since the wctype module should handle this now.
4094         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
4095         * modules/fnmatch (Depends-on): Add wctype.
4096         * modules/quotearg (Depends-on): Likewise.
4097         * modules/regex (Depends-on): Likewise.
4098
4099 2006-12-19  Bruno Haible  <bruno@clisp.org>
4100
4101         * lib/strdup.h [C++]: Wrap definitions in extern "C".
4102         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
4103
4104 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4105
4106         * modules/savewd (Depends-on): Fix dependency on fcntl.
4107
4108 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
4109
4110         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
4111         conforms to C99, rather than relying on the user's environment
4112         setting of STDINT_H.
4113
4114 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
4115         and Eric Blake  <ebb9@byu.net>
4116
4117         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
4118         This is more consistent with the other defines here.
4119         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
4120         Port to z/OS.  Problem reported by Paul Gilmartin.
4121         Change local vars to use gl_ prefix rather than ac_.
4122         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
4123         with other defines.
4124         * modules/double-slash-root: New module.
4125         * modules/dirname (Files): Remove m4/double-slash-root.m4.
4126         (Depends-on): Add double-slash-root.
4127         * MODULES.html.sh (File system functions): Mention new module.
4128
4129 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4130
4131         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
4132         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
4133         This is for the benefit of gzip, which doesn't do i18n.
4134
4135 2006-12-12  Jim Meyering  <jim@meyering.net>
4136
4137         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
4138         Reported by Andreas Schwab <schwab@suse.de>.
4139
4140 2006-12-12  Bruno Haible  <bruno@clisp.org>
4141
4142         Merge these changes.
4143         2006-09-05  Bruno Haible  <bruno@clisp.org>
4144         * lib/iconvme.c (iconv_string): No need to save and restore errno when
4145         iconv_alloc succeeded.
4146         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
4147         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
4148         test for " && dest " at the end - dest is always != NULL there. Call
4149         iconv with 4xNULL arguments initially, to reset the state. Call iconv
4150         with 2xNULL arguments, also to flush the state storage. Handle the
4151         IRIX iconv behaviour. Realloc the final result, to throw away unused
4152         memory.
4153
4154 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
4155
4156         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
4157         and fchmodat unconditionally, since glibc 2.4 has them.
4158         Problem reported by Arkadiusz Miskiewicz.
4159
4160 2006-12-10  Bruno Haible  <bruno@clisp.org>
4161
4162         * gnulib-tool (func_import): Show the include files only for those
4163         modules that are copied and specified.
4164         Reported by Karl Berry.
4165
4166 2006-12-08  Jim Meyering  <jim@meyering.net>
4167
4168         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
4169         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
4170
4171         * build-aux/announce-gen: Add two new options, both optional:
4172         --bootstrap-tools=TOOL_LIST
4173               a comma-separated list of tools, e.g.,
4174               autoconf,automake,bison,gnulib
4175         --gnulib-snapshot-date=DATE
4176               if gnulib is in the bootstrap tool list,
4177               then report this as the snapshot date.
4178               If not specified, use the current date/time.
4179               If you specify a date here, be sure it's UTC.
4180
4181 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4182
4183         * tests/test-argp-2.sh: Fix test to match actual output.
4184         (func_compare): Fix sed script to be portable.
4185
4186 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
4187
4188         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
4189         workaround for this case.  It is not autoconfigured now; offhand
4190         it's hard to see how to autoconfigure it.
4191
4192 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
4193
4194         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
4195         a directory that is about to be chowned.  Such a directory's
4196         initial file permissions should permit the owner only and this
4197         should not be changed until after the chown, since the group and
4198         other bits would be incorrect if they granted permission before
4199         the chown.
4200
4201         Fix porting problem for iswctype reported by Georg Schwarz in:
4202         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
4203         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
4204         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
4205         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
4206         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
4207
4208 2006-12-03  Jim Meyering  <jim@meyering.net>
4209
4210         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
4211         p->fts_statp may not yet be defined.
4212         (fts_read): Instead, set it in the caller, once p->fts_statp is
4213         sure to be defined, and corresponds to a top-level directory.
4214         This bug made du -x fail.  Here's the coreutils test case:
4215         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
4216         Reported by Mike Frysinger.
4217
4218 2006-12-01  Jim Meyering  <jim@meyering.net>
4219
4220         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
4221         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
4222         Reported by Simon Josefsson.
4223
4224 2006-11-30  Jim Meyering  <jim@meyering.net>
4225
4226         * m4/warning.m4: Use the all-permissive copyright notice
4227         recommended by RMS (rather than LGPL).
4228         * m4/vararrays.m4: Likewise.
4229         * m4/flexmember.m4: Likewise.
4230
4231 2006-11-29  Bruno Haible  <bruno@clisp.org>
4232
4233         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
4234         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
4235         using +=.
4236         Reported by Simon Josefsson <simon@josefsson.org>.
4237
4238 2006-11-28  James Youngman <jay@gnu.org>
4239
4240         * README: Advise users that they might find the bug-gnulib@gnu.org
4241         and autotools-announce@gnu.org mailing lists useful.
4242
4243 2006-11-28  Bruno Haible  <bruno@clisp.org>
4244
4245         * m4/ptrdiff_max.m4: Remove file.
4246
4247 2006-11-21  Bruno Haible  <bruno@clisp.org>
4248
4249         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
4250         _AC_COMPUTE_INT.
4251         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
4252         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
4253         _AC_COMPUTE_INT.
4254         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
4255         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
4256         _AC_COMPUTE_INT.
4257         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
4258
4259 2006-11-28  Jim Meyering  <jim@meyering.net>
4260
4261         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
4262         warning from "gcc -Wshadow" about shadowing the builtin.
4263
4264 2006-11-27  Bruno Haible  <bruno@clisp.org>
4265
4266         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
4267         _AC_COMPUTE_INT.
4268         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
4269
4270 2006-11-27  Bruno Haible  <bruno@clisp.org>
4271             Paul Eggert  <eggert@cs.ucla.edu>
4272
4273         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
4274
4275 2006-11-26  Bruno Haible  <bruno@clisp.org>
4276
4277         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
4278         noinst_LTLIBRARIES.
4279
4280 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
4281             Bruno Haible  <bruno@clisp.org>
4282
4283         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
4284         if compiling with "gcc -ansi".
4285
4286 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
4287
4288         Fix some incompatibilities with gcc -ansi -pedantic.
4289         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
4290         if compiling pedantically with GCC, unless it's C99 or later.
4291         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
4292         it mishandles gcc -ansi -pedantic as well.
4293         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
4294         if gcc -pedantic.
4295         * lib/regexec.c (check_node_accept_bytes): Don't use auto
4296         initializers for struct if -pedantic, unless it's C99 or later.
4297
4298 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
4299
4300         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
4301         Don't close an fd more than once. Identical atimes indicate
4302         success, not failure.
4303
4304 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
4305
4306         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
4307
4308 2006-11-23  Jim Meyering  <jim@meyering.net>
4309
4310         * build-aux/announce-gen: New file.  From coreutils.
4311
4312 2006-11-22  Jim Meyering  <jim@meyering.net>
4313
4314         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
4315         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
4316         (fts_read): Use a temporary to narrow the overused st_size member
4317         before using it in a switch statement.  Reported by Matthew Woehlke.
4318
4319         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
4320         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
4321
4322 2006-11-20  Bruno Haible  <bruno@clisp.org>
4323
4324         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
4325         changequote instead of pairs of brackets.
4326         Reported by Andreas Schwab <schwab@suse.de>.
4327
4328 2006-11-21  Jim Meyering  <jim@meyering.net>
4329
4330         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
4331         so as to remain compatible with older compilers.
4332         Patch from Michael Deutschmann.
4333
4334 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
4335
4336         * MODULES.html.sh (File system functions): Add openat.
4337
4338         * lib/openat.h (rpl_fstatat): New macro, if
4339         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
4340         (fstatat): Define to rpl_fstatat under the same conditions,
4341         unless COMPILING_FSTATAT.
4342         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
4343         seems to have the bug.
4344         * lib/fstatat.c: New file.
4345         * modules/openat (Files): Add it.
4346
4347 2006-11-20  Bruno Haible  <bruno@clisp.org>
4348
4349         * Makefile: New file.
4350
4351 2006-11-20  Jim Meyering  <jim@meyering.net>
4352
4353         The beginnings of syntax-related checks for gnulib.
4354         * lib/Makefile: New file.
4355         * lib/t-idcache: New script.  Ensure that the two halves of
4356         idcache.c stay in sync.
4357
4358         * lib/idcache.c: Adjust comments in user- and group- portions to
4359         be more accurate, and to be consistent with one another.
4360
4361 2006-11-20  Jim Meyering  <jim@meyering.net>
4362
4363         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
4364         continue using the flexible array member (thus, this module performs
4365         half as many malloc calls), with the addition that...
4366         (getgroup, getuser): Consistently record a non-match via an empty
4367         "name" string, and map an empty string match to a NULL return value.
4368         * modules/idcache (Depends-on): Re-add flexmember.
4369
4370         * lib/idcache.c (getuser): Remove all uses of the register keyword.
4371         (getuidbyname, getgroup, getgidbyname): Likewise.
4372
4373         Use cleaner syntax: NULL rather than 0.
4374         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
4375
4376 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
4377
4378         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
4379         It mishandled the case where the group was missing.
4380         Problem reported by Greg Schafer.
4381         * modules/idcache: Likewise.
4382
4383 2006-11-18  Jim Meyering  <jim@meyering.net>
4384
4385         * check-module (%exempt_header): Add exception for some
4386         conditionally-included headers.
4387
4388         * modules/i-ring (Depends-on): Add verify.
4389         (License): Change to LGPL.
4390
4391 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
4392
4393         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
4394         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
4395         and inttostr.h.  Use snprintf rather than uinttostr, so that
4396         LGPLed code doesn't depend on GPLed.
4397
4398 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
4399
4400         * modules/inline (License): Change from GPL to LGPL.
4401
4402 2006-11-17  Jim Meyering  <jim@meyering.net>
4403
4404         * modules/d-type (License): Switch to LGPL.
4405
4406 2006-11-15  Bruno Haible  <bruno@clisp.org>
4407
4408         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
4409
4410 2006-11-15  Eric Blake  <ebb9@byu.net>
4411
4412         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
4413         the module dependency.
4414
4415 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4416             Bruno Haible  <bruno@clisp.org>
4417
4418         * gnulib-tool (func_create_testdir): Add license consistency check.
4419
4420 2006-11-15  Eric Blake  <ebb9@byu.net>
4421
4422         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
4423         random "(cached)" in configure output.
4424
4425 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4426
4427         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
4428         test for conforming inttypes.h is both announced and cached.
4429
4430         * MODULES.html.sh (seen_modules, seen_files): New variables.
4431         (func_module): Rewrite to use a few less gnulib-tool and sed
4432         invocations.  Avoid a couple of quadratic algorithms for ...
4433         (missed_modules, missed_files): ... these, with ...
4434         (func_append, func_tmpdir): ... these new functions, from
4435         gnulib-tool.  Analogously, install traps for cleanup.
4436
4437         * tests/test-gc.c (main): Remove unused variables.
4438         * tests/test-read-file.c: Include stdlib.h, for 'free'.
4439
4440 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
4441
4442         * modules/inttostr (License): Change to LGPL.
4443
4444 2006-11-14  Eric Blake  <ebb9@byu.net>
4445
4446         * modules/tempname (License): Change to LGPL.
4447
4448 2006-11-14  Eric Blake  <ebb9@byu.net>
4449
4450         * doc/functions.texi (Function Portability): *printf functions on
4451         Cygwin now understand all POSIX size specifiers.
4452
4453 2006-11-14  Bruno Haible  <bruno@clisp.org>
4454
4455         * modules/c-ctype (License): Change to LGPL.
4456
4457 2006-11-12  Bruno Haible  <bruno@clisp.org>
4458
4459         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
4460         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
4461         for GNOME libraries, for which the include files are installed in
4462         subdirectories of $prefix/include.
4463
4464 2006-11-12  Bruno Haible  <bruno@clisp.org>
4465
4466         * m4/lib-link.m4: Require at least autoconf-2.54.
4467         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
4468         name to underscores for the --with option.
4469
4470 2006-11-13  Bruno Haible  <bruno@clisp.org>
4471
4472         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
4473         the tests directory.
4474         Reported by Ralf Wildenhues.
4475
4476 2006-11-13  Bruno Haible  <bruno@clisp.org>
4477
4478         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
4479         (func_emit_initmacro_end): Undo the override here.
4480         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
4481         Works around the famous automake error in coreutils.
4482
4483 2006-11-13  Eric Blake  <ebb9@byu.net>
4484
4485         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
4486         element, not its node.
4487
4488 2006-11-12  Bruno Haible  <bruno@clisp.org>
4489
4490         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
4491         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
4492
4493 2006-11-12  Bruno Haible  <bruno@clisp.org>
4494
4495         * gnulib-tool: New option --local-symlink.
4496         (func_usage): Document it.
4497         (lsymbolic): New variable.
4498         (func_import, func_create_testdir): If --symlink was not specified,
4499         test whether --local-symlink was specified and the file comes from
4500         the local_gnulib_dir.
4501
4502 2006-11-12  Bruno Haible  <bruno@clisp.org>
4503
4504         * gnulib-tool (func_ln): New function.
4505         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
4506
4507 2006-11-12  Bruno Haible  <bruno@clisp.org>
4508
4509         Finish support for source files in subdirectories.
4510         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
4511         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
4512         AUTOMAKE_OPTIONS.
4513         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
4514
4515 2006-11-12  Bruno Haible  <bruno@clisp.org>
4516
4517         * gnulib-tool (func_get_automake_snippet): Synthesize also an
4518         EXTRA_lib_SOURCES augmentation.
4519         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
4520
4521 2006-11-12  Jim Meyering  <jim@meyering.net>
4522
4523         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
4524         file descriptors.  This also averts a failure on systems with
4525         native openat support when a traversed directory lacks "x" access.
4526         * lib/fts_.h: Include "i-ring.h"
4527         (struct FTS) [fts_fd_ring]: New member.
4528         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
4529         (FCHDIR): Add parentheses.
4530         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
4531         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
4532         When descending, rather than simply closing the previous
4533         fts_cwd_fd value, push that file descriptor onto the ring.
4534         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
4535         (fts_open): Initialize the new fd_ring member.
4536         (fts_close): Clear the ring.
4537         (fts_safe_changedir): When possible, use our new fd_ring to skip
4538         the diropen and fstat and dev/ino comparison that would normally
4539         accompany a virtual `chdir ("..")'.
4540
4541         * modules/fts (Depends-on): Add i-ring.
4542         * modules/i-ring: New module.
4543         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
4544         * m4/i-ring.m4: New file.
4545
4546 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4547
4548         * gnulib-tool (func_create_testdir): Fix replacement of
4549         `build-aux' in configure.ac.  Run autotools in gltests
4550         subdirectory.
4551         (func_create_testdir, func_create_megatestdir, test): There is
4552         no need for '--force' in most autotool invocations in a new
4553         tree.  Actually fail the whole test if any of the tools, or the
4554         configure or make stages fail.
4555
4556         Sync from Automake.
4557         * build-aux/gnupload: Revert last change.  Add pointer to upload
4558         instructions of the GNU Maintenance Instructions.
4559         Suggestion by Karl Berry.
4560
4561 2006-11-10  Jim Meyering  <jim@meyering.net>
4562
4563         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
4564
4565 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
4566
4567         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
4568         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
4569         (bind_textdomain_codeset) [! ENABLE_NLS]:
4570         Evaluate all the arguments.  That way, callers get compatible behavior
4571         if the arguments have side effects.  Also, it avoids some GCC
4572         diagnostics in some cases; Joel E. Denny reported problems when Bison
4573         was configured with --enable-gcc-warnigs.
4574
4575 2006-11-10  Jim Meyering  <jim@meyering.net>
4576
4577         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
4578         relevant options in CFLAGS (like -O, -fno-inline) are taken into
4579         account.
4580
4581 2006-11-10  Jim Meyering  <jim@meyering.net>
4582
4583         * modules/inline: New file/module.
4584         * modules/xalloc (Files): Remove m4/inline.m4.
4585         (Depends-on): Add inline, instead.
4586         * modules/oset: Likewise.
4587         * modules/list: Likewise.
4588
4589 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
4590
4591         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
4592         Problem reported by Matthew Woehlke.
4593
4594 2006-11-09  Bruno Haible  <bruno@clisp.org>
4595
4596         * lib/tempname.c (gen_tempname): Remove variant that invokes
4597         __gen_tempname.
4598         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
4599         __gen_tempname.
4600
4601 2006-11-08  Bruno Haible  <bruno@clisp.org>
4602
4603         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
4604         to 'yes' instead of 'cross-compiling'.
4605
4606 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
4607
4608         * lib/quotearg.h (quotearg_free): New decl.
4609         * lib/quotearg.c (quotearg_free): New function.
4610         (slot0, nslots, slotvec0, slotvec):
4611         Now file-scope so that quotearg_free can get at them.
4612
4613 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4614
4615         Sync from Automake.
4616         * build-aux/gnupload: Add missing 'gnu' to example URL.
4617         Report by Karl Berry.
4618
4619 2006-11-08  Bruno Haible  <bruno@clisp.org>
4620
4621         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
4622         Suggested by Paul Eggert.
4623
4624 2006-11-08  Jim Meyering  <jim@meyering.net>
4625
4626         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
4627         It's already included if !_LIBC.
4628         (fts_safe_changedir): Add a comment.
4629
4630 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
4631
4632         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
4633         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
4634         Matthew Woehlke.
4635
4636         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
4637         definitions up, to avoid colliding with change below.
4638         (static_inline) [HAVE_INLINE]: New macro.
4639         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
4640         Provide extern decls when !HAVE_INLINE.  Do not define unless
4641         static_inline is defined, either by us or by xmalloc.c.  Use
4642         static_inline rather than static inline.
4643         (XCALLOC): Optimize sizeof(T) = 1 case.
4644         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
4645
4646 2006-11-07  Bruno Haible  <bruno@clisp.org>
4647
4648         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
4649         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
4650         AC_C_INLINE.
4651         * modules/xalloc (Files): Add m4/inline.m4.
4652
4653 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4654
4655         * README: Fix typo.
4656         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
4657         (Miscellanous Notes): ...from this.
4658
4659 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
4660
4661         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
4662         Mention that offsetof should be used instead of sizeof.
4663         From Bruno Haible.
4664
4665 2006-11-07  Bruno Haible  <bruno@clisp.org>
4666
4667         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
4668
4669 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
4670
4671         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
4672         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
4673         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
4674         (gl_tree_add_before, gl_tree_add_after):
4675         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
4676         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
4677         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
4678         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
4679         (gl_linked_add_after, gl_linked_add_at): Likewise.
4680         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
4681         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
4682         (gl_tree_add_before, gl_tree_add_after): Likewise.
4683         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
4684         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
4685         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
4686
4687 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4688
4689         * lib/gl_oset.h: Use C comment style, not C++ comment style.
4690
4691 2006-11-06  Bruno Haible  <bruno@clisp.org>
4692
4693         * m4/inline.m4: New file.
4694         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
4695         * modules/list (Files): Add m4/inline.m4.
4696         * modules/oset (Files): Likewise.
4697
4698 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
4699
4700         * lib/idcache.c: Include <stddef.h>, for offsetof.
4701         (struct userid.name): Change from char * to a flexible array member.
4702         All uses changed.
4703         * modules/idcache (Depends-on): Add flexmember.
4704
4705         * MODULES.html.sh (Core language properties): New module flexmember.
4706         * modules/flexmember, m4/flexmember.m4: New files.
4707
4708         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
4709         inline functions that are identical with the old xnmalloc_inline,
4710         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
4711         that we can avoid some unnecessary integer multiplications and
4712         divisions in the common case where the element size is known at
4713         compile time.
4714         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
4715         needed.
4716         (xnboundedmalloc): Remove.
4717         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
4718         arguments, for consistency with rest of this header.
4719         (xcharalloc): Rewrite using XNMALLOC.
4720         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
4721         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
4722         versions have been moved to lib/xalloc.h and renamed to be the
4723         non-*_inline versions.
4724         (xmalloc, xrealloc): Implement without reference to the xnmalloc
4725         and xnrealloc functions, since those functions are now inline and
4726         now call us.
4727         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
4728         renaming described above.
4729         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
4730         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
4731         captures the dependency in AC_C_INLINE.
4732
4733         New module canonicalize-lgpl, proposed by Charles Wilson in
4734         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
4735         with a few small changes afterwards.
4736         * MODULES.html.sh (File system functions): New module
4737         canonicalize-lgpl.
4738         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
4739         and canonicalize_file_name.
4740         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
4741         * modules/canonicalize-lgpl: New files.
4742
4743 2006-11-05  Bruno Haible  <bruno@clisp.org>
4744
4745         * gnulib-tool (func_import, func_create_testdir): Create directories
4746         also for files in subdirectories of lib/.
4747
4748 2006-11-05  Bruno Haible  <bruno@clisp.org>
4749
4750         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
4751         ANSI C compliant.
4752
4753 2006-11-03  Bruno Haible  <bruno@clisp.org>
4754
4755         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
4756         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
4757         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
4758         (xnboundedmalloc): New inline function.
4759         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
4760         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
4761         xmalloc.
4762         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
4763         xmalloc.
4764         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
4765         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
4766         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
4767         xmalloc.
4768         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
4769         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
4770         xmalloc.
4771         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
4772         gl_tree_add_after): Use XMALLOC instead of xmalloc.
4773         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
4774         xmalloc.
4775         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
4776         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
4777         gl_tree_add_after): Use XMALLOC instead of xmalloc.
4778         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
4779         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
4780         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
4781         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
4782
4783 2006-11-03  Bruno Haible  <bruno@clisp.org>
4784
4785         * lib/c-ctype.h [C++]: Define functions without name mangling.
4786         * lib/fwriteerror.h [C++]: Likewise.
4787         * lib/gcd.h [C++]: Likewise.
4788         * lib/linebreak.h [C++]: Likewise.
4789
4790 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
4791
4792         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
4793         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
4794         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
4795         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
4796         Check for functions and headers just once.
4797         Check for declaration of canonicalize_file_name.
4798         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
4799
4800 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
4801
4802         * gnulib-tool (func_import): Fix typo in actioncmd.
4803
4804 2006-11-02  Bruno Haible  <bruno@clisp.org>
4805
4806         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
4807         newline sequence in the Makefile.am snippet as a space, like "make"
4808         does.
4809         Reported by Roger Persson <perrog@gmail.com>.
4810
4811 2006-11-01  Bruno Haible  <bruno@clisp.org>
4812
4813         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
4814         already declared in <string.h>.
4815         * lib/strcase.h (strncasecmp): Don't declare it if yes.
4816
4817 2006-11-01  Bruno Haible  <bruno@clisp.org>
4818
4819         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
4820         * lib/strcase.h: Include <string.h>.
4821         (strcasecmp): Define to rpl_strcasecmp here.
4822
4823 2006-11-01  Bruno Haible  <bruno@clisp.org>
4824
4825         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
4826
4827 2006-11-01  Eric Blake  <ebb9@byu.net>
4828
4829         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
4830
4831         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
4832
4833 2006-10-29  Bruno Haible  <bruno@clisp.org>
4834
4835         Make it compile in C++ mode.
4836         * lib/full-write.c (full_rw): Add a cast.
4837
4838 2006-11-01  Bruno Haible  <bruno@clisp.org>
4839
4840         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
4841         be POSIX compliant.
4842         Reported by Roger Persson <perrog@gmail.com>.
4843
4844 2006-11-01  Eric Blake  <ebb9@byu.net>
4845
4846         * lib/getopt_.h: Fix comments.
4847
4848 2006-10-31  Eric Blake  <ebb9@byu.net>
4849
4850         * modules/tmpdir (Depends-on): Add sys_stat.
4851         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
4852         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
4853         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
4854         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
4855         tempname.
4856
4857 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
4858
4859         Avoid some C++ diagnostics reported by Bruno Haible.
4860         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
4861         xmalloc.
4862         (quotearg_alloc): Use xcharalloc rather than xmalloc.
4863         (struct slotvec): Move to top level.
4864         (quotearg_n_options): Rewrite to avoid xmalloc.
4865         * lib/xalloc.h (xcharalloc): New function.
4866         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
4867         [defined __cplusplus]: Add function template that provides result
4868         type propagation.  This part of the change is from Bruno Haible.
4869
4870 2006-10-29  Bruno Haible  <bruno@clisp.org>
4871
4872         Make it compile in C++ mode.
4873         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
4874         * lib/strnlen1.c (strnlen1): Cast memchr result.
4875         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
4876         * lib/clean-temp.c (string_equals, string_hash): Add casts.
4877         (create_temp_dir): Rename local variable 'template'.
4878         (compile_csharp_using_sscli): Add cast.
4879         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
4880         * lib/findprog.c (find_in_path): Likewise.
4881         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
4882         * lib/wait-process.c (register_slave_subprocess): Likewise.
4883
4884 2006-10-22  Bruno Haible  <bruno@clisp.org>
4885
4886         * modules/tsearch: New file.
4887         * lib/tsearch.h: New file.
4888         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
4889         * m4/tsearch.m4: New file.
4890         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
4891
4892 2006-10-29  Eric Blake  <ebb9@byu.net>
4893
4894         * lib/arcfour.c: Assume config.h.
4895         * lib/arctwo.c: Likewise.
4896         * lib/base64.c: Likewise.
4897         * lib/check-version.c: Likewise.
4898         * lib/crc.c: Likewise.
4899         * lib/des.c: Likewise.
4900         * lib/gc-gnulib.c: Likewise.
4901         * lib/gc-libgcrypt.c: Likewise.
4902         * lib/gc-pbkdf2-sha1.c: Likewise.
4903         * lib/getaddrinfo.c: Likewise.
4904         * lib/getdelim.c: Likewise.
4905         * lib/getline.c: Likewise.
4906         * lib/hmac-md5.c: Likewise.
4907         * lib/hmac-sha1.c: Likewise.
4908         * lib/iconvme.c: Likewise.
4909         * lib/md2.c: Likewise.
4910         * lib/md4.c: Likewise.
4911         * lib/memxor.c: Likewise.
4912         * lib/read-file.c: Likewise.
4913         * lib/readline.c: Likewise.
4914         * lib/rijndael-alg-fst.c: Likewise.
4915         * lib/rijndael-api-fst.c: Likewise.
4916         * lib/xgetdomainname.c: Likewise.
4917
4918 2006-10-28  Eric Blake  <ebb9@byu.net>
4919
4920         * lib/xstrndup.c: Assume config.h.
4921
4922 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
4923
4924         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
4925         stat-macros.h is now for our own macros, whereas stat_h is for
4926         macros in the <sys/stat.h> name space.
4927         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
4928         (STAT_MACROS_H): Remove.
4929         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
4930         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
4931         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
4932         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
4933         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
4934         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
4935         Move these macros to ...
4936         * lib/stat_.h: here.  Don't include stat-macros.h.
4937         * lib/canonicalize.c: Don't include stat-macros.h.
4938         * lib/chown.c: Likewise.
4939         * lib/euidaccess.c: Likewise.
4940         * lib/file-type.c: Likewise.
4941         * lib/filemode.c: Likewise.
4942         * lib/glob.c: Likewise.
4943         * lib/isapipe.c: Likewise.
4944         * lib/lchown.c: Likewise.
4945         * lib/lstat.c: Likewise.
4946         * lib/mkdir-p.c: Likewise.
4947         * lib/rmdir.c: Likewise.
4948         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
4949         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
4950         unless mkdir isn't declared, to speed up 'configure'.
4951         Always create sys/stat.h, since it's unlikely any real sys/stat.h
4952         would define all the S_* symbols.
4953         * modules/canonicalize (Depends-on):
4954         Depend on sys_stat, not stat-macros.
4955         * modules/chown: Likewise.
4956         * modules/euidaccess: Likewise.
4957         * modules/filemode: Likewise.
4958         * modules/file-type: Likewise.
4959         * modules/glob: Likewise.
4960         * modules/isapipe: Likewise.
4961         * modules/lchown: Likewise.
4962         * modules/lstat: Likewise.
4963         * modules/mkancesdirs: Likewise.
4964         * modules/rmdir: Likewise.
4965         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
4966         * modules/modechange: Likewise.
4967         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
4968         (configure.ac): Remove gl_STAT_MACROS.
4969         * modules/sys_stat (Depends-on): Remove stat-macros.
4970
4971 2006-10-27  Bruno Haible  <bruno@clisp.org>
4972
4973         * m4/signed.m4: Remove file.
4974         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
4975         invocation.
4976         * modules/vasnprintf (Files): Remove m4/signed.m4.
4977
4978 2006-10-27  Bruno Haible  <bruno@clisp.org>
4979
4980         Update to GNU gettext 0.16.
4981         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
4982         m4/inttypes-h.m4, m4/signed.m4.
4983         * m4/gettext.m4: Update to GNU gettext 0.16.
4984         * m4/intl.m4: New file, from GNU gettext.
4985         * m4/intldir.m4: New file, from GNU gettext.
4986         * config/srclist.txt: Update
4987
4988 2006-10-27  Eric Blake  <ebb9@byu.net>
4989
4990         * MODULES.html.sh: Document tempname.
4991         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
4992         dependencies.
4993         (Files): Move lib/tempname.c...
4994         * modules/tempname: ...to this new module.
4995         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
4996         (gl_PREREQ_TEMPNAME): Move...
4997         * m4/tempname.m4: ...to this new file.
4998         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
4999         * modules/sys_stat (Depends-on): Add stat-macros.
5000         * lib/stat_.h (includes): Pick up stat macros.
5001         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
5002         if stat macros are broken.
5003         * lib/tempname.c (includes): No need to include "stat-macros.h".
5004         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
5005         (direxists, __path_search) [!_LIBC]: Don't compile these in
5006         gnulib; the tmpdir module covers that.
5007         * lib/tempname.h: New file.
5008
5009 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
5010
5011         * COPYING: Explain how gnulib-tool converts licence headers.
5012         Almost all wording by Eric Blake.
5013
5014 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
5015
5016         * lib/mbchar.h (is_basic_table): Make read-only.
5017         * lib/mbchar.c (is_basic_table): Likewise.
5018         Reported by John Darrington.
5019
5020 2006-10-25  Bruno Haible  <bruno@clisp.org>
5021
5022         * lib/progname.h (set_program_name): Undefine before defining.
5023
5024 2006-10-25  Bruno Haible  <bruno@clisp.org>
5025
5026         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
5027         false for non-gcc C++ compilers.
5028         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
5029
5030 2006-10-24  Bruno Haible  <bruno@clisp.org>
5031
5032         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
5033         iconv implementations like Irix iconv.
5034
5035 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
5036
5037         * modules/vararrays: New file.
5038         * m4/vararrays.m4: New file, taken from diffutils.
5039         * MODULES.html.sh: New module vararrays.
5040
5041 2006-10-24  Karl Berry  <karl@gnu.org>
5042
5043         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
5044         Don't call GNU Unix.
5045
5046 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5047
5048         * users.txt: Add Libtool.
5049
5050         Sync from Libtool:
5051
5052         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
5053
5054         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
5055         to gnulib's policy of including config.h unconditionally.
5056
5057 2006-10-24  Bruno Haible  <bruno@clisp.org>
5058
5059         * modules/wcwidth (Files): Add m4/wint_t.m4.
5060         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
5061         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
5062
5063 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
5064
5065         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
5066         to pacify GCC with some -W flags enabled.  Problem reported by
5067         Bruno Haible.
5068
5069 2006-10-24  Jim Meyering  <jim@meyering.net>
5070
5071         * MODULES.html.sh: Remove uinttostr.  It's not a module.
5072         Reported by Karl Berry.
5073
5074 2006-10-23  Bruno Haible  <bruno@clisp.org>
5075
5076         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
5077
5078 2006-10-24  Bruno Haible  <bruno@clisp.org>
5079
5080         * lib/gl_list.h: Use C comment style, not C++ comment style.
5081
5082 2006-10-23  Eric Blake  <ebb9@byu.net>
5083
5084         * lib/getaddrinfo.c (includes): Add missing include.
5085
5086 2006-10-23  Bruno Haible  <bruno@clisp.org>
5087             Paul Eggert  <eggert@cs.ucla.edu>
5088
5089         Ability to rename obstack_free.
5090         * lib/obstack.h (__obstack_free): New macro. Declare instead of
5091         obstack_free.
5092         (obstack_free): Invoke the __obstack_free macro.
5093         * lib/obstack.c (obstack_free): Use __obstack_free macro.
5094
5095 2006-10-23  Bruno Haible  <bruno@clisp.org>
5096             Paul Eggert  <eggert@cs.ucla.edu>
5097
5098         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
5099         __argc, __argv from the declaration. (They are defined as macros on
5100         mingw.)
5101
5102 2006-10-22  Bruno Haible  <bruno@clisp.org>
5103
5104         * doc/gnulib-intro.texi: New file.
5105         * doc/gnulib.texi: Include it.
5106
5107 2006-10-21  Bruno Haible  <bruno@clisp.org>
5108
5109         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
5110         "Introduction", "Miscellanous Notes", "Particular Modules".
5111
5112 2006-10-21  Bruno Haible  <bruno@clisp.org>
5113
5114         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5115         Change mostlyclean-local rule to avoid sh syntax error from bash
5116         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
5117
5118 2006-10-23  Jim Meyering  <jim@meyering.net>
5119
5120         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
5121         in place of snprintf.
5122
5123         * modules/inttostr (Files): Add lib/uinttostr.c.
5124         * lib/uinttostr.c (inttostr): New file/function.
5125         * lib/inttostr.h (uinttostr): Declare.
5126         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
5127         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
5128         Add uinttostr.
5129         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
5130
5131 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
5132
5133         * lib/canonicalize.c (ELOOP): Define if not already defined.
5134         Problem reported by Bruno Haible in
5135         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
5136
5137 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
5138
5139         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
5140         Problem reported by Perry Smith and Ville Laurikari.
5141
5142         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
5143         uses.
5144
5145 2006-10-19  Bruno Haible  <bruno@clisp.org>
5146
5147         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
5148         for mingw.
5149
5150 2006-10-19  Bruno Haible  <bruno@clisp.org>
5151
5152         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
5153         Needed for mingw.
5154
5155 2006-10-19  Bruno Haible  <bruno@clisp.org>
5156
5157         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
5158
5159 2006-10-19  Bruno Haible  <bruno@clisp.org>
5160
5161         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
5162         it.
5163
5164 2006-10-19  Bruno Haible  <bruno@clisp.org>
5165
5166         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
5167         invocation.
5168
5169 2006-10-19  Bruno Haible  <bruno@clisp.org>
5170
5171         * gnulib-tool (func_create_testdir): Don't include ftruncate and
5172         mountlist by default.
5173
5174 2006-10-16  Bruno Haible  <bruno@clisp.org>
5175
5176         * lib/c-strstr.c: Include c-strstr.h.
5177
5178 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
5179
5180         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
5181         in a slash.
5182
5183 2006-10-18  Bruno Haible  <bruno@clisp.org>
5184
5185         * lib/lock.h [C++]: Wrap definitions in extern "C".
5186
5187 2006-10-18  Bruno Haible  <bruno@clisp.org>
5188
5189         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
5190         gl_LIBOBJS list.
5191
5192 2006-10-18  Bruno Haible  <bruno@clisp.org>
5193
5194         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
5195
5196 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
5197
5198         * lib/xstrtol.h: Include gettext.h.
5199         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
5200         Problem reported by Eric Blake.
5201         * modules/xstrtol (Depends-on): Add gettext-h.
5202
5203 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
5204
5205         * lib/strftime.c (advance): New macro.
5206         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
5207         incomplete type, so you can't add 0 to it.  Problem and patch
5208         reported by Eelco Dolstra for dietlibc.
5209
5210 2006-10-18  Jim Meyering  <jim@meyering.net>
5211
5212         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
5213         type for a local, and rename it: s/up/user_proc/.
5214
5215 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
5216
5217         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
5218         READ_UTMP_USER_PROCESS.
5219         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
5220
5221 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
5222
5223         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
5224         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
5225
5226 2006-10-17  Eric Blake  <ebb9@byu.net>
5227
5228         * lib/sigprocmask.c (sigprocmask): Fix typo.
5229
5230         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
5231
5232         * modules/clean-temp (Makefile.am): Don't add to make output...
5233         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
5234         config.h.
5235
5236 2006-10-17  Bruno Haible  <bruno@clisp.org>
5237
5238         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
5239         differently if DEFAULT_TEXT_DOMAIN is set.
5240
5241 2006-10-16  Bruno Haible  <bruno@clisp.org>
5242
5243         * lib/clean-temp.c: Include fwriteerror.h.
5244
5245 2006-10-16  Bruno Haible  <bruno@clisp.org>
5246
5247         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
5248
5249 2006-10-16  Bruno Haible  <bruno@clisp.org>
5250
5251         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
5252         * lib/sigprocmask.h: Include <sys/types.h>.
5253         (sigset_t): Use the system's definition if present.
5254
5255 2006-10-17  Eric Blake  <ebb9@byu.net>
5256
5257         * lib/xvasprintf.c (includes): Assume config.h.
5258         * lib/xasprintf.c (includes): Likewise.
5259
5260 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
5261
5262         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
5263         at least as wide as intmax_t.
5264
5265 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
5266
5267         (Imported from Automake.)
5268         * build-aux/gnupload: Update to version 1.1 of directive file.
5269
5270 2006-10-16  Eric Blake  <ebb9@byu.net>
5271
5272         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
5273         match Automake 1.10a.
5274
5275 2006-10-14  Bruno Haible  <bruno@clisp.org>
5276
5277         * modules/sigprocmask: New file.
5278         * lib/sigprocmask.h: New file.
5279         * lib/sigprocmask.c: New file.
5280         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
5281         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
5282         request sigprocmask.o.
5283         (gl_PREREQ_SIGPROCMASK): New macro.
5284         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
5285         (Depends-on): Add sigprocmask.
5286         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
5287         gt_SIGNALBLOCKING. Test for 'raise' only once.
5288         * lib/fatal-signal.c: Include sigprocmask.h.
5289         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
5290         unblock_fatal_signals): Define always.
5291         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
5292         sigprocmask.
5293
5294 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
5295
5296         Sync from Automake.
5297         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
5298         which incorrectly sets the mode of an existing destination
5299         directory.  In some cases the unpatched install-sh could do the
5300         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
5301         system.  We hope this is rare in practice, but it's clearly worth
5302         fixing.  Problem reported by Alex Unleashed in
5303         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
5304         Also, don't bother to check for -m bugs unless we're using -m;
5305         suggested by Stepan Kasal.
5306
5307 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5308
5309         Sync from Automake.
5310         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
5311         `-c' flag, so they appear at the same position as in %FASTDEP%
5312         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
5313         which ignores unknown options only after the first non-option.
5314         Bug report against M4 by Nelson H. F. Beebe.
5315
5316 2006-10-13  Jim Meyering  <jim@meyering.net>
5317
5318         Fix a bug in yesterday's change.
5319         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
5320         p->fts_statp->st_dev would be used uninitialized.
5321         Ensures that we always call fts_stat on the very first entry.
5322         Miklos Szeredi reported that find -xdev stopped working.
5323
5324 2006-10-12  Bruno Haible  <bruno@clisp.org>
5325
5326         * gnulib-tool (func_get_automake_snippet): Append an automatically
5327         computed EXTRA_DIST augmentation.
5328         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
5329         * modules/alloca-opt (Makefile.am): Likewise.
5330         * modules/allocsa (Makefile.am): Likewise.
5331         * modules/arcfour (Makefile.am): Likewise.
5332         * modules/arctwo (Makefile.am): Likewise.
5333         * modules/argmatch (Makefile.am): Likewise.
5334         * modules/argz (Makefile.am): Likewise.
5335         * modules/atexit (Makefile.am): Likewise.
5336         * modules/backupfile (Makefile.am): Likewise.
5337         * modules/byteswap (Makefile.am): Likewise.
5338         * modules/c-strtod (Makefile.am): Likewise.
5339         * modules/c-strtold (Makefile.am): Likewise.
5340         * modules/calloc (Makefile.am): Likewise.
5341         * modules/canon-host (Makefile.am): Likewise.
5342         * modules/canonicalize (Makefile.am): Likewise.
5343         * modules/chdir-long (Makefile.am): Likewise.
5344         * modules/chdir-safer (Makefile.am): Likewise.
5345         * modules/check-version (Makefile.am): Likewise.
5346         * modules/chown (Makefile.am): Likewise.
5347         * modules/cloexec (Makefile.am): Likewise.
5348         * modules/close-stream (Makefile.am): Likewise.
5349         * modules/closeout (Makefile.am): Likewise.
5350         * modules/crc (Makefile.am): Likewise.
5351         * modules/csharpexec (Makefile.am): Likewise.
5352         * modules/cycle-check (Makefile.am): Likewise.
5353         * modules/des (Makefile.am): Likewise.
5354         * modules/dev-ino (Makefile.am): Likewise.
5355         * modules/dirfd (Makefile.am): Likewise.
5356         * modules/dirname (Makefile.am): Likewise.
5357         * modules/dup2 (Makefile.am): Likewise.
5358         * modules/eealloc (Makefile.am): Likewise.
5359         * modules/error (Makefile.am): Likewise.
5360         * modules/euidaccess (Makefile.am): Likewise.
5361         * modules/exclude (Makefile.am): Likewise.
5362         * modules/exitfail (Makefile.am): Likewise.
5363         * modules/fcntl-safer (Makefile.am): Likewise.
5364         * modules/fcntl (Makefile.am): Likewise.
5365         * modules/file-type (Makefile.am): Likewise.
5366         * modules/fileblocks (Makefile.am): Likewise.
5367         * modules/filemode (Makefile.am): Likewise.
5368         * modules/filenamecat (Makefile.am): Likewise.
5369         * modules/fnmatch (Makefile.am): Likewise.
5370         * modules/fopen-safer (Makefile.am): Likewise.
5371         * modules/fpending (Makefile.am): Likewise.
5372         * modules/fprintftime (Makefile.am): Likewise.
5373         * modules/free (Makefile.am): Likewise.
5374         * modules/fsusage (Makefile.am): Likewise.
5375         * modules/ftruncate (Makefile.am): Likewise.
5376         * modules/fts (Makefile.am): Likewise.
5377         * modules/gc-arcfour (Makefile.am): Likewise.
5378         * modules/gc-des (Makefile.am): Likewise.
5379         * modules/gc-hmac-md5 (Makefile.am): Likewise.
5380         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
5381         * modules/gc-md4 (Makefile.am): Likewise.
5382         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
5383         * modules/gc-sha1 (Makefile.am): Likewise.
5384         * modules/gc (Makefile.am): Likewise.
5385         * modules/getaddrinfo (Makefile.am): Likewise.
5386         * modules/getcwd (Makefile.am): Likewise.
5387         * modules/getdelim (Makefile.am): Likewise.
5388         * modules/getdomainname (Makefile.am): Likewise.
5389         * modules/getgroups (Makefile.am): Likewise.
5390         * modules/gethostname (Makefile.am): Likewise.
5391         * modules/gethrxtime (Makefile.am): Likewise.
5392         * modules/getline (Makefile.am): Likewise.
5393         * modules/getloadavg (Makefile.am): Likewise.
5394         * modules/getlogin_r (Makefile.am): Likewise.
5395         * modules/getndelim2 (Makefile.am): Likewise.
5396         * modules/getopt (Makefile.am): Likewise.
5397         * modules/getpagesize (Makefile.am): Likewise.
5398         * modules/getpass-gnu (Makefile.am): Likewise.
5399         * modules/getpass (Makefile.am): Likewise.
5400         * modules/getsubopt (Makefile.am): Likewise.
5401         * modules/gettime (Makefile.am): Likewise.
5402         * modules/gettimeofday (Makefile.am): Likewise.
5403         * modules/getugroups (Makefile.am): Likewise.
5404         * modules/getusershell (Makefile.am): Likewise.
5405         * modules/glob (Makefile.am): Likewise.
5406         * modules/group-member (Makefile.am): Likewise.
5407         * modules/hard-locale (Makefile.am): Likewise.
5408         * modules/hash (Makefile.am): Likewise.
5409         * modules/hmac-md5 (Makefile.am): Likewise.
5410         * modules/hmac-sha1 (Makefile.am): Likewise.
5411         * modules/human (Makefile.am): Likewise.
5412         * modules/idcache (Makefile.am): Likewise.
5413         * modules/imaxabs (Makefile.am): Likewise.
5414         * modules/imaxdiv (Makefile.am): Likewise.
5415         * modules/inet_ntop (Makefile.am): Likewise.
5416         * modules/inet_pton (Makefile.am): Likewise.
5417         * modules/intprops (Makefile.am): Likewise.
5418         * modules/inttostr (Makefile.am): Likewise.
5419         * modules/inttypes (Makefile.am): Likewise.
5420         * modules/isapipe (Makefile.am): Likewise.
5421         * modules/javaversion (Makefile.am): Likewise.
5422         * modules/lchmod (Makefile.am): Likewise.
5423         * modules/lchown (Makefile.am): Likewise.
5424         * modules/localcharset (Makefile.am): Likewise.
5425         * modules/long-options (Makefile.am): Likewise.
5426         * modules/lstat (Makefile.am): Likewise.
5427         * modules/malloc (Makefile.am): Likewise.
5428         * modules/mathl (Makefile.am): Likewise.
5429         * modules/mbchar (Makefile.am): Likewise.
5430         * modules/md2 (Makefile.am): Likewise.
5431         * modules/md4 (Makefile.am): Likewise.
5432         * modules/md5 (Makefile.am): Likewise.
5433         * modules/memcasecmp (Makefile.am): Likewise.
5434         * modules/memchr (Makefile.am): Likewise.
5435         * modules/memcmp (Makefile.am): Likewise.
5436         * modules/memcoll (Makefile.am): Likewise.
5437         * modules/memcpy (Makefile.am): Likewise.
5438         * modules/memmem (Makefile.am): Likewise.
5439         * modules/memmove (Makefile.am): Likewise.
5440         * modules/mempcpy (Makefile.am): Likewise.
5441         * modules/memrchr (Makefile.am): Likewise.
5442         * modules/memset (Makefile.am): Likewise.
5443         * modules/memxor (Makefile.am): Likewise.
5444         * modules/mkancesdirs (Makefile.am): Likewise.
5445         * modules/mkdir-p (Makefile.am): Likewise.
5446         * modules/mkdir (Makefile.am): Likewise.
5447         * modules/mkdtemp (Makefile.am): Likewise.
5448         * modules/mkstemp (Makefile.am): Likewise.
5449         * modules/mktime (Makefile.am): Likewise.
5450         * modules/modechange (Makefile.am): Likewise.
5451         * modules/mountlist (Makefile.am): Likewise.
5452         * modules/nanosleep (Makefile.am): Likewise.
5453         * modules/obstack (Makefile.am): Likewise.
5454         * modules/openat (Makefile.am): Likewise.
5455         * modules/pagealign_alloc (Makefile.am): Likewise.
5456         * modules/pathmax (Makefile.am): Likewise.
5457         * modules/physmem (Makefile.am): Likewise.
5458         * modules/poll (Makefile.am): Likewise.
5459         * modules/posixtm (Makefile.am): Likewise.
5460         * modules/posixver (Makefile.am): Likewise.
5461         * modules/putenv (Makefile.am): Likewise.
5462         * modules/quote (Makefile.am): Likewise.
5463         * modules/quotearg (Makefile.am): Likewise.
5464         * modules/raise (Makefile.am): Likewise.
5465         * modules/read-file (Makefile.am): Likewise.
5466         * modules/readline (Makefile.am): Likewise.
5467         * modules/readlink (Makefile.am): Likewise.
5468         * modules/readtokens (Makefile.am): Likewise.
5469         * modules/readutmp (Makefile.am): Likewise.
5470         * modules/realloc (Makefile.am): Likewise.
5471         * modules/regex (Makefile.am): Likewise.
5472         * modules/rename-dest-slash (Makefile.am): Likewise.
5473         * modules/rename (Makefile.am): Likewise.
5474         * modules/rijndael (Makefile.am): Likewise.
5475         * modules/rmdir (Makefile.am): Likewise.
5476         * modules/rpmatch (Makefile.am): Likewise.
5477         * modules/safe-read (Makefile.am): Likewise.
5478         * modules/safe-write (Makefile.am): Likewise.
5479         * modules/same-inode (Makefile.am): Likewise.
5480         * modules/same (Makefile.am): Likewise.
5481         * modules/save-cwd (Makefile.am): Likewise.
5482         * modules/savedir (Makefile.am): Likewise.
5483         * modules/setenv (Makefile.am): Likewise.
5484         * modules/settime (Makefile.am): Likewise.
5485         * modules/sha1 (Makefile.am): Likewise.
5486         * modules/sig2str (Makefile.am): Likewise.
5487         * modules/snprintf (Makefile.am): Likewise.
5488         * modules/stat-macros (Makefile.am): Likewise.
5489         * modules/stat-time (Makefile.am): Likewise.
5490         * modules/stdbool (Makefile.am): Likewise.
5491         * modules/stdint (Makefile.am): Likewise.
5492         * modules/stdlib-safer (Makefile.am): Likewise.
5493         * modules/stpcpy (Makefile.am): Likewise.
5494         * modules/stpncpy (Makefile.am): Likewise.
5495         * modules/strcase (Makefile.am): Likewise.
5496         * modules/strcasestr (Makefile.am): Likewise.
5497         * modules/strchrnul (Makefile.am): Likewise.
5498         * modules/strcspn (Makefile.am): Likewise.
5499         * modules/strdup (Makefile.am): Likewise.
5500         * modules/strerror (Makefile.am): Likewise.
5501         * modules/strftime (Makefile.am): Likewise.
5502         * modules/strndup (Makefile.am): Likewise.
5503         * modules/strnlen (Makefile.am): Likewise.
5504         * modules/strpbrk (Makefile.am): Likewise.
5505         * modules/strsep (Makefile.am): Likewise.
5506         * modules/strstr (Makefile.am): Likewise.
5507         * modules/strtod (Makefile.am): Likewise.
5508         * modules/strtoimax (Makefile.am): Likewise.
5509         * modules/strtok_r (Makefile.am): Likewise.
5510         * modules/strtol (Makefile.am): Likewise.
5511         * modules/strtoll (Makefile.am): Likewise.
5512         * modules/strtoul (Makefile.am): Likewise.
5513         * modules/strtoull (Makefile.am): Likewise.
5514         * modules/strtoumax (Makefile.am): Likewise.
5515         * modules/strverscmp (Makefile.am): Likewise.
5516         * modules/sys_socket (Makefile.am): Likewise.
5517         * modules/sys_stat (Makefile.am): Likewise.
5518         * modules/sysexits (Makefile.am): Likewise.
5519         * modules/time_r (Makefile.am): Likewise.
5520         * modules/timegm (Makefile.am): Likewise.
5521         * modules/timespec (Makefile.am): Likewise.
5522         * modules/tmpfile-safer (Makefile.am): Likewise.
5523         * modules/trim (Makefile.am): Likewise.
5524         * modules/unistd-safer (Makefile.am): Likewise.
5525         * modules/unlinkdir (Makefile.am): Likewise.
5526         * modules/unlocked-io (Makefile.am): Likewise.
5527         * modules/userspec (Makefile.am): Likewise.
5528         * modules/utime (Makefile.am): Likewise.
5529         * modules/utimecmp (Makefile.am): Likewise.
5530         * modules/utimens (Makefile.am): Likewise.
5531         * modules/vasnprintf (Makefile.am): Likewise.
5532         * modules/vasprintf (Makefile.am): Likewise.
5533         * modules/vsnprintf (Makefile.am): Likewise.
5534         * modules/xalloc (Makefile.am): Likewise.
5535         * modules/xgetcwd (Makefile.am): Likewise.
5536         * modules/xnanosleep (Makefile.am): Likewise.
5537         * modules/xreadlink (Makefile.am): Likewise.
5538         * modules/xstrtod (Makefile.am): Likewise.
5539         * modules/xstrtol (Makefile.am): Likewise.
5540         * modules/xstrtold (Makefile.am): Likewise.
5541         * modules/yesno (Makefile.am): Likewise.
5542         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
5543
5544 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
5545
5546         * modules/error (Makefile.am): Distribute files through
5547         EXTRA_DIST, not lib_SOURCES.
5548
5549 2006-10-12  Eric Blake  <ebb9@byu.net>
5550
5551         * modules/error (Makefile.am): Distribute files in /lib.
5552         * modules/obstack (Makefile.am): Likewise.
5553
5554 2006-10-12  Bruno Haible  <bruno@clisp.org>
5555
5556         * modules/acl (Makefile.am): Distribute all files in lib/ through
5557         EXTRA_DIST.
5558         * modules/arcfour (Makefile.am): Likewise.
5559         * modules/arctwo (Makefile.am): Likewise.
5560         * modules/argmatch (Makefile.am): Likewise.
5561         * modules/argz (Makefile.am): Likewise.
5562         * modules/atexit (Makefile.am): Likewise.
5563         * modules/backupfile (Makefile.am): Likewise.
5564         * modules/c-strtod (Makefile.am): Likewise.
5565         * modules/c-strtold (Makefile.am): Likewise.
5566         * modules/calloc (Makefile.am): Likewise.
5567         * modules/canon-host (Makefile.am): Likewise.
5568         * modules/canonicalize (Makefile.am): Likewise.
5569         * modules/chdir-long (Makefile.am): Likewise.
5570         * modules/chdir-safer (Makefile.am): Likewise.
5571         * modules/check-version (Makefile.am): Likewise.
5572         * modules/chown (Makefile.am): Likewise.
5573         * modules/cloexec (Makefile.am): Likewise.
5574         * modules/close-stream (Makefile.am): Likewise.
5575         * modules/closeout (Makefile.am): Likewise.
5576         * modules/crc (Makefile.am): Likewise.
5577         * modules/cycle-check (Makefile.am): Likewise.
5578         * modules/des (Makefile.am): Likewise.
5579         * modules/dirfd (Makefile.am): Likewise.
5580         * modules/dirname (Makefile.am): Likewise.
5581         * modules/dup2 (Makefile.am): Likewise.
5582         * modules/euidaccess (Makefile.am): Likewise.
5583         * modules/exclude (Makefile.am): Likewise.
5584         * modules/exitfail (Makefile.am): Likewise.
5585         * modules/fcntl-safer (Makefile.am): Likewise.
5586         * modules/file-type (Makefile.am): Likewise.
5587         * modules/fileblocks (Makefile.am): Likewise.
5588         * modules/filemode (Makefile.am): Likewise.
5589         * modules/filenamecat (Makefile.am): Likewise.
5590         * modules/fnmatch (Makefile.am): Likewise.
5591         * modules/fopen-safer (Makefile.am): Likewise.
5592         * modules/fpending (Makefile.am): Likewise.
5593         * modules/fprintftime (Makefile.am): Likewise.
5594         * modules/free (Makefile.am): Likewise.
5595         * modules/fsusage (Makefile.am): Likewise.
5596         * modules/ftruncate (Makefile.am): Likewise.
5597         * modules/fts (Makefile.am): Likewise.
5598         * modules/gc (Makefile.am): Likewise.
5599         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
5600         * modules/getaddrinfo (Makefile.am): Likewise.
5601         * modules/getcwd (Makefile.am): Likewise.
5602         * modules/getdelim (Makefile.am): Likewise.
5603         * modules/getdomainname (Makefile.am): Likewise.
5604         * modules/getgroups (Makefile.am): Likewise.
5605         * modules/gethostname (Makefile.am): Likewise.
5606         * modules/gethrxtime (Makefile.am): Likewise.
5607         * modules/getline (Makefile.am): Likewise.
5608         * modules/getloadavg (Makefile.am): Likewise.
5609         * modules/getlogin_r (Makefile.am): Likewise.
5610         * modules/getopt (Makefile.am): Likewise.
5611         * modules/getpass (Makefile.am): Likewise.
5612         * modules/getpass-gnu (Makefile.am): Likewise.
5613         * modules/getsubopt (Makefile.am): Likewise.
5614         * modules/gettime (Makefile.am): Likewise.
5615         * modules/gettimeofday (Makefile.am): Likewise.
5616         * modules/getugroups (Makefile.am): Likewise.
5617         * modules/getusershell (Makefile.am): Likewise.
5618         * modules/glob (Makefile.am): Likewise.
5619         * modules/group-member (Makefile.am): Likewise.
5620         * modules/hard-locale (Makefile.am): Likewise.
5621         * modules/hash (Makefile.am): Likewise.
5622         * modules/hmac-md5 (Makefile.am): Likewise.
5623         * modules/hmac-sha1 (Makefile.am): Likewise.
5624         * modules/human (Makefile.am): Likewise.
5625         * modules/idcache (Makefile.am): Likewise.
5626         * modules/imaxabs (Makefile.am): Likewise.
5627         * modules/imaxdiv (Makefile.am): Likewise.
5628         * modules/inet_ntop (Makefile.am): Likewise.
5629         * modules/inet_pton (Makefile.am): Likewise.
5630         * modules/inttostr (Makefile.am): Likewise.
5631         * modules/isapipe (Makefile.am): Likewise.
5632         * modules/lchown (Makefile.am): Likewise.
5633         * modules/long-options (Makefile.am): Likewise.
5634         * modules/lstat (Makefile.am): Likewise.
5635         * modules/malloc (Makefile.am): Likewise.
5636         * modules/mathl (Makefile.am): Likewise.
5637         * modules/mbchar (Makefile.am): Likewise.
5638         * modules/md2 (Makefile.am): Likewise.
5639         * modules/md4 (Makefile.am): Likewise.
5640         * modules/md5 (Makefile.am): Likewise.
5641         * modules/memcasecmp (Makefile.am): Likewise.
5642         * modules/memchr (Makefile.am): Likewise.
5643         * modules/memcmp (Makefile.am): Likewise.
5644         * modules/memcoll (Makefile.am): Likewise.
5645         * modules/memcpy (Makefile.am): Likewise.
5646         * modules/memmem (Makefile.am): Likewise.
5647         * modules/memmove (Makefile.am): Likewise.
5648         * modules/mempcpy (Makefile.am): Likewise.
5649         * modules/memrchr (Makefile.am): Likewise.
5650         * modules/memset (Makefile.am): Likewise.
5651         * modules/memxor (Makefile.am): Likewise.
5652         * modules/mkancesdirs (Makefile.am): Likewise.
5653         * modules/mkdir (Makefile.am): Likewise.
5654         * modules/mkdir-p (Makefile.am): Likewise.
5655         * modules/mkdtemp (Makefile.am): Likewise.
5656         * modules/mkstemp (Makefile.am): Likewise.
5657         * modules/mktime (Makefile.am): Likewise.
5658         * modules/modechange (Makefile.am): Likewise.
5659         * modules/mountlist (Makefile.am): Likewise.
5660         * modules/nanosleep (Makefile.am): Likewise.
5661         * modules/openat (Makefile.am): Likewise.
5662         * modules/pagealign_alloc (Makefile.am): Likewise.
5663         * modules/physmem (Makefile.am): Likewise.
5664         * modules/poll (Makefile.am): Likewise.
5665         * modules/posixtm (Makefile.am): Likewise.
5666         * modules/posixver (Makefile.am): Likewise.
5667         * modules/putenv (Makefile.am): Likewise.
5668         * modules/quote (Makefile.am): Likewise.
5669         * modules/quotearg (Makefile.am): Likewise.
5670         * modules/raise (Makefile.am): Likewise.
5671         * modules/read-file (Makefile.am): Likewise.
5672         * modules/readline (Makefile.am): Likewise.
5673         * modules/readlink (Makefile.am): Likewise.
5674         * modules/readtokens (Makefile.am): Likewise.
5675         * modules/readutmp (Makefile.am): Likewise.
5676         * modules/realloc (Makefile.am): Likewise.
5677         * modules/regex (Makefile.am): Likewise.
5678         * modules/rename (Makefile.am): Likewise.
5679         * modules/rename-dest-slash (Makefile.am): Likewise.
5680         * modules/rijndael (Makefile.am): Likewise.
5681         * modules/rmdir (Makefile.am): Likewise.
5682         * modules/rpmatch (Makefile.am): Likewise.
5683         * modules/safe-read (Makefile.am): Likewise.
5684         * modules/safe-write (Makefile.am): Likewise.
5685         * modules/same (Makefile.am): Likewise.
5686         * modules/save-cwd (Makefile.am): Likewise.
5687         * modules/savedir (Makefile.am): Likewise.
5688         * modules/setenv (Makefile.am): Likewise.
5689         * modules/settime (Makefile.am): Likewise.
5690         * modules/sha1 (Makefile.am): Likewise.
5691         * modules/sig2str (Makefile.am): Likewise.
5692         * modules/snprintf (Makefile.am): Likewise.
5693         * modules/stdlib-safer (Makefile.am): Likewise.
5694         * modules/stpcpy (Makefile.am): Likewise.
5695         * modules/stpncpy (Makefile.am): Likewise.
5696         * modules/strcase (Makefile.am): Likewise.
5697         * modules/strcasestr (Makefile.am): Likewise.
5698         * modules/strchrnul (Makefile.am): Likewise.
5699         * modules/strcspn (Makefile.am): Likewise.
5700         * modules/strdup (Makefile.am): Likewise.
5701         * modules/strerror (Makefile.am): Likewise.
5702         * modules/strftime (Makefile.am): Likewise.
5703         * modules/strndup (Makefile.am): Likewise.
5704         * modules/strnlen (Makefile.am): Likewise.
5705         * modules/strpbrk (Makefile.am): Likewise.
5706         * modules/strsep (Makefile.am): Likewise.
5707         * modules/strstr (Makefile.am): Likewise.
5708         * modules/strtod (Makefile.am): Likewise.
5709         * modules/strtoimax (Makefile.am): Likewise.
5710         * modules/strtok_r (Makefile.am): Likewise.
5711         * modules/strtol (Makefile.am): Likewise.
5712         * modules/strtoll (Makefile.am): Likewise.
5713         * modules/strtoul (Makefile.am): Likewise.
5714         * modules/strtoull (Makefile.am): Likewise.
5715         * modules/strtoumax (Makefile.am): Likewise.
5716         * modules/strverscmp (Makefile.am): Likewise.
5717         * modules/time_r (Makefile.am): Likewise.
5718         * modules/timegm (Makefile.am): Likewise.
5719         * modules/tmpfile-safer (Makefile.am): Likewise.
5720         * modules/unistd-safer (Makefile.am): Likewise.
5721         * modules/unlinkdir (Makefile.am): Likewise.
5722         * modules/userspec (Makefile.am): Likewise.
5723         * modules/utime (Makefile.am): Likewise.
5724         * modules/utimecmp (Makefile.am): Likewise.
5725         * modules/utimens (Makefile.am): Likewise.
5726         * modules/vasnprintf (Makefile.am): Likewise.
5727         * modules/vasprintf (Makefile.am): Likewise.
5728         * modules/vsnprintf (Makefile.am): Likewise.
5729         * modules/xalloc (Makefile.am): Likewise.
5730         * modules/xgetcwd (Makefile.am): Likewise.
5731         * modules/xnanosleep (Makefile.am): Likewise.
5732         * modules/xreadlink (Makefile.am): Likewise.
5733         * modules/xstrtod (Makefile.am): Likewise.
5734         * modules/xstrtol (Makefile.am): Likewise.
5735         * modules/xstrtold (Makefile.am): Likewise.
5736         * modules/yesno (Makefile.am): Likewise.
5737
5738 2006-10-12  Jim Meyering  <jim@meyering.net>
5739
5740         * m4/getloadavg.m4: Revert the change below.
5741
5742         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
5743         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
5744         fail with a symlink, which is what coreutils' ./bootstrap now
5745         creates by default.
5746
5747 2006-10-12  Bruno Haible  <bruno@clisp.org>
5748
5749         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
5750         mingw.
5751         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
5752         MSVC and mingw explicitly.
5753
5754 2006-10-11  Simon Josefsson  <jas@extundo.com>
5755             Bruno Haible  <bruno@clisp.org>
5756
5757         Add support for multiple gnulib-tool invocations in the scope of a
5758         single configure.ac file.
5759         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
5760         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
5761         with the same contents as the _LIBADD variable.
5762         (func_emit_initmacro_start, func_emit_initmacro_end,
5763         func_emit_initmacro_done): New functions.
5764         (func_import, func_create_testdir): Invoke them. Allow the identifiers
5765         gl_LIBOBJS and gl_LTLIBOBJS.
5766
5767 2006-10-11  Bruno Haible  <bruno@clisp.org>
5768
5769         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
5770         (func_create_testdir): Don't create po/Makefile.am, don't invoke
5771         autoreconf. Instead, invoke autopoint explicitly but move back the
5772         *.m4 files from gnulib.
5773
5774 2006-10-11  Bruno Haible  <bruno@clisp.org>
5775
5776         * gnulib-tool (func_usage): Make module names after --create-testdir
5777         optional.
5778         (func_create_testdir): If no module was specified, use nearly all
5779         modules.
5780
5781 2006-10-12  Jim Meyering  <jim@meyering.net>
5782
5783         Big performance improvement for fts-based tools that use FTS_NOSTAT.
5784         Avoid spurious inode-mismatch problems on non-POSIX file systems.
5785         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
5786         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
5787         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
5788         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
5789         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
5790         (fts_set_stat_required): New function.
5791         (fts_open): Defer the calls to fts_stat, if possible or requested.
5792         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
5793         into fts_stat itself.
5794         (fts_read): Perform any required (deferred) fts_stat call.
5795         (fts_build): Likewise, for the directory we're about to open and read.
5796         In the readdir loop, carefully decide whether each entry will require
5797         an eventual call to fts_stat, using dirent.d_type info if available.
5798         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
5799         a command line argument into this function.  Update all callers.
5800         Map a return value of FTS_DOT to FTS_D for a command line argument.
5801         * modules/fts (Depends-on): Add d-type.  Alphabetize.
5802         Thanks to Miklos Szeredi for his tenacity and for the initial
5803         bug report about "find" failing on a FUSE-based file system.
5804
5805         * lib/fts.c (fts_open): Use consistent indentation.
5806
5807 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
5808
5809         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
5810         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
5811         reported by Jim Meyering.  All uses of cache variables renamed
5812         to match Autoconf's.
5813         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
5814         the other one.
5815
5816         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
5817         Fix misspelling in diagnostic.
5818
5819 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
5820
5821         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
5822         defined.  Problem reported by Matthew Woehlke.
5823
5824         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
5825         Add support for Tandem NonStop R series.
5826         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
5827         Use new macro.
5828
5829         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
5830         (has_trailing_slash): Omit size arg; all callers changed.
5831         Omit 'inline', since it doesn't help performance and we'd
5832         need to configure it.
5833         Don't count //, ///, etc. as having a trailing slash.
5834         As a side effect, this removes a C99ism reported by Matthew Woehlke.
5835         (rpl_rename_dest_slash): On failure, use rename's errno rather
5836         than (in some cases) an incorrect or junk errno.
5837         Simplify code by removing need to compute length; this does
5838         cause it to make two passes instead of one over the file name,
5839         but it's worth it.
5840
5841         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
5842         change, since Autoconf's version may no longer be appropriate now
5843         that we are using CVS Autoconf's version.  Add support for Tandem.
5844
5845 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
5846             Bruno Haible  <bruno@clisp.org>
5847
5848         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
5849         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
5850         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
5851         gl_AC_TYPE_LONG_LONG.
5852
5853         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
5854         instead of HAVE_LONG_LONG.
5855         * lib/printf-args.c (printf_fetchargs): Likewise.
5856         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
5857         * lib/vasnprintf.c (VASNPRINTF): Likewise.
5858         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
5859         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
5860         gl_AC_TYPE_LONG_LONG.
5861
5862 2006-10-11  Bruno Haible  <bruno@clisp.org>
5863
5864         * m4/longlong.m4: Add comments.
5865         * m4/ulonglong.m4: Likewise.
5866
5867 2006-10-10  Bruno Haible  <bruno@clisp.org>
5868
5869         Make it possible to #define stpcpy, strdup to aliases.
5870         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
5871         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
5872
5873 2006-10-10  Bruno Haible  <bruno@clisp.org>
5874
5875         Make it possible to #define gcd to an alias.
5876         * lib/gcd.c: Include config.h.
5877
5878 2006-10-10  Bruno Haible  <bruno@clisp.org>
5879
5880         Make it possible to #define c_isascii to an alias.
5881         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
5882         defined. Undefine the macros before defining them, to avoid gcc
5883         warnings.
5884         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
5885         define NO_C_CTYPE_MACROS early.
5886
5887 2006-10-10  Bruno Haible  <bruno@clisp.org>
5888
5889         Make it possible to #define set_program_name to an alias.
5890         * lib/progname.c: Don't undefine set_program_name; instead, undefine
5891         ENABLE_RELOCATABLE early.
5892
5893 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
5894
5895         Port to Tandem NSK OSS, which has 64-bit signed int but at most
5896         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
5897         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
5898         More generally, don't assume that 64-bit signed int is available
5899         if unsigned int is, and vice versa.
5900         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
5901         unsigned symbols, not on their signed counterparts.
5902         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
5903         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
5904         (UINT64_C, UINTMAX_C):
5905         Likewise.
5906         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
5907         unsigned counterparts.
5908         (Have_long_long, Unsigned): New macros.
5909         (Int): Renamed from INT.
5910         (strtoimax): Use the new macros.
5911         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
5912         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
5913         * modules/inttypes (inttypes.h): Substitute
5914         HAVE_UNSIGNED_LONG_LONG_INT.
5915         * modules/stdint (stdint.h): Likewise.
5916         (Files): Add m4/ulonglong.m4.
5917
5918 2006-10-10  Bruno Haible  <bruno@clisp.org>
5919
5920         Fix a gcc -Wshadow warning.
5921         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
5922         to 'bucket'.
5923         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
5924         gl_linked_indexof_from_to): Likewise.
5925         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
5926         Likewise.
5927         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
5928         Likewise.
5929         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
5930         Reported by Eric Blake.
5931
5932 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
5933
5934         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
5935         for NetBSD.  Problem reported by Bruno Haible.
5936
5937 2006-10-09  Jim Meyering  <jim@meyering.net>
5938
5939         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
5940         Patch from Bruno Haible.
5941
5942 2006-10-09  Jim Meyering  <jim@meyering.net>
5943
5944         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
5945         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
5946         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
5947
5948 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
5949
5950         Don't include <config.h> twice; this doesn't work in some cases,
5951         e.g., when config.h has "#define intmax_t long long int" and
5952         we include <config.h>, <inttypes.h>, <config.h> in that order.
5953         Problem reported by Matthew Woehlke in:
5954         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
5955         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
5956         * lib/fts-cycle.c: Don't include config.h.
5957         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
5958         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
5959         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
5960         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
5961         inttypes.h.
5962         * lib/xstrtoumax.c: Likewise.
5963         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
5964         __strtol and the like, so that this module is more like its siblings.
5965         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
5966         Remove; no longer needed now that we assume gnulib inttypes.h.
5967
5968 2006-10-08  Bruno Haible  <bruno@clisp.org>
5969
5970         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
5971         option.
5972
5973 2006-10-07  Jim Meyering  <jim@meyering.net>
5974
5975         * modules/inttypes (inttypes.h): Revert what seems to have been
5976         an inadvertent part of today's change: use "|", not "/" in the
5977         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
5978
5979 2006-10-07  Bruno Haible  <bruno@clisp.org>
5980
5981         * modules/sublist: New file.
5982
5983 2006-10-07  Bruno Haible  <bruno@clisp.org>
5984
5985         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
5986         * modules/argz (argz.h): Likewise.
5987         * modules/arpa_inet (arpa/inet.h): Likewise.
5988         * modules/byteswap (byteswap.h): Likewise.
5989         * modules/configmake (configmake.h): Likewise.
5990         * modules/fcntl (fcntl.h): Likewise.
5991         * modules/fnmatch (fnmatch.h): Likewise.
5992         * modules/getopt (getopt.h): Likewise.
5993         * modules/glob (glob.h): Likewise.
5994         * modules/inttypes (inttypes.h): Likewise.
5995         * modules/netinet_in (netinet/in.h): Likewise.
5996         * modules/poll (poll.h): Likewise.
5997         * modules/stdbool (stdbool.h): Likewise.
5998         * modules/stdint (stdint.h): Likewise.
5999         * modules/sys_select (sys/select.h): Likewise.
6000         * modules/sys_socket (sys/socket.h): Likewise.
6001         * modules/sys_stat (sys/stat.h): Likewise.
6002         * modules/sysexits (sysexits.h): Likewise.
6003         * modules/unistd (unistd.h): Likewise.
6004         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6005         Add a "DO NOT EDIT" comment to the generated file.
6006         (func_import): Likewise for gnulib-comp.m4.
6007
6008 2006-10-07  Bruno Haible  <bruno@clisp.org>
6009
6010         * lib/gl_sublist.h: New file.
6011         * lib/gl_sublist.c: New file.
6012
6013 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
6014
6015         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
6016         name (relative to the original working directory) and the file
6017         name component (relative to the temporary working directory).  All
6018         callers changed.
6019         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
6020         * lib/mkdir-p.c (make_dir_parents): Likewise.
6021         * lib/mkdir-p.h (make_dir_parents): Likewise.
6022
6023 2006-10-06  Eric Blake  <ebb9@byu.net>
6024
6025         Define several macros for use by the clean-temp module.
6026         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
6027         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
6028         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
6029
6030         * lib/clean-temp.h (close_stream_temp): New declaration.
6031         * lib/clean-temp.c (includes): Pull in headers according to what
6032         other modules are in use.
6033         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
6034
6035 2006-10-06  Bruno Haible  <bruno@clisp.org>
6036
6037         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
6038         instead of fopen, fwriteerror.
6039
6040 2006-10-06  Bruno Haible  <bruno@clisp.org>
6041
6042         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
6043         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
6044         int.
6045         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
6046         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
6047         Return an error indicator.
6048         Suggested by Eric Blake.
6049
6050 2006-10-06  Bruno Haible  <bruno@clisp.org>
6051
6052         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
6053         Reported by Eric Blake.
6054
6055 2006-10-06  Bruno Haible  <bruno@clisp.org>
6056
6057         * modules/closeout (Description): Mention stderr too.
6058
6059 2006-10-06  Bruno Haible  <bruno@clisp.org>
6060         and Paul Eggert  <eggert@cs.ucla.edu>
6061
6062         * lib/closeout.c (close_stdout): Also close stderr.
6063         * lib/closeout.h: Update comment.
6064
6065 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
6066
6067         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
6068         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
6069         * lib/dirchownmod.c: Include lchown.h.
6070         * lib/lchown.c: Don't include files that lchown.h now includes.
6071         Don't declare chown, since lchown.h now does that.
6072         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
6073         (lchown): Define to rpl_chown if lchown is declared but
6074         does not exist.  Declare using a prototype if lchown is not
6075         declared.  Add a copyright notice.
6076         * lib/mkstemp.h: Include <unistd.h>.
6077         * lib/openat.c: Include lchown.h.
6078
6079         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
6080         we now test for that separately.
6081         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
6082         rather than O_NOFOLLOW, when testing whether it's possible to
6083         avoid a race condition reliably.
6084         * lib/savewd.c (savewd_chdir): Likewise.
6085
6086         Remove macros that are no longer needed now that stdint.h is
6087         reliable.
6088         * lib/fsusage.c (UINTMAX_MAX): Remove.
6089         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
6090         * lib/utimecmp.c (SIZE_MAX): Remove.
6091
6092         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
6093
6094         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
6095         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
6096         O_NOATIME works.
6097
6098 2006-10-05  Bruno Haible  <bruno@clisp.org>
6099
6100         * lib/gl_list.h (gl_sortedlist_search_from_to,
6101         gl_sortedlist_indexof_from_to): New declarations.
6102         (gl_list_implementation): New fields sortedlist_search_from_to,
6103         sortedlist_indexof_from_to.
6104         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
6105         inline functions.
6106         * lib/gl_list.c (gl_sortedlist_search_from_to,
6107         gl_sortedlist_indexof_from_to): New functions.
6108         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
6109         function.
6110         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
6111         (gl_array_sortedlist_search_from_to): New function.
6112         (gl_array_list_implementation): Update.
6113         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
6114         function.
6115         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
6116         (gl_carray_sortedlist_search_from_to): New function.
6117         (gl_carray_list_implementation): Update.
6118         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
6119         gl_linked_sortedlist_indexof_from_to): New functions.
6120         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
6121         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
6122         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
6123         gl_tree_sortedlist_indexof_from_to): New functions.
6124         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
6125         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
6126         Update.
6127         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
6128         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
6129         Update.
6130
6131 2006-10-05  Bruno Haible  <bruno@clisp.org>
6132
6133         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
6134         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
6135         (struct gl_list_implementation): Add fields search_from_to,
6136         indexof_from_to. Remove fields search, indexof.
6137         (gl_list_search): Use the search_from_to method.
6138         (gl_list_search_from, gl_list_search_from_to): New functions.
6139         (gl_list_indexof): Use the indexof_from_to method.
6140         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
6141         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
6142         (gl_list_search_from, gl_list_search_from_to): New functions.
6143         (gl_list_indexof): Use the indexof_from_to method.
6144         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
6145         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
6146         gl_array_indexof. Add start_index, end_index arguments.
6147         (gl_array_search_from_to): Renamed from gl_array_search. Add
6148         start_index, end_index arguments.
6149         (gl_array_remove, gl_array_list_implementation): Update.
6150         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
6151         gl_carray_indexof. Add start_index, end_index arguments.
6152         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
6153         start_index, end_index arguments.
6154         (gl_carray_remove, gl_carray_list_implementation): Update.
6155         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
6156         gl_linked_search. Add start_index, end_index arguments.
6157         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
6158         start_index, end_index arguments.
6159         (gl_linked_remove): Update.
6160         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
6161         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
6162         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
6163         field to 'size_t'.
6164         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
6165         gl_tree_search. Add start_index, end_index arguments.
6166         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
6167         start_index, end_index arguments.
6168         (gl_tree_remove): Update.
6169         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
6170         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
6171         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
6172         function.
6173         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
6174         gl_tree_search. Add start_index, end_index arguments.
6175         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
6176         start_index, end_index arguments.
6177         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
6178         Update.
6179         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
6180
6181 2006-10-05  Bruno Haible  <bruno@clisp.org>
6182
6183         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
6184
6185         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
6186         fwriteerror_temp): New declarations.
6187         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
6188         (descriptors): New variable.
6189         (cleanup): First, close the descriptors.
6190         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
6191         fclose_temp, fwriteerror_temp): New functions.
6192
6193 2006-10-04  Jim Meyering  <jim@meyering.net>
6194
6195         * lib/fts.c (fts_open): Tiny comment change.
6196
6197 2006-10-04  Bruno Haible  <bruno@clisp.org>
6198
6199         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
6200         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
6201         gl_LOCK_BODY.
6202         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
6203         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
6204         gl_LOCK_EARLY_BODY.
6205         (gl_LOCK): Require gl_LOCK_BODY.
6206
6207 2006-10-04  Bruno Haible  <bruno@clisp.org>
6208
6209         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
6210         (gl_oset_search_atleast): New declaration.
6211         (struct gl_oset_implementation): Add field 'search_atleast'.
6212         (gl_oset_search_atleast): New inline function.
6213         * lib/gl_oset.c (gl_oset_search_atleast): New function.
6214         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
6215         (gl_array_oset_implementation): Update.
6216         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
6217         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
6218         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
6219
6220 2006-10-04  Bruno Haible  <bruno@clisp.org>
6221
6222         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
6223
6224 2006-10-03  Bruno Haible  <bruno@clisp.org>
6225
6226         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
6227         from gl_avltreehash_list_implementation.
6228
6229 2006-10-03  Bruno Haible  <bruno@clisp.org>
6230
6231         * lib/gl_oset.c (gl_oset_add): Fix return type.
6232
6233 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
6234
6235         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
6236
6237 2006-10-02  Eric Blake  <ebb9@byu.net>
6238
6239         * modules/strnlen (Depends-on): Add extensions.
6240
6241 2006-10-02  Eric Blake  <ebb9@byu.net>
6242
6243         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
6244         definition in 2.60+.
6245
6246 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
6247
6248         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
6249         checks.
6250
6251 2006-10-02  Bruno Haible  <bruno@clisp.org>
6252
6253         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
6254         to the AUTOMAKE_OPTIONS.
6255         Reported by Jim Meyering.
6256
6257 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
6258
6259         Work around bug in Solaris 10 /proc file system:
6260         /proc/self/fd/NNN/.. isn't the parent directory of
6261         the directory whose file descriptor is NNN.  This needs to
6262         be worked around at run time, not compile time, since a
6263         program might be built on Solaris 8, where things work, and
6264         run on Solaris 10.
6265         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
6266         to use the following interface instead:
6267         (OPENAT_BUFFER_SIZE): New macro.
6268         (openat_proc_name): New function.
6269         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
6270         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
6271         Likewise.
6272         * lib/openat-proc.c: New file.
6273         * modules/openat (Files): Add lib/openat-proc.c.
6274         (Depends-on): Add same-inode, stdbool.
6275         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
6276
6277 2006-09-29  Bruno Haible  <bruno@clisp.org>
6278
6279         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
6280         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
6281         argument. Set stdout_closed before testing for ferror, not after.
6282         (fwriteerror, fwriteerror_no_ebadf): New functions.
6283
6284 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6285
6286         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
6287
6288 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
6289
6290         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
6291         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
6292
6293 2006-09-28  Jim Meyering  <jim@meyering.net>
6294
6295         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
6296         Include <unistd.h>.
6297
6298 2006-09-28  Bruno Haible  <bruno@clisp.org>
6299
6300         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
6301         * modules/linkedhash-list (Depends-on): Likewise.
6302         * modules/rbtreehash-list (Depends-on): Likewise.
6303
6304 2006-09-28  Bruno Haible  <bruno@clisp.org>
6305
6306         * lib/strndup.h: Simplify the redefinition of strndup.
6307         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
6308         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
6309
6310 2006-09-28  Bruno Haible  <bruno@clisp.org>
6311
6312         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
6313         * lib/gl_linkedhash_list.c: Likewise.
6314         * lib/gl_rbtreehash_list.c: Likewise.
6315
6316 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
6317
6318         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
6319         getaddrinfo.
6320
6321         * lib/__fpending.h: Don't include <stdio_ext.h> unless
6322         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
6323         it causes <stdio_ext.h> to cause a compile-time error.
6324         Problem reported by Nelson H. F. Beebe.
6325         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
6326         of HAVE_DECL___PENDING.
6327
6328         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
6329         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
6330         declaration.
6331
6332 2006-09-27  Jim Meyering  <jim@meyering.net>
6333
6334         This file could end up with a definition for a function
6335         named __strndup, rather than rpl_strndup on a system with
6336         incomplete weak_alias support.
6337         * lib/strndup.c (strndup): Rename from __strndup.
6338         Remove #defines that used to map __strndup to strndup.
6339         Don't use K&R prototypes.
6340         Remove LIBC-related code, since this file is not sync'd with glibc.
6341         * lib/strndup.h: Revamp, accordingly.
6342         * m4/strndup.m4: Modernize.
6343
6344 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
6345
6346         * modules/savewd (Depends-on): Add 'raise'.
6347         * lib/savewd.c: Include <signal.h>, for 'raise'.
6348
6349 2006-09-26  Jim Meyering  <jim@meyering.net>
6350
6351         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
6352         when we detect Darwin 8.7.0's acl_get_file bug.
6353         Rearrange to perform the new (below) run-test while $LIBS
6354         contains any acl-related library.  Set USE_ACL at the end.
6355         (gl_ACL_GET_FILE): New function.
6356
6357 2006-09-26  Eric Blake  <ebb9@byu.net>
6358
6359         * lib/verror.c: Include <config.h> unconditionally.
6360
6361 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
6362
6363         * modules/clock-time (Maintainer): Add self.
6364         * modules/getlogin_r (Depends-on): Add extensions.
6365
6366 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6367
6368         * modules/clock-time: New module.
6369         * modules/nanosleep (Depends-on): Add clock-time.
6370         * modules/gethrxtime (Depends-on): Likewise.
6371         * modules/gettime (Depends-on): Likewise.
6372         * modules/settime (Depends-on): Likewise.
6373
6374         * modules/fts-lgpl: Depend on openat.
6375         * modules/mkancesdirs: Depend on savewd.
6376         * modules/mkdir-p: Likewise.
6377
6378 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6379
6380         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
6381
6382         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
6383         `gl_have_arbitrary_file_name_length_limit' to
6384         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
6385         actually works between configure runs.
6386
6387 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6388             Bruno Haible  <bruno@clisp.org>
6389
6390         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
6391
6392 2006-09-25  Jim Meyering  <jim@meyering.net>
6393
6394         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
6395         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
6396
6397 2006-09-25  Eric Blake  <ebb9@byu.net>
6398
6399         * gnulib-tool (func_import, func_create_testdir): Fix typos in
6400         exec's in 2006-09-18 patch when shuffling fds.
6401
6402 2006-09-25  Bruno Haible  <bruno@clisp.org>
6403
6404         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
6405         Reported by Jim Meyering.
6406
6407 2006-09-24  Jim Meyering  <jim@meyering.net>
6408
6409         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
6410         compare a pointer against a literal "0".  That caused failures with
6411         at least HP-UX's hpcc.
6412
6413 2006-09-22  Simon Josefsson  <jas@extundo.com>
6414
6415         * modules/gc-sha1:
6416         * modules/gc-md4:
6417         * modules/gc-hmac-sha1:
6418         * modules/gc-hmac-md5:
6419         * modules/gc-des:
6420         * modules/gc-arcfour: Distribute more files.
6421
6422 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6423
6424         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
6425         (gl_linked_iterator_from_to): Initialize struct completely.
6426         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
6427         (gl_tree_iterator_from_to): Likewise
6428         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
6429         * lib/gl_array_list.c [lint] (gl_array_iterator)
6430         (gl_array_iterator_from_to): Likewise.
6431         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
6432         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
6433         (gl_carray_iterator_from_to): Likewise.
6434
6435         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
6436         * lib/md4.c (md4_process_block): Remove unused variable.
6437         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
6438         parentheses for clarity.
6439
6440 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6441
6442         * modules/bison-i18n (Depends-on): Add gettext.
6443
6444 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6445
6446         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
6447         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
6448         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
6449         also add missing comma that caused broken test.
6450         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
6451         stdlib.h, for `abort'.
6452         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
6453         variables.
6454         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
6455         include unistd.h if present, for `rmdir'.
6456         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
6457         variables.
6458         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
6459         in the process include standard headers for prototypes.
6460         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
6461         gets declared on GNU/Linux.
6462         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
6463         unistd.h, for `rmdir'.
6464         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
6465
6466         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
6467         always true.
6468         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
6469
6470         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
6471
6472 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6473
6474         * gnulib-tool (func_version): Create output all at once.  This
6475         may help avoid triggering unnecessary SIGPIPEs, and at any
6476         rate it doesn't hurt.
6477
6478 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6479             Bruno Haible  <bruno@clisp.org>
6480
6481         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
6482         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
6483         * m4/signed.m4 (bh_C_SIGNED): Likewise.
6484
6485         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
6486         (gl_FUNC_VASPRINTF): Invoke it.
6487
6488 2006-09-22  Bruno Haible  <bruno@clisp.org>
6489
6490         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
6491         getloadavg.c as first argument.
6492
6493 2006-09-22  Bruno Haible  <bruno@clisp.org>
6494
6495         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
6496         at the beginning of the gl_INIT macro.
6497         * modules/getloadavg (configure.ac): Pass $gl_source_base to
6498         gl_GETLOADAVG.
6499
6500 2006-09-22  Bruno Haible  <bruno@clisp.org>
6501
6502         * gnulib-tool (func_create_megatestdir): Don't include the config-h
6503         module.
6504         Suggested by Ralf Wildenhues.
6505
6506 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
6507
6508         Import this patch from libc:
6509
6510         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
6511
6512         * lib/regex_internal.c (re_string_reconstruct): Handle
6513         offset < pstr->valid_raw_len && pstr->offsets_needed case.
6514         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
6515         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
6516         re_string_context_at.
6517
6518         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
6519         now requires it.
6520         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
6521         gl_REGEX now does it for us.
6522         (gl_REGEX): Add test taken from
6523         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
6524
6525         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
6526         Check that large offsets work.  Modernize Autoconf usages.
6527         Prefer "yes" to mean a good thing rather than a bad.
6528         Don't put "#define mkstemp" in config.h, as this might interfere
6529         with standard system headers that "#define mkstemp mkstemp64".
6530
6531         * modules/mkstemp (Depends-on): Add extensions, so that
6532         mkstemp is visible on some platforms.
6533         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
6534         (Include): Change to "mkstemp.h" from <stdlib.h>.
6535         (Files): Add mkstemp.h.
6536
6537         * lib/mkstemp.h: New file, since some standard headers
6538         #define mkstemp.
6539         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
6540         Include "mkstemp.h".
6541         Make the _LIBC code resemble glibc original more,
6542         e.g., use K&R style.
6543         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
6544         (mkstemp): Remove, since mkstemp.h does this for us.
6545         * lib/stdlib--.h: Include mkstemp.h.
6546
6547         Import this patch from libc:
6548
6549         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
6550
6551         * lib/tempname.c (__gen_tempname): Change attempts_min
6552         into a macro.  Use preprocessor to decide how to initialize
6553         attempts [Coverity CID 67].
6554
6555 2006-09-20  Bruno Haible  <bruno@clisp.org>
6556
6557         * lib/mkdtemp.c: Import from libc.
6558         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
6559                 * sysdeps/posix/tempname.c (__gen_tempname): Change
6560                 attempts_min into a macro.  Use preprocessor to decide how to
6561                 initialize attempts [Coverity CID 67].
6562         2001-11-27  Paul Eggert  <eggert@twinsun.com>
6563                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
6564                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
6565
6566 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6567
6568         * gnulib-tool (func_exit): New function, to allow to pass the
6569         exit status portably through the trap.  Use everywhere.
6570         (--help, --version): Signal a write error.
6571         (trap): catch SIGPIPE, for write errors.
6572         Exit at the end of the trap, with the correct exit status.
6573
6574 2006-09-19  Karl Berry  <karl@gnu.org>
6575
6576         * doc/gnulib.texi: note about the license texinfo files.
6577
6578 2006-09-19  Eric Blake  <ebb9@byu.net>
6579
6580         * gnulib-tool: Avoid space-tab.
6581
6582 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
6583
6584         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
6585         that prevented coreutils 6.1 from building.  Problem reported
6586         by Petter Reinholdtsen.
6587
6588 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
6589
6590         * gnulib-tool (avoidlist): Fix typo that broke options like
6591         --avoid=lock that are used by coreutils bootstrap.
6592
6593 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
6594
6595         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
6596         more systematically.
6597
6598 2006-09-18  Jim Meyering  <jim@meyering.net>
6599
6600         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
6601
6602 2006-09-18  Bruno Haible  <bruno@clisp.org>
6603
6604         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
6605
6606 2006-09-18  Bruno Haible  <bruno@clisp.org>
6607
6608         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
6609         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
6610         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
6611         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
6612         * m4/gettext.m4: Require autoconf >= 2.52.
6613         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
6614         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
6615         of gl_cv_header_inttypes_h.
6616
6617 2006-09-18  Bruno Haible  <bruno@clisp.org>
6618
6619         * lib/javaversion.c: Include configmake.h.
6620
6621 2006-09-18  Bruno Haible  <bruno@clisp.org>
6622
6623         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
6624         avoid that the while loops be executed in a subshell.
6625
6626 2006-09-18  Bruno Haible  <bruno@clisp.org>
6627
6628         * MODULES.html.sh (func_module): Break long lines.
6629         Suggested by Bruce Korb <bkorb@gnu.org>.
6630
6631 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6632
6633         Speed up by a factor of 1.12.
6634         * gnulib-tool (nl): New variable.
6635         (func_import): Rewrite include directive extraction to only read each
6636         directive once.
6637
6638 2006-09-17  Bruno Haible  <bruno@clisp.org>
6639
6640         * modules/javaversion (Makefile.am): Remove DEFS setting.
6641         (Depends-on): Add configmake, for PKGDATADIR definition.
6642
6643 2006-09-17  Bruno Haible  <bruno@clisp.org>
6644
6645         * gnulib-tool (func_create_testdir): Rewrite all files at once.
6646
6647 2006-09-17  Bruno Haible  <bruno@clisp.org>
6648
6649         * gnulib-tool (func_append): New function, stolen from libtool.m4.
6650         (func_modules_transitive_closure, func_modules_add_dummy,
6651         func_modules_to_filelist, func_import, func_create_testdir,
6652         func_create_megatestdir, ...): Use it wherever possible.
6653         Suggested by Ralf Wildenhues.
6654
6655 2006-09-16  Karl Berry  <karl@gnu.org>
6656
6657         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
6658         to avoid sectioning errors.
6659         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
6660         [ifinfo]: blank line after @center-ed titles.
6661         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
6662         Spell FSF address consistently with others.
6663         (These changes approved by rms.)
6664
6665 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6666
6667         Speed up by a factor of 1.61.
6668         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
6669         already checked module names again.
6670
6671 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6672
6673         Speed up by a factor of 1.13.
6674         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
6675         for new_files, and the input to func_add_or_update.
6676
6677 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6678
6679         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
6680         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
6681
6682 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
6683
6684         * modules/mkancesdirs (Depends-on): Add fcntl.
6685         * modules/savewd: New file.
6686         * MODULES.html.sh (File system functions): Add savewd.
6687
6688         * modules/configmake (Makefile.am): Add support for the
6689         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
6690
6691 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
6692
6693         * m4/savewd.m4: New file.
6694
6695 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
6696
6697         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
6698         (dirchownmod): New arg FD.  All callers changed.
6699         Use FD rather than opening the directory ourself, as opening is
6700         now the caller's responsibility.
6701         * lib/dirchownmod.h: Likewise.
6702         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
6703         hosts that require <sys/types.h> before <sys/stat.h>.  Include
6704         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
6705         (test_dir): Remove.
6706         (mkancesdirs): Return length of prefix of FILE that has already
6707         been made, or -2 if there is a child doing the work.  Redo
6708         algorithm so that it is O(N) rather than O(N**2).  Optimize away
6709         ".", and treat ".." specially since it might stray back into
6710         already-created areas.  Use a subprocess if necessary.  New arg
6711         WD; all users changed.  MAKE_DIR function should now return 1
6712         if it creates a directory that is not readable.  Return -2 if
6713         a child process is spun off.
6714         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
6715         Adjust signature to match code.
6716         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
6717         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
6718         all users changed.
6719         * lib/savewd.c, lib/savewd.h: New files.
6720
6721 2006-09-15  Jim Meyering  <jim@meyering.net>
6722
6723         * modules/rename-dest-slash: New module.
6724         * MODULES.html.sh (posix_compat): Add it here.
6725
6726         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
6727
6728 2006-09-15  Jim Meyering  <jim@meyering.net>
6729
6730         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
6731         file.
6732
6733         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
6734
6735 2006-09-15  Jim Meyering  <jim@meyering.net>
6736
6737         * lib/rename-dest-slash.c (has_trailing_slash): Use
6738         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
6739         (rpl_rename_dest_slash): Perform the cheaper trailing slash
6740         test before testing whether SRC is a directory.
6741         Suggestions from Bruno Haible.
6742
6743         Avoid a warning about an unused variable.
6744         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
6745         into the #ifdef block where it's used.
6746
6747         * lib/rename-dest-slash.c: New file.
6748
6749 2006-09-14  Bruno Haible  <bruno@clisp.org>
6750
6751         * lib/allocsa.c: Include <config.h> unconditionally.
6752         * lib/asnprintf.c: Likewise.
6753         * lib/asprintf.c: Likewise.
6754         * lib/c-strcasecmp.c: Likewise.
6755         * lib/c-strcasestr.c: Likewise.
6756         * lib/c-strncasecmp.c: Likewise.
6757         * lib/c-strstr.c: Likewise.
6758         * lib/classpath.c: Likewise.
6759         * lib/clean-temp.c: Likewise.
6760         * lib/concatpath.c: Likewise.
6761         * lib/copy-file.c: Likewise.
6762         * lib/csharpcomp.c: Likewise.
6763         * lib/csharpexec.c: Likewise.
6764         * lib/execute.c: Likewise.
6765         * lib/fatal-signal.c: Likewise.
6766         * lib/findprog.c: Likewise.
6767         * lib/fwriteerror.c: Likewise.
6768         * lib/gl_array_list.c: Likewise.
6769         * lib/gl_array_oset.c: Likewise.
6770         * lib/gl_avltree_list.c: Likewise.
6771         * lib/gl_avltree_oset.c: Likewise.
6772         * lib/gl_avltreehash_list.c: Likewise.
6773         * lib/gl_carray_list.c: Likewise.
6774         * lib/gl_linked_list.c: Likewise.
6775         * lib/gl_linkedhash_list.c: Likewise.
6776         * lib/gl_list.c: Likewise.
6777         * lib/gl_oset.c: Likewise.
6778         * lib/gl_rbtree_list.c: Likewise.
6779         * lib/gl_rbtree_oset.c: Likewise.
6780         * lib/gl_rbtreehash_list.c: Likewise.
6781         * lib/imaxabs.c: Likewise.
6782         * lib/imaxdiv.c: Likewise.
6783         * lib/javacomp.c: Likewise.
6784         * lib/javaexec.c: Likewise.
6785         * lib/javaversion.c: Likewise.
6786         * lib/linebreak.c: Likewise.
6787         * lib/localcharset.c: Likewise.
6788         * lib/lock.c: Likewise.
6789         * lib/mbchar.c: Likewise.
6790         * lib/mbswidth.c: Likewise.
6791         * lib/mkdtemp.c: Likewise.
6792         * lib/pipe.c: Likewise.
6793         * lib/printf-args.c: Likewise.
6794         * lib/printf-parse.c: Likewise.
6795         * lib/progname.c: Likewise.
6796         * lib/progreloc.c: Likewise.
6797         * lib/readlink.c: Likewise.
6798         * lib/sh-quote.c: Likewise.
6799         * lib/stpcpy.c: Likewise.
6800         * lib/stpncpy.c: Likewise.
6801         * lib/strcasecmp.c: Likewise.
6802         * lib/strcasestr.c: Likewise.
6803         * lib/strcspn.c: Likewise.
6804         * lib/striconv.c: Likewise.
6805         * lib/strncasecmp.c: Likewise.
6806         * lib/strnlen1.c: Likewise.
6807         * lib/strstr.c: Likewise.
6808         * lib/strtok_r.c: Likewise.
6809         * lib/tls.c: Likewise.
6810         * lib/tmpdir.c: Likewise.
6811         * lib/unicodeio.c: Likewise.
6812         * lib/unsetenv.c: Likewise.
6813         * lib/vasnprintf.c: Likewise.
6814         * lib/vasprintf.c: Likewise.
6815         * lib/wait-process.c: Likewise.
6816         * lib/xallocsa.c: Likewise.
6817         * lib/xsetenv.c: Likewise.
6818         * lib/xstriconv.c: Likewise.
6819
6820 2006-09-13  Simon Josefsson  <jas@extundo.com>
6821
6822         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
6823         that internally, suggested by Ralf Wildenhues
6824         <Ralf.Wildenhues@gmx.de>.
6825
6826 2006-09-13  Simon Josefsson  <jas@extundo.com>
6827
6828         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
6829         @LIBOBJS@.
6830         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6831
6832 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
6833
6834         * lib/_fpending.c: Include <config.h> unconditionally, since we no
6835         longer worry about uses that don't define HAVE_CONFIG_H.
6836         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
6837         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
6838         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
6839         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
6840         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
6841         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
6842         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
6843         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
6844         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
6845         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
6846         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
6847         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
6848         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
6849         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
6850         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
6851         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
6852         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
6853         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
6854         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
6855         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
6856         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
6857         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
6858         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
6859         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
6860         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
6861         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
6862         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
6863         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
6864         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
6865         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
6866         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
6867         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
6868         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
6869         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
6870         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
6871         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
6872         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
6873         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
6874         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
6875         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
6876         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
6877         Likewise.
6878
6879 2006-09-13  Eric Blake  <ebb9@byu.net>
6880
6881         * lib/getopt.c: Fix typo in last commit.
6882
6883 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
6884
6885         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
6886         dgettext.
6887
6888 2006-09-12  Jim Meyering  <jim@meyering.net>
6889
6890         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
6891         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
6892         Reported by Nelson H. F. Beebe.
6893
6894 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
6895
6896         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
6897         program_invocation_name and program_invocation_short_name are
6898         initialized.
6899         * lib/argp-namefrob.h: Move declarations of program_invocation_name
6900         and program_invocation_short_name to argp.h, so they are visible
6901         to user programs.
6902         * lib/argp.h: Likewise
6903
6904 2006-09-10  Bruno Haible  <bruno@clisp.org>
6905
6906         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
6907         m4/inttypes_h.m4, m4/uintmax_t.m4.
6908
6909 2006-09-10  Bruno Haible  <bruno@clisp.org>
6910
6911         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
6912         gl_AC_TYPE_UINTMAX_T.
6913
6914 2006-09-10  Bruno Haible  <bruno@clisp.org>
6915
6916         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
6917
6918 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
6919
6920         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
6921         convention.  Text proposed by Bruno Haible.
6922         (struct argp_option): Document the use of N_() wrappers.
6923
6924         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
6925         '\v', and translate the two parts separately, instead of feeding
6926         the whole string to gettext.  This allows to exclude
6927         '\v' from the strings visible to the translator by writing doc
6928         strings as N_("..") "\v" N_("..").
6929
6930 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
6931
6932         * config/srclist.txt: Undo latest change; the bug was fixed.
6933
6934 2006-09-09  Bruno Haible  <bruno@clisp.org>
6935
6936         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
6937         assignments if building a library without libtool.
6938         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
6939         in func_emit_lib_Makefile_am.
6940         (func_import): When building a static library libfoo.a, arrange to
6941         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
6942         (func_create_testdir): Likewise.
6943         * modules/gc (configure.ac, Makefile.am): If building statically,
6944         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
6945         * modules/iconvme (configure.ac, Makefile.am): Likewise.
6946         * modules/striconv (configure.ac, Makefile.am): Likewise.
6947         Based on a suggestion by Ralf Wildenhues.
6948
6949 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
6950
6951         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
6952         Check for unistd.h too, since Autoconf doesn't assume POSIX.
6953         Also:
6954
6955         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
6956         Add year_2050_test to catch glibc bug 2821
6957         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
6958
6959         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6960         Prefer #ifdef to #if.
6961
6962         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
6963         Return from 'main' instead of calling 'exit'.
6964
6965 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
6966
6967         * lib/mktime.c (guess_time_tm): Fix bug where mktime
6968         returned the maximum time_t value rather than (time_t) -1.
6969         Problem originally reported by William Bardwell
6970         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
6971
6972         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
6973         Moved to here ...
6974         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
6975         ... from here.
6976
6977 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
6978
6979         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
6980         2821 is fixed.
6981
6982 2006-09-08  Jim Meyering  <jim@meyering.net>
6983
6984         Don't make generated files read-only.  That would bother too many
6985         people.  However, do retain the ability to work when targets are
6986         read-only: remove the destination and temporary files before writing
6987         them (when generated via sed or echo), or by using the -f option for
6988         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
6989         * modules/alloca-opt, modules/argz, modules/arpa_inet:
6990         * modules/byteswap, modules/configmake, modules/fcntl:
6991         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
6992         * modules/localcharset, modules/netinet_in, modules/poll:
6993         * modules/stdbool, modules/stdint, modules/sys_select:
6994         * modules/sys_socket, modules/sys_stat, modules/sysexits:
6995
6996 2006-09-08  Jim Meyering  <jim@meyering.net>
6997
6998         Avoid new build failure on FreeBSD 6.0.
6999         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
7000         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
7001         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
7002
7003 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7004
7005         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
7006
7007 2006-09-07  Jim Meyering  <jim@meyering.net>
7008
7009         Fix global typo in last change: use chmod u-w, not chmod u-x.
7010         Spotted by Paul Eggert and Bruce Korb.
7011         * modules/alloca-opt, modules/argz, modules/arpa_inet:
7012         * modules/byteswap, modules/configmake, modules/fcntl:
7013         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
7014         * modules/localcharset, modules/netinet_in, modules/poll:
7015         * modules/stdbool, modules/stdint, modules/sys_select:
7016         * modules/sys_socket, modules/sys_stat, modules/sysexits:
7017
7018 2006-09-06  Jim Meyering  <jim@meyering.net>
7019
7020         Make generated files be read-only.
7021         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
7022         Ensure that each generated file is now read-only.
7023         * modules/argz: Likewise.
7024         * modules/arpa_inet: Likewise.
7025         * modules/byteswap: Likewise.
7026         * modules/configmake: Likewise.
7027         * modules/fcntl: Likewise.
7028         * modules/fnmatch: Likewise.
7029         * modules/getopt: Likewise.
7030         * modules/glob: Likewise.
7031         * modules/inttypes: Likewise.
7032         * modules/netinet_in: Likewise.
7033         * modules/poll: Likewise.
7034         * modules/stdbool: Likewise.
7035         * modules/stdint: Likewise.
7036         * modules/sys_select: Likewise.
7037         * modules/sys_socket: Likewise.
7038         * modules/sys_stat: Likewise.
7039         * modules/sysexits: Likewise.
7040         * modules/localcharset: Same as above, but continue using temporary
7041         file named "t-$@" (why different?) rather than the "$@-t" used
7042         everywhere else.
7043
7044         * modules/sysexits (Makefile.am): Replace literal occurrences
7045         of "sysexit.h" more readable, and more consistent, "$@".
7046
7047 2006-09-06  Bruno Haible  <bruno@clisp.org>
7048
7049         * modules/striconv: New file.
7050         * modules/xstriconv: New file.
7051         * MODULES.html.sh (Internationalization functions): Add striconv,
7052         xstriconv.
7053
7054 2006-09-06  Bruno Haible  <bruno@clisp.org>
7055
7056         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
7057         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
7058         not using libtool correctly.
7059
7060 2006-09-06  Bruno Haible  <bruno@clisp.org>
7061
7062         * lib/striconv.h: New file.
7063         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
7064         iconvstring.c.
7065         * lib/xstriconv.h: New file.
7066         * lib/xstriconv.c: New file.
7067
7068 2006-09-06  Bruno Haible  <bruno@clisp.org>
7069
7070         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
7071         lib_..._LDFLAGS.
7072
7073 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7074
7075         * lib/argz_.h: Sync from Libtool.
7076
7077         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
7078                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7079
7080         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
7081
7082 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
7083
7084         * modules/trim: New file.
7085
7086 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
7087
7088         * lib/trim.h: New file.
7089         * lib/trim.c: New file.
7090
7091 2006-09-05  Bruno Haible  <bruno@clisp.org>
7092
7093         * MODULES.html.sh (String handling): Add trim.
7094
7095 2006-09-04  Karl Berry  <karl@gnu.org>
7096
7097         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
7098         until next release.
7099
7100 2006-09-03  Bruno Haible  <bruno@clisp.org>
7101
7102         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
7103         correctly.
7104
7105 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
7106
7107         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
7108         not gl_GETLOADAVG.  Omit unneeded semicolons.
7109         Problems reported by Ralf Wildenhues in
7110         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
7111         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
7112         at the end, which is the usual gnulib style.
7113
7114         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
7115         of doing all the work ourselves.
7116         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
7117         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
7118
7119 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
7120
7121         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
7122         Problem reported by Ralf Wildenhues in
7123         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
7124
7125         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
7126         HAVE_STRUCT_STATFS_F_FSTYPENAME.
7127
7128 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
7129
7130         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
7131         yesterday's patch by changing test -n to test -z.
7132
7133 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
7134
7135         * modules/getloadavg (Files): Add m4/getloadavg.m4.
7136         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
7137         the former is now obsolescent.
7138
7139         * modules/chdir-long (Depends-on): Add fcntl.
7140
7141 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
7142
7143         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
7144         obsolescent, and programs should use gnulib instead.
7145         * m4/getloadavg.m4: New file, with contents taken from Autoconf
7146         but with prefixes changed.
7147
7148 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
7149
7150         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
7151         or stdbool.h, because they might not exist while configuring.
7152
7153         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
7154         Don't include unistd.h or limits.h; not needed, since chdir-long.h
7155         does that for us.
7156         (O_DIRECTORY): Remove.
7157
7158 2006-08-31  Eric Blake  <ebb9@byu.net>
7159
7160         * gnulib-tool: Don't let emacs change spaces to TAB.
7161
7162 2006-08-31  Bruno Haible  <bruno@clisp.org>
7163
7164         * gnulib-tool: When calling func_import more than once, do it in a
7165         subshell.
7166         Reported by Eric Blake <ebb9@byu.net>.
7167
7168 2006-08-31  Bruno Haible  <bruno@clisp.org>
7169
7170         * gnulib-tool (nl): Remove variable.
7171         (sed_transform_lib_file): Use more robust test for config-h module.
7172         (func_import): Fix typo in 2006-08-25 patch.
7173
7174 2006-08-31  Bruno Haible  <bruno@clisp.org>
7175
7176         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
7177         specified, augment Makefile.am variables instead of assigning them.
7178
7179 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
7180
7181         Work around a bug in both the Linux and SunOS 64-bit kernels:
7182         nanosleep mishandles sleeps for longer than 2**31 seconds.
7183         Problem reported by Frank v Waveren in
7184         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
7185         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
7186         Check for nanosleep bug.
7187         (LIB_NANOSLEEP): Append clock_gettime library if needed.
7188
7189 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
7190
7191         Work around a bug in both the Linux and SunOS 64-bit kernels:
7192         nanosleep mishandles sleeps for longer than 2**31 seconds.
7193         Problem reported by Frank v Waveren in
7194         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
7195         * lib/nanosleep.c (BILLION): New constant.
7196         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
7197         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
7198         implementation.
7199
7200 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
7201
7202         * modules/nanosleep (Depends-on): Add gettime.
7203
7204 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
7205         and Simon Josefsson  <jas@extundo.com>
7206         and Oskar Liljeblad  <oskar@osk.mine.nu>
7207
7208         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
7209         * gnulib-tool (func_import): New license type 'unmodifiable license
7210         text'.
7211         * modules/fdl: Use it.  Longer description.
7212         * module/gpl, module/lgpl: New files.
7213
7214 2006-08-30  Jim Meyering  <jim@meyering.net>
7215
7216         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
7217         shadowing the parameter.
7218
7219 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7220
7221         Sync from Libtool:
7222
7223         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7224
7225         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
7226         sharing with gnulib.  Report by Eric Blake.
7227
7228 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
7229
7230         * modules/isapipe: New file.
7231         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
7232
7233 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
7234
7235         * modules/configmake (Makefile.am): Add a comment, and omit
7236         the CONFIGMAKE_ prefix from generated macro names.  Suggested
7237         by Bruno Haible.
7238
7239 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
7240
7241         * m4/isapipe.m4: New file.
7242
7243 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
7244
7245         * lib/isapipe.c, lib/isapipe.h: New files.
7246
7247 2006-08-29  Jim Meyering  <jim@meyering.net>
7248
7249         * modules/configmake (Makefile.am): Make configmake.h depend on
7250         Makefile.  Otherwise, a stale configmake.h could hang around.
7251
7252 2006-08-29  Eric Blake  <ebb9@byu.net>
7253
7254         * lib/error.c (error_at_line, print_errno_message): Match libc, after
7255         resolution of upstream bug 3044.
7256
7257 2006-08-29  Bruno Haible  <bruno@clisp.org>
7258
7259         * modules/localcharset (Depends-on): Add configmake.
7260         (Makefile.am): Remove setting of LIBDIR through DEFS.
7261
7262 2006-08-29  Bruno Haible  <bruno@clisp.org>
7263
7264         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
7265         defined.
7266
7267 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
7268
7269         * modules/fcntl: New file.
7270         * modules/chdir-safer (Depends-on): Add fcntl.
7271         * modules/fts: Likewise.
7272         * modules/mkdir-p: Likewise.
7273
7274         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
7275         This undoes the most recent change, since we're now addressing the
7276         problem in a different way.
7277
7278         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
7279         into output, since the output might be called Makefile.am even
7280         if $makefile_name is something different.
7281         (func_import): Use $makefile_am rather than
7282         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
7283         empty.
7284
7285         * modules/inttypes (Files): Add m4/inttypes-h.m4.
7286
7287 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
7288
7289         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
7290         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
7291         recent change to stdint.m4, since we're now addressing the problem in a
7292         different way.
7293
7294 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
7295
7296         * m4/fcntl_h.m4: New file.
7297
7298 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
7299
7300         * lib/fcntl_.h: New file.
7301         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
7302         the fcntl module.
7303         * lib/dirchownmod.c: Likewise.
7304         * lib/fts.c: Likewise.
7305
7306         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
7307         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
7308         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
7309         just before including <inttypes.h>, to avoid circular inclusion.
7310
7311 2006-08-28  Jim Meyering  <jim@meyering.net>
7312
7313         * doc/visibility.texi: Actually read and correct the grammar of the
7314         sentence affected by yesterday's change.
7315
7316 2006-08-28  Eric Blake  <ebb9@byu.net>
7317
7318         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
7319         needs wrapper.
7320
7321 2006-08-28  Eric Blake  <ebb9@byu.net>
7322
7323         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
7324
7325 2006-08-28  Eric Blake  <ebb9@byu.net>
7326
7327         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
7328
7329 2006-08-28  Bruno Haible  <bruno@clisp.org>
7330
7331         * modules/c-strstr: New file, from GNU gettext.
7332         * MODULES.html.sh (String handling): Add c-strstr.
7333
7334 2006-08-28  Bruno Haible  <bruno@clisp.org>
7335
7336         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
7337         macros.
7338         Reported by Eric Blake.
7339
7340 2006-08-28  Bruno Haible  <bruno@clisp.org>
7341
7342         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
7343         (VASNPRINTF): Return a string of length > INT_MAX without failing.
7344         * lib/vasprintf.c: Include errno.h, limits.h.
7345         (EOVERFLOW): New fallback definition.
7346         (vasprintf): Test here whether the string length is > INT_MAX.
7347         * lib/vsnprintf.c: Include errno.h, limits.h.
7348         (EOVERFLOW): New fallback definition.
7349         (vsnprintf): Fix bug when generated string was too long for the buffer.
7350         Test here whether the string length is > INT_MAX.
7351
7352 2006-08-28  Bruno Haible  <bruno@clisp.org>
7353
7354         * lib/inttypes_.h (SCNX*): Remove definitions.
7355         Reported by Eric Blake.
7356
7357 2006-08-28  Bruno Haible  <bruno@clisp.org>
7358
7359         * lib/c-strstr.h: New file, from GNU gettext.
7360         * lib/c-strstr.c: New file, from GNU gettext.
7361
7362 2006-08-28  Bruno Haible  <bruno@clisp.org>
7363
7364         * gnulib-tool: Reorder some statements.
7365
7366 2006-08-28  Bruno Haible  <bruno@clisp.org>
7367
7368         * gnulib-tool: New option --makefile-name.
7369         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
7370         $makefile_name.
7371         (func_import): Write $makefile_name to the cache file, and read it from
7372         there unless explicitly specified. Use $makefile_name as file name
7373         instead of Makefile.am. Adjust the recommendations accordingly.
7374
7375 2006-08-28  Bruno Haible  <bruno@clisp.org>
7376
7377         * gnulib-tool (func_verify_module): Check against misapplying patch.
7378
7379 2006-08-28  Bruno Haible  <bruno@clisp.org>
7380
7381         * gnulib-tool (func_relativize, func_relconcat): New functions.
7382         Give an error if --local-dir is given with --update.
7383         Remove trailing slashes from $local_gnulib_dir.
7384         (func_import): Store the relativized $local_gnulib_dir in
7385         gnulib-cache.m4, and read it from there if not specified explicitly.
7386
7387 2006-08-28  Bruno Haible  <bruno@clisp.org>
7388
7389         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
7390         is the current directory. Respect also $local_gnulib_dir.
7391
7392 2006-08-28  Bruno Haible  <bruno@clisp.org>
7393             Simon Josefsson  <jas@extundo.com>
7394
7395         BeOS portability.
7396         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
7397
7398 2006-08-27  Jim Meyering  <jim@meyering.net>
7399
7400         * doc/visibility.texi: Remove duplicate word: "pointer".
7401
7402 2006-08-26  Bruno Haible  <bruno@clisp.org>
7403
7404         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
7405         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
7406         (Makefile.am): Create inttypes.h from inttypes_.h.
7407         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
7408
7409         * modules/imaxabs: New file.
7410
7411         * modules/imaxdiv: New file.
7412
7413 2006-08-26  Bruno Haible  <bruno@clisp.org>
7414
7415         * m4/inttypes.m4: New file.
7416         * m4/_inttypes_h.m4: Remove file.
7417         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
7418         PRI_MACROS_BROKEN.
7419         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
7420
7421         * m4/imaxabs.m4: New file.
7422
7423         * m4/imaxdiv.m4: New file.
7424
7425 2006-08-26  Bruno Haible  <bruno@clisp.org>
7426
7427         * lib/inttypes_.h: New file.
7428         * lib/inttypes.h: Remove file.
7429         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
7430
7431         * lib/imaxabs.c: New file.
7432
7433         * lib/imaxdiv.c: New file.
7434
7435 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
7436
7437         New config-h module, so that "make" output needn't be cluttered
7438         by -DHAVE_CONFIG_H.
7439         * MODULES.html.sh (Support for building libraries and executables):
7440         Add config-h.
7441         * modules/config-h: New file.
7442         * gnulib-tool (nl, sed_transform_lib_file): New vars.
7443         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
7444         the config-h module is used.
7445
7446         New configmake module, so that "make" output needn't be cluttered
7447         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
7448         * MODULES.html.sh (Support for building libraries and executables):
7449         Add configmake.
7450         * modules/configmake: New file.
7451
7452 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
7453
7454         * m4/config-h.m4: New file.
7455
7456 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
7457
7458         * config/srclist.txt: Add elisp-comp.
7459
7460 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
7461
7462         * MODULES.html.sh (Support for building libraries and executables):
7463         Add elisp-comp.
7464         * build-aux/elisp-comp: New file.
7465         * modules/elisp-comp: New file.
7466
7467 2006-08-24  Bruno Haible  <bruno@clisp.org>
7468
7469         * gnulib-tool (func_create_testdir): Use non-default values of
7470         sourcebase and m4base.
7471
7472 2006-08-24  Bruno Haible  <bruno@clisp.org>
7473
7474         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
7475         HTML structure.
7476
7477 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
7478
7479         * modules/openat (Depends-on): Add lchown.
7480
7481 2006-08-23  Bruno Haible  <bruno@clisp.org>
7482
7483         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
7484         of gl_LOCK_EARLY instead of gl_LOCK.
7485
7486 2006-08-23  Bruno Haible  <bruno@clisp.org>
7487
7488         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
7489         on OSF/1 to no.
7490         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
7491
7492 2006-08-23  Bruno Haible  <bruno@clisp.org>
7493
7494         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
7495         as unusable.
7496
7497         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
7498         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
7499         (gl_LOCK): New macro.
7500
7501 2006-08-22  Simon Josefsson  <jas@extundo.com>
7502
7503         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
7504         to md5 module.
7505
7506 2006-08-22  Simon Josefsson  <jas@extundo.com>
7507
7508         * MODULES.html.sh: Add "Support for maintaining and release
7509         projects".
7510
7511         * build-aux/gnupload: New file, from coreutils.
7512
7513 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
7514
7515         Avoid the need for AC_LIBSOURCES in m4 macros.
7516         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
7517         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
7518         * modules/check-version (EXTRA_DIST): Add check-version.h.
7519         * modules/crc (EXTRA_DIST): Add crc.h.
7520         * modules/des (EXTRA_DIST): Add des.h.
7521         * modules/gc (EXTRA_DIST): Add gc.h.
7522         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
7523         * modules/getline (EXTRA_DIST): Add getline.h.
7524         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
7525         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
7526         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
7527         * modules/md2 (EXTRA_DIST): Add md2.h.
7528         * modules/md4 (EXTRA_DIST): Add md4.h.
7529         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
7530         * modules/read-file (EXTRA_DIST): Add read-file.h.
7531         * modules/readline (EXTRA_DIST): Add readline.h.
7532         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
7533         rijndael-api-fst.h.
7534
7535 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
7536
7537         * m4/rijndael.m4 (gl_ARCFOUR):
7538         * m4/arctwo.m4 (gl_ARCTWO):
7539         * m4/check-version.m4 (gl_CHECK_VERSION):
7540         * m4/crc.m4 (gl_CRC):
7541         * m4/des.m4 (gl_DES):
7542         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
7543         * m4/gc.m4 (gl_GC):
7544         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
7545         * m4/getline.m4 (gl_FUNC_GETLINE):
7546         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
7547         * m4/hmac-md5.m4 (gl_HMAC_MD5):
7548         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
7549         * m4/md2.m4 (gl_MD2):
7550         * m4/md4.m4 (gl_MD4):
7551         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
7552         * m4/read-file.m4 (gl_FUNC_READ_FILE):
7553         * m4/readline.m4 (gl_FUNC_READLINE):
7554         * m4/rijndael.m4 (gl_RIJNDAEL):
7555         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
7556         to get the necessary .h files and whatnot.
7557
7558 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
7559
7560         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
7561         gnulib rather than the other way around.
7562         * config/srclistvars.sh (COREUTILS): Remove.
7563
7564 2006-08-22  Jim Meyering  <jim@meyering.net>
7565
7566         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
7567
7568         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
7569
7570 2006-08-22  Eric Blake  <ebb9@byu.net>
7571
7572         * modules/regexprops-generic: New file.
7573         * MODULES.html.sh (Support for building documentation): List it.
7574
7575 2006-08-22  Eric Blake  <ebb9@byu.net>
7576
7577         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
7578         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
7579         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
7580         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
7581
7582 2006-08-22  Bruno Haible  <bruno@clisp.org>
7583
7584         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
7585         and lib_LTLIBRARIES like the other lib_* variables.
7586
7587 2006-08-22  Bruno Haible  <bruno@clisp.org>
7588
7589         * build-aux/x-to-1.in: New file, from GNU gettext.
7590
7591 2006-08-22  Bruno Haible  <bruno@clisp.org>
7592
7593         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
7594         <utmpx.h> exists.
7595
7596 2006-08-22  Bruno Haible  <bruno@clisp.org>
7597
7598         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
7599         <utmpx.h> exists.
7600
7601 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
7602
7603         BeOS portability.
7604         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
7605         exist.
7606         Problem reported by Bruno Haible.
7607
7608 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
7609
7610         Avoid the need for AC_LIBSOURCES in m4 macros.
7611         * modules/acl (EXTRA_DIST): Add acl.h.
7612         * modules/argmatch (Files): Add m4/argmatch.m4.
7613         (configure.ac): Add gl_ARGMATCH.
7614         (EXTRA_DIST): Renamed from lib_SOURCES, for
7615         consistency with the other modules.  Remove argmatch.c.
7616         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
7617         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
7618         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
7619         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
7620         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
7621         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
7622         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
7623         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
7624         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
7625         * modules/closeout (EXTRA_DIST): Add closeout.h.
7626         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
7627         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
7628         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
7629         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
7630         dirname.h; remove basename.c and stripslash.c.
7631         * modules/exclude (EXTRA_DIST): Add exclude.h.
7632         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
7633         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
7634         * modules/file-type (EXTRA_DIST): Add file-type.h.
7635         * modules/filemode (EXTRA_DIST): Add filemode.h.
7636         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
7637         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
7638         * modules/fpending (EXTRA_DIST): Add __fpending.h.
7639         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
7640         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
7641         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
7642         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
7643         * modules/getdate (EXTRA_DIST): Add getdate.c.
7644         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
7645         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
7646         * modules/getpass (EXTRA_DIST): Add getpass.h.
7647         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
7648         * modules/group-member (EXTRA_DIST): Add group-member.h.
7649         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
7650         * modules/hash (EXTRA_DIST): Add hash.h.
7651         * modules/human (EXTRA_DIST): Add human.h.
7652         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
7653         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
7654         * modules/lchown (EXTRA_DIST): Add lchown.h.
7655         * modules/long-options (EXTRA_DIST): Add long-options.h.
7656         * modules/lstat (EXTRA_DIST): Add lstat.h.
7657         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
7658         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
7659         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
7660         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
7661         * modules/memxor (EXTRA_DIST): Add memxor.h.
7662         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
7663         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
7664         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
7665         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
7666         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
7667         * modules/physmem (EXTRA_DIST): Add physmem.h.
7668         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
7669         * modules/posixver (EXTRA_DIST): Add posixver.h.
7670         * modules/quote (EXTRA_DIST): Add quote.h.
7671         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
7672         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
7673         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
7674         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
7675         regex_internal.h regexec.c.
7676         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
7677         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
7678         * modules/same (EXTRA_DIST): Add same.h.
7679         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
7680         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
7681         * modules/savedir (EXTRA_DIST): Add savedir.h.
7682         * modules/sha1 (EXTRA_DIST): Add sha1.h.
7683         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
7684         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
7685         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
7686         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
7687         * modules/strdup (EXTRA_DIST): Add strdup.h.
7688         * modules/strftime (EXTRA_DIST): Add strftime.h.
7689         * modules/strndup (EXTRA_DIST): Add strndup.h.
7690         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
7691         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
7692         * modules/time_r (EXTRA_DIST): Add time_r.h.
7693         * modules/timespec (EXTRA_DIST): Add timespec.h.
7694         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
7695         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
7696         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
7697         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
7698         * modules/userspec (EXTRA_DIST): Add userspec.h.
7699         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
7700         * modules/utimens (EXTRA_DIST): Add utimens.h.
7701         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
7702         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
7703         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
7704         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
7705         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
7706         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
7707         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
7708         * modules/yesno (EXTRA_DIST): Add yesno.h.
7709
7710 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
7711
7712         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
7713
7714         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
7715         * m4/dev-ino.m4, same-inode.m4: Remove.
7716
7717         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
7718         * m4/acl.m4 (AC_FUNC_ACL):
7719         * m4/backupfile.m4 (gl_BACKUPFILE):
7720         * m4/c-strtod.m4 (gl_C99_STRTOLD):
7721         * m4/canon-host.m4 (gl_CANON_HOST):
7722         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
7723         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
7724         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
7725         * m4/cloexec.m4 (gl_CLOEXEC):
7726         * m4/close-stream.m4 (gl_CLOSE_STREAM):
7727         * m4/closeout.m4 (gl_CLOSEOUT):
7728         * m4/dirfd.m4 (gl_FUNC_DIRFD):
7729         * m4/dirname.m4 (gl_DIRNAME):
7730         * m4/exclude.m4 (gl_EXCLUDE):
7731         * m4/exitfail.m4 (gl_EXITFAIL):
7732         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
7733         * m4/file-type.m4 (gl_FILE_TYPE):
7734         * m4/filemode.m4 (gl_FILEMODE):
7735         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
7736         * m4/fpending.m4 (gl_FUNC_FPENDING):
7737         * m4/fprintftime.m4 (gl_FPRINTFTIME):
7738         * m4/fts.m4 (gl_FUNC_FTS):
7739         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
7740         * m4/getdate.m4 (gl_GETDATE):
7741         * m4/gethrxtime.m4 (gl_GETHRXTIME):
7742         * m4/getpagesize.m4 (gl_GETPAGESIZE):
7743         * m4/getpass.m4 (gl_FUNC_GETPASS):
7744         * m4/gettime.m4 (gl_GETTIME):
7745         * m4/getugroups.m4 (gl_GETUGROUPS):
7746         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
7747         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
7748         * m4/hard-locale.m4 (gl_HARD_LOCALE):
7749         * m4/hash.m4 (gl_HASH):
7750         * m4/idcache.m4 (gl_IDCACHE):
7751         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
7752         * m4/lchown.m4 (gl_FUNC_LCHOWN):
7753         * m4/long-options.m4 (gl_LONG_OPTIONS):
7754         * m4/lstat.m4 (gl_FUNC_LSTAT):
7755         * m4/md5.m4 (gl_MD5):
7756         * m4/memcasecmp.m4 (gl_MEMCASECMP):
7757         * m4/memcoll.m4 (gl_MEMCOLL):
7758         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
7759         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
7760         * m4/memxor.m4 (gl_MEMXOR):
7761         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
7762         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
7763         * m4/modechange.m4 (gl_MODECHANGE):
7764         * m4/mountlist.m4 (gl_MOUNTLIST):
7765         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
7766         * m4/openat.m4 (gl_FUNC_OPENAT):
7767         * m4/pathmax.m4 (gl_PATHMAX):
7768         * m4/physmem.m4 (gl_PHYSMEM):
7769         * m4/posixtm.m4 (gl_POSIXTM):
7770         * m4/posixver.m4 (gl_POSIXVER):
7771         * m4/quote.m4 (gl_QUOTE):
7772         * m4/quotearg.m4 (gl_QUOTEARG):
7773         * m4/readtokens.m4 (gl_READTOKENS):
7774         * m4/readutmp.m4 (gl_READUTMP):
7775         * m4/regex.m4 (gl_REGEX):
7776         * m4/safe-read.m4 (gl_SAFE_READ):
7777         * m4/safe-write.m4 (gl_SAFE_WRITE):
7778         * m4/same.m4 (gl_SAME):
7779         * m4/save-cwd.m4 (gl_SAVE_CWD):
7780         * m4/savedir.m4 (gl_SAVEDIR):
7781         * m4/settime.m4 (gl_SETTIME):
7782         * m4/sha1.m4 (gl_SHA1):
7783         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
7784         * m4/stat-macros.m4 (gl_STAT_MACROS):
7785         * m4/stat-time.m4 (gl_STAT_TIME):
7786         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
7787         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
7788         * m4/strdup.m4 (gl_FUNC_STRDUP):
7789         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
7790         * m4/strndup.m4 (gl_FUNC_STRNDUP):
7791         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
7792         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
7793         * m4/time_r.m4 (gl_TIME_R):
7794         * m4/timespec.m4 (gl_TIMESPEC):
7795         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
7796         * m4/unlinkdir.m4 (gl_UNLINKDIR):
7797         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
7798         * m4/userspec.m4 (gl_USERSPEC):
7799         * m4/utimecmp.m4 (gl_UTIMECMP):
7800         * m4/utimens.m4 (gl_UTIMENS):
7801         * m4/xalloc.m4 (gl_XALLOC):
7802         * m4/xgetcwd.m4 (gl_XGETCWD):
7803         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
7804         * m4/xreadlink.m4 (gl_XREADLINK):
7805         * m4/xstrtod.m4 (gl_XSTRTOD):
7806         * m4/yesno.m4 (gl_YESNO):
7807         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
7808         to get the necessary .h files and whatnot.
7809
7810 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
7811             Bruno Haible  <bruno@clisp.org>
7812
7813         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
7814         /bin/sh understanding of '!' conditional negation.
7815
7816 2006-08-21  Jim Meyering  <jim@meyering.net>
7817
7818         * modules/openat (Depends-on): Really alphabetize.
7819
7820         * modules/acl (Depends-on): Add error and quote.
7821
7822         * check-module (find_included_lib_files): Add at-func.c to the
7823         ok-to-include-more-than-once white list.
7824
7825         * modules/openat (Depends-on): Add lstat.  Alphabetize.
7826
7827 2006-08-21  Bruno Haible  <bruno@clisp.org>
7828
7829         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7830         Emit a pkgdata_DATA variable only if some snippets add contents to it.
7831         Reported by Martin Lambers <marlam@marlam.de>.
7832
7833 2006-08-21  Bruno Haible  <bruno@clisp.org>
7834
7835         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
7836         specify an installation location, don't emit a noinst_LIBRARIES or
7837         noinst_LTLIBRARIES assignment.
7838
7839 2006-08-21  Bruno Haible  <bruno@clisp.org>
7840
7841         BeOS portability.
7842         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
7843         BeOS has mbrtowc() but no <wctype.h>.
7844
7845 2006-08-21  Bruno Haible  <bruno@clisp.org>
7846
7847         BeOS portability.
7848         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
7849         exist.
7850
7851 2006-08-21  Bruno Haible  <bruno@clisp.org>
7852
7853         BeOS portability.
7854         * lib/mbchar.h: Include <wctype.h> only if it exists.
7855
7856 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
7857
7858         Remove files that are no longer needed by their respective modules.
7859         * m4/obstack.m4: Remove.
7860         * m4/strerror_r.m4: Remove.
7861         * m4/uint32_t.m4: Remove.
7862         * m4/uintptr_t.m4: Remove.
7863         * m4/ullong_max.m4: Remove.
7864         * m4/xstrtoimax.m4: Remove.
7865         * m4/xstrtoumax.m4: Remove.
7866
7867         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
7868         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
7869         dependencies now capture this.
7870
7871         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
7872         Do not use AC_LIBSOURCES, since gnulib modules now do this.
7873         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
7874         * m4/human.m4 (gl_HUMAN): Likewise.
7875         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
7876         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
7877
7878         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
7879
7880         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
7881         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
7882         stdint.
7883         * m4/human.m4 (gl_HUMAN): Likewise.
7884         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
7885         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
7886         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
7887         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
7888         * m4/xstrtol (gl_XSTRTOL): Likewise.
7889
7890         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
7891         AC_TYPE_LONG_LONG_INT.
7892         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
7893         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
7894         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
7895         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
7896
7897         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
7898         on stdbool.
7899
7900         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
7901         (gl_PREREQ_XSTRTOUL): Remove.
7902
7903         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
7904
7905         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
7906         mode.
7907
7908 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
7909
7910         Add and change modules to make it easier for coreutils to use
7911         gnulib-tool.
7912         * modules/backupfile (Files): Remove m4/d-ino.m4.
7913         (Depends-on): Add d-ino.
7914         * modules/cycle-check (Depends-on): Add stdint.
7915         (lib_SOURCES): Add cycle-check.h.
7916         * modules/d-ino: New module.
7917         * modules/d-type: New module.
7918         * modules/error (Files): Remove m4/strerror_r.m4.
7919         * modules/filemode (Files): Add m4/st_dm_mode.m4.
7920         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
7921         m4/inttypes_h.m4, m4/uintmax_t.m4.
7922         (Depends-on): Add stdint.
7923         (lib_SOURCES): Add fsusage.h.
7924         * modules/getcwd (Files): Remove d-ino.m4.
7925         (Depends-on): Add d-ino.
7926         * modules/getndelim2 (Depends-on): Add stdint.
7927         * modules/glob (Files): Remove m4/d-type.m4.
7928         (Depends-on): Add d-type.
7929         * modules/host-os: New module.
7930         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
7931         m4/inttypes_h.m4, m4/uintmax_t.m4.
7932         * Depends-on: Add stdint.
7933         (lib_SOURCES): Add human.h.
7934         * modules/inttostr (Files): Remove m4/intmax_t.m4,
7935         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
7936         m4/uintmax_t.m4, m4/ulonglong.m4.
7937         (Depends-on): Add stdint.
7938         (EXTRA_DIST): Add inttostr.h.
7939         * modules/lchmod: New module.
7940         * modules/link-follow: New module.
7941         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
7942         (Depends-on): Add lchmod.
7943         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
7944         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
7945         (Depends-on): Add stdint.
7946         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
7947         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
7948         (Depends-on): Add stdint.
7949         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
7950         * modules/perl: New module.
7951         * modules/regex (Depends-on): Add stdint.
7952         * modules/rmdir-errno: New module.
7953         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
7954         m4/intmax_t.m4.
7955         (Depends-on): Add stdint.
7956         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
7957         m4/uintmax_t.m4.
7958         (Depends-on): Add stdint.
7959         * modules/unlink-busy: New module.
7960         * modules/utimecmp (Depends-on): Add stdint.
7961         * modules/uptime: New module.
7962         * modules/winsz-ioctl: New module.
7963         * modules/winsz-termios: New module.
7964         * modules/xnanosleep (Depends-on): Add nanosleep.
7965         * modules/ullong_max: Remove.
7966         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
7967         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
7968         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
7969         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
7970         (Depends-on): Add inttypes.
7971         (lib_SOURCES): Add xstrtol.h.
7972         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
7973         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
7974         * MODULES.html.sh: Move 'assert' into the assert section.
7975         Move 'dummy' into the linking section.
7976         Remove ullong_max.
7977         Add section for compatibility checks for POSIX:2001 functions,
7978         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
7979         winsz-ioctl, and winsz-termios into it.
7980         Add lchmod.
7981         Add top-level Misc section and put host-os, perl, and uptime
7982         into it.
7983
7984 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
7985
7986         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
7987         now assume the stdint module.  Do not include inttypes.h.
7988         * lib/fsusage.h: Likewise.
7989         * lib/getndelim2.c: Likewise.
7990         * lib/human.h: Likewise.
7991         * lib/inttostr.h: Likewise.
7992         * lib/obstack.c: Likewise.
7993         * lib/regex_internal.h: Likewise.
7994         * lib/tempname.c: Likewise.
7995         * lib/utimecmp.c: Likewise.
7996         * lib/xstrtol.h: Likewise.
7997
7998         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
7999
8000         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
8001         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
8002         * lib/xtime.h: Likewise.
8003
8004 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
8005
8006         * modules/openat (Files): Add lib/fchmodat.c.
8007         Fixes problem reported by Jay Youngman.
8008
8009 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
8010
8011         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
8012         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
8013
8014 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
8015             Bruno Haible  <bruno@clisp.org>
8016
8017         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
8018         and is a script that invokes bison. Tighten the code. Add comments.
8019
8020 2006-08-18  Jim Meyering  <jim@meyering.net>
8021
8022         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
8023         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
8024         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
8025         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
8026
8027 2006-08-18  Bruno Haible  <bruno@clisp.org>
8028
8029         * modules/bison-i18n: New file.
8030         * MODULES.html.sh (Internationalization functions): Add it.
8031
8032 2006-08-18  Bruno Haible  <bruno@clisp.org>
8033
8034         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
8035         sys/statvfs.h. When getmntinfo was found, check its declaration and
8036         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
8037
8038 2006-08-18  Bruno Haible  <bruno@clisp.org>
8039
8040         * m4/bison-i18n.m4: New file, from bison.
8041
8042 2006-08-18  Bruno Haible  <bruno@clisp.org>
8043
8044         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
8045         (ME_DUMMY): Treat "kernfs" as a dummy.
8046         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
8047
8048 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
8049
8050         Update from coreutils.
8051
8052         2006-08-15  Jim Meyering  <jim@meyering.net>
8053
8054         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
8055
8056         2006-01-17  Jim Meyering  <jim@meyering.net>
8057
8058         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
8059
8060         2006-01-11  Jim Meyering  <jim@meyering.net>
8061
8062         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
8063         Check for the lchmod function.
8064
8065 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
8066
8067         Update from coreutils.
8068
8069         * lib/__fpending.h: Add copyright notice.
8070         * lib/fprintftime.h: Likewise.
8071         * lib/savedir.c: Use (C) in copyright notice.
8072         * lib/savedir.h: Likewise.
8073
8074         2006-08-15  Jim Meyering  <jim@meyering.net>
8075
8076         * lib/at-func.c: New file, with the logic of all emulated at-functions.
8077         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
8078         in support of the EXPECTED_ERRNO macro.
8079         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
8080         definitions.  Instead, define the appropriate symbols and include
8081         "at-func.c".
8082         * lib/mkdirat.c (mkdirat): Likewise.
8083         * lib/fchmodat.c (fchmodat): Likewise.
8084         (ENOSYS): Remove definition.
8085         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
8086         it.  Don't include "unistd--.h" -- it wasn't ever used.
8087
8088         2006-01-17  Jim Meyering  <jim@meyering.net>
8089
8090         Rewrite fts.c not to change the current working directory,
8091         by using openat, fstatat, fdopendir, etc..
8092
8093         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
8094         (HAVE_OPENAT_SUPPORT): Define.
8095         [_LIBC] (fchdir): Don't undef or define; no longer used.
8096         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
8097         Now, this `function' always succeeds, and consumes its file descriptor
8098         parameter -- so callers must not close such FDs.  Update callers.
8099         (diropen_fd, opendirat, cwd_advance_fd): New functions.
8100         (diropen): Add parameter, SP.  Adjust all callers.
8101         Implement using diropen_fd, rather than open.
8102         (fts_open): Initialize new member, fts_cwd_fd.
8103         Remove fts_rft-setting code.
8104         (fts_close): Close fts_cwd_fd, if necessary.
8105         (__opendir2): Define in terms of opendir or opendirat,
8106         depending on whether the FST_NOCHDIR flag is set.
8107         (fts_build): Since fts_safe_changedir consumes its FD, and since
8108         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
8109         and close the dup'd file descriptor upon failure.
8110         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
8111         (fts_safe_changedir): Tweak semantics to reflect that this function
8112         now calls cwd_advance_fd and hence consumes its FD argument.
8113         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
8114         [struct FTS] (fts_rft): Remove now-unused member.
8115         [struct FTS] (fts_cycle.state): Improve comment.
8116
8117         * lib/openat.c (openat_needs_fchdir): New function.
8118         * lib/openat.h (openat_needs_fchdir): Declare it.
8119
8120 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
8121
8122         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
8123         Problem and fix reported by Pádraig Brady in
8124         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
8125
8126 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8127
8128         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
8129
8130 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8131
8132         * lib/memcoll.c (memcoll): Optimize for the common case where the
8133         arguments are bytewise equal.
8134
8135 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8136
8137         * doc/regexprops-generic.texi: Add a copyright notice.
8138
8139 2006-08-15  Bruno Haible  <bruno@clisp.org>
8140
8141         * modules/tmpdir (License): Change to LGPL.
8142
8143 2006-08-15  Bruno Haible  <bruno@clisp.org>
8144
8145         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
8146         module.
8147
8148 2006-08-14  Simon Josefsson  <jas@extundo.com>
8149
8150         * config/srclist.txt: Add gnupload.
8151
8152 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
8153
8154         Change copyright notice from LGPL 2 to GPL 2, since that's the
8155         standard form used in the gnulib repository.
8156         * tests/test-lock.c: Likewise.
8157         * tests/test-stdint.c: Likewise.
8158         * tests/test-tls.c: Likewise.
8159
8160         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
8161         prelude-manager.  User shorter URLs for GNU projects, without '?'.
8162         Add copyright notice.
8163
8164         * check-module: Add copyright notice.  Output a copyright
8165         notice if "--version" is specified.
8166         * modules/COPYING: New file.
8167         * tests/test-getaddrinfo.c: Add copyright notice.
8168         * tests/test-verify.c: Likewise.
8169
8170 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
8171
8172         Change copyright notice from LGPL 2 to GPL 2, since that's the
8173         standard form used in the gnulib repository.
8174         * lib/lock.c: LGPL -> GPL.
8175         * lib/lock.h: Likewise.
8176         * lib/strnlen1.c: Likewise.
8177         * lib/strnlen1.h: Likewise.
8178         * lib/tls.c: Likewise.
8179         * lib/tls.h: Likewise.
8180         * lib/tmpdir.c: Likewise.
8181
8182         * lib/TODO: Remove; this belongs only in coreutils.
8183
8184 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
8185
8186         Add copyright notices to long-enough files that lack them, since
8187         otherwise the files aren't clearly free.  Use the same notice that
8188         getdate.texi already uses.
8189         * doc/alloca-opt.texi: Add copyright notice.
8190         * doc/alloca.texi: Likewise.
8191         * doc/ctime.texi: Likewise.
8192         * doc/functions.texi: Likewise.
8193         * doc/gcd.texi: Likewise.
8194         * doc/gnulib-tool.texi: Likewise.
8195         * doc/inet_ntoa.texi: Likewise.
8196         * doc/visibility.texi: Likewise.
8197
8198         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
8199         * doc/quote.texi: Add copyright notice.
8200
8201         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
8202         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
8203         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
8204         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
8205         is now obsolete, and give a pointer to the Sun list.
8206         Add copyright notice.
8207
8208 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
8209
8210         * config/srclistvars.sh: Add copyright notice.
8211
8212 2006-08-14  Eric Blake  <ebb9@byu.net>
8213
8214         Import the following change from libc:
8215
8216         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
8217
8218         Upstream bug 2997.
8219         * lib/misc/error.c: Add space between program name and message if file
8220         name is missing.
8221
8222 2006-08-12  Karl Berry  <karl@gnu.org>
8223
8224         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
8225         remove, these originate in gnulib now.
8226
8227 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8228
8229         * doc/Makefile (standards.info standards.html standards.dvi):
8230         Also depend on make-stds.texi.
8231
8232 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
8233
8234         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
8235         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
8236
8237         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
8238         in wchar_t.  Problem reported by Eric Blake.
8239
8240         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
8241         LEN is smaller than SIZE.  Suggested by Bruno Haible.
8242         Also, help the compiler to keep LEN in a register.
8243
8244 2006-08-11  Eric Blake  <ebb9@byu.net>
8245
8246         * users.txt: Sort.  Add tar.
8247
8248 2006-08-11  Bruno Haible  <bruno@clisp.org>
8249
8250         * users.txt: New file.
8251
8252 2006-08-11  Bruno Haible  <bruno@clisp.org>
8253
8254         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
8255         before <wchar.h>. Needed for OSF/1 and BSD/OS.
8256
8257 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
8258
8259         * modules/snprintf (Depends-on): Remove minmax.
8260         (Maintainer): Add self and Bruno.
8261
8262 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
8263
8264         * lib/.cppi-disable: Add snprintf.h, socket_.h.
8265         * lib/snprintf.c: Include <errno.h> and <limits.h>.
8266         (EOVERFLOW): Define if the system does not.
8267         Do not include "minmax.h"; it wasn't used.
8268         (snprintf): Don't assume size_t promotes to an unsigned type.
8269         Fix bug when generated string was too long for the buffer: the
8270         buffer's contents are supposed to be the initial prefix of the
8271         output.  Don't assume vasnprintf returns EOVERFLOW if the size
8272         exceeds INT_MAX; do the check ourselves.
8273
8274         Import the following changes from libc:
8275
8276         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
8277
8278         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
8279         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
8280         set wc to the byte which couldn't be converted.
8281         (re_string_reconstruct): Don't clear valid_raw_len before calling
8282         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
8283         tip_context using re_string_context_at.
8284
8285         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
8286
8287         * lib/posix/regex.h: g++ still cannot handled [restrict].
8288
8289         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
8290
8291         * lib/posix/regex.h: Remove special handling for VMS.
8292
8293 2006-08-10  Jim Meyering  <jim@meyering.net>
8294
8295         * modules/same-inode: New module.
8296         * modules/dev-ino: New module.
8297         * modules/cycle-check: Depend on these modules, rather than simply
8298         including their .h files.
8299         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
8300         required via m4/cycle-check.m4.
8301         * modules/same: Depend on new same-inode module, rather than
8302         including same-inode.h.
8303         * modules/chdir-safer: New file.
8304
8305         * modules/chown (Depends-on): Add stat-macros.
8306
8307 2006-08-10  Jim Meyering  <jim@meyering.net>
8308
8309         * m4/cycle-check.m4: New file.
8310         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
8311         * m4/dev-ino.m4, m4/same-inode.m4: New files.
8312
8313 2006-08-10  Eric Blake  <ebb9@byu.net>
8314
8315         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
8316         in from original proposal.
8317
8318 2006-08-10  Eric Blake  <ebb9@byu.net>
8319         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8320
8321         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
8322         namespace.
8323
8324 2006-08-10  Bruno Haible  <bruno@clisp.org>
8325
8326         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
8327         as well.
8328
8329 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
8330
8331         Sync from coreutils.
8332
8333         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
8334
8335         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
8336         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
8337
8338 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
8339
8340         * modules/restrict: Remove; no longer needed now that we assume
8341         Autoconf 2.59 or later.
8342         * MODULES.html.sh: Remove 'restrict'.
8343         * modules/argp (Depends-on): Remove 'restrict'.
8344         * modules/base64 (Depends-on): Likewise.
8345         * modules/gc (Depends-on): Likewise.
8346         * modules/getaddrinfo (Depends-on): Likewise.
8347         * modules/glob (Depends-on): Likewise.
8348         * modules/inet_ntop (Depends-on): Likewise.
8349         * modules/inet_pton (Depends-on): Likewise.
8350         * modules/memxor (Depends-on): Likewise.
8351         * modules/regex (Depends-on): Likewise.
8352         * modules/strtok_r (Depends-on): Likewise.
8353         * modules/time_r (Depends-on): Likewise.
8354
8355 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
8356
8357         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
8358         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
8359         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
8360         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
8361         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
8362         * m4/memxor.m4 (gl_MEMXOR): Likewise.
8363         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
8364         gl_C_RESTRICT replaced by AC_C_RESTRICT.
8365
8366         Merge from coreutils.
8367         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
8368         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
8369         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
8370         * m4/time_r.m4 (gl_TIME_R): Likewise.
8371
8372 2006-08-09  Karl Berry  <karl@gnu.org>
8373
8374         * config/srclist.txt: no more gettext-tools, per Bruno.
8375
8376 2006-08-08  Eric Blake  <ebb9@byu.net>
8377
8378         * modules/verror: New module.
8379         * MODULES.html.sh: Document it.
8380
8381 2006-08-08  Eric Blake  <ebb9@byu.net>
8382
8383         * lib/verror.h, lib/verror.c: New files.
8384
8385 2006-08-08  Eric Blake  <ebb9@byu.net>
8386
8387         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
8388         verror_at_line output complies with GNU Coding Standards even when
8389         file is NULL.
8390
8391 2006-08-07  Bruno Haible  <bruno@clisp.org>
8392
8393         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
8394         versions of AIX.
8395         Reported by Ralf Wildenhues.
8396
8397 2006-08-07  Bruno Haible  <bruno@clisp.org>
8398
8399         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
8400         in an AC_DEFUN. Needed so that the autoconf snippets can use
8401         AC_REQUIRE.
8402
8403 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8404
8405         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8406         Initialize pkgdata_DATA.
8407         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
8408         overriding it.
8409
8410 2006-08-06  Eric Blake  <ebb9@byu.net>
8411
8412         * lib/error.h: Fold in some upstream changes from glibc.
8413         * lib/error.c: Likewise.
8414
8415 2006-08-04  Bruno Haible  <bruno@clisp.org>
8416
8417         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8418         Make the mostlyclean-local rule depend on mostlyclean-generic.
8419         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
8420
8421 2006-07-31  Bruno Haible  <bruno@clisp.org>
8422
8423         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
8424         <stdlib.h>, <string.h>.
8425
8426 2006-07-30  Bruno Haible  <bruno@clisp.org>
8427
8428         * modules/readlink (License): Change to LGPL.
8429
8430 2006-07-30  Bruno Haible  <bruno@clisp.org>
8431
8432         * modules/javaversion (Makefile.am): Distribute javaversion.java and
8433         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
8434         set PKGDATADIR to point to it.
8435
8436 2006-07-30  Bruno Haible  <bruno@clisp.org>
8437
8438         * modules/csharpexec (configure.ac): Comment out macro invocation.
8439         * modules/javaexec (configure.ac): Likewise.
8440         * modules/javacomp-script (configure.ac): Likewise.
8441
8442         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
8443
8444 2006-07-30  Bruno Haible  <bruno@clisp.org>
8445
8446         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
8447         linked-list.
8448
8449 2006-07-30  Bruno Haible  <bruno@clisp.org>
8450
8451         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
8452
8453 2006-07-30  Bruno Haible  <bruno@clisp.org>
8454
8455         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8456         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
8457         get removed.
8458
8459 2006-07-29  Bruno Haible  <bruno@clisp.org>
8460
8461         Make it possible for gnulib-tool to work with locally modified or
8462         augmented gnulib repositories.
8463         * gnulib-tool (func_usage): Document --local-dir option.
8464         (local_gnulib_dir): New variable.
8465         Handle --local-dir option.
8466         (func_lookup_file): New function.
8467         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
8468         (func_get_description, func_get_filelist, func_get_description,
8469         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
8470         func_get_automake_snippet, func_get_include_directive,
8471         func_get_license, func_get_maintainer): Use func_lookup_file.
8472         (func_import, func_create_testdir): Use func_lookup_file.
8473
8474 2006-07-29  Bruno Haible  <bruno@clisp.org>
8475
8476         * modules/setenv (Depends-on): Add unistd.
8477
8478 2006-07-29  Bruno Haible  <bruno@clisp.org>
8479
8480         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
8481
8482 2006-07-29  Bruno Haible  <bruno@clisp.org>
8483
8484         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
8485
8486 2006-07-29  Bruno Haible  <bruno@clisp.org>
8487
8488         * gnulib-tool (import, update): If there is no Makefile.am, look at
8489         aclocal.m4, instead of bailing out.
8490
8491 2006-07-29  Bruno Haible  <bruno@clisp.org>
8492
8493         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
8494         Categorize the options by when they are useful.
8495
8496 2006-07-29  Bruno Haible  <bruno@clisp.org>
8497
8498         * gnulib-tool (func_usage): Document option --no-libtool.
8499         Handle option --no-libtool.
8500         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
8501         for changed semantics of $libtool variable.
8502         (func_import): Likewise. If libtool is not used, show this through
8503         an option --no-libtool.
8504         (func_create_testdir): Update.
8505
8506 2006-07-29  Bruno Haible  <bruno@clisp.org>
8507
8508         * gnulib-tool (func_import): Extend error message about missing
8509         --doc-base.
8510
8511 2006-07-29  Bruno Haible  <bruno@clisp.org>
8512
8513         * gnulib-tool (func_import): Don't create the $docbase directory if
8514         there is no file to store there.
8515
8516 2006-07-29  Bruno Haible  <bruno@clisp.org>
8517
8518         * gnulib-tool (autoconf_minversion): If a --dir option is given and
8519         relevant, look for configure.ac there, not in the current directory.
8520         Also use a simple search for AC_PREREQ, not "autoconf --trace".
8521
8522 2006-07-29  Bruno Haible  <bruno@clisp.org>
8523
8524         * gnulib-tool (SORT): New variable.
8525         (func_usage): Undocument --assume-autoconf option.
8526         Remove --assume-autoconf option handling.
8527         (autoconf_minversion): Determine from the contents of configure.ac.
8528         (func_import): Remove autoconf_minversion handling.
8529         Suggested by Eric Blake.
8530
8531 2006-07-29  Bruno Haible  <bruno@clisp.org>
8532
8533         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
8534
8535 2006-07-29  Bruno Haible  <bruno@clisp.org>
8536
8537         * config/srclist.txt (*setenv.[ch]): Remove rules.
8538
8539 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8540
8541         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
8542
8543 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8544
8545         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
8546         arpa/inet.h.
8547
8548 2006-07-28  Simon Josefsson  <jas@extundo.com>
8549
8550         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
8551         * modules/inet_pton (Depends-on): Likewise.
8552
8553 2006-07-28  Simon Josefsson  <jas@extundo.com>
8554
8555         * m4/netinet_in_h.m4: New file.
8556
8557 2006-07-28  Simon Josefsson  <jas@extundo.com>
8558
8559         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
8560         #include's.
8561
8562 2006-07-28  Simon Josefsson  <jas@extundo.com>
8563
8564         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
8565         #include's.
8566
8567 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
8568
8569         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
8570         setgid on directories only if they set these bits.
8571         * lib/modechange.h: Remove obsolete comment about masks.
8572
8573 2006-07-28  Eric Blake  <ebb9@byu.net>
8574
8575         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
8576         macro expansion.
8577
8578 2006-07-28  Bruno Haible  <bruno@clisp.org>
8579
8580         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
8581
8582 2006-07-28  Bruno Haible  <bruno@clisp.org>
8583
8584         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
8585
8586 2006-07-28  Bruno Haible  <bruno@clisp.org>
8587
8588         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
8589         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
8590         Define fallbacks.
8591         Avoids link error on FreeBSD 4.x.
8592         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
8593
8594         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
8595         encoding.
8596         * lib/mbswidth.c (iswcntrl): Likewise.
8597
8598 2006-07-27  Bruno Haible  <bruno@clisp.org>
8599
8600         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
8601         test.
8602
8603 2006-07-27  Bruno Haible  <bruno@clisp.org>
8604
8605         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
8606         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
8607         defined.
8608
8609 2006-07-26  Eric Blake  <ebb9@byu.net>
8610
8611         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
8612
8613 2006-07-26  Eric Blake  <ebb9@byu.net>
8614
8615         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
8616         like mingw that lack mkstemp.
8617         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
8618         avoid compilation warning on mingw.
8619
8620 2006-07-26  Bruno Haible  <bruno@clisp.org>
8621
8622         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
8623         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
8624         INT_FAST*_MIN, INTPTR_MIN.
8625
8626 2006-07-25  Bruno Haible  <bruno@clisp.org>
8627
8628         * modules/version-etc (Depends-on): Add stdarg.
8629
8630 2006-07-25  Bruno Haible  <bruno@clisp.org>
8631
8632         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
8633         complex commands.
8634
8635 2006-07-25  Bruno Haible  <bruno@clisp.org>
8636
8637         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
8638         defined in <stdarg.h> or config.h.
8639
8640 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
8641
8642         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
8643         (gl_STDIO_SAFER): Remove.
8644
8645 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
8646
8647         * MODULES.html.sh (File stream based Input/Output):
8648         Add fopen-safer, tmpfile-safer; remove stdio-safer.
8649         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
8650         * modules/fopen-safer, modules/tmpfile-safer: New files.
8651         * modules/stdio-safer: Remove.
8652
8653 2006-07-24  Bruno Haible  <bruno@clisp.org>
8654
8655         * modules/tmpdir: New file.
8656         * MODULES.html.sh (File system functions): Add it.
8657
8658 2006-07-24  Bruno Haible  <bruno@clisp.org>
8659
8660         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
8661         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
8662
8663 2006-07-24  Bruno Haible  <bruno@clisp.org>
8664
8665         * modules/clean-temp: New file.
8666
8667 2006-07-24  Bruno Haible  <bruno@clisp.org>
8668
8669         * m4/tmpdir.m4: New file, from GNU gettext.
8670
8671 2006-07-24  Bruno Haible  <bruno@clisp.org>
8672
8673         * lib/tmpdir.h: New file, from GNU gettext.
8674         * lib/tmpdir.c: New file, from GNU gettext.
8675
8676 2006-07-24  Bruno Haible  <bruno@clisp.org>
8677
8678         * lib/clean-temp.h: New file, from GNU gettext.
8679         * lib/clean-temp.c: New file, from GNU gettext.
8680
8681 2006-07-23  Eric Blake  <ebb9@byu.net>
8682
8683         * modules/stdio-safer (Files): Add tmpfile-safer.c.
8684         (Depends-on): Add binary-io.
8685
8686 2006-07-23  Eric Blake  <ebb9@byu.net>
8687
8688         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
8689
8690 2006-07-23  Eric Blake  <ebb9@byu.net>
8691
8692         * lib/tmpfile-safer.c: New file.
8693         * lib/stdio-safer.h (fopen_safer): Add prototype.
8694         * lib/stdio--.h (tmpfile): Make safer.
8695
8696 2006-07-23  Bruno Haible  <bruno@clisp.org>
8697
8698         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
8699         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
8700         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
8701         gl_linked_remove_at): Use it.
8702
8703 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8704         and Simon Josefsson <jas@extundo.com>
8705
8706         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
8707
8708         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
8709
8710 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
8711
8712         * modules/close-stream: New file.
8713         * modules/closeout (Description): Make it clear that it exits
8714         with a diagnostic on error.
8715         (Depends-on): Add close-stream.  Remove fpending, stdbool.
8716         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
8717
8718 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
8719
8720         * m4/close-stream.m4: New file.
8721
8722 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
8723
8724         * lib/close-stream.c, lib/close-stream.h: New files.
8725
8726 2006-07-22  Bruno Haible  <bruno@clisp.org>
8727
8728         Merge from GNU gettext 0.15.
8729
8730         2006-05-01  Bruno Haible  <bruno@clisp.org>
8731
8732                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
8733
8734         2006-07-22  Bruno Haible  <bruno@clisp.org>
8735
8736                 * modules/javaversion: New file.
8737                 * MODULES.html.sh (Java): Add javaversion.
8738
8739         2006-03-12  Bruno Haible  <bruno@clisp.org>
8740
8741                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
8742
8743         2005-12-04  Bruno Haible  <bruno@clisp.org>
8744
8745                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
8746                 (untested).
8747
8748         2006-06-21  Bruno Haible  <bruno@clisp.org>
8749
8750                 Avoid warnings from recent versions of mcs.
8751                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
8752                 -o, -L, -r any more. Use options documented since mcs-1.0
8753                 instead. Similarly for -g.
8754
8755         2005-12-04  Bruno Haible  <bruno@clisp.org>
8756
8757                 * build-aux/csharpcomp.sh.in: Suffix for resources is
8758                 .resources, not .resource.
8759
8760         2005-07-09  Bruno Haible  <bruno@clisp.org>
8761
8762                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
8763                 add a .dll suffix.
8764                 Reported by Mark Junker <mjscod@gmx.de>.
8765
8766         2006-07-22  Bruno Haible  <bruno@clisp.org>
8767
8768                 * modules/gettext: Upgrade to gettext-0.15.
8769                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
8770                 m4/visibility.m4.
8771                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
8772
8773 2006-07-22  Bruno Haible  <bruno@clisp.org>
8774
8775         Merge from GNU gettext 0.15.
8776
8777         2006-03-25  Bruno Haible  <bruno@clisp.org>
8778
8779                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
8780
8781         2006-07-21  Bruno Haible  <bruno@clisp.org>
8782
8783                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
8784                 "1.1".
8785
8786         2006-05-09  Bruno Haible  <bruno@clisp.org>
8787
8788                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
8789                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
8790                 for the conftestver execution.
8791
8792         2006-05-01  Bruno Haible  <bruno@clisp.org>
8793
8794                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
8795                 optional target-version argument. Verify that the compiler
8796                 groks source of the specified source-version, or add -source
8797                 option as necessary. Verify that the compiler produces
8798                 bytecode in the specified target-version, or add -target and
8799                 -source options as necessary. Make the result of the test
8800                 available as variable CONF_JAVAC. Also log error output in
8801                 config.log.
8802
8803         2006-03-11  Bruno Haible  <bruno@clisp.org>
8804
8805                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
8806
8807         2006-05-09  Bruno Haible  <bruno@clisp.org>
8808
8809                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
8810                 CLASSPATH_SEPARATOR to a semicolon.
8811
8812         2006-03-12  Bruno Haible  <bruno@clisp.org>
8813
8814                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
8815                 available as variable CONF_JAVA, for subsequent autoconf
8816                 tests. Also log error output in config.log.
8817
8818         2006-07-19  Bruno Haible  <bruno@clisp.org>
8819
8820                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
8821                 that getline works on glibc2 systems. Needed to avoid trouble
8822                 in relocatable.c.
8823                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
8824
8825         2005-12-04  Bruno Haible  <bruno@clisp.org>
8826
8827                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
8828                 launcher (untested).
8829
8830         2005-12-04  Bruno Haible  <bruno@clisp.org>
8831
8832                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
8833
8834         2006-07-22  Bruno Haible  <bruno@clisp.org>
8835
8836                 * gettext.m4: Update from GNU gettext-0.15.
8837                 * nls.m4: Likewise.
8838                 * po.m4: Likewise.
8839                 * inttypes-pri.m4: Likewise.
8840                 * inttypes-h.m4: Renamed from inttypes.m4.
8841                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
8842
8843 2006-07-22  Bruno Haible  <bruno@clisp.org>
8844
8845         Merge from GNU gettext 0.15.
8846
8847         2005-07-05  Bruno Haible  <bruno@clisp.org>
8848
8849                 * printf-args.c (printf_fetchargs): Work around broken
8850                 definition of wint_t on mingw.
8851
8852         2005-02-12  Bruno Haible  <bruno@clisp.org>
8853
8854                 * xallocsa.h: Add extern "C" for C++.
8855
8856         2006-05-17  Bruno Haible  <bruno@clisp.org>
8857
8858                 Cygwin portability.
8859                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
8860
8861         2006-04-30  Bruno Haible  <bruno@clisp.org>
8862
8863                 * progreloc.c: Include <mach-o/dyld.h> if available.
8864                 (find_executable): Use _NSGetExecutablePath when possible.
8865
8866         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
8867
8868                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
8869                 function.
8870
8871         2005-12-29  Bruno Haible  <bruno@clisp.org>
8872
8873                 * progreloc.c (set_program_name_and_installdir): Fix
8874                 compilation error.
8875
8876         2005-12-04  Bruno Haible  <bruno@clisp.org>
8877
8878                 Cygwin portability.
8879                 * progreloc.c: Include <windows.h> also on Cygwin.
8880                 (find_executable): Add support for Cygwin.
8881                 (set_program_name_and_installdir): Handle also platforms with
8882                 nonempty EXEEXT.
8883
8884         2006-07-11  Bruno Haible  <bruno@clisp.org>
8885
8886                 * javacomp.c: Fix a comment.
8887                 Reported by Jim Meyering.
8888
8889         2006-04-30  Bruno Haible  <bruno@clisp.org>
8890
8891                 * javacomp.h (compile_java_class): Add source_version,
8892                 target_version arguments.
8893                 * javacomp.c: Rewritten to choose only a compiler that
8894                 respects the specified source_version and target_version.
8895
8896         2006-06-27  Bruno Haible  <bruno@clisp.org>
8897
8898                 Assume correct S_ISDIR macro.
8899                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
8900
8901         2006-07-22  Bruno Haible  <bruno@clisp.org>
8902
8903                 * javaversion.h: New file, from GNU gettext.
8904                 * javaversion.c: New file, from GNU gettext.
8905                 * javaversion.java: New file, from GNU gettext.
8906                 * javaversion.class: New file, from GNU gettext.
8907
8908         2006-05-17  Bruno Haible  <bruno@clisp.org>
8909
8910                 Cygwin portability.
8911                 * javaexec.c (execute_java_class): Test for jview program
8912                 also on Cygwin.
8913
8914         2006-04-09  Bruno Haible  <bruno@clisp.org>
8915
8916                 * fatal-signal.c: Don't include string.h.
8917                 (at_fatal_signal): Use a copying loop instead of memcpy.
8918
8919         2005-12-04  Bruno Haible  <bruno@clisp.org>
8920
8921                 * csharpexec.c: Add support for 'clix' launcher (untested).
8922                 (execute_csharp_using_sscli): New function.
8923                 (execute_csharp_program): Call it.
8924
8925         2006-06-21  Bruno Haible  <bruno@clisp.org>
8926
8927                 Avoid warnings from recent versions of mcs.
8928                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
8929                 -o, -L, -r any more. Use options documented since mcs-1.0
8930                 instead. Similarly for -g.
8931
8932         2005-07-09  Bruno Haible  <bruno@clisp.org>
8933
8934                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
8935                 add a .dll suffix.
8936                 Reported by Mark Junker <mjscod@gmx.de>.
8937
8938         2006-06-17  Bruno Haible  <bruno@clisp.org>
8939
8940                 * config.charset: Update for NetBSD 3.0.
8941
8942         2006-05-17  Bruno Haible  <bruno@clisp.org>
8943
8944                 Cygwin portability.
8945                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
8946
8947         2006-05-16  Bruno Haible  <bruno@clisp.org>
8948
8949                 * localcharset.c [CYGWIN]: Include <windows.h>.
8950                 (get_charset_aliases): For Cygwin, return the same CPxxx
8951                 aliases list as under WIN32.
8952                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
8953                 the environment variables. Fall back to GetACP().
8954
8955         2006-04-05  Bruno Haible  <bruno@clisp.org>
8956
8957                 * config.charset: Update Juan Manuel Guerrero's address.
8958
8959         2005-02-12  Bruno Haible  <bruno@clisp.org>
8960
8961                 * allocsa.h: Add extern "C" for C++.
8962
8963         2005-02-10  Bruno Haible  <bruno@clisp.org>
8964
8965                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
8966                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
8967
8968         2006-07-22  Bruno Haible  <bruno@clisp.org>
8969
8970                 * gettext.h: Update to GNU gettext-0.15.
8971
8972 2006-07-22  Bruno Haible  <bruno@clisp.org>
8973
8974         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
8975         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
8976         lib-prefix.m4, longdouble.m4, ssize_t.m4.
8977
8978 2006-07-21  Eric Blake  <ebb9@byu.net>
8979
8980         * modules/stdlib-safer: New file.
8981         * MODULES.html.sh (File stream based Input/Output): Add
8982         stdlib-safer.
8983
8984 2006-07-21  Eric Blake  <ebb9@byu.net>
8985
8986         * lib/stdlib-safer.h: New file from coreutils, required by
8987         stdlib--.h.
8988
8989 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
8990
8991         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
8992
8993 2006-07-20  Bruno Haible  <bruno@clisp.org>
8994
8995         * gnulib-tool: Recognize new option --assume-autoconf.
8996         (autoconf_minversion): New variable.
8997         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
8998
8999 2006-07-20  Bruno Haible  <bruno@clisp.org>
9000
9001         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
9002
9003 2006-07-19  Derek R. Price  <derek@ximbiot.com>
9004
9005         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
9006         Reindent and repaginate.
9007
9008 2006-07-19  Derek Price  <derek@ximbiot.com>
9009
9010         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
9011         Correct grammar.
9012
9013 2006-07-17  Bruno Haible  <bruno@clisp.org>
9014
9015         * modules/list: New file.
9016         * modules/array-list: New file.
9017         * modules/carray-list, modules/carray-list-tests: New files.
9018         * modules/linked-list, modules/linked-list-tests: New files.
9019         * modules/avltree-list, modules/avltree-list-tests: New files.
9020         * modules/rbtree-list, modules/rbtree-list-tests: New files.
9021         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
9022         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
9023         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
9024         * modules/oset: New file.
9025         * modules/array-oset: New file.
9026         * modules/avltree-oset, modules/avltree-oset-tests: New files.
9027         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
9028         * tests/test-carray_list.c: New file.
9029         * tests/test-linked_list.c: New file.
9030         * tests/test-avltree_list.c: New file.
9031         * tests/test-rbtree_list.c: New file.
9032         * tests/test-linkedhash_list.c: New file.
9033         * tests/test-avltreehash_list.c: New file.
9034         * tests/test-rbtreehash_list.c: New file.
9035         * tests/test-avltree_oset.c: New file.
9036         * tests/test-rbtree_oset.c: New file.
9037         * MODULES.html.sh (Container data structures): New section.
9038
9039 2006-07-17  Bruno Haible  <bruno@clisp.org>
9040
9041         * m4/gl_list.m4: New file.
9042
9043 2006-07-17  Bruno Haible  <bruno@clisp.org>
9044
9045         * lib/gl_list.h: New file.
9046         * lib/gl_list.c: New file.
9047         * lib/gl_array_list.h: New file.
9048         * lib/gl_array_list.c: New file.
9049         * lib/gl_carray_list.h: New file.
9050         * lib/gl_carray_list.c: New file.
9051         * lib/gl_linked_list.h: New file.
9052         * lib/gl_linked_list.c: New file.
9053         * lib/gl_anylinked_list1.h: New file.
9054         * lib/gl_anylinked_list2.h: New file.
9055         * lib/gl_avltree_list.h: New file.
9056         * lib/gl_avltree_list.c: New file.
9057         * lib/gl_anyavltree_list1.h: New file.
9058         * lib/gl_anyavltree_list2.h: New file.
9059         * lib/gl_rbtree_list.h: New file.
9060         * lib/gl_rbtree_list.c: New file.
9061         * lib/gl_anyrbtree_list1.h: New file.
9062         * lib/gl_anyrbtree_list2.h: New file.
9063         * lib/gl_anytree_list1.h: New file.
9064         * lib/gl_anytree_list2.h: New file.
9065         * lib/gl_linkedhash_list.h: New file.
9066         * lib/gl_linkedhash_list.c: New file.
9067         * lib/gl_anyhash_list1.h: New file.
9068         * lib/gl_anyhash_list2.h: New file.
9069         * lib/gl_avltreehash_list.h: New file.
9070         * lib/gl_avltreehash_list.c: New file.
9071         * lib/gl_rbtreehash_list.h: New file.
9072         * lib/gl_rbtreehash_list.c: New file.
9073         * lib/gl_anytreehash_list1.h: New file.
9074         * lib/gl_anytreehash_list2.h: New file.
9075
9076         * lib/gl_oset.h: New file.
9077         * lib/gl_oset.c: New file.
9078         * lib/gl_array_oset.h: New file.
9079         * lib/gl_array_oset.c: New file.
9080         * lib/gl_avltree_oset.h: New file.
9081         * lib/gl_avltree_oset.c: New file.
9082         * lib/gl_rbtree_oset.h: New file.
9083         * lib/gl_rbtree_oset.c: New file.
9084         * lib/gl_anytree_oset.h: New file.
9085
9086 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
9087
9088         * m4/mkancesdirs.m4: New file.
9089         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
9090         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
9091         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
9092         it.
9093
9094 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
9095
9096         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
9097         * lib/mkancesdirs.h: New files.
9098         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
9099         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
9100         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
9101         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
9102         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
9103         callers changed.  Revamp internals significantly, by not
9104         attempting to create directories that are temporarily more
9105         permissive than the final results.  Do not attempt to use
9106         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
9107         This removes some race conditions, fixes some bugs, and simplifies
9108         things.  Use new dirchownmod function to do owner and mode changes.
9109         * lib/mkdir-p.h: Likewise.
9110         * lib/modechange.c (octal_to_mode): New function.
9111         (struct mode_change): New member mentioned.
9112         (make_node_op_equals): New arg mentioned.  All callers changed.
9113         (mode_compile): Keep track of which mode bits the user has explicitly
9114         mentioned.
9115         (mode_adjust): New arg DIR, so that we implement the X op correctly.
9116         New arg PMODE_BITS, to keep track of which mode bits the user
9117         mentioned; it treats S_ISUID and S_ISGID speciall.
9118         All callers changed.
9119         * lib/modechange.h: Likewise.
9120
9121 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
9122
9123         * MODULES.html.sh: Add mkancestors.
9124         * modules/mkancesdirs: New module.
9125         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
9126         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
9127         The chdir-safer and afs files are now orphans; I'll remove them
9128         unless someone speaks up.
9129         Add lib/dirchownmod.c, lib/dirchownmod.h.
9130         (Depends-on): Remove alloca, chown, save-cwd, dirname.
9131         Add lchown, mkancesdirs.
9132         (Maintainer): Add self.
9133
9134 2006-07-15  Karl Berry  <karl@gnu.org>
9135
9136         * gnulib-tool: help message wording/arrangement.
9137
9138 2006-07-14  Simon Josefsson  <jas@extundo.com>
9139
9140         * doc/gnulib.texi (Libtool and Windows): New section.
9141
9142 2006-07-12  Simon Josefsson  <jas@extundo.com>
9143
9144         * modules/gendocs (License): Fix license, approved by Karl.
9145
9146 2006-07-12  Eric Blake  <ebb9@byu.net>
9147
9148         * MODULES.html.sh: Add gendocs.
9149
9150 2006-07-11  Eric Blake  <ebb9@byu.net>
9151
9152         * modules/fdl: New module, to install doc/fdl.texi.
9153         * MODULES.html.sh: Add new section for documentation modules.
9154         * gnulib-tool: Avoid space-tab.
9155         (--doc-base): New option, to manage files from doc.
9156
9157 2006-07-11  Eric Blake  <ebb9@byu.net>
9158
9159         * m4/absolute-header.m4: Fix comments to match recent change.
9160
9161 2006-07-11  Eric Blake  <ebb9@byu.net>
9162
9163         * gnulib-tool: List --doc-base before --tests-base.
9164
9165 2006-07-11  Derek R. Price  <derek@ximbiot.com>
9166
9167         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
9168
9169 2006-07-11  Bruno Haible  <bruno@clisp.org>
9170
9171         * README: Mention where to put documentation.
9172
9173 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9174
9175         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
9176
9177 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
9178
9179         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
9180         to stdint.m4.
9181
9182 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
9183
9184         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
9185         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
9186         "no/such/file/stdint.h" when there is no such file, so that
9187         the resulting C code can be parsed by dodgy compilers.
9188         Problems reported by Bob Proulx.
9189
9190 2006-07-10  Derek R. Price  <derek@ximbiot.com>
9191
9192         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
9193         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
9194         macros into the GNU _D_EXACT_NAMLEN.
9195         * lib/savedir.c:  Likewise.
9196         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
9197
9198 2006-07-10  Derek R. Price  <derek@ximbiot.com>
9199         and Paul Eggert  <eggert@cs.ucla.edu>
9200
9201         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
9202         * m4/savedir.m4:
9203         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
9204         macros into the GNU _D_EXACT_NAMLEN.
9205
9206 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
9207
9208         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
9209         around the absolute name, to work around a problem with the HP-UX
9210         11.23 native C compiler, reported by Bob Proulx.
9211
9212 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
9213
9214         * doc/maintain.texi, make-stds.texi: Sync from
9215         <http://savannah.gnu.org/projects/gnustandards>.
9216
9217 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
9218
9219         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
9220
9221 2006-07-09  Jim Meyering  <jim@meyering.net>
9222
9223         * m4/glob.m4: Remove a doubled word in a comment.
9224
9225 2006-07-09  Jim Meyering  <jim@meyering.net>
9226
9227         * lib/argp-pv.c: Remove a doubled word in a comment.
9228         * lib/check-version.c (check_version): Likewise.
9229         * lib/javacomp.c (compile_java_class): Likewise.
9230
9231 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
9232
9233         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
9234         for the benefit of people using Autoconf 2.60.  If you want to
9235         support older Autoconf versions you can copy m4/onceonly_2_57.m4
9236         (or m4/onceonly.m4, if pre-2.57) manually.
9237
9238 2006-07-08  Jim Meyering  <jim@meyering.net>
9239
9240         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
9241         comment.
9242         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
9243         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
9244         comment.
9245
9246 2006-07-08  Jim Meyering  <jim@meyering.net>
9247
9248         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
9249
9250 2006-07-07  Simon Josefsson  <jas@extundo.com>
9251
9252         * tests/test-crc.c: Change expected crc value, the test vector
9253         were probably computed using the old broken crc.c?
9254
9255 2006-07-06  Simon Josefsson  <jas@extundo.com>
9256
9257         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
9258         now the canonical place for the M4 file).
9259
9260         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
9261         from the sys_socket dependency now.
9262
9263         * modules/inet_pton (Files): Ditto.
9264
9265         * modules/inet_ntop (Files): Ditto.
9266
9267 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
9268
9269         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
9270         not gl_PREREQ_GETUSERSHELL.
9271
9272 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9273
9274         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
9275         with only one argument, for Autoconf 2.60.
9276         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
9277         expand to nothing, so add a shell command to avoid syntax error.
9278         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
9279
9280 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9281
9282         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
9283
9284 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
9285
9286         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
9287         no longer needed.  Check for isblank decl.
9288         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
9289         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
9290         of existence.
9291
9292 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
9293
9294         * lib/getloadavg.c: Use __VMS, not VMS.
9295         * lib/getopt.c: Likewise.
9296         * lib/getpagesize.h: Likewise.
9297         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
9298         and probably does not work.
9299
9300 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
9301
9302         * lib/.cppi-disable: Add wcwidth.
9303         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
9304         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
9305         (ISGRAPH): Remove.  All uses changed to isgraph.
9306         (FOLD) [!defined _LIBC]: Remove special case.
9307         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
9308         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
9309         HAVE_ISBLANK.
9310         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
9311         case.
9312
9313 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
9314
9315         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
9316         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
9317         brackets.  Other minor changes to suppress some compiler
9318         warnings.
9319
9320 2006-07-06  Derek R. Price  <derek@ximbiot.com>
9321         and Paul Eggert  <eggert@cs.ucla.edu>
9322
9323         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
9324         of invoking obsolescent AC_HEADER_DIRENT macro.
9325         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
9326         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
9327         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
9328         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
9329         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
9330         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
9331         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
9332         * m4/readdir.m4: Remove; no longer needed.
9333
9334 2006-07-06  Derek R. Price  <derek@ximbiot.com>
9335         and Paul Eggert  <eggert@cs.ucla.edu>
9336
9337         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
9338         Don't worry about this obsolete case any more.
9339         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
9340         directories.
9341         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
9342         worry about this obsolete case any more.
9343         * lib/fts.c: Likewise.
9344         * lib/getcwd.c: Likewise.
9345         * lib/glob.h: Likewise.
9346         * lib/savedir.c: Likewise.
9347
9348 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
9349
9350         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
9351         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
9352         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
9353         needed.
9354         All uses removed.
9355         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
9356         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
9357         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
9358         needed.
9359         * m4/getdate.m4 (gl_GETDATE): Likewise.
9360         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
9361         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
9362         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
9363         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
9364         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
9365         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
9366         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
9367         needed.
9368
9369 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
9370
9371         * lib/memcasecmp.c: Include <limits.h>.
9372         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
9373         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
9374         Don't assume isdigit succeeds only on '0' through '9'.
9375
9376 2006-07-05  Eric Blake  <ebb9@byu.net>
9377
9378         * modules/getaddrinfo (Depends-on): Add snprintf.
9379
9380 2006-07-05  Eric Blake  <ebb9@byu.net>
9381
9382         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
9383         to avoid 'header present but could not be compiled' on cygwin.
9384
9385 2006-07-05  Eric Blake  <ebb9@byu.net>
9386
9387         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
9388         missing from netdb.h.
9389         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
9390
9391 2006-07-05  Derek R. Price  <derek@ximbiot.com>
9392
9393         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
9394         no longer needed.
9395         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
9396         * m4/getdate.m4 (gl_GETDATE): Likewise.
9397         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
9398         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
9399         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
9400         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
9401         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
9402
9403 2006-07-05  Derek R. Price  <derek@ximbiot.com>
9404
9405         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
9406         All uses of is_space replaced by isspace.
9407         * lib/exit.h: Don't talk about STDC_HEADERS.
9408         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
9409         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
9410         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
9411         replaced by isprint etc.
9412         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
9413         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
9414         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
9415         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
9416         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
9417         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
9418
9419 2006-07-05  Bruno Haible  <bruno@clisp.org>
9420
9421         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
9422         the function exists, before testing against AIX.
9423         Reported by Martin Lambers <marlam@marlam.de>.
9424
9425 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
9426
9427         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
9428         From Mark D. Baushke.
9429
9430 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
9431
9432         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
9433         to the absolute name, not just one, to bypass Sun C 5.8's
9434         "warning: #include of /usr/include/... may be non-portable".
9435
9436 2006-07-04  Eric Blake  <ebb9@byu.net>
9437
9438         * modules/dirname-tests: New test module.
9439         * tests/test-dirname.c: New file, replacing dirname.c
9440         TEST_DIRNAME section that was recently deleted.
9441
9442 2006-07-04  Bruno Haible  <bruno@clisp.org>
9443
9444         Assume ANSI C header files and <ctype.h> functions.
9445         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
9446         (mbsnwidth): Use isprint, iscntrl instead.
9447
9448 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
9449
9450         Merge from coreutils.
9451         * MODULES.html.sh: Add xstrtold.
9452         * modules/xstrtold: New file.
9453         * modules/cycle-check (Files): Add lib/same-inode.h.
9454         * modules/dirname (Files): Add m4/double-slash-root.m4.
9455         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
9456         * modules/mkdir-p (Files): Add lib/same-inode.h.
9457         * modules/same (Files): Add lib/same-inode.h.
9458
9459 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
9460
9461         * m4/absolute-header.m4: Renamed from full-header-path.m4.
9462         This is to keep the terminology clean; POSIX talks about
9463         "absolute pathnames", not "full pathnames", but the GNU
9464         Coding Standards say to use "path" for something else;
9465         so use "absolute" to keep both sides happy.
9466         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
9467         Set gl_absolute_header, not gl_full_header_path.
9468         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
9469         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
9470         All uses changed.
9471
9472         Merge from coreutils.
9473
9474         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
9475
9476         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
9477         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
9478         want to require the building of c-strtod.o.
9479         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
9480         needs -lm directly.
9481         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
9482
9483         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
9484
9485         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
9486         --as-needed option if available.  Problem reported by Albert Chin in
9487         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
9488         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
9489         cc merely issues a bunch of annoying warnings for --as-needed
9490         (this problem was reported by Bob Proulx).  Also, try linking with
9491         -lm to detect a bug in binutils 2.16 (this problem was reported
9492         by Ralf Wildenhues).
9493
9494         2006-06-18  Jim Meyering  <jim@meyering.net>
9495
9496         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
9497         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
9498         macro.
9499         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
9500         also check for glibc-2.4's abort-inducing bug.
9501
9502         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
9503         Low-probability clean-up should be to use rmdir to get rid of
9504         the just-created directory, not unlink.
9505
9506         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
9507         configure fail, and request a bug report to inform us about it.
9508         Add a comment that, barring reports to the contrary, in 2007 we'll
9509         assume ftruncate is universally available.
9510
9511         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
9512
9513         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
9514
9515         2006-03-12  Jim Meyering  <jim@meyering.net>
9516
9517         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
9518         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
9519         * m4/same.m4 (gl_SAME): Likewise.
9520         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
9521
9522         2006-03-11  Eric Blake  <ebb9@byu.net>
9523
9524         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
9525         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
9526         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
9527         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
9528
9529 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
9530
9531         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
9532         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
9533         reported by Mark D. Baushke, one in
9534         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
9535
9536         Merge from coreutils.
9537
9538         * lib/.cppi-disable: Add stdint_.h.
9539         * lib/.cvsignore: Add stdint.h.
9540
9541         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
9542
9543         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
9544         both double and long double versions.
9545         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
9546         * lib/xstrtold.c: New file.
9547         * lib/xstrtod.h (xstrtold): New decl.
9548
9549         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
9550
9551         * lib/filemode.c (setst): Remove.
9552         (strmode): Rewrite to avoid setst.  This makes the code shorter,
9553         (arguably) clearer, and the generated code is a bit smaller on my
9554         Debian GNU/Linux stable x86 host.
9555
9556         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
9557
9558         * lib/filemode.c: Include "filemode.h" first, to test the interface.
9559         Assume that filemode.h includes sys/types.h and sys/stat.h.
9560         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
9561         (ftypelet): Reorder to put common cases first, for efficiency.
9562         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
9563         to do 'M'.
9564         (strmode): Renamed from mode_string, and now stores 12 bytes instead
9565         of 10, for compatibility with FreeBSD.  All callers changed.
9566         (filemodestring): Now stores 12 bytes instead of 10, and sets file
9567         types that can't be deduced solely from st_mode.  First arg is now a
9568         const pointer.
9569         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
9570         (strmode): Renamed from mode_string.
9571         (filemodestring): New decl.
9572         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
9573         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
9574         needed.
9575         (S_ISPORT, S_ISWHT): New macros, if not already defined.
9576
9577         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
9578
9579         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
9580         fsusage.h now does that.  Include fsusage.h first, to test interface.
9581         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
9582         at most one method (the old code could have generated decls that
9583         didn't conform to C89, not that this was ever exercised).
9584         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
9585
9586         2006-03-19  Jim Meyering  <jim@meyering.net>
9587
9588         Work even in a chroot where d_ino values for entries in "/"
9589         don't match the stat.st_ino values for the same names.
9590         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
9591         number, iterate through all entries again, using lstat instead.
9592         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
9593         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
9594
9595         * lib/getcwd.c (__getcwd): Clarify a comment.
9596         Use memcpy in place of a call to strcpy.
9597
9598         2006-03-12  Jim Meyering  <jim@meyering.net>
9599
9600         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
9601         matches that of the current directory (which we're about to chdir ".."
9602         out of), then save the dev-ino of the parent, instead.
9603
9604         * lib/same-inode.h (SAME_INODE): New file/macro.
9605         * lib/chdir-safer.c (SAME_INODE): Remove definition.
9606         Include "same-inode.h", instead.
9607         * lib/same.c: Likewise.
9608         * lib/cycle-check.h: Include "same-inode.h".
9609         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
9610         * lib/cycle-check.c (SAME_INODE): Remove definition.
9611         * lib/root-dev-ino.h: Include "same-inode.h".
9612
9613         2006-03-11  Eric Blake  <ebb9@byu.net>
9614
9615         * lib/same.c (same_name): s/base_name/last_component/
9616         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
9617         * lib/filenamecat.c (file_name_concat): Likewise.
9618
9619         2006-03-11  Eric Blake  <ebb9@byu.net>,
9620                     Paul Eggert  <eggert@cs.ucla.edu>
9621
9622         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
9623         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
9624         drive prefix.
9625         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
9626         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
9627         (last_component): New method.
9628         * lib/dirname.c (dir_len): Determine when drive letters need a
9629         subsequent slash.  Preserve // when it is special.
9630         (dir_name): Don't append dot when drive letter is absolute.
9631         [TEST_DIRNAME]: Move into a full-blown gnulib test.
9632         * lib/basename.c (base_name): New semantics - malloc the result.
9633         Preserve // when it is special.  Preserve relative files that look
9634         like drive letters.
9635         (base_len): Preserve // when it is special.
9636         (last_component): New method, similar to old base_name semantics.
9637         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
9638         base_name.  Strip redundant slashes from ///.
9639
9640 2006-07-03  Jim Meyering  <jim@meyering.net>
9641
9642         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
9643         macro is used before the first cycle_check call.
9644
9645 2006-07-03  Eric Blake  <ebb9@byu.net>
9646
9647         * modules/dirname (Depends-on): Add xstrndup.
9648
9649 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
9650
9651         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
9652         test cases, so that config.log is a bit easier to follow.
9653
9654 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
9655
9656         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
9657         both are 64 bits, since this seems to be the tradition, and this
9658         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
9659         we ever run into a host that prefers long long to long in this
9660         case, we'll need another configure-time test.  Problem reported by
9661         Jim Meyering.
9662
9663 2006-07-02  Eric Blake  <ebb9@byu.net>
9664
9665         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
9666
9667 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
9668
9669         * modules/inttypes (Depends-on): No longer depends on stdint.
9670         * modules/stdint (Description): Say more about assumptions.
9671         Say that the fast types might differ.  Say macros are used.
9672         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
9673         (Makefile.am): Revise list of substituted symbols to match
9674         new stdint.m4.
9675         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
9676         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
9677         * tests/test-stdint.c (verify_same_types)
9678         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
9679         the code conforms to C99/C89.
9680         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
9681         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
9682
9683 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
9684
9685         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
9686         but fix a bug, by requiring at least 64 bits.
9687         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
9688         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
9689         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
9690         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
9691
9692         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
9693         changes.  Make 2.59 a prerequisite.  Check and substitute for
9694         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
9695         inttypes.h.  Do not use special include files; just use the
9696         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
9697         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
9698         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
9699         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
9700         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
9701         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
9702         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
9703         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
9704         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
9705         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
9706         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
9707         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
9708         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
9709         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
9710         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
9711         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
9712         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
9713         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
9714         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
9715         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
9716         WINT_MAX.  Check for C99 conformance more strictly, by detecting
9717         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
9718         not check for things that C99 does not require, e.g., int8_t.  If
9719         a test isn't needed unless <stdint.h> isn't working, and is
9720         unlikely to be needed for any other reason, then don't do it
9721         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
9722         size_t, since we assume C89 freestanding at least.  Do not check
9723         for sig_atomic_t, wchar_t, or wint_t, since the code now does
9724         the right thing even if the types are not defined.  Instead use:
9725         (gl_STDINT_TYPE_PROPERTIES): New macro.
9726         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
9727         testing whether <sys/types.h> clashes, as Autoconf does this for
9728         us now.  All uses removed.
9729         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
9730         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
9731         (gl_CHECK_TYPE_SAME):
9732         Remove; no longer needed.
9733         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
9734         exists, since we'll return 0 anyway in that case.
9735         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
9736
9737 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
9738
9739         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
9740         possible collision with system files.
9741         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
9742         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
9743         WCHAR_MIN and WCHAR_MAX in this case.
9744         (<stddef.h>): Do not include; no longer needed.
9745         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
9746         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
9747         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
9748         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
9749         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
9750         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
9751         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
9752         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
9753         !defined(__c99))]: Include in this case too, since it's harmless
9754         now.
9755         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
9756         dangerous to do so.
9757         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
9758         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
9759         (_STDINT_MIN, _STDINT_MAX): New macros.
9760         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
9761         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
9762         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
9763         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
9764         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
9765         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
9766         macros, not typedefs; this simplifies things quite a bit.
9767         Use long int for all types narrower than int64_t.
9768         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
9769         Define in terms of long long int or int64_t or long int,
9770         not int64_t or int32_t.  This saves some compile-time testing.
9771         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
9772         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
9773         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
9774         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
9775         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
9776         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
9777         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
9778         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
9779         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
9780         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
9781         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
9782         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
9783         undef any previous version and define our own version, for
9784         simplicity and consistency with the new macros for types.
9785         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
9786         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
9787         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
9788         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
9789         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
9790         @WINT_T_SUFFIX@ to keep things simple here.
9791         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
9792         Simplify by assuming typical 8/16/32/64 host, since we're
9793         already doing that elsewhere anyway.
9794         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
9795         and assume long long int is 64 bits if available.  This
9796         speeds up 'configure'.
9797
9798 2006-07-01  Eric Blake  <ebb9@byu.net>
9799
9800         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
9801         Reported by Andreas Buening.
9802
9803 2006-07-01  Eric Blake  <ebb9@byu.net>
9804
9805         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
9806
9807 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
9808
9809         * lib/getaddrinfo.c: fixed typo
9810
9811 2006-06-29  Jim Meyering  <jim@meyering.net>
9812
9813         * modules/strftime (Maintainer): Add my name, since with the
9814         FPRINTFTIME changes strftime.c has forked from glibc.
9815
9816 2006-06-29  Eric Blake  <ebb9@byu.net>
9817
9818         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
9819
9820 2006-06-29  Eric Blake  <ebb9@byu.net>
9821
9822         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
9823
9824 2006-06-29  Eric Blake  <ebb9@byu.net>
9825
9826         * lib/stat_.h: New file.
9827
9828 2006-06-29  Eric Blake  <ebb9@byu.net>
9829
9830         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
9831         unused static function.
9832
9833 2006-06-29  Eric Blake  <ebb9@byu.net>
9834
9835         * doc/functions.texi (Function Portability): Document missing lstat
9836         on mingw.
9837
9838 2006-06-29  Eric Blake  <ebb9@byu.net>
9839
9840         * MODULES.html.sh: Add sys_stat.
9841         * modules/sys_stat: New module.
9842         * modules/mkstemp (Depends-on): Add sys_stat.
9843
9844 2006-06-29  Derek R. Price  <derek@ximbiot.com>
9845
9846         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
9847
9848 2006-06-29  Derek R. Price  <derek@ximbiot.com>
9849
9850         * m4/c-bs-a.m4: Removed.
9851
9852 2006-06-29  Derek R. Price  <derek@ximbiot.com>
9853
9854         * lib/strftime.c: Assume strftime() exists.
9855
9856 2006-06-29  Derek Price  <derek@ximbiot.com>
9857
9858         * modules/c-bs-a: Removed - \a is C89.
9859         * MODULES.html.sh: Remove c-bs-a.
9860
9861 2006-06-29  Bruno Haible  <bruno@clisp.org>
9862
9863         * modules/wcwidth (License): Change to LGPL.
9864
9865 2006-06-28  Simon Josefsson  <jas@extundo.com>
9866
9867         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
9868         on _WIN32.
9869
9870         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
9871         getnameinfo.
9872
9873 2006-06-28  Simon Josefsson  <jas@extundo.com>
9874
9875         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
9876
9877 2006-06-28  Simon Josefsson  <jas@extundo.com>
9878
9879         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
9880         functions there.  It will succeed on Windows XP, but on Windows
9881         2000 and (presumably) earlier, it will fail, and use the internal
9882         re-implementation.
9883         (use_win32_p): New function.
9884         (getaddrinfo): Use strtoul on servname, to support numeric ports.
9885         Support AI_NUMERICSERV to disable getservbyname.
9886         (getnameinfo): New function, only supports
9887         NI_NUMERICHOST|NI_NUMERICSERV for now.
9888
9889         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
9890         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
9891         getnameinfo.
9892
9893 2006-06-28  Eric Blake  <ebb9@byu.net>
9894
9895         * modules/wcwidth: New file.
9896         * modules/mbchar (Depends-on): Add wcwidth.
9897         * modules/mbswidth (Depends-on): Add wcwidth.
9898         * MODULES.html.sh: Add wcwidth.
9899
9900 2006-06-28  Eric Blake  <ebb9@byu.net>
9901
9902         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
9903         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
9904
9905 2006-06-28  Eric Blake  <ebb9@byu.net>
9906
9907         * lib/xvasprintf.h: Fix comments.
9908
9909 2006-06-28  Eric Blake  <ebb9@byu.net>
9910
9911         * lib/mbchar.h (wcwidth): Include wcwidth.h.
9912         * lib/mbswidth.c (wcwidth): Move from here...
9913         * lib/wcwidth.h: ...to this new file.
9914
9915 2006-06-28  Derek R. Price  <derek@ximbiot.com>
9916
9917         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
9918
9919         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
9920         it's obsolete.
9921         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
9922
9923 2006-06-28  Derek R. Price  <derek@ximbiot.com>
9924
9925         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
9926         Autoconf 2.60 says this stuff was obsolete.
9927
9928 2006-06-28  Bruno Haible  <bruno@clisp.org>
9929
9930         * modules/wcwidth (Files): Add m4/wchar_t.m4.
9931
9932 2006-06-28  Bruno Haible  <bruno@clisp.org>
9933
9934         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
9935         gt_TYPE_WCHAR_T.
9936
9937 2006-06-28  Bruno Haible  <bruno@clisp.org>
9938
9939         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
9940         declaration for wcwidth.
9941         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
9942
9943 2006-06-28  Bruno Haible  <bruno@clisp.org>
9944
9945         * lib/mkdtemp.c [MINGW]: Include <io.h>.
9946         (mkdir): Define using _mkdir.
9947
9948 2006-06-28  Bruno Haible  <bruno@clisp.org>
9949
9950         * lib/getaddrinfo.h: Fix POSIX URL.
9951         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
9952         _WIN32.
9953         (use_win32_p): Make static.
9954         (getaddrinfo): Reject service name if it is empty or does not consist
9955         solely of decimal digits, or if its value is > 65535.
9956         (getnameinfo): Remove useless casts.
9957
9958 2006-06-27  Simon Josefsson  <jas@extundo.com>
9959
9960         * modules/sys_select: New file, suggested by Bruno Haible, Paul
9961         Eggert and Martin Lambers.
9962
9963 2006-06-27  Simon Josefsson  <jas@extundo.com>
9964
9965         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
9966         Eggert and Martin Lambers.
9967
9968 2006-06-27  Bruno Haible  <bruno@clisp.org>
9969
9970         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
9971         result to 0, not to empty.
9972         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
9973
9974 2006-06-27  Bruno Haible  <bruno@clisp.org>
9975
9976         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
9977
9978 2006-06-26  Simon Josefsson  <jas@extundo.com>
9979
9980         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
9981         present.
9982
9983 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
9984
9985         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
9986         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
9987         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
9988
9989 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
9990
9991         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
9992
9993 2006-06-26  Bruno Haible  <bruno@clisp.org>
9994
9995         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
9996
9997 2006-06-26  Bruno Haible  <bruno@clisp.org>
9998
9999         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
10000
10001 2006-06-26  Bruno Haible  <bruno@clisp.org>
10002
10003         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
10004         SGI C compiler in pre-C99 mode.
10005         Suggested by Mark D. Baushke and Larry Jones.
10006
10007 2006-06-26  Bruno Haible  <bruno@clisp.org>
10008
10009         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
10010         WCHAR_MAX.
10011         Reported by Mark D. Baushke and Larry Jones.
10012
10013 2006-06-26  Bruno Haible  <bruno@clisp.org>
10014
10015         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
10016         in pre-C99 mode.
10017         Suggested by Mark D. Baushke and Larry Jones.
10018
10019 2006-06-23  Simon Josefsson  <jas@extundo.com>
10020             Bruno Haible  <bruno@clisp.org>
10021
10022         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
10023         Emit mostlyclean-local rule.
10024         (func_emit_tests_Makefile_am): Likewise.
10025         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
10026
10027 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
10028
10029         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
10030
10031 2006-06-23  Bruno Haible  <bruno@clisp.org>
10032
10033         * tests/test-stdint.c: Update to match ISO C 99 Technical
10034         Corrigendum 1.
10035
10036 2006-06-23  Bruno Haible  <bruno@clisp.org>
10037
10038         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
10039
10040 2006-06-23  Bruno Haible  <bruno@clisp.org>
10041
10042         * lib/stdint_.h: Treat IRIX like OpenBSD.
10043
10044 2006-06-23  Bruno Haible  <bruno@clisp.org>
10045
10046         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
10047         ISO C 99 Technical Corrigendum 1.
10048
10049 2006-06-22  Simon Josefsson  <jas@extundo.com>
10050
10051         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
10052         MinGW.
10053
10054 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
10055
10056         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
10057         needed.  Some compiler complained about some of them.  Problem reported
10058         by Larry Jones in
10059         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
10060
10061 2006-06-21  Simon Josefsson  <jas@extundo.com>
10062
10063         * tests/test-getaddrinfo.c: New file.
10064
10065         * modules/getaddrinfo-tests: New file.
10066
10067         * MODULES.html.sh: Add inet_pton.
10068
10069         * modules/inet_pton: New file.
10070
10071 2006-06-21  Simon Josefsson  <jas@extundo.com>
10072
10073         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
10074         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
10075         of using the (limited) gnulib implementation on Windows XP.
10076
10077         * m4/inet_pton.m4: New file.
10078
10079 2006-06-21  Simon Josefsson  <jas@extundo.com>
10080
10081         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
10082         variable.
10083
10084         * lib/socket_.h: Don't define WINVER.
10085
10086         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
10087         slightly modified to work in gnulib.
10088
10089 2006-06-21  Simon Josefsson  <jas@extundo.com>
10090
10091         * doc/gnulib.texi (Windows sockets): Add.
10092
10093 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
10094
10095         * lib/read-file.c (fread_file): Start with buffer allocation of
10096         0 bytes rather than 1 byte; this simplifies the code.
10097         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
10098         code to free buffer and save/restore errno.
10099         (internal_read_file): Remove unused local.
10100
10101 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
10102
10103         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
10104         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
10105         Problem reported by Denis Excoffier in
10106         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
10107
10108 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10109
10110         * modules/sys_socket, modules/socklen: Include sys/types since
10111         FreeBSD 4.x's sys/socket.h needs it.
10112
10113 2006-06-19  Simon Josefsson  <jas@extundo.com>
10114
10115         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
10116
10117 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
10118
10119         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
10120
10121 2006-06-19  Bruno Haible  <bruno@clisp.org>
10122
10123         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
10124         and FULL_PATH_INTTYPES_H in angle brackets.
10125         Reported by Mark D. Baushke <mdb@gnu.org>.
10126
10127 2006-06-17  Eric Blake  <ebb9@byu.net>
10128
10129         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
10130         errno.
10131
10132 2006-06-17  Bruno Haible  <bruno@clisp.org>
10133
10134         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
10135         <sys/inttypes.h>.
10136
10137 2006-06-17  Bruno Haible  <bruno@clisp.org>
10138
10139         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
10140         whether errno is declared. Assume <errno.h> declares errno.
10141
10142 2006-06-17  Bruno Haible  <bruno@clisp.org>
10143
10144         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
10145
10146 2006-06-17  Bruno Haible  <bruno@clisp.org>
10147
10148         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
10149         problem on Solaris 2.5.1.
10150
10151 2006-06-16  Eric Blake  <ebb9@byu.net>
10152
10153         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
10154         * lib/unicodeio.c [!defined errno]: Likewise.
10155         * lib/strtol.c [!defined errno]: Likewise.
10156         * lib/strtod.c [!defined errno]: Likewise.
10157
10158 2006-06-15  Eric Blake  <ebb9@byu.net>
10159
10160         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
10161
10162 2006-06-15  Eric Blake  <ebb9@byu.net>
10163
10164         * config/srclist.txt (ssize_t.m4): Lose sync.
10165
10166 2006-06-15  Bruno Haible  <bruno@clisp.org>
10167
10168         * modules/stdint (Files): Include m4/full-header-path.m4,
10169         m4/size_max.m4, m4/wchar_t.m4.
10170         (Makefile.am): Many more substitutions.
10171         * modules/stdint-tests: New file.
10172         * tests/test-stdint.c: New file.
10173
10174 2006-06-15  Bruno Haible  <bruno@clisp.org>
10175
10176         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
10177         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
10178         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
10179         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
10180         gl_CHECK_TYPE_SAME): New macros.
10181
10182 2006-06-15  Bruno Haible  <bruno@clisp.org>
10183
10184         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
10185
10186 2006-06-15  Bruno Haible  <bruno@clisp.org>
10187
10188         * lib/stdint_.h: Rewritten to be fully auto-configured.
10189         Fixes bug on HP-UX/IA64.
10190
10191 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
10192
10193         * lib/getdate.y (__attribute__): Don't define if already defined.
10194         Problem reported by Larry Jones.
10195         * lib/utimens.c (__attribute__): Likewise.
10196
10197 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
10198
10199         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
10200         reported by Andreas Schwab.
10201
10202 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10203             Bruno Haible  <bruno@clisp.org>
10204
10205         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
10206         check for the declaration of strnlen and a run test that exposes the
10207         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
10208         rpl_strndup.
10209
10210 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10211             Bruno Haible  <bruno@clisp.org>
10212
10213         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
10214
10215 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10216
10217         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
10218         compile test, for Tru64 4.0D.
10219
10220 2006-05-28  Karl Berry  <karl@gnu.org>
10221
10222         * config/srclist.txt (printf-args.c): lose sync.
10223
10224 2006-05-26  Martin Lambers  <marlam@marlam.de>
10225
10226         * lib/getpass.c: Updates the test for the native W32 API, and adds
10227         missing includes, thus fixing compilation warnings.
10228
10229 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
10230
10231         * lib/exclude.c (exclude_fnmatch): New function.
10232         (excluded_file_name): Call exclude_fnmatch.
10233         * lib/exclude.h (excluded_file_name): New prototype
10234
10235 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
10236
10237         * lib/tempname.c (small_open, large_open): New macros.
10238         (__open, __open64) [!_LIBC]: Remove.
10239         (__gen_tempname): Use small_open and large_open instead of __open
10240         and __open64.  This fixes a portability bug on HP-UX 11.11i
10241         reported by Simon Wing-Tang in
10242         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
10243
10244 2006-05-24  Bruno Haible  <bruno@clisp.org>
10245
10246         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
10247         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
10248         Reported by Thorsten Maerz <torte@netztorte.de> via
10249         Aaron Stone <aaron@serendipity.cx>.
10250
10251 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
10252
10253         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
10254         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
10255         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
10256         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
10257         not really conditional on the cache.
10258         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
10259
10260 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
10261
10262         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
10263         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
10264         (my_usleep): Don't mishandle maximum value.
10265
10266 2006-05-19  Jim Meyering  <jim@meyering.net>
10267
10268         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
10269
10270 2006-05-17  Bruno Haible  <bruno@clisp.org>
10271
10272         Cygwin portability.
10273         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
10274
10275 2006-05-17  Bruno Haible  <bruno@clisp.org>
10276
10277         * lib/stdint_.h: Fix recognition of Cygwin.
10278
10279 2006-05-15  Bruno Haible  <bruno@clisp.org>
10280
10281         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
10282         on libtool patch by Ralf Wildenhues.
10283
10284 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
10285
10286         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
10287         test for C99 conformance; (bool) 0.5 is an integer constant
10288         expression, but (bool) -0.5 is not.  Problem reported by Fedor
10289         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
10290
10291 2006-05-11  Simon Josefsson  <jas@extundo.com>
10292
10293         * m4/xvasprintf.m4: Fix obvious typo.
10294
10295 2006-05-11  Jim Meyering  <jim@meyering.net>
10296
10297         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
10298         James Lemley.
10299
10300 2006-05-10  Simon Josefsson  <jas@extundo.com>
10301
10302         * lib/md4.c: Typo fix, update copyright years.
10303         (K1, K2): Don't use L because it turn computations into 64-bit on
10304         64-bit platforms.
10305
10306 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
10307
10308         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
10309         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
10310         unwanted sign propagation, e.g., on hosts with 64-bit int.
10311         There still are some problems with reeelly weird theoretical hosts
10312         (e.g., 33-bit int) but it's not worth worrying about now.
10313         * lib/sha1.c (rol): Likewise.
10314         (K1, K2, K3, K4): Remove unnecessary L suffix.
10315
10316 2006-05-10  Bruno Haible  <bruno@clisp.org>
10317
10318         * lib/des.c: Cast to avoid warnings.
10319
10320 2006-05-09  Bruno Haible  <bruno@clisp.org>
10321
10322         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
10323         (Depends-on): Depend also on xsize, stdarg.
10324         (configure.ac): Add gl_XVASPRINTF.
10325
10326 2006-05-09  Bruno Haible  <bruno@clisp.org>
10327
10328         * m4/xvasprintf.m4: New file.
10329
10330 2006-05-09  Bruno Haible  <bruno@clisp.org>
10331
10332         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
10333         (EOVERFLOW): Define fallback value.
10334         (xstrcat): New function.
10335         (xvasprintf): Recognize the special case of a string concatenation.
10336
10337 2006-05-08  Eric Blake  <ebb9@byu.net>
10338
10339         * gnulib-tool (func_version): Base copyright year on CVS date.
10340         (func_emit_copyright_notice): New function.
10341         (func_emit_lib_Makefile_am): Use it.
10342         (func_emit_tests_Makefile_am): Likewise.
10343         (func_import): Likewise.
10344
10345 2006-05-08  Bruno Haible  <bruno@clisp.org>
10346
10347         * modules/stdarg: New file.
10348         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
10349
10350 2006-05-08  Bruno Haible  <bruno@clisp.org>
10351
10352         * m4/stdarg.m4: New file, from GNU gettext.
10353
10354 2006-05-08  Bruno Haible  <bruno@clisp.org>
10355
10356         * config/srclist.txt (build-aux/config.rpath): different from latest
10357         release.
10358
10359 2006-05-08  Bruno Haible  <bruno@clisp.org>
10360
10361         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
10362
10363 2006-05-05  Jim Meyering  <jim@meyering.net>
10364
10365         * m4/warning.m4: New file, derived from bison's file by the same name.
10366
10367 2006-05-03  Bruno Haible  <bruno@clisp.org>
10368
10369         * lib/stdint_.h: Shorter URL.
10370         * lib/inttypes.h: Likewise.
10371
10372 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
10373
10374         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
10375
10376 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
10377
10378         * lib/verify.h: Document the internals better.  Most of this change
10379         was written by Bruno Haible.
10380
10381 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
10382
10383         * doc/verify.texi: New file, partly based on a proposal by
10384         Bruno Haible.
10385
10386 2006-05-02  Bruno Haible  <bruno@clisp.org>
10387
10388         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
10389         test from here...
10390         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
10391
10392 2006-04-29  Bruno Haible  <bruno@clisp.org>
10393
10394         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
10395         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
10396
10397 2006-04-29  Bruno Haible  <bruno@clisp.org>
10398
10399         * gnulib-tool: Make --update option actually work.
10400
10401 2006-04-29  Bruno Haible  <bruno@clisp.org>
10402
10403         * doc/gcd.texi: New file.
10404         * doc/gnulib.texi: Include it.
10405
10406 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
10407
10408         * lib/getdate.y (get_date): When adding relative date, start with the
10409         initial time, not with the result of the first mktime call.
10410
10411 2006-04-25  Bruno Haible  <bruno@clisp.org>
10412
10413         * gnulib-tool (func_import): Output the include directives in three
10414         blocks, sorted separately.
10415         Reported by Ben Pfaff <blp@cs.stanford.edu>.
10416
10417 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
10418
10419         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
10420         to define main with arguments, for C++.  Reported by Eric Blake.
10421         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
10422         Prefer 'int main ()' to 'int main (void)', for C++.
10423         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
10424         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
10425         for 'main', for C99 and C++.
10426
10427 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
10428
10429         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
10430         Don't assume that exit status -1 is valid.
10431         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
10432         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
10433         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
10434         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
10435         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
10436         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
10437         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
10438         functions can be used without declaring them, or that you can
10439         exit with status -1.
10440         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
10441
10442 2006-04-24  Karl Berry  <karl@gnu.org>
10443
10444         * config/srclist.txt (longdouble.m4): sync lost.
10445
10446 2006-04-24  Eric Blake  <ebb9@byu.net>
10447
10448         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
10449
10450 2006-04-24  Bruno Haible  <bruno@clisp.org>
10451
10452         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
10453         poll() implementation in AIX.
10454         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10455
10456 2006-04-24  Bruno Haible  <bruno@clisp.org>
10457
10458         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
10459         assigned exactly once.
10460
10461 2006-04-23  Claudio Fontana  <claudio@gnu.org>
10462             Bruno Haible  <bruno@clisp.org>
10463
10464         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
10465         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
10466         for AM_CPPFLAGS.
10467
10468 2006-04-23  Bruno Haible  <bruno@clisp.org>
10469
10470         * modules/copy-file: Depend on unistd.
10471         * modules/execute: Likewise.
10472         * modules/fatal-signal: Likewise.
10473         * modules/findprog: Likewise.
10474         * modules/mkdtemp : Likewise.
10475         * modules/pipe: Likewise.
10476         * modules/wait-process: Likewise.
10477
10478 2006-04-23  Bruno Haible  <bruno@clisp.org>
10479
10480         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
10481         condition was already detected.
10482         Reported by Ben Pfaff <blp@cs.stanford.edu>.
10483
10484 2006-04-23  Bruno Haible  <bruno@clisp.org>
10485
10486         * lib/copy-file.c: Include <unistd.h> unconditionally.
10487         * lib/execute.c: Likewise.
10488         * lib/fatal-signal.c: Likewise.
10489         * lib/findprog.c: Likewise.
10490         * lib/mkdtemp.c: Likewise.
10491         * lib/pipe.h: Likewise.
10492         * lib/pipe.c: Likewise.
10493         * lib/wait-process.h: Likewise.
10494
10495 2006-04-23  Bruno Haible  <bruno@clisp.org>
10496
10497         * gnulib-tool (func_usage): Fix --import description. Document
10498         --update.
10499         (func_import): Create temporary file in a temporary directory, if
10500         --dry-run is specified. Silence errors from 'grep' when there are no
10501         m4 files in $m4dir.
10502         (func_create_testdir): Silence errors from 'grep' when there are no
10503         m4 files in $m4dir.
10504         Reported by Karl Berry <karl@freefriends.org>.
10505
10506 2006-04-20  Bruno Haible  <bruno@clisp.org>
10507
10508         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
10509         one argument, so that the code will be portable to Autoconf 2.60.
10510         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
10511         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
10512         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
10513
10514 2006-04-19  Derek Price  <derek@ximbiot.com>
10515             Eric Blake  <ebb9@byu.net>
10516
10517         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
10518         rather than "/full/path.h".  Update comment to match.  Shorten &
10519         generalize m4_translit call via AS_TR_CPP.
10520
10521 2006-04-19  Derek Price  <derek@ximbiot.com>
10522             Eric Blake  <ebb9@byu.net>
10523
10524         * lib/inttypes.h: Correct grammar in comment.
10525
10526 2006-04-18  Derek Price  <derek@ximbiot.com>
10527             Paul Eggert  <eggert@cs.ucla.edu>
10528
10529         * modules/inttypes: New file.
10530         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
10531
10532 2006-04-18  Derek Price  <derek@ximbiot.com>
10533             Paul Eggert  <eggert@cs.ucla.edu>
10534
10535         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
10536         New files.
10537
10538 2006-04-18  Derek Price  <derek@ximbiot.com>
10539             Paul Eggert  <eggert@cs.ucla.edu>
10540
10541         * lib/inttypes.h: New file.
10542         * lib/strtoimax.c: Assume <inttypes.h>.
10543
10544 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
10545
10546         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
10547         isn't mounted.  Problem reported by Kir Kolyshkin.
10548
10549 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
10550
10551         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
10552         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
10553         Derek R. Price.
10554         * lib/regex.h (RE_DUP_MAX): Update comment to match current
10555         implementation.
10556
10557 2006-04-12  Eric Blake  <ebb9@byu.net>
10558
10559         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
10560         is now done automatically by the corresponding Autoconf macro.
10561
10562 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
10563
10564         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
10565         time_r.h.
10566
10567 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
10568
10569         Merge regex changes from libc, removing some of our
10570         POSIX-conformance changes that were rejected and redoing them in a
10571         less-intrusive way.
10572
10573         * lib/regcomp.c (re_compile_internal, init_dfa):
10574         Length arg is now size_t, not Idx.  All uses changed.
10575         (peek_token): Forward decl now says internal_function.
10576         (__re_error_msgid, __re_error_msgid_idx):
10577         Now static rather than extern with attribute_hidden.
10578         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
10579         For some reason libc prefers K&R style defns for external functions.
10580         (regerror) [!defined _LIBC]: Likewise.
10581         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
10582         (seek_collating_symbol_entry, lookup_collation_sequence_value):
10583         (build_range_exp, build_collating_symbol):
10584         Use K&R-style defn.
10585         (re_compile_fastmap): Use '\0' to memset, not 0.
10586         (utf8_sb_map): Make the calculations more obvious.
10587         (init_dfa, parse_bracket_exp, build_charclass_op):
10588         Call calloc and cast result, as glibc does.
10589         (init_word_char, fetch_token, peek_token, peek_token_bracket):
10590         (build_range_exp, build_collating_symbol):
10591         Now internal functions.
10592
10593         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
10594
10595         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
10596         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
10597         Don't depend on VMS; depend on __VMS instead, for POSIX
10598         namespace cleanness.
10599         (regoff_t): Define to ssize_t, not long int.
10600
10601         Remove the REG_ macros named below.  Instead, make the old names
10602         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
10603         __USE_GNU_REGEX.
10604         (REG_BACKSLASH_ESCAPE_IN_LISTS):
10605         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
10606         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
10607         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
10608         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
10609         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
10610         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
10611         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
10612         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
10613         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
10614         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
10615         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
10616         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
10617         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
10618         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
10619         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
10620         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
10621         (REG_NREGS):
10622         Remove.  All uses replaced by the old RE_* names.
10623         (RE_BACKSLASH_ESCAPE_IN_LISTS):
10624         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
10625         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
10626         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
10627         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
10628         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
10629         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
10630         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
10631         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
10632         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
10633         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
10634         Don't bother having these macros be independent of each others'
10635         values, since they no longer exist in the POSIX name space.
10636
10637         Rename the following member names back to their old names,
10638         unless !__USE_GNU_REGEX.  All uses changed back.
10639         (buffer): Renamed from re_buffer.
10640         (allocated): Renamed from re_allocated.
10641         (used): Renamed from re_used.
10642         (syntax): Renamed from re_syntax.
10643         (fastmap): Renamed from re_fastmap.
10644         (translate): Renamed from re_translate.
10645         (can_be_null): Renamed from re_can_be_null.
10646         (regs_allocated): Renamed from re_regs_allocated.
10647         (fastmap_accurate): Renamed from re_fastmap_accurate.
10648         (no_sub): Renamed from re_no_sub.
10649         (not_bol): Renamed from re_not_bol.
10650         (not_eol): Renamed from re_not_eol.
10651         (newline_anchor): Renamed from re_newline_anchor.
10652         (num_regs): Renamed from rm_num_regs.
10653         (start): Renamed from rm_start.
10654         (end): Renamed from rm_end.
10655
10656         (free_state): Move up a bit.
10657
10658         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
10659         #define to be empty.
10660         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
10661         when that is what is intended.
10662         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
10663         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
10664         (MAX): New macro.
10665         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
10666         All uses changed back to re_malloc, etc.  It's now the caller's
10667         responsibility to check for overflow; all callers changed.
10668         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
10669         (re_x2nrealloc): Remove.
10670         (free_state): Remove decl.
10671
10672         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
10673         (re_set_registers, re_exec):
10674         Use K&R-style defn.
10675
10676         2006-01-31  Roland McGrath  <roland@redhat.com>
10677
10678         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
10679         Reported by Mike Frysinger <vapier@gentoo.org>.
10680
10681         2006-01-15  Andreas Jaeger  <aj@suse.de>
10682
10683         [BZ #1950]
10684         * lib/regex_internal.c (re_string_reconstruct): Adjust for
10685         build_wcs_upper_buffer change.
10686         (build_wcs_upper_buffer): Change return type.
10687
10688         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
10689
10690         * lib/regex_internal.h: Include <stdint.h> if available.
10691
10692         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
10693
10694         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
10695
10696         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
10697
10698         * lib/regcomp.c: Adjust for changed secondary hash function.
10699
10700         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
10701
10702         * lib/regex.h: Pretty printing.
10703         Clean up namespace a bit.
10704
10705         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
10706
10707         * lib/regexec.c (update_cur_sifted_state, check_arrival,
10708         check_arrival_add_next_nodes): Avoid using uninitialized variable.
10709
10710         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
10711                     Ulrich Drepper  <drepper@redhat.com>
10712
10713         [BZ #1302]
10714         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
10715         changed.
10716         (bitset_word_t): Renamed from bitset_word.  All uses changed.
10717
10718         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
10719
10720         [BZ #281]
10721         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
10722         * lib/regcomp.c: Remove unnecessary uses of
10723         unsigned RE_TRANSLATE_TYPE.
10724         * lib/regex_internal.h: Likewise.
10725         * lib/regex_internal.c: Likewise.
10726         * lib/regexec.c: Likewise.
10727         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
10728
10729         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
10730
10731         * lib/regexec.c (find_recover_state): Remove unnecessary
10732         initialization.
10733         (transit_state_bkref): Make DFA a const pointer.
10734         (get_subexp): Likewise.
10735         (check_arrival): Likewise.
10736         (update_cur_sifted_state): Likewise.
10737         (re_search_internal): Likewise.
10738         (prune_impossible_nodes): Likewise.
10739         (acquire_init_state_context): Likewise.
10740         (proceed_next_node): Likewise.
10741         (set_regs): Likewise.
10742         (free_fail_stack_return): Likewise.
10743         (check_arrival_expand_ecl): Mark DFA parameter as const.
10744         (check_arrival_expand_ecl_sub): Likewise.
10745         (check_subexp_limits): Likewise.
10746         (sub_epsilon_src_nodes):  Likewise.
10747         (add_epsilon_src_nodes):  Likewise.
10748         (merge_state_array): Likewise.
10749         (update_regs): Likewise.
10750         (build_trtable): Likewise.
10751         (sift_states_backward): Mark MCTX parameter as const.
10752         (build_sifted_states): Likewise.
10753         (update_cur_sifted_state): Likewise.
10754         (sift_states_mkref): Likewise.
10755         (check_arrival_expand_ecl): Mark eclosure as const.
10756         (check_dst_limits_calc_pos_1): Likewise.
10757         * lib/regex_internal.h (re_match_context_t): Make dfa a const
10758         pointer.
10759
10760         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
10761
10762         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
10763         (transit_state_sb): Likewise.
10764         (transit_state_mb): Likewise.
10765         (sift_states_iter_mb): Likewise.
10766         (check_arrival_add_next_nodes): Likewise.
10767         (check_node_accept_bytes): Change first parameter to pointer-to-const.
10768         [_LIBC] (re_search_2_stub): Use mempcpy.
10769
10770         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
10771         mbrtowc for very simple UTF-8 case.
10772
10773         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
10774         a pointer-to-const.
10775         (re_acquire_state_context): Likewise.
10776         * lib/regex_internal.h: Adjust prototypes.
10777
10778         * lib/regex.c: Prevent using C++ compilers.
10779
10780         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
10781         (re_acquire_state_context): Likewise.
10782
10783 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
10784
10785         * modules/regex (Depends-on): Add ssize_t.
10786
10787 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
10788
10789         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
10790         translation table.
10791
10792 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
10793
10794         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
10795
10796 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
10797             Bruno Haible  <bruno@clisp.org>
10798
10799         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
10800         <sys/types.h> and <inttypes.h>.
10801
10802 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10803
10804         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
10805         `__error_t_defined', so argp.h will not typedef the former.
10806
10807 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
10808
10809         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
10810         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
10811         glibc names.  Even if glibc is changed to conform to POSIX, the
10812         traditional names will be available anyway, since regex depends on
10813         the extensions module.  Also, fix a longstanding typo in the
10814         implementation of Spencer ERE test #75 from grep 2.3.  Problems
10815         reported by Emanuele Giaquinta.  Also, change sense of cached
10816         variable, so that the message makes sense.
10817
10818 2006-03-24  Simon Josefsson  <jas@extundo.com>
10819
10820         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
10821         including some doc fixes.
10822         (base64_encode_alloc): Fix +1 bug on allocation failures.
10823
10824 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10825
10826         * lib/base64.c (base64_encode): Do not read past end of array with
10827         unsanitized input on systems with CHAR_BIT > 8.
10828
10829 2006-03-24  Eric Blake  <ebb9@byu.net>
10830
10831         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
10832
10833 2006-03-22  Karl Berry  <karl@gnu.org>
10834
10835         * config/srclist.txt (*setenv.[ch]): get from coreutils.
10836         * config/srclistvars.sh (COREUTILS): new var.
10837
10838 2006-03-17  Jim Meyering  <jim@meyering.net>
10839
10840         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
10841         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
10842
10843 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
10844
10845         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
10846         no longer needs it.  Instead, check that regoff_t is as least
10847         as wide as ptrdiff_t.
10848
10849         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
10850         so that our regex.h stays compatible with the installed regex.
10851         This is helpful for installers who configure --without-included-regex.
10852         Problem reported by Emanuele Giaquinta.
10853
10854 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
10855
10856         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
10857         Typedef to long int, not to off_, as POSIX will likely change
10858         in that direction.
10859
10860 2006-03-15  Eric Blake  <ebb9@byu.net>
10861
10862         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
10863
10864 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
10865
10866         * lib/argp-help.c (validate_uparams): Fix typo
10867         * lib/argp-parse.c (argp_default_options): Consistently begin help
10868         messages with a lowercase letter.
10869
10870 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
10871
10872         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
10873         overrun buffers and shouldn't be used (much as gets shouldn't be
10874         used).
10875         * lib/time_r.c (asctime_r, ctime_r): Likewise.
10876
10877 2006-03-08  Simon Josefsson  <jas@extundo.com>
10878
10879         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
10880         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10881
10882 2006-03-08  Simon Josefsson  <jas@extundo.com>
10883
10884         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
10885         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10886
10887 2006-03-08  Simon Josefsson  <jas@extundo.com>
10888
10889         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
10890         signal that configure disabled the device.
10891
10892 2006-03-08  Simon Josefsson  <jas@extundo.com>
10893
10894         * build-aux/maint.mk: Fix refresh-po, to handle no translated
10895         languages.
10896
10897 2006-03-07  Simon Josefsson  <jas@extundo.com>
10898
10899         * modules/getopt (Depends-on): Add unistd.
10900
10901         * modules/unistd: New file.
10902
10903 2006-03-07  Simon Josefsson  <jas@extundo.com>
10904
10905         * modules/gc-random: New file.
10906
10907 2006-03-07  Simon Josefsson  <jas@extundo.com>
10908
10909         * m4/unistd_h.m4: New file.
10910
10911 2006-03-07  Simon Josefsson  <jas@extundo.com>
10912
10913         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
10914         test to be side-effect free by storing the result in the cache
10915         variable gl_cv_lib_readline, and moving the assignment of
10916         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
10917         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10918
10919 2006-03-07  Simon Josefsson  <jas@extundo.com>
10920
10921         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
10922         error on missing devices (the functions will return an error).
10923
10924         * m4/gc.m4: Move random stuff to gc-random.m4
10925
10926 2006-03-07  Simon Josefsson  <jas@extundo.com>
10927
10928         * lib/unistd_.h: New file.
10929
10930 2006-03-07  Simon Josefsson  <jas@extundo.com>
10931
10932         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
10933
10934 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
10935
10936         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
10937         Problem reported by Juan Manuel Guerrero.
10938
10939 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
10940
10941         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
10942         the unistd module.
10943         * lib/getlogin_r.c: Likewise.
10944         * lib/getlogin_r.h: Likewise.
10945         * lib/glob.c: Likewise.
10946         * lib/pagealign_alloc.c: Likewise.
10947         * lib/unistd_.h: Remove; no longer needed.
10948
10949 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
10950
10951         * MODULES.html.sh (Support for systems lacking POSIX:2001):
10952         Add unistd.
10953         * modules/c-stack (Depends-on): Add unistd.
10954         * modules/getlogin_r: Likewise.
10955         * modules/glob: Likewise.
10956         * modules/pagealign_alloc: Likewise.
10957         * modules/unistd (Files): Remove lib/unistd_.h.
10958         (EXTRA_DIST): Remove.
10959         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
10960         need unistd_.h.
10961         (MOSTLYCLEANFILES): Remove unistd.h-t.
10962
10963 2006-03-03  Simon Josefsson  <jas@extundo.com>
10964
10965         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
10966
10967 2006-03-03  Simon Josefsson  <jas@extundo.com>
10968
10969         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
10970         libidn and bison.
10971
10972 2006-03-03  Simon Josefsson  <jas@extundo.com>
10973
10974         * build-aux/maint.mk: Add indent target.
10975
10976 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
10977
10978         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
10979         our replacement poll.h in any case, to avoid a differing
10980         declaration from a system header.  Seen on AIX.
10981
10982 2006-03-01  Simon Josefsson  <jas@extundo.com>
10983
10984         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
10985         <kasal@ucw.cz>.
10986
10987 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
10988
10989         * modules/gettime (Depends-on): Add extensions module.
10990         * modules/nanosleep (Depends-on): Likewise.
10991         * modules/settime (Depends-on): Likewise.
10992
10993 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
10994
10995         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
10996         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
10997         pedantically.
10998         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
10999         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
11000
11001         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
11002         not "==".  Reported by Ralf Wildenhues.
11003
11004 2006-03-01  Karl Berry  <karl@gnu.org>
11005
11006         * doc/Copyright/request-*: new files, synced from gnuorg.
11007
11008 2006-03-01  Karl Berry  <karl@gnu.org>
11009
11010         * config/srclist.txt (Copyright/*): new entries.
11011
11012 2006-02-28  Simon Josefsson  <jas@extundo.com>
11013
11014         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
11015
11016 2006-02-27  Simon Josefsson  <jas@extundo.com>
11017
11018         * lib/base64.h: Indent #define's.  From Jim Meyering
11019         <jim@meyering.net>.
11020
11021 2006-02-27  Jim Meyering  <jim@meyering.net>
11022
11023         Revert the change of 2006-02-24, so these files can continue
11024         to be sync'd from gettext.
11025         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
11026         of `config.h'.
11027
11028 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
11029
11030         * modules/intprops: New file.
11031         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
11032         Add intprops.
11033         * modules/getloadavg (Files): Remove lib/intprops.h.
11034         (Depends-on): Add intprops.
11035         * modules/human: Likewise.
11036         * modules/inttostr: Likewise.
11037         * modules/openat: Likewise.
11038         * modules/sig2str: Likewise.
11039         * modules/userspec: Likewise.
11040         * modules/utimecmp: Likewise.
11041         * modules/xnanosleep: Likewise.
11042         * modules/xstrtol: Likewise.
11043
11044 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
11045
11046         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
11047         * modules/lock-tests (TESTS): Use $(EXEEXT).
11048         * modules/tls-tests: Likewise.
11049         * modules/argp-tests: Likewise.
11050         (check_PROGRAMS): New var, replacing...
11051         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
11052
11053 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11054
11055         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
11056         `config.h'.
11057
11058 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
11059
11060         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
11061
11062 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11063
11064         Sync from coreutils.
11065         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
11066         gl_CHDIR_SAFER.
11067
11068 2006-02-22  Jim Meyering  <jim@meyering.net>
11069
11070         Sync from coreutils.
11071         * m4/chdir-safer.m4: New file.
11072
11073 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
11074
11075         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
11076         AT_FDCWD exceeds INT_MAX.
11077         * lib/openat.h (AT_FDCWD): Likewise.
11078
11079 2006-02-17  Eric Blake  <address@hidden>
11080
11081         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
11082
11083 2006-02-16  Simon Josefsson  <jas@extundo.com>
11084
11085         * modules/getaddrinfo (Depends-on): Add sys_socket.
11086
11087 2006-02-15  Simon Josefsson  <jas@extundo.com>
11088
11089         * build-aux/maint.mk: Add dsyntax-check rule.
11090
11091 2006-02-15  Eric Blake  <ebb9@byu.net>
11092
11093         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
11094         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
11095         'present but cannot compile' warnings on cygwin.
11096         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
11097         use ws2tcpip.h if sys/socket.h works.
11098         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
11099         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
11100
11101 2006-02-14  Simon Josefsson  <jas@extundo.com>
11102
11103         * modules/maintainer-makefile (Files): Rename.
11104
11105         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
11106         and (the local) Makefile.cfg to maint-cfg.mk.
11107
11108         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
11109         to the latter.
11110
11111         * modules/maintainer-makefile: New module.
11112
11113         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
11114         severaly stripped to make it possible to build it up from scratch
11115         with reliable tests.
11116
11117         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
11118         fixes to permit overriding the default actions when configure and
11119         makefile are not available.
11120
11121 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
11122
11123         Sync from coreutils.
11124         * modules/lstat (Depends-on): Don't depend on xalloc.
11125         (License): Change from GPL to LGPL, since this is now simply a
11126         replacement for a libc function.
11127
11128 2006-02-14  Jim Meyering  <jim@meyering.net>
11129
11130         Sync from coreutils.
11131
11132         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
11133         failure on deficient systems, and simplify gnulib lgpl dependencies.
11134         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
11135         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
11136
11137         * lib/xalloc-die.c: Remove unused definition of N_.
11138
11139 2006-02-14  Jim Meyering  <jim@meyering.net>
11140
11141         Sync from coreutils.
11142         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
11143         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
11144         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
11145         double-quote uses of that variable, to accommodate the rare case in
11146         which getmntent is available in none of the libraries checked.  This
11147         happens at least on FreeBSD 5.0.
11148
11149 2006-02-13  Simon Josefsson  <jas@extundo.com>
11150
11151         * gnulib-tool (Usage): Fix --import, from
11152         karl@freefriends.org (Karl Berry).
11153
11154 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
11155
11156         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
11157
11158 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
11159
11160         * lib/argp-namefrob.h: Restore changes accidentally lost during the
11161         "autoupdate" on 2005-12-12.
11162
11163 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
11164
11165         * modules/closeout (Depends-on): Remove atexit.
11166
11167 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
11168
11169         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
11170         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
11171
11172 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
11173
11174         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
11175         __EXTENSIONS__ if this causes compilation to fail.  Problem
11176         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
11177         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
11178
11179 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
11180
11181         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
11182         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
11183         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
11184         All uses changed.
11185
11186 2006-01-26  Simon Josefsson  <jas@extundo.com>
11187
11188         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
11189         prototype is visible on mingw32.
11190
11191         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
11192         for mingw32.
11193
11194         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
11195         mingw32).
11196
11197 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
11198
11199         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
11200         attempt to open for write; this always fails, at least on POSIX
11201         hosts.  This reinstates the 2006-01-09 change, which was
11202         inadvertently removed.
11203
11204 2006-01-26  Bruno Haible  <bruno@clisp.org>
11205
11206         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
11207         Reported by Paul Eggert.
11208
11209 2006-01-26  Bruno Haible  <bruno@clisp.org>
11210             Paul Eggert  <eggert@cs.ucla.edu>
11211
11212         * lib/stdbool_.h (_Bool)
11213         [(! (defined __cplusplus || defined __BEOS__)
11214           && !defined __GNUC__
11215           && !(defined __HP_cc || defined __xlc__
11216                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
11217                || defined __sgi))]:
11218         #define to signed char in these cases too; this simplifies
11219         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
11220         etc., separately) and makes it more conservative.
11221
11222 2006-01-25  Simon Josefsson  <jas@extundo.com>
11223
11224         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
11225         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
11226         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
11227
11228 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
11229
11230         * lib/argp-namefrob.h: Bugfix. Remove stray #
11231
11232 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
11233
11234         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
11235         so that we test the test.
11236         Check for yet another HP-UX cc bug involving *bool |= bool.
11237
11238 2006-01-25  Karl Berry  <karl@gnu.org>
11239
11240         * config/srclist.txt (vasnprintf.c): sync lost.
11241
11242 2006-01-25  Jim Meyering  <jim@meyering.net>
11243
11244         Sync from the stable (b5) branch of coreutils:
11245
11246         * lib/fts.c (fts_children): Don't let close() clobber errno from
11247         failed fchdir().
11248
11249         * lib/fts.c (fts_stat): When following a symlink-to-directory,
11250         don't necessarily interpret stat-fails+lstat-succeeds as indicating
11251         a dangling symlink.  That can also happen at least for ELOOP.
11252         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
11253         FYI, this bug predates the inclusion of fts.c in coreutils.
11254
11255         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
11256         in their own block, so pre-c99 compilers don't object.
11257
11258         Avoid the double-free (first in fts_read, second in fts_close) that
11259         would occur when an `active' directory is made inaccessible (e.g.,
11260         via chmod a-x) during a traversal.
11261         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
11262         before returning.  Reproduce this failure by
11263         mkdir -p a/b; cd a; chmod a-x . b
11264         Reported by Stavros Passas.
11265
11266 2006-01-25  Jim Meyering  <jim@meyering.net>
11267
11268         * lib/fileblocks.c: Remove more useless parentheses.
11269         * lib/readutmp.h: Likewise.
11270
11271 2006-01-25  Bruno Haible  <bruno@clisp.org>
11272
11273         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
11274         warnings.
11275         Reported by Paul Eggert.
11276
11277 2006-01-25  Bruno Haible  <bruno@clisp.org>
11278
11279         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
11280         rid of a trap command. For Solaris sh.
11281         Reported by Mark D. Baushke <mdb@gnu.org>.
11282
11283 2006-01-24  Simon Josefsson  <jas@extundo.com>
11284
11285         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
11286         Bruno.
11287
11288 2006-01-24  Karl Berry  <karl@gnu.org>
11289
11290         * config/srclist.txt (argp-namefrob.h): sync lost.
11291
11292 2006-01-24  Jim Meyering  <jim@meyering.net>
11293
11294         * modules/openat (Files): Add lib/intprops.h.
11295         From Mark D. Baushke.
11296
11297 2006-01-24  Jim Meyering  <jim@meyering.net>
11298
11299         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
11300         Reported by Mark D. Baushke.
11301
11302 2006-01-24  Jim Meyering  <jim@meyering.net>
11303
11304         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
11305
11306 2006-01-24  Bruno Haible  <bruno@clisp.org>
11307
11308         * modules/strnlen (Maintainer): Change from glibc to all.
11309
11310 2006-01-24  Bruno Haible  <bruno@clisp.org>
11311
11312         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
11313         Patch by Paul Eggert.
11314
11315 2006-01-24  Bruno Haible  <bruno@clisp.org>
11316
11317         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
11318         already has it.
11319         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
11320         2005-11-26.
11321
11322         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
11323         'signed char' to avoid problems with the built-in _Bool type.
11324         Reported by Paul Eggert on 2005-11-26.
11325
11326 2006-01-24  Bruno Haible  <bruno@clisp.org>
11327
11328         * gnulib-tool (func_import): Avoid constructing complicated sed
11329         expressions inside backquote.
11330         Report and solution by Mark D. Baushke <mdb@gnu.org>.
11331
11332 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
11333
11334         These changes imported from libc.
11335         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
11336         test and two separate function calls.
11337         * lib/strndup.c (__strndup): Add libc_hidden_def.
11338
11339 2006-01-23  Simon Josefsson  <jas@extundo.com>
11340
11341         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
11342         Remove the test_*_SOURCES variable: automake infers it by default.
11343         * modules/tls-tests: Likewise.
11344
11345 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
11346
11347         Work around porting bugs reported by Dieter in
11348         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
11349         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
11350         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
11351         Include "getopt.h" first, to check interface.
11352         (getenv): Declare only if defined HAVE_DECL_GETENV &&
11353         !HAVE_DECL_GETENV.
11354         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
11355         (__strndup): Revert to K&R-style function dfns, the glibc style.
11356         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
11357         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
11358         Include strnlen.h first, to get prototype properly.
11359         (strnlen): Renamed from __strnlen.
11360         Remove weak alias.
11361
11362 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
11363
11364         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
11365
11366 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
11367
11368         * config/srclist.txt: Adjust to reflect glibc reorganization.
11369         This affects only comments.
11370
11371 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
11372
11373          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
11374          Reported by Bruce Korb <bkorb@gnu.org>.
11375
11376 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
11377
11378         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
11379         to pacify gcc -Wswitch-default.
11380
11381 2006-01-22  Bruno Haible  <bruno@clisp.org>
11382
11383         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
11384         temporary buffer for sprintf, take into account the precision also
11385         for 'd', 'i', 'u', 'o', 'x', 'X'.
11386
11387 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
11388
11389         * modules/argp-tests: New module
11390         * tests/test-argp.c: New file
11391         * tests/test-argp-2.sh: New file
11392
11393 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
11394
11395         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
11396         (__argp_base_name): Removed
11397         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
11398         typo.
11399         (__argp_base_name): Provide macro definition or extern declaration
11400         depending on the configuration
11401
11402 2006-01-20  Simon Josefsson  <jas@extundo.com>
11403
11404         * modules/inet_ntop (Depends-on): Depend on sys_socket.
11405
11406 2006-01-20  Simon Josefsson  <jas@extundo.com>
11407
11408         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
11409
11410 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
11411
11412         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
11413         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
11414         Suggested by Bruno Haible.
11415
11416 2006-01-20  Karl Berry  <karl@gnu.org>
11417
11418         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
11419         until changes propagate, I guess.
11420
11421 2006-01-19  Simon Josefsson  <jas@extundo.com>
11422
11423         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
11424
11425 2006-01-19  Simon Josefsson  <jas@extundo.com>
11426
11427         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
11428
11429 2006-01-19  Simon Josefsson  <jas@extundo.com>
11430
11431         * gnulib-tool: Set check_PROGRAMS.
11432
11433         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
11434         modules/des-tests, modules/gc-arcfour-tests,
11435         modules/gc-arctwo-tests, modules/gc-des-tests,
11436         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
11437         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
11438         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
11439         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
11440         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
11441         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
11442         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
11443         test_*_SOURCES.
11444
11445 2006-01-18  Simon Josefsson  <jas@extundo.com>
11446
11447         * modules/socklen (Depends-on): Depend on sys_socket.
11448
11449 2006-01-18  Simon Josefsson  <jas@extundo.com>
11450
11451         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
11452         modules/des-tests, modules/gc-arcfour-tests,
11453         modules/gc-arctwo-tests, modules/gc-des-tests,
11454         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
11455         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
11456         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
11457         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
11458         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
11459         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
11460         $(EXEEXT) to automake TESTS variable, for mingw32.
11461
11462 2006-01-17  Simon Josefsson  <jas@extundo.com>
11463
11464         * modules/socklen (Include): Need sys/socket.h.
11465
11466 2006-01-17  Bruno Haible  <bruno@clisp.org>
11467
11468         * modules/ssize_t (Include): Add <sys/types.h>.
11469
11470 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
11471
11472         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
11473         it's not portable and it doesn't work with cross-compiles.
11474         Problem reported by Bruno Haible.  Fix missing-$ typo in
11475         'test "gl_cv_ignore_unused_libraries" ...' that prevented
11476         -zignore from being used with Sun's C compiler.
11477
11478 2006-01-12  Simon Josefsson  <jas@extundo.com>
11479
11480         * lib/base64.c: Fix warning, reported by Bruno Haible
11481         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
11482
11483 2006-01-12  Bruno Haible  <bruno@clisp.org>
11484
11485         * modules/ldd: New file.
11486         * build-aux/ldd.sh.in: New file.
11487         * MODULES.html.sh (Support for building libraries and executables): Add
11488         ldd.
11489
11490 2006-01-12  Bruno Haible  <bruno@clisp.org>
11491
11492         * m4/ldd.m4: New file.
11493
11494 2006-01-12  Bruno Haible  <bruno@clisp.org>
11495
11496         * gnulib-tool (func_import, func_create_testdir): Don't go into an
11497         endless loop while replacing $auxdir with build-aux.
11498
11499 2006-01-11  Simon Josefsson  <jas@extundo.com>
11500
11501         * lib/stdint_.h (SIZE_MAX): Add missing (.
11502
11503 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
11504
11505         Sync from coreutils.
11506         * lib/md5.c: Fix commentary typos.
11507         (alignof, UNALIGNED_P): No need for a GCC-specific version.
11508         * lib/md5.h (__attribute__): Remove; unused.
11509         * lib/sha1.c: Fix commentary to match md5 better.
11510         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
11511         so that we don't need to worry about alignment.  All uses changed.
11512         This merges the 2005-10-28 md5 change into sha1.
11513
11514 2006-01-11  Jim Meyering  <jim@meyering.net>
11515
11516         Sync from coreutils.
11517         * lib/md5.c (OP): Fix spacing.
11518
11519 2006-01-11  Bruno Haible  <bruno@clisp.org>
11520
11521         Ensure automatic ordering between gl_LOCK and gl_ARGP.
11522         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
11523         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
11524
11525 2006-01-11  Bruno Haible  <bruno@clisp.org>
11526
11527         Ensure automatic ordering between gl_LOCK and gl_ARGP.
11528         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
11529         the "early" section as well.
11530
11531 2006-01-11  Bruno Haible  <bruno@clisp.org>
11532
11533         Avoid "ar: no archive members specified" error on MacOS X.
11534         * gnulib-tool (func_modules_add_dummy): New function.
11535         (func_import, func_create_testdir): Invoke it.
11536
11537 2006-01-11  Bruno Haible  <bruno@clisp.org>
11538
11539         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
11540         with $auxdir in AC_CONFIG_FILES statements.
11541
11542 2006-01-11  Bruno Haible  <bruno@clisp.org>
11543
11544         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11545         Initialize also noinst_HEADERS to empty.
11546
11547 2006-01-11  Bruno Haible  <bruno@clisp.org>
11548
11549         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
11550         variables.
11551         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
11552         autoreconf.
11553
11554 2006-01-11  Bruno Haible  <bruno@clisp.org>
11555
11556         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
11557         overridable by the user.
11558         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11559
11560 2006-01-10  Simon Josefsson  <jas@extundo.com>
11561
11562         * modules/sys_socket: New file.
11563
11564 2006-01-10  Simon Josefsson  <jas@extundo.com>
11565
11566         * m4/sys_socket_h.m4: New file.
11567
11568 2006-01-10  Simon Josefsson  <jas@extundo.com>
11569
11570         * lib/socket_.h: New file.
11571
11572 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
11573
11574         * modules/readutmp (Maintainer): Add myself.
11575
11576 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
11577
11578         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
11579         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
11580         People who are still concerned with buggy memcmp implementations
11581         can invoke gl_FUNC_MEMCMP themselves.
11582
11583 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
11584
11585         * lib/regex_internal.h (BITSET_WORD_BITS):
11586         Work around a bug in 64-bit PGC (before version 6.1-2), where the
11587         preprocessor mishandles large unsigned values as if they were signed.
11588         Problem reported by Claudio Fontana in
11589         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
11590
11591 2006-01-10  Jim Meyering  <jim@meyering.net>
11592
11593         Avoid the double-free (first in fts_read, second in fts_close) that
11594         would occur when an `active' directory is made inaccessible (e.g.,
11595         via chmod a-x) during a traversal.
11596         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
11597         before returning.  Reproduce this failure by
11598         mkdir -p a/b; cd a; chmod a-x . b
11599         Reported by Stavros Passas.
11600
11601         Sync from coreutils.
11602         * lib/sha1.c: Tweak grammar in a comment.
11603
11604 2006-01-10  Jim Meyering  <jim@meyering.net>
11605
11606         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
11607         Patch by Joerg Sonnenberger.
11608
11609 2006-01-10  Bruno Haible  <bruno@clisp.org>
11610
11611         * modules/readutmp: Depend on module free.
11612         * modules/strtok_r: Depend on module restrict.
11613
11614 2006-01-10  Bruno Haible  <bruno@clisp.org>
11615
11616         * modules/gettext (configure.ac): Add an invocation of
11617         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
11618
11619 2006-01-10  Bruno Haible  <bruno@clisp.org>
11620
11621         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
11622         Reported by Werner Lemberg <wl@gnu.org>.
11623
11624 2006-01-10  Bruno Haible  <bruno@clisp.org>
11625
11626         * lib/localcharset.c: Update from GNU gettext.
11627
11628 2006-01-10  Bruno Haible  <bruno@clisp.org>
11629
11630         * lib/argp.h (__const): Remove macro. Use const instead.
11631         * lib/argp-fmtstream.h (__const): Likewise.
11632         * lib/glob_.h (__const): Remove macro.
11633         * lib/glob-libc.h: Use const instead of __const.
11634
11635 2006-01-10  Bruno Haible  <bruno@clisp.org>
11636
11637         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
11638         variable.
11639         Needed to avoid an automake error regarding the 'gettext' module.
11640
11641 2006-01-09  Simon Josefsson  <jas@extundo.com>
11642
11643         * modules/inet_ntop (Depends-on): Add restrict.
11644
11645 2006-01-09  Simon Josefsson  <jas@extundo.com>
11646
11647         * modules/gc-rijndael-tests (License): Put under LGPL.
11648
11649         * modules/gc-des-tests (License): Likewise.
11650
11651         * modules/gc-arcfour-tests (License): Likewise.
11652
11653         * modules/gc-arctwo-tests (License): Likewise.
11654
11655         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
11656
11657         * modules/gc-hmac-sha1-tests (Files): Likewise.
11658
11659         * modules/gc-hmac-md5-tests (License): Likewise.
11660
11661         * modules/gc-sha1-tests (License): Likewise.
11662
11663         * modules/gc-md5-tests (License): Likewise.
11664
11665         * modules/gc-md4-tests (License): Likewise.
11666
11667         * modules/gc-md2-tests (License): Likewise.
11668
11669         * modules/gc-tests (License): Likewise.
11670
11671         * modules/des-tests (License): Likewise.
11672
11673         * modules/md4-tests (License): Likewise.
11674
11675         * modules/md2-tests (License): Likewise.
11676
11677 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
11678
11679         Sync from coreutils:
11680
11681         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
11682         * modules/lib-ignore: New file.
11683         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
11684         chdir-safer.m4, lchmod.m4.
11685         * modules/openat: Add mkdirat.c, openat-priv.h.
11686
11687 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
11688
11689         Sync from coreutils.
11690         * m4/lib-ignore.m4: New file.
11691         * m4/lchmod.m4: New file.
11692
11693 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
11694
11695         Sync from coreutils.
11696         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
11697         for write access: POSIX says that must fail.
11698         * lib/fts.c (diropen): Likewise.
11699         * lib/save-cwd.c (save_cwd): Likewise.
11700         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
11701         well, for minor improvements on hosts that lack O_DIRECTORY.
11702         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
11703         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
11704         Fall back on chown if open failed with EACCES.
11705
11706         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
11707         Report an error at compile-time if only a 1-second nominal clock
11708         resolution is found.
11709
11710         * lib/lchmod.h: New file.
11711         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
11712         (make_dir_parents): Use lchown rather than chown, and
11713         lchmod rather than chmod.
11714
11715         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
11716         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
11717         "proc" reported by n0dalus.
11718
11719         * lib/mountlist.c: Include <limits.h>.
11720         (dev_from_mount_options)
11721         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
11722         New function.  It no longer assumes "dev=" has the System V meaning
11723         on Linux (since it doesn't).  It also parses "dev=" more carefully.
11724         (read_file_system_list)
11725         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
11726         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
11727         dev= in that case.
11728
11729         * lib/posixtm.h (PDS_PRE_2000): New macro.
11730         * lib/posixtm.c (year): Arg is now syntax_bits rather than
11731         allow_century.  All usages changed.  Reject dates outside the range
11732         1969-1999 if PDS_PRE_2000 is used.
11733
11734 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
11735
11736         Sync from coreutils.
11737         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
11738         (Time of day items): Mention the possibility of leap seconds.
11739         Problem reported by Dr. David Alan Gilbert.
11740
11741 2006-01-09  Jim Meyering  <jim@meyering.net>
11742
11743         Sync from coreutils.
11744
11745         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
11746
11747         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
11748
11749         * lib/modechange.c (mode_compile): Reject an invalid mode string
11750         that starts with an octal digit.  From Andreas Gruenbacher.
11751
11752         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
11753         and dup to open_safer and dup_safer, respectively.
11754         (openat_permissive): Fix typo in comment.
11755
11756         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
11757         "gettext.h"; either no longer needed or are guaranteed by openat.h.
11758         (_): Remove; no longer needed.
11759         (openat): Renamed from rpl_openat; no need for rpl_openat
11760         since openat.h renames openat for us.
11761         Replace most of the body with a call to openat_permissive,
11762         to avoid duplicate code.
11763         Port to (probably hypothetical) environments were mode_t is
11764         wider than int.
11765         (openat_permissive): Require mode arg, so that we can check
11766         types better.  Put it just after flags.  Change cwd failure
11767         indicator from pointer-to-bool to pointer-to-errno-value.
11768         All callers changed.
11769         Invoke openat_save_fail and/or openat_restore_fail if
11770         cwd_errno is null, so that openat can call us.
11771         (openat_permissive, fdopendir, fstatat, unlinkat):
11772         Simplify errno handling to avoid some duplicate code,
11773         as it's OK to set errno on success.
11774         * lib/openat.h: Revamp code so that function macros depend on
11775         __OPENAT_PREFIX only, not also on AT_FDCWD.
11776         (openat_ro): Remove.  Caller changed to use openat_permissive.
11777         (openat_permissive): Now a macro, if not a function.
11778         (openat_restore_fail, openat_save_fail): Now always functions,
11779         since mkdirat needs them even if __OPENAT_PREFIX is defined.
11780
11781         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
11782         and openat.c.
11783         * lib/mkdirat.c: Include openat-priv.h.
11784         Remove definitions of macros defined therein.
11785         * lib/openat.c: Likewise.
11786
11787         * lib/mkdirat.c (mkdirat): New file and function.
11788         * lib/openat.h (mkdirat): Declare.
11789
11790         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
11791
11792         * lib/openat.h (openat_permissive): Declare.
11793         (openat_ro): Define.
11794
11795         * lib/openat.c (EXPECTED_ERRNO): New macro.
11796         (openat_permissive): New function -- used in remove.c rewrite.
11797         (all functions): Set errno just before returning, only if there
11798         was an actual failure.
11799         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
11800
11801         Emulate openat-family functions using Linux's procfs, if possible.
11802         Idea and some code based on Ulrich Drepper's glibc changes.
11803
11804         * lib/openat.c: (BUILD_PROC_NAME): New macro.
11805         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
11806         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
11807         before falling back on save_cwd and restore_cwd.
11808         (fdopendir, fstatat, unlinkat): Likewise.
11809
11810         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
11811         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
11812
11813         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
11814         as second argument to va_arg.  Otherwise, some versions of gcc
11815         warn that `if this code is reached, the program will abort'.
11816
11817 2006-01-09  Jim Meyering  <jim@meyering.net>
11818
11819         Sync from coreutils.
11820         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
11821         Require openat-priv.h.
11822
11823 2006-01-09  Bruno Haible  <bruno@clisp.org>
11824
11825         * modules/strnlen (Include): Use strnlen.h.
11826
11827 2006-01-09  Bruno Haible  <bruno@clisp.org>
11828
11829         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
11830
11831 2006-01-09  Bruno Haible  <bruno@clisp.org>
11832
11833         * lib/sysexit_.h (EX_OK): New macro.
11834         Suggested by Martin Lambers <marlam@marlam.de>.
11835
11836 2006-01-09  Bruno Haible  <bruno@clisp.org>
11837
11838         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
11839         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
11840
11841 2006-01-09  Bruno Haible  <bruno@clisp.org>
11842
11843         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
11844         numbers.
11845
11846 2006-01-09  Bruno Haible  <bruno@clisp.org>
11847
11848         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
11849         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
11850         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
11851         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
11852
11853 2006-01-09  Bruno Haible  <bruno@clisp.org>
11854
11855         * build-aux/javacomp.sh.in: New file, moved from lib/.
11856         * modules/javacomp-script (Files): Update.
11857         (configure.ac): Add AC_CONFIG_FILES invocation.
11858         (EXTRA_DIST): Remove variable.
11859
11860         * build-aux/javaexec.sh.in: New file, moved from lib/.
11861         * modules/javaexec (Files): Update.
11862         (configure.ac): Add AC_CONFIG_FILES invocation.
11863         (EXTRA_DIST): Remove javaexec.sh.in.
11864
11865         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
11866         * modules/csharpcomp-script (Files): Update.
11867         (configure.ac): Add AC_CONFIG_FILES invocation.
11868         (EXTRA_DIST): Remove variable.
11869
11870         * build-aux/csharpexec.sh.in: New file, moved from lib/.
11871         * modules/csharpexec (Files): Update.
11872         (configure.ac): Add AC_CONFIG_FILES invocation.
11873         (EXTRA_DIST): Remove csharpexec.sh.in.
11874
11875 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
11876
11877         Sync from coreutils.
11878
11879         Add POSIX ACL support
11880         * lib/acl.h (copy_acl, set_acl): Add declarations.
11881         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
11882         systems other than Linux.
11883         (chmod_or_fchmod): New function: use fchmod when possible,
11884         and chmod otherwise.
11885         (file_has_acl): Add a POSIX ACL implementation, with a
11886         Linux-specific subcase.
11887         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
11888         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
11889         acls are unsupported.
11890         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
11891         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
11892         are unsupported.
11893
11894 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
11895
11896         Sync from coreutils.
11897         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
11898
11899 2006-01-07  Bruno Haible  <bruno@clisp.org>
11900
11901         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
11902         gl_EARLY.
11903
11904 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
11905
11906         * lib/strftime.c (tzname): Don't declare if it is already #defined.
11907         Problem reported for Mingw by Mark Junker.
11908
11909 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
11910
11911         * README: Gnulib normally doesn't generate a tarball.
11912
11913 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
11914
11915         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
11916         long int, not int, for nanosecond counts, so that people who are
11917         used to POSIX struct timespec won't be surprised.  Reported by Jim
11918         Meyering.
11919
11920 2005-12-28  Bruno Haible  <bruno@clisp.org>
11921
11922         * build-aux/config.rpath: Update from GNU gettext.
11923
11924 2005-12-16  Jim Meyering  <jim@meyering.net>
11925
11926         * modules/fprintftime: New module.
11927         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
11928
11929 2005-12-16  Jim Meyering  <jim@meyering.net>
11930
11931         * m4/fprintftime.m4: New file.
11932
11933 2005-12-16  Jim Meyering  <jim@meyering.net>
11934
11935         * lib/fprintftime.c, lib/fprintftime.h: New files.
11936
11937 2005-12-15  Simon Josefsson  <jas@extundo.com>
11938
11939         * modules/socklen (configure.ac): Fix M4 macro name, to align with
11940         new m4/socklen.m4.
11941
11942 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
11943
11944         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
11945         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
11946
11947 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
11948
11949         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
11950         * lib/argp-help.c (fill_in_uparams): Check if the constructed
11951         struct uparams is valid. Fall back to the default values if it is
11952         not.
11953
11954 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11955
11956         * modules/argp (Files): Add argp-pin.c
11957         (Depends-on): dirname
11958         (lib_SOURCES): Add argp-pin.c
11959
11960 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11961
11962         * m4/argp.m4:  Check if program_invocation_name and
11963         program_invocation_short_name are declared and define appropriate
11964         macros if they are not.
11965
11966 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11967
11968         * lib/argp-help.c (__argp_base_name): New function
11969         (__argp_short_program_name): Rewrite using __argp_base_name
11970         * lib/argp-namefrob.h: Define program_invocation_name and
11971         program_invocation_short_name if requested
11972         (__argp_base_name): Add prototype
11973         * lib/argp-parse.c (argp_def): Use gettext wrappers
11974         (argp_default_parser): Use __argp_base_name
11975         * lib/argp-pin.c: New file. Defines program_invocation_name and
11976         program_invocation_short_name on systems that lack them.
11977
11978 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
11979
11980         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
11981         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
11982         porting problem reported by Georg Schwarz in
11983         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
11984
11985 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
11986
11987         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
11988         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
11989         porting problem reported by Georg Schwarz in
11990         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
11991
11992 2005-12-05  Bruno Haible  <bruno@clisp.org>
11993
11994         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
11995         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
11996         Reported by Mark Junker <mjscod@gmx.de>.
11997
11998 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
11999
12000         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
12001         Use implementation from Albert Chin, with some
12002         comments/corrections by Stepan Kasal and myself.
12003
12004 2005-12-02  Bruno Haible  <bruno@clisp.org>
12005
12006         * gnulib-tool (func_import): Accept GPLed build tool modules when
12007         --lgpl is given.
12008         * modules/csharpcomp-script: New file.
12009         * modules/csharpcomp: Depend on it.
12010         * modules/javacomp-script: New file.
12011         * modules/javacomp: Depend on it.
12012         Suggested by Simon Josefsson.
12013
12014 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
12015
12016         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
12017         statement, to work around an HP-UX 10.20 compiler bug reported by
12018         Peter O'Gorman.
12019
12020 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
12021
12022         * modules/savedir (Depends-on): Add openat.
12023
12024 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
12025
12026         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
12027         (uintmax_t) [defined uintmax_t]: Do not declare.
12028         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
12029         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
12030         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
12031         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
12032         sake of portability to weird hosts that C allows (though we don't
12033         know of any practical examples).
12034
12035         * lib/savedir.h (fdsavedir): New decl.
12036         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
12037         contains most of the former guts of savedir.
12038         (savedir): Use savedirstream.
12039         Include "openat.h".
12040
12041 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
12042
12043         * modules/obstack (Files): Add m4/ulonglong.m4.
12044         Problem reported by Davide Angelocola.
12045
12046 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
12047
12048         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
12049         coreutils no longer futzes with rounding modes.
12050
12051 2005-11-14  Jim Meyering  <jim@meyering.net>
12052
12053         * lib/mkstemp-safer.c: Include <config.h>, required for possible
12054         replacement of mkstemp.
12055
12056 2005-11-10  Simon Josefsson  <jas@extundo.com>
12057
12058         * lib/readline.c: Remove EOL.
12059
12060 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
12061
12062         * modules/gethrxtime (Depends-on): Add gettime.
12063
12064 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
12065
12066         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
12067         or gettimeofday; no longer needed.
12068
12069 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
12070
12071         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
12072         time business.
12073         (gethrxtime) [! (HAVE_NANOUPTIME
12074         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
12075         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
12076         our own approximation.
12077
12078 2005-11-08  Eric Blake  <ebb9@byu.net>
12079
12080         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
12081
12082 2005-11-08  Eric Blake  <ebb9@byu.net>
12083
12084         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
12085
12086 2005-11-04  Bruno Haible  <bruno@clisp.org>
12087
12088         * gnulib-tool: Implement --update mode.
12089
12090 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
12091
12092         Fix porting problem reported by Theodoros V. Kalamatianos.
12093         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
12094         Don't assume that futimes failing means we must fail.
12095
12096 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
12097
12098         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
12099         variables to suggest the intended function of the PATH_MAX check.
12100
12101 2005-10-30  Kean Johnston  <jkj@sco.com>
12102
12103         Trivial changes to support SCO systems.
12104         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
12105         as PATH_MAX.
12106         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
12107         where __ptr is null when no I/O is pending.
12108
12109 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
12110
12111         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
12112         leave errno alone.  Problem reported by Dmitry V. Levin.
12113
12114 2005-10-28  Simon Josefsson  <jas@extundo.com>
12115
12116         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
12117         Test more.
12118
12119         * tests/test-gc-md2.c, tests/test-md2.c: New files.
12120
12121         * modules/md2, modules/md2-tests: New files.
12122
12123 2005-10-28  Simon Josefsson  <jas@extundo.com>
12124
12125         * m4/inet_ntop.m4: More tests.
12126
12127         * m4/gc-md2.m4, md2.m4: New file.
12128
12129 2005-10-28  Simon Josefsson  <jas@extundo.com>
12130
12131         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
12132         "restrict" keywords, as per POSIX.  Protect the function
12133         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
12134         Don't use K&R prototypes.  Check the sprintf return values.
12135         Re-define EAFNOSUPPORT if not present.  Indent.
12136
12137         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
12138         suggested by Bruno Haible <bruno@clisp.org>.
12139
12140         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
12141
12142         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
12143
12144         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
12145         libgcrypt).
12146
12147         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
12148
12149         * lib/md2.h, lib/md2.c: New files.
12150
12151 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
12152
12153         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
12154         errno alone.  Problem reported by Frederic Jolliton.
12155
12156 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
12157
12158         * modules/verify (License): Change from GPL to LGPL.  This is a
12159         tiny module and there are apparently near-equivalents that are
12160         under the BSD license.
12161
12162 2005-10-24  Simon Josefsson  <jas@extundo.com>
12163
12164         * modules/sha1: Relicense to LGPL.
12165
12166 2005-10-24  Simon Josefsson  <jas@extundo.com>
12167
12168         * lib/md4.h: Shrink buffer size, now that we changed the type.
12169
12170 2005-10-23  Simon Josefsson  <jas@extundo.com>
12171
12172         * gnulib-tool (func_import): Fix --tests-base.
12173
12174 2005-10-22  Simon Josefsson  <jas@extundo.com>
12175
12176         * modules/arcfour (Depends-on): Need stdint.
12177
12178 2005-10-22  Simon Josefsson  <jas@extundo.com>
12179
12180         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
12181         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
12182
12183 2005-10-22  Simon Josefsson  <jas@extundo.com>
12184
12185         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
12186         suggested by Bruno Haible <bruno@clisp.org>.
12187
12188 2005-10-22  Simon Josefsson  <jas@extundo.com>
12189
12190         * lib/crc.h: Include stddef.h, for size_t.
12191
12192 2005-10-22  Simon Josefsson  <jas@extundo.com>
12193
12194         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
12195         arcfour_context struct (simplify test vector testing in GNU
12196         Shishi).
12197
12198 2005-10-21  Simon Josefsson  <jas@extundo.com>
12199
12200         * modules/des, modules/des-tests: New files.
12201
12202         * modules/gc-des, modules/gc-des-tests: New files.
12203
12204         * tests/test-des.c, tests/test-gc-des.c: New file.
12205
12206 2005-10-21  Simon Josefsson  <jas@extundo.com>
12207
12208         * modules/arctwo, modules/arctwo-tests: New files.
12209
12210         * tests/test-arctwo.c: New file.
12211
12212         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
12213
12214         * tests/test-gc-arctwo.c: New file.
12215
12216 2005-10-21  Simon Josefsson  <jas@extundo.com>
12217
12218         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
12219         Bruno Haible <bruno@clisp.org>.
12220
12221         * m4/gc-des.m4: New file.
12222
12223 2005-10-21  Simon Josefsson  <jas@extundo.com>
12224
12225         * m4/arctwo.m4: New file.
12226
12227         * m4/gc-arctwo.m4: New file.
12228
12229 2005-10-21  Simon Josefsson  <jas@extundo.com>
12230
12231         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
12232         block.
12233
12234 2005-10-21  Simon Josefsson  <jas@extundo.com>
12235
12236         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
12237         <bruno@clisp.org>.
12238
12239         * lib/hmac-sha1.c (hmac_sha1): Likewise.
12240
12241         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
12242         Bruno Haible <bruno@clisp.org>.
12243
12244         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
12245         <bruno@clisp.org>.
12246
12247 2005-10-21  Simon Josefsson  <jas@extundo.com>
12248
12249         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
12250
12251 2005-10-21  Simon Josefsson  <jas@extundo.com>
12252
12253         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
12254
12255 2005-10-21  Simon Josefsson  <jas@extundo.com>
12256
12257         * lib/des.h, lib/des.c: New files.
12258
12259         * lib/gc-gnulib.c: Support DES.c
12260
12261 2005-10-21  Simon Josefsson  <jas@extundo.com>
12262
12263         * lib/arctwo.h, lib/arctwo.c: New files.
12264
12265         * lib/gc-gnulib.c: Support ARCTWO.
12266
12267 2005-10-21  Simon Josefsson  <jas@extundo.com>
12268
12269         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
12270         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12271
12272 2005-10-21  Simon Josefsson  <jas@extundo.com>
12273
12274         * gnulib-tool (func_import, func_create_testdir): Define automake
12275         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
12276         Makefile.am snippet),
12277         suggested by Bruno Haible <bruno@clisp.org>.
12278
12279         * modules/gc (Makefile.am): Use it.
12280
12281 2005-10-21  Bruno Haible  <bruno@clisp.org>
12282
12283         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
12284         patch.
12285
12286 2005-10-19  Simon Josefsson  <jas@extundo.com>
12287
12288         * tests/test-gc-rijndael.c: New file.
12289
12290         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
12291
12292 2005-10-19  Simon Josefsson  <jas@extundo.com>
12293
12294         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
12295         interface too.
12296
12297 2005-10-19  Simon Josefsson  <jas@extundo.com>
12298
12299         * tests/test-gc-arcfour.c: New file.
12300
12301         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
12302
12303 2005-10-19  Simon Josefsson  <jas@extundo.com>
12304
12305         * modules/gc-md4, modules/gc-md4-tests: New file.
12306
12307         * tests/test-gc-md4.c: New file.
12308
12309 2005-10-19  Simon Josefsson  <jas@extundo.com>
12310
12311         * m4/gc-md4.m4: New file.
12312
12313 2005-10-19  Simon Josefsson  <jas@extundo.com>
12314
12315         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
12316         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
12317         <kasal@ucw.cz>.
12318
12319 2005-10-19  Simon Josefsson  <jas@extundo.com>
12320
12321         * m4/gc-arcfour.m4: New file.
12322
12323         * m4/gc-rijndael.m4: New file.
12324
12325 2005-10-19  Simon Josefsson  <jas@extundo.com>
12326
12327         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
12328
12329 2005-10-19  Simon Josefsson  <jas@extundo.com>
12330
12331         * lib/gc-gnulib.c: Support ARCFOUR.
12332
12333 2005-10-19  Simon Josefsson  <jas@extundo.com>
12334
12335         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
12336         support.
12337
12338         * lib/gc.h: Add ECB enum type.
12339
12340         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
12341
12342 2005-10-18  Simon Josefsson  <jas@extundo.com>
12343
12344         * tests/test-md5.c: New file.
12345
12346         * modules/md5-tests: New file.
12347
12348 2005-10-18  Simon Josefsson  <jas@extundo.com>
12349
12350         * tests/test-md4.c: New file.
12351
12352         * modules/md4, modules/md4-tests: New files.
12353
12354 2005-10-18  Simon Josefsson  <jas@extundo.com>
12355
12356         * m4/md4.m4: New file.
12357
12358 2005-10-18  Simon Josefsson  <jas@extundo.com>
12359
12360         * lib/md4.h, lib/md4.c: New files, based on md5.?.
12361
12362 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
12363
12364         * gnulib-tool (func_create_testdir): Omit the second check whether
12365         BUILT_SOURCES in nonempty.
12366
12367 2005-10-17  Simon Josefsson  <jas@extundo.com>
12368
12369         * tests/test-rijndael.c: New file.
12370
12371 2005-10-17  Simon Josefsson  <jas@extundo.com>
12372
12373         * modules/sha1: Depend on stdint instead of md5.
12374
12375         * modules/md5: Depend on stdint, remove uint32_t.
12376
12377 2005-10-17  Simon Josefsson  <jas@extundo.com>
12378
12379         * modules/gc-sha1-tests: New file.
12380
12381         * tests/test-gc-sha1.c: New file.
12382
12383 2005-10-17  Simon Josefsson  <jas@extundo.com>
12384
12385         * m4/md5.m4: Remove call to uint32_t.m4.
12386
12387 2005-10-17  Simon Josefsson  <jas@extundo.com>
12388
12389         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
12390
12391         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
12392         md5.h.
12393
12394         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
12395
12396         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
12397
12398 2005-10-17  Simon Josefsson  <jas@extundo.com>
12399
12400         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
12401
12402 2005-10-17  Simon Josefsson  <jas@extundo.com>
12403
12404         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
12405
12406 2005-10-17  Simon Josefsson  <jas@extundo.com>
12407
12408         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
12409
12410         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
12411
12412 2005-10-17  Bruno Haible  <bruno@clisp.org>
12413
12414         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
12415         that it can also be used in a test.
12416
12417 2005-10-16  Bruno Haible  <bruno@clisp.org>
12418
12419         * gnulib-tool (func_emit_tests_Makefile_am): Also define
12420         TESTS_ENVIRONMENT, so that individual tests can augment it.
12421
12422         * gnulib-tool (func_create_testdir): Use an intermediate target for
12423         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
12424         macros, like $(ALLOCA_H), which cannot be passed through the command
12425         line.
12426
12427 2005-10-15  Simon Josefsson  <jas@extundo.com>
12428
12429         * modules/rijndael-tests: New file.
12430
12431         * modules/rijndael: New file.
12432
12433 2005-10-15  Simon Josefsson  <jas@extundo.com>
12434
12435         * m4/rijndael.m4: New file.
12436
12437 2005-10-15  Simon Josefsson  <jas@extundo.com>
12438
12439         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
12440
12441         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
12442
12443 2005-10-14  Simon Josefsson  <jas@extundo.com>
12444
12445         * tests/test-arcfour.c: New file.
12446
12447         * modules/arcfour, modules/arcfour-tests: New files.
12448
12449 2005-10-14  Simon Josefsson  <jas@extundo.com>
12450
12451         * m4/arcfour.m4: New file.
12452
12453 2005-10-14  Simon Josefsson  <jas@extundo.com>
12454
12455         * lib/arcfour.h, lib/arcfour.c: New files.
12456
12457 2005-10-14  Roland McGrath  <roland@redhat.com>
12458
12459         Import from libc.  [BZ #1331]
12460         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
12461         macro argument.
12462         Reported by Matej Vela <vela@debian.org>.
12463
12464 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
12465
12466         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
12467         include <wchar.h>; no longer needed.
12468
12469 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
12470
12471         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
12472
12473 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
12474         and  Ulrich Drepper  <drepper@redhat.com>
12475
12476         Import from libc.
12477         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
12478         instead of inline stream orientation test and two separate
12479         function calls.  Pay no attention to USE_IN_LIBIO.
12480
12481 2005-10-13  Simon Josefsson  <jas@extundo.com>
12482
12483         * modules/gc-hmac-md5-tests: New file.
12484
12485         * tests/test-gc-hmac-sha1.c: New file.
12486
12487         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
12488
12489         * modules/gc-hmac-md5-tests: New file.
12490
12491         * tests/test-gc-md5.c: New file.
12492
12493         * modules/gc-md5-tests: New file.
12494
12495 2005-10-13  Simon Josefsson  <jas@extundo.com>
12496
12497         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
12498         Move memory allocation outside of loop.
12499
12500 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
12501
12502         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
12503         intermediate directory is in a read-only file system.  Problem
12504         reported by Eric Blake.
12505
12506 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
12507
12508         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
12509
12510 2005-10-12  Simon Josefsson  <jas@extundo.com>
12511
12512         * tests/test-hmac-sha1.c: New file.
12513
12514         * modules/hmac-sha1-tests: New file.
12515
12516         * modules/hmac-sha1: New file.
12517
12518 2005-10-12  Simon Josefsson  <jas@extundo.com>
12519
12520         * modules/gc-sha1: New file.
12521
12522 2005-10-12  Simon Josefsson  <jas@extundo.com>
12523
12524         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
12525
12526         * tests/test-gc-pbkdf2-sha1.c: New file.
12527
12528 2005-10-12  Simon Josefsson  <jas@extundo.com>
12529
12530         * modules/gc-md5, modules/gc-hmac-md5: New files.
12531
12532         * modules/gc (Files): Remove md5, memxor and hmac files.
12533
12534 2005-10-12  Simon Josefsson  <jas@extundo.com>
12535
12536         * m4/gc-pbkdf2-sha1.m4: New file.
12537
12538         * m4/gc-hmac-sha1.m4: New file.
12539
12540         * m4/gc-sha1: New file.
12541
12542         * m4/hmac-sha1.m4: New file.
12543
12544 2005-10-12  Simon Josefsson  <jas@extundo.com>
12545
12546         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
12547
12548         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
12549
12550 2005-10-12  Simon Josefsson  <jas@extundo.com>
12551
12552         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
12553         suggested by Bruno Haible <bruno@clisp.org>.
12554
12555 2005-10-12  Simon Josefsson  <jas@extundo.com>
12556
12557         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
12558
12559 2005-10-12  Simon Josefsson  <jas@extundo.com>
12560
12561         * lib/gc-pbkdf2-sha1.c: New file.
12562
12563         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
12564
12565 2005-10-12  Simon Josefsson  <jas@extundo.com>
12566
12567         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
12568
12569         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
12570
12571 2005-10-12  Simon Josefsson  <jas@extundo.com>
12572
12573         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
12574         GC_USE_HMAC_MD5, respectively.
12575
12576         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
12577         (gc_md5): Fix typo.
12578
12579         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
12580
12581         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
12582
12583         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
12584
12585 2005-10-12  Bruno Haible  <bruno@clisp.org>
12586
12587         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
12588         Reported by Stepan Kasal <kasal@ucw.cz>.
12589
12590 2005-10-11  Simon Josefsson  <jas@extundo.com>
12591
12592         * tests/test-crc.c: New file.
12593
12594         * modules/crc, modules/crc-tests: New files.
12595
12596 2005-10-11  Simon Josefsson  <jas@extundo.com>
12597
12598         * m4/crc.m4: New file.
12599
12600 2005-10-11  Simon Josefsson  <jas@extundo.com>
12601
12602         * lib/gc.h: Add gc_hash and gc_hash_buffer.
12603
12604         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
12605
12606         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
12607
12608 2005-10-11  Simon Josefsson  <jas@extundo.com>
12609
12610         * lib/crc.h, lib/crc.c: New files.
12611
12612         * lib/gc.h (gc_hash_buffer): Add doc.
12613
12614 2005-10-11  Bruno Haible  <bruno@clisp.org>
12615
12616         * modules/c-strcasestr: New file.
12617         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
12618
12619 2005-10-11  Bruno Haible  <bruno@clisp.org>
12620
12621         * modules/c-strcase: New file.
12622         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
12623
12624 2005-10-11  Bruno Haible  <bruno@clisp.org>
12625
12626         * lib/strcasecmp.c: Include limits.h.
12627         (strcasecmp): Avoid integer overflow on exotic platforms.
12628         * lib/strncasecmp.c: Include limits.h.
12629         (strncasecmp): Avoid integer overflow on exotic platforms.
12630         Reported by Paul Eggert.
12631
12632 2005-10-11  Bruno Haible  <bruno@clisp.org>
12633
12634         * lib/c-strcasestr.h: New file, from GNU gettext.
12635         * lib/c-strcasestr.c: New file, from GNU gettext.
12636
12637 2005-10-11  Bruno Haible  <bruno@clisp.org>
12638
12639         * lib/c-strcase.h: New file, from GNU gettext.
12640         * lib/c-strcasecmp.c: New file, from GNU gettext.
12641         * lib/c-strncasecmp.c: New file, from GNU gettext.
12642
12643 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
12644
12645         * modules/mempcpy (License): GPL -> LGPL.
12646         * modules/strchrnul (License): Likewise.
12647         * modules/sysexits (License): Likewise.
12648
12649 2005-10-08  Simon Josefsson  <jas@extundo.com>
12650
12651         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
12652
12653 2005-10-07  Simon Josefsson  <jas@extundo.com>
12654
12655         * m4/memxor.m4: Remove gl_C_RESTRICT call.
12656
12657 2005-10-06  Simon Josefsson  <jas@extundo.com>
12658
12659         * tests/test-hmac-md5.c: New file.
12660
12661         * modules/hmac-md5-tests: New file.
12662
12663         * modules/hmac-md5: New file.
12664
12665 2005-10-06  Simon Josefsson  <jas@extundo.com>
12666
12667         * m4/hmac-md5.m4: New file.
12668
12669         * m4/memxor.m4: Require gl_C_RESTRICT.
12670
12671 2005-10-06  Simon Josefsson  <jas@extundo.com>
12672
12673         * lib/memxor.c (memxor): Avoid casts and warnings.
12674
12675 2005-10-06  Simon Josefsson  <jas@extundo.com>
12676
12677         * lib/hmac-md5.c: New file.
12678
12679         * lib/hmac.h: New file.
12680
12681 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
12682
12683         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
12684         promotes to int, not unsigned int, to catch the AIX 5.3
12685         compiler bug.
12686
12687 2005-10-05  Simon Josefsson  <jas@extundo.com>
12688
12689         * modules/memxor: New file.
12690
12691         * modules/iconv (Files): Move config.rpath to havelib, it is used
12692         there.
12693
12694         * modules/havelib (Files): Add config.rpath.
12695
12696 2005-10-05  Simon Josefsson  <jas@extundo.com>
12697
12698         * m4/memxor.m4: New file.
12699
12700 2005-10-05  Simon Josefsson  <jas@extundo.com>
12701
12702         * lib/memxor.c (memxor): Fix compiler error.
12703
12704         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
12705         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
12706
12707         * lib/memxor.h, lib/memxor.c: New files.
12708
12709         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
12710         we assume all systems have it, suggested by Jim Meyering
12711         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
12712         any systems lack sys/socket.h; mingw32 is known to lack it, but we
12713         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
12714         same reasons.
12715
12716 2005-10-05  Simon Josefsson  <jas@extundo.com>
12717
12718         * config/srclist.txt: Add glibc bug 1423 for md5.h.
12719
12720 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
12721
12722         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
12723         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
12724         needed, since the source code now assumes these .h files.
12725
12726 2005-10-05  Derek Price  <derek@ximbiot.com>
12727
12728         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
12729
12730 2005-10-05  Bruno Haible  <bruno@clisp.org>
12731
12732         * modules/stdint (License): Change to LGPL.
12733
12734 2005-10-04  Simon Josefsson  <jas@extundo.com>
12735
12736         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
12737         D. Baushke" <mdb@gnu.org>.
12738
12739 2005-10-04  Bruno Haible  <bruno@clisp.org>
12740
12741         * lib/verify.h (verify_true): Provide alternative definition for C++.
12742
12743 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
12744
12745         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
12746         (SSIZE_MAX): New macro, if not already defined.
12747         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
12748         than 2 GiB.
12749
12750 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
12751
12752         Sync from coreutils.
12753         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
12754         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
12755         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
12756         ULLONG_MAX doesn't work with 2.7.2.1.
12757
12758 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
12759
12760         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
12761         From Ben Pfaff.
12762
12763         * modules/exclude (Depends-on): Depend on verify.
12764         * modules/strtoimax (Depends-on): Likewise.
12765         * modules/utimecmp (Depends-on): Likewise.
12766
12767 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
12768
12769         * lib/exclude.c: Include verify.h.
12770         (verify): Remove.  All callers changed to use verify.h's version.
12771         * lib/strtoimax.c: Likewise.
12772         * lib/utimecmp.c: Likewis.e
12773
12774         Sync from coreutils.
12775         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
12776         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
12777         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
12778         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
12779         bother returning ENOSYS if settimeofday or stime fails; just let
12780         them return whatever errno they want to return.
12781         * lib/utimens.c: Include unistd.h, for dup2.
12782         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
12783         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
12784
12785 2005-10-02  Jim Meyering  <jim@meyering.net>
12786
12787         Sync from coreutils.
12788         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
12789         from glibc-2.2.5 that fails for read-only files.
12790
12791 2005-10-02  Jim Meyering  <jim@meyering.net>
12792
12793         Sync from coreutils.
12794         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
12795         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
12796         `#if HAVE_CONFIG_H'.
12797         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
12798         Remove AT_FDCWD test.
12799         Do not consume the fd unless successful.
12800         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
12801         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
12802         block, so that we don't even try to compile it if settimeofday is
12803         available.  This works around a compilation failure on OSF1 V5.1,
12804         due to stime requiring a `long int*' while tv_sec is `int'.
12805
12806 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
12807
12808         Sync from coreutils.
12809         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
12810         against `yes', rather than just testing for nonempty.
12811
12812 2005-10-01  Simon Josefsson  <jas@extundo.com>
12813
12814         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
12815         and Darwin.
12816
12817         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
12818         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
12819         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
12820         freeaddrinfo and gai_strerror are declared by the POSIX headers.
12821         Check if struct addrinfo is declared.
12822
12823 2005-10-01  Simon Josefsson  <jas@extundo.com>
12824
12825         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
12826         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
12827         AI_* and EAI_* definitions.  Protect function declarations.
12828
12829 2005-10-01  Jim Meyering  <jim@meyering.net>
12830
12831         Sync from coreutils.
12832
12833         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
12834         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
12835         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
12836         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
12837         in the inet and nsl libraries.  Required on Solaris 5.7.
12838
12839 2005-10-01  Jim Meyering  <jim@meyering.net>
12840
12841         Sync from coreutils.
12842         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
12843         in the inet and nsl libraries.  Required on Solaris 5.7.
12844
12845 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
12846
12847         * lib/getdelim.c (getdelim): Remove unused variables.
12848
12849 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
12850
12851         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
12852         so that the code works even with ancient cpp.  Portability problem
12853         with GCC 2.7.2.1 reported by Thomas M.Ott.
12854
12855 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
12856
12857         * modules/regex (Depends-on): Add strcase.
12858
12859         * modules/gethostname (Licence): Change from GPL to LGPL, since
12860         gethostname.c is a trivial implementation of a standard library
12861         function.
12862         * modules/poll (License): Change from GPL to LGPL, since it's
12863         derived from LGPL code.
12864
12865 2005-09-27  Jim Meyering  <jim@meyering.net>
12866
12867         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
12868         HAVE_CONFIG_H.
12869
12870         * lib/intprops.h (signed_type_or_expr__): Define.
12871         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
12872         for unsigned types.
12873
12874 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
12875
12876         * lib/verify.h (verify_expr): Remove, replacing with:
12877         (verify_true): New macro that returns true instead of void.
12878         (verify_type__): Remove.
12879         (verify): Use verify_true rather than verify_type__.
12880
12881 2005-09-26  Bruno Haible  <bruno@clisp.org>
12882
12883         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
12884         is necessary.
12885         (lib_SOURCES): Remove mbchar.c.
12886         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
12887         (Files): Add m4/mbrtowc.m4.
12888         * modules/mbiter: Likewise.
12889         * modules/mbuiter: Likewise.
12890
12891 2005-09-26  Bruno Haible  <bruno@clisp.org>
12892
12893         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
12894         compile mbchar.c if they are not both present.
12895         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
12896         * m4/mbiter.m4 (gl_MBITER): Likewise.
12897         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
12898         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
12899         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
12900
12901 2005-09-25  Jim Meyering  <jim@meyering.net>
12902
12903         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
12904         also uses socklen_t.
12905
12906 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
12907
12908         * lib/utimens.c (ENOSYS): Define if not already defined.
12909         (futimens): Support having a null PATH if the file descriptor
12910         is nonnegative.
12911
12912         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
12913         Remove.
12914         (__attribute): Define to empty unless GCC 3.1 or later.
12915         This works around a core dump on OpenBSD 3.4, which has GCC
12916         2.95.3, which dumps core when given __attribute__(()).  It also
12917         simplifies other tests, since we really don't want to bother with
12918         worrying about which ancient version of GCC supported what.
12919         Original problem reported by Yoann Vandoorselaere, with part of
12920         the fix suggested by Derek Price.
12921
12922 2005-09-24  Jim Meyering  <jim@meyering.net>
12923
12924         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
12925         so we can once again use a positive bitfield width of 1 -- now we
12926         don't have to explain why we were using a bitfield width of 2.
12927
12928 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
12929
12930         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
12931         and similarly for the other external symbols.  Problem reported
12932         by James Gallager.
12933
12934         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
12935         bug reported by Jim Meyering.
12936
12937         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
12938         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
12939         not needed, since socklen is a prerequisite module.
12940
12941 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
12942
12943         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
12944         Problem reported by Eric Blake.
12945         (getaddrinfo): Initialize se so that it's not garbage.
12946         Redo internal storage allocation so that it doesn't make unportable
12947         assumptions about alignment.
12948         Fix a memory leak.
12949
12950         * lib/utimens.c (futimens): Use futimesat if available.
12951         Prefer it to futimes since it doesn't have the futimes bug.
12952
12953         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
12954         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
12955         Instead, declare a function that returns a pointer to an array,
12956         and use verify_type__ to declare the size of the array.
12957         Problem and germ of a solution reported by Bruno Haible.
12958         (verify_type__): Use 2, not 1, for bitfield size, to avoid
12959         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
12960
12961 2005-09-23  Jim Meyering  <jim@meyering.net>
12962
12963         Sync from coreutils.
12964         Correct build failure (socklen_t not defined) on at least
12965         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
12966         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
12967
12968 2005-09-23  Jim Meyering  <jim@meyering.net>
12969
12970         * modules/getaddrinfo (Depends-on): Add socklen.
12971
12972 2005-09-23  Bruno Haible  <bruno@clisp.org>
12973
12974         * tests/test-verify.c: New file.
12975
12976 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
12977
12978         Sync from coreutils.
12979
12980         * modules/argmatch (Depends-on): Add verify.
12981         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
12982         unistd-safer.
12983         * modules/save-cwd (Depends-on): Likewise.
12984
12985         * modules/openat (Files): Add lib/openat-die.c.
12986         (Depends-on): Remove error, exitfail.
12987         Add dirname.
12988
12989         * modules/verify: New file.
12990         * MODULES.html.sh (Diagnostics <assert.h>): New section,
12991         with "verify" module.
12992
12993 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
12994
12995         Sync from coreutils.
12996
12997         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
12998         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
12999         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
13000         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
13001         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
13002         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
13003         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
13004         Don't bother checking for string.h, stdlib.h, unistd.h.
13005         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
13006         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
13007         module's job.
13008         * m4/jm-macros.m4 (gl_MACROS): Likewise.
13009         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
13010
13011         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
13012         (gl_GETDATE): Use it.
13013
13014         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
13015
13016 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13017
13018         Sync from coreutils.
13019
13020         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
13021         stat-time.h.
13022         * lib/argmatch.h: Include verify.h
13023         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
13024         (ARGMATCH_ASSERT): Remove; unused.
13025         * lib/canonicalize.c: Assume STDC_HEADERS.
13026         * lib/exclude.c: Include "strcase.h".
13027         * lib/regex_internal.h [!defined _LIBC]: Likewise.
13028         * lib/getusershell.c: Include stdio--.h rather than stdio.h
13029         and stdio-safer.h.
13030         (getusershell): Call fopen, not fopen_safer.
13031         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
13032         Do not include unistd-safer.h.
13033         (save_cwd): Don't call fd_safer; no longer needed
13034         now that we include fcntl--.h.
13035
13036         * lib/getdate.y (relative_time): New type.
13037         (RELATIVE_TIME_0): New constant.
13038         (parser_control): Use relative_time instead of doing it ourselves.
13039         (%union): Add new relative_time rel member.
13040         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
13041         Now typeless.
13042         (relunit, relunit_snumber): Now of type rel.
13043         (zone, rel, relunit, get_date): Adjust to above changes.
13044
13045         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
13046         Do not include unistd-safer.h.
13047         (getloadavg): Don't call fd_safer; no longer needed
13048         now that we include fcntl--.h.
13049
13050         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
13051         (make_dir_parents): Treat ENOSYS like EEXIST.
13052
13053         Improve quality of diagnostics on restore_cwd failure.
13054         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
13055         (make_dir_parents): Last arg is now int * (for errno), not bool *.
13056         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
13057         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
13058         each time through the loop.  Do not diagnose restore_cwd failure;
13059         that is the caller's job (and perhaps the caller does not care).
13060
13061         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
13062         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
13063         If the file already exists but is not a directory, don't bother
13064         to try to make its parents.
13065         Close potential file descriptor leak if we can't chdir("/") (!).
13066         Don't always return true if chdir($PWD) fails; return true only
13067         if the requested action was done successfully (except for the
13068         chdir($PWD)).
13069         Don't log final directory unless we actually made it.
13070         Refactor to avoid duplicate code to fix up permissions.
13071         Don't attempt to fix up parent permissions if chdir($PWD) fails.
13072
13073         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
13074         to make it a bit faster and (I hope) clearer.
13075         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
13076         Fix bug in formats like %2N.
13077
13078         * lib/verify.h: New file.
13079
13080 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13081
13082         Sync from coreutils.
13083         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
13084
13085 2005-09-22  Jim Meyering  <jim@meyering.net>
13086
13087         Sync from coreutils.
13088
13089         * m4/lstat.m4 (gl_FUNC_LSTAT):
13090         Use AC_LIBSOURCES to require lstat.c and lstat.h.
13091         Remove obsolete comment.
13092         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
13093         * m4/xstrtod.m4: Likewise.
13094
13095         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
13096
13097 2005-09-22  Jim Meyering  <jim@meyering.net>
13098
13099         Sync from coreutils.
13100
13101         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
13102
13103         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
13104         the .tm_year member, since otherwise gcc-4.0 would now warn about
13105         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
13106
13107         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
13108         order to avoid an unsuppressible warning from gcc on 64-bit systems.
13109
13110         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
13111         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
13112         when run in a time zone for which daylight savings time is in effect
13113         for the starting date.
13114
13115         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
13116         stop us from restricting permissions of just-created absolute-named
13117         directories.
13118         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
13119         to restore initial working directory.
13120         * lib/mkdir-p.c (make_dir_parents): New parameter:
13121         different_working_dir, to tell caller if/when we change the working
13122         directory and are unable to return to the initial one.
13123         * lib/mkdir-p.h (make_dir_parents): Update prototype.
13124         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
13125         `return false'.  This fixes a bug introduced on 2004-07-30.
13126
13127         * lib/openat.c (fdopendir): Be sure to close the supplied
13128         file descriptor before returning.  This makes our replacement
13129         implementation a little closer to Solaris's, where fdopendir
13130         ties the file descriptor to the returned DIR* pointer.
13131         * lib/openat.c (unlinkat): New function.
13132         * lib/openat.h (unlinkat): Add prototype.
13133         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
13134         (openat_restore_fail): Rename from openat_restore_die.
13135         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
13136
13137         Provide an alternative to exiting immediately upon save_cwd or
13138         restore_cwd failure.  Now, an application can arrange e.g.,
13139         to perform a longjump in that case.
13140         * lib/openat.c: Include dirname.h.
13141         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
13142         (rpl_openat, fdopendir, fstatat): Call openat_save_die
13143         and openat_restore_die rather than calling error directly.
13144         Don't include "error.h" or "exitfail.h"; they're no longer needed.
13145
13146         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
13147         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
13148         define.
13149
13150         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
13151         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
13152                             int utc, int nanoseconds);
13153         Background:
13154         date should not have to allocate a megabyte of virtual memory to
13155         handle a format argument like +%1048575T.  When implemented with
13156         strftime, it must allocate such a buffer, use strftime to fill it
13157         in, print it, then free it.
13158         With fprintftime, it simply prints everything and exits.
13159         With no need for memory allocation, that's one fewer way to fail.
13160         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
13161         optional field width, not before, so we accept %9:z, not %:9z.
13162         (my_strftime): Be sure to use L_('x') for literals.
13163
13164         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
13165         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
13166         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
13167         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
13168         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
13169         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
13170         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
13171         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
13172         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
13173         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
13174         * lib/xgethostname.c, lib/xreadlink.c:
13175         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
13176
13177         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
13178         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
13179         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
13180         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
13181         and don't include <sys/file.h>).
13182
13183 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
13184
13185         Sync from coreutils.
13186
13187         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
13188         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
13189         [!LDAV_DONE]: Avoid unused variable warning.
13190
13191 2005-09-21  Bruno Haible  <bruno@clisp.org>
13192
13193         * lib/unicodeio.h (unicode_to_mb): New declaration.
13194
13195 2005-09-20  Derek Price  <derek@ximbiot.com>
13196
13197         * lib/getaddrinfo.c: Don't include <netdb.h> included from
13198         getaddrinfo.h.
13199
13200 2005-09-20  Bruno Haible  <bruno@clisp.org>
13201
13202         * gnulib-tool: Remove trailing slashes from the values specified for
13203         --source-base, --m4-base, --tests-base, --aux-dir.
13204         Suggested by Simon Josefsson <jas@extundo.com>.
13205
13206 2005-09-20  Bruno Haible  <bruno@clisp.org>
13207
13208         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
13209         func_modules_to_filelist, func_import, func_create_testdir): Make all
13210         sorting results locale-independent, so that gnulib-cache.m4 doesn't
13211         change when gnulib-tool is invoked in a different locale.
13212
13213 2005-09-19  Simon Josefsson  <jas@extundo.com>
13214
13215         * m4/socklen.m4: Fix typo.
13216
13217 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13218
13219         Use a consistent style for including <config.h>.
13220         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
13221         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
13222         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
13223         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
13224         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
13225         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
13226         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
13227         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
13228         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
13229         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
13230         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
13231         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
13232         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
13233         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
13234         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
13235         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
13236         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
13237         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
13238         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
13239         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
13240         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
13241         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
13242         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
13243         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
13244         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
13245         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
13246         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
13247         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
13248         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
13249         lib/xstrtoumax.c, lib/yesno.c:
13250         Standardize inclusion of config.h.
13251         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
13252         lib/inttostr.h:  Removed inclusion of config.h from header files.
13253         * lib/inttostr.c:  Adjusted in-tree users.
13254         * lib/timespec.h: Remove superfluous warning to include config.h.
13255         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
13256         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
13257         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
13258         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
13259         config.h with HAVE_CONFIG_H.
13260
13261 2005-09-19  Jim Meyering  <jim@meyering.net>
13262
13263         * modules/pathmax (License): Change to LGPL.
13264
13265 2005-09-19  Derek Price  <derek@ximbiot.com>
13266
13267         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
13268
13269 2005-09-19  Bruno Haible  <bruno@clisp.org>
13270
13271         * gnulib-tool (import): Provide default for --tests-base.
13272
13273 2005-09-19  Bruno Haible  <bruno@clisp.org>
13274
13275         * doc/quote.texi: New file, extracted from gnulib.texi.
13276         * doc/ctime.texi: New file, extracted from gnulib.texi.
13277         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
13278         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
13279         * doc/gnulib.texi: Include them.
13280
13281 2005-09-18  Bruno Haible  <bruno@clisp.org>
13282
13283         Portability fix.
13284         * gnulib-tool (func_readlink): New function.
13285         (func_ln_if_changed): Use it.
13286
13287 2005-09-18  Bruno Haible  <bruno@clisp.org>
13288
13289         * gnulib-tool: Support --with-tests also with --import.
13290         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
13291         (func_import): Use variables $testsbase and $inctests. Emit a
13292         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
13293         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
13294         SUBDIRS += $testsdir.
13295         (func_create_testdir): Update.
13296
13297 2005-09-18  Bruno Haible  <bruno@clisp.org>
13298
13299         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
13300         instead of $dry_run.
13301         (func_cp_if_changed, func_mv_if_changed): Remove functions.
13302         (func_ln_if_changed): Don't handle dry-run here.
13303         (func_import): In dry-run mode, detect more precisely which actions
13304         would be performed, and don't use "...ing" verbs.
13305
13306 2005-09-18  Bruno Haible  <bruno@clisp.org>
13307
13308         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
13309         (func_import): Use join on two temporary files instead of three nested
13310         loops, in order to determine which files are new or old.
13311
13312 2005-09-18  Bruno Haible  <bruno@clisp.org>
13313
13314         * gnulib-tool (func_import): Comment out code that spits out the
13315         new files with --dry-run.
13316
13317 2005-09-18  Bruno Haible  <bruno@clisp.org>
13318
13319         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
13320
13321 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
13322
13323         * lib/stat-time.h: New file.
13324         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
13325         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
13326         in a different way.
13327         (timespec_cmp): New function.
13328         * lib/utimecmp.c: Include stat-time.h.
13329         (SYSCALL_RESOLUTION): Depend on whether various struct stat
13330         members exist, not on the obsolescent ST_MTIM_NSEC.
13331         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
13332
13333 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
13334
13335         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
13336
13337 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
13338
13339         * MODULES.html.sh (File system functions): Add stat-time.
13340         * modules/stat-time: New file.
13341         * modules/timespec (Files): Remove m4/st_mtim.m4; this
13342         is now done in a different way, by the stat-time module.
13343         * modules/utimecmp (Depends-on): Add stat-time.
13344
13345 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
13346
13347         * m4/st_mtim.m4: Remove.  Superseded by...
13348         * m4/stat-time.m4: New file.
13349         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
13350         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
13351
13352 2005-09-15  Derek Price  <derek@ximbiot.com>
13353
13354         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
13355
13356 2005-09-15  Derek Price  <derek@ximbiot.com>
13357
13358         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
13359         * lib/regex_internal.c: Ditto, using this...
13360         (__GNUC_PREREQ): ...new macro.
13361         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
13362         using...
13363         (__GNUC_PREREQ): ...this new macro.
13364
13365         * lib/strstr.h: Include string.h. Define strstr as a macro here.
13366
13367 2005-09-15  Derek Price  <derek@ximbiot.com>
13368             Paul Eggert  <eggert@cs.ucla.edu>
13369
13370         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
13371         changes, consolidating in...
13372         * lib/regex_internal.h: ...this file.
13373
13374 2005-09-13  Jim Meyering  <jim@meyering.net>
13375
13376         * lib/canon-host.c: Filter through gnu indent and reword comments
13377         slightly.
13378         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
13379
13380 2005-09-13  Derek Price  <derek@ximbiot.com>
13381
13382         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
13383         failure.
13384         Reported by Jim Meyering  <jim@meyering.net>.
13385
13386 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
13387
13388         * lib/base64.c: Typo.
13389         (base64_encode): Put b64str in initialized data section.
13390
13391 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
13392
13393         Merge glibc and coreutils changes into gnulib, plus a few
13394         extra fixes.
13395         * lib/md5.c: Use #error rather than a string.
13396         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
13397         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
13398         (__attribute__): Define to empty for non recent-GCC.
13399         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
13400         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
13401         Renamed from their non-__ counterparts, with new macros replacing
13402         them if not _LIBC.  Add __THROW attribute.
13403         (rol): Remove.
13404         (struct md5_ctx): Align buffer if using GCC.
13405         * lib/sha1.h (struct sha1_ctx): Likewise.
13406         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
13407         The old name was backwards.
13408         (NOTSWAP): Remove; not used.
13409         (rol): New macro, moved here from md5.h.
13410         (sha1_process_block): Remove a FIXME that doesn't make sense.
13411
13412 2005-09-12  Derek Price  <derek@ximbiot.com>
13413
13414         Return usable errors from canon-host.
13415         * lib/canon-host.h: New file.
13416         * lib/canon-host.c (canon_host): Wrap...
13417         (canon_host_r): ...this new function, which now relies exclusively on
13418         getaddrinfo.
13419         (ch_strerror): New function.
13420         (last_cherror): New global.
13421         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
13422         interface.
13423         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
13424         void *.
13425         (freeaddrinfo): Free ai->ai_canonname when set.
13426
13427 2005-09-12  Derek Price  <derek@ximbiot.com>
13428
13429         Make canon-host require getaddrinfo.
13430         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
13431         AC_LIBSOURCE canon-host.h.  Call...
13432         (gl_PREREQ_CANON_HOST): ...this new function, which requires
13433         gl_GETADDRINFO.
13434         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
13435
13436 2005-09-12  Derek Price  <derek@ximbiot.com>
13437
13438         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
13439         LGPL.
13440         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
13441
13442 2005-09-12  Derek Price  <derek@ximbiot.com>
13443
13444         * lib/gai_strerror.c: Include config.h when available.  Include
13445         getaddrinfo.h before other headers to test interface.
13446         Reported by Larry Jones <lawrence.jones@ugs.com>.
13447
13448 2005-09-12  Derek Price  <derek@ximbiot.com>
13449             Paul Eggert  <eggert@cs.ucla.edu>
13450
13451         * modules/glob (Files): Add glob-libc.h.
13452
13453 2005-09-12  Derek Price  <derek@ximbiot.com>
13454             Paul Eggert  <eggert@cs.ucla.edu>
13455
13456         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
13457         glob_.h, glob-libc.h.
13458         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
13459
13460 2005-09-12  Derek Price  <derek@ximbiot.com>
13461             Paul Eggert  <eggert@cs.ucla.edu>
13462
13463         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
13464         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
13465         protecting things that should be done only in gnulib contexts.
13466         * lib/glob_.h: New file, containing only the glob things needed for
13467         gnulib.
13468         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
13469         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
13470         (glob, globfree, glob_pattern_p): Now defined simply in terms of
13471         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
13472         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
13473         and to respect the namespace rules better.
13474
13475 2005-09-08  Simon Josefsson  <jas@extundo.com>
13476
13477         * modules/socklen: New file.
13478
13479 2005-09-08  Simon Josefsson  <jas@extundo.com>
13480
13481         * m4/socklen.m4: New file.
13482
13483 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13484
13485         * modules/utimens (Files): Add m4/utimbuf.m4, since
13486         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
13487         Reported by Sergey Poznyakoff.
13488
13489 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13490
13491         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
13492         definitions, since that's the preferred style in glibc.
13493         Fix a minor spacing issue, and update copyright notice to match
13494         glibc's.
13495
13496 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13497
13498         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
13499
13500 2005-09-06  Simon Josefsson  <jas@extundo.com>
13501
13502         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
13503         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
13504
13505 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
13506
13507         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
13508         warning.
13509
13510 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
13511
13512         * config/srclist.txt: Add glibc bug 1302.
13513
13514 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
13515
13516         Change bitset word type from unsigned int to unsigned long int,
13517         as this has better performance on typical 64-bit hosts.
13518         Port bitset code to hosts with unusual word sizes.
13519         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
13520         (build_collating_symbol):
13521         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
13522         argument is a bitset.  This is merely a style issue, but it makes
13523         it clearer that an entire array is expected.
13524         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
13525         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
13526         Port to the case where bitset_word is not the same as unsigned int.
13527         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
13528         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
13529         Likewise.
13530         * lib/regexec.c (check_dst_limits_calc_pos_1,
13531         check_subexp_matching_top):
13532         (build_trtable, group_nodes_into_DFAstates):
13533         Likewise.
13534         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
13535         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
13536         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
13537         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
13538         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
13539         * lib/regcomp.c (optimize_subexps, lower_subexp):
13540         Work even if bitset_word has holes in its bitwise representation.
13541         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
13542         * lib/regexec.c (check_dst_limits_calc_pos_1,
13543         check_subexp_matching_top):
13544         Likewise.
13545         * lib/regex_internal.c (re_string_reconstruct):
13546         Don't assume UCHAR_MAX == 255.
13547         * lib/regex_internal.h (bitset_set_all): Likewise.
13548         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
13549         All uses changed.
13550         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
13551         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
13552         All uses changed.
13553         (BITSET_WORD_MAX): New macro.
13554         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
13555         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
13556         (bitset_empty, bitset_copy):
13557         Prefer sizeof (bitset) to multiplying it out ourselves.
13558         (bitset_not_merge): Remove; unused.
13559         (bitset_contain): Return bool, not unsigned int with one bit on.
13560         All callers changed.
13561         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
13562         alignment than re_node_set; do this by defining a new internal
13563         type struct dests_alloc and using it to allocate memory.
13564
13565 2005-09-05  Bruno Haible  <bruno@clisp.org>
13566
13567         * gnulib-tool (func_import): Fix comparison in handling of symbolic
13568         links.
13569
13570 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
13571
13572         * modules/size_max (Makefile.am): Add size_max.h
13573
13574 2005-09-04  Derek Price  <derek@ximbiot.com>
13575
13576         * gnulib-tool (func_import): Fix reversed $symbolic logic.
13577
13578 2005-09-03  Simon Josefsson  <jas@extundo.com>
13579
13580         * gnulib-tool: Fix typo.
13581
13582 2005-09-03  Simon Josefsson  <jas@extundo.com>
13583
13584         * config/srclist.txt: Add glibc bug 1293.
13585
13586 2005-09-03  Derek Price  <derek@ximbiot.com>
13587
13588         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
13589         From Larry Jones <lawrence.jones@ugs.com>.
13590
13591 2005-09-02  Simon Josefsson  <jas@extundo.com>
13592
13593         * modules/socklen: New file.
13594
13595 2005-09-02  Simon Josefsson  <jas@extundo.com>
13596
13597         * modules/havelib: New module.
13598
13599         * modules/gettext, modules/iconv, modules/lock, modules/readline:
13600         Use havelib.
13601
13602 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
13603
13604         Check for arithmetic overflow when calculating sizes, to prevent
13605         some buffer-overflow issues.  These patches are conservative, in the
13606         sense that when I couldn't determine whether an overflow was possible,
13607         I inserted a run-time check.
13608         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
13609         macros.
13610         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
13611         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
13612         (re_xnrealloc, re_x2nrealloc): New inline functions.
13613         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
13614         parse_bracket_exp):
13615         (build_equiv_class, build_charclass): Check for arithmetic overflow
13616         in size expression calculations.
13617         * lib/regex_internal.c (re_string_realloc_buffers):
13618         (build_wcs_upper_buffer, re_node_set_add_intersect):
13619         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
13620         (re_dfa_add_node, register_state): Likewise.
13621         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
13622         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
13623         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
13624         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
13625
13626 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
13627
13628         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
13629         m4/ulonglong.m4.  Problem reported by Martin Lambers.
13630
13631 2005-09-02  Bruno Haible  <bruno@clisp.org>
13632
13633         Support for lib vs. lib64 distinction on biarch platforms.
13634         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
13635         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
13636         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
13637
13638 2005-09-02  Bruno Haible  <bruno@clisp.org>
13639
13640         * gnulib-tool (import): In the other first-use case, provide defaults
13641         as well.
13642
13643 2005-09-02  Bruno Haible  <bruno@clisp.org>
13644
13645         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
13646         patches not yet found in the latest gettext release.
13647
13648 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
13649
13650         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
13651         to avoid a collision with bits/local_lim.h in glibc.
13652         All uses changed.  Problem reported by Dmitry V. Levin in
13653         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
13654
13655         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
13656         bugs in int versus size_t comparisons.
13657         (re_string_context_at): Fix bug where the code assumed that
13658         Idx is signed.
13659
13660         Use bool where appropriate.
13661         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
13662         All callers changed.
13663         (calc_eclosure_iter): Likewise, for ROOT arg.
13664         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
13665         (build_charclass_op): Likewise, for NON_MATCH arg.
13666         * lib/regex_internal.c (re_string_allocate, re_string_construct):
13667         (re_string_construct_common): Likewise, for ICASE arg.
13668         * lib/regexec.c (re_search_2_stub, re_search_stub):
13669         Likewise, for RET_LEN arg.
13670         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
13671         (set_regs): Likewise, for FL_BACKTRACK arg.
13672         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
13673         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
13674         (calc_eclosure_iter, parse_bracket_exp):
13675         Use bool for internal variables that are booleans.
13676         * lib/regexec.c (re_search_internal, check_matching,
13677         proceed_next_node):
13678         (set_regs, build_sifted_states, sift_states_bkref):
13679         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
13680         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
13681         (find_collation_sequence_value):
13682         Likewise.
13683         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
13684         (re_node_set_compare):
13685         Return bool, not int. All callers changed.
13686         * lib/regexec.c (check_halt_node_context, check_dst_limits):
13687         (build_trtable, check_node_accept): Likewise.
13688         * lib/regex_internal.h: Include stdbool.h.
13689
13690         Fix bugs uncovered when converting to bool.
13691         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
13692         failure instead of charging ahead blindly.
13693         * lib/regex_internal.c (register_state): Likewise.
13694         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
13695         for freeing internal storage.
13696         (group_nodes_into_DFA_states): Use unsigned int, not int, for
13697         bitset pieces used as boolean, to avoid undefined behavior
13698         on hosts that do int overflow checking.
13699
13700 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
13701
13702         * config/srclist.txt: Add glibc bugs 1285-1287.
13703
13704 2005-09-01  Jim Meyering  <jim@meyering.net>
13705
13706         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
13707         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
13708         Require gl_STAT_MACROS, too.
13709
13710 2005-09-01  Bruno Haible  <bruno@clisp.org>
13711
13712         * gnulib-tool (import): In the first-use case, provide defaults.
13713
13714 2005-09-01  Bruno Haible  <bruno@clisp.org>
13715
13716         * gnulib-tool (func_import): Remove the .tmp files.
13717
13718 2005-09-01  Bruno Haible  <bruno@clisp.org>
13719
13720         * gnulib-tool (func_import): Fix handling of symbolic links.
13721
13722 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13723
13724         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
13725         old glibc regex code mishandles strings longer than 2**31 bytes.
13726         This patch fixes this when the regex code is used in gnulib
13727         (i.e., outside glibc).
13728
13729         This patch should not affect the use of the regex code inside
13730         glibc.  No doubt this problem also needs to be handled for glibc
13731         as well, but the result will be an incompatible change to the
13732         glibc ABI, and the old ABI will have to be supported too.  That
13733         can be the the subject for another patch.
13734
13735         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
13736         governing whether the rest of this patch is active.  By default,
13737         the macro is disabled and the patch has no effect.
13738         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
13739         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
13740         (struct re_pattern_buffer, re_search, re_search_2, re_match):
13741         (re_match_2, re_set_registers): Use the new types.
13742         * lib/regex_internal.h (Idx, re_hashval_t): New types.
13743         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
13744         New macros.
13745         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
13746         (re_string_context_at, bin_tree_t, re_dfastate_t):
13747         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
13748         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
13749         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
13750         (re_string_char_size_at, re_string_wchar_at):
13751         (re_string_elem_size_at):
13752         Use the new types and macros to port to 64-bit hosts.
13753         Use unsigned types for internal values, so that the code
13754         mostly works even for arrays larger than SSIZE_MAX.
13755         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
13756         (search_duplicated_node, calc_eclosure_iter, fetch_number):
13757         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
13758         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
13759         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
13760         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
13761         (calc_inveclosure, parse_dup_op, build_range_exp):
13762         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
13763         (fetch_number, create_token_tree, mark_opt_subexp):
13764         Likewise.
13765         * lib/regex_internal.c (re_string_construct_common,
13766         create_ci_newstate):
13767         (create_cd_newstate, re_string_allocate, re_string_construct):
13768         (re_string_realloc_buffers, build_wcs_upper_buffer):
13769         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
13770         (re_string_reconstruct, re_string_peek_byte_case):
13771         (re_string_fetch_byte_case, re_string_context_at):
13772         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
13773         (re_node_set_init_copy, re_node_set_add_intersect):
13774         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
13775         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
13776         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
13777         (re_acquire_state, re_acquire_state_context, register_state):
13778         Likewise.
13779         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
13780         search_cur_bkref_entry):
13781         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
13782         (re_search_internal, re_search_2_stub, re_search_stub)
13783         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
13784         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
13785         (update_cur_sifted_state, check_dst_limits):
13786         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
13787         (check_subexp_limits, sift_states_bkref, merge_state_array):
13788         (check_subexp_matching_top, get_subexp, get_subexp_sub):
13789         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
13790         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
13791         (expand_bkref_cache, check_node_accept_bytes):
13792         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
13793         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
13794         (acquire_init_state_context, check_halt_node_context):
13795         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
13796         (sift_states_backward, clean_state_log_if_needed):
13797         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
13798         (find_recover_state, transit_state_sb, transit_state_mb):
13799         (transit_state_bkref, build_trtable, match_ctx_clean):
13800         Likewise.
13801         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
13802         to work around an assumption that REG_MISSING is negative.
13803
13804         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
13805         (seek_collating_symbol_entry) [defined _LIBC]:
13806         (lookup_collation_sequence_value) [defined _LIBC]:
13807         (build_range_exp, build_collating_symbol) [defined _LIBC]:
13808         Use prototypes rather than old-style function definitions.
13809         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
13810         (transit_state_sb) [0]:
13811         (find_collation_sequence_value) [defined _LIBC]: Likewise.
13812
13813         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
13814         rm_eo.
13815
13816         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
13817         (optimize_subexps, lower_subexp):
13818         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
13819         since the signed shift might overflow.  Use 1u<<31 instead.
13820         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
13821         Likewise.
13822         * lib/regexec.c (check_dst_limits_calc_pos_1,
13823         check_subexp_matching_top): Likewise.
13824
13825         * lib/regcomp.c (optimize_subexps, lower_subexp):
13826         Use CHAR_BIT rather than 8, for clarity.
13827         * lib/regexec.c (check_dst_limits_calc_pos_1):
13828         (check_subexp_matching_top): Likewise.
13829         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
13830         have to worry about portability issues when shifting it left.
13831         Remove no-longer-needed test for table_size > 0.
13832         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
13833         in a word, as the resulting behavior is undefined.
13834         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
13835         in one case, a <= should have been an <, and in another case the
13836         whole test was missing.
13837         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
13838         the standard name CHAR_BIT.
13839         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
13840         this is not true on one's complement and signed-magnitude hosts.
13841
13842         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
13843         next_last_offset.
13844         (struct re_dfa_t): Remove unused member states_alloc.
13845         * lib/regcomp.c (init_dfa): Don't initialize unused members.
13846
13847 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13848
13849         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
13850         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
13851         and large-file glibc and in 32-bit large-file Solaris.
13852
13853 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13854
13855         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
13856         lengths fit in regoff_t; this isn't true if regoff_t is the same
13857         width as size_t.
13858         * lib/regex.c (re_search_internal): 5th arg is LAST_START
13859         (= START + RANGE) instead of RANGE.  This avoids overflow
13860         problems when regoff_t is the same width as size_t.
13861         All callers changed.
13862         (re_search_2_stub): Check for overflow when adding the
13863         sizes of the two strings.
13864         (re_search_stub): Check for overflow when adding START
13865         to RANGE; if it occurs, substitute the extreme value.
13866
13867 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13868
13869         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
13870
13871 2005-08-31  Jim Meyering  <jim@meyering.net>
13872
13873         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
13874         a pointer-to-const.
13875         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
13876         (register_state): Likewise.
13877         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
13878         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
13879         (group_nodes_into_DFAstates): Likewise.
13880
13881 2005-08-31  Jim Meyering  <jim@meyering.net>
13882
13883         * check-module: Add a FIXME comment.
13884
13885 2005-08-31  Eric Blake  <ebb9@byu.net>
13886
13887         * modules/unistd-safer (Files): Add unistd--.h.
13888         * modules/stdio-safer (Files): Add stdio--.h.
13889
13890 2005-08-31  Derek Price  <derek@ximbiot.com>
13891
13892         * lib/getdelim.c (getdelim): Return EOF on EOF.
13893         Reported by Larry Jones <lawrence.jones@ugs.com>.
13894
13895 2005-08-31  Bruno Haible  <bruno@clisp.org>
13896
13897         Avoid unnecessary diffs in the generated lib/Makefile.am.
13898         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
13899         the generated files.
13900         (func_import): Don't set cmd.
13901
13902 2005-08-31  Bruno Haible  <bruno@clisp.org>
13903
13904         * lib/strstr.c: Include <stddef.h>, for NULL.
13905         * lib/strcasestr.c: Likewise.
13906         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
13907
13908 2005-08-31  Bruno Haible  <bruno@clisp.org>
13909
13910         * gnulib-tool: New option --macro-prefix.
13911         (func_import): Use macro_prefix.
13912         (import): Handle option --macro-prefix.
13913
13914 2005-08-31  Bruno Haible  <bruno@clisp.org>
13915
13916         * gnulib-tool (import): Rename most ac_* variables to cached_*.
13917         Also use new variables cached_lgpl, cached_libtool.
13918
13919 2005-08-31  Bruno Haible  <bruno@clisp.org>
13920
13921         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
13922         always instantiating them.
13923
13924 2005-08-31  Bruno Haible  <bruno@clisp.org>
13925
13926         * gnulib-tool (func_import): Read the previous cached settings
13927         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
13928         earlier added by gnulib but are now dropped. Warn when a gnulib file
13929         overwrites a non-gnulib file.
13930
13931 2005-08-31  Bruno Haible  <bruno@clisp.org>
13932
13933         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
13934         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
13935         projects that don't keep autogenerated files in CVS. Put into
13936         actioncmd only the specified modules, not the transitive closure.
13937
13938 2005-08-31  Bruno Haible  <bruno@clisp.org>
13939
13940         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
13941         Create directories that shall be filled.
13942         (import): Don't look for gl_* macros in configure.ac. Recurse across
13943         all directories containing a gnulib-cache.m4 files, if meaningful.
13944
13945 2005-08-31  Bruno Haible  <bruno@clisp.org>
13946
13947         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
13948         (import): Set seen_libtool when we see gl_LIBTOOL.
13949
13950 2005-08-31  Bruno Haible  <bruno@clisp.org>
13951
13952         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
13953         declaration macro definitions from generated gnulib.m4.
13954
13955 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
13956
13957         * lib/iconvme.h: Add prototype for iconv_alloc.
13958
13959 2005-08-29  Simon Josefsson  <jas@extundo.com>
13960
13961         * lib/iconvme.c: Fix errno.
13962
13963 2005-08-29  Bruno Haible  <bruno@clisp.org>
13964
13965         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
13966         that it works when the directory contains spaces.
13967
13968 2005-08-29  Bruno Haible  <bruno@clisp.org>
13969
13970         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
13971
13972 2005-08-29  Bruno Haible  <bruno@clisp.org>
13973
13974         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
13975         Emit more advice.
13976
13977 2005-08-29  Bruno Haible  <bruno@clisp.org>
13978         and Stepan Kasal  <kasal@ucw.cz>
13979
13980         * check-module: If more parameters are given, check each of them
13981         separately; add more exceptions, as noted by Jim Meyering.
13982         (check_module): New procedure.
13983         (%exempt_header): Now contains all exceptions.
13984
13985 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
13986
13987         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
13988
13989 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
13990
13991         * lib/iconvme.c: Split iconv_string into iconv_alloc.
13992
13993 2005-08-28  Bruno Haible  <bruno@clisp.org>
13994
13995         * m4/gnulib-tool.m4: New file.
13996
13997 2005-08-27  Jim Meyering  <jim@meyering.net>
13998
13999         * modules/unistd-safer (Files): Add pipe-safer.c.
14000         * modules/fcntl-safer (Files): Add creat-safer.c.
14001
14002 2005-08-27  Jim Meyering  <jim@meyering.net>
14003
14004         * m4/stdlib-safer.m4: New file.  From coreutils.
14005         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
14006         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
14007         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
14008         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
14009         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
14010
14011 2005-08-27  Jim Meyering  <jim@meyering.net>
14012
14013         * lib/fopen-safer.c: Merge minor changes from coreutils.
14014         * lib/dup-safer.c: Likewise.
14015         * lib/fd-safer.c: Likewise.
14016
14017         Merge from coreutils.
14018         * lib/stdio--.h: New file.
14019         * lib/stdlib--.h: New file.
14020         * lib/mkstemp-safer.c: New file.
14021
14022         GNU tar needs these.
14023         * lib/pipe-safer.c: New file.
14024         * lib/creat-safer.c: New file.
14025         * lib/fcntl--.h (creat): Define to creat_safer.
14026         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
14027         * lib/unistd--.h (pipe): Define to pipe_safer.
14028         * lib/unistd-safer.h: Declare pipe_safer.
14029
14030 2005-08-26  Simon Josefsson  <jas@extundo.com>
14031
14032         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
14033         Haible <bruno@clisp.org>.
14034
14035 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
14036
14037         * lib/regex_internal.h: Remove all references to
14038         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
14039         or better.
14040         (bitset_not, bitset_merge, bitset_not_merge):
14041         (bitset_mask, re_string_allocate, re_string_construct):
14042         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
14043         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
14044         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
14045         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
14046         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
14047         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
14048         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
14049         (re_acquire_state_context):
14050         Remove unnecessary forward decls.
14051         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
14052         Put __attribute at function definition,
14053         now that the function decl has been removed.
14054         * lib/regex_internal.c (re_string_peek_byte_case):
14055         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
14056         Likewise.
14057
14058 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
14059
14060         * m4/regex.m4: Add AC_PREREQ(2.50).
14061         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
14062
14063 2005-08-25  Simon Josefsson  <jas@extundo.com>
14064
14065         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
14066         __fsetlocking.
14067
14068 2005-08-25  Simon Josefsson  <jas@extundo.com>
14069
14070         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
14071         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
14072         GLIBC specific code.
14073
14074 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14075
14076         Make regex safe for g++.  This fixes one real bug (an "err"
14077         that should have been "*err").  g++ problem reported by
14078         Sam Steingold.
14079         * lib/regex_internal.h (re_calloc): New macro, consistent with
14080         re_malloc etc.  All callers of calloc changed to use re_calloc.
14081         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
14082         not int.  All callers changed.
14083         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
14084         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
14085         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
14086         (find_recover_state): Change "err" to "*err"; this fixes what
14087         appears to be a real bug.
14088         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
14089         versus int.
14090
14091 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14092
14093         * modules/regex (Depends-on): Add malloc, since the code
14094         assumes that !malloc(0) means failure.
14095
14096 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14097
14098         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
14099
14100         alloca modernization/simplification for regex.
14101         * lib/regex.c: Remove portability cruft for alloca.  This no longer
14102         needs to be at the start of the file, and can be moved into
14103         regex_internal.h and simplified.
14104         * lib/regex_internal.h: Include <alloca.h>.
14105         (__libc_use_alloca) [!defined _LIBC]: New macro.
14106         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
14107         now works outside glibc.
14108
14109 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14110
14111         * config/srclist.txt: Add glibc bugs 1241, 1245.
14112
14113 2005-08-25  Jim Meyering  <jim@meyering.net>
14114
14115         * lib/open-safer.c: Include <config.h>.
14116         Otherwise, we'd lose LARGEFILE support in any file using
14117         e.g. "fcntl--.h"
14118
14119 2005-08-25  Bruno Haible  <bruno@clisp.org>
14120
14121         * m4/minmax.m4: Require autoconf 2.52.
14122         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
14123         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
14124         alternatives of translit over the alphabet.
14125         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
14126
14127 2005-08-24  Simon Josefsson  <jas@extundo.com>
14128
14129         * tests/test-getpass.c: New file.
14130
14131 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
14132
14133         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
14134         for GNU regex features.
14135
14136 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
14137
14138         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
14139         * lib/regex.h (regerror): Likewise.
14140
14141         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
14142         requires this.  (The code never needed it.)
14143
14144         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
14145         All uses of recently-renamed identifiers changed to use the new,
14146         POSIX-compliant names.  The code will build and run just fine
14147         without these changes, but it's better to eat our own dog food
14148         and use the standard-conforming names.
14149
14150         * lib/regex.h: Fix a multitude of POSIX name space violations.
14151         These changes have an effect only for programs that define
14152         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
14153         do not change anything for programs compiled in the normal way.
14154         Also, there is no effect on the ABI.
14155
14156         (_REGEX_SOURCE): New macro.
14157         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
14158         defined and _GNU_SOURCE is not; this fixes a name space violation.
14159
14160         Rename the following macros to obey POSIX requirements.
14161         The old names are still visible as macros if _REGEX_SOURCE is defined.
14162         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
14163         RE_BACKSLASH_ESCAPE_IN_LISTS.
14164         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
14165         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
14166         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
14167         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
14168         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
14169         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
14170         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
14171         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
14172         (REG_INTERVALS): renamed from RE_INTERVALS.
14173         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
14174         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
14175         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
14176         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
14177         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
14178         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
14179         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
14180         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
14181         RE_UNMATCHED_RIGHT_PAREN_ORD.
14182         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
14183         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
14184         (REG_DEBUG): renamed from RE_DEBUG.
14185         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
14186         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
14187         unusual, since we can't clash with the POSIX REG_ICASE.
14188         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
14189         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
14190         (REG_NO_SUB): renamed from RE_NO_SUB.
14191         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
14192         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
14193         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
14194         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
14195         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
14196         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
14197         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
14198         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
14199         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
14200         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
14201         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
14202         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
14203         RE_SYNTAX_POSIX_MINIMAL_BASIC.
14204         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
14205         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
14206         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
14207         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
14208         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
14209         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
14210         (REG_FIXED): Renamed from REGS_FIXED.
14211         (REG_NREGS): Renamed from RE_NREGS.
14212
14213         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
14214         of other REG_* macros, since POSIX says the user is allowed to
14215         #undef these macros selectively.
14216
14217         (reg_errcode_t): Update comment stating what other tables need
14218         to be consistent.
14219
14220         Rename the following enum values to obey POSIX requirements.
14221         The old names are still visible as macros.
14222         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
14223         is not defined, since GNU is supposed to be a superset of POSIX as
14224         much as possible, and since we want reg_errcode_t to be a signed
14225         type for implementation consistency.
14226         (_REG_NOERROR): Renamed from REG_NOERROR.
14227         (_REG_NOMATCH): Renamed from REG_NOMATCH.
14228         (_REG_BADPAT): Renamed from REG_BADPAT.
14229         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
14230         (_REG_ECTYPE): Renamed from REG_ECTYPE.
14231         (_REG_EESCAPE): Renamed from REG_EESCAPE.
14232         (_REG_ESUBREG): Renamed from REG_ESUBREG.
14233         (_REG_EBRACK): Renamed from REG_EBRACK.
14234         (_REG_EPAREN): Renamed from REG_EPAREN.
14235         (_REG_EBRACE): Renamed from REG_EBRACE.
14236         (_REG_BADBR): Renamed from REG_BADBR.
14237         (_REG_ERANGE): Renamed from REG_ERANGE.
14238         (_REG_ESPACE): Renamed from REG_ESPACE.
14239         (_REG_BADRPT): Renamed from REG_BADRPT.
14240         (_REG_EEND): Renamed from REG_EEND.
14241         (_REG_ESIZE): Renamed from REG_ESIZE.
14242         (_REG_ERPAREN): Renamed from REG_ERPAREN.
14243         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
14244         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
14245         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
14246         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
14247
14248         (_REG_RE_NAME, _REG_RM_NAME): New macros.
14249         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
14250         changed.  But support the old name if the new one is not defined
14251         and if _REGEX_SOURCE.
14252
14253         Change the following member names in struct re_pattern_buffer.
14254         The old names are still supported if !_REGEX_SOURCE.
14255         The new names are always supported, regardless of _REGEX_SOURCE.
14256         (re_buffer): Renamed from buffer.
14257         (re_allocated): Renamed from allocated.
14258         (re_used): Renamed from used.
14259         (re_syntax): Renamed from syntax.
14260         (re_fastmap): Renamed from fastmap.
14261         (re_translate): Renamed from translate.
14262         (re_can_be_null): Renamed from can_be_null.
14263         (re_regs_allocated): Renamed from regs_allocated.
14264         (re_fastmap_accurate): Renamed from fastmap_accurate.
14265         (re_no_sub): Renamed from no_sub.
14266         (re_not_bol): Renamed from not_bol.
14267         (re_not_eol): Renamed from not_eol.
14268         (re_newline_anchor): Renamed from newline_anchor.
14269
14270         Change the following member names in struct re_registers.
14271         The old names are still supported if !_REGEX_SOURCE.
14272         The new names are always supported, regardless of _REGEX_SOURCE.
14273         (rm_num_regs): Renamed from num_regs.
14274         (rm_start): Renamed from start.
14275         (rm_end): Renamed from end.
14276
14277         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
14278         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
14279         Prepend __ to parameter names.
14280
14281         Undo yesterday's changes.
14282
14283 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
14284
14285         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
14286         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
14287         lib/regex.c.
14288
14289 2005-08-24  Jim Meyering  <jim@meyering.net>
14290
14291         Sync from coreutils.
14292         * m4/fcntl-safer.m4: New file.
14293
14294         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
14295         and object files for this module.
14296
14297 2005-08-24  Jim Meyering  <jim@meyering.net>
14298
14299         Sync from coreutils.
14300         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
14301
14302 2005-08-24  Jim Meyering  <jim@meyering.net>
14303
14304         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
14305         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
14306
14307 2005-08-24  Jim Meyering  <jim@meyering.net>
14308
14309         * modules/fcntl-safer: New module.
14310         * modules/fts (Depends-on): Add fcntl-safer.
14311         * MODULES.html.sh (File descriptor based Input/Output):
14312         Add fcntl-safer.
14313
14314 2005-08-24  Bruno Haible  <bruno@clisp.org>
14315
14316         Support for unit test modules.
14317         * modules/README: Mention tests modules.
14318         * modules/TEMPLATE-TESTS: New file.
14319         * gnulib-tool: New options --extract-tests-module, --with-tests and
14320         --tests-base (unused for the moment).
14321         (testsbase, inctests): New variables.
14322         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
14323         (func_verify_module): Exclude TEMPLATE-TESTS.
14324         (func_verify_nontests_module, func_verify_tests_module): New functions.
14325         (func_get_dependencies): Add implicit dependency for tests modules.
14326         (func_get_tests_module): New function.
14327         (func_modules_transitive_closure): When --with-tests was specified,
14328         include the unit tests as well, unless explicitly avoided.
14329         (func_emit_lib_Makefile_am): Ignore the tests modules here.
14330         (func_emit_tests_Makefile_am): New function.
14331         (func_create_testdir): When --with-tests was specified, emit a
14332         tests/ directory.
14333         * MODULES.html.sh (Future developments): Update.
14334
14335 2005-08-24  Bruno Haible  <bruno@clisp.org>
14336
14337         * modules/tls-tests: New file.
14338         * tests/test-tls.c: New file, from GNU gettext.
14339
14340 2005-08-24  Bruno Haible  <bruno@clisp.org>
14341
14342         * modules/lock-tests: New file.
14343         * tests/test-lock.c: New file, from GNU gettext.
14344
14345 2005-08-24  Bruno Haible  <bruno@clisp.org>
14346
14347         * lib/lock.h: Add multiple inclusion guard.
14348         * lib/tls.h: Add multiple inclusion guard.
14349
14350 2005-08-24  Bruno Haible  <bruno@clisp.org>
14351
14352         * gnulib-tool: Add support for the --aux-dir option to
14353         --create-testdir, --create-megatestdir, --test, --megatest.
14354         (func_create_testdir, func_create_megatestdir): Optionally emit a
14355         AC_CONFIG_AUX_DIR directive.
14356         (create-testdir, create-megatestdir, test, megatest): Provide a
14357         default value for $auxdir.
14358
14359 2005-08-24  Bruno Haible  <bruno@clisp.org>
14360
14361         * gnulib-tool (import): Use compound statement instead of subshell
14362         where possible.
14363
14364 2005-08-24  Bruno Haible  <bruno@clisp.org>
14365
14366         * gnulib-tool (import): Change --aux-dir default to "build-aux".
14367
14368 2005-08-24  Bruno Haible  <bruno@clisp.org>
14369
14370         * gnulib-tool (func_version): Update.
14371
14372 2005-08-24  Bruno Haible  <bruno@clisp.org>
14373
14374         * gnulib-tool (func_import, func_create_testdir,
14375         func_create_megatestdir): Quote all autoconf macro arguments.
14376
14377 2005-08-24  Bruno Haible  <bruno@clisp.org>
14378
14379         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
14380         option --force, because --force causes the aclocal.m4 of each
14381         subdirectory to be newer than the corresponding config.h.in.
14382
14383 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
14384
14385         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
14386         All contents moved to gl_REGEX.
14387         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
14388         assume that it does.
14389
14390 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
14391
14392         * lib/regex.h (REG_NOSYS)
14393         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
14394         Define, since POSIX requires it as of 2001.
14395         (_REG_ENOSYS)
14396         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
14397         New private symbol, used to keep the enum signed in all cases.
14398         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
14399         Youngman in
14400         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
14401
14402         * lib/regex_internal.c (re_string_skip_chars, register_state):
14403         (calc_state_hash):
14404         Remove forward decls; no longer needed now that we use prototypes.
14405         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
14406         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
14407         (clean_state_log_if_needed): Likewise.
14408
14409 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
14410
14411         * config/srclist.txt: Add glibc bugs 1231-1233.
14412
14413 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14414
14415         Fix problems reported by Sam Steingold in
14416         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
14417         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
14418         assumed that reg_errcode_t is a signed type, which is not
14419         necessarily true if _XOPEN_SOURCE is not defined.
14420         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
14421         since some compilers warn about it otherwise.
14422
14423 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14424
14425         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
14426         (init_word_char, create_initial_state, duplicate_node_closure):
14427         (fetch_token, peek_token_bracket, build_range_exp):
14428         (build_collating_symbol): Remove forward decls; no longer needed
14429         now that we use prototypes.
14430
14431         * lib/regcomp.c:
14432         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
14433         (re_compile_fastmap_iter, regcomp, regerror, regfree):
14434         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
14435         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
14436         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
14437         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
14438         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
14439         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
14440         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
14441         (build_range_exp, build_collating_symbol, parse_bracket_exp):
14442         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
14443         (build_charclass, build_charclass_op, fetch_number, create_tree):
14444         (create_token_tree, mark_opt_subexp, duplicate_tree):
14445         Use prototypes rather than old-style definitions.
14446
14447         * lib/regex_internal.c:
14448         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
14449         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
14450         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
14451         (re_string_reconstruct, re_string_peek_byte_case):
14452         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
14453         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
14454         (re_node_set_init_copy, re_node_set_add_intersect):
14455         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
14456         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
14457         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
14458         (re_acquire_state, re_acquire_state_context, register_state):
14459         (create_ci_newstate, create_cd_newstate, free_state):
14460         Likewise.
14461         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
14462         re_search_2):
14463         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
14464         (re_search_internal, prune_impossible_nodes):
14465         (acquire_init_state_context, check_matching, static):
14466         (check_halt_node_context, check_halt_state_context, proceed_next_node):
14467         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
14468         (update_regs, sift_states_backward, build_sifted_states):
14469         (clean_state_log_if_needed, merge_state_array):
14470         (update_cur_sifted_state, add_epsilon_src_nodes):
14471         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
14472         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
14473         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
14474         (find_recover_state, check_subexp_matching_top, transit_state_mb):
14475         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
14476         (check_arrival, check_arrival_add_next_nodes):
14477         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
14478         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
14479         (check_node_accept_bytes, check_node_accept, extend_buffers):
14480         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
14481         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
14482         (sift_ctx_init):
14483         Likewise.
14484
14485         * lib/regex_internal.h:
14486         (re_string_allocate, re_string_construct, re_string_reconstruct):
14487         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
14488         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
14489         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
14490         (re_string_context_at, re_string_peek_byte_case):
14491         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
14492         is defined, since we now use prototypes always.
14493
14494         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
14495         C89 or better.  All uses removed.
14496
14497 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14498
14499         * config/srclist.txt: Add glibc bugs 1220-1227.
14500
14501 2005-08-20  Jim Meyering  <jim@meyering.net>
14502
14503         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
14504         of unused local, dfa.
14505
14506 2005-08-20  Bruno Haible  <bruno@clisp.org>
14507
14508         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
14509
14510 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14511
14512         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
14513         (re_node_set_insert_last, re_dfa_add_node):
14514         Rename local variables to avoid GCC shadowing warnings.
14515
14516 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14517
14518         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
14519         [defined lint]: Suppress bogus uninitialized-variable warnings.
14520
14521         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
14522         and let the caller return REG_ESPACE if out of space.  This
14523         removes an uninitialied-variable warning with GCC 4.0.1, and also
14524         avoids taking the address of a local variable.  All callers
14525         changed.
14526
14527 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14528
14529         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
14530         $LIBCSRC/posix/regexec.c.
14531         Add glibc bug 1217 for regcomp.c.
14532
14533 2005-08-19  Jim Meyering  <jim@meyering.net>
14534
14535         * lib/regexec.c (proceed_next_node): Redo local variables to
14536         avoid GCC shadowing warnings.
14537
14538 2005-08-18  Bruno Haible  <bruno@clisp.org>
14539
14540         * lib/strstr.c (strstr): Fix return value in multibyte case.
14541         * lib/strcasestr.c (strcasestr): Likewise.
14542
14543 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
14544
14545         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
14546
14547 2005-08-17  Jim Meyering  <jim@meyering.net>
14548
14549         Make the %s format (seconds since the epoch) work for a negative
14550         number and when used with a zero-padded field width, e.g. %015s.
14551
14552         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
14553         label so that it precedes the code to set `digits'.  Otherwise,
14554         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
14555         print `00-22'.  Now, it prints `-0022', as it should.
14556
14557 2005-08-17  Bruno Haible  <bruno@clisp.org>
14558
14559         * modules/strstr (Files): Add m4/mbrtowc.m4.
14560         (Depends-on): Add mbuiter.
14561
14562 2005-08-17  Bruno Haible  <bruno@clisp.org>
14563
14564         * modules/strcasestr: New file.
14565         * MODULES.html.sh (String handling, based on ANSI C 89): Add
14566         strcasestr.
14567
14568 2005-08-17  Bruno Haible  <bruno@clisp.org>
14569
14570         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
14571
14572 2005-08-17  Bruno Haible  <bruno@clisp.org>
14573
14574         * modules/mbuiter: New file.
14575         * MODULES.html.sh (Extended multibyte and wide character utilities):
14576         Add mbuiter.
14577
14578 2005-08-17  Bruno Haible  <bruno@clisp.org>
14579
14580         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
14581         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
14582
14583 2005-08-17  Bruno Haible  <bruno@clisp.org>
14584
14585         * m4/strcasestr.m4: New file.
14586
14587 2005-08-17  Bruno Haible  <bruno@clisp.org>
14588
14589         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
14590         * lib/strstr.c: Completely rewritten, with multibyte locale support.
14591
14592 2005-08-17  Bruno Haible  <bruno@clisp.org>
14593
14594         * lib/strcasestr.h: New file.
14595         * lib/strcasestr.c: New file.
14596
14597 2005-08-17  Bruno Haible  <bruno@clisp.org>
14598
14599         * lib/strcasecmp.c: Use mbuiter.h.
14600
14601 2005-08-17  Bruno Haible  <bruno@clisp.org>
14602
14603         * lib/mbuiter.h: New file.
14604
14605 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
14606
14607         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
14608         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
14609         and gl_GETOPT are both invoked via different paths (as happens
14610         with GNU tar CVS because it uses both argp and getopt), the former
14611         wins.
14612
14613 2005-08-16  Bruno Haible  <bruno@clisp.org>
14614
14615         * modules/tls: New file.
14616         * MODULES.html.sh (Multithreading): Add tls.
14617
14618 2005-08-16  Bruno Haible  <bruno@clisp.org>
14619
14620         * modules/strnlen1: New file.
14621         * MODULES.html.sh (String handling): Add strnlen1.
14622
14623 2005-08-16  Bruno Haible  <bruno@clisp.org>
14624
14625         * modules/strcase (Files): Add m4/mbrtowc.m4.
14626         (Depends-on): Add strnlen1, mbchar.
14627
14628 2005-08-16  Bruno Haible  <bruno@clisp.org>
14629
14630         * modules/mbiter: New file.
14631         * MODULES.html.sh (Extended multibyte and wide character utilities):
14632         Add mbiter.
14633
14634 2005-08-16  Bruno Haible  <bruno@clisp.org>
14635
14636         * modules/mbfile: New file.
14637         * MODULES.html.sh (Extended multibyte and wide character utilities):
14638         Add mbfile.
14639
14640 2005-08-16  Bruno Haible  <bruno@clisp.org>
14641
14642         * modules/mbchar: New file.
14643         * MODULES.html.sh (Extended multibyte and wide character utilities):
14644         New section.
14645
14646 2005-08-16  Bruno Haible  <bruno@clisp.org>
14647
14648         * m4/tls.m4: New file, from GNU gettext.
14649
14650 2005-08-16  Bruno Haible  <bruno@clisp.org>
14651
14652         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
14653         always.
14654         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
14655
14656 2005-08-16  Bruno Haible  <bruno@clisp.org>
14657
14658         * m4/mbiter.m4: New file.
14659
14660 2005-08-16  Bruno Haible  <bruno@clisp.org>
14661
14662         * m4/mbfile.m4: New file.
14663
14664 2005-08-16  Bruno Haible  <bruno@clisp.org>
14665
14666         * m4/mbchar.m4: New file.
14667
14668 2005-08-16  Bruno Haible  <bruno@clisp.org>
14669
14670         * lib/tls.h: New file, from GNU gettext.
14671         * lib/tls.c: New file, from GNU gettext.
14672
14673 2005-08-16  Bruno Haible  <bruno@clisp.org>
14674
14675         * lib/strnlen1.h: New file.
14676         * lib/strnlen1.c: New file.
14677
14678 2005-08-16  Bruno Haible  <bruno@clisp.org>
14679
14680         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
14681         (mbi_init): Update.
14682         (mbi_avail, mbi_advance): Let the iteration end before the terminating
14683         NUL byte, not after it.
14684
14685 2005-08-16  Bruno Haible  <bruno@clisp.org>
14686
14687         * lib/strcase.h (strcasecmp): Add note in comments.
14688         * lib/strncasecmp.c: Use code from strcasecmp.c.
14689         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
14690         (strcasecmp): Work correctly in multibyte locales.
14691
14692 2005-08-16  Bruno Haible  <bruno@clisp.org>
14693
14694         * lib/mbiter.h: New file.
14695
14696 2005-08-16  Bruno Haible  <bruno@clisp.org>
14697
14698         * lib/mbfile.h: New file.
14699
14700 2005-08-16  Bruno Haible  <bruno@clisp.org>
14701
14702         * lib/mbchar.h: New file.
14703         * lib/mbchar.c: New file.
14704
14705 2005-08-16  Bruno Haible  <bruno@clisp.org>
14706
14707         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
14708         the valid ones. Makes the comparison operations transitive:
14709         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
14710         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
14711
14712 2005-08-15  Simon Josefsson  <jas@extundo.com>
14713
14714         * modules/ssize_t (License): Change to 'unlimited'.
14715
14716         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
14717
14718 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
14719
14720         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
14721         Add comments for each pending glibc patch.
14722
14723 2005-08-15  Bruno Haible  <bruno@clisp.org>
14724
14725         * lib/regex.h (__restrict_arr): Don't define to __restrict if
14726         __cplusplus is defined.
14727
14728 2005-08-14  Jim Meyering  <jim@meyering.net>
14729
14730         Sync from coreutils.
14731
14732         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
14733         Use the hash-table-based cycle-detection code not just when
14734         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
14735         Reported by James Youngman in
14736         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
14737         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
14738         FTS_TIGHT_CYCLE_CHECK.
14739         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
14740         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
14741         once again.
14742         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
14743         * lib/fts.c (fd_safer): Remove decl.
14744         Include fcntl--.h rather than unistd-safer.h
14745         (fts_safe_changedir): Don't call fd_safer; no longer needed
14746         now that we include fcntl--.h.
14747
14748 2005-08-12  Simon Josefsson  <jas@extundo.com>
14749
14750         * modules/getndelim2: Use ssize_t module.
14751         * modules/getnline: Likewise.
14752         * modules/safe-read: Likewise.
14753         * modules/xreadlink: Likewise.
14754
14755         * modules/ssize_t: New file.
14756
14757 2005-08-12  Simon Josefsson  <jas@extundo.com>
14758
14759         * m4/readline.m4: Look for termcap, curses or ncurses if required.
14760
14761 2005-08-12  Simon Josefsson  <jas@extundo.com>
14762
14763         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14764         ssize_t.
14765
14766 2005-08-12  Simon Josefsson  <jas@extundo.com>
14767
14768         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
14769         readline, getdelim and check_version.
14770         (Support for systems lacking ISO C 99: Sizes of integer types):
14771         Add size_max.
14772
14773 2005-08-12  Bruno Haible  <bruno@clisp.org>
14774
14775         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
14776
14777 2005-08-11  Simon Josefsson  <jas@extundo.com>
14778
14779         * modules/readline: New file.
14780
14781         * modules/strnlen (Files): Add strnlen.h.
14782
14783 2005-08-11  Simon Josefsson  <jas@extundo.com>
14784
14785         * m4/readline.m4: New file.
14786
14787 2005-08-11  Simon Josefsson  <jas@extundo.com>
14788
14789         * lib/readline.h, readline.c: New file.
14790
14791 2005-08-11  Simon Josefsson  <jas@extundo.com>
14792
14793         * doc/gnulib.texi (Initial import, Finishing touches): Mention
14794         gl_AVOID.
14795
14796 2005-08-11  Bruno Haible  <bruno@clisp.org>
14797
14798         * lib/strnlen.h (strnlen): Change parameter name to match comment.
14799
14800 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
14801
14802         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
14803
14804 2005-08-10  Simon Josefsson  <jas@extundo.com>
14805
14806         * tests/test-iconvme.c: New file.
14807
14808 2005-08-10  Simon Josefsson  <jas@extundo.com>
14809
14810         * m4/strnlen.m4: New file.
14811
14812         * m4/strndup.m4: Don't check for strnlen declaration, done in
14813         strnlen.m4.
14814
14815 2005-08-10  Simon Josefsson  <jas@extundo.com>
14816
14817         * lib/strndup.c: Use strnlen.h.
14818
14819         * lib/strnlen.h: New file.
14820
14821 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
14822
14823         * README: Typos.
14824
14825 2005-08-02  Simon Josefsson  <jas@extundo.com>
14826
14827         * modules/readline: New file.
14828
14829 2005-08-02  Simon Josefsson  <jas@extundo.com>
14830
14831         * modules/getdelim: New file.
14832
14833         * modules/getline: Rewrite, don't use getndelim2.
14834
14835 2005-08-02  Simon Josefsson  <jas@extundo.com>
14836
14837         * m4/getline.m4: Separate out getdelim stuff into separate module.
14838
14839         * m4/getdelim.m4: New file.
14840
14841 2005-08-02  Simon Josefsson  <jas@extundo.com>
14842
14843         * lib/getline.h, getline.c: Rewrite.
14844
14845         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
14846
14847 2005-07-31  Bruno Haible  <bruno@clisp.org>
14848
14849         * lib/lock.h (gl_lock_initializer): New macro.
14850         (gl_lock_define_initialized): Use it.
14851         (gl_rwlock_initializer): New macro.
14852         (gl_rwlock_define_initialized): Use it.
14853         (gl_recursive_lock_initializer): New macro.
14854         (gl_recursive_lock_define_initialized): Use it.
14855
14856 2005-07-30  Karl Berry  <karl@gnu.org>
14857
14858         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
14859         Report from Ben Pfaff, regarding getopt.
14860
14861 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
14862
14863         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
14864         normal way.
14865         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
14866         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
14867         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
14868         (gl_GETOPT): Use the new macros.  Most of the implementation
14869         is moved to the new macros.  This is for programs like Emacs
14870         that don't want all the functionality of gl_GETOPT.
14871
14872 2005-07-26  Bruno Haible  <bruno@clisp.org>
14873
14874         * m4/lock.m4: Update from GNU gettext.
14875
14876 2005-07-26  Bruno Haible  <bruno@clisp.org>
14877
14878         * lib/lock.h: Update from GNU gettext.
14879         * lib/lock.c: Update from GNU gettext.
14880
14881 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
14882
14883         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
14884         obsolescent AC_TRY_RUN.  Include the default includes files, for
14885         'exit'.
14886
14887 2005-07-24  Bruno Haible  <bruno@clisp.org>
14888
14889         * modules/visibility: New file.
14890         * MODULES.html.sh (Misc): Add visibility.
14891
14892 2005-07-24  Bruno Haible  <bruno@clisp.org>
14893
14894         * m4/visibility.m4: New file.
14895
14896 2005-07-24  Bruno Haible  <bruno@clisp.org>
14897
14898         * doc/visibility.texi: New file.
14899
14900 2005-07-22  Bruno Haible  <bruno@clisp.org>
14901
14902         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
14903         $(ALLOCA_H), redundant through BUILT_SOURCES.
14904         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
14905         redundant through BUILT_SOURCES.
14906         * modules/byteswap (Makefile.am): Remove explicit dependency on
14907         $(BYTESWAP_H), redundant through BUILT_SOURCES.
14908         * modules/fnmatch (Makefile.am): Remove explicit dependency on
14909         $(FNMATCH_H), redundant through BUILT_SOURCES.
14910         * modules/getopt (Makefile.am): Remove explicit dependency on
14911         $(GETOPT_H), redundant through BUILT_SOURCES.
14912         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
14913         redundant through BUILT_SOURCES.
14914         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
14915         redundant through BUILT_SOURCES.
14916         * modules/stdbool (Makefile.am): Remove explicit dependency on
14917         $(STDBOOL_H), redundant through BUILT_SOURCES.
14918         * modules/stdint (Makefile.am): Remove explicit dependency on
14919         $(STDINT_H), redundant through BUILT_SOURCES.
14920         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
14921         Remove explicit dependency on $(SYSEXITS_H).
14922         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
14923
14924 2005-07-18  Simon Josefsson  <jas@extundo.com>
14925
14926         * lib/check-version.c (check_version): Accept identical versions too.
14927
14928 2005-07-18  Bruno Haible  <bruno@clisp.org>
14929
14930         * modules/lock: New file.
14931         * MODULES.html.sh (Multithreading): New section.
14932
14933 2005-07-18  Bruno Haible  <bruno@clisp.org>
14934
14935         * m4/lock.m4: New file, from GNU gettext.
14936
14937 2005-07-18  Bruno Haible  <bruno@clisp.org>
14938
14939         * lib/lock.h: New file, from GNU gettext.
14940         * lib/lock.c: New file, from GNU gettext.
14941
14942 2005-07-18  Bruno Haible  <bruno@clisp.org>
14943
14944         * lib/lock.h (gl_once_t): New type.
14945         (gl_once_define, gl_once): New macros.
14946         * lib/lock.c (fresh_once): New variable.
14947         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
14948         functions.
14949
14950 2005-07-16  Simon Josefsson  <jas@extundo.com>
14951
14952         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
14953         workaround, suggested by Bruno.
14954
14955 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
14956
14957         * modules/xalloc (Depends-on): Add xalloc-die.
14958         * modules/xvasprintf (Depends-on): Add xalloc-die.
14959
14960 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
14961
14962         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
14963         with a minor change.
14964
14965 2005-07-15  Bruno Haible  <bruno@clisp.org>
14966
14967         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
14968         When using lib/poll.c, define poll as rpl_poll.
14969
14970 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
14971
14972         * modules/argp (Depends-on): Remove unlocked-io.
14973
14974 2005-07-14  Derek Price  <derek@ximbiot.com>
14975
14976         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
14977         for glob symlink bug.
14978
14979 2005-07-14  Bruno Haible  <bruno@clisp.org>
14980
14981         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
14982         Instead, test for *_unlocked function declarations directly.
14983
14984 2005-07-11  Simon Josefsson  <jas@extundo.com>
14985
14986         * modules/size_max: New file.
14987
14988         * modules/xsize: Depend on size_max module for size_max.m4.
14989
14990 2005-07-11  Simon Josefsson  <jas@extundo.com>
14991
14992         * lib/size_max.h: New file.
14993
14994 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
14995
14996         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
14997         copyright symbol and the year.
14998         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
14999         (version_etc_va): Use parameterized copyright notice.
15000         Reword to conform to the current GNU coding standards.
15001
15002 2005-07-11  Karl Berry  <karl@gnu.org>
15003
15004         * doc/gnulib.texi (Quoting): new node.
15005         (Initial import): more info, from Patrice.
15006
15007 2005-07-11  Bruno Haible  <bruno@clisp.org>
15008
15009         * gnulib-tool (func_usage): Document option --avoid.
15010         (Command line options): Handle --avoid.
15011         (func_acceptable): New function.
15012         (func_modules_transitive_closure): Use it.
15013
15014 2005-07-11  Bruno Haible  <bruno@clisp.org>
15015
15016         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
15017         Reported by Jim Meyering.
15018
15019 2005-07-10  Bruno Haible  <bruno@clisp.org>
15020
15021         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
15022         Needed when size_t is smaller than 'unsigned int'.
15023         Reported by Paul Eggert.
15024
15025 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15026
15027         * modules/argp (Depends-on): Add unlocked-io
15028
15029 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15030
15031         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
15032         block of defines.
15033
15034 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
15035
15036         * config/srclist.txt: Comment out regcomp.c, since we have a porting
15037         fix now.
15038
15039 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
15040         and Paul Eggert  <eggert@cs.ucla.edu>
15041
15042         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
15043         in wint_t, not wchar_t.  Remove now-unnecessary cast.
15044
15045 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15046
15047         * modules/regex (Files): Add lib/regex_internal.c,
15048         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
15049         (Depends-on): Add extensions.
15050         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
15051
15052 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15053
15054         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
15055         pathconf.
15056         * m4/same.m4 (gl_SAME): Likewise.
15057         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
15058
15059         * m4/regex.m4: Adjust to new libc regex implementation.
15060         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
15061         all the .c and .h parts of (the new) regex.
15062         Quote the m4 stuff better.
15063         Check for RE_ICASE bug of old gnulib.
15064         Check for REG_STARTEND of recent libc.
15065         Rename local variables from jm_* to gl_*.
15066         Quote operand of "test -f".
15067         Say "recent enough" version of libc, not "version 2".
15068         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
15069         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
15070         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
15071         Remove check for btowc, isascii.
15072         Require AM_LANGINFO_CODESET.
15073
15074 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15075
15076         * lib/regex.c, regex.h: Sync from libc.
15077         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
15078         * lib/regexec.c:
15079         New files, synced from libc, except that regex_internal.h
15080         currently has a small porting fix.
15081
15082 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15083
15084         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
15085         regex_internal.c, regexec.c.
15086         Add regex_internal.h too, but as a comment, since the libc version
15087         is currently broken in gnulib mode.
15088
15089 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
15090
15091         Support programs like Emacs that use gnulib but not gettext.
15092         * MODULES.html.sh (Internationalization functions): Add gettext-h.
15093         * modules/gettext-h: New file.
15094         * modules/gettext (Files): Remove lib/gettext.h.
15095         (Depends-on): Add gettext-h.
15096         (Makefile.am): Remove lib_SOURCES.
15097         * modules/argmatch, modules/c-stack, modules/closeout:
15098         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
15099         * modules/execute, modules/file-type, modules/getaddrinfo:
15100         * modules/getopt, modules/human, modules/javacomp:
15101         * modules/javaexec, modules/mkdir-p, modules/obstack:
15102         * modules/openat, modules/pagealign_alloc, modules/pipe:
15103         * modules/quotearg, modules/regex, modules/rpmatch:
15104         * modules/unicodeio, modules/userspec, modules/version-etc:
15105         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
15106         * modules/xsetenv:
15107         Depend on gettext-h, not gettext.
15108
15109 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
15110
15111         * gnulib-tool (func_import): Add support for 'public domain' license.
15112         * modules/alloca, modules/atexit, modules/memmove:
15113         Now public domain, not GPL.
15114         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
15115         * modules/realloc, modules/strerror, modules/strtod:
15116         Now LGPL, not GPL.
15117
15118 2005-07-05  Bruno Haible  <bruno@clisp.org>
15119
15120         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
15121         autoconf CVS. Needed for mingw.
15122
15123 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15124
15125         Remove the dependency of the strftime module on the tzset module.
15126         * modules/strftime (Depends-on): Remove dependency on tzset.
15127
15128 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15129
15130         Remove the dependency of the strftime module on the tzset module.
15131         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
15132         gl_FUNC_TZSET_CLOBBER.
15133
15134 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15135
15136         Remove the dependency of the strftime module on the tzset module.
15137         * lib/strftime.c (my_strftime)
15138         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
15139         Copy the input structure, to work around some of the bug with
15140         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
15141         Solaris releases, you should also use the tzset module, but we won't
15142         require it as a dependency any more since we don't want LGPLed code
15143         to depend on GPLed code.
15144
15145 2005-07-02  Jim Meyering  <jim@meyering.net>
15146
15147         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
15148         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
15149         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
15150         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
15151
15152 2005-07-02  Jim Meyering  <jim@meyering.net>
15153
15154         * lib/backupfile.c (backup_args): Change a `0' to NULL.
15155
15156 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
15157
15158         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
15159         declares only 'struct timespec;' (!).
15160
15161 2005-07-01  Jim Meyering  <jim@meyering.net>
15162
15163         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
15164         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
15165         * lib/save-cwd.c, tempname.c:
15166         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
15167         and don't include <sys/file.h>).
15168
15169 2005-06-29  Jim Meyering  <jim@meyering.net>
15170
15171         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
15172         type name.  Use the variable name instead.
15173         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
15174         Likewise.
15175
15176 2005-06-28  Simon Josefsson  <jas@extundo.com>
15177
15178         * modules/check-version (Files): Add check-version.m4.
15179
15180 2005-06-28  Simon Josefsson  <jas@extundo.com>
15181
15182         * m4/check-version.m4: New file, suggested by Jim Meyering
15183         <jim@meyering.net>.
15184
15185 2005-06-28  Simon Josefsson  <jas@extundo.com>
15186
15187         * lib/check-version.h, lib/check-version.c: New files.
15188
15189 2005-06-28  Simon Josefsson  <jas@extundo.com>
15190
15191         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
15192         collision with global variable.  Better indentation.  Don't
15193         increment buffer pointer beyond buffer end.  Based on comments
15194         from Paul Eggert <eggert@cs.ucla.edu>.
15195
15196         * lib/base64.h: Indent.
15197
15198 2005-06-28  Simon Josefsson  <jas@extundo.com>
15199
15200         * doc/gnulib.texi (Library version handling): New section.
15201
15202 2005-06-28  Jim Meyering  <jim@meyering.net>
15203
15204         * check-module (find_included_lib_files): Hard-code another
15205         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
15206         but modules/fts-lgpl (correctly) does not list those files.
15207
15208         * modules/canonicalize (Files): Add lib/pathmax.h.
15209
15210 2005-06-25  Simon Josefsson  <jas@extundo.com>
15211
15212         * modules/check-version: New file.
15213
15214 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
15215
15216         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
15217         initializer of struct addrinfo, as an indication that we don't
15218         care how many members the structure has.
15219
15220 2005-06-24  Derek Price  <derek@ximbiot.com>
15221         and Bruno Haible  <bruno@clisp.org>
15222
15223         Remove stat module & update lstat.
15224         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
15225         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
15226         * m4/stat.m4: Remove this file.
15227
15228 2005-06-24  Derek Price  <derek@ximbiot.com>
15229         and Bruno Haible  <bruno@clisp.org>
15230
15231         Remove stat module & update lstat.
15232         * lib/stat.c: Remove this file...
15233         (slash_aware_lstat): ...moving this content and its support...
15234         * lib/lstat.c (rpl_lstat): ...into here.
15235         * lib/lstat.h: New file.
15236
15237 2005-06-24  Derek Price  <derek@ximbiot.com>
15238         and Bruno Haible  <bruno@clisp.org>
15239
15240         Remove stat module & update lstat.
15241         * config/srclist.txt (libc sources): Remove stat.
15242
15243 2005-06-24  Derek Price  <derek@ximbiot.com>
15244         and Bruno Haible  <bruno@clisp.org>
15245
15246         Remove stat module & update lstat.
15247         * MODULES.html.sh (stat): Remove.
15248         * MODULES.html: Regenerated.
15249         * modules/lstat (Description): Correct function name.
15250         (Files): Add "lstat.h".
15251         (Depends-on): Remove stat, add xalloc, stat-macros.
15252         * modules/stat: Remove this file.
15253         (Include): Add "lstat.h", remove <sys/stat.h>.
15254
15255 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
15256
15257         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
15258         (ranged_convert): Don't save conversion in a temporary struct.
15259         This causes a warning with GCC 4.0.0, and anyway in the typical
15260         case it's not worth the extra 100 bytes or so of code.
15261         (ranged_convert, __mktime_internal): When calling a function via a
15262         pointer P, use P () rather than (*P) (), as we now assume C89 or
15263         better.
15264
15265 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
15266
15267         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
15268         "who -r" failed to give output.  Problem reported by Tim Waugh.
15269
15270         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
15271         (xcalloc): Use it to avoid needless tests.
15272         Problem reported by Jim Meyering.
15273
15274 2005-06-20  Derek Price  <derek@ximbiot.com>
15275
15276         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
15277         unnecessary for Autoconfs > 2.59c.
15278
15279 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15280
15281         * lib/argp.h (__option_is_short): Check upper limit of
15282         __key. Isprint() requires its argument to have the value
15283         of an unsigned char or EOF.
15284
15285 2005-06-16  Jim Meyering  <jim@meyering.net>
15286
15287         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
15288         when either N or S is zero.
15289
15290 2005-06-16  Derek Price  <derek@ximbiot.com>
15291
15292         * m4/bison.m4: Declare YACC & YFLAGS precious.
15293
15294 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
15295
15296         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
15297         multibyte string or pattern, fall back on unibyte matching.
15298         Problem reported by James Youngman.
15299
15300 2005-06-08  Bruno Haible  <bruno@clisp.org>
15301
15302         * modules/csharpcomp: New file.
15303         * MODULES.html.sh (C#): Add csharpcomp.
15304
15305 2005-06-08  Bruno Haible  <bruno@clisp.org>
15306
15307         * m4/csharpcomp.m4: New file, from GNU gettext.
15308
15309 2005-06-08  Bruno Haible  <bruno@clisp.org>
15310
15311         * lib/csharpcomp.h: New file, from GNU gettext.
15312         * lib/csharpcomp.c: New file, from GNU gettext.
15313         * lib/csharpcomp.sh.in: New file, from GNU gettext.
15314
15315 2005-06-08  Bruno Haible  <bruno@clisp.org>
15316
15317         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
15318         warning on mingw.
15319
15320 2005-06-07  Derek Price  <derek@ximbiot.com>
15321
15322         Sync from CVS.
15323         * lib/glob_.h: Indent nested #ifdef.
15324
15325 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
15326
15327         Sync from coreutils.
15328         Use "file name" when talking about file names, instead of "filename"
15329         or "path", as per the GNU coding standards.
15330         * lib/mkdir-p.c: Renamed from makepath.c.
15331         (make_dir_parents): Renamed from make_path.  All callers changed.
15332         * lib/mkdir-p.h: Likewise.  All includers changed.
15333         * lib/filenamecat.c: Renamed from path-concat.c.
15334         (file_name_concat): Renamed from path_concat.  All callers changed.
15335         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
15336         * lib/filenamecat.h: Likewise.  All includers changed.
15337         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
15338         in comments or local variable names.
15339         * lib/basename.c: Likewise.
15340         * lib/canonicalize.c, canonicalize.h: Likewise.
15341         * lib/dirname.c, dirname.h: Likewise.
15342         * lib/euidaccess.c: Likewise.
15343         * lib/exclude.c: Likewise
15344         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
15345         * lib/fsusage.c, fsuage.h: Likewise.
15346         * lib/fts.c, fts_.h: Likewise.
15347         * lib/getcwd.c: Likewise.
15348         * lib/getloadavg.c: Likewise.
15349         * lib/mkstemp.c: Likewise.
15350         * lib/mountlist.c, mountlist.h: Likewise.
15351         * lib/openat.c, openat.h: Likewise.
15352         * lib/readlink-stub.c: Likewise.
15353         * lib/readutmp.c, readutmp.h: Likewise.
15354         * lib/rename.c: Likewise.
15355         * lib/rmdir.c: Likewise.
15356         * lib/same.c: Likewise.
15357         * lib/savedir.c: Likewise.
15358         * lib/stripslash.c: Likewise.
15359         * lib/tempname.c: Likewise.
15360         * lib/xreadlink.c: Likewise.
15361         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
15362         All uses changed.
15363         * lib/exclude.h: Likewise.
15364
15365         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
15366         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
15367         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
15368         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
15369         * lib/pathmax.h: Include <limits.h> unconditionally, since other
15370         files have been getting away with it for years (MORE/BSD 4.3
15371         is extinct now).
15372         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
15373         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
15374
15375         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
15376         Define to 256, not 255, as per modern POSIX.
15377
15378 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
15379
15380         Sync from coreutils.
15381         Use "file name" when talking about file names, instead of "filename"
15382         or "path", as per the GNU coding standards.
15383         * MODULES.html.sh: mkdir-p renamed from makepath.
15384         filenamecat renamed from path-concat.
15385         * modules/filenamecat: Renamed from modules/path-concat.
15386         (Files): filenamecat.h and filenamecat.c renamed from
15387         path-concat.h and path-concat.c.
15388         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
15389         (Include): filenamecat.h, not path-concat.h.
15390         * modules/mkdir-p: Renamed from modules/makepath.
15391         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
15392         makepath.c.
15393         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
15394         (Include): mkdir-p.h, not makepath.h.
15395
15396 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
15397
15398         Sync from coreutils.
15399         * m4/mkdir-p.m4: Renamed from makepath.m4.
15400         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
15401         Rename files from makepath.c to mkdir-p.c, and from
15402         makepath.h to mkdir-p.h.
15403         * m4/filenamecat.m4: Renamed from path-concat.m4.
15404         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
15405         Rename files from path-concat.c to filenamecat.c,
15406         and from path-concat.h to filenamecat.h.
15407         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
15408         "file name" in local variables or comments.
15409         * m4/rename.m4: Likewise.
15410
15411 2005-06-01  Bruno Haible  <bruno@clisp.org>
15412
15413         * modules/csharpexec: New file.
15414         * MODULES.html.sh (C#): New section.
15415
15416 2005-06-01  Bruno Haible  <bruno@clisp.org>
15417
15418         * m4/csharp.m4: New file, from GNU gettext.
15419         * m4/csharpexec.m4: New file, from GNU gettext.
15420
15421 2005-06-01  Bruno Haible  <bruno@clisp.org>
15422
15423         * lib/csharpexec.h: New file, from GNU gettext.
15424         * lib/csharpexec.c: New file, from GNU gettext.
15425         * lib/csharpexec.sh.in: New file, from GNU gettext.
15426
15427 2005-05-31  Derek Price  <derek@ximbiot.com>
15428             Paul Eggert  <eggert@cs.ucla.edu>
15429
15430         Sync from cvs.
15431         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
15432
15433 2005-05-31  Derek Price  <derek@ximbiot.com>
15434             Paul Eggert  <eggert@cs.ucla.edu>
15435
15436         Sync from cvs.
15437         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
15438
15439 2005-05-29  Derek Price  <derek@ximbiot.com>
15440
15441         * config/srclist.txt (glob_.h, glob.c): Add these files.
15442
15443 2005-05-29  Derek Price  <derek@ximbiot.com>
15444
15445         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
15446         * modules/glob: New file.
15447         * modules/getlogin_r: Add link to POSIX spec in description.
15448
15449 2005-05-29  Derek Price  <derek@ximbiot.com>
15450             Paul Eggert  <eggert@cs.ucla.edu>
15451
15452         * m4/glob.m4: New file.
15453
15454 2005-05-29  Derek Price  <derek@ximbiot.com>
15455             Paul Eggert  <eggert@cs.ucla.edu>
15456
15457         * lib/glob_.h, lib/glob.c: New files.
15458
15459 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
15460
15461         * modules/fts (Files): Remove m4/inttypes-pri.m4.
15462         * modules/fts-lgpl (Depends-on): Remove gettext.
15463
15464 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
15465
15466         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
15467         and don't require gt_INTTYPES_PRI.
15468
15469 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
15470
15471         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
15472
15473         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
15474         the configuration hassle isn't worth it.
15475         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
15476         (LONGEST_MODIFIER, PRIuMAX): Remove.
15477
15478 2005-05-27  Bruno Haible  <bruno@clisp.org>
15479
15480         * lib/getlogin_r.h: Remove second include of <stddef.h>.
15481
15482 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
15483
15484         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
15485         _POSIX_PTHREAD_SEMANTICS for Solaris.
15486
15487 2005-05-25  Derek Price  <derek@ximbiot.com>
15488
15489         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
15490
15491 2005-05-25  Derek Price  <derek@ximbiot.com>
15492             Paul Eggert  <eggert@cs.ucla.edu>
15493
15494         * modules/getlogin_r, m4/getlogin_r.m4: New files.
15495         * lib/getlogin_r.c, getlogin_r.h: New files.
15496
15497 2005-05-25  Bruno Haible  <bruno@clisp.org>
15498             Derek Price  <derek@ximbiot.com>
15499
15500         * lib/getlogin_r.h: Simplify API documentation.
15501
15502 2005-05-23  Derek Price  <derek@ximbiot.com>
15503
15504         * modules/minmax (Files): Add m4/minmax.m4.
15505         (configure.ac): Add gl_MINMAX.
15506
15507 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
15508
15509         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
15510         so that unistd-safer.h (GPL'ed code) need not be included.
15511
15512 2005-05-22  Bruno Haible  <bruno@clisp.org>
15513
15514         * m4/minmax.m4: New file.
15515         Based on a patch by Derek Price <derek@ximbiot.com>.
15516
15517 2005-05-22  Bruno Haible  <bruno@clisp.org>
15518
15519         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
15520         (INT64_MIN): Fix definition.
15521         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
15522
15523         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
15524         NEED_SIGNED_INT_TYPES.
15525
15526         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
15527         HAVE_SYSTEM_INTTYPES.
15528
15529 2005-05-22  Bruno Haible  <bruno@clisp.org>
15530
15531         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
15532         Also include <sys/param.h> if it defines MIN, MAX.
15533         Based on a patch by Derek Price <derek@ximbiot.com>.
15534
15535 2005-05-21  Jim Meyering  <jim@meyering.net>
15536
15537         * modules/fts (Files): Add m4/inttypes-pri.m4.
15538         (Depends-on): Add lstat and remove gettext.  Alphabetize.
15539
15540 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
15541
15542         New fts module.
15543         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
15544         (setup_dir, free_dir): New functions.
15545         (enter_dir, leave_dir): Define trivial
15546         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
15547         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
15548         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
15549         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
15550         Move to fts-cycle.c.
15551         (fts_open): Use setup_dir.
15552         (fts_close): Use free_dir.
15553         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
15554         This adds a label and some gotos, but the alternatives were messier.
15555         Check for memory allocation failure when entering a dir.
15556         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
15557         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
15558         (FTS): New member fts_cycle, that is a union that contains the
15559         old active_dir_ht and cycle_state.  All uses changed to mention
15560         fts_cycle.ht and fts_cycle.state.
15561         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
15562         fts.c, with the following changes:
15563         (setup_dir, free_dir): New functions.
15564         (enter_dir): Now returns bool.  Return true if successful, false
15565         if memory exhausted.  All callers changed.
15566         Do not bother partly cleaning up on
15567         memory allocation failure; that is free_dir's job.
15568         However, free ad if hash_insert fails, to avoid memory leak.
15569         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
15570         fts->fts_options to see which union member to use.
15571
15572 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
15573
15574         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
15575         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
15576
15577 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
15578
15579         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
15580
15581 2005-05-20  Jim Meyering  <jim@meyering.net>
15582
15583         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
15584         Now a macro, to pacify GCC.
15585
15586 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
15587
15588         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
15589         of -1.
15590
15591 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
15592
15593         * lib/chown.c (rpl_chown): Return -1 on failure.
15594
15595 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
15596
15597         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
15598         Don't check for stddef.h.
15599         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
15600         don't use its results.
15601         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
15602         since we include them unconditionally.  Don't require
15603         AM_STDBOOL_H, since stdbool is a prerequisite.
15604         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
15605         since we assume C89 or better.
15606         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
15607         as we don't use their results.
15608         Don't check for fchdir, memmove, memset, strrchr, as we use
15609         them unconditionally.
15610         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
15611         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
15612
15613 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
15614
15615         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
15616         Include <stddef.h> unconditionally, since we assume C89 now.
15617         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
15618         * lib/fts.c: Include fts_.h first, to check interface.
15619         Do not include intprops.h; no longer needed.
15620         Include cycle-check.h and hash.h, since fts_.h no longer does.
15621         Remove unnecessary casts of closedir to void.
15622         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
15623         decide whether to decrement nlinks.
15624         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
15625         (FTS): Use struct hash_table * instead of Hash_table, so that
15626         we no longer need to include hash.h here.
15627
15628 2005-05-18  Jim Meyering  <jim@meyering.net>
15629
15630         * modules/dirfd (License): Change to LGPL.  Most of the code
15631         is already in the public domain.
15632
15633 2005-05-18  Jim Meyering  <jim@meyering.net>
15634
15635         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
15636         Reported by Yoann Vandoorselaere.
15637
15638 2005-05-17  Jim Meyering  <jim@meyering.net>
15639
15640         * m4/fts.m4: New file, from coreutils.
15641
15642 2005-05-17  Jim Meyering  <jim@meyering.net>
15643
15644         * lib/fts.c, lib/fts_.h: New files, from coreutils.
15645
15646 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
15647
15648         Sync from coreutils.
15649         * m4/unlinkdir.m4: New file.
15650
15651 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
15652
15653         Sync from coreutils.
15654         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
15655         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
15656         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
15657         White space changes only.
15658         * lib/makepath.c (make_path): Port to hosts where leading "//" is
15659         special.
15660         * lib/yesno.c: Include getline.h, not ctype.h.
15661         (yesno): Don't remove leading white space; POSIX doesn't allow it.
15662         Use getline to remove arbitrary restriction on response length.
15663
15664 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
15665
15666         * config/srclist-update: Spell out "Street" in FSF postal
15667         mail address; this is the style the FSF seems to prefer.
15668
15669         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
15670         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
15671         this updates FSF postal mail address.
15672
15673         Sync from coreutils.
15674         * modules/unlinkdir: New file.
15675         * modules/yesno (Depends-on): Add getline.
15676         * MODULES.html.sh (File system functions): Add unlinkdir.
15677
15678 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
15679
15680         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
15681         lib/strsep.h:
15682         Change the initial comment to refer to GPL, not LGPL.
15683         gnulib-tool will change it to LGPL as needed.
15684
15685         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
15686         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
15687         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
15688         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
15689         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
15690         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
15691         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
15692         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
15693         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
15694         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
15695         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
15696         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
15697         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
15698         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
15699         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
15700         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
15701         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
15702         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
15703         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
15704         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
15705         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
15706         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
15707         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
15708         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
15709         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
15710         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
15711         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
15712         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
15713         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
15714         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
15715         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
15716         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
15717         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
15718         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
15719         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
15720         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
15721         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
15722         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
15723         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
15724         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
15725         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
15726         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
15727         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
15728         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
15729         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
15730         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
15731         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
15732         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
15733         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
15734         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
15735         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
15736         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
15737         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
15738         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
15739         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
15740         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
15741         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
15742         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
15743         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
15744         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
15745         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
15746         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
15747         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
15748         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
15749         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
15750         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
15751         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
15752         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
15753         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
15754         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
15755         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
15756         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
15757         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
15758         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
15759         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
15760         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
15761         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
15762         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
15763         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
15764         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
15765         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
15766         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
15767         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
15768         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
15769         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
15770         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
15771         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
15772         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
15773         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
15774         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
15775         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
15776         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
15777         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
15778         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
15779         lib/yesno.c, lib/yesno.h:
15780         Update FSF postal mail address.
15781
15782 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
15783
15784         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
15785         tests/test-memmem.c, tests/test-stpncpy.c:
15786         Update FSF postal mail address.
15787
15788 2005-05-13  Bruno Haible  <bruno@clisp.org>
15789
15790         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
15791         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
15792         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
15793         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
15794         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
15795         Add support for 64-bit integers in the MSVC compiler.
15796
15797 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15798
15799         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
15800
15801 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
15802
15803         * gnulib-tool (func_import): Sort and uniquify recommended includes.
15804
15805 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
15806
15807         * doc/getdate.texi (General date syntax): Don't say that date
15808         date --iso-8601=ns generates acceptable dates; it doesn't yet.
15809         Problem reported by Nic Ferrier.
15810
15811 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15812
15813         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
15814         specified in ai_socktype. Fix invalid ai_protocol
15815         check. ai_protocol is usually set to 0 or depending on
15816         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
15817         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
15818         ai_socktype / ai_protocol in the returned addrinfo structure.
15819
15820 2005-05-10  Simon Josefsson  <jas@extundo.com>
15821
15822         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
15823         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
15824
15825 2005-05-10  Karl Berry  <karl@gnu.org>
15826
15827         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
15828         (from http://www.gnu.org/licenses).
15829         * doc/COPYING.LIB: also rename to COPYING.LESSER.
15830         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
15831         fdl.texi suffices.
15832
15833 2005-05-10  Karl Berry  <karl@gnu.org>
15834
15835         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
15836         (COPYING.DOC): remove.
15837
15838         * config/srclist-update: new FSF address.
15839
15840 2005-05-10  Derek Price  <derek@ximbiot.com>
15841
15842         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
15843         possible.
15844
15845 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15846             Bruno Haible  <bruno@clisp.org>
15847
15848         * modules/inet_ntop: New file.
15849         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15850         inet_ntop.
15851
15852 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15853             Bruno Haible  <bruno@clisp.org>
15854
15855         * m4/inet_ntop.m4: New file.
15856
15857 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15858             Bruno Haible  <bruno@clisp.org>
15859
15860         * lib/inet_ntop.h: New file.
15861         * lib/inet_ntop.c: New file, from glibc with modifications.
15862
15863 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
15864
15865         * modules/time_r (License): Change to LGPL.
15866         * modules/extensions (License): Change to LGPL.  Actually,
15867         the license is more permissive than that, but currently gnulib-tool
15868         doesn't know how to handle more-permissive licenses.
15869
15870         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
15871         Problem reported by Dave Love.
15872
15873 2005-05-08  Jim Meyering  <jim@meyering.net>
15874
15875         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
15876         blank.
15877
15878 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
15879
15880         * modules/argmatch (Depends-on): Add stdbool.
15881         * modules/backupfile (Depends-on): Likewise.
15882         * modules/chdir-long (Depends-on): Likewise.
15883         * modules/closeout (Depends-on): Likewise.
15884         * modules/cycle-check (Depends-on): Likewise.
15885         * modules/dirname (Depends-on): Likewise.
15886         * modules/fnmatch (Depends-on): Likewise.
15887         * modules/fsusage (Depends-on): Likewise.
15888         * modules/fwriteerror (Depends-on): Likewise.
15889         * modules/getcwd (Depends-on): Likewise.
15890         * modules/getloadavg (Depends-on): Likewise.
15891         * modules/hard-locale (Depends-on): Likewise.
15892         * modules/makepath (Depends-on): Likewise.
15893         * modules/mountlist (Depends-on): Likewise.
15894         * modules/nanosleep (Depends-on): Likewise.
15895         * modules/posixtm (Depends-on): Likewise.
15896         * modules/quotearg (Depends-on): Likewise.
15897         * modules/readtokens (Depends-on): Likewise.
15898         * modules/readtokens0 (Depends-on): Likewise.
15899         * modules/readutmp (Depends-on): Likewise.
15900         * modules/save-cwd (Depends-on): Likewise.
15901         * modules/strftime (Depends-on): Likewise.
15902         * modules/userspec (Depends-on): Likewise.
15903         * modules/utimecmp (Depends-on): Likewise.
15904         * modules/xgetcwd (Depends-on): Likewise.
15905         * modules/xnanosleep (Depends-on): Likewise.
15906         * modules/xstrtod (Depends-on): Likewise.
15907         * modules/yesno (Depends-on): Likewise.
15908
15909 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
15910
15911         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
15912         needless checks.
15913
15914 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
15915
15916         Merge from coreutils.  Among other things,
15917         add bulletproofing for cases where stdin, stdout, or stderr are closed.
15918         * lib/fd-safer.c: New file.
15919         * lib/fcntl-safer.h, open-safer.c: Remove.
15920         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
15921         * lib/dup-safer.c: Include unistd-safer.h first.
15922         Don't include errno.h.
15923         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
15924         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
15925         * lib/file-type.c: Rely on file-type.h change.
15926         * lib/getloadavg.c: Include unistd-safer.h.
15927         (getloadavg): Use safer open.
15928         * lib/getusershell.c: Include "stdio-safer.h".
15929         (getusershell): Use safer fopen.
15930         * lib/long-options.c (long_options): Use NULL rather than 0.
15931         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
15932         'free'.
15933         * lib/modechange.c: Likewise.
15934         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
15935         (MODE_DONE): New constant.
15936         (struct mode_change): Remove 'next' member.
15937         (make_node_op_equals): New function; like the old one of the
15938         same name, except it allocates an array.
15939         (mode_compile, mode_create_from_ref): Use it.
15940         (mode_compile): Allocate result as an array, not a linked list.
15941         Parse octal string ourself, so that we catch mistakes like "+0".
15942         (mode_adjust): Arg is an array, not a linked list.
15943         * lib/modechange.c: Include stat-macros.h, xalloc.h.
15944         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
15945         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
15946         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
15947         Remove.  This is now stat-macros.h's job.
15948         (talloc): Remove.  All callers replaced by xalloc, so that
15949         our invokers don't have to worry about reporting memory failures.
15950         (make_node_op_equals): Remove.
15951         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
15952         New constants.
15953         (struct mode_change): Moved here from modechange.h.
15954         (mode_append_entry): Remove.
15955         (mode_compile): Remove MASKED_OPS arg, since it encouraged
15956         apps to have incorrect behavior.  Use simpler algorithm for head
15957         and tail.  Don't futz with umask; that's now the job of mode_adjust.
15958         Detect more invalid usages rather than having somewhat-random behavior.
15959         Don't insert an "a=" action, as that leads to incorrect behavior.
15960         (mode_compile, mode_create_from_ref): Return NULL on error instead
15961         of an enum, since now there's only one way to have an error.  All
15962         callers changed.
15963         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
15964         at the correct time.  Simplify calculation of "+u" and its ilk.
15965         Don't mishandle "+X".
15966         (mode_free): Remove "register" and localize decls.
15967         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
15968         (struct mode_change): Move to modechange.c; callers don't
15969         need to see this stuff.
15970         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
15971         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
15972         (mode_change, mode_adjust): Reflect the new signatures noted above.
15973         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
15974         that might redefine system include files.
15975         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
15976         (my_usleep): Use NULL rather than (void *) 0.
15977         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
15978         Use siginterrupt to specify that system calls should be interrupted.
15979         (rpl_nanosleep): Move initialization of suspended closer to call of
15980         my_usleep.
15981         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
15982         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
15983         (desirable_utmp_entry): New function.
15984         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
15985         using x2nrealloc, to simplify logic.
15986         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
15987         size calculation.  Do not assume utmp file is a regular file.
15988         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
15989         (READ_UTMP_CHECK_PIDS): New constant.
15990         * lib/save-cwd.c: Include unistd-safer.h.
15991         (save_cwd): Use fd_safer.
15992         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
15993         [!_LIBC] Include "stat-macros.h" instead.
15994         * lib/unistd-safer.h (fd_safer): New decl.
15995
15996 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
15997
15998         * modules/getloadavg (Depends-on): Add unistd-safer.
15999         * modules/getusershell (Depends-on): Add stdio-safer.
16000         * modules/lstat (Depends-on): Remove xalloc.
16001         * modules/mkstemp (Depends-on): Add stat-macros.
16002         * modules/modechange (Depends-on): Remove xstrtol.
16003         Add stat-macros, xalloc.
16004         * modules/save-cwd (Depends-on): Add unistd-safer.
16005         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
16006         * modules/unistd-safer (Files): Add lib/fd-safer.c
16007         (Makefile.am): Remove lib_SOURCES.
16008
16009         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
16010         Remove fcntl-safer; unistd-safer supersedes it.
16011
16012 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16013
16014         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
16015         AC_HEADER_STAT.
16016         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
16017         (gl_PREREQ_CHOWN): Remove.
16018         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
16019         it.  Don't require AC_HEADER_STAT.
16020         (gl_PREREQ_LSTAT): Remove.
16021         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
16022         Don't require AC_HEADER_STAT.
16023         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
16024         (gl_PREREQ_RMDIR): Remove.
16025         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
16026         mention stat-macros.h or AC_HEADER_STAT, since we'll make
16027         the stat-macros module a prerequisite.
16028         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
16029         * m4/filemode.m4 (gl_FILEMODE): Likewise.
16030         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
16031         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
16032         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
16033         variable names.
16034         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
16035         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
16036         variable prefixes.
16037         * m4/fcntl-safer.m4: Remove.
16038         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
16039         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
16040         Invoke gl_PREREQ_FD_SAFER.
16041         (gl_PREREQ_FD_SAFER): New macro.
16042         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
16043         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
16044         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
16045         Remove duplicate call to AC_LIBOBJ(readutmp).
16046         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
16047
16048         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
16049         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
16050
16051 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16052
16053         * MODULES.html.sh (Misc): Add byteswap.
16054
16055 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16056
16057         * modules/getcwd (Depends-on): Add extensions.
16058         * modules/openat (Depends-on): Likewise.
16059
16060 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16061
16062         * modules/byteswap: New file.
16063
16064 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16065
16066         * m4/byteswap.m4: New file.
16067
16068 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16069
16070         * lib/byteswap_.h: New file.
16071
16072 2005-04-25  Karl Berry  <karl@gnu.org>
16073
16074         * m4/gettext.m4: Update from GNU gettext 0.14.4.
16075
16076 2005-04-25  Albert Chin  <china@thewrittenword.com>
16077
16078         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
16079         Toolkit C bug.
16080
16081 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
16082
16083         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
16084         (func_ln_if_changed) Remove forcibly for no error message
16085         in case file does not exist.
16086
16087 2005-04-19  Simon Josefsson  <jas@extundo.com>
16088
16089         * gnulib-tool (Options): Make --symlink mean --symbolic.
16090
16091 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
16092
16093         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
16094
16095 2005-04-16  Simon Josefsson  <jas@extundo.com>
16096
16097         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
16098
16099 2005-04-15  Simon Josefsson  <jas@extundo.com>
16100
16101         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
16102
16103 2005-04-15  Simon Josefsson  <jas@extundo.com>
16104
16105         * gnulib-tool: Rename --symlink to --symbolic.
16106
16107 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
16108
16109         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
16110         symbolic links to files instead of copying/moving.  Add --aux-dir,
16111         specifying directory relative --dir where auxiliary build tools
16112         are placed.
16113
16114 2005-04-14  Bruno Haible  <bruno@clisp.org>
16115
16116         * modules/allocsa (License): Change to LGPL.
16117         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
16118
16119 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
16120
16121         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
16122         that "UTC +1 second" continues to work.  Problem reported
16123         by Dmitry V. Levin.
16124         (relunit_snumber): New rule.
16125         (relunit): Use it.
16126
16127 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
16128
16129         * lib/getdate.y (universal_time_zone_table): New constant.
16130         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
16131         universal_time_zone_table.
16132         (lookup_zone): Prefer universal_time_zone_table to
16133         local_time_zone_table, so that "GMT" time stamps are allowed in
16134         London during the summer.  Problem reported by Ian Abbott.
16135
16136 2005-04-12  Jim Meyering  <jim@meyering.net>
16137
16138         * lib/human.c (humblock): Set *options even when returning due to
16139         xstrtoumax conversion failure.  Thanks to a used-uninitialized
16140         warning from gcc-4.
16141
16142 2005-04-09  Jim Meyering  <jim@meyering.net>
16143
16144         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
16145         -Wuninitialized: initialize tm0.tm_year.
16146
16147 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
16148
16149         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
16150         count, since there's no maximum.  All uses changed.
16151         Add member dsts_seen.
16152         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
16153         not being INT_MAX.
16154         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
16155         Use pc_rels_seen to decide whther a date is absolute.
16156
16157         * lib/getdate.y (number): Don't overwrite year.
16158         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
16159         check.
16160
16161 2005-04-02  Simon Josefsson  <jas@extundo.com>
16162
16163         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
16164         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
16165
16166 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
16167
16168         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
16169         where no absolute path name can be longer than PATH_MAX.
16170
16171 2005-03-27  Jim Meyering  <jim@meyering.net>
16172
16173         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
16174
16175 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
16176
16177         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
16178         "one's complement" -> "ones' complement" in comment, as per Knuth.
16179         "value of type" -> "type or expression" in comment.
16180         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
16181
16182 2005-03-26  Jim Meyering  <jim@meyering.net>
16183
16184         Comment nits.
16185         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
16186         Correct typos: s/or/of/.
16187
16188 2005-03-26  Jim Meyering  <jim@meyering.net>
16189
16190         * modules/check-include-files: Move to ../ and rename to...
16191         * check-module: ...this.
16192
16193 2005-03-25  Jim Meyering  <jim@meyering.net>
16194
16195         * modules/xvasprintf (Files): Add xalloc.h.
16196
16197 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
16198
16199         * modules/gettext (Files): config/config.rpath ->
16200         build-aux/config.rpath
16201         * modules/iconv (Files): Likewise.
16202         Problem reported by Oskar Liljeblad.
16203
16204 2005-03-23  Jim Meyering  <jim@meyering.net>
16205
16206         * modules/check-include-files: New script to check for
16207         missing dependencies, multiple includes, etc.
16208
16209         * modules/c-strtold (Depends-on): Add xalloc.
16210         * modules/c-strtod (Depends-on): Add xalloc.
16211         * modules/hash (Depends-on): Add xalloc.
16212         (Files): Remove lib/xalloc.h.
16213
16214         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
16215         * modules/userspec (Files): Add lib/inttostr.h.
16216
16217 2005-03-23  Jim Meyering  <jim@meyering.net>
16218
16219         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
16220
16221 2005-03-22  Jim Meyering  <jim@meyering.net>
16222
16223         * modules/stat-macros: New module.
16224         * modules/canonicalize, modules/euidaccess, modules/file-type,
16225         * modules/filemode, modules/lchown, modules/makepath,
16226         * modules/rmdir, modules/stat: Depend on new stat-macros module
16227         rather than listing lib/stat-macros.h manually.
16228         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
16229
16230 2005-03-22  Jim Meyering  <jim@meyering.net>
16231
16232         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
16233
16234 2005-03-22  Bruno Haible  <bruno@clisp.org>
16235
16236         * config/srclist.txt: Replace target directory 'config' with
16237         'build-aux'.
16238         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
16239         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
16240         ../build-aux/.
16241
16242 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
16243
16244         * modules/chdir-long (Depends-on): Add mempcpy.
16245
16246         * modules/acl, modules/backupfile, modules/c-strtod,
16247         modules/c-strtold, modules/canon-host, modules/canonicalize,
16248         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
16249         modules/exclude, modules/exitfail, modules/file-type,
16250         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
16251         modules/getdate, modules/getline, modules/getpagesize,
16252         modules/getpass, modules/getugroups, modules/group-member,
16253         modules/hard-locale, modules/hash, modules/human, modules/idcache,
16254         modules/inttostr, modules/long-options, modules/makepath,
16255         modules/md5, modules/memcasecmp, modules/memcoll,
16256         modules/modechange, modules/mountlist, modules/path-concat,
16257         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
16258         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
16259         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
16260         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
16261         modules/strftime, modules/strndup, modules/strverscmp,
16262         modules/timespec, modules/unlocked-io, modules/userspec,
16263         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
16264         modules/yesno:
16265         Remove lib_SOURCES line from Makefile.am section, as this is now
16266         done automatically by the corresponding Autoconf macro.
16267
16268 2005-03-21  Jim Meyering  <jim@meyering.net>
16269
16270         Changes imported from coreutils.
16271
16272         * lib/cycle-check.c: Don't include xalloc.h.
16273
16274         * lib/path-concat.c: Don't include assert.h.
16275         (path_concat): Remove assertion that would have triggered
16276         for ABASE starting with more than one slash.
16277         Reported by Andreas Schwab.
16278
16279         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
16280         properly when ABASE is an absolute file name.
16281         Correct the description of this function.
16282         Include <assert.h>.
16283         Add an assertion and a test driver.
16284         This fixes a bug introduced on 2004-07-02.
16285         Andreas Schwab reported the resulting failure of cp --parents:
16286         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
16287
16288 2005-03-21  Jim Meyering  <jim@meyering.net>
16289
16290         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
16291         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
16292
16293 2005-03-21  Jim Meyering  <jim@meyering.net>
16294         and  Paul Eggert  <eggert@cs.ucla.edu>
16295
16296         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
16297         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
16298         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
16299         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
16300         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
16301         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
16302         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
16303         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
16304         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
16305         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
16306         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
16307         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
16308         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
16309         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
16310         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
16311         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
16312         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
16313         for these modules.
16314
16315 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
16316
16317         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
16318         (which shouldn't happen), generate nothing instead of returning 0
16319         immediately, so that nstrftime (NULL, ...) doesn't return 0.
16320
16321 2005-03-16  Bruno Haible  <bruno@clisp.org>
16322
16323         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
16324         HAVE_LONGLONG_64BIT.
16325
16326 2005-03-16  Bruno Haible  <bruno@clisp.org>
16327
16328         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
16329         HAVE_LONGLONG_64BIT.
16330
16331 2005-03-16  Bruno Haible  <bruno@clisp.org>
16332
16333         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
16334         HAVE_LONGLONG_64BIT.
16335
16336 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
16337
16338         * lib/strftime.c (my_strftime): Prepend space to format so that we can
16339         reliably distinguish strftime failure from empty output on POSIX
16340         hosts.
16341
16342 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
16343
16344         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
16345         (iconv_string): Don't guess a size-zero buffer, as that might cause
16346         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
16347         result would be 'too large', where 'too large' is (heuristically)
16348         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
16349         overflow concerns.  This will prevent some unwanted malloc failures
16350         when the inputs are very large.
16351
16352 2005-03-15  Karl Berry  <karl@gnu.org>
16353
16354         * config/srclist.txt (config.rpath): from gettext.
16355         * config/config.rpath: update.
16356
16357 2005-03-15  Bruno Haible  <bruno@clisp.org>
16358
16359         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
16360         to 'negate'.
16361
16362         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
16363         variable.
16364
16365         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
16366         results.
16367
16368 2005-03-14  Simon Josefsson  <jas@extundo.com>
16369
16370         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
16371         <fx@gnu.org>.
16372
16373 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
16374
16375         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
16376         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
16377         intprops.h.
16378         * lib/strtol.c: Likewise.
16379
16380 2005-03-14  Jim Meyering  <jim@meyering.net>
16381
16382         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
16383         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
16384         to be nonzero so that we (and caller) can detect the difference
16385         between a valid zero-length expansion and an error return, even
16386         when the underlying strftime fails before writing anything into
16387         that location.
16388
16389 2005-03-14  Bruno Haible  <bruno@clisp.org>
16390
16391         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
16392         Update from GNU gettext 0.14.3.
16393
16394 2005-03-10  Jim Meyering  <jim@meyering.net>
16395
16396         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
16397
16398 2005-03-10  Jim Meyering  <jim@meyering.net>
16399
16400         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
16401         so that this module works on systems without fchdir.
16402
16403 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
16404
16405         Factor int-properties macros into a single file, except for
16406         glibc-related files.
16407         * lib/intprops.h: New file.
16408         * lib/getloadavg.c: Include it instead of limits.h.
16409         (INT_STRLEN_BOUND): Remove.
16410         * lib/human.c: Include intprops.h.
16411         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
16412         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
16413         302/1000.
16414         * lib/inttostr.h: Include intprops.h instead of limits.h.
16415         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
16416         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
16417         for consistency with intprops.h.
16418         (time_t_is_integer, twos_complement_arithmetic): Use them.
16419         * lib/sig2str.h: Include <signal.h>, intprops.h.
16420         (INT_STRLEN_BOUND): Remove.
16421         * lib/strftime.c (TYPE_SIGNED): Remove.
16422         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
16423         * lib/strtol.c: Adjust comments to match intprops.h.
16424         * lib/userspec.c: Include intprops.h.
16425         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
16426         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
16427         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
16428         instead of rolling our own expressions.
16429         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
16430
16431         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
16432         instead of int.
16433         (my_strftime): Do not mishandle years close to INT_MAX, by doing
16434         the right thing even if adding 1900 would overflow.  Similarly
16435         for tm_mon + 1 and tm_yday + 1.
16436         Make %Y always equivalent to %C%y, and similarly for %G and %g.
16437         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
16438         (DO_SIGNED_NUMBER): New macro.
16439         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
16440
16441 2005-03-07  Bruno Haible  <bruno@clisp.org>
16442
16443         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
16444
16445 2005-03-07  Bruno Haible  <bruno@clisp.org>
16446
16447         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
16448
16449 2005-03-04  Derek R. Price  <derek@ximbiot.com>
16450
16451         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
16452         (func_import): Only replace files via --import when they have actually
16453         changed.
16454
16455 2005-03-03  Derek R. Price  <derek@ximbiot.com>
16456
16457         * m4/mmap-anon.m4: New file.
16458         * m4/pagealign_alloc.m4: New file.
16459
16460 2005-03-03  Derek R. Price  <derek@ximbiot.com>
16461             Bruno Haible  <bruno@clisp.org>
16462
16463         * modules/pagealign_alloc: New file.
16464         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
16465
16466 2005-03-03  Derek R. Price  <derek@ximbiot.com>
16467             Bruno Haible  <bruno@clisp.org>
16468
16469         * lib/pagealign_alloc.h: New file.
16470         * lib/pagealign_alloc.c: New file.
16471
16472 2005-03-03  Bruno Haible  <bruno@clisp.org>
16473
16474         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
16475         Use an all-permissive copyright notice, recommended by RMS.
16476
16477 2005-03-02  Bruno Haible  <bruno@clisp.org>
16478
16479         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
16480         of AIX, the replacement has to be done only after <string.h> is
16481         included, therefore not in config.h. stpncpy.h does the replacement,
16482         and stpncpy.c uses it.
16483
16484 2005-03-02  Bruno Haible  <bruno@clisp.org>
16485
16486         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
16487         stpncpy.c uses it.
16488
16489 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
16490
16491         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
16492         The workaround isn't strictly needed for POSIX conformance, and
16493         it's too much of a pain to configure and maintain.  We'll ask
16494         people to fix their kernels instead.
16495         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
16496         (NANOSLEEP_BUG_WORKAROUND): Remove.
16497         (xnanosleep): Remove the workaround.
16498
16499 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
16500
16501         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
16502         Reported by Derek Price.
16503         (Include): Add "timespec.h".
16504
16505         * modules/xnanosleep (Depends-on): Remove gethrxtime.
16506
16507 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
16508
16509         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
16510         to detect nanosleep bug.
16511
16512 2005-03-01  Bruno Haible  <bruno@clisp.org>
16513
16514         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
16515
16516 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
16517
16518         * modules/gethrxtime: New file.
16519         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
16520         (Depends-on): Add gethrxtime.
16521         (configure.ac): Add gl_XNANOSLEEP.
16522         (Makefile.am): Remove lib_SOURCES line.
16523
16524 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
16525
16526         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
16527         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
16528
16529 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
16530
16531         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
16532         * lib/timespec.h (gettime): Return void, since it always
16533         succeeds now.  All uses changed.
16534         * lib/gettime.c (gettime) Likewise.
16535         [HAVE_NANOTIME]: Prefer nanotime.
16536         Assume gettimeofday succeeds, as POSIX requires.
16537         Assime time () succeeds, since other code already does.
16538         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
16539         (timespec_subtract): Remove.
16540         (NANOSLEEP_BUG_WORKAROUND): New constant.
16541         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
16542         things considerably.  Use it only on GNU/Linux hosts, since the
16543         workaround shouldn't be needed elsewhere.
16544
16545 2005-02-24  Bruno Haible  <bruno@clisp.org>
16546
16547         * modules/gettext (Files): Add m4/glibc2.m4.
16548
16549 2005-02-24  Bruno Haible  <bruno@clisp.org>
16550
16551         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
16552         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
16553         * m4/progtest.m4:
16554         Update from GNU gettext 0.14.2.
16555         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
16556
16557 2005-02-24  Bruno Haible  <bruno@clisp.org>
16558
16559         * lib/localcharset.c: Update from GNU gettext 0.14.2.
16560         * lib/config.charset: Update from GNU gettext 0.14.2.
16561
16562 2005-02-24  Bruno Haible  <bruno@clisp.org>
16563
16564         * lib/gettext.h: Update from GNU gettext 0.14.2.
16565
16566 2005-02-23  Simon Josefsson  <jas@extundo.com>
16567
16568         * m4/iconvme.m4: New file.
16569
16570 2005-02-23  Jim Meyering  <jim@meyering.net>
16571
16572         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
16573         change.
16574         Thanks to Bruno Haible for catching it.
16575
16576 2005-02-22  Simon Josefsson  <jas@extundo.com>
16577
16578         * modules/iconvme: New file.
16579
16580         * MODULES.html.sh: Add iconvme.
16581
16582 2005-02-22  Simon Josefsson  <jas@extundo.com>
16583
16584         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
16585
16586 2005-02-22  Simon Josefsson  <jas@extundo.com>
16587
16588         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
16589
16590 2005-02-22  Jim Meyering  <jim@meyering.net>
16591
16592         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
16593         s/ifndef/ifdef/.
16594
16595 2005-02-20  Neil Conway  <neilc@samurai.com>
16596
16597         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
16598         returned by OSX/Darwin if the specified buffer is not large
16599         enough for the hostname.
16600
16601 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16602
16603         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
16604         pass it to _help, otherwise the latter coredumps trying to
16605         dereference state.root_argp.
16606
16607 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
16608
16609         * modules/chdir-long (Depends-on): Add memrchr.
16610         * modules/memrchr (Files): Add lib/memrchr.h.
16611         (Include): "memrchr.h".
16612
16613 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
16614
16615         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
16616
16617 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
16618
16619         * lib/memrchr.h: New file.
16620         * lib/chdir-long.c: Include it.
16621         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
16622         Don't bother including stddef.h.
16623
16624 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
16625
16626         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
16627         inclusion.
16628         Include <sys/types.h>, for dev_t.
16629         (ME_DUMMY, ME_REMOTE): Move from here....
16630         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
16631         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
16632         Dmitry V. Levin.
16633         Include mountlist.h first, to test the interface.
16634
16635 2005-01-29  Bruno Haible  <bruno@clisp.org>
16636
16637         * lib/progname.c (program_name): Initialize.
16638         Needed when linking statically on MacOS X.
16639
16640 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
16641
16642         Sync from coreutils.
16643         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
16644         (Depends-on): Add c-strtod.
16645         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
16646
16647 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
16648
16649         Sync from coreutils.
16650         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
16651
16652         Remove files that are specific to coreutils.
16653         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
16654
16655 2005-01-28  Bruno Haible  <bruno@clisp.org>
16656
16657         * modules/javacomp: New file.
16658         * MODULES.html.sh (Java): Add javacomp.
16659
16660 2005-01-28  Bruno Haible  <bruno@clisp.org>
16661
16662         * m4/javacomp.m4: New file, from GNU gettext.
16663
16664 2005-01-28  Bruno Haible  <bruno@clisp.org>
16665
16666         * lib/javacomp.sh.in: New file, from GNU gettext.
16667         * lib/javacomp.h: New file, from GNU gettext.
16668         * lib/javacomp.c: New file, from GNU gettext.
16669
16670 2005-01-26  Simon Josefsson  <jas@extundo.com>
16671
16672         * lib/gai_strerror.c: Use GPL in header.
16673
16674 2005-01-26  Bruno Haible  <bruno@clisp.org>
16675
16676         * modules/javaexec: New file.
16677         * MODULES.html.sh (Java): Add javaexec.
16678
16679 2005-01-26  Bruno Haible  <bruno@clisp.org>
16680
16681         * m4/javaexec.m4: New file, from GNU gettext.
16682
16683 2005-01-26  Bruno Haible  <bruno@clisp.org>
16684
16685         * lib/javaexec.sh.in: New file, from GNU gettext.
16686         * lib/javaexec.h: New file, from GNU gettext.
16687         * lib/javaexec.c: New file, from GNU gettext.
16688
16689 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16690
16691         * modules/lchown (Depends-on): Remove lchown.h
16692
16693 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16694
16695         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
16696         must be defined if the header file was not found, in order
16697         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
16698
16699 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16700
16701         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
16702         initializers for struct pentry_state.
16703         (__argp_error): Check return value of __asprintf
16704         (__argp_failure): Translate error message
16705
16706         * lib/argp-parse.c: Removed braces around the expansion of N_()
16707
16708 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
16709
16710         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
16711         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
16712         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
16713         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
16714         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
16715         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
16716         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
16717         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
16718         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
16719         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
16720         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
16721         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
16722         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
16723         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
16724         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
16725         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
16726         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
16727         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
16728         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
16729         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
16730         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
16731         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
16732         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
16733         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
16734         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
16735         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
16736         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
16737         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
16738         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
16739         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
16740         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
16741         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
16742         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
16743         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
16744         xstrtol.m4, xstrtoumax.m4, yesno.m4:
16745         Use an all-permissive copyright notice, recommended by RMS.
16746
16747 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
16748
16749         * modules/chdir-long (Depends-on): Remove mempcpy.
16750
16751 2005-01-21  Jim Meyering  <jim@meyering.net>
16752
16753         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
16754         same value as for Solaris 9.
16755
16756         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
16757         component length.  This included changing the parameter to be
16758         of type `char *' rather than `char const *'.
16759         * lib/chdir-long.h (chdir_long): Update prototype.
16760
16761         * lib/openat.c (fdopendir, fstatat): New functions.
16762         * lib/openat.h: Include headers required for use of DIR and struct
16763         stat.
16764         [AT_SYMLINK_NOFOLLOW]: Define.
16765         (fdopendir, fstatat): Add prototypes.
16766
16767 2005-01-21  Bruno Haible  <bruno@clisp.org>
16768
16769         * modules/classpath: New file.
16770         * MODULES.html.sh (Java): Add classpath.
16771
16772 2005-01-21  Bruno Haible  <bruno@clisp.org>
16773
16774         * lib/classpath.h: New file, from GNU gettext.
16775         * lib/classpath.c: New file, from GNU gettext.
16776
16777 2005-01-20  Simon Josefsson  <jas@extundo.com>
16778
16779         * modules/version-etc-fsf: New file.
16780
16781 2005-01-20  Simon Josefsson  <jas@extundo.com>
16782
16783         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
16784         * lib/version-etc.c: Remove version_etc_copyright.
16785         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
16786         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
16787
16788 2005-01-20  Simon Josefsson  <jas@extundo.com>
16789
16790         * lib/base64.h (isbase64): Add.
16791
16792         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
16793         using a unsigned prototype, don't inline.
16794         (base64_decode): Use it.
16795
16796 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
16797
16798         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
16799         it.
16800
16801 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
16802
16803         * lib/save-cwd.c (save_cwd): Remove code to support the case
16804         where fchdir is missing or flaky.
16805
16806 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
16807
16808         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
16809
16810 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
16811
16812         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
16813         AC_LIBSOURCES now does this.
16814         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
16815         with new ullong_max module.
16816
16817 2005-01-19  Bruno Haible  <bruno@clisp.org>
16818
16819         * modules/sh-quote: New file.
16820         * MODULES.html.sh (Executing programs): Add sh-quote.
16821
16822 2005-01-19  Bruno Haible  <bruno@clisp.org>
16823
16824         * lib/sh-quote.h: New file, from GNU gettext.
16825         * lib/sh-quote.c: New file, from GNU gettext.
16826
16827 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
16828
16829         Merge from coreutils.
16830         * m4/ullong_max.m4: New file.
16831         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
16832         (gl_MACROS): Assume localeconv exists.
16833
16834 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
16835
16836         Merge changes from coreutils, as described below in several
16837         changelogs dated today.
16838
16839         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
16840         (O_DIRECTORY): Remove; not needed here, since "." must be
16841         a directory.  All uses removed.
16842         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
16843         universal on Suns, and we also need to test for IRIX.
16844         Revamp code to use 'if' rather than '#if'.
16845         Avoid unnecessary comparison of cwd->desc to 0.
16846
16847         * lib/utimens.c (futimens): Robustify the previous patch, by checking
16848         for known valid error numbers rather than observed invalid ones.
16849
16850 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
16851
16852         * modules/ullong_max: New file.
16853
16854         * modules/chdir-long, modules/openat: New files.
16855         * modules/save-cwd (Depends-on): Depend on chdir-long.
16856         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
16857
16858 2005-01-18  Jim Meyering  <jim@meyering.net>
16859
16860         Merge from coreutils.
16861         * m4/chdir-long.m4, m4/openat.m4: New files.
16862         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
16863         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
16864         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
16865         is sane and DOES follow symlinks.  Besides, testing 20 different
16866         systems found no broken chown implementations.
16867         Prompted by a change in rsync's copy of this macro.
16868         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
16869
16870         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
16871
16872         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
16873         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
16874         NULL-means-set-to-current-time semantics.
16875         Remove temporary file immediately, rather than waiting
16876         for configure's at-exit trap code to do it.
16877
16878 2005-01-18  Jim Meyering  <jim@meyering.net>
16879
16880         * lib/version-etc.c (version_etc_copyright): Update copyright date.
16881
16882         * lib/utimens.c (futimens): Account for the fact that futimes
16883         can also fail with errno == ENOSYS or errno == ENOENT.
16884         Patch from Dmitry V. Levin.
16885
16886         Change the name of the robust chdir function from chdir to chdir_long.
16887         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
16888         (restore_cwd): Use chdir_long, not chdir.
16889         * lib/chdir-long.c: Renamed from chdir.c.
16890         * lib/chdir-long.h: Renamed from chdir.h.
16891         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
16892         Hurd.
16893
16894 2005-01-18  Bruno Haible  <bruno@clisp.org>
16895
16896         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
16897         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
16898         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
16899         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
16900         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
16901         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
16902         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
16903         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
16904         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
16905         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
16906         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
16907         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
16908         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
16909         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
16910         Use an all-permissive copyright notice, recommended by RMS.
16911
16912 2005-01-18  Bob Proulx  <bob@proulx.com>
16913
16914         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
16915         simplify offsetof() macro construct to avoid compile failure with
16916         native HP-UX 11.0 ANSI C compiler.
16917
16918 2005-01-17  Bruno Haible  <bruno@clisp.org>
16919
16920         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
16921         redundant because stpncpy.m4 takes care of it.
16922
16923 2005-01-17  Bruno Haible  <bruno@clisp.org>
16924
16925         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
16926
16927 2005-01-17  Bruno Haible  <bruno@clisp.org>
16928
16929         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
16930         used.
16931
16932 2005-01-17  Bruno Haible  <bruno@clisp.org>
16933
16934         * lib/fwriteerror.h (fwriteerror): Change specification to include
16935         fclose.
16936         * lib/fwriteerror.c: Include <stdbool.h>.
16937         (fwriteerror): At the end, close the file stream. Record whether
16938         stdout was already closed.
16939
16940 2005-01-17  Bruno Haible  <bruno@clisp.org>
16941
16942         * lib/execute.c (environ): Declare if needed.
16943         * lib/pipe.c (environ): Likewise.
16944         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
16945
16946 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16947
16948         * modules/argp: Depend on vsnprintf
16949
16950 2005-01-10  Jim Meyering  <jim@meyering.net>
16951
16952         * modules/closeout (Depends-on): Add atexit.
16953
16954 2005-01-06  Bruno Haible  <bruno@clisp.org>
16955
16956         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
16957
16958 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
16959
16960         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
16961         definitions to be after all include files, to avoid collisions.
16962         Problem reported by Bob Proulx.
16963
16964 2005-01-04  Jim Meyering  <jim@meyering.net>
16965
16966         Changes imported from coreutils.
16967         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
16968         as the mkstemp template, use a temporary directory and an
16969         8.3-friendly template to avoid trouble on systems like DJGPP.
16970         Reported by Juan M. Guerrero via Stepan Kasal.
16971         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
16972         close. Remove the temporary directory right away, rather than waiting
16973         for configure's at-exit trap code to do it.
16974         Suggestion from Stepan Kasal.
16975
16976 2005-01-01  Simon Josefsson  <jas@extundo.com>
16977
16978         * gnulib-tool: Print #include directives when --import'ing.
16979
16980 2004-12-28  Simon Josefsson  <jas@extundo.com>
16981
16982         * tests/test-base64.c: Include required header files.  Remove
16983         unused variables.
16984
16985 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
16986
16987         * modules/error (Depends-on): Remove gettext.
16988
16989 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
16990
16991         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
16992         not needed.  This removes a dependency on the gettext module.
16993         [defined _LIBC]: Do not include <libintl.h>; not needed.
16994
16995 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
16996
16997         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
16998         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
16999
17000 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
17001
17002         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
17003         HAVE_DECL_STRTOLD.
17004
17005 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17006
17007         * modules/getdate (Depends-on): Remove alloca-opt.
17008
17009 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17010
17011         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
17012
17013 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17014
17015         * lib/argp-parse.c: Include <stddef.h>.
17016         (alignof, alignto): New macros.
17017         (parser_init): Don't assume that void * is aligned sufficiently
17018         for struct option.
17019
17020         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
17021         need to extend the stack.
17022         (YYINITDEPTH): New macro, so that the initial stack isn't overly
17023         large.
17024
17025 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17026
17027         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
17028
17029 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
17030
17031         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
17032         (2004-10-24) change.  Apparently this was a false alarm.
17033
17034         * modules/getdate: Depend on alloca-opt, not alloca.
17035
17036 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
17037
17038         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
17039         Remove now-obsolete comment about AIX.
17040         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
17041         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
17042         (YYMAXDEPTH): New macro.
17043
17044 2004-12-18  Simon Josefsson  <jas@extundo.com>
17045
17046         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
17047
17048 2004-12-18  Bruno Haible  <bruno@clisp.org>
17049
17050         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
17051
17052 2004-12-18  Bruno Haible  <bruno@clisp.org>
17053
17054         * lib/fatal-signal.c (fatal_signals): Make non-const.
17055         (init_fatal_signals): New function.
17056         (uninstall_handlers, install_handlers): Ignore signals that were set to
17057         SIG_IGN.
17058         (at_fatal_signal): Call init_fatal_signals.
17059         (init_fatal_signal_set): Likewise. Ignore signals that were set to
17060         SIG_IGN.
17061         Reported by Paul Eggert.
17062
17063 2004-12-18  Bruno Haible  <bruno@clisp.org>
17064
17065         * doc/alloca.texi: New file.
17066         * doc/alloca-opt.texi: New file.
17067
17068 2004-12-17  Jim Meyering  <jim@meyering.net>
17069
17070         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
17071         Otherwise, install-sh could exit with improper exit status when
17072         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
17073
17074 2004-12-16  Simon Josefsson  <jas@extundo.com>
17075
17076         * tests/test-base64.c: Add license.
17077
17078 2004-12-15  Stepan Kasal  <address@hidden>
17079
17080         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
17081
17082 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
17083
17084         * modules/getcwd (Files): Add m4/d-ino.m4.
17085         Suggested by Mark D. Baushke.
17086
17087 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
17088
17089         * lib/getdate.y (textint): New member "negative".
17090         (time_zone_hhmm): New function.
17091         Expect 14 shift-reduce conflicts, not 13.
17092         (o_colon_minutes): New rule.
17093         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
17094         (yylex): Set the "negative" member of signed numbers.
17095
17096 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
17097
17098         * doc/getdate.texi (Time of day items, Time zone items):
17099         Describe new formats +00:00, UTC+00:00.
17100
17101 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
17102
17103         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
17104         spurious "-l"s.  Problem reported by Stepan Kasal.
17105
17106 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
17107
17108         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
17109         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
17110
17111 2004-12-04  Simon Josefsson  <jas@extundo.com>
17112
17113         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
17114         Vandoorselaere <yoann@prelude-ids.org>.
17115
17116 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
17117
17118         Changes imported from coreutils.
17119         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
17120         exist.
17121         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
17122
17123 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
17124
17125         Changes imported from coreutils.
17126         * lib/hard-locale.c: Assume <locale.h> exists.
17127         Include "strdup.h".
17128         (GLIBC_VERSION): New macro.
17129         (hard_locale): Assume setlocale exists.
17130         Rewrite to avoid #ifdef.
17131         Use strdup rather than malloc + strcpy.
17132         * lib/human.c: Assume <locale.h> exists.
17133         (human_readable): Assume localeconv exists.
17134
17135 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
17136
17137         * modules/hard-locale (Depends-on): Add strdup.
17138
17139 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
17140
17141         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
17142         convert T2, not T.  (Imported from libc.)
17143
17144 2004-11-30  Simon Josefsson  <jas@extundo.com>
17145
17146         * modules/restrict (License): Change to LGPL.
17147
17148 2004-11-30  Simon Josefsson  <jas@extundo.com>
17149
17150         * m4/restrict.m4: Add copyright and copying conditions.
17151
17152 2004-11-30  Simon Josefsson  <jas@extundo.com>
17153
17154         * m4/base64.m4: New file.
17155
17156 2004-11-30  Simon Josefsson  <jas@extundo.com>
17157
17158         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
17159         base64.
17160
17161         * tests/test-base64.c: New file.
17162
17163         * modules/base64: New file.
17164
17165 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
17166
17167         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
17168         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
17169
17170         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
17171
17172 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
17173
17174         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
17175         (__getcwd.c): Don't restore errno; glibc doesn't.
17176         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
17177         first, falling back to our code only if its results look suspicious.
17178         Ensure that the resulting buffer is only as large as necessary.
17179
17180         * lib/readutmp.c: Include readutmp.h first.
17181         Include <errno.h>, since readutmp.h no longer does that.
17182         * lib/readutmp.h: Don't include <errno.h>,
17183         <sys/param.h>, <time.h>; not needed to establish interface.
17184         (errno): Remove decl.
17185         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
17186         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
17187         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
17188
17189 2004-11-28  Simon Josefsson  <jas@extundo.com>
17190
17191         * lib/base64.h, base64.c: New file.
17192
17193 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
17194
17195         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
17196
17197 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
17198
17199         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
17200         (Depends-on): Remove pathmax, same.  Add mempcpy.
17201         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
17202         (Makefile.am): Append getcwd.h to lib_SOURCES.
17203         (Include): Add getcwd.h.
17204         (Maintainer): Change from Jim Meyering to "all, glibc",
17205         since getdate now uses intended-for-glibc code.
17206         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
17207         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
17208
17209 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
17210
17211         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
17212         HP's ANSI C compiler.
17213         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
17214         Declaring int functions causes warnings on some modern systems and
17215         shouldn't be needed to compile on ancient ones.
17216         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
17217         defined.
17218
17219         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
17220         with the following changes.
17221         (__set_errno): Parenthesize properly.
17222         Include <stdbool.h>.
17223         (MIN, MAX, MATCHING_INO): New macros.
17224         (__getcwd): Define with prototype, not K&R form.
17225         Use heuristics to allocate default buffer on stack if possible.
17226         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
17227         behavior, and to avoid the PATH_MAX limit when computing
17228         ../../../../...
17229         Use MATCHING_INO to compare inode number to file.
17230         Check for arithmetic overflow in size calculations.
17231         Fix bug in reallocation of dot array that caused getcwd to fail
17232         on directories nested deeper than 75.
17233         Be more careful about saving errno on error.
17234         Do not use realloc; use only free+malloc, as this is a bit
17235         more flexible and avoids a needless copy operation.
17236         Do not inspect st_dev and st_ino for symbolic links; POSIX
17237         doesn't specify the latter.
17238         Check for closedir errors.
17239         Avoid needless casts.
17240         Use "#ifdef weak_alias" around weak_alias, to be like other
17241         glibc code.
17242         The following changes to getcwd.c have effect only when used in
17243         gnulib; they have no effect inside glibc proper.
17244         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
17245         as alloca isn't used.
17246         (alloca, __alloca): Likewise.
17247         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
17248         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
17249         unconditionally, as gnulib assumes C89 or better.
17250         Do not include <sys/param.h>.
17251         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
17252         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
17253         better.
17254         (NULL) [!defined NULL]: Remove; we assume C89 or better.
17255         Include <dirent.h> in a way that is compatible with modern Autoconf.
17256         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
17257         New macros, if not already defined.
17258         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
17259         Use "_LIBC", not "defined _LIBC", for consistency.
17260         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
17261         a mempcpy module.
17262         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
17263         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
17264         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
17265         credit only to Jim Meyering and adjust the copyright dates.
17266         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
17267         <stdlib.h>, <unistd.h>, "pathmax.h".
17268         Instead, include "xgetcwd.h" (first) and "getcwd.h".
17269         (INITIAL_BUFFER_SIZE): Remove.
17270         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
17271
17272 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
17273
17274         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
17275         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
17276         Use the _ONCE methods, for efficiency.
17277         Check for fcntl.h.  In test program, include <errno.h>
17278         and <fcntl.h> if available.  Remove old K&R cruft from
17279         test program.  Check for common errors in GNU/Linux,
17280         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
17281         don't do AC_LIBOBJ, as that's getcwd.m4's job.
17282         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
17283         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
17284         name accordingly.
17285         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
17286         accommodate new getcwd.c.
17287         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
17288         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
17289         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
17290         that's all we need now.
17291
17292 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17293
17294         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
17295         argp-parse.c depends on getopt internals, that means we should
17296         always use our getopt, to be on the safe side.
17297         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
17298         order not to spoil the result of an eventual previous invocation
17299         of gl_GETOPT_SUBSTITUTE.
17300
17301 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17302
17303         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
17304         redefinition warnings. To avoid them, include the defines
17305         in `#if !defined __need_getopt ... #endif'. The only place
17306         where __getopt_argv_const is used is in definitions
17307         of getopt_long and getopt_long_only below, which are as well
17308         protected by `#ifndef __need_getopt'.
17309         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
17310         __need_getopt after including <stdio.h> and <unistd.h> These
17311         headers might have defined it.
17312
17313 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
17314
17315         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
17316
17317 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
17318
17319         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
17320         (futimens): New function, which uses futimes if available.
17321         (futimens, utimens): Support timespec==NULL, with same semantics
17322         as utime and utimens.
17323         * lib/utimens.h (futimens): New decl.
17324
17325 2004-11-23  Jim Meyering  <jim@meyering.net>
17326
17327         * lib/getopt_.h: Remove trailing blanks.
17328
17329 2004-11-23  Jim Meyering  <jim@meyering.net>
17330
17331         * lib/__fpending.c: Add comment.
17332
17333 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
17334
17335         * modules/canonicalize (Depends-on): Add xreadlink.
17336         Problem reported by James Youngman.
17337
17338 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
17339
17340         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
17341         New macros.
17342         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
17343         optopt): Use them instead of invoking ## directly; otherwise, the
17344         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
17345
17346 2004-11-19  Bruno Haible  <bruno@clisp.org>
17347
17348         * lib/strtok_r.c: Move comments from here...
17349         * lib/strtok_r.h: ... to here.
17350
17351 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
17352
17353         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
17354         implementations that mishandle size_t overflow.
17355
17356 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
17357
17358         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
17359         might fail.  Problem reported by Yoann Vandoorselaere.
17360         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
17361         implementations that mishandle size_t overflow.
17362
17363 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
17364
17365         * modules/canon-host (Depends-on): Add strdup.
17366
17367 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
17368
17369         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
17370
17371 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
17372
17373         * lib/canon-host.c: Include "strdup.h".
17374         (canon_host): Use getaddrinfo if available, so that IPv6 works.
17375         Use strdup instead of malloc/strcpy to duplicate strings.
17376
17377         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
17378         (human_space_before_unit): New constant.
17379         * lib/human.c (human_readable): Support it.
17380
17381         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
17382         (xgetcwd): Set errno correctly when failing.
17383         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
17384         the failure is actually due to a PATH_MAX problem.
17385
17386         Further getopt changes to make it more likely that glibc will
17387         buy the changes back.
17388         * lib/getopt.c (POSIXLY_CORRECT): New constant.
17389         (getopt): Use it, so to preserve glibc semantic
17390         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
17391         when compiling for libc.
17392         * lib/getopt_.h (__getopt_argv_const): Bring it back.
17393         (getopt_long, getopt_long_only): Use it.
17394
17395         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
17396         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
17397         (getopt): Argv is now char * const *, as per standard.
17398         (_getopt_internal_r, _getopt_internal): Argv is now char **,
17399         not char *__getopt_argv_const *.
17400         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
17401         _getopt_long_only_r): Likewise.
17402         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
17403         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
17404         _getopt_long_r, _getopt_long_only_r): Likewise.
17405         * lib/getopt_.h (__getopt_argv_const): Remove.
17406         (getopt): Argv is now char * const *, as per standard.
17407
17408         * lib/getdate.y (tORDINAL): New token.
17409         (day, relunit): Allow it for relative times.
17410         (relative_time_table): Use tORDINAL for ordinals.
17411
17412 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
17413
17414         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
17415         Document that "second" isn't allowed as an ordinal number.
17416
17417 2004-11-16  Jim Meyering  <jim@meyering.net>
17418
17419         * modules/closeout (Depends-on): Add fpending.
17420
17421 2004-11-15  Jim Meyering  <jim@meyering.net>
17422
17423         * lib/closeout.c: Include "__fpending.h" once again.
17424         Include <stdbool.h>.
17425         (close_stdout): Don't fail just because stdout was closed initially,
17426         since some programs don't write to stdout in the normal course of
17427         operation (other than --version and --help), and we don't want this
17428         function to make e.g. `touch file >&-' fail.
17429         But do fail if it was closed and someone has tried to write to it.
17430         E.g., `printf foo >&-' must fail.
17431
17432 2004-11-13  Jim Meyering  <jim@meyering.net>
17433
17434         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
17435
17436 2004-11-12  Simon Josefsson  <jas@extundo.com>
17437
17438         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
17439         small doc fix is still pending.
17440
17441 2004-11-11  Simon Josefsson  <jas@extundo.com>
17442
17443         * modules/strtok_r: New file.
17444
17445         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
17446         strtok_r.
17447
17448 2004-11-11  Simon Josefsson  <jas@extundo.com>
17449
17450         * m4/strtok_r.m4: New file.
17451
17452         * m4/getopt.m4: Replace opterr.
17453
17454 2004-11-11  Simon Josefsson  <jas@extundo.com>
17455
17456         * lib/strtok_r.h, strtok_r.c: New file.
17457
17458 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
17459
17460         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
17461         of replacing opterr, getopt, etc.  This should handle the
17462         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
17463
17464 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
17465
17466         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
17467         we can stop lying to compilers about the constness of argv when we
17468         are compiled outside glibc.
17469         (getopt, getopt_long, getopt_long_only): Use it.
17470         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
17471         _getopt_internal, getopt): Likewise.
17472         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
17473         _getopt_long_only_r): Likewise.
17474         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
17475         _getopt_long_r, _getopt_long_only_r): Likewise.
17476
17477         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
17478         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
17479         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
17480         the other external symbols.
17481         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
17482         declaration, since the above renaming now works around collisions.
17483
17484 2004-11-11  Jim Meyering  <jim@meyering.net>
17485
17486         * lib/linebreak.c: Remove trailing blanks.
17487         * lib/alloca_.h: Likewise.
17488         * lib/acosl.c: Likewise.
17489         * lib/euidaccess.c: Likewise.
17490         * lib/allocsa.h: Likewise.
17491
17492 2004-11-10  Simon Josefsson  <jas@extundo.com>
17493
17494         * m4/getaddrinfo.m4: New file.
17495
17496 2004-11-10  Simon Josefsson  <jas@extundo.com>
17497
17498         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
17499
17500 2004-11-10  Simon Josefsson  <jas@extundo.com>
17501
17502         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
17503         getaddrinfo.
17504
17505         * modules/getaddrinfo: New file.
17506
17507 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
17508
17509         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
17510
17511 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
17512
17513         * lib/mktime.c (SHR): New macro, which is a portable
17514         substitute for >> that should work even on Crays.
17515         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
17516         Problem reported by Mark D. Baushke in
17517         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
17518         * lib/getdate.y (SHR): Likewise.
17519         (tm_diff): Use it.
17520         * lib/strftime.c (SHR): Likewise.
17521         (tm_diff): Use it.
17522         * lib/quotearg.c (struct quoting_options): Use unsigned int for
17523         quote_these_too, so that right shifts are well defined.  All uses
17524         changed.
17525
17526 2004-11-10  Jim Meyering  <jim@meyering.net>
17527
17528         Ensure that no close failure goes unreported.
17529         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
17530         return early when it seems there's nothing to flush.
17531         Don't include __fpending.h.
17532
17533 2004-11-10  Jim Meyering  <jim@meyering.net>
17534
17535         * modules/closeout (Depends-on): Remove fpending.
17536
17537 2004-11-10  Jim Meyering  <jim@meyering.net>
17538
17539         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
17540
17541 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
17542
17543         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
17544         gl_FUNC_STRFTIME.
17545         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
17546         and AC_REQUIRE when possible, to avoid duplicate checks.
17547         Check for <wchar.h>.
17548
17549 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
17550
17551         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
17552
17553 2004-11-09  Bruno Haible  <bruno@clisp.org>
17554
17555         * m4/sockpfaf.m4: New file.
17556
17557 2004-11-05  Bruno Haible  <bruno@clisp.org>
17558
17559         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
17560         Reported by Mark D. Baushke <mdb@cvshome.org>.
17561
17562 2004-11-04  Bruno Haible  <bruno@clisp.org>
17563
17564         2004-09-11  Bruno Haible  <bruno@clisp.org>
17565                 * allocsa.valgrind: New file.
17566         2004-02-06  Bruno Haible  <bruno@clisp.org>
17567                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
17568                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
17569                 Reported by Christopher Seip <chris.seip@hp.com>.
17570
17571 2004-11-04  Bruno Haible  <bruno@clisp.org>
17572
17573         * modules/allocsa (Files): Add lib/allocsa.valgrind.
17574         (Makefile.am): Distribute it.
17575
17576 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
17577
17578         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
17579         with errno == ERANGE if the buffer is too small.
17580         Problem reported by Mark D. Baushke.
17581
17582 2004-11-03  Albert Chin  <china@thewrittenword.com>
17583             Paul Eggert  <eggert@cs.ucla.edu>
17584
17585         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
17586         equivalent, substitute $ac_type for equivalent type rather than
17587         blindly using uint32_t *always* which won't work if uint32_t is not
17588         available.  Define _UINT32_T to work around typedef of uint32_t if
17589         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
17590         2.5.1.
17591
17592 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
17593
17594         * m4/jm-macros.m4: Sync from coreutils.
17595         (gl_MACROS): Check for mbrlen, for pathchk.
17596         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
17597
17598 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
17599
17600         * lib/xreadlink.c (MAXSIZE): New macro.
17601         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
17602         size does not exceed MAXSIZE.  Avoid cast.
17603         As suggested by Mark D. Baushke in
17604         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
17605         if readlink fails with buffer size just under MAXSIZE, try again
17606         with MAXSIZE.
17607
17608 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
17609
17610         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
17611
17612 2004-11-02  Derek R. Price  <derek@ximbiot.com>
17613         and  Paul Eggert  <eggert@cs.ucla.edu>
17614
17615         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
17616         (get_date): Overparenthesize to avoid GCC warning.
17617
17618 2004-11-02  Bruno Haible  <bruno@clisp.org>
17619
17620         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
17621         returns void.
17622
17623 2004-11-02  Bruno Haible  <bruno@clisp.org>
17624
17625         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
17626         function returns void.
17627
17628 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
17629
17630         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
17631         fflush_unlocked, flockfile, funlockfile, funlockfile,
17632         fputs_unlocked, putc_unlocked.
17633
17634 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
17635
17636         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
17637         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
17638         already declared.
17639
17640 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
17641
17642         * modules/getdate (Files): Add doc/getdate.texi.
17643         (Depends-on): Add setenv, xalloc.
17644
17645 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
17646
17647         * lib/getdate.y: Add support for TZ="foo" within a date string.
17648         Fix some bugs near time_t boundaries.  Reject dates with
17649         out-of-range components, e.g., "Sept 31".
17650         Include <stdlib.h>, "setenv.h", "xalloc.h".
17651         (ISDIGIT_LOCALE): Remove; unused.
17652         Note that the TZ and time functions used here are not reentrant.
17653         (mktime_ok, get_tz): New functions.
17654         (TZBUFSIZE): New constant.
17655         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
17656         This requires that we sometimes generate our own TZ="XXX..." setting.
17657
17658 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
17659
17660         * doc/getdate.texi: New file, from coreutils with modifications for
17661         the new TZ parsing.
17662
17663 2004-10-27  Derek R. Price  <derek@ximbiot.com>
17664
17665         * lib/mktime.c (not_equal_tm): Remove redundant check.
17666
17667 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
17668
17669         * modules/regex (lib_SOURCES): Add regex.c.
17670         Reported by James Youngman in
17671         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
17672
17673 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
17674
17675         * lib/getdate.y: Use Bison 1.875 features, and some minor
17676         code cleanups.  This change does not affect semantics.
17677         Don't include <stdlib.h>; no longer needed.
17678         Don't include unlocked-io.h; only the "#if TEST" code uses
17679         stdio, and performance isn't crucial there.
17680         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
17681         Bison 1.875 features as described below.
17682         All uses of "PC." replaced by "pc->".
17683         (YYSTYPE): Add a forward declaration.
17684         (yylex, yyerror): Use full prototypes in forward decls.
17685         Use "%pure-parser" rather than obsolescent "%pure_parser".
17686         Use %parse-param and %lex-param instead of obsolescent
17687         YYPARSE_PARAM and YYLEX_PARAM.
17688         (meridian_table, month_and_day_table, time_units_table,
17689         relative_time_table, time_zone_table, military_table,
17690         lookup_zone, lookup_word, get_date):
17691         Use NULL instead of 0 where appropriate.
17692         (to_hour): Avoid abort (), to avoid a dependency on
17693         stdlib.h.
17694         (yyerror, yylex): Now accepts parser_control * arg.
17695         (main) [TEST]: Use '\0' rather than 0 for char.
17696
17697 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
17698
17699         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
17700
17701 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
17702
17703         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
17704         It's now the caller's responsibility to handle the case where
17705         !HAVE_GETPAGESIZE && !defined getpagesize.
17706
17707         * lib/mktime.c (leapyear): Arg is long int, not int.
17708
17709 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
17710
17711         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
17712
17713 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
17714
17715         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
17716         missing.  Problem reported by James Youngman.
17717
17718 2004-10-16  Simon Josefsson  <jas@extundo.com>
17719
17720         * gnulib-tool: Fix comments.  Fix parse problem.
17721         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
17722
17723 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
17724
17725         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
17726         implementation of getopt_long.  Problem reported by Alexander Taler in:
17727         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
17728
17729 2004-10-15  Bruno Haible  <bruno@clisp.org>
17730
17731         * gnulib-tool: Untabify. Initialize supplied_libname.
17732         (func_usage): More homogenous output.
17733         (func_modules_transitive_closure, func_modules_to_filelist,
17734         func_emit_lib_Makefile_am): New functions.
17735         (func_import): New function, extracted from big case statement. Use
17736         func_get_license, func_modules_transitive_closure,
17737         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
17738         opt_lgpl. Don't use test -a, as it's not portable.
17739         (func_create_testdir): Use func_modules_transitive_closure,
17740         func_modules_to_filelist, func_emit_lib_Makefile_am.
17741
17742 2004-10-15  Bruno Haible  <bruno@clisp.org>
17743
17744         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
17745
17746 2004-10-15  Bruno Haible  <bruno@clisp.org>
17747
17748         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
17749         the portions belonging to each module.
17750         Suggested by Derek Robert Price <derek@ximbiot.com>.
17751
17752 2004-10-12  Simon Josefsson  <jas@extundo.com>
17753
17754         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
17755         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
17756         to real functions.
17757
17758 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17759
17760         * modules/vsnprintf: New file.
17761
17762 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17763
17764         * m4/vsnprintf.m4: New file.
17765
17766 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17767
17768         * lib/vsnprintf.h: New file.
17769         * lib/vsnprintf.c: New file.
17770
17771 2004-10-11  Bruno Haible  <bruno@clisp.org>
17772
17773         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
17774         vsnprintf.
17775
17776 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
17777
17778         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
17779
17780 2004-10-07  Bruno Haible  <bruno@clisp.org>
17781
17782         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
17783         fits into the provided buffer.
17784
17785 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
17786
17787         * lib/diacrit.c, diacrit.h: Add GPL notice.
17788
17789         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
17790         notice.
17791         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
17792         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
17793         This avoids a potential constant-folding bug.
17794
17795 2004-10-05  Bruno Haible  <bruno@clisp.org>
17796
17797         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
17798         for the declaration of strsep.
17799
17800 2004-10-05  Bruno Haible  <bruno@clisp.org>
17801
17802         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
17803
17804 2004-10-04  Simon Josefsson  <jas@extundo.com>
17805
17806         * modules/memmem: New file.
17807         * tests/test-memmem.c: New file.
17808         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
17809
17810 2004-10-04  Simon Josefsson  <jas@extundo.com>
17811
17812         * m4/memmem.m4: New file.
17813
17814 2004-10-04  Simon Josefsson  <jas@extundo.com>
17815
17816         * lib/memmem.h: New file.
17817         * lib/memmem.c: New file, taken from glibc.
17818
17819 2004-10-04  Simon Josefsson  <jas@extundo.com>
17820
17821         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
17822         '#ifdef USE_UNLOCKED_IO'.
17823
17824 2004-10-04  Simon Josefsson  <jas@extundo.com>
17825
17826         * config/srclist.txt: Add memmem from glibc.
17827
17828 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
17829
17830         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
17831
17832         * modules/argmatch, modules/argp, modules/closeout, modules/error,
17833         modules/exclude, modules/getdate, modules/getline,
17834         modules/getndelim2, modules/getpass, modules/getpass-gnu,
17835         modules/getusershell, modules/linebuffer, modules/md5,
17836         modules/mountlist, modules/posixtm, modules/readtokens,
17837         modules/readutmp, modules/regex, modules/sha1,
17838         modules/version-etc, modules/yesno:
17839         Remove dependency on unlocked-io.
17840
17841 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
17842
17843         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
17844
17845         * m4/unlocked-io.m4: Add copyright notice.
17846         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
17847
17848 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
17849
17850         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
17851         * lib/xmalloc.c (xmemdup): Likewise.
17852         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
17853         XFREE): Remove these long-obsolescent macros.
17854         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
17855         * lib/xstrdup.c: Remove.
17856
17857         * lib/regex.c (re_comp): Cast gettext return value to char *,
17858         Problem reported by Martin Neitzel via Mark D. Baushke.
17859
17860 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
17861
17862         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
17863         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
17864         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
17865         regex.c, sha1.c, version-etc.c, yesno.c:
17866         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
17867         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
17868         the includer's responsibility.
17869
17870         Sync from coreutils.
17871
17872         * lib/modechange.c (mode_compile): Don't decrement a pointer that
17873         points to the start of a string, as the C Standard says the
17874         resulting behavior is undefined.
17875
17876         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
17877         simple -> simple_backups, numbered_existing ->
17878         numbered_existing_backups, numbered -> numbered_backups
17879         to avoid shadowing problems.  All uses changed.
17880         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
17881         * lib/backupfile.c (check_extension, numbered_backup):
17882         Rename locals to avoid shadowing 'basename'.
17883         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
17884         once.
17885
17886         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
17887         * lib/.cvsignore: Add getopt.h.
17888
17889 2004-10-04  Bruno Haible  <bruno@clisp.org>
17890
17891         * modules/README: New file.
17892         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
17893         not a module.
17894
17895 2004-10-02  Jim Meyering  <jim@meyering.net>
17896
17897         * lib/dirfd.h, getpagesize.h: Add copyright notice.
17898
17899 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17900
17901         * modules/strsep: New file.
17902
17903 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17904
17905         * m4/strsep.m4: New file.
17906
17907 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17908
17909         * lib/strsep.h: New file.
17910         * lib/strsep.c: New file.
17911
17912 2004-10-01  Simon Josefsson  <jas@extundo.com>
17913
17914         * lib/snprintf.c (snprintf): Handle size==0.
17915
17916 2004-10-01  Simon Josefsson  <jas@extundo.com>
17917             Bruno Haible  <bruno@clisp.org>
17918
17919         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
17920         (snprintf): Declare 'args'.
17921
17922 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
17923
17924         * lib/snprintf.c: Remove comments as to why each header is needed.
17925
17926 2004-10-01  Bruno Haible  <bruno@clisp.org>
17927
17928         * MODULES.html.sh: Add strsep.
17929
17930 2004-09-30  Simon Josefsson  <jas@extundo.com>
17931
17932         * modules/snprintf: New file.
17933
17934 2004-09-30  Simon Josefsson  <jas@extundo.com>
17935
17936         * m4/snprintf.m4: New file.
17937
17938 2004-09-30  Simon Josefsson  <jas@extundo.com>
17939
17940         * lib/snprintf.h, lib/snprintf.c: New files.
17941
17942 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17943
17944         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
17945         (hol_entry_help): Never translate an empty string.
17946         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
17947         * lib/argp.h (OPTION_NO_TRANS): New option.
17948
17949 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
17950
17951         * modules/argp (Maintainer): Replace Simon Josefsson
17952         by Sergey Poznyakoff.
17953
17954 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
17955
17956         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
17957         changes merged back into glibc.
17958
17959 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
17960
17961         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
17962
17963 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
17964
17965         * lib/xvasprintf.c: Include xalloc.h.
17966         (xvasprintf): Use xalloc_die, not xmalloc_die.
17967
17968 2004-09-29  Bruno Haible  <bruno@clisp.org>
17969
17970         * modules/alloca-opt: New file, derived from modules/alloca.
17971         * modules/allocsa: Depend on alloca-opt instead of alloca.
17972         * modules/setenv: Likewise.
17973         * modules/vasnprintf: Likewise.
17974         * MODULES.html.sh: Add alloca-opt.
17975
17976 2004-09-28  Simon Josefsson  <jas@extundo.com>
17977
17978         * gnulib-tool: New parameter --lgpl, to asseert that modules are
17979         LGPL, and to replace license template from GPL to LGPL.
17980
17981 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
17982
17983         * modules/dummy: Change license to LGPL.
17984
17985 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
17986
17987         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
17988
17989 2004-09-24  Simon Josefsson  <jas@extundo.com>
17990
17991         * modules/minmax (License): Change from GPL to LGPL.
17992
17993 2004-09-23  Simon Josefsson  <jas@extundo.com>
17994
17995         * gnulib-tool (--import): Typo.
17996
17997 2004-09-23  Simon Josefsson  <jas@extundo.com>
17998
17999         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
18000
18001 2004-09-22  Bruno Haible  <bruno@clisp.org>
18002
18003         * modules/*: Add 'License' field.
18004         * gnulib-tool: Accept --extract-license option.
18005         (func_get_license): New function.
18006
18007 2004-09-21  Bruno Haible  <bruno@clisp.org>
18008
18009         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
18010         Reported by Simon Josefsson.
18011
18012 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
18013
18014         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
18015         gl_AC_TYPE_LONG_LONG.
18016
18017 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
18018
18019         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
18020
18021 2004-09-18  Simon Josefsson  <jas@extundo.com>
18022         and  Paul Eggert  <eggert@cs.ucla.edu>
18023
18024         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
18025         calls with autoreconf.  Define GL_LIB.
18026
18027 2004-09-14  Karl Berry  <karl@gnu.org>
18028
18029         * config/srclist.txt: unsync setenv.c, sigh.
18030
18031 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
18032
18033         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
18034         Problem reported by Bruno Haible in:
18035         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
18036
18037 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
18038
18039         * config/srclist.txt: Comment out argp-pvh.c.
18040
18041 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
18042
18043         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
18044         in case some system header has #define'd it.  Problem reported by
18045         Soeren D. Schulze in
18046         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
18047
18048 2004-09-09  Karl Berry  <karl@gnu.org>
18049
18050         * regex.[ch]: delete from the root.  These were supposed to be
18051                 synced with emacs cvs, but this has not happened for about
18052                 a year, and anyway nothing else uses emacs regex.[ch].
18053                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
18054                 lib/regex[.ch] is untouched.
18055
18056 2004-09-09  Bruno Haible  <bruno@clisp.org>
18057
18058         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
18059
18060 2004-09-09  Bruno Haible  <bruno@clisp.org>
18061
18062         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
18063         modifications.
18064         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
18065
18066 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
18067
18068         * modules/xvasprintf: New file.
18069         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
18070
18071 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
18072
18073         * lib/xvasprintf.h: New file.
18074         * lib/xvasprintf.c: New file.
18075         * lib/xasprintf.c: New file.
18076
18077 2004-09-08  Bruno Haible  <bruno@clisp.org>
18078
18079         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
18080
18081 2004-09-08  Bruno Haible  <bruno@clisp.org>
18082
18083         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
18084         length is > INT_MAX.
18085         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
18086         more.
18087
18088 2004-09-08  Bruno Haible  <bruno@clisp.org>
18089
18090         * lib/stdint_.h: New file, taken from GNU clisp.
18091
18092 2004-09-08  Bruno Haible  <bruno@clisp.org>
18093             Oskar Liljeblad  <oskar@osk.mine.nu>
18094
18095         * modules/stdint: New file.
18096         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
18097
18098 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18099
18100         Import from coreutils.
18101         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
18102         strings on unbounded length.  alloca's performance benefits aren't
18103         that important here.
18104         (V_STRDUP): Remove.
18105         (parse_with_separator): New function, with most of the internals
18106         of the old parse_user_spec.  Allow user to omit both user and group,
18107         for compatibility with FreeBSD.
18108         Clone only the user name, not the entire spec.
18109         Do not set *uid, *gid unless entirely successful.
18110         Avoid memory leak in some failing cases.
18111         Fix regression for USER.GROUP reported by Dmitry V. Levin in
18112         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
18113         (parse_user_spec): Rewrite to use parse_with_separator.
18114
18115 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18116
18117         * modules/userspec: Don't depend on alloca.
18118
18119 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18120
18121         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
18122
18123 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
18124
18125         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
18126         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
18127         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
18128
18129 2004-08-16  Simon Josefsson  <jas@extundo.com>
18130
18131         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
18132         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
18133         Add --dry-run for --import.
18134         Let user provided command line parameters override configure.ac
18135         settings.
18136
18137 2004-08-12  Simon Josefsson  <jas@extundo.com>
18138
18139         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
18140         as discussed with Paul Eggert in threads rooted at
18141         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
18142         and
18143         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
18144         Before, the test was empty, and relied on ELIDE_CODE in source
18145         code.)
18146         (gl_PREREQ_GETOPT): New macro.
18147         (gl_GETOPT): Use them.
18148
18149 2004-08-12  Simon Josefsson  <jas@extundo.com>
18150
18151         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
18152         * lib/getopt_.h: Renamed from getopt.h.
18153
18154 2004-08-12  Simon Josefsson  <jas@extundo.com>
18155
18156         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
18157         Change default library name from libfoo to libgnu.
18158         Now, if you have a configure.ac that says:
18159                 gl_SOURCE_BASE(gl)
18160                 gl_M4_BASE(gl/m4)
18161                 gl_MODULES(error getopt etcetera)
18162                 gl_INIT
18163         you can import all you need by running:
18164                 ../gnulib/gnulib-tool --import
18165
18166         * modules/getopt (Files): Rename getopt.h to getopt_.h.
18167         (Makefile.am): Rewrite, use logic from argz.
18168         (Include): Use <getopt.h> instead of "getopt.h".
18169
18170 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
18171
18172         * modules/argp (Files): Add m4/unlocked-io.m4.
18173         (Depends-on): Add extensions.
18174
18175 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
18176
18177         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
18178         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
18179         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
18180         Check for program_invocation_name, program_invocation_short_name,
18181         flockfile, funlockfile, features.h, _getopt_long_only_r.
18182
18183 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
18184
18185         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
18186         its complicated substitute.
18187         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
18188         and program_invocation_name.
18189         (__argp_basename) [!_LIBC]: Remove; the only use was
18190         replaced by its body.
18191         (__argp_short_program_name): Change condition from
18192         !defined __argp_short_program_name to
18193         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
18194         to match argp-namefrob.h.
18195         (__argp_failure): Don't assume strerror_r returns char *.
18196         * lib/argp-parse.c (N_): Define unconditionally.
18197         (argp_default_options): Fill out initializers with 0 to avoid
18198         gcc warnings.
18199
18200 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
18201
18202         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
18203         getopt1.c.
18204
18205 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
18206
18207         Merge from coreutils.
18208
18209         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
18210
18211         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
18212         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
18213
18214 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
18215
18216         Merge from coreutils.
18217
18218         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
18219         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
18220         for Reliant Unix 5.43.
18221
18222         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
18223         (union fooround): Use uintmax_t, not long int.
18224         The rest is a merge from libc:
18225         [defined _LIBC]: Include <shlib-compat.h>.
18226         (_obstack) [defined _LIBC]: Remove after 2.3.4.
18227
18228         * lib/settime.c (settime): Recode to avoid warning with
18229         Sun Forte C 6U2.
18230
18231         * lib/strverscmp.c: Convert to UTF-8.
18232
18233 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
18234
18235         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
18236         m4/uintmax_t.m4.
18237
18238 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
18239
18240         * modules/xalloc-die: New file.
18241         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
18242
18243         * modules/md5 (Files): Add m4/uint32_t.m4.
18244         * modules/sha1: Renamed from modules/sha.
18245         (Files):
18246         Rename lib/sha.h to lib/sha1.h.
18247         Rename lib/sha.c to lib/sha1.c.
18248         Rename m4/sha.m4 to m4/sha1.m4.
18249         (lib_SOURCES): Likewise.
18250         (configure.ac): Rename gl_SHA to gl_SHA1.
18251         (Include): sha.h -> sha1.h.
18252
18253 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
18254
18255         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
18256         * m4/sha1.m4: Renamed from sha.m4.
18257         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
18258
18259 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
18260
18261         * lib/obstack.h (obstack_empty_p):
18262         Don't assume that chunk->contents is suitably aligned.
18263         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
18264         Likewise. Problem reported by Benno in
18265         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
18266
18267         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
18268         readable.  This could be improved further but it'd take some work.
18269
18270 2004-08-08  Simon Josefsson  <jas@extundo.com>
18271
18272         * modules/xgethostname (Depends-on): Remove exit and error (not
18273         used).
18274
18275         * modules/getpass-gnu: Add getpass.h.
18276         (Depends-on): Add stdbool.
18277         * modules/getpass: Add getpass.h.
18278
18279 2004-08-08  Simon Josefsson  <jas@extundo.com>
18280
18281         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
18282         Check getpass declaration.
18283
18284 2004-08-08  Simon Josefsson  <jas@extundo.com>
18285
18286         * lib/xgethostname.c: Don't include error.h (not used).
18287
18288         * lib/getpass.h: Add.
18289         * lib/getpass.c: Include getpass.h first.
18290
18291 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
18292
18293         * lib/xalloc-die.c: New file.
18294         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
18295         All uses removed.
18296         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
18297         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
18298         xalloc-die.c.
18299         (_, N_, xalloc_die): Move to xalloc-die.c.
18300         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
18301         so that we needn't mess with xalloc_msg_memory_exhausted.
18302
18303         * lib/sha1.h: Renamed from sha.h.
18304         (SHA1_H): Renamed from _SHA_H.
18305         (sha1_ctx): Renamed from sha_ctx.
18306         (sha1_init_ctx): Renamed from sha_init_ctx.
18307         (sha1_process_block): Renamed from sha_process_block.
18308         (sha1_process_bytes): Renamed from sha_process_bytes.
18309         (sha1_finish_ctx): Renamed from sha_finish_ctx.
18310         (sha1_read_ctx): Renamed from sha_read_ctx.
18311         (sha1_stream): Renamed from sha_stream.
18312         (sha1_buffer): Renamed from sha_buffer.
18313         * lib/sha1.c: Likewise; renamed from sha.c.
18314         Do not include <sys/types.h>.
18315         Include <stddef.h> rather than <stdlib.h>.
18316
18317 2004-08-08  Bruno Haible  <bruno@clisp.org>
18318
18319         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
18320         FILESYSTEM_PREFIX_LEN.
18321         * lib/progreloc.c: Likewise.
18322         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
18323
18324 2004-08-06  Simon Josefsson  <jas@extundo.com>
18325
18326         * modules/progname (Depends-on): Don't depend on stdbool.
18327
18328 2004-08-06  Simon Josefsson  <jas@extundo.com>
18329
18330         * modules/getsubopt: New file.
18331         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18332         getsubopt.
18333
18334 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
18335
18336         More merge from coreutils.
18337
18338         * m4/utimens.m4, m4/utimecmp.m4: New files.
18339         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
18340         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
18341         prereq.m4, sha.m4: Import changes from coreutils.
18342
18343 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
18344
18345         More merge from coreutils.
18346         * modules/raise, modules/readtokens0, modules/utimens:
18347         * modules/utimecmp, module/xnanosleep: New files.
18348         * modules/strftime: Add lib/strftime.h.
18349         Change include from <time.h> to "strftime.h".
18350         * modules/yesno: Add lib/yesno.h.
18351         * modules/backupfile: Remove lib/addext.c.
18352         * modules/euidaccess: Add stat-macros.h.
18353         * modules/canonicalize, modules/euidaccess,
18354         modules/filemode, modules/lchown, modules/makepath,
18355         modules/rmdir, modules/stat: Likewise.
18356
18357 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
18358
18359         Merge from tar.
18360         * lib/argp-help.c (make_hol, hol_append): Don't assume that
18361         SIZE_MAX is a valid preprocessor constant.
18362         (__argp_basename): Change from "#ifndef _LIBC"
18363         to "#ifndef __argp_short_program_name", so that
18364         we don't compile these functions for tar.
18365
18366         More merges from coreutils.
18367         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
18368         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
18369         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
18370         * lib/addext.c: Remove; no longer needed.
18371         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
18372         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
18373         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
18374         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
18375         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
18376         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
18377         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
18378         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
18379         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
18380         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
18381         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
18382         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
18383         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
18384         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
18385         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
18386         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
18387         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
18388         Import changes from coreutils.
18389
18390 2004-08-05  Simon Josefsson  <jas@extundo.com>
18391
18392         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
18393
18394 2004-08-05  Simon Josefsson  <jas@extundo.com>
18395
18396         * m4/getsubopt.m4: New file.
18397
18398 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
18399
18400         Merge from coreutils.
18401
18402         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
18403         * m4/getcwd-path-max.m4: New files.
18404
18405         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
18406         FILESYSTEM_PREFIX_LEN ->
18407         FILE_SYSTEM_PREFIX_LEN.
18408         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
18409         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
18410         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
18411         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
18412
18413         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
18414         prerequisite modules now handle the DOS stuff.
18415         Don't check for unistd.h.
18416
18417 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
18418
18419         Merge from coreutils.
18420
18421         * lib/.gdb-history: Remove; this doesn't belong here.
18422
18423         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
18424         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
18425         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
18426         * lib/getcwd.c: New files.
18427
18428         * lib/dirname.h: Include <stdbool.h>.
18429         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
18430         for consistency with POSIX terminology.  All uses changed.
18431         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
18432         (strip_trailing_slashes): Use bool for booleans.
18433         * lib/stripslash.c (strip_trailing_slashes): Likewise.
18434
18435         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
18436         sometimes returns a positive errno value even when it succeeds.
18437         (print_errno_message) [!LIBC]: Fall back on strerror if
18438         __strerror_r fails.
18439
18440         * lib/path-concat.c (mempcpy): Don't define if a system header defines
18441         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
18442         (longest_relative_suffix): New function.
18443         (path_concat): Use it.  Assume first argument is not NULL.
18444         Port to DOS.  Omit redundant separators.
18445         Report an error instead of returning NULL.
18446         Use mempcpy instead of memcpy.
18447         (xpath_concat): Remove: not declared or used.
18448
18449         * lib/same.h: Include <stdbool.h>
18450         (same_name): Return bool, not int.
18451         * lib/same.c (same_name): Likewise.
18452         (errno): Don't declare; we assume C89 or better now.
18453
18454         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
18455         if not already defined.
18456
18457         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
18458         * lib/dup-safer.c (errno): Likewise.
18459
18460 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
18461
18462         Merge from coreutils.
18463         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
18464         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
18465         * modules/path-concat: Don't depend on strdup.
18466
18467 2004-08-03  Simon Josefsson  <jas@extundo.com>
18468
18469         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
18470         * lib/progname.h: Don't include stdbool.h.
18471
18472 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
18473
18474         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
18475         * MODULES.html.sh (func_all_modules): Remove fatal.
18476
18477 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
18478
18479         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
18480
18481 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
18482
18483         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
18484         working.
18485
18486 2004-08-02  Simon Josefsson  <jas@extundo.com>
18487
18488         * lib/getsubopt.h: New file, with comments from Bruno Haible.
18489         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
18490         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
18491
18492 2004-08-01  Simon Josefsson  <jas@extundo.com>
18493
18494         * lib/xgetdomainname.c: Include stdlib.h, for free().
18495
18496 2004-07-19  Bruno Haible  <bruno@clisp.org>
18497
18498         * MODULES.html.sh (func_all_modules): Add dummy.
18499
18500 2004-07-16  Simon Josefsson  <jas@extundo.com>
18501
18502         * modules/dummy: New file.
18503
18504 2004-07-16  Simon Josefsson  <jas@extundo.com>
18505
18506         * lib/dummy.c: New file.
18507
18508 2004-07-16  Bruno Haible  <bruno@clisp.org>
18509
18510         * lib/backupfile.h: Add extern "C" for C++.
18511         * lib/closeout.h: Likewise.
18512         * lib/copy-file.h: Likewise.
18513         * lib/findprog.h: Likewise.
18514         * lib/full-write.h: Likewise.
18515         * lib/pathname.h: Likewise.
18516         * lib/progname.h: Likewise.
18517         * lib/stpcpy.h: Likewise.
18518         * lib/stpncpy.h: Likewise.
18519         * lib/strcase.h: Likewise.
18520         * lib/strstr.h: Likewise.
18521         * lib/xalloc.h: Likewise.
18522
18523         * lib/mbswidth.h: Add extern "C" for C++.
18524         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
18525
18526 2004-07-13  Robert Millan  <robertmh@gnu.org>
18527
18528         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
18529
18530 2004-07-09  Simon Josefsson  <jas@extundo.com>
18531
18532         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
18533         failed without this.)
18534
18535 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
18536
18537         * modules/chown (Files): Add lib/fchown-stub.c, since
18538         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
18539
18540 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
18541
18542         * lib/fchown-stub.c: New file.
18543
18544 2004-06-24  Jim Meyering  <jim@meyering.net>
18545
18546         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
18547
18548 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
18549
18550         * modules/argz: Omit "#include".
18551
18552         * MODULES.html.sh (func_all_modules): Add calloc, to match
18553         2004-06-01 addition of calloc module.
18554
18555 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
18556
18557         * m4/argz.m4: New file, which is autoupdated from libtool.
18558
18559 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
18560
18561         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
18562         libtool.
18563
18564 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
18565
18566         * config/srclist-update: Don't insist on "USA." before the
18567         close-comment, as libtool omits the period and puts the */ on a
18568         separate line.
18569         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
18570         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
18571
18572 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
18573
18574         * modules/argz: New file.
18575         * MODULES.html.sh (func_all_modules): Add argz.
18576
18577 2004-06-12  Jim Meyering  <jim@meyering.net>
18578         and  Paul Eggert  <eggert@cs.ucla.edu>
18579
18580         * modules/hash (Files): Add lib/xalloc.h.
18581         * modules/pipe (Depends-on): Add wait-process.
18582         * modules/stat (Depends-on): Add xalloc.
18583         * modules/userspec (Files): Add lib/userspec.h.
18584         * modules/xstrto
18585
18586         Upgrade from gettext-0.13.
18587         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
18588         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
18589         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
18590
18591 2004-06-10  Jim Meyering  <jim@meyering.net>
18592
18593         * lib/calloc.c: New file.
18594
18595 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
18596
18597         * lib/getdate.y (yylex): Allow space between sign and number.
18598         Problem reported by Dan Jacobson.
18599
18600 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
18601
18602         Merge from coreutils CVS.
18603
18604         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
18605         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
18606         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
18607         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
18608         xstrtol.m4: Fix copyright date and/or serial number.
18609
18610         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
18611         See if we need an fchown replacement.
18612         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
18613         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
18614         and use the replacement function if we detect either defect.
18615
18616         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
18617         gl_UTIMECMP.
18618
18619 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
18620         and  Jim Meyering  <jim@meyering.net>
18621
18622         Merge from coreutils CVS.
18623
18624         * lib/stat-macros.h: New file, with contents from file-type.h
18625         and coreutils' system.h.
18626         * lib/file-type.c: Include "stat-macros.h".
18627         * lib/file-type.h (file_type): Move all macro definitions to new file,
18628         stat-macros.h.
18629
18630         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
18631         Wrap old code with this conditional.
18632         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
18633         function that does not dereference symlinks.
18634         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
18635
18636         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
18637         dependency problems.
18638         (xreadlink): Accept new arg SIZE, for efficiency.
18639         All decls and uses changed.
18640         * lib/xreadlink.h: Include <stddef.h>, for size_t.
18641
18642         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
18643         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
18644
18645         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
18646         sysexits.h.
18647
18648 2004-06-01  Jim Meyering  <jim@meyering.net>
18649
18650         * m4/calloc.m4: New file.
18651
18652 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
18653
18654         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
18655         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
18656         Also, fix a typo in a diagnostic.
18657
18658 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
18659
18660         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
18661         or AC_FUNC_REALLOC.
18662
18663 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
18664
18665         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
18666         macros to be defined.
18667         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
18668         the allocator returns NULL because the requested size is zero.
18669
18670 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
18671
18672         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
18673         var.  Add comment explaining why libc still defines it.  This
18674         merges the following patch from glibc:
18675         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
18676
18677 2004-05-20  Andreas Schwab  <schwab@suse.de>
18678
18679         * m4/free.m4: Replace free if it not known to work, not the other
18680         way round.
18681
18682 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
18683
18684         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
18685         present in glibc since revision 1.1 of this file.
18686         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
18687         obstack_alignment_mask, obstack_alloc, obstack_base,
18688         obstack_blank, obstack_blank_fast, obstack_chunk_size,
18689         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
18690         obstack_grow0, obstack_init, obstack_int_grow,
18691         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
18692         obstack_next_free, obstack_object_size, obstack_ptr_grow,
18693         obstack_ptr_grow_fast, obstack_room): Remove declarations of
18694         nonexistent functions.
18695
18696 2004-05-18  Karl Berry  <karl@gnu.org>
18697
18698         * config/srclist.txt: break link for vasnprintf.c.
18699
18700 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
18701
18702         Port obstack to the AS/400, where pointers are 16 bytes wide and
18703         you cannot cast an integer to a valid pointer.  This patch is
18704         currently waiting to be integrated into glibc; see
18705         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
18706
18707         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
18708         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
18709         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
18710         (struct obstack): temp member is now a union of a pointer and
18711         an integer, instead of an integer.  All integer uses changed.
18712         This does not affect the physical layout of struct obstack,
18713         except on hosts (like the AS/400) where the size or alignment of
18714         void * is greater than that of ptrdiff_t.
18715         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
18716         __STDC__)]: Store temporary in pointer member of union, not
18717         integer member.
18718         * lib/obstack.c: Include <stddef.h>, for offsetof.
18719         (struct fooalign): Remove; it doesn't need a name.
18720         (union fooround): Change double to long double, and add void *.
18721         (DEFAULT_ALIGNMENT): Use offsetof to compute.
18722         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
18723         not a macro.  Hence the values are always int; so remove all
18724         casts-to-int in uses.
18725
18726 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
18727
18728         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
18729         we can get this patch merged into glibc.
18730
18731 2004-05-17  Derek R. Price  <derek@ximbiot.com>
18732             Paul Eggert  <eggert@cs.ucla.edu>
18733
18734         * m4/argp: Depend on alloca.
18735
18736 2004-05-17  Derek R. Price  <derek@ximbiot.com>
18737             Paul Eggert  <eggert@cs.ucla.edu>
18738
18739         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
18740         freecoding.
18741
18742 2004-05-17  Bruno Haible  <bruno@clisp.org>
18743
18744         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
18745         precision that consists of a '.' followed by an empty digit string.
18746         Patch by Tor Lillqvist <tml@iki.fi>.
18747
18748 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
18749
18750         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
18751         for backward compatibility with older code.  We need our own
18752         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
18753         it under some other name, and our alloca.h will define it.
18754
18755 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
18756             Derek Price  <derek@ximbiot.com>
18757
18758         * lib/alloca.c: Include <alloca.h>, to get our interface.
18759         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
18760         include <alloca.h> first.  Use C89 prototype for alloca; this
18761         requires including <stddef.h> for size_t.  Use extern "C" if C++.
18762         Use #elif for simplicity, since we can assume C89 now.
18763         Don't try to source the system alloca.h since it will not be found
18764         and to prevent recursively including its replacement.
18765         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
18766         * lib/regex.c: Likewise.
18767
18768 2004-05-16  Derek Price  <derek@ximbiot.com>
18769             Paul Eggert  <eggert@cs.ucla.edu>
18770
18771         getline cleanup.  This changes the getndelim2 API: both order of
18772         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
18773         no delimiter).
18774
18775         * lib/getline.c: Don't include stddef.h or stdio.h, since our
18776         interface does that.
18777         (getline): Always use getdelim, so that we don't have two
18778         copies of this code.
18779         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
18780         if available.
18781         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
18782         (GETNDELIM2_MAXIMUM): New macro.
18783         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
18784         instead of the old practice of delim2==0.  All callers changed.
18785         Return -1 on overflow, instead of returning junk.
18786         Do not set *linesize unless allocation succeeds.
18787         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
18788         that we include sys/types.h.
18789         * lib/getnline.h: Likewise.
18790         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
18791         (getndelim2): Reorder arguments.
18792         * lib/getnline.c (getnline, getndelim):
18793         Don't discard the NMAX argument.
18794         (getnline): Invoke getndelim, to avoid code duplication.
18795         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
18796         of (size_t) -1 by callers of the getnline family.
18797
18798 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
18799
18800         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
18801         Check for gettimeofday.
18802         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
18803         Check for settimeofday, stime.
18804
18805 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
18806
18807         * lib/nanosleep.c (suspended): Change its type from int to
18808         sig_atomic_t volatile.
18809         (first_call): Make it private to rpl_nanosleep, and have it
18810         be zero initially as that's a bit faster.
18811         (my_usleep): Round up fractional times instead of truncating them,
18812         as this is the usual meaning for 'sleep'.
18813
18814         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
18815         doesn't work.
18816         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
18817         (ENOSYS): Define if not defined.
18818         (settime): Fall back on stime if it exists and settimeofday fails.
18819         But don't bother with fallbacks if a method fails with errno == EPERM.
18820
18821 2004-05-11  Jim Meyering  <jim@meyering.net>
18822
18823         Prior to this change, the save_cwd caller required read access to the
18824         current directory on most systems (ones with the fchdir function).
18825
18826         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
18827         fails, try write-only, and finally, resort to using xgetcwd.
18828
18829 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
18830
18831         * lib/obstack.c, obstack.h: Import changes from libc.
18832
18833 2004-04-28  Bruno Haible  <bruno@clisp.org>
18834
18835         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
18836         also implicitly appends .exe to executables.
18837         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
18838         accepts Windows pathnames.
18839         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
18840         Treat Cygwin like Windows, since it now accepts Windows pathnames.
18841         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
18842         Treat Cygwin like Windows, since it now accepts Windows pathnames.
18843         Reported by Derek Robert Price <derek@ximbiot.com>.
18844
18845 2004-04-21  Karl Berry  <karl@gnu.org>
18846
18847         * config/srclist.txt (localcharset.c): break sync.
18848
18849 2004-04-20  Paul Eggert  <eggert@twinsun.com>
18850
18851         * m4/host-os.m4: Add a copyright notice.
18852
18853 2004-04-20  Jim Meyering  <jim@meyering.net>
18854
18855         Change UTILS_ to gl_ in AC_DEFINE'd names.
18856         Change utils_- and jm_-prefixed variables, too.
18857         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
18858         UTILS_FUNC_MKDIR_TRAILING_SLASH.
18859         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
18860
18861         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
18862         Don't emit trailing blanks.
18863         Also rename jm_-prefixed variables to have gl_ prefix.
18864
18865         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
18866         Also rename jm_-prefixed variables to have gl_ prefix.
18867
18868         * m4/jm-macros.m4: Reflect the renamings.
18869         * m4/prereq.m4: Likewise.
18870
18871 2004-04-20  Jim Meyering  <jim@meyering.net>
18872
18873         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
18874         memory.
18875
18876 2004-04-20  Jim Meyering  <jim@meyering.net>
18877             Bruno Haible  <bruno@clisp.org>
18878
18879         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
18880         memory when realloc fails.
18881
18882 2004-04-19  Jim Meyering  <jim@meyering.net>
18883
18884         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
18885         now that readutmp.c may call `free (0)'.
18886
18887 2004-04-19  Bruno Haible  <bruno@clisp.org>
18888
18889         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
18890         * m4/inttypes_h.m4: Likewise.
18891         * m4/stdint_h.m4: Likewise.
18892         * m4/intmax_t.m4: Likewise.
18893         * m4/uintmax_t.m4: Likewise.
18894
18895 2004-04-18  Jim Meyering  <jim@meyering.net>
18896
18897         * m4/prereq.m4: Don't forbid jm_ prefix.
18898
18899         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
18900         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
18901         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
18902         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
18903         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
18904         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
18905         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
18906         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
18907         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
18908         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
18909         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
18910         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
18911         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
18912         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
18913         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
18914         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
18915         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
18916         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
18917         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
18918
18919 2004-04-18  Jim Meyering  <jim@meyering.net>
18920
18921         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
18922         failure, don't leak memory and do call END_UTMP_ENT.
18923
18924 2004-04-16  Jim Meyering  <jim@meyering.net>
18925
18926         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
18927         coreutils' stat program.
18928         (gl_PREREQ): Don't require jm_PREREQ_STAT.
18929
18930 2004-04-11  Paul Eggert  <eggert@twinsun.com>
18931
18932         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
18933         C89.
18934         (CHAR_BIT): Remove, since we assume C89.
18935         Include <stdint.h> if available, as per current Autoconf CVS advice.
18936
18937 2004-03-31  Jim Meyering  <jim@meyering.net>
18938
18939         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
18940         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
18941         * m4/xalloc.m4: Likewise.
18942
18943 2004-03-30  Paul Eggert  <eggert@twinsun.com>
18944
18945         Merge from coreutils.
18946
18947         * m4/inttostr.m4: New file.
18948         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
18949         Require AM_STDBOOL_H and gl_TIMESPEC instead.
18950         Require gl_CLOCK_TIME.
18951         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
18952
18953 2004-03-30  Paul Eggert  <eggert@twinsun.com>
18954
18955         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
18956         not bool, to be more consistent with Unix conventions.
18957         Suggested by Bruno Haible.
18958
18959         Merge from coreutils.
18960
18961         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
18962         * lib/umaxtostr.c: New files.
18963
18964         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
18965         the usual <time.h> dance.
18966         (get_date): Change signature to support fractional time stamps.
18967         All callers changed.
18968         * lib/getdate.y: Include "getdate.h" first, as we can now
18969         assume C89 and don't need to worry about 'const'.
18970         Similarly, include "unlocked-io.h" near start, not in middle.
18971         Include <limits.h>.
18972         (textint.value): Use long int rather than int.
18973         (textint.digits): Use size_t rather than int.
18974         (BILLION, LOG10_BILLION): New constants.
18975         (parser_control): New member rel_ns.  Members day_ordinal,
18976         time_zone, month, day, hour, minutes, rel_year, rel_month,
18977         rel_day, rel_hour, rel_minutes, rel_seconds
18978         are now long int, not int.  Member seconds is now struct timespec,
18979         not int.  New member timespec_seen.  Members dates_seen, days_seen,
18980         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
18981         not int.
18982         (%union.intval): Now long int, not int.
18983         New member timespec.
18984         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
18985         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
18986         (spec): Now is a timespec or an item list.
18987         (timespec, items): New nonterminals.
18988         (time, rel, relunit, number, get_date):
18989         Add support for fractional seconds.
18990         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
18991         (gmtime, localtime, mktime): Remove decls; not needed with C89.
18992         (to_hour): First arg is now long int, not int.
18993         (to_year): Returns long int, not int.
18994         Don't treat year -70 like 70.
18995         (tm_diff): Returns long int, not int.
18996         (lookup_word): Use bool instead of int when appropriate.
18997         (yylex): Use size_t for count, not int.
18998         Detect overflow when parsing large integer constants.
18999         Add support for fractions.
19000         (get_date): Make pointers 'const' if possible.
19001         Use more-portable code to detect integer overflow.
19002         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
19003         Don't use ctime; it's not reliable if the year has >4 digits.
19004
19005         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
19006         This is for compatibility with BSD.
19007
19008         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
19009         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
19010         From coreutils' system.h.
19011
19012         * lib/userspec.c: Don't include "posixver.h".
19013         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
19014         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
19015         compatible extension.  Simplify code by removing a boolean int
19016         that was always nonzero if a string was nonnull.
19017
19018 2004-03-30  Jim Meyering  <jim@meyering.net>
19019
19020         Merge from coreutils.
19021
19022         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
19023         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
19024         on some systems one must include <grp.h> before it.
19025         Reported by Christian Krackowizer.
19026
19027 2004-03-30  Jim Meyering  <jim@meyering.net>
19028
19029         Merge from coreutils.
19030
19031         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
19032
19033         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
19034         an empty input stream.
19035
19036         * lib/readtokens.c: Include <stdbool.h>.
19037         (readtoken): Use `size_t' rather than int/long.
19038         All callers adjusted.
19039         Use `bool' rather than `int' where appropriate.
19040         Use memset rather than an explicit loop.
19041         Use x2nrealloc rather than xrealloc.
19042         Allow the use of `\0' as a delimiter.
19043         (readtokens): Likewise.
19044         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
19045
19046 2004-03-30  Jim Meyering  <jim@meyering.net>
19047
19048         * m4/realloc.m4: Remove file, since now it does no more than
19049         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
19050         the `configure.ac' section of module/realloc.
19051         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
19052
19053 2004-03-30  Bruno Haible  <bruno@clisp.org>
19054
19055         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
19056         nonnull.
19057
19058 2004-03-29  Paul Eggert  <eggert@twinsun.com>
19059
19060         Merge changes to getloadavg.c from coreutils and Emacs.
19061
19062         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
19063         Define to an expression, not to the empty string.
19064         Include cloexec.h and xalloc.h.
19065         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
19066         Use set_cloexec_flag rather than rolling our own.
19067         * lib/cloexec.c, lib/cloexec.h: New files.
19068
19069 2004-03-29  Paul Eggert  <eggert@twinsun.com>
19070
19071         * m4/cloexec.m4: New file.
19072
19073 2004-03-18  Paul Eggert  <eggert@twinsun.com>
19074
19075         * lib/getopt.h: Sync with libc CVS.
19076
19077 2004-03-18  Paul Eggert  <eggert@twinsun.com>
19078             Bruno Haible  <bruno@clisp.org>
19079
19080         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
19081         mbswidth.
19082
19083 2004-03-18  Paul Eggert  <eggert@twinsun.com>
19084             Bruno Haible  <bruno@clisp.org>
19085
19086         * lib/mbswidth.h: Include <wchar.h> only if
19087         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
19088         <wchar.h>.
19089         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
19090
19091 2004-03-09  Paul Eggert  <eggert@twinsun.com>
19092
19093         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
19094         Sync with libc CVS.
19095         * lib/getopt_int.h: New file, also synced from libc.
19096
19097 2004-03-09  Paul Eggert  <eggert@twinsun.com>
19098
19099         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
19100         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
19101         Bring back getopt.c, getopt.h, getopt1.c.
19102
19103 2004-03-07  Paul Eggert  <eggert@twinsun.com>
19104
19105         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
19106         All uses changed.  Check for sa_sigaction member; this fixes
19107         a bug first reported by Jason Andrade in
19108         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
19109
19110 2004-03-07  Paul Eggert  <eggert@twinsun.com>
19111
19112         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
19113         '#if' expressions.  Unlike the code it replaces, it does not
19114         depend on (defined _SC_PAGESIZE).  However, it does depend on
19115         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
19116         first reported by Jason Andrade in
19117         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
19118
19119 2004-02-25  Simon Josefsson  <jas@extundo.com>
19120
19121         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
19122
19123 2004-02-25  Simon Josefsson  <jas@extundo.com>
19124
19125         * lib/strdup.h: New file.
19126         * lib/strdup.c: Include it.
19127         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
19128         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
19129
19130 2004-02-23  Karl Berry  <karl@gnu.org>
19131
19132         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
19133         (from fencepost.gnu.org:/gd/gnuorg).
19134
19135 2004-02-23  Karl Berry  <karl@gnu.org>
19136
19137         * config/srclistvars.sh (GNUORG) [karl]: redefine.
19138         * config/srclist.txt: add maintain/standards documents.
19139
19140 2004-02-18  Bruno Haible  <bruno@clisp.org>
19141
19142         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
19143         Reported by Derek Robert Price <derek@ximbiot.com>.
19144
19145 2004-02-16  Karl Berry  <karl@gnu.org>
19146
19147         * config/mkinstalldirs, install-sh: update from automake.
19148
19149 2004-02-06  Karl Berry  <karl@gnu.org>
19150
19151         * m4/po.m4: update from gettext 0.14.1.
19152
19153 2004-02-06  Karl Berry  <karl@gnu.org>
19154
19155         * lib/config.charset: update from gettext 0.14.1.
19156
19157 2004-02-05  Paul Eggert  <eggert@twinsun.com>
19158
19159         Add comments and code, prompted by suggestions from Bruno Haible
19160         for sh-quote.
19161         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
19162         describing the enum quoting_style values.
19163         * lib/quotearg.c (quotearg_alloc): New function.
19164         (quotearg_buffer_restyled): Treat lone { and } as special.
19165         Treat = as special.  Work around bug with older shells
19166         that "see" a '\' that is really the 2nd byte of a multibyte char.
19167         Quote empty string with shell_quoting_style.
19168
19169 2004-02-03  Bruno Haible  <bruno@clisp.org>
19170
19171         * m4/pipe.m4: New file, from GNU gettext.
19172
19173 2004-02-03  Bruno Haible  <bruno@clisp.org>
19174
19175         * lib/pipe.h: New file, from GNU gettext.
19176         * lib/pipe.c: New file, from GNU gettext.
19177
19178 2004-01-27  Bruno Haible  <bruno@clisp.org>
19179
19180         * m4/execute.m4: New file, from GNU gettext.
19181
19182 2004-01-27  Bruno Haible  <bruno@clisp.org>
19183
19184         * lib/execute.h: New file, from GNU gettext.
19185         * lib/execute.c: New file, from GNU gettext.
19186         * lib/w32spawn.h: New file, from GNU gettext.
19187
19188 2004-01-24  Paul Eggert  <eggert@twinsun.com>
19189
19190         Merge from diffutils.
19191
19192         * lib/file-type.c (file_type): Add typed memory objects.
19193         * lib/file-type.h (S_TYPEISTMO): New macro.
19194
19195         * lib/c-stack.h (c_stack_action): Remove argv argument.
19196         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
19197         (die): Don't calculate message unless segv_action returns.
19198         (get_stack_location, min_address_from_argv, max_address_from_argv,
19199         volatile stack_base, volatile_stack_size): Remove.
19200         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
19201         that every segmentation violation is a stack overflow.  (Ouch!)
19202         See Debian bug 136249 (still outstanding) for more info about why
19203         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
19204
19205 2004-01-24  Paul Eggert  <eggert@twinsun.com>
19206
19207         Exit-status fix from coreutils.
19208
19209         Use exit_failure consistently in place of EXIT_FAILURE,
19210         so that program exit statuses are consistent on failure.
19211
19212         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
19213         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
19214         * lib/argmatch.h: Comment fix to match the above.
19215         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
19216         Now a macro referring to exit_failure, instead of a separate
19217         variable.  Include "exitfail.h" to get it.
19218         * lib/xstrtol.h: Include "exitfail.h".
19219         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
19220
19221         * lib/long-options.c (parse_long_options): Use prototype
19222         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
19223         for clarity.
19224
19225 2004-01-21  Jim Meyering  <jim@meyering.net>
19226
19227         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
19228         so as not to conflict with a different-sized __mktime_internal
19229         function in GNU libc.
19230         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
19231         Problem building statically-linked `ls' reported by Michael Brunnbauer.
19232
19233 2004-01-20  Karl Berry  <karl@gnu.org>
19234
19235         * config/config.guess: update from config.
19236
19237         * config/srclistvars.sh: GNUWWWLICENSES for karl.
19238
19239 2004-01-20  Bruno Haible  <bruno@clisp.org>
19240
19241         Safer stack allocation.
19242         * lib/setenv.c: Include allocsa.h.
19243         (alloca): Remove fallback definition.
19244         (freea): Remove macro.
19245         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
19246         instead of freea.
19247
19248 2004-01-20  Bruno Haible  <bruno@clisp.org>
19249
19250         * m4/eealloc.m4: New file, from GNU gettext.
19251
19252 2004-01-20  Bruno Haible  <bruno@clisp.org>
19253
19254         * m4/allocsa.m4: New file, from GNU gettext.
19255
19256 2004-01-20  Bruno Haible  <bruno@clisp.org>
19257
19258         * lib/xallocsa.h: New file, from GNU gettext.
19259         * lib/xallocsa.c: New file, from GNU gettext.
19260
19261 2004-01-20  Bruno Haible  <bruno@clisp.org>
19262
19263         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
19264
19265 2004-01-20  Bruno Haible  <bruno@clisp.org>
19266
19267         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
19268         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
19269         specially.
19270
19271 2004-01-20  Bruno Haible  <bruno@clisp.org>
19272
19273         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
19274         patch.
19275
19276 2004-01-20  Bruno Haible  <bruno@clisp.org>
19277
19278         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
19279
19280 2004-01-20  Bruno Haible  <bruno@clisp.org>
19281
19282         * lib/eealloc.h: New file.
19283
19284 2004-01-20  Bruno Haible  <bruno@clisp.org>
19285
19286         * lib/binary-io.h: Avoid warnings on Cygwin.
19287
19288 2004-01-20  Bruno Haible  <bruno@clisp.org>
19289
19290         * lib/allocsa.h: New file, from GNU gettext.
19291         * lib/allocsa.c: New file, from GNU gettext.
19292
19293 2004-01-18  Karl Berry  <karl@gnu.org>
19294
19295         * doc/gpl.texi, doc/lgpl.texi: new files.
19296
19297 2004-01-18  Karl Berry  <karl@gnu.org>
19298
19299         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
19300         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
19301
19302 2004-01-15  Paul Eggert  <eggert@twinsun.com>
19303
19304         Merge from coreutils.
19305
19306         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
19307         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
19308         (gl_DEFAULT_POSIX2_VERSION): Move
19309         the documentation from 'configure' into 'config.hin',
19310         so that 'configure --help' isn't burdened by it and
19311         we don't have to worry about its formatting there.
19312         Reword the documentation so that it's more succinct
19313         and can be run together into a single paragraph.
19314         * m4/same.m4 (gl_SAME): Check for pathconf.
19315
19316 2004-01-15  Paul Eggert  <eggert@twinsun.com>
19317
19318         Merge from coreutils.
19319
19320         * lib/posixver.c: Include posixver.h.
19321
19322         * lib/same.c: Include <stdbool.h>, <limits.h>.
19323         (_POSIX_NAME_MAX): Define if not defined.
19324         (MIN): New macro.
19325         (same_name): If file names are silently truncated, report
19326         that the file names are the same if they are the same after
19327         the silent truncation.
19328
19329         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
19330         conversion function.
19331         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
19332         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
19333         longer needed.
19334
19335 2004-01-15  Jim Meyering  <jim@meyering.net>
19336
19337         Merge from coreutils.
19338
19339         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
19340         if no library is required.
19341         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
19342         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
19343         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
19344         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
19345         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
19346         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
19347         value, $ac_cv_search_crypt, if it's "none required".
19348         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
19349         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
19350         not gl_FUNC_GETLOADAVG.
19351         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
19352         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
19353
19354 2004-01-15  Jim Meyering  <jim@meyering.net>
19355
19356         Merge from coreutils.
19357
19358         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
19359         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
19360         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
19361
19362         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
19363         optional configure-time default.
19364
19365         * lib/version-etc.c (version_etc_copyright): Update copyright date.
19366
19367         * lib/xreadlink.c (xreadlink): Correct outdated comment.
19368
19369 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
19370
19371         Merge from coreutils.
19372
19373         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
19374         value, $ac_cv_search_nanosleep, if it's "none required".
19375
19376 2004-01-14  Paul Eggert  <eggert@twinsun.com>
19377
19378         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
19379         with like-named macro in fnmatch.c.
19380         (EXT): Use an internal constant instead.
19381
19382         Merge fnmatch patches from glibc.
19383         * lib/fnmatch.c (mbsinit): Remove define.
19384         Add libc_hidden_ver (__fnmatch, fnmatch).
19385         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
19386         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
19387
19388 2004-01-14  Karl Berry  <karl@gnu.org>
19389
19390         * config/install-sh: update from automake.
19391
19392 2004-01-13  Karl Berry  <karl@gnu.org>
19393
19394         * config/install-sh: update from automake.
19395
19396 2004-01-09  Karl Berry  <karl@gnu.org>
19397
19398         * config/install-sh: update from automake.
19399
19400 2004-01-05  Karl Berry  <karl@gnu.org>
19401
19402         * config/config.{sub,guess}: update from config.
19403
19404 2003-12-31  Karl Berry  <karl@gnu.org>
19405
19406         * config/depcomp: update from automake.
19407
19408 2003-12-14  Karl Berry  <karl@gnu.org>
19409
19410         * lib/config.charset: update from gettext-runtime.
19411
19412 2003-12-03  Paul Eggert  <eggert@twinsun.com>
19413
19414         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
19415         Bug reported by Alfred M. Szmidt.
19416
19417 2003-12-03  Bruno Haible  <bruno@clisp.org>
19418
19419         * m4/gettext.m4: Upgrade from gettext-0.13.
19420         * m4/po.m4: Upgrade from gettext-0.13.
19421         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
19422         * m4/intmax.m4: New file, from gettext-0.13.
19423         * m4/printf-posix.m4: New file, from gettext-0.13.
19424
19425 2003-11-29  Karl Berry  <karl@gnu.org>
19426
19427         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
19428
19429 2003-11-25  Paul Eggert  <eggert@twinsun.com>
19430             Bruno Haible  <bruno@clisp.org>
19431
19432         * lib/printf-parse.h: Don't include sys/types.h.
19433         (ARG_NONE): New macro.
19434         (char_directive): Change type of *arg_index fields to size_t.
19435         * lib/printf-parse.c: Don't include sys/types.h.
19436         (SSIZE_MAX): Remove macro.
19437         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
19438         Remove unnecessary overflow check.
19439         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
19440         fields.
19441
19442 2003-11-25  Bruno Haible  <bruno@clisp.org>
19443
19444         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
19445
19446 2003-11-25  Bruno Haible  <bruno@clisp.org>
19447
19448         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
19449         gt_TYPE_SSIZE_T.
19450
19451 2003-11-24  Paul Eggert  <eggert@twinsun.com>
19452
19453         * modules/alloca: Remove dependency on xalloc.
19454
19455 2003-11-24  Paul Eggert  <eggert@twinsun.com>
19456
19457         * lib/alloca.c: Remove dependency on xalloc module.
19458         (xalloc_die): Remove.
19459         (memory_full) [!defined emacs]: New macro.
19460         [!defined emacs]: Don't include xalloc.h.
19461         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
19462         address arithmetic overflows.  Change datatypes a bit to avoid
19463         unnecessary casts.
19464
19465 2003-11-22  Jim Meyering  <jim@meyering.net>
19466
19467         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
19468         s/size/size_t/.
19469
19470 2003-11-21  Karl Berry  <karl@gnu.org>
19471
19472         * config/config.{sub,guess}: update from config.
19473
19474 2003-11-18  Karl Berry  <karl@gnu.org>
19475
19476         * config/config.{sub,guess}: update from config.
19477
19478         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
19479
19480 2003-11-17  Paul Eggert  <eggert@twinsun.com>
19481
19482         * README: Mention that S+T cannot overflow if S is the size of
19483         an existing object and T is sufficiently small.
19484
19485 2003-11-17  Jim Meyering  <jim@meyering.net>
19486
19487         On systems without utime and without a utimes function capable of
19488         dealing with a NULL struct utimbuf* argument, this utime replacement
19489         could -- in unusual circumstances -- leak a file descriptor.
19490         * lib/utime.c: Include <unistd.h> and <errno.h>.
19491         (utime_null): Be sure to close `fd' and to preserve errno.
19492         Reported by Geoff Collyer via Arnold Robbins.
19493
19494 2003-11-17  Bruno Haible  <bruno@clisp.org>
19495
19496         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
19497         (Depends-on): Add xsize.
19498
19499 2003-11-17  Bruno Haible  <bruno@clisp.org>
19500
19501         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
19502
19503 2003-11-17  Bruno Haible  <bruno@clisp.org>
19504
19505         * lib/vasnprintf.c (alloca): Remove fallback definition.
19506         (freea): Remove definition.
19507         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
19508         Reported by Paul Eggert.
19509
19510 2003-11-16  Paul Eggert  <eggert@twinsun.com>
19511             Bruno Haible  <bruno@clisp.org>
19512
19513         Protect against address arithmetic overflow.
19514         * lib/printf-args.h: Include stddef.h.
19515         (arguments): Change type of field 'count' to size_t.
19516         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
19517         'unsigned int' where appropriate.
19518         * lib/printf-parse.h: Include sys/types.h.
19519         (char_directive): Change type of *arg_index fields to ssize_t.
19520         (char_directives): Change type of fields 'count', max_*_length to
19521         size_t.
19522         * lib/printf-parse.c: Include sys/types.h and xsize.h.
19523         (SSIZE_MAX): Define fallback value.
19524         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
19525         instead of 'int' where appropriate. Check a_allocated, d_allocated
19526         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
19527         * lib/vasnprintf.c: Include xsize.h.
19528         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
19529         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
19530         overflow. Avoid wraparound when converting a width or precision from
19531         decimal to binary.
19532
19533 2003-11-16  Bruno Haible  <bruno@clisp.org>
19534
19535         Update from GNU gettext.
19536         * lib/printf-parse.c: Generalize to it can be compiled for wide
19537         strings.
19538         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
19539         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
19540         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
19541         SNPRINTF): New macros.
19542         Don't include <alloca.h> if the file is used inside libintl.
19543         (local_wcslen): New function, for Solaris 2.5.1.
19544         (VASNPRINTF): Use it instead of wcslen.
19545
19546 2003-11-16  Bruno Haible  <bruno@clisp.org>
19547
19548         * lib/xsize.h (xmax): New function.
19549         (xsum, xsum3, xsum4): Declare as "pure" functions.
19550
19551 2003-11-12  Paul Eggert  <eggert@twinsun.com>
19552
19553         * modules/xalloc (Files): Undo latest change, since xalloc.h
19554         no longer needs SIZE_MAX or PTRDIFF_MAX.
19555
19556 2003-11-12  Paul Eggert  <eggert@twinsun.com>
19557
19558         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
19559         gl_PTRDIFF_MAX.
19560
19561 2003-11-12  Paul Eggert  <eggert@twinsun.com>
19562
19563         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
19564         "return", to pacify some unknown compiler.  Problem reported
19565         by Joerg Schilling.
19566
19567 2003-11-12  Paul Eggert  <eggert@twinsun.com>
19568
19569         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
19570         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
19571         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
19572         heuristic is just as accurate as far as we know, and it removes a
19573         dependency on size_max.m4 and ptrdiff_max.m4.
19574
19575 2003-11-11  Bruno Haible  <bruno@clisp.org>
19576
19577         * modules/xsize (Files): Add m4/size_max.m4.
19578         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
19579
19580 2003-11-11  Bruno Haible  <bruno@clisp.org>
19581
19582         * m4/size_max.m4: New file.
19583         * m4/ptrdiff_max.m4: New file.
19584         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
19585         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
19586         (gl_XALLOC): Invoke it.
19587
19588 2003-11-11  Bruno Haible  <bruno@clisp.org>
19589
19590         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
19591         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
19592         defined.
19593
19594 2003-11-10  Paul Eggert  <eggert@twinsun.com>
19595
19596         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
19597         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
19598         rejected some allocations of exactly SIZE_MAX - 2 bytes.
19599         From Bruno Haible.
19600         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
19601         not (size_t) -1, since it's defined here.
19602
19603 2003-11-09  Karl Berry  <karl@gnu.org>
19604
19605         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
19606
19607 2003-11-06  Paul Eggert  <eggert@twinsun.com>
19608
19609         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
19610         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
19611         Reject sizes of exactly SIZE_MAX bytes.
19612         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
19613         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
19614
19615 2003-11-05  Bruno Haible  <bruno@clisp.org>
19616
19617         * lib/xsize.h: Include limits.h, to avoid a possible collision with
19618         SIZE_MAX defined in <limits.h> on Solaris.
19619
19620 2003-11-04  Jim Meyering  <jim@meyering.net>
19621
19622         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
19623         variable names, rather than @VAR@.
19624         * modules/poll: Likewise.
19625
19626 2003-11-04  Bruno Haible  <bruno@clisp.org>
19627
19628         * modules/xsize: New file.
19629         * modules/linebreak: Depend on xsize.
19630         * MODULES.html.sh (func_all_modules): Add xsize.
19631
19632 2003-11-04  Bruno Haible  <bruno@clisp.org>
19633
19634         * m4/xsize.m4: New file.
19635
19636 2003-11-04  Bruno Haible  <bruno@clisp.org>
19637
19638         * lib/xsize.h: New file.
19639         * lib/linebreak.c: Include xsize.h.
19640         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
19641         argument for overflow.
19642         Suggested by Paul Eggert.
19643
19644 2003-11-03  Karl Berry  <karl@gnu.org>
19645
19646         * config/config.{guess,sub}: update from config.
19647
19648 2003-11-03  Jim Meyering  <jim@meyering.net>
19649
19650         * modules/userspec (lib_SOURCES): Add userspec.h.
19651         (Include): Add "userspec.h".
19652         Improve description.
19653
19654 2003-11-03  Jim Meyering  <jim@meyering.net>
19655
19656         * lib/userspec.c: Include "userspec.h".
19657         * lib/userspec.h: New file.
19658
19659 2003-11-03  Bruno Haible  <bruno@clisp.org>
19660
19661         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
19662
19663 2003-11-03  Bruno Haible  <bruno@clisp.org>
19664
19665         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
19666         available, to avoid (extremely rare) race condition.
19667         Suggested by Paul Eggert.
19668
19669 2003-11-02  Karl Berry  <karl@gnu.org>
19670
19671         * config/srclist.txt (vasprintf.c): sync broken, sigh.
19672
19673 2003-10-31  Paul Eggert  <eggert@twinsun.com>
19674
19675         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
19676         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
19677         (read_filesystem_list): Set and use me_type_malloced.
19678         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
19679         whatever the type happens to be), for brevity and consistency.
19680         Check for size calculation overflow on Alphas running OSF/1.
19681
19682 2003-10-31  Jim Meyering  <jim@meyering.net>
19683
19684         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
19685
19686         * lib/linebuffer.c: Include <string.h> for declaration of memset.
19687
19688 2003-10-30  Paul Eggert  <eggert@twinsun.com>
19689             Bruno Haible  <bruno@clisp.org>
19690
19691         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
19692         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
19693
19694 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
19695
19696         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
19697         netbsd*-gnu*.  Suggested by Robert Millan.
19698
19699 2003-10-29  Paul Eggert  <eggert@twinsun.com>
19700
19701         * modules/group-member: Depend on stdbool.
19702
19703 2003-10-29  Paul Eggert  <eggert@twinsun.com>
19704
19705         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
19706
19707 2003-10-29  Paul Eggert  <eggert@twinsun.com>
19708
19709         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
19710         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
19711         after the 'gnu' in these cases.  This fixes some bugs in the
19712         previous change, and is based on suggestions by Robert Millan.
19713
19714 2003-10-29  Paul Eggert  <eggert@twinsun.com>
19715
19716         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
19717         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
19718         no longer needed.
19719         * lib/quotearg.c (quotearg_n_options): Use it.
19720         * lib/group-member.c: Include <stdbool.h>.
19721         (free_group_info): Arg is now const *; don't free arg.
19722         (get_group_info): Now returns bool and accepts struct group_info *,
19723         rather than returning a malloc'ed struct group_info *.
19724         All uses changed.  Check for overflow in internal size calculation.
19725
19726         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
19727         rather than xmalloc/xrealloc.
19728         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
19729         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
19730         conformance bug: the old code used a pointer after freeing the
19731         storage that it addressed.
19732         * lib/hash.c (hash_initialize): Simplify the code by using
19733         xalloc_oversized rather than doing it by hand.
19734         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
19735         the buffer preserved.  Use free and xmalloc instead.
19736         * lib/quotearg.c (quotearg_n_options): Likewise.
19737         Use a simpler test for size overflow.  Don't use xalloc_oversized
19738         because unsigned int might be wider than size_t (!); this suggests
19739         that we should switch from unsigned int to size_t for slot numbers.
19740
19741 2003-10-28  Paul Eggert  <eggert@twinsun.com>
19742
19743         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
19744         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
19745         NetBSD kernels.  Requested by Richard Stallman.
19746
19747 2003-10-27  Paul Eggert  <eggert@twinsun.com>
19748
19749         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
19750         to allocate the returned structure.  Do not allocate a subarray,
19751         as x2nrealloc will do that.
19752         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
19753         instead of xnrealloc.
19754         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
19755
19756 2003-10-27  Bruno Haible  <bruno@clisp.org>
19757
19758         * lib/stdbool_.h: Better support for BeOS.
19759
19760 2003-10-26  Paul Eggert  <eggert@twinsun.com>
19761
19762         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
19763         now uses inline.
19764
19765 2003-10-26  Paul Eggert  <eggert@twinsun.com>
19766
19767         * lib/xalloc.h (xalloc_oversized): New static inline function, for
19768         callers that want to do their own size-overflow checking.  Include
19769         <stdbool.h>, since xalloc_oversized returns bool.
19770         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
19771         to use xalloc_oversized.
19772
19773         Add two functions x2realloc, x2nrealloc, for programs that grow
19774         arrays dynamically by doubling their sizes.
19775         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
19776         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
19777         New functions.
19778
19779         Port to C99 semantics for 'inline' of external functions.
19780         Bug reported by Bruno Haible.
19781         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
19782         with the old contents of xnmalloc.
19783         (xnmalloc, xmalloc): Use it.
19784         (xnrealloc_inline): New static inline function,
19785         with the old contents of xnrealloc.
19786         (xnrealloc, xrealloc): Use it.
19787
19788         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
19789         that.
19790
19791 2003-10-26  Karl Berry  <karl@gnu.org>
19792
19793         * config/srclist.txt (COPYING.DOC): no longer available from
19794         /gd/gnuorg; don't know where the ultimate source is.
19795
19796 2003-10-25  Paul Eggert  <eggert@twinsun.com>
19797
19798         Fix several address-calculation bugs in the hash modules,
19799         plus some minor code cleanup.
19800
19801         * lib/hash.h: Include <stdbool.h>, for bool.
19802         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
19803         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
19804         hash_get_n_entries, hash_get_max_bucket_length,
19805         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
19806         hash_rehash): Use size_t rather than unsigned.
19807         * lib/hash.c (struct hash_table, hash_get_n_buckets,
19808         hash_get_n_buckets_used, hash_get_n_entries,
19809         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
19810         hash_get_entries, hash_do_for_each, hash_string, is_prime,
19811         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
19812         Likewise.
19813         (SIZE_MAX): Define if not defined.
19814         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
19815         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
19816         hash_print):
19817         Use const * when possible.
19818         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
19819         (check_tuning): Fix bug: if tuning parameters were very close to
19820         0 or 1, rounding errors could have caused subscript violations.
19821         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
19822         (hash_initialize): Add 'fail:' label
19823         to free table and return NULL, and use it to simplify code.
19824         Use calloc rather than clearing the storage ourself.
19825         (hash_initialize, hash_rehash): Check for arithmetic overflow in
19826         buffer size calculations.
19827         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
19828         Include <stddef.h>, for size_t.
19829         * lib/hash-pjw.c (hash_pjw): Likewise.
19830         Switch to method described by Bruno Haible.
19831         Include <limits.h>, for CHAR_BIT.
19832         (SIZE_BITS): New macro.
19833
19834 2003-10-23  Paul Eggert  <eggert@twinsun.com>
19835
19836         * m4/getline.m4 (AM_FUNC_GETLINE):
19837         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
19838         hosts.  Problem reported by Derek Robert Price in
19839         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
19840         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
19841         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
19842
19843 2003-10-21  Paul Eggert  <eggert@twinsun.com>
19844
19845         * lib/getndelim2.c (getndelim2): When size calculation overflows,
19846         ceiling the allocation at NMAX bytes rather than silently
19847         discarding input bytes before NMAX is reached.  This makes
19848         a difference only if NMAX exceeds SIZE_MAX / 2.
19849
19850         * lib/obstack.c: Merge from glibc.
19851         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
19852         Add libc_hidden_def (_obstack_newchunk).
19853         (_obstack_free) [! defined _LIBC]: Remove.
19854         [defined _LIBC]: Make a strong alias from obstack_free, rather than
19855         a clone of the function body.
19856         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
19857         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
19858
19859         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
19860         glibc.
19861         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
19862         arg to memcpy.
19863
19864         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
19865         (obstack_ptr_grow_fast, obstack_int_grow_fast):
19866         Don't use lvalue casts, as GCC plans to remove support for them
19867         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
19868         was also present in the non-GCC version, indicating that this
19869         code had always been buggy and had never been widely used.
19870         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
19871         Use the fast variant of each macro, rather than copying the
19872         definiens of the fast variant; that way, we'll be more likely to
19873         catch future bugs in the fast variants.
19874
19875 2003-10-20  Bruno Haible  <bruno@clisp.org>
19876
19877         * modules/wait-process: New file.
19878         * MODULES.html.sh (func_all_modules): Add wait-process.
19879
19880 2003-10-20  Bruno Haible  <bruno@clisp.org>
19881
19882         * m4/wait-process.m4: New file.
19883
19884 2003-10-20  Bruno Haible  <bruno@clisp.org>
19885
19886         * lib/wait-process.h: New file, from GNU gettext.
19887         * lib/wait-process.c: New file, from GNU gettext.
19888
19889 2003-10-19  Jim Meyering  <jim@meyering.net>
19890
19891         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
19892         HPUX 10.20.
19893
19894 2003-10-18  Karl Berry  <karl@gnu.org>
19895
19896         * config/config.guess: update from config.
19897
19898 2003-10-16  Paul Eggert  <eggert@twinsun.com>
19899
19900         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
19901         (getgroups): First arg is int, not size_t.
19902         Don't let 'free' mangle errno.
19903
19904 2003-10-16  Paul Eggert  <eggert@twinsun.com>
19905
19906         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
19907
19908 2003-10-16  Karl Berry  <karl@gnu.org>
19909
19910         * config/config.{guess,sub}: update from config.
19911
19912 2003-10-16  Jim Meyering  <jim@meyering.net>
19913
19914         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
19915         memcpy.
19916
19917 2003-10-15  Paul Eggert  <eggert@twinsun.com>
19918
19919         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
19920         (SIZE_MAX): Remove.
19921         (new_exclude, add_exclude_file): Initial size no longer needs to
19922         be a power of 2.
19923         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
19924         our own address arithmetic overflow checking.
19925
19926         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
19927         (fnmatch): Do not alloca more than 2000 wide characters;
19928         instead, use malloc for large buffers.
19929         Check for address arithmetic overflow, and return -1
19930         with errno set to ENOMEM in that case.
19931         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
19932         (NEW_PATTERN): Do not alloca more than 8000 bytes;
19933         instead, return -1.  Check for address arithmetic overflow.
19934
19935 2003-10-14  Paul Eggert  <eggert@twinsun.com>
19936
19937         Handle invalid suffixes and overflow independently, so that
19938         callers can treat them independently as needed.  Fix some bugs in
19939         suffix handling, e.g., "100k@" was not diagnosed as an invalid
19940         suffix for a human-readable blocksize.  The major caller-visible
19941         change is the addition of a new
19942         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
19943         that both overflow and suffix chars were found.
19944
19945         * lib/human.c (humblock): Don't check separately for invalid suffix
19946         char; that is xstrtoumax's job (now that its bug is fixed).
19947         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
19948         INTMAX_MAX]: New macros.
19949         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
19950         TYPE_MAXIMUM): New macros.
19951         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
19952         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
19953         if overflow occurs, as it's what __strtol does and it's more useful
19954         in practice.
19955         (__xstrtol): If __strtol reports some error other than ERANGE,
19956         reflect it to the caller as LONGINT_INVALID.  If it reports
19957         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
19958         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
19959         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
19960         value.
19961         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
19962         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
19963         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
19964         [defined UINTMAX_MAX]: New macros.
19965
19966 2003-10-14  Bruno Haible  <bruno@clisp.org>
19967
19968         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
19969
19970 2003-10-14  Bruno Haible  <bruno@clisp.org>
19971
19972         * m4/sig_atomic_t: New file, from GNU gettext.
19973         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
19974
19975 2003-10-14  Bruno Haible  <bruno@clisp.org>
19976
19977         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
19978         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
19979         Also use volatile where needed.
19980
19981 2003-10-12  Paul Eggert  <eggert@twinsun.com>
19982
19983         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
19984         Change maintainer from Bruno Haible to 'all'.
19985
19986 2003-10-12  Paul Eggert  <eggert@twinsun.com>
19987
19988         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
19989
19990 2003-10-12  Paul Eggert  <eggert@twinsun.com>
19991
19992         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
19993         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
19994         and define in terms of the other primitives.
19995         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
19996         (SIZE_MAX): Define if not already defined.
19997         (array_size_overflow): New function.
19998         (xalloc_die): Abort instead of exiting if 'error' returns.
19999         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
20000         (xmalloc, xrealloc): Use them.
20001         (xcalloc): Check for address arithmetic overflow.
20002         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
20003         a bit faster than strcpy.
20004
20005 2003-10-10  Simon Josefsson  <jas@extundo.com>
20006
20007         * modules/argp (Depends-on): Add restrict and strcase.
20008
20009 2003-10-10  Simon Josefsson  <jas@extundo.com>
20010
20011         * m4/argp.m4: Add AC_C_INLINE.
20012
20013 2003-10-08  Paul Eggert  <eggert@twinsun.com>
20014
20015         Merge getpass from libc, plus a few fixes.
20016
20017         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
20018         Include <stdbool.h>.
20019         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
20020         __fsetlocking to empty.
20021         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
20022         do include <bits/libc-lock.h>.
20023         Do not include <fcntl.h>; not needed.
20024         [_LIBC]: Include <wchar.h>.
20025         (NOTCANCEL_MODE): New macro.
20026         (flockfile, funlockfile) [_LIBC]: New macros.
20027         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
20028         [!_LIBC]: New macros.
20029         (call_fclose): New function.
20030         (getpass): Use it.  Save tty stream separately; this simplifies the
20031         code and makes it more reliable if stdin happens to equal stdout.
20032         Invoke __fsetlocking on tty.
20033         Handle thread cancellation if needed.
20034         Namespace cleanup (use __tcgetattr, __getline).
20035         Use bool for Booleans.
20036         [USE_IN_LIBIO]: Handle wide streams.
20037         [!_LIBC]: Unconditionally do the fseek, since we don't know what
20038         stream might go where.
20039
20040         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
20041         doesn't have to include <stdio.h> before us.
20042         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
20043         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
20044         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
20045         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
20046         if not declared, so that we can use getpass.c code from libc without
20047         rewriting it.
20048         (flockfile, ftrylockfile, funlockfile): New macros.
20049
20050 2003-10-08  Paul Eggert  <eggert@twinsun.com>
20051
20052         * modules/getpass: Depend on stdbool.
20053
20054 2003-10-08  Paul Eggert  <eggert@twinsun.com>
20055
20056         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
20057
20058 2003-10-07  Karl Berry  <karl@gnu.org>
20059
20060         * config/config.{guess,sub}: update from config.
20061
20062 2003-10-06  Jim Meyering  <jim@meyering.net>
20063             Bruno Haible  <bruno@clisp.org>
20064
20065         This lets translators provide better translations for the
20066         "Written by ..." part of --version output.
20067         * lib/version-etc.h: Include stdarg.h.
20068         (version_etc_copyright): Declare as readonly.
20069         (version_etc): Make this function variadic with a NULL-terminated list
20070         of author name strings.
20071         (version_etc_va): New declaration.
20072         * lib/version-etc.c: Include stdarg.h, stdlib.h.
20073         (version_etc_copyright): Declare as readonly.
20074         (version_etc_va): New function. Provide a different translatable string
20075         for each possible number of authors < 10. Abbreviate when there are 10
20076         authors or more.
20077         (version_etc): Make this function variadic. Call version_etc_va.
20078         Suggestion from Gary V. Vaughan.
20079
20080         * lib/long-options.h (parse_long_options): Change prototype: the
20081         authors string is moved to the end and becomes variadic.
20082         * lib/long-options.c: Include stdarg.h.
20083         (parse_long_options): Make this function variadic, too.
20084         Call version_etc_va, not version_etc.
20085
20086 2003-10-06  Bruno Haible  <bruno@clisp.org>
20087
20088         * modules/version-etc-2: Remove file.
20089         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
20090
20091 2003-10-06  Bruno Haible  <bruno@clisp.org>
20092
20093         * modules/fatal-signal: New file.
20094         * MODULES.html.sh (func_all_modules): Add fatal-signal.
20095
20096 2003-10-06  Bruno Haible  <bruno@clisp.org>
20097
20098         * m4/fatal-signal.m4: New file.
20099         * m4/signalblocking.m4: New file, from GNU gettext.
20100
20101 2003-10-06  Bruno Haible  <bruno@clisp.org>
20102
20103         * lib/version-etc-2.h: Remove file.
20104         * lib/version-etc-2.c: Remove file.
20105
20106 2003-10-06  Bruno Haible  <bruno@clisp.org>
20107
20108         * lib/fatal-signal.h: New file, from GNU gettext.
20109         * lib/fatal-signal.c: New file, from GNU gettext.
20110
20111 2003-10-05  Paul Eggert  <eggert@twinsun.com>
20112
20113         * README: Rework advice for preventing empty .o files.
20114         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
20115         not <sys/types.h>.
20116
20117 2003-10-04  Karl Berry  <karl@gnu.org>
20118
20119         * lib/argp*: update from libc.
20120
20121 2003-10-04  Karl Berry  <karl@gnu.org>
20122
20123         * config/config.{guess,sub}: update from config.
20124
20125 2003-10-02  Bruno Haible  <bruno@clisp.org>
20126
20127         * modules/lchown (Include): Add lchown.h.
20128         * modules/time_r (Include): Use "..." syntax.
20129         * modules/xgetdomainname (Include): Add xgetdomainname.h.
20130
20131 2003-10-01  Simon Josefsson  <jas@extundo.com>
20132
20133         * MODULES.html.sh (func_all_modules): Move gethostname from section
20134         'based on' to section 'lacking' POSIX:2001.
20135
20136 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
20137
20138         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
20139         to output mode on the same stream.
20140
20141 2003-09-29  Paul Eggert  <eggert@twinsun.com>
20142
20143         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
20144         Fix arg typo in previous patch.
20145
20146 2003-09-28  Jim Meyering  <jim@meyering.net>
20147
20148         * lib/error.c: Correct cpp indentation.
20149
20150 2003-09-27  Paul Eggert  <eggert@twinsun.com>
20151
20152         * modules/free: New file.
20153
20154 2003-09-27  Paul Eggert  <eggert@twinsun.com>
20155
20156         * m4/free.m4: New file.
20157
20158 2003-09-27  Paul Eggert  <eggert@twinsun.com>
20159
20160         * lib/minmax.h (MIN, MAX)
20161         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
20162         Omit the special code that used __typeof__, since we worry that
20163         it could be more trouble than it's worth.  See:
20164         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
20165         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
20166
20167         * lib/free.c: New file.
20168
20169 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
20170
20171         Trivial fixes to Makefile.am parts of module listings.
20172         * modules/strstr: Append strstr.h to lib_SOURCES.
20173         * modules/strcase: Likewise, for strcase.h.
20174
20175 2003-09-27  Karl Berry  <karl@gnu.org>
20176
20177         * config/mkinstalldirs: update from automake.
20178
20179 2003-09-26  Paul Eggert  <eggert@twinsun.com>
20180
20181         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
20182         (error_tail): Do not loop, reallocating temporary buffer, since
20183         the output cannot contain more wide characters than the input
20184         contains bytes, the size must be big enough already.  This avoids
20185         one potential size overflow calculation.  Check for size overflow
20186         when calculating temporary buffer size.  Free temporary buffer
20187         when done, if it was allocated with malloc; this plugs a memory
20188         leak.  Remove casts from void * to pointers, that are no longer
20189         needed now that we're assuming C89 or better.
20190
20191         Merge error changes from glibc.
20192
20193         * lib/error.c, error.h: Update copyright notice header to match glibc.
20194         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
20195         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
20196         Disable cancellation while printing error.
20197         * lib/error.h: Prepend __ to parameter names.
20198
20199 2003-09-26  Jim Meyering  <jim@meyering.net>
20200
20201         * lib/error.c (error_tail): Move some declarations
20202         into inner scope where the local variables are used.
20203
20204 2003-09-26  Bruno Haible  <bruno@clisp.org>
20205
20206         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
20207         stpncpy().
20208         Don't define stpncpy through config.h; it's now done through stpncpy.h.
20209
20210 2003-09-26  Bruno Haible  <bruno@clisp.org>
20211
20212         * lib/stpncpy.h (gnu_stpncpy): New declaration.
20213         (stpncpy): Define as alias for gnu_stpncpy.
20214         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
20215
20216 2003-09-25  Simon Josefsson  <jas@extundo.com>
20217
20218         * lib/xgetdomainname.h: New file.
20219         * lib/xgetdomainname.c: New file.
20220
20221 2003-09-25  Simon Josefsson  <jas@extundo.com>
20222             Bruno Haible  <bruno@clisp.org>
20223
20224         * modules/getdomainname: New file.
20225         * modules/xgetdomainname: New file.
20226         * MODULES.html.sh (func_all_modules): Add getdomainname,
20227         xgetdomainname.
20228
20229 2003-09-25  Simon Josefsson  <jas@extundo.com>
20230             Bruno Haible  <bruno@clisp.org>
20231
20232         * m4/getdomainname.m4: New file.
20233
20234 2003-09-25  Simon Josefsson  <jas@extundo.com>
20235             Bruno Haible  <bruno@clisp.org>
20236
20237         * lib/getdomainname.h: New file.
20238         * lib/getdomainname.c: New file.
20239
20240 2003-09-25  Karl Berry  <karl@gnu.org>
20241
20242         * lib/argp-fmtstream.c, argp-help.c: update from libc.
20243
20244 2003-09-25  Karl Berry  <karl@gnu.org>
20245
20246         * config/install-sh: update from automake.
20247
20248 2003-09-25  Bruno Haible  <bruno@clisp.org>
20249
20250         * modules/version-etc-2: New file, from modules/version-etc with
20251         modifications.
20252         * MODULES.html.sh (func_all_modules): Add version-etc-2.
20253
20254 2003-09-25  Bruno Haible  <bruno@clisp.org>
20255
20256         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
20257         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
20258
20259 2003-09-24  Simon Josefsson  <jas@extundo.com>
20260
20261         * modules/xgethostname: Add xgethostname.h.
20262
20263 2003-09-24  Paul Eggert  <eggert@twinsun.com>
20264
20265         * lib/linebuffer.c (freebuffer): Don't free the argument, just
20266         the buffer associated with the argument.  Bug reported by
20267         Simon Josefsson.
20268
20269 2003-09-24  Paul Eggert  <eggert@twinsun.com>
20270
20271         * README: Document assumptions that 'int' is at least 32 bits
20272         wide, that integer arithmetic is 2's complement without overflow,
20273         that there are no holes in integer values, that adding sizes of
20274         two nonoverlapping objects can't overflow, and that all-bits-zero
20275         yields scalar zero.  Fix spelling and capitalization typos.
20276
20277 2003-09-19  Karl Berry  <karl@gnu.org>
20278
20279         * lib/argp.h: update from libc.
20280
20281 2003-09-17  Paul Eggert  <eggert@twinsun.com>
20282
20283         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
20284         to avoid spurious warnings like "AC_RUN_IFELSE was called before
20285         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
20286
20287 2003-09-17  Paul Eggert  <eggert@twinsun.com>
20288
20289         * gnulib-tool: Use "test -h", not "test -L", for portability
20290         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
20291         (tags_regexp): Remove, since \| doesn't conform to POSIX.
20292         (sed_extract_prog): Issue s commands one-by-one, rather than
20293         using \| in one s command.
20294
20295 2003-09-16  Paul Eggert  <eggert@twinsun.com>
20296
20297         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
20298         input error, instead of returning NULL the next time we are called
20299         (and therefore losing track of errno).
20300
20301 2003-09-16  Bruno Haible  <bruno@clisp.org>
20302
20303         * gnulib-tool (func_create_testdir): Warn about duplicated
20304         dependencies.
20305
20306 2003-09-15  Paul Eggert  <eggert@twinsun.com>
20307
20308         * modules/argmatch, modules/fatal, modules/obstack,
20309         modules/xalloc, modules/xgethostname: Sort dependencies by
20310         importance, not alphabetically.
20311
20312 2003-09-15  Paul Eggert  <eggert@twinsun.com>
20313
20314         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
20315         fails, so that the caller gets the proper errno.
20316
20317         * lib/readutmp.c (read_utmp): Likewise.
20318         Check for fstat error.  Close stream and free storage
20319         when failing.
20320
20321 2003-09-14  Karl Berry  <karl@gnu.org>
20322
20323         * config/srclist.txt (strdup.c): disable for c89 changes.
20324
20325 2003-09-14  Jim Meyering  <jim@meyering.net>
20326
20327         * lib/getloadavg.c: Correct cpp indentation.
20328         * lib/strdup.c: Likewise.
20329         * lib/vasnprintf.c: Likewise.
20330
20331 2003-09-14  Bruno Haible  <bruno@clisp.org>
20332
20333         * modules/fwriteerror: New file.
20334         * MODULES.html.sh (func_all_modules): Add fwriteerror.
20335
20336 2003-09-14  Bruno Haible  <bruno@clisp.org>
20337
20338         * lib/fwriteerror.h: New file.
20339         * lib/fwriteerror.c: New file.
20340
20341 2003-09-12  Paul Eggert  <eggert@twinsun.com>
20342
20343         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
20344         modules/xgethostname, modules/xalloc: Depend on exit.
20345
20346 2003-09-12  Paul Eggert  <eggert@twinsun.com>
20347
20348         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
20349
20350         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
20351         and AC_MINIX, too, so that their extensions are available.
20352
20353         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
20354         This macro has been superseded by gl_BACKUPFILE.
20355
20356         More patches to assume C89 or better.
20357
20358         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
20359
20360         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
20361         unconditionally.
20362         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
20363         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
20364         Include <string.h>, <stdlib.h> unconditionally.
20365         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
20366         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
20367         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
20368         headers or for string.h.
20369         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
20370         or strtoul.
20371
20372         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
20373         headers.
20374         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
20375         * m4/userspec.m4 (gl_USERSPEC): Likewise.
20376         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
20377         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
20378         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
20379         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
20380         memcpy, memset.
20381         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
20382         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
20383         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
20384         strtol.
20385         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
20386         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
20387         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
20388         strtoul.
20389
20390 2003-09-12  Paul Eggert  <eggert@twinsun.com>
20391
20392         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
20393         * lib/obstack.c [!defined _LIBC]: Likewise.
20394         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
20395         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
20396         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
20397
20398         More changes to assume C89 or better.
20399
20400         * lib/error.c (error_tail): Assume vprintf.
20401
20402         * lib/argmatch.c (getenv): Remove decl.
20403         * lib/progreloc.c (get_full_program_name): Define via prototype.
20404         * lib/setenv.c (clearenv): Likewise.
20405         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
20406         needed.
20407         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
20408         (malloc, memcpy): Remove decls.
20409         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
20410         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
20411         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
20412         (memcpy): Remove macro.
20413         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
20414         (__P): Remove.  All uses removed.
20415         (PTR): Remove.  All uses changed to void *.
20416         (CHAR_BIT, NULL): Remove.
20417         (spaces, zeros, memset_space, memset_zero)
20418         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
20419         Remove.
20420         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
20421         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
20422         Define with prototype.
20423         Remove now-unnecessary prototype decl.
20424         (extra_args_spec): Assume ANSI C.  All uses changed.
20425         (extra_args_spec_iso): Remove.
20426         (my_strftime, emacs_strftimeu): Define via prototype.
20427         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
20428         unconditionally.
20429         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
20430         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
20431         (strtoul, strtol): Remove decls.
20432         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
20433         LONG_MAX): Remove.
20434         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
20435         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
20436         (LOCALE_PARAM_PROTO): New macro.
20437         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
20438         (INTERNAL (strtol), strtol): Define with a prototype.
20439         (PARAMS): Remove.  All uses removed.
20440         * lib/tempname.c: Include <string.h> unconditionally.
20441         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
20442         * lib/xgethostname.c (main): Define with a prototype.
20443         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
20444         Include <stdlib.h> unconditionally.
20445         (calloc, malloc, realloc, free): Remove decls.
20446         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
20447         Include <stdlib.h> unconditionally.  Sort include file names.
20448         (strtod): Remove.
20449         (xstrtod): Define with a prototype.
20450         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
20451         (strtol, strtoul): Remove decls.
20452
20453 2003-09-11  Paul Eggert  <eggert@twinsun.com>
20454
20455         More patches to assume C89 or better.
20456         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
20457         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
20458         string.h, memchr, STDC_HEADERS.
20459
20460 2003-09-11  Paul Eggert  <eggert@twinsun.com>
20461
20462         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
20463         Include <stdlib.h>, <string.h> unconditionally.
20464         Remove now-unnecessary cast to char *.
20465         * lib/strnlen.c: Include <string.h> unconditionally.
20466         * lib/yesno.c (yesno): Define with a prototype.
20467
20468 2003-09-11  Bruno Haible  <bruno@clisp.org>
20469
20470         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
20471
20472 2003-09-10  Jim Meyering  <jim@meyering.net>
20473
20474         * lib/error.c: Correct indentation of cpp directives.
20475
20476 2003-09-10  Bruno Haible  <bruno@clisp.org>
20477
20478         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
20479         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
20480         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
20481         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
20482         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
20483         <stdlib.h> and <string.h> checks.
20484         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
20485         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
20486
20487 2003-09-10  Bruno Haible  <bruno@clisp.org>
20488
20489         * lib/strcspn.c: Include <string.h> unconditionally.
20490         * lib/strpbrk.c: Include <string.h> unconditionally.
20491         * lib/strstr.c: Include <string.h> unconditionally.
20492         * lib/unicodeio.c: Include <string.h> unconditionally.
20493         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
20494         * lib/unsetenv.c: Likewise.
20495         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
20496         * lib/yesno.c: Include <stdlib.h> unconditionally.
20497         (rpmatch): Add prototype.
20498
20499 2003-09-09  Paul Eggert  <eggert@twinsun.com>
20500
20501         More patches to assume C89 or better.
20502         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
20503         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
20504         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
20505         or for string.h.
20506         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
20507         stdlib.h.
20508         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
20509         C headers.
20510         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
20511         string.h.
20512         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
20513         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
20514         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
20515         or for string.h.
20516         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
20517         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
20518         C headers.
20519         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
20520         memcpy.
20521         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
20522         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
20523         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
20524         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
20525         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
20526         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
20527         string.h, free.
20528         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
20529         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
20530         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
20531         C headers, or for string.h.
20532         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
20533         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
20534         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
20535         headers, memory.h, stdlib.h, string.h, strings.h.
20536         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
20537         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
20538         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
20539         strchr.
20540         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
20541         headers, memory.h, string.h.
20542         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
20543         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
20544         free.
20545         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
20546         headers.
20547         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
20548         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
20549         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
20550         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
20551         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
20552
20553 2003-09-09  Paul Eggert  <eggert@twinsun.com>
20554
20555         More K&R removal.
20556
20557         * lib/acosl.c (main): Use a prototype.
20558         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
20559         tanl.c: Likewise.
20560
20561         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
20562
20563         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
20564         (getopt, etopt_long, getopt_long_only, _getopt_internal)
20565         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
20566         with a prototype.
20567         * lib/getopt.c (const): Remove macro.
20568         Include <string.h> unconditionally.
20569         (my_index): Remove; all uses changed to strchr.
20570         (strlen): Remove decl.
20571         (exchange): Remove forward decl; no longer needed.
20572         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
20573         Define with prototype.
20574         * lib/getopt1.c (const): Remove macro.
20575         (getopt_long, getopt_long_only, main): Define with prototype.
20576
20577         * lib/getugroups.c: Include <string.h> unconditionally.
20578
20579         * lib/getusershell.c: Include <stdlib.h> unconditionally.
20580         (getusershell, setusershell, endusershell, readname, main):
20581         Define with prototypes.
20582
20583         * lib/group-member.c: Include group-member.h first.
20584         Include <stdlib.h> unconditionally.
20585
20586         * lib/hard-locale.c: Include hard-locale.h first.
20587         Include <stdlib.h>, <string.h> unconditionally.
20588
20589         * lib/hash.c (free, malloc): Remove decls.
20590         Include <stdlib.h> unconditionally.
20591
20592         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
20593         (getenv): Do not declare.
20594
20595         * lib/idcache.c: Include <string.h> unconditionally.
20596
20597         * lib/long-options.c: Include long-options.h first, to test interface.
20598         Include <stdlib.h> unconditionally.
20599
20600         * lib/makepath.c: Include makepath.h first, to test interface.
20601         Include <stdlib.h> and <string.h> unconditionally.
20602
20603         * lib/linebuffer.c: Include <stdlib.h>.
20604         (free): Remove decl.
20605
20606         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
20607         stddef.h. rpl_malloc returns void *, not char *.
20608         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
20609         prototype.
20610
20611         * lib/md5.h: Include <limits.h> unconditionally.
20612         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
20613         (__P): Remove; all uses removed.
20614         * lib/md5.c: Include "md5.h" first.
20615         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
20616         md5_buffer, md5_process_bytes, md5_process_block):
20617         Define with prototypes.
20618         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
20619         * lib/sha.c: Include "sha.h" first.
20620         Include <stdlib.h>, <string.h> unconditionally.
20621
20622         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
20623         * lib/memcmp.c (__ptr_t): Likewise.
20624         * lib/memrchr.c (__ptr_t): Likewise.
20625         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
20626         Include <string.h> unconditionally.
20627         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
20628         * lib/memchr.c: Include <stdlib.h> unconditionally.
20629         * lib/memchr.c (LONG_MAX): Remove.
20630         * lib/memrchr.c (LONG_MAX): Likewise.
20631         * lib/memchr.c (__memchr): Define via a prototype.
20632         * lib/memrchr.c (__memrchr): Likewise.
20633         * lib/memcmp.c (__P): Remove, and remove all uses.
20634         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
20635         Remove forward decls; no longer needed.
20636         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
20637         Use types required by C89 in prototype.
20638
20639         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
20640         * lib/savedir.c: Likewise.
20641         * lib/mkdir.c (free): Remove decl.
20642         * lib/rmdir.c (rmdir): Define with a prototype.
20643         * lib/savedir.c: Include savedir.h first, to test interface.
20644
20645         * lib/mktime.c (STDC_HEADERS): Remove.
20646         Include <stdlib.h>, <string.h> unconditionally.
20647
20648         * lib/modechange.c: Include <stdlib.h> unconditionally.
20649         (malloc): Remove decl.
20650
20651         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
20652         (free): Remove decl.
20653
20654         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
20655         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
20656         (This type really should be intptr_t, but that's a C99ism.)
20657         (_obstack_memcpy): Remove: all uses changed to memcpy.
20658         Include <string.h> unconditionally.
20659         (struct obstack): Assume __STDC__ for types of members
20660         chunkfun, freefun, extra_arg.
20661         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
20662         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
20663         obstack_begin, obstack_specify_allocation,
20664         obstack_specify_allocation_with_arg, obstack_chunkfun,
20665         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
20666         Remove unprototyped decls and the macros that use them.
20667         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
20668         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
20669         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
20670         (defined __STDC__ && __STDC__)]:
20671         Remove nonprototyped code.
20672         Include <stdlib.h> unconditionally.
20673         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
20674         _obstack_allocated_p, _obstack_free, obstack_free,
20675         _obstack_memory_used, print_and_abort):
20676         Define using prototypes.
20677         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
20678         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
20679         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
20680         obstack_next_free, obstack_object_size, obstack_room) [0]:
20681         Remove unused, unprototyped code.
20682
20683         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
20684
20685         * lib/physmem.c (physmem_total, physmem_available, main): Define
20686         with prototypes.
20687
20688         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
20689         (main): Define with a prototype.
20690
20691         * lib/posixver.c (getenv): Remove decl.
20692
20693         * lib/putenv.c (malloc): Returns void *, not char *.
20694         Include <string.h> unconditionally.
20695         (strchr, memcpy, NULL): Do not define.
20696
20697         * lib/readtokens.c: Include readtokens.h first, to test interface.
20698         Include <stdlib.h>, <string.h> unconditionally.
20699         (init_tokenbuffer): Define with a prototype.
20700
20701         * lib/regex.c (PARAMS): Remove.  All uses removed.
20702         All uses of _RE_ARGS removed, too.
20703         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
20704         unconditionally.
20705         (bzero): Assume memset exists.
20706         (memcmp, memcpy, NULL): Remove.
20707         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
20708         char, or assignments to local vars of type signed char.
20709         (init_syntax_once, PREFIX(extract_number_and_incr),
20710         PREFIX(print_partial_compiled_pattern),
20711         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
20712         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
20713         PREFIX(regex_grow_registers), PREFIX(regex_compile),
20714         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
20715         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
20716         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
20717         wcs_compile_range, byte_compile_range, truncate_wchar,
20718         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
20719         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
20720         count_mbs_length, wcs_re_match_2_internal,
20721         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
20722         PREFIX(alt_match_null_string_p),
20723         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
20724         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
20725         regfree, PREFIX(extract_number)): Define with prototype.  Remove
20726         now-unnecessary declaration, if any.
20727         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
20728         regcomp, regexec):
20729         Remove now-unnecessary casts among pointer types.
20730         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
20731
20732         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
20733         (free): Remove decl.
20734
20735         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
20736
20737         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
20738         (free): Remove decl.
20739
20740         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
20741         * lib/xgetcwd.c: Likewise.
20742
20743         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
20744         (free): Remove decl.
20745
20746         * lib/strchrnul.c (strchrnul): Define with a prototype.
20747         Fix bug: c_in was not converted to char before searching.
20748
20749         The following changes are not K&R related:
20750
20751         * lib/group-member.h: Include <sys/types.h>, so that this file is
20752         self-contained.
20753         * lib/makepath.h: Likewise.
20754
20755         * lib/getusershell.c (readname, default_index, line_size, readname):
20756         Use size_t, not int, for sizes.
20757         (readname): If the size overflows, report an error instead of
20758         looping forever.
20759
20760 2003-09-09  Paul Eggert  <eggert@twinsun.com>
20761
20762         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
20763         libc.
20764
20765 2003-09-09  Paul Eggert  <eggert@twinsun.com>
20766
20767         * README: New section: portability guidelines.
20768
20769 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
20770
20771         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
20772         C89 spec.
20773
20774 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
20775
20776         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
20777
20778 2003-09-08  Paul Eggert  <eggert@twinsun.com>
20779
20780         Assume C89 or better; remove K&R cruft.
20781         A few of these changes were first proposed by Derek Robert Price
20782         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
20783
20784         * lib/addext.c: Include <string.h> unconditionally.
20785         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
20786         Don't declare getenv or malloc.
20787
20788         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
20789         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
20790         (NULL): Remove.
20791         (find_stack_direction, alloca): Use prototypes.
20792
20793         * lib/atexit.c (atexit): Define using a prototype.
20794
20795         * lib/basename.c, dirname.c, stripslash.c:
20796         Include <string.h> unconditionally.
20797
20798         * lib/bcopy.c: Include <stddef.h>.
20799         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
20800
20801         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
20802
20803         * lib/error.h (error, error_at_line, error_print_progname)
20804         [! (defined (__STDC__) && __STDC__)]: Remove decls.
20805         * lib/error.c: Include error.h first, to check interface.
20806         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
20807         (VA_START): Remove; all uses changeed to va_start.
20808         (exit, strerror): Remove decls.
20809         (error_print_progname): Prototype uncondionally.
20810         Don't include <errno.h>; no longer needed.
20811         (private_strerror): Remove.
20812         (error_tail): Always define.
20813         (error, error_at_line): Assume C89 or better; always use prototypes.
20814         * lib/fatal.c: Include "fatal.h" first, to test interface.
20815         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
20816         (VA_START): Remove; all uses changed to va_start.
20817         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
20818         this case.
20819         (exit): Remove decl.
20820         (fatal): Prototype unconditionally.  Assume va_start works.
20821         Abort at end, to pacify gcc.
20822
20823         * lib/euidaccess.c (main): Define with a prototype.
20824
20825         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
20826
20827         * lib/exitfail.c: Include <stdlib.h> unconditionally.
20828
20829         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
20830         prototypes.
20831         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
20832         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
20833         (getenv): Remove decl.
20834         (fnmatch): Define using a prototype.
20835         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
20836         (FCT): Define using a prototype.
20837
20838         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
20839
20840         * lib/gethostname.c: Include <stddef.h>.
20841         (gethostname): Define with prototype.  Length is size_t, not int.
20842
20843 2003-09-08  Paul Eggert  <eggert@twinsun.com>
20844
20845         Assume C89 or better; remove K&R cruft.
20846         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
20847         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
20848         string.h, getenv, malloc.
20849         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
20850         headers.
20851         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
20852         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
20853         do not check for strerror.
20854         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
20855         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
20856         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
20857         do not check for doprnt or vprintf.
20858         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
20859         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
20860
20861 2003-09-08  Paul Eggert  <eggert@twinsun.com>
20862
20863         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
20864         getversion.c should have been removed then, but was accidentally
20865         preserved.
20866
20867         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
20868         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
20869
20870 2003-09-08  Karl Berry  <karl@gnu.org>
20871
20872         * config/config.sub, config.guess, srclistvars.sh: update from savannah
20873                 config, forget about prep.
20874
20875         * config/depcomp, missing: update from automake.
20876
20877 2003-09-07  Paul Eggert  <eggert@twinsun.com>
20878
20879         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
20880         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
20881
20882 2003-09-07  Paul Eggert  <eggert@twinsun.com>
20883
20884         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
20885         copy_tm_result.  Bug reported by Simon Josefsson in
20886         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
20887
20888 2003-09-06  Paul Eggert  <eggert@twinsun.com>
20889
20890         * m4/time_r.m4: New file.
20891         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
20892         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
20893         is. Check for timegm declaration.
20894         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
20895         Do not check for gmtime_r.
20896         Replace mktime if __mktime_internal does not exist and if mktime
20897         hasn't been replaced already.
20898
20899 2003-09-06  Paul Eggert  <eggert@twinsun.com>
20900
20901         * lib/time_r.c, lib/time_r.h: New files.
20902
20903         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
20904         __localtime_r.
20905         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
20906         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
20907
20908         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
20909         __gmtime_r.
20910         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
20911         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
20912         Include <time_r.h>.
20913
20914         * lib/timegm.c: Switch to glibc implementation, with the following
20915         changes:
20916         [defined HAVE_CONFIG_H]: Include <config.h>.
20917         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
20918         (__mktime_internal) [!defined _LIBC]: New decl.
20919         (__gmtime_r) [!defined _LIBC]: New macro and function.
20920         (timegm): Use a prototype, since gnulib assumes C89.
20921         Do not bother declaring tmp to be const, as it's not really usefu.
20922         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
20923         (timegm): Declare only if HAVE_DECL_TIMEGM.
20924
20925 2003-09-06  Paul Eggert  <eggert@twinsun.com>
20926
20927         * MODULES.html.sh (func_all_modules): Add time_r.
20928         * modules/time_r: New file.
20929         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
20930         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
20931
20932 2003-09-03  Paul Eggert  <eggert@twinsun.com>
20933
20934         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
20935         Bug reported by Lute Kamstra in
20936         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
20937
20938         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
20939         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
20940         course with correspondingly smaller numbers for tomorrow and
20941         yesterday.  From Tadayoshi Funaba.  Originally installed into
20942         sh-utils on 1999-08-07, but the patch got lost (I guess during the
20943         coreutils merge?).
20944
20945 2003-08-31  Simon Josefsson  <jas@extundo.com>
20946
20947         * modules/timegm: New file.
20948         * MODULES.html.sh (func_all_modules): Add timegm.
20949
20950 2003-08-31  Simon Josefsson  <jas@extundo.com>
20951
20952         * m4/timegm.m4: New file.
20953
20954 2003-08-31  Simon Josefsson  <jas@extundo.com>
20955
20956         * lib/timegm.h: New file.
20957         * lib/timegm.c: New file.  Based on
20958         wget-1.8.2/src/http.c:mktime_from_utc.
20959
20960 2003-08-31  Karl Berry  <karl@gnu.org>
20961
20962         * lib/argp.h: update from libc.
20963
20964 2003-08-28  Bruno Haible  <bruno@clisp.org>
20965
20966         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
20967         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
20968         followed by '#define fnmatch fnmatch_posix' gives an error.
20969
20970 2003-08-28  Bruno Haible  <bruno@clisp.org>
20971
20972         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
20973         warning on QNX, which defines O_BINARY to 000000.
20974
20975 2003-08-27  Jim Meyering  <jim@meyering.net>
20976
20977         * m4/mkstemp.m4: Require that the system mkstemp be able to create
20978         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
20979         would fail after 32.  Reported by Danny Levinson.  Details here:
20980         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
20981
20982 2003-08-24  Bruno Haible  <bruno@clisp.org>
20983
20984         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
20985         MSVC7 <stdio.h> is included later.
20986
20987 2003-08-22  Simon Josefsson  <jas@extundo.com>
20988
20989         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
20990
20991 2003-08-20  Karl Berry  <karl@gnu.org>
20992
20993         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
20994
20995 2003-08-20  Bruno Haible  <bruno@clisp.org>
20996
20997         * modules/progname: New file.
20998         * MODULES.html.sh (func_all_modules): Add progname.
20999
21000 2003-08-20  Bruno Haible  <bruno@clisp.org>
21001
21002         * lib/progname.h: New file, from GNU gettext.
21003         * lib/progname.c: New file, from GNU gettext.
21004         * lib/progreloc.c: New file, from GNU gettext.
21005
21006 2003-08-19  Jim Meyering  <jim@meyering.net>
21007
21008         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
21009         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
21010
21011 2003-08-19  Bruno Haible  <bruno@clisp.org>
21012
21013         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
21014         more.
21015
21016 2003-08-19  Bruno Haible  <bruno@clisp.org>
21017
21018         * lib/xstrdup.c: Assume <string.h> exists.
21019
21020 2003-08-18  Paul Eggert  <eggert@twinsun.com>
21021
21022         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
21023         in makefile rules.
21024
21025 2003-08-18  Jim Meyering  <jim@meyering.net>
21026
21027         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
21028         * m4/lib-ld.m4: Likewise.
21029
21030 2003-08-18  Jim Meyering  <jim@meyering.net>
21031
21032         * lib/setenv.h: Indent nested cpp directive.
21033         * lib/vasnprintf.c: Remove trailing blanks.
21034
21035 2003-08-17  Simon Josefsson  <jas@extundo.com>
21036
21037         * modules/xstrndup: New file.
21038         * MODULES.html.sh (func_all_modules): Add xstrndup.
21039
21040 2003-08-17  Simon Josefsson  <jas@extundo.com>
21041
21042         * modules/argp: Fix autoconf macro name. Add more dependencies.
21043
21044 2003-08-17  Simon Josefsson  <jas@extundo.com>
21045
21046         * m4/xstrndup.m4: New file.
21047
21048 2003-08-17  Simon Josefsson  <jas@extundo.com>
21049
21050         * m4/argp.m4: New file.
21051
21052 2003-08-17  Simon Josefsson  <jas@extundo.com>
21053             Bruno Haible  <bruno@clisp.org>
21054
21055         * lib/xstrndup.h: New file.
21056         * lib/xstrndup.c: New file.
21057
21058 2003-08-17  Bruno Haible  <bruno@clisp.org>
21059
21060         * modules/strndup (Files, Include): Add lib/strndup.h.
21061
21062 2003-08-17  Bruno Haible  <bruno@clisp.org>
21063
21064         * modules/euidaccess (Files): Add lib/euidaccess.h.
21065
21066 2003-08-17  Bruno Haible  <bruno@clisp.org>
21067
21068         * lib/strndup.h: New file.
21069
21070 2003-08-17  Bruno Haible  <bruno@clisp.org>
21071
21072         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
21073         like AC_GNU_SOURCE.
21074         * modules/extensions (configure.ac): Comment out the invocation of
21075         gl_USE_SYSTEM_EXTENSIONS.
21076
21077 2003-08-16  Paul Eggert  <eggert@twinsun.com>
21078
21079         Merges from coreutils, etc.
21080         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
21081         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
21082         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
21083         fixing a typo.
21084         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
21085         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
21086
21087 2003-08-16  Paul Eggert  <eggert@twinsun.com>
21088
21089         Document merge from coreutils.
21090         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
21091         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
21092         * modules/utime: Add m4/utimes-null.m4.
21093
21094 2003-08-16  Paul Eggert  <eggert@twinsun.com>
21095
21096         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
21097         space, undoing this 2003-08-12 change:
21098         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
21099
21100 2003-08-16  Paul Eggert  <eggert@twinsun.com>
21101
21102         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
21103         strtoul.c from libc, undoing this 2003-08-12 change:
21104         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
21105
21106 2003-08-16  Jim Meyering  <jim@meyering.net>
21107
21108         Merges from coreutils.
21109         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
21110         prefix.  Adjust cache variables similarly.  Create 500 rather than
21111         just 300 files, to exercise bug on Darwin6.5, too.
21112         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
21113         $missing_dir.
21114         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
21115         AM_SYS_POSIX_TERMIOS.
21116         Reported by mkc@mathdogs.com.
21117         Also change use of $am_cv_sys_posix_termios
21118         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
21119         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
21120         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
21121         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
21122         in /proc/mounts until it finds one with matching device number.  This
21123         is unnecessary when the FILE argument *is* a mount point.  No stat call
21124         is necessary in that case.  So, disable the statvfs-testing code on
21125         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
21126         as RedHat bug# 84846.
21127         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
21128         to 1MB, so as not to render systems with no stack size limit (e.g.,
21129         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
21130         Include <unistd.h>.  On some systems,
21131         it is required for the definition of _SC_PAGESIZE.
21132
21133 2003-08-16  Jim Meyering  <jim@meyering.net>
21134
21135         Merge from coreutils.
21136         * lib/xstrtoimax.c: #else #if -> #elif.
21137         * lib/xstrtoumax.c: Likewise.
21138
21139 2003-08-16  Jim Meyering  <jim@meyering.net>
21140
21141         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
21142         * m4/utimes.m4: Removed.
21143         * m4/utimes-null.m4: Renamed from utimes.m4.
21144
21145         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
21146         to 1MB, so as not to render systems with no stack size limit (e.g.,
21147         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
21148         Include <unistd.h>.  On some systems,
21149         it is required for the definition of _SC_PAGESIZE.
21150
21151 2003-08-16  Jim Meyering  <jim@meyering.net>
21152         and Paul Eggert  <eggert@cs.ucla.edu>
21153
21154         Merges from coreutils, etc.
21155
21156         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
21157         using the latest version from cvs.  This avoids problems with #line
21158         directives using a vendor (Sun) compiler.
21159         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
21160         Don't set GETGROUPS_LIB here; now it's
21161         done via getgroups.m4's wrapper function.
21162         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
21163         rather than just in sh-util/configure.in, so that the
21164         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
21165         same.
21166         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
21167         AC_FUNC_GETLOADAVG where to find getloadavg.c.
21168         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
21169         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
21170         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
21171         Remove code that is now done by the newly-required macros.
21172         Append $(EXEEXT) to DF_PROG.
21173         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
21174         Do not invoke or require the following here,
21175         since prereq.m4 or some gnulib .m4 now does this for us:
21176         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
21177         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
21178         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
21179         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
21180         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
21181         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
21182         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
21183         AC_FUNC_OBSTACK.
21184         Do not replace the following functions, as this is now the job
21185         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
21186         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
21187         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
21188         atexit getpass, strdup, getpagesize.
21189         Replace 'raise'.
21190         Do not check for the following functions, as this is now the job
21191         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
21192         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
21193         setregid.
21194         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
21195         Check for sys/sysctl.h.
21196         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
21197         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
21198         of checking for ssize_t ourselves.
21199
21200         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
21201         Require every macro that gnulib/modules/* suggests for us.
21202         (jm_PREREQ_ADDEXT): New macro.
21203         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
21204         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
21205
21206         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
21207         (gl_PHYSMEM): Use it.
21208         Also check for `table' function.
21209         Check for new headers and functions.
21210         Add check for sys/sysmp.h.
21211         With suggestions from Kaveh Ghazi.
21212         Ignore headers that are present but cannot be compiled.  This
21213         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
21214         C 5.4.
21215
21216 2003-08-15  Paul Eggert  <eggert@twinsun.com>
21217
21218         Document merge from coreutils.
21219         * modules/userspec: Depend on posixver.
21220         * modules/strftime: Depend on tzset.
21221
21222 2003-08-15  Paul Eggert  <eggert@twinsun.com>
21223
21224         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
21225         rather than tab, after '#' in shell-script copyright notices.
21226         Suggested by Bruno Haible.
21227
21228 2003-08-15  Paul Eggert  <eggert@twinsun.com>
21229
21230         * config/srclist-update: Use three spaces, rather than tab, after '#'
21231         in shell-script copyright notices.  Suggested by Bruno Haible.
21232         Remove unnecessary parenthesization in regular expression.
21233
21234 2003-08-15  Jim Meyering  <jim@meyering.net>
21235
21236         Merge from coreutils.
21237         * lib/xgethostname.c: Include <stdlib.h>.
21238         (xghostname): Don't exit for anything other than memory-related
21239         failure; just return NULL.
21240         * lib/userspec.c: Include "posixver.h".
21241         (parse_user_spec): Accept `.' as a separator only
21242         in pre-POSIX-200112 mode.
21243         * lib/strtoimax.c: Use #elif rather than #else #if.
21244         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
21245         Remove function, now that we can rely on a working tzset function.
21246         [!_LIBC]: Ensure that the required autoconf test has been run.
21247         [!defined _NL_CURRENT && HAVE_STRFTIME]:
21248         Use underlying_strftime for %r.
21249         * lib/sha.c: Merge in some clean-up and optimization changes from
21250         glibc.
21251         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
21252         Ensure that it is a multiple of 64.
21253         Rearrange loop exit tests so as to avoid performing an
21254         additional fread after encountering an error or EOF.
21255         * lib/realloc.c: Update copyright date.
21256
21257 2003-08-15  Jim Meyering  <jim@meyering.net>
21258         and Paul Eggert  <eggert@twinsun.com>
21259
21260         Merge from coreutils.
21261         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
21262         member but strut utmpx does not.  Needed for AIX 4.3.3.
21263         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
21264
21265 2003-08-15  Jim Meyering  <jim@meyering.net>
21266         and Paul Eggert  <eggert@cs.ucla.edu>
21267
21268         Merges from coreutils, etc.
21269         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
21270         Require gl_FUNC_TZSET_CLOBBER.
21271         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
21272         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
21273         members.
21274
21275 2003-08-14  Paul Eggert  <eggert@twinsun.com>
21276
21277         Help the merge from coreutils.
21278         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
21279         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
21280         * m4/tzset.m4: Use it too.
21281
21282 2003-08-14  Paul Eggert  <eggert@twinsun.com>
21283
21284         * modules/tzset: New file.
21285
21286 2003-08-14  Jim Meyering  <jim@meyering.net>
21287
21288         Merges from coreutils.
21289         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
21290         variable names, rather than @FNMATCH_H@.
21291         * modules/alloca: Likewise for $(ALLOCA_H).
21292
21293         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
21294         the three copies of the literal target, `fnmatch.h'.
21295         * modules/alloca (alloca.h): Likewise.
21296
21297 2003-08-14  Jim Meyering  <jim@meyering.net>
21298
21299         Merge from coreutils.
21300         * m4/tzset.m4: New file.
21301         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
21302         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
21303         otherwise, AIX 5.1 systems would end up using the latter.
21304         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
21305         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
21306         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
21307         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
21308
21309 2003-08-14  Jim Meyering  <jim@meyering.net>
21310
21311         Merge from coreutils.
21312         * lib/obstack.h: Whitespace changes.
21313         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
21314         and xcalloc return values.
21315         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
21316         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
21317         hang on OSF/1 5.1 for DIR on both local and remote file systems.
21318         Reported by (and fix confirmed by) Nelson H. F. Beebe.
21319         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
21320         error from mntctl.
21321         Use mntctl's return value to drive the entry-processing loop, since
21322         we can't rely on the value of the vmt_length member in the last
21323         entry.  On some systems doing so could result in exhausting
21324         virtual memory.  Based in part on a patch from Mike Jetzer.
21325
21326 2003-08-14  Jim Meyering  <jim@meyering.net>
21327         and Paul Eggert  <eggert@twinsun.com>
21328
21329         Merges from coreutils, plus other fixes.
21330         * lib/physmem.c: Merge in portability changes from gcc/libiberty
21331         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
21332         for credits and details.  Thanks to Kaveh Ghazi for helping
21333         to keep these files in sync.
21334         (ARRAY_SIZE): Define it.
21335         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
21336         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
21337         (memcasecmp): Don't assume size_t fits in unsigned int.
21338         Remove casts and duplicate code.
21339         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
21340         (memcpy): Remove definition.
21341         Merge in some clean-up and optimization changes from glibc.
21342         [BLOCKSIZE]: Move definition to top of file.
21343         Ensure that it is a multiple of 64.
21344         Rearrange loop exit tests so as to avoid performing an
21345         additional fread after encountering an error or EOF.
21346         * lib/md5.h (md5_uintptr): Define.
21347         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
21348         return to the initial working directory.  Preserve errno
21349         for caller.
21350         * lib/idcache.c: Include "xalloc.h".
21351         (xmalloc, xrealloc): Remove decls.
21352         (getuser): Remove casts no longer required in C89.
21353         * lib/human.c: Include stdio.h, for sprintf.
21354         * lib/group-member.c: Include "xalloc.h".
21355         (xmalloc, xrealloc): Remove decls.
21356         (get_group_info): Remove casts no longer required in C89.
21357         * lib/getusershell.c (readname): Remove casts no longer required in
21358         C89.
21359         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
21360         * lib/getline.c: Whitespace fix, from coreutils.
21361
21362 2003-08-13  Paul Eggert  <eggert@twinsun.com>
21363
21364         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
21365         Check for isascii.
21366
21367         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
21368         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
21369         Undo previous (whitespace-only) change.
21370
21371 2003-08-13  Paul Eggert  <eggert@twinsun.com>
21372
21373         * lib/exclude.c: Include <ctype.h>
21374         (IN_CTYPE_DOMAIN): New macro.
21375         (is_space): New fn.
21376         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
21377         and empty lines.
21378
21379         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
21380         Undo previous (whitespace-only) change.
21381
21382 2003-08-13  Paul Eggert  <eggert@twinsun.com>
21383
21384         * config/srclist-update: Change update back to the old behavior,
21385         leaving whitespace alone.  Use one 'sed' command rather than a
21386         pipeline.
21387         (fixlicense): Now a variable, not a function.
21388         (remove_trailing_blanks): Remove.
21389         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
21390         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
21391         Undo previous (whitespace-only) change.
21392
21393 2003-08-12  Paul Eggert  <eggert@twinsun.com>
21394
21395         Merge from coreutils.
21396         * modules/euidaccess: Add lib_SOURCES, include for new
21397         file euidaccess.h
21398
21399 2003-08-12  Paul Eggert  <eggert@twinsun.com>
21400
21401         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
21402         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
21403         Normalize leading white space and remove trailing white space.
21404
21405         Merge from coreutils
21406         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
21407
21408         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
21409         0.12.1.  These files are now being upgraded automatically by
21410         ../config/srclist-update.
21411
21412 2003-08-12  Paul Eggert  <eggert@twinsun.com>
21413
21414         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
21415         Normalize leading white space and remove trailing white space.
21416         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
21417         notice, as per ../config/srclist-update.
21418
21419         Merge from coreutils.
21420         * lib/euidaccess.h: New file.
21421         * lib/euidaccess.c: Include it.
21422         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
21423         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
21424         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
21425
21426 2003-08-12  Paul Eggert  <eggert@twinsun.com>
21427
21428         * config/srclist-update: Add copyright notice.
21429         (remove_id_lines, remove_trailing_blanks): New constants.
21430         (fixfile): Use them to normalize spacing a bit in copied files.
21431         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
21432         Normalize leading white space and remove trailing white space.
21433
21434         * config/texinfo.tex: Sync with texinfo.
21435
21436         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
21437         strtoul.c from libc, to merge coreutils whitespace changes.
21438
21439         * config/srclist.txt: Get the following m4 files from gettext:
21440         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
21441         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
21442         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
21443         wint_t.m4.
21444
21445 2003-08-12  Karl Berry  <karl@gnu.org>
21446
21447         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
21448         been made.
21449
21450 2003-08-11  Paul Eggert  <eggert@twinsun.com>
21451
21452         * modules/gnu-source, m4/gnu-source.m4:
21453         Remove; we're assuming Autoconf 2.54 or later now.
21454         Suggested by Bruno Haible.
21455         * MODULES.html.sh (func_all_modules): Remove gnu-source.
21456
21457 2003-08-11  Bruno Haible  <bruno@clisp.org>
21458
21459         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
21460
21461 2003-08-11  Bruno Haible  <bruno@clisp.org>
21462
21463         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
21464         (vasnprintf): Use it instead of wcslen.
21465
21466 2003-08-11  Bruno Haible  <bruno@clisp.org>
21467
21468         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
21469         value to ensure that _Bool promotes to int. Use #define for _Bool when
21470         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
21471
21472 2003-08-10  Karl Berry  <karl@gnu.org>
21473
21474         * lib/regex.h: update from libc (whitespace fix).
21475
21476 2003-08-09  Paul Eggert  <eggert@twinsun.com>
21477
21478         Merge some files from coreutils.  These changes were
21479         originally made by Jim Meyering.
21480         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
21481         many older Unixes require this.
21482         * lib/alloca.c (alloca): Remove cast to argument of free;
21483         no longer needed in C89.
21484         * lib/alloca_.h, regex.h: Fix white space to match
21485         what GNU indent does.
21486
21487 2003-08-09  Paul Eggert  <eggert@twinsun.com>
21488
21489         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
21490         apparently Emacs's Unicode mode got confused before my 2003-08-05
21491         checkin.
21492
21493 2003-08-08  Paul Eggert  <eggert@twinsun.com>
21494
21495         * m4/extensions.m4: New file.
21496         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
21497         Require gl_USE_SYSTEM_EXTENSIONS.
21498         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
21499         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
21500
21501 2003-08-08  Paul Eggert  <eggert@twinsun.com>
21502
21503         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
21504         * modules/extensions, modules/gnu-source: New files.
21505         * modules/timespec, modules/unlocked-io: Depend on extensions.
21506
21507 2003-08-07  Paul Eggert  <eggert@twinsun.com>
21508
21509         * modules/restrict: New file.
21510         * MODULES.html.sh (func_all_modules): Add restrict.
21511         * modules/regex: Depend on restrict.
21512
21513 2003-08-07  Paul Eggert  <eggert@twinsun.com>
21514
21515         * m4/restrict.m4: New file.
21516         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
21517
21518 2003-08-07  Bruno Haible  <bruno@clisp.org>
21519
21520         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
21521         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
21522
21523 2003-08-07  Bruno Haible  <bruno@clisp.org>
21524
21525         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
21526         makes the module 'getndelim2' compatible with the module 'getline'.
21527
21528 2003-08-05  Paul Eggert  <eggert@twinsun.com>
21529
21530         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
21531         byte with "\201" to avoid glitches when editing that source file
21532         with multi-gnome-terminal.
21533
21534 2003-08-05  Paul Eggert  <eggert@twinsun.com>
21535
21536         * lib/bumpalloc.h: Remove.
21537
21538 2003-08-05  Paul Eggert  <eggert@twinsun.com>
21539
21540         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
21541         * modules/bumpalloc: Remove.
21542
21543 2003-08-04  Paul Eggert  <eggert@twinsun.com>
21544
21545         * lib/getloadavg.c: Change copyright notice and spacing to conform to
21546         GNU coding style.
21547
21548         Merge from coreutils.
21549         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
21550         1. From glibc.
21551         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
21552         from Karl Berry, implemented by Jim Meyering.
21553         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
21554         from Dmitry V. Levin.
21555         Remove anachronistic cast of xrealloc.
21556         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
21557         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
21558         type. Otherwise, it wouldn't compile with at least /bin/cc on
21559         ymp-cray-unicos9.0.2.X.
21560         Combine two mostly-identical uses of alloca into one.
21561         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
21562
21563 2003-08-04  Dave Love  <d.love@dl.ac.uk>
21564
21565         [From Emacs.]
21566
21567         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
21568         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
21569         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
21570         obsolete NLIST_NAME_UNION.
21571         [__GNU__]: Undef BSD and FSCALE.
21572         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
21573
21574 2003-08-03  Paul Eggert  <eggert@twinsun.com>
21575
21576         * lib/stdbool_.h (_Bool): Make it signed char, instead of
21577         an enum type, so that it's guaranteed to promote to int.  See:
21578         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
21579
21580 2003-08-03  Karl Berry  <karl@gnu.org>
21581
21582         * config/depcomp: update from automake.
21583
21584 2003-07-31  Paul Eggert  <eggert@twinsun.com>
21585
21586         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
21587         (strerror): Don't assume that a printable int fits in 14 bytes.
21588
21589 2003-07-31  Bruno Haible  <bruno@clisp.org>
21590
21591         * modules/getpass-gnu: New file.
21592         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
21593
21594 2003-07-31  Bruno Haible  <bruno@clisp.org>
21595
21596         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
21597
21598 2003-07-24  Karl Berry  <karl@gnu.org>
21599
21600         * config/missing: update from automake.
21601
21602 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
21603             Bruno Haible  <bruno@clisp.org>
21604
21605         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
21606         * lib/getline.c (getline, getdelim): Likewise.
21607         Remove _GNU_SOURCE define; now it's defined in config.h through
21608         m4/getline.m4.
21609
21610 2003-07-23  Karl Berry  <karl@gnu.org>
21611
21612         * config/config.sub: update from prep.
21613
21614 2003-07-22  Paul Eggert  <eggert@twinsun.com>
21615
21616         * modules/xalloc (Depends-on): Add exitfail.
21617         * modules/xmemcoll: Likewise.
21618
21619 2003-07-22  Paul Eggert  <eggert@twinsun.com>
21620
21621         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
21622         over-parenthesization in macros.
21623
21624         Sync with coreutils.
21625
21626         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
21627         required by C99.
21628
21629         Use `exit_failure' for xalloc and xmemcoll instead of their own
21630         private exit-failure variables.
21631         * lib/xalloc.h (xalloc_exit_failure): Remove.
21632         * lib/xmalloc.c: Likewise.  Include exitfail.h.
21633         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
21634         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
21635         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
21636         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
21637
21638 2003-07-20  Jim Meyering  <jim@meyering.net>
21639
21640         * modules/closeout (Depends-on): Add exitfail.
21641         Suggestion from Bruno Haible.
21642
21643 2003-07-19  Karl Berry  <karl@gnu.org>
21644
21645         * config/config.sub: update from prep.
21646
21647 2003-07-18  Paul Eggert  <eggert@twinsun.com>
21648
21649         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
21650         Remove.
21651         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
21652         to test that it can stand by itself.  Include "exitfail.h".
21653         Clients should set exit_failure instead.
21654         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
21655
21656 2003-07-18  Bruno Haible  <bruno@clisp.org>
21657
21658         * modules/getndelim2: New file.
21659         * modules/getline: Share files with module getndelim2.
21660         * modules/getnline: Depend on getndelim2 instead of sharing files with
21661         it. Add getnline.c to lib_SOURCES.
21662         * MODULES.html.sh (func_all_modules): Add getndelim2.
21663
21664 2003-07-18  Bruno Haible  <bruno@clisp.org>
21665
21666         * m4/getndelim2.m4: New file.
21667         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
21668         invoke gl_PREREQ_GETNDELIM2.
21669         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
21670         gl_PREREQ_GETNDELIM2.
21671         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
21672         gl_GETNDELIM2.
21673
21674 2003-07-18  Bruno Haible  <bruno@clisp.org>
21675
21676         * lib/getndelim2.h: New file.
21677         * lib/getndelim2.c: Make into a module of its own. Include config.h,
21678         getndelim2.h.
21679         (getndelim2): Make non-static. Change return type to ssize_t.
21680         * lib/getline.h: Change argument names.
21681         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
21682         * lib/getnline.c: Include getndelim2.h.
21683
21684 2003-07-18  Andreas Schwab  <schwab@suse.de>
21685
21686         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
21687
21688 2003-07-17  Karl Berry  <karl@gnu.org>
21689
21690         * config/config.sub: update from prep.
21691
21692 2003-07-17  Bruno Haible  <bruno@clisp.org>
21693
21694         * modules/getnline: New file.
21695         * modules/getline: Add lib/getndelim2.c to source file list.
21696         * MODULES.html.sh (func_all_modules): Add getnline.
21697
21698 2003-07-17  Bruno Haible  <bruno@clisp.org>
21699
21700         * m4/getnline.m4: New file.
21701
21702 2003-07-17  Bruno Haible  <bruno@clisp.org>
21703
21704         * m4/Makefile.am.in: Remove file.
21705         * m4/Makefile.am: Remove file.
21706         * m4/Makefile.in: Remove file.
21707
21708 2003-07-17  Bruno Haible  <bruno@clisp.org>
21709
21710         * lib/getnline.h: New file.
21711         * lib/getnline.c: New file.
21712         * lib/getndelim2.c: New file, extracted from getline.c.
21713         (getndelim2): Renamed from getdelim2, with added nmax argument.
21714         * lib/getline.c: Include getndelim2.c.
21715         (getdelim2): Moved out to getndelim2.c.
21716         (getline, getdelim): Update.
21717
21718 2003-07-17  Bruno Haible  <bruno@clisp.org>
21719
21720         * lib/Makefile.am: Remove file.
21721         * lib/Makefile.in: Remove file.
21722
21723 2003-07-17  Bruno Haible  <bruno@clisp.org>
21724
21725         * configure.in: Remove file.
21726         * Makefile.in: Remove file.
21727
21728 2003-07-17  Bruno Haible  <bruno@clisp.org>
21729
21730         * MODULES.html.sh: Put the </BODY> right before </HTML>.
21731
21732 2003-07-16  Karl Berry  <karl@gnu.org>
21733
21734         * config/srclist-update: was running fixlicense twice, which caused
21735                 texinfo.tex to be nullified for some reason.  Simplify,
21736                 $gplsrc is no longer needed as far as I can see?
21737
21738 2003-07-16  Jim Meyering  <jim@meyering.net>
21739
21740         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
21741
21742 2003-07-15  Paul Eggert  <eggert@twinsun.com>
21743
21744         * config/srclist.txt: Get the following files from gettext-runtime/intl
21745         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
21746         ref-del.sin.  From Bruno Haible.
21747         * config/srclist-update (fixfile): Change grep pattern again, since the
21748         previous fix didn't work (there was another trailing $).  Use
21749         '[$]' to escape the $s.
21750
21751 2003-07-15  Karl Berry  <karl@gnu.org>
21752
21753         * lib/vasnprintf.c: update from gettext.
21754
21755 2003-07-15  Karl Berry  <karl@gnu.org>
21756
21757         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
21758         gets expanded when surrounded by '$'.
21759
21760 2003-07-15  Jim Meyering  <jim@meyering.net>
21761
21762         * modules/save-cwd: Don't depend on error.  From Derek Price.
21763
21764 2003-07-15  Jim Meyering  <jim@meyering.net>
21765
21766         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
21767
21768 2003-07-14  Simon Josefsson  <jas@extundo.com>
21769
21770         * modules/mempcpy: New file.
21771         * MODULES.html.sh (func_all_modules): Add mempcpy.
21772
21773 2003-07-14  Simon Josefsson  <jas@extundo.com>
21774
21775         * m4/mempcpy.m4: New file.
21776
21777 2003-07-14  Simon Josefsson  <jas@extundo.com>
21778
21779         * lib/mempcpy.h: New file.
21780         * lib/mempcpy.c: New file.
21781
21782 2003-07-14  Paul Eggert  <eggert@twinsun.com>
21783
21784         * modules/getdate, modules/posixtm: Depend on mktime.
21785
21786 2003-07-14  Paul Eggert  <eggert@twinsun.com>
21787
21788         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
21789         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
21790         unicodeio.c, unicodeio.h, unlocked-io.h:
21791         Switch from LGPL to GPL.
21792
21793 2003-07-14  Paul Eggert  <eggert@twinsun.com>
21794
21795         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
21796         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
21797         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
21798         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
21799         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
21800         updated automatically by ../config/srclist-update.  This changes
21801         their license from LPGL to GPL.
21802
21803 2003-07-14  Paul Eggert  <eggert@twinsun.com>
21804
21805         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
21806         assumed to refer to the root of the most recent stable gettext version.
21807         * config/srclistvars.sh: Add defaults for eggert.
21808         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
21809         Match "This program" as well as "The program".  This is needed
21810         for gettext.
21811
21812 2003-07-14  Jim Meyering  <jim@meyering.net>
21813
21814         Don't emit diagnostics.  Let callers do that.
21815         * lib/save-cwd.c: Don't include "error.h".
21816         (save_cwd): Don't call error.  Ensure that errno is valid
21817         when returning nonzero.
21818
21819         * lib/save-cwd.h (restore_cwd): Update prototype.
21820         * lib/save-cwd.c (restore_cwd): Remove two parameters.
21821         Simplify.  Don't call error upon failure.  Let callers do that.
21822         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
21823         when auditing is enabled.  But don't bother updating the #if.
21824
21825 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
21826
21827         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
21828         it breaks C++ compilation.
21829         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
21830
21831 2003-07-10  Simon Josefsson  <jas@extundo.com>
21832
21833         * modules/strchrnul (Makefile.am): Add strchrnul.h.
21834
21835 2003-07-10  Jim Meyering  <jim@meyering.net>
21836
21837         * m4/clock_time.m4: Remove trailing blank.
21838         * m4/intmax_t.m4: Likewise.
21839
21840 2003-07-10  Jim Meyering  <jim@meyering.net>
21841
21842         * lib/vasnprintf.c: Remove trailing blanks.
21843         Make cpp indentation consistent.
21844
21845 2003-07-09  Paul Eggert  <eggert@twinsun.com>
21846
21847         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
21848         posixver.c, strftime.c, strnlen.c, strverscmp.c:
21849         Switch from LGPL to GPL.
21850
21851 2003-07-09  Paul Eggert  <eggert@twinsun.com>
21852
21853         * config/srclist.txt: Sort sublists.  Add
21854         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
21855         that differ from gnulib for one reason or another; we'd like this list
21856         to be smaller but for now let's document what we have.
21857
21858 2003-07-08  Paul Eggert  <eggert@twinsun.com>
21859
21860         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
21861         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
21862         and sweeter "eval x=$x".
21863         * config/srclist.txt: Get lib/argp* from glibc.
21864
21865 2003-07-07  Paul Eggert  <eggert@twinsun.com>
21866
21867         * lib/mktime.c: Fix some boundary cases and remove need for floating
21868         point.
21869
21870         Issue a compile-time diagnostic if time_t is floating point, or if
21871         two's complement arithmetic is not in effect, or if arithmetic
21872         right shift does not propagate the sign.  These assumptions were
21873         all in the original code but they weren't checked.
21874
21875         (TIME_T_MIDPOINT, verify): New macros.
21876         (__isleap): Remove; it has integer overflow problems.
21877         (leapyear): New function, without those problems.
21878         (ydhms_tm_diff): Remove; splitting into two parts.
21879         (ydhms_diff): New function, containing the arithmetic part of
21880         the old ydhms_tm_diff function.  Issue a compile-time
21881         diagnostic if we are not using C99 integer division.
21882         Avoid casts when possible.
21883         (guess_time_tm): New function, containing the checking part of
21884         the old ydhms_tm_diff function.  Return the new value, rather than
21885         the difference between it and the old.  Accept a new argument T
21886         so that *T specifies the old value.  Check for overflow in the result.
21887
21888         (__mktime_internal): Use a time_t offset, not a long int offset.
21889         This undoes the 2003-06-04 change, which is no longer needed now
21890         that we have better overflow checking.
21891         (localtime_offset): Likewise.
21892
21893         (__mktime_internal): Avoid harmful overflow on hosts where time_t
21894         and long are 64-bit but int is only 32-bit.
21895         (ydhms_diff): Use long int to store year1 and yday1.
21896         Issue a compile-time diagnostic if long int is not wide enough.
21897
21898         (__mktime_internal): Use long int to store adjusted year and yday.
21899         Use plain C rather than preprocessor commands, if that doesn't
21900         affect efficiency.
21901         Check for overflow (and try to repair) after each probe
21902         rather than checking only at the very end.  This avoids some bugs
21903         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
21904         does not equal GMT offset at maximum time).
21905         Use integer to check for overflow rather than floating point; this
21906         is more portable to non-IEEE hosts, and is a tad faster.
21907         When we detect that we are oscillating between two values,
21908         don't check whether tm_isdst has the requested value, since
21909         we already know the answer.  When tm_isdst has the wrong value,
21910         use a different heuristic to find the right one, based on the
21911         extreme values actually observed in practice in tz2003a,
21912         rather than the (overly optimistic) "previous 3 calendar quarters".
21913
21914         (not_equal_tm, print_tm, check_result): Use "const T" rather than
21915         "T const" to accommodate glibc style.
21916         (check_result): Use less-confusing report format.  "long" -> "long int.
21917         (main): Likewise.
21918         Don't loop if the iteration overflows time_t.
21919         Allow a negative step in the iteration.
21920
21921 2003-07-06  Karl Berry  <karl@gnu.org>
21922
21923         * config/depcomp: update from automake.
21924         * config/config.sub: update from prep.
21925
21926 2003-07-03  Karl Berry  <karl@gnu.org>
21927
21928         * config/config.guess: update from prep.
21929
21930 2003-07-01  Paul Eggert  <eggert@twinsun.com>
21931
21932         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
21933         xreadlink.c now includes it unconditionally.
21934
21935 2003-07-01  Paul Eggert  <eggert@twinsun.com>
21936
21937         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
21938         having it depend on HAVE_SYS_TYPES_H.
21939
21940 2003-07-01  Bruno Haible  <bruno@clisp.org>
21941
21942         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
21943         <sys/types.h> should be sufficient.
21944         Reported by Paul Eggert.
21945
21946 2003-06-26  Karl Berry  <karl@gnu.org>
21947
21948         * config/depcomp: update from automake.
21949
21950 2003-06-26  Bruno Haible  <bruno@clisp.org>
21951
21952         * modules/human: Depend on module stdbool.
21953
21954 2003-06-25  Bruno Haible  <bruno@clisp.org>
21955
21956         * modules/readlink: New file.
21957         * modules/xreadlink: Depend on it.
21958         * MODULES.html.sh (func_all_modules): Add readlink.
21959
21960 2003-06-25  Bruno Haible  <bruno@clisp.org>
21961
21962         * m4/readlink.m4: New file.
21963
21964 2003-06-25  Bruno Haible  <bruno@clisp.org>
21965
21966         * lib/readlink.c: New file.
21967
21968 2003-06-22  Karl Berry  <karl@gnu.org>
21969
21970         * config/srclist.txt: update mkinstalldirs from automake.
21971         * config/mkinstalldirs: update.
21972
21973 2003-06-22  Bruno Haible  <bruno@clisp.org>
21974
21975         Portability to mingw32.
21976         * m4/ssize_t.m4: New file, from GNU gettext.
21977         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
21978         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
21979
21980 2003-06-22  Bruno Haible  <bruno@clisp.org>
21981
21982         * modules/safe-read: Add m4/ssize_t.m4.
21983         * modules/xreadlink: Add m4/ssize_t.m4.
21984
21985 2003-06-20  Bruno Haible  <bruno@clisp.org>
21986
21987         Assume C89, so PARAMS isn't needed.
21988         * lib/unicodeio.h (PARAMS): Remove.
21989         * lib/unicodeio.c: Don't use PARAMS.
21990
21991 2003-06-18  Karl Berry  <karl@gnu.org>
21992
21993         * config/config.{guess,sub}: update from prep.
21994
21995 2003-06-18  Jim Meyering  <jim@meyering.net>
21996
21997         Merge changes from coreutils.
21998         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
21999         Remove explicit declarations of xmalloc and realloc.
22000         Include xalloc.h.
22001         (read_utmp): Remove anachronistic cast of xmalloc.
22002
22003 2003-06-17  Paul Eggert  <eggert@twinsun.com>
22004
22005         Assume C89, so PARAMS isn't needed.
22006         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
22007         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
22008         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
22009         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
22010         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
22011         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
22012         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
22013         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
22014         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
22015         lib/xstrtod.h, lib/xstrtol.h: Likewise.
22016         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
22017         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
22018         no longer needed. Anyway, config.h should always be included before any
22019         other file.
22020
22021 2003-06-11  Simon Josefsson  <jas@extundo.com>
22022
22023         * modules/sysexits: New file.
22024         * MODULES.html.sh (func_all_modules): Add sysexits.
22025
22026 2003-06-11  Simon Josefsson  <jas@extundo.com>
22027
22028         * lib/sysexit_.h: New file.
22029
22030 2003-06-11  Derek Price  <derek@ximbiot.com>
22031
22032         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
22033         necessary.
22034
22035 2003-06-11  Bruno Haible  <bruno@clisp.org>
22036
22037         * m4/sysexits.m4: New file.
22038
22039 2003-06-10  Simon Josefsson  <jas@extundo.com>
22040
22041         * lib/argp.h: New file, from glibc.
22042         * lib/argp-ba.c: New file, from glibc.
22043         * lib/argp-eexst.c: New file, from glibc.
22044         * lib/argp-fmtstream.c: New file, from glibc.
22045         * lib/argp-fmtstream.h: New file, from glibc.
22046         * lib/argp-fs-xinl.c: New file, from glibc.
22047         * lib/argp-help.c: New file, from glibc.
22048         * lib/argp-namefrob.h: New file, from glibc.
22049         * lib/argp-parse.c: New file, from glibc.
22050         * lib/argp-pv.c: New file, from glibc.
22051         * lib/argp-pvh.c: New file, from glibc.
22052         * lib/argp-xinl.c: New file, from glibc.
22053
22054 2003-06-10  Simon Josefsson  <jas@extundo.com>
22055
22056         * modules/strchrnul: New file.
22057
22058 2003-06-10  Simon Josefsson  <jas@extundo.com>
22059
22060         * modules/argp: New file.
22061
22062 2003-06-10  Simon Josefsson  <jas@extundo.com>
22063
22064         * m4/strchrnul.m4: New file.
22065
22066 2003-06-10  Simon Josefsson  <jas@extundo.com>
22067
22068         * lib/strchrnul.h: New file.
22069         * lib/strchrnul.c: New file.
22070
22071 2003-06-10  Bruno Haible  <bruno@clisp.org>
22072
22073         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
22074
22075 2003-06-07  Karl Berry  <karl@gnu.org>
22076
22077         * config/config.{guess,sub}: update from prep.
22078
22079 2003-06-07  Jim Meyering  <jim@meyering.net>
22080
22081         * modules/strtod: Use $(...) notation, not @...@ for
22082         AC_REPLACE'd variables.
22083         * modules/localcharset: Likewise.
22084
22085 2003-06-07  Jim Meyering  <jim@meyering.net>
22086
22087         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
22088         in place of my name in the copyright comment.
22089         Remove definition and uses of __P.
22090
22091         From coreutils.
22092         * lib/stat.c: Don't declare xmalloc explicitly.
22093         Instead, include "xalloc.h".
22094         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
22095         xrealloc, and xcalloc return values.
22096         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
22097         Improve comment.
22098         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
22099
22100 2003-06-07  Bruno Haible  <bruno@clisp.org>
22101
22102         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
22103         avoid AC_CONFIG_LINKS.
22104         * modules/fnmatch (Makefile.am): Use explicit creation rule for
22105         fnmatch.h, to avoid AC_CONFIG_LINKS.
22106         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
22107
22108 2003-06-07  Bruno Haible  <bruno@clisp.org>
22109
22110         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
22111         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
22112         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
22113         directory.
22114         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
22115         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
22116         directory.
22117
22118 2003-06-06  Jim Meyering  <jim@meyering.net>
22119
22120         Merge from coreutils.
22121         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
22122         Consolidate declarations and initializations of *_base* locals.
22123
22124         Merge from coreutils.
22125         This avoids a core dump on systems without GNU putenv,
22126         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
22127         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
22128         (unsetenv): New static function, from GNU libc.
22129         (rpl_putenv): Use it.
22130
22131         * lib/modechange.c: Remove trailing blanks.
22132
22133         Merge from coreutils.
22134         * lib/fsusage.c: Remove declaration of statfs.
22135         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
22136
22137         * lib/posixtm.c: Include <stdbool.h> unconditionally.
22138
22139 2003-06-06  Jim Meyering  <jim@meyering.net>
22140
22141         * lib/stdbool_.h: Renamed from stdbool.h.in.
22142
22143 2003-06-06  Jim Meyering  <jim@meyering.net>
22144             Bruno Haible  <bruno@clisp.org>
22145
22146         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
22147         Adjust Makefile.am snippet not to redirect directly to target.
22148         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
22149
22150 2003-06-05  Paul Eggert  <eggert@twinsun.com>
22151
22152         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
22153         mismatch, look in future quarters as well as past.  This fixes a
22154         bug when processing fall-backwards gaps immediately after a long
22155         period of daylight-saving time.
22156
22157         * lib/mktime.c: Assume freestanding C89 or better.
22158         (HAVE_LIMITS_H): Remove.  Assume it's 1.
22159         (__P): Remove; not used.
22160         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
22161         (mktime, not_equal_tm, print_tm, check_result,
22162         main): Use prototypes.  Use const * where appropriate.
22163         (main): Fix typo in testing code that uncovered by above changes.
22164         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
22165
22166 2003-06-04  Paul Eggert  <eggert@twinsun.com>
22167
22168         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
22169         locale.h, localeconv.  This merges changes from coreutils.
22170
22171         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
22172         It can be removed after the next Autoconf is released.
22173         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
22174         needed.
22175
22176 2003-06-04  Paul Eggert  <eggert@twinsun.com>
22177
22178         * lib/mktime.c: Fix Debian bug 177940
22179         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
22180         (localtime_offset): Now long int, not time_t, because we want it
22181         to be guaranteed to be signed.  All uses changed.
22182         (__mktime_internal): If overflow would occur when adding offset,
22183         don't add it.
22184
22185         Merge 'human' changes from coreutils.  Rewrite to support
22186         locale-specific notations like thousands separators.
22187         * lib/human.c: Simplify authorship notice.
22188         Include human.h immediately after config.h.
22189         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
22190         <limits.h>: Do not include, since human.h does.
22191         (SIZE_MAX, UINTMAX_MAX): New macros.
22192         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
22193         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
22194         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
22195         (power_letter): Renamed from suffixes.
22196         (generate_suffix_backwards): Remove.
22197         (adjust_value): Now takes int style (because of human.h changes)
22198         and long double value (for greater precision on some platforms).
22199         (group_number): New function.
22200         (human_readable): Use it.  Use integer options, not enum.
22201         Put the options before the sizes in the arg list.
22202         Support all the new options.
22203         The old human_readable function has been removed;
22204         use inttostr.h instead.
22205         (human_readable, default_block_size, humblock):
22206         Use uintmax_t, not int, for block sizes.
22207         (human_readable_inexact, block_size_types): Remove.
22208         (block_size_opts): New constant.
22209         (human_options): Renamed from human_block_size, with new signature
22210         that allows block sizes up to UINTMAX_MAX.  All callers changed.
22211         * lib/human.h: Add copyright and authorship notice.
22212         Include <limits.h> and <stdbool.h> unconditionally.
22213         (PARAMS): Remove.  All uses removed.
22214         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
22215         (enum human_inexact_style): Remove tag; now a nameless enum.
22216         (human_floor, human_ceiling, human_round_to_even): Now have
22217         values 2, 0, 1 rather than -1, 1, 0.
22218         (human_group_digits, human_suppress_point_zero, human_autoscale,
22219         human_base_1024, human_SI, human_B): New constants.
22220         (human_readable_inexact, human_block_size): Remove.
22221         (human_readable): Size args are now uintmax_t, not int.
22222         (human_options): New decl.
22223
22224         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
22225         unnecessary now that we assume C89 or better.  This change
22226         imported from coreutils.
22227
22228         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
22229         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
22230         in the 2003-05-30 sync from glibc.
22231
22232         .h files should stand alone, but we shouldn't include <sys/types.h>
22233         if we can get away with just <stddef.h>.
22234
22235         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
22236         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
22237         rather than <sys/types.h>, as we merely need size_t.
22238         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
22239         to get size_t.
22240         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
22241         Include <stdio.h>, to get FILE.
22242         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
22243         memcasecmp.h has included <stddef.h> and all we need is size_t.
22244         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
22245         our interface, instead of including <sys/types.h>
22246
22247 2003-06-04  Paul Eggert  <eggert@twinsun.com>
22248
22249         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
22250         now, as glibc mktime is buggy on non-glibc systems.
22251
22252 2003-06-03  Karl Berry  <karl@gnu.org>
22253
22254         * config/config.sub: update from prep.
22255
22256 2003-06-02  Paul Eggert  <eggert@twinsun.com>
22257
22258         [from coreutils]
22259         Fix some minor time-related bugs with POSIX time arguments.
22260         Some valid time stamps were being rejected (notably -1, and
22261         time stamps before 1900 on 64-bit hosts).  And some invalid
22262         time stamps were being accepted, e.g. September 31.
22263
22264         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
22265         that we can return (time_t) -1 successfully.
22266         * lib/posixtm.c: Likewise.
22267         [HAVE_STDBOOL_H]: Include <stdbool.h>.
22268         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
22269         (t): Remove static var.
22270         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
22271         of static var.  All uses changed.
22272         (year): Do not reject years before 1900; they can occur with
22273         64-bit time_t.
22274         (posix_time_parse): Do not check for out-of-range components;
22275         that is now the caller's responsibility, since our checks were
22276         only approximations.
22277         (posixtime): Use mktime to check for out-of-range components,
22278         since it knows them exactly.
22279         If mktime returns (time_t) -1, check whether an error actually occurred
22280         by invoking localtime on -1.
22281         (main) [TEST_POSIXTIME]: Check for input data errors, and report
22282         posixtime failures better.
22283         Improve the test data (in comments only).
22284
22285 2003-06-02  Karl Berry  <karl@gnu.org>
22286
22287         * config/mkinstalldirs (version): new variable.
22288         (--version): new option.
22289         (usage): improve message.
22290
22291 2003-05-30  Karl Berry  <karl@gnu.org>
22292
22293         * lib/mktime.c: update from libc.
22294
22295 2003-05-30  Bruno Haible  <bruno@clisp.org>
22296
22297         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
22298         * config/config.rpath: Upgrade to gettext-0.12.1.
22299
22300 2003-05-30  Bruno Haible  <bruno@clisp.org>
22301
22302         * m4/gettext.m4: Upgrade to gettext-0.12.1.
22303         * m4/nls.m4: New file, from gettext-0.12.1.
22304         * m4/po.m4: New file, from gettext-0.12.1.
22305         * m4/progtest.m4: Upgrade to gettext-0.12.1.
22306
22307 2003-05-30  Bruno Haible  <bruno@clisp.org>
22308
22309         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
22310         * lib/localcharset.h: Likewise.
22311         * lib/localcharset.c: Likewise.
22312
22313 2003-05-29  Karl Berry  <karl@gnu.org>
22314
22315         * config/config.rpath: update from gettext.
22316
22317 2003-05-28  Paul Eggert  <eggert@twinsun.com>
22318
22319         Assume the headers required for C89 freestanding compilers.
22320         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
22321         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
22322         * m4/human.m4 (gl_HUMAN): Likewise.
22323         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
22324         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
22325         * m4/userspec.m4 (gl_USERSPEC): Likewise.
22326         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
22327         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
22328         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
22329
22330 2003-05-28  Paul Eggert  <eggert@twinsun.com>
22331
22332         Assume the headers required for C89 freestanding compilers.
22333         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
22334         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
22335         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
22336         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
22337         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
22338         define, since <limits.h> is guaranteed to do that.
22339         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
22340         * lib/exclude.c: Include <stdbool.h> unconditionally.
22341         * lib/tempname.c: Include <stddef.h> unconditionally.
22342         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
22343         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
22344         <stddef.h> does that.
22345         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
22346         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
22347         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
22348         needed.
22349         * lib/xstrtol.c: Likewise.
22350         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
22351         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
22352
22353         * lib/addext.c (addext): Use assignment rather than cast, to avoid
22354         warnings on some platforms.
22355
22356         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
22357         arbitrarily.
22358
22359 2003-05-26  Jim Meyering  <jim@meyering.net>
22360
22361         Merge in a change from coreutils:
22362         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
22363         that is guaranteed to be `no'.  Use `no_such_member' to indicate
22364         that condition, rather than `-1' which is slightly misleading.
22365         Change the name of the cache variable to have the gl_ prefix.
22366         Prompted by a patch from Richard Dawe for DJGPP.
22367
22368 2003-05-24  Karl Berry  <karl@gnu.org>
22369
22370         * config/config.guess: update from prep.
22371
22372 2003-05-22  Karl Berry  <karl@gnu.org>
22373
22374         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
22375
22376 2003-05-20  Karl Berry  <karl@gnu.org>
22377
22378         * config/config.guess: update from prep.
22379
22380 2003-05-18  Karl Berry  <karl@gnu.org>
22381
22382         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
22383         might actually be set by the user.
22384
22385         * config/depcomp, install-sh, mdate-sh: update from automake.
22386
22387 2003-05-17  Bruno Haible  <bruno@clisp.org>
22388
22389         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
22390         invalid expansion for AC_EGREP_CPP.
22391         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
22392         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
22393         Suggested by Akim Demaille <akim@epita.fr> in
22394         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
22395
22396 2003-05-12  Jim Meyering  <jim@meyering.net>
22397
22398         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
22399         the space-padded-by-default conversion specifiers, %e, %k, %l.
22400
22401 2003-05-12  Bruno Haible  <bruno@clisp.org>
22402
22403         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
22404         the string is longer than 4 KB.
22405
22406 2003-05-11  Karl Berry  <karl@gnu.org>
22407
22408         * config/config.{guess,sub}: update from prep.
22409
22410 2003-05-09  Bruno Haible  <bruno@clisp.org>
22411
22412         * modules/error: Add m4/strerror_r.m4 to file list.
22413
22414 2003-05-03  Bruno Haible  <bruno@clisp.org>
22415
22416         Upgrade to Unicode-4.0.
22417         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
22418         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
22419         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
22420         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
22421         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
22422         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
22423         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
22424         Change width of U+E0100..U+E01EF from 1 to 0.
22425
22426 2003-04-25  Jim Meyering  <jim@meyering.net>
22427
22428         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
22429         of type size_t, not int.
22430
22431 2003-04-25  Bruno Haible  <bruno@clisp.org>
22432
22433         * lib/copy-file.c: Include <stddef.h>, for size_t.
22434
22435 2003-04-21  Paul Eggert  <eggert@twinsun.com>
22436
22437         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
22438         code which expansion is under static control.  Patch imported from
22439         Akim Demaille's patch to Bison; see
22440         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
22441
22442 2003-04-14  Bruno Haible  <bruno@clisp.org>
22443
22444         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
22445
22446 2003-04-11  Jim Meyering  <jim@meyering.net>
22447
22448         Merge changes from Coreutils.
22449
22450         2003-03-22  Jim Meyering  <jim@meyering.net>
22451
22452         * lib/strftime.c (widen): Cast alloca return value to proper type.
22453
22454         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
22455
22456         From GNU libc.
22457         * lib/strftime.c (my_strftime): Handle very large width
22458         specifications for numeric values correctly.  Improve checks for
22459         overflow.
22460
22461         2003-01-19  Jim Meyering  <jim@meyering.net>
22462
22463         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
22464         definitions.
22465         (nl_get_alt_digit) [! defined my_strftime]: Define.
22466         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
22467         _nl_get_alt_digit and _nl_get_walt_digit.
22468
22469         * lib/strftime.c (my_strftime): Merge in locale-related changes from
22470         libc. These changes have no effect outside of _LIBC.
22471
22472 2003-04-10  Bruno Haible  <bruno@clisp.org>
22473
22474         * modules/findprog: New file.
22475         * MODULES.html.sh (func_all_modules): Add it.
22476
22477 2003-04-10  Bruno Haible  <bruno@clisp.org>
22478
22479         * m4/findprog.m4: New file.
22480         * m4/eaccess.m4: New file.
22481
22482 2003-04-10  Bruno Haible  <bruno@clisp.org>
22483
22484         * lib/findprog.h: New file, from GNU gettext.
22485         * lib/findprog.c: New file, from GNU gettext.
22486
22487 2003-04-05  Jim Meyering  <jim@meyering.net>
22488
22489         Merge changes from Coreutils.
22490
22491         * lib/exclude.h (PARAMS): Remove definition and uses.
22492         * lib/exclude.c: Remove uses of `PARAMS'.
22493
22494         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
22495         Add test-cases for DOS filenames. Declare program_name.
22496         (main): Set up program_name.  Patch by Rich Dawe.
22497
22498         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
22499         error from mntctl.
22500         Use mntctl's return value to drive the entry-processing loop, since
22501         we can't rely on the value of the vmt_length member in the last
22502         entry.  On some systems doing so could result in exhausting
22503         virtual memory.  Based in part on a patch from Mike Jetzer.
22504
22505 2003-04-04  Bruno Haible  <bruno@clisp.org>
22506
22507         * modules/linebreak: New file.
22508         * MODULES.html.sh (func_all_modules): Add it.
22509
22510 2003-04-04  Bruno Haible  <bruno@clisp.org>
22511
22512         * m4/linebreak.m4: New file.
22513
22514 2003-04-04  Bruno Haible  <bruno@clisp.org>
22515
22516         * lib/linebreak.h: New file, from GNU gettext.
22517         * lib/linebreak.c: New file, from GNU gettext with slight
22518         modifications.
22519         * lib/lbrkprop.h: New file, from GNU gettext.
22520
22521 2003-04-03  Bruno Haible  <bruno@clisp.org>
22522
22523         * modules/utf8-ucs4: New file.
22524         * modules/utf16-ucs4: New file.
22525         * modules/ucs4-utf8: New file.
22526         * modules/ucs4-utf16: New file.
22527         * MODULES.html.sh (func_all_modules): Add them.
22528
22529 2003-04-03  Bruno Haible  <bruno@clisp.org>
22530
22531         * m4/utf-ucs4.m4: New file.
22532         * m4/ucs4-utf.m4: New file.
22533
22534 2003-04-03  Bruno Haible  <bruno@clisp.org>
22535
22536         * lib/utf8-ucs4.h: New file, from GNU gettext.
22537         * lib/utf16-ucs4.h: New file, from GNU gettext.
22538         * lib/ucs4-utf8.h: New file, from GNU gettext.
22539         * lib/ucs4-utf16.h: New file, from GNU gettext.
22540
22541 2003-04-02  Bruno Haible  <bruno@clisp.org>
22542
22543         * modules/binary-io: New file.
22544         * MODULES.html.sh (func_all_modules): Add it.
22545
22546 2003-04-02  Bruno Haible  <bruno@clisp.org>
22547
22548         * lib/binary-io.h: New file, from GNU gettext.
22549
22550 2003-04-01  Bruno Haible  <bruno@clisp.org>
22551
22552         * modules/pathname: New file.
22553         * MODULES.html.sh (func_all_modules): Add it.
22554
22555 2003-04-01  Bruno Haible  <bruno@clisp.org>
22556
22557         * lib/pathname.h: New file, from GNU gettext.
22558         * lib/concatpath.c: New file, from GNU gettext.
22559
22560 2003-03-30  Bruno Haible  <bruno@clisp.org>
22561
22562         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
22563
22564 2003-03-30  Bruno Haible  <bruno@clisp.org>
22565
22566         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
22567         function chown() doesn't exist.
22568
22569 2003-03-28  Bruno Haible  <bruno@clisp.org>
22570
22571         * modules/copy-file: New file.
22572         * MODULES.html.sh (func_all_modules): Add it.
22573
22574 2003-03-28  Bruno Haible  <bruno@clisp.org>
22575
22576         * m4/copy-file.m4: New file.
22577
22578 2003-03-28  Bruno Haible  <bruno@clisp.org>
22579
22580         * lib/copy-file.h: New file, from GNU gettext.
22581         * lib/copy-file.c: New file, from GNU gettext.
22582
22583 2003-03-18  Jim Meyering  <jim@meyering.net>
22584
22585         * lib/quote.c (quote_n): Fix typo in comment.
22586
22587 2003-03-18  Bruno Haible  <bruno@clisp.org>
22588
22589         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
22590         checking.
22591         * m4/onceonly_2_57.m4: Likewise.
22592
22593 2003-03-17  Bruno Haible  <bruno@clisp.org>
22594
22595         * m4/onceonly.m4: Require autoconf 2.54 or newer.
22596         (m4_quote): Remove macro.
22597         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
22598
22599 2003-03-14  Jim Meyering  <jim@meyering.net>
22600
22601         Merge changes from Coreutils.
22602         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
22603         to be const, in order to avoid warnings.
22604         (obstack_room): Likewise.
22605         (obstack_empty_p): Likewise.
22606
22607 2003-03-14  Bruno Haible  <bruno@clisp.org>
22608
22609         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
22610         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
22611
22612 2003-03-13  Paul Eggert  <eggert@twinsun.com>
22613
22614         Merge changes from Bison.
22615         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
22616         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
22617         when compiling Bison 1.875's `bitset bset = obstack_alloc
22618         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
22619         * lib/hash.c: Include <stdbool.h> unconditionally.
22620
22621 2003-03-13  Paul Eggert  <eggert@twinsun.com>
22622
22623         * m4/onceonly.m4 (m4_quote): New macro.
22624         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
22625         Quote AC_FOREACH variable-expansions properly.
22626
22627 2003-03-13  Paul Eggert  <eggert@twinsun.com>
22628
22629         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
22630
22631 2003-03-09  Paul Eggert  <eggert@twinsun.com>
22632
22633         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
22634         Reported by Bruce Becker; see:
22635         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
22636
22637 2003-03-03  Paul Eggert  <eggert@twinsun.com>
22638             Bruno Haible  <bruno@clisp.org>
22639
22640         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
22641         Reported by John Hughes, see
22642         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
22643
22644 2003-02-20  Bruno Haible  <bruno@clisp.org>
22645
22646         * MODULES.html.sh (func_all_modules): Add poll.
22647
22648 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
22649
22650         * modules/poll: New file.
22651
22652 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
22653
22654         * lib/poll_.h: New file.
22655         * lib/poll.c: New file.
22656
22657 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
22658
22659         * m4/poll.m4: New file.
22660
22661 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
22662
22663         * modules/mathl: New file.
22664
22665 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
22666
22667         * lib/mathl.h: New file.
22668         * lib/acosl.c: New file.
22669         * lib/asinl.c: New file.
22670         * lib/atanl.c: New file.
22671         * lib/ceill.c: New file.
22672         * lib/cosl.c: New file.
22673         * lib/expl.c: New file.
22674         * lib/floorl.c: New file.
22675         * lib/frexpl.c: New file.
22676         * lib/ldexpl.c: New file.
22677         * lib/logl.c: New file.
22678         * lib/sincosl.c: New file.
22679         * lib/sinl.c: New file.
22680         * lib/sqrtl.c: New file.
22681         * lib/tanl.c: New file.
22682         * lib/trigl.c: New file.
22683         * lib/trigl.h: New file.
22684
22685 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
22686
22687         * m4/mathl.m4: New file.
22688
22689 2003-02-18  Bruno Haible  <bruno@clisp.org>
22690
22691         * MODULES.html.sh (func_all_modules): Add mathl.
22692
22693 2003-02-17  Bruno Haible  <bruno@clisp.org>
22694
22695         * modules/mkdtemp: New module.
22696         * MODULES.html.sh (func_all_modules): Add it.
22697
22698 2003-02-17  Bruno Haible  <bruno@clisp.org>
22699
22700         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
22701
22702 2003-02-17  Bruno Haible  <bruno@clisp.org>
22703
22704         * lib/mkdtemp.h: New file, from GNU gettext.
22705         * lib/mkdtemp.c: New file, from GNU gettext.
22706
22707 2003-02-02  Jim Meyering  <jim@meyering.net>
22708
22709         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
22710         e.g. glibc-2.2.93.
22711
22712 2003-01-31  Bruno Haible  <bruno@clisp.org>
22713
22714         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
22715         'rpl_rename'.
22716         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
22717         'rpl_strnlen'.
22718         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
22719         'rpl_strtod'.
22720         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
22721         'rpl_utime'.
22722
22723 2003-01-31  Bruno Haible  <bruno@clisp.org>
22724
22725         * lib/rename.c: #undef rename before defining rpl_rename.
22726         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
22727
22728 2003-01-30  Bruno Haible  <bruno@clisp.org>
22729
22730         * modules/vasnprintf, modules/vasprintf: New modules.
22731         * MODULES.html.sh (func_all_modules): Add them.
22732
22733 2003-01-30  Bruno Haible  <bruno@clisp.org>
22734
22735         * m4/signed.m4: New file, from GNU gettext.
22736         * m4/longdouble.m4: New file, from GNU gettext.
22737         * m4/wchar_t.m4: New file, from GNU gettext.
22738         * m4/wint_t.m4: New file, from GNU gettext.
22739         * m4/vasnprintf.m4: New file.
22740         * m4/vasprintf.m4: New file.
22741
22742 2003-01-30  Bruno Haible  <bruno@clisp.org>
22743
22744         * lib/printf-args.h: New file, from GNU gettext.
22745         * lib/printf-args.c: New file, from GNU gettext.
22746         * lib/printf-parse.h: New file, from GNU gettext.
22747         * lib/printf-parse.c: New file, from GNU gettext.
22748         * lib/vasnprintf.h: New file, from GNU gettext.
22749         * lib/vasnprintf.c: New file, from GNU gettext.
22750         * lib/asnprintf.c: New file, from GNU gettext.
22751         * lib/vasprintf.h: New file, from GNU gettext with modifications.
22752         * lib/vasprintf.c: New file, from GNU gettext.
22753         * lib/asprintf.c: New file, from GNU gettext.
22754
22755 2003-01-29  Bruno Haible  <bruno@clisp.org>
22756
22757         * modules/stpncpy: New module.
22758         * MODULES.html.sh (func_all_modules): Add it.
22759
22760 2003-01-29  Bruno Haible  <bruno@clisp.org>
22761
22762         * m4/stpncpy.m4: New file.
22763
22764 2003-01-29  Bruno Haible  <bruno@clisp.org>
22765
22766         * lib/stpncpy.h: New file, from GNU gettext with modifications.
22767         * lib/stpncpy.c: New file, from GNU gettext with modifications.
22768
22769 2003-01-28  Bruno Haible  <bruno@clisp.org>
22770
22771         * modules/c-ctype: New module.
22772         * MODULES.html.sh (func_all_modules): Add it.
22773
22774 2003-01-28  Bruno Haible  <bruno@clisp.org>
22775
22776         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
22777         Paul Eggert.
22778         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
22779         Paul Eggert.
22780
22781 2003-01-27  Bruno Haible  <bruno@clisp.org>
22782
22783         * modules/xsetenv: New module.
22784         * MODULES.html.sh (func_all_modules): Add it.
22785
22786 2003-01-27  Bruno Haible  <bruno@clisp.org>
22787
22788         * lib/xsetenv.h: New file, from GNU gettext.
22789         * lib/xsetenv.c: New file, from GNU gettext.
22790
22791 2003-01-23  Jim Meyering  <jim@meyering.net>
22792
22793         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
22794         from working on systems without dirfd (at least Irix and OSF1/Tru64).
22795
22796 2003-01-23  Bruno Haible  <bruno@clisp.org>
22797
22798         * modules/minmax: New module.
22799         * MODULES.html.sh (func_all_modules): Add it.
22800
22801 2003-01-23  Bruno Haible  <bruno@clisp.org>
22802
22803         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
22804         Eggert.
22805
22806 2003-01-22  Bruno Haible  <bruno@clisp.org>
22807
22808         * modules/exit: New module.
22809         * MODULES.html.sh (func_all_modules): Add it.
22810
22811 2003-01-22  Bruno Haible  <bruno@clisp.org>
22812
22813         * lib/exit.h: New file, from GNU gettext.
22814
22815 2003-01-19  Bruno Haible  <bruno@clisp.org>
22816
22817         * gnulib-tool: Recognize option --extract-maintainer.
22818         (func_get_maintainer): New function.
22819         * modules/*: Add Maintainer entry.
22820
22821 2003-01-16  Jim Meyering  <jim@meyering.net>
22822
22823         * m4/regex.m4: The `regex' struct is both input and output.
22824         Initialize it before each use.  Patch by Tim Waugh.
22825
22826 2003-01-16  Bruno Haible  <bruno@clisp.org>
22827
22828         * MODULES.html.sh: Add a table of contents. Add the module name as
22829         leftmost column. Add hyperlinks.
22830
22831 2003-01-15  Bruno Haible  <bruno@clisp.org>
22832
22833         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
22834
22835 2003-01-15  Bruno Haible  <bruno@clisp.org>
22836
22837         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
22838         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
22839         suffix.
22840
22841 2003-01-15  Bruno Haible  <bruno@clisp.org>
22842
22843         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
22844
22845 2003-01-15  Bruno Haible  <bruno@clisp.org>
22846
22847         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
22848         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
22849
22850 2003-01-14  Jim Meyering  <jim@meyering.net>
22851
22852         * lib/same.c (same_name): Tweak a comment.
22853
22854 2003-01-14  Bruno Haible  <bruno@clisp.org>
22855
22856         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
22857         when a string comparison is sufficient.
22858
22859 2003-01-14  Bruno Haible  <bruno@clisp.org>
22860
22861         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
22862         'unsigned int'.
22863
22864 2003-01-14  Bruno Haible  <bruno@clisp.org>
22865
22866         * lib/hash-pjw.c: Add comment about low quality of this function.
22867
22868 2003-01-13  Bruno Haible  <bruno@clisp.org>
22869
22870         * modules/stpcpy: Distribute lib/stpcpy.h.
22871         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
22872
22873 2003-01-13  Bruno Haible  <bruno@clisp.org>
22874
22875         * modules/*: Add a description.
22876         * modules/strpbrk: Fix Makefile.am snippet.
22877         * modules/strtoimax: Fix dependencies.
22878         * modules/strtoumax: Likewise.
22879
22880 2003-01-13  Bruno Haible  <bruno@clisp.org>
22881
22882         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
22883         * modules/alloca (Makefile.am): All object files depend on alloca.h.
22884         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
22885
22886 2003-01-13  Bruno Haible  <bruno@clisp.org>
22887
22888         * gnulib-tool (func_create_testdir): Store config/* files in the main
22889         directory.
22890         * config.rpath: Move to ...
22891         * config/config.rpath: ... here.
22892         * modules/gettext: Contains config/config.rpath, not config.rpath.
22893         * modules/iconv: Likewise.
22894
22895 2003-01-12  Paul Eggert  <eggert@twinsun.com>
22896
22897         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
22898         to avoid collisions with libcurses and libreadline.
22899
22900         * m4/getstr.m4: Remove.
22901         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
22902
22903 2003-01-12  Paul Eggert  <eggert@twinsun.com>
22904
22905         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
22906         to avoid collisions with libcurses and libreadline.
22907
22908         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
22909         * lib/getstr.h, getstr.c: Remove.
22910         * lib/getline.c: Include "getline.h", to check interface.
22911         Move body of old getstr.c here: this defines MIN_CHUNK and
22912         declares getdelim2, which is renamed from getstr.
22913         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
22914
22915         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
22916         All uses changed.
22917         * lib/linebuffer.h: Likewise.
22918         (readline): Remove backward-compatibility macro.
22919
22920 2003-01-12  Paul Eggert  <eggert@twinsun.com>
22921
22922         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
22923         to avoid collisions with libcurses and libreadline.
22924         * getstr: Remove.
22925         * MODULES.html.sh: Remove getstr.
22926         * modules/getline: Depend on unlocked-io, not getstr.
22927
22928 2003-01-12  Jim Meyering  <jim@meyering.net>
22929
22930         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
22931
22932 2003-01-10  Bruno Haible  <bruno@clisp.org>
22933
22934         * modules/alloca: Change Makefile.am requirements. Simplify Include
22935         requirements. Add lib/alloca_.h to file list.
22936
22937 2003-01-10  Bruno Haible  <bruno@clisp.org>
22938
22939         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
22940
22941 2003-01-10  Bruno Haible  <bruno@clisp.org>
22942
22943         * lib/alloca_.h: New file.
22944         * lib/getdate.y: Unconditionally include alloca.h.
22945         * lib/makepath.c: Likewise.
22946         * lib/setenv.c: Likewise.
22947         * lib/userspec.c: Likewise.
22948
22949 2003-01-09  Karl Berry  <karl@gnu.org>
22950
22951         * MODULES.html.sh: include `dirname $0` in PATH, to find
22952         gnulib-tool.
22953
22954 2003-01-09  Bruno Haible  <bruno@clisp.org>
22955
22956         * modules/stdbool: Change configure.ac, Makefile.am requirements.
22957         Simplify Include requirements. Add lib/stdbool.h.in to file list.
22958
22959 2003-01-09  Bruno Haible  <bruno@clisp.org>
22960
22961         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
22962
22963 2003-01-09  Bruno Haible  <bruno@clisp.org>
22964
22965         * lib/stdbool.h.in: New file.
22966
22967 2003-01-09  Bruno Haible  <bruno@clisp.org>
22968
22969         * gnulib-tool (func_all_modules): Ignore files ending in ~.
22970         * MODULES.html.sh: Likewise.
22971
22972 2003-01-08  Jim Meyering  <jim@meyering.net>
22973
22974         * lib/full-write.c: Undefine and define-away `const' after inclusion
22975         of errno.h, not before.  Suggestion from Bruno Haible.
22976
22977 2003-01-08  Bruno Haible  <bruno@clisp.org>
22978
22979         * modules/full-read: Depend on full-write.
22980
22981 2003-01-08  Bruno Haible  <bruno@clisp.org>
22982
22983         * lib/safe-read.c: Include specification header first, to ensure its
22984         selfcontainedness.
22985         * lib/full-write.c: Likewise.
22986
22987 2003-01-07  Jim Meyering  <jim@meyering.net>
22988
22989         * lib/full-write.c: Rework so that it may serve to define full_read,
22990         too.
22991         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
22992
22993 2003-01-07  Bruno Haible  <bruno@clisp.org>
22994
22995         * lib/strtoimax.c: Include <stdint.h> as an alternative to
22996         <inttypes.h>.
22997         * lib/xstrtol.h: Likewise.
22998         * lib/xstrtoimax.c: Likewise.
22999         * lib/xstrtoumax.c: Likewise.
23000         * lib/human.h: Likewise.
23001
23002         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
23003         on systems that have <inttypes.h> but not <stdint.h>.
23004
23005 2003-01-07  Bruno Haible  <bruno@clisp.org>
23006
23007         * MODULES.html.sh: Add copyright notice.
23008         (missed_files): Omit CVS directory entries.
23009         (func_module): Make it work with sed-3.02.
23010         * MODULES.txt: Remove file.
23011
23012 2003-01-06  Jim Meyering  <jim@meyering.net>
23013
23014         * lib/version-etc.c: Update year in translatable copyright string.
23015
23016 2003-01-03  Karl Berry  <karl@gnu.org>
23017
23018         * config/config.{guess,sub}: update from prep.
23019
23020 2003-01-02  Karl Berry  <karl@gnu.org>
23021
23022         * doc/COPYING.DOC: belatedly updated to 1.2.
23023
23024 2003-01-01  Karl Berry  <karl@gnu.org>
23025
23026         * gnulib-tool (func_verify_module): report module name $module in
23027         error message, not $1.
23028         * gnulib-tool (create-testdir): don't complain if destdir couldn't
23029         be created, only if it doesn't exist.
23030         * gnulib-tool (last_checkin_date): don't expand the $Date here.
23031
23032 2002-12-31  Paul Eggert  <eggert@twinsun.com>
23033
23034         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
23035
23036 2002-12-31  Paul Eggert  <eggert@twinsun.com>
23037
23038         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
23039         memcmp if strcoll doesn't work.
23040
23041 2002-12-31  Bruno Haible  <bruno@clisp.org>
23042
23043         * lib/utime.c (utime_null): No need to call ftruncate if the file was
23044         nonempty.
23045
23046 2002-12-31  Bruno Haible  <bruno@clisp.org>
23047
23048         * lib/memcoll.c (STRCOLL): New macro.
23049         (memcoll): Use it.
23050
23051 2002-12-31  Bruno Haible  <bruno@clisp.org>
23052
23053         * lib/localcharset.h: New file.
23054         * lib/localcharset.c: Include it.
23055         * lib/unicodeio.c: Likewise.
23056
23057 2002-12-31  Bruno Haible  <bruno@clisp.org>
23058
23059         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
23060         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
23061
23062 2002-12-31  Bruno Haible  <bruno@clisp.org>
23063
23064         * lib/getline.h: Include <stddef.h>, for size_t.
23065
23066         * lib/unicodeio.h: Include <stddef.h>, for size_t.
23067         * lib/unicodeio.c: Don't include <stddef.h>.
23068
23069 2002-12-31  Bruno Haible  <bruno@clisp.org>
23070
23071         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
23072         HAVE_TM_ZONE.
23073
23074 2002-12-24  Karl Berry  <karl@gnu.org>
23075
23076         * config/config.guess: update from prep.
23077
23078 2002-12-24  Bruno Haible  <bruno@clisp.org>
23079
23080         General infrasructure.
23081         * m4/README: Rewritten.
23082         * m4/onceonly.m4: New file.
23083         * m4/onceonly_2_57.m4: New file.
23084
23085         Module atexit.
23086         * m4/atexit.m4: New file.
23087
23088         Module strtod.
23089         * m4/strtod.m4: New file.
23090
23091         Module strtol.
23092         * m4/strtol.m4: New file.
23093
23094         Module strtoul.
23095         * m4/strtoul.m4: New file.
23096
23097         Module memchr.
23098         * m4/memchr.m4: New file.
23099
23100         Module memcmp.
23101         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
23102         (jm_FUNC_MEMCMP): Invoke it.
23103
23104         Module memcpy.
23105         * m4/memcpy.m4: New file.
23106
23107         Module memmove.
23108         * m4/memmove.m4: New file.
23109
23110         Module memset.
23111         * m4/memset.m4: New file.
23112
23113         Module strcspn.
23114         * m4/strcspn.m4: New file.
23115
23116         Module strpbrk.
23117         * m4/strpbrk.m4: New file.
23118
23119         Module strstr.
23120         * m4/strstr.m4: New file.
23121
23122         Module strerror.
23123         * m4/strerror.m4: New file.
23124
23125         Module mktime.
23126         * m4/mktime.m4: Renamed from jm-mktime.m4.
23127         (gl_PREREQ_MKTIME): New macro.
23128         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
23129
23130         Module malloc.
23131         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
23132         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
23133         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
23134
23135         Module realloc.
23136         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
23137         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
23138         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
23139
23140         Module strftime.
23141         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
23142         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
23143         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
23144         gl_TM_GMTOFF.
23145         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
23146
23147         Module xalloc.
23148         * m4/xalloc.m4: New file.
23149
23150         Module alloca.
23151         * m4/alloca.m4: New file.
23152
23153         Module putenv.
23154         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
23155         (jm_FUNC_PUTENV): Invoke it.
23156
23157         Module setenv.
23158         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
23159         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
23160         when invoked twice.
23161         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
23162         gt_FUNC_SETENV.
23163
23164         Module memrchr.
23165         * m4/memrchr.m4: New file.
23166
23167         Module stpcpy.
23168         * m4/stpcpy.m4: New file.
23169
23170         Module strcase.
23171         * m4/strcase.m4: New file.
23172
23173         Module strdup.
23174         * m4/strdup.m4: New file.
23175
23176         Module strnlen.
23177         * m4/strnlen.m4: New file.
23178
23179         Module strndup.
23180         * m4/strndup.m4: New file.
23181
23182         Module xstrtod.
23183         * m4/xstrtod.m4: New file.
23184
23185         Module xstrtol.
23186         * m4/xstrtol.m4: New file.
23187
23188         Module getdate.
23189         * m4/getdate.m4: New file.
23190
23191         Module unlocked-io.
23192         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
23193         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
23194         * m4/jm-glibc-io.m4n: Remove file.
23195
23196         Module long-options.
23197         * m4/long-options.m4: New file.
23198
23199         Module md5.
23200         * m4/md5.m4: New file.
23201
23202         Module sha.
23203         * m4/sha.m4: New file.
23204
23205         Module getstr.
23206         * m4/getstr.m4: New file.
23207
23208         Module getline.
23209         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
23210         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
23211         <sys/types.h>, for size_t. Use the function name gnu_getline, not
23212         simply getline. Infoke gl_PREREQ_GETLINE.
23213
23214         Module obstack.
23215         * m4/obstack.m4: New file.
23216
23217         Module hash.
23218         * m4/hash.m4: New file.
23219
23220         Module readtokens.
23221         * m4/readtokens.m4: New file.
23222
23223         Module strverscmp.
23224         * m4/strverscmp.m4: New file.
23225
23226         Module stdbool.
23227         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
23228         OSF/1.
23229
23230         Module strtoll.
23231         * m4/strtoll.m4: New file.
23232
23233         Module strtoull.
23234         * m4/strtoull.m4: New file.
23235
23236         Module strtoimax.
23237         * m4/strtoimax.m4: New file.
23238
23239         Module strtoumax.
23240         * m4/strtoumax.m4: New file.
23241
23242         Module xstrtoimax.
23243         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
23244         jm_AC_PREREQ_XSTRTOIMAX.
23245         Moved the strtol prerequisites to strtol.m4.
23246         Moved the strtoll prerequisites to strtoll.m4.
23247         Moved the strtoimax prerequisites to strtoimax.m4.
23248
23249         Module xstrtoumax.
23250         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
23251         jm_AC_PREREQ_XSTRTOUMAX.
23252         Moved the strtoul prerequisites to strtoul.m4.
23253         Moved the strtoull prerequisites to strtoull.m4.
23254         Moved the strtoumax prerequisites to strtoumax.m4.
23255
23256         Module chown.
23257         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
23258         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
23259
23260         Module dup2.
23261         * m4/dup2.m4: New file.
23262
23263         Module ftruncate.
23264         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
23265         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
23266
23267         Module getgroups.
23268         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
23269         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
23270
23271         Module gettimeofday.
23272         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
23273         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
23274         gl_PREREQ_GETTIMEOFDAY.
23275
23276         Module mkdir.
23277         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
23278         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
23279
23280         Module mkstemp.
23281         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
23282         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
23283         jm_AC_TYPE_UINTMAX_T.
23284         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
23285
23286         Module stat.
23287         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
23288         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
23289
23290         Module lstat.
23291         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
23292         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
23293
23294         Module timespec.
23295         * m4/timespec.m4 (gl_TIMESPEC): New macro.
23296         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
23297         * m4/st_mtim.m4: Indentation.
23298
23299         Module nanosleep.
23300         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
23301         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
23302         gl_PREREQ_NANOSLEEP.
23303
23304         Module regex.
23305         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
23306         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
23307         (gl_REGEX): New macro.
23308
23309         Module rename.
23310         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
23311         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
23312
23313         Module rmdir.
23314         * m4/rmdir.m4: New file.
23315
23316         Module utime.
23317         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
23318         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
23319         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
23320
23321         Module dirname.
23322         * m4/dirname.m4: New file.
23323
23324         Module getopt.
23325         * m4/getopt.m4: New file.
23326
23327         Module unistd-safer.
23328         * m4/unistd-safer.m4: New file.
23329
23330         Module fnmatch.
23331         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
23332         declaration.
23333         (gl_PREREQ_FNMATCH_EXTRA): New macro.
23334         (gl_FUNC_FNMATCH_POSIX): New macro.
23335         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
23336         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
23337         simply fnmatch.
23338
23339         Module exclude.
23340         * m4/exclude.m4: New file.
23341
23342         Module human.
23343         * m4/human.m4: New file.
23344
23345         Module acl.
23346         * m4/acl.m4: Nop.
23347
23348         Module backupfile.
23349         * m4/backupfile.m4: New file.
23350         * m4/d-ino.m4: Indentation.
23351
23352         Module fsusage.
23353         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
23354         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
23355         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
23356
23357         Module dirfd.
23358         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
23359         requirements.
23360
23361         Module euidaccess.
23362         * m4/euidaccess.m4: New file.
23363
23364         Module file-type.
23365         * m4/file-type.m4: New file.
23366
23367         Module fileblocks.
23368         * m4/fileblocks.m4: New file.
23369
23370         Module filemode.
23371         * m4/filemode.m4: New file.
23372
23373         Module isdir.
23374         * m4/isdir.m4: New file.
23375
23376         Module lchown.
23377         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
23378         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
23379
23380         Module makepath.
23381         * m4/makepath.m4: New file.
23382
23383         Module modechange.
23384         * m4/modechange.m4: New file.
23385
23386         Module mountlist.
23387         * m4/mountlist.m4: New file.
23388         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
23389         Indentation.
23390
23391         Module path-concat.
23392         * m4/path-concat.m4: New file.
23393
23394         Module pathmax.
23395         * m4/pathmax.m4: New file.
23396
23397         Module same.
23398         * m4/same.m4: New file.
23399
23400         Module save-cwd.
23401         * m4/save-cwd.m4: New file.
23402
23403         Module savedir.
23404         * m4/savedir.m4: New file.
23405
23406         Module xgetcwd.
23407         * m4/xgetcwd.m4: New file.
23408         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
23409
23410         Module xreadlink.
23411         * m4/xreadlink.m4: New file.
23412
23413         Module safe-read.
23414         * m4/safe-read.m4: New file.
23415
23416         Module safe-write.
23417         * m4/safe-write.m4: New file.
23418
23419         Module closeout.
23420         * m4/closeout.m4: New file.
23421
23422         Module stdio-safer.
23423         * m4/stdio-safer.m4: New file.
23424
23425         Module getpass.
23426         * m4/getpass.m4: New file.
23427
23428         Module getugroups.
23429         * m4/getugroups.m4: New file.
23430
23431         Module group-member.
23432         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
23433         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
23434
23435         Module idcache.
23436         * m4/idcache.m4: New file.
23437
23438         Module userspec.
23439         * m4/userspec.m4: New file.
23440
23441         Module gettime.
23442         * m4/clock_time.m4: New file.
23443         * m4/gettime.m4: New file.
23444
23445         Module settime.
23446         * m4/settime.m4: New file.
23447
23448         Module posixtm.
23449         * m4/posixtm.m4: New file.
23450
23451         Module gethostname.
23452         * m4/gethostname.m4: New file.
23453
23454         Module canon-host.
23455         * m4/canon-host.m4: New file.
23456
23457         Module gettext.
23458         * m4/codeset.m4: New file, from gettext-0.11.5.
23459         * m4/gettext.m4: New file, from gettext-0.11.5.
23460         * m4/glibc21.m4: New file, from gettext-0.11.5.
23461         * m4/iconv.m4: New file, from gettext-0.11.5.
23462         * m4/intdiv0.m4: New file, from gettext-0.11.5.
23463         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
23464         * m4/inttypes.m4: New file, from gettext-0.11.5.
23465         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
23466         * m4/isc-posix.m4: New file, from gettext-0.11.5.
23467         * m4/lcmessage.m4: New file, from gettext-0.11.5.
23468         * m4/lib-ld.m4: New file, from gettext-0.11.5.
23469         * m4/lib-link.m4: New file, from gettext-0.11.5.
23470         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
23471         * m4/progtest.m4: New file, from gettext-0.11.5.
23472         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
23473         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
23474         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
23475
23476         Module localcharset.
23477         * m4/localcharset.m4: New file.
23478
23479         Module hard-locale.
23480         * m4/hard-locale.m4: New file.
23481
23482         Module mbswidth.
23483         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
23484         onceonly macros.
23485         * m4/mbrtowc.m4: Add comment.
23486
23487         Module memcasecmp.
23488         * m4/memcasecmp.m4: New file.
23489
23490         Module memcoll.
23491         * m4/memcoll.m4: New file.
23492
23493         Module unicodeio.
23494         * m4/unicodeio.m4: New file.
23495
23496         Module rpmatch.
23497         * m4/rpmatch.m4: New file.
23498
23499         Module yesno.
23500         * m4/yesno.m4: New file.
23501
23502         Module exitfail.
23503         * m4/exitfail.m4: New file.
23504
23505         Module c-stack.
23506         * m4/c-stack.m4 (gl_C_STACK): New macro.
23507         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
23508
23509         Module error.
23510         * m4/error.m4 (gl_ERROR): New macro.
23511         (jm_PREREQ_ERROR): Use onceonly macros.
23512
23513         Module fatal.
23514         * m4/fatal.m4: New file.
23515
23516         Module getloadavg.
23517         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
23518         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
23519
23520         Module getpagesize.
23521         * m4/getpagesize.m4: New file.
23522
23523         Module getusershell.
23524         * m4/getusershell.m4: New file.
23525
23526         Module physmem.
23527         * m4/physmem.m4: New file.
23528
23529         Module posixver.
23530         * m4/posixver.m4: New file.
23531
23532         Module quotearg.
23533         * m4/quotearg.m4: New file.
23534
23535         Module quote.
23536         * m4/quote.m4: New file.
23537
23538         Module readutmp.
23539         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
23540
23541         Module sig2str.
23542         * m4/sig2str.m4: New file.
23543
23544         Other.
23545         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
23546         ulonglong.m4.
23547         * m4/intmax_t.m4: New file.
23548         * m4/d-type.m4: Indentation.
23549         * m4/jm-macros.m4: Update.
23550         * m4/prereq.m4 (jm_PREREQ): Update.
23551         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
23552         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
23553         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
23554         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
23555         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
23556         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
23557         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
23558         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
23559         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
23560         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
23561         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
23562         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
23563         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
23564         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
23565         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
23566         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
23567         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
23568         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
23569         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
23570
23571 2002-12-24  Bruno Haible  <bruno@clisp.org>
23572
23573         * MODULES.txt: Update according to m4/ changes.
23574
23575         Module gettext.
23576         * config.rpath: New file, from gettext-0.11.5.
23577
23578         * modules/*: New module descriptions.
23579         * gnulib-tool: New file.
23580         * MODULES.html.sh: New file.
23581
23582 2002-12-21  Karl Berry  <karl@gnu.org>
23583
23584         * doc/fdl.texi: update to version 1.2.
23585
23586 2002-12-19  Karl Berry  <karl@gnu.org>
23587
23588         * config/config.guess: update from prep.
23589
23590 2002-12-18  Bruno Haible  <bruno@clisp.org>
23591
23592         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
23593         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
23594
23595 2002-12-17  Bruno Haible  <bruno@clisp.org>
23596
23597         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
23598         stdlib.h, string.h.
23599
23600 2002-12-17  Bruno Haible  <bruno@clisp.org>
23601
23602         * lib/canon-host.c (strdup): Remove unused declaration.
23603
23604         * lib/fsusage.c: Include full_read.h.
23605         (get_fs_usage): Use full_read instead of safe_read.
23606
23607         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
23608
23609 2002-12-12  Karl Berry  <karl@gnu.org>
23610
23611         * config/config.guess: update from prep.
23612
23613 2002-12-11  Bruno Haible  <bruno@clisp.org>
23614
23615         * m4/setenv.m4: New file, from gettext-0.11.5.
23616
23617 2002-12-11  Bruno Haible  <bruno@clisp.org>
23618
23619         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
23620         not unsetenv().
23621         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
23622         modifications:
23623
23624         2002-12-11  Bruno Haible  <bruno@clisp.org>
23625
23626                 * setenv.c (alloca): Fall back to malloc.
23627                 (freea): New macro.
23628                 (setenv): Use freea() to free memory allocated with alloca().
23629
23630         2002-11-13  Bruno Haible  <bruno@clisp.org>
23631
23632                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
23633                 function declarations.
23634                 * unsetenv.c (unsetenv): Likewise.
23635
23636         2002-03-04  Bruno Haible  <bruno@clisp.org>
23637
23638                 Portability to AIX 4.3.3.
23639                 * unsetenv.c: New file, extracted from setenv.c.
23640                 * setenv.c: Move the unsetenv() function to unsetenv.c.
23641
23642         2001-12-20  Bruno Haible  <bruno@clisp.org>
23643
23644                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
23645                 use malloc instead. For SunOS 4.
23646
23647         2001-12-11  Bruno Haible  <bruno@clisp.org>
23648
23649                 * setenv.c: Declare alloca.
23650                 (compar_fn_t): New typedef.
23651                 (KNOWN_VALUE, STORE_VALUE): Use it.
23652
23653         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
23654         setenv.h.
23655
23656 2002-12-10  Paul Eggert  <eggert@twinsun.com>
23657
23658         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
23659         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
23660         Choose values that are less likely to collide with system fnmatch
23661         options.
23662         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
23663         defined (e.g., a pure POSIX system).
23664         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
23665         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
23666
23667 2002-12-06  Paul Eggert  <eggert@twinsun.com>
23668
23669         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
23670         a pain in practice to deal with generated m4 files.  This change
23671         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
23672
23673         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
23674         and jm-glibc-io.m4, as they are no longer a special case.
23675         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
23676         kludge and the auto-generation stuff.  Check only whether the
23677         functions are declared, not whether they exist, since older hosts
23678         that don't declare the functions can't use the optimization anyway.
23679
23680 2002-12-06  Jim Meyering  <jim@meyering.net>
23681
23682         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
23683
23684         Merge in changes from libc's misc/error.c, in preparation
23685         for the merge of gnulib's changes back into libc.
23686
23687         * lib/error.c (_): Define only if not already defined.
23688         Move definition to follow all #include directives.
23689         Include unlocked-io.h only if !_LIBC.
23690         [_LIBC]: Include <libio/libioP.h>.
23691         [USE_IN_LIBIO]: Include <libio/iolibio.h>
23692         (fflush): Tweak definition to use INTUSE.
23693         (putc): Define.
23694
23695 2002-12-05  Paul Eggert  <eggert@twinsun.com>
23696
23697         * lib/alloca.c [defined emacs]: Include "lisp.h".
23698         (xalloc_die) [defined emacs]: New macro.
23699         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
23700         [! defined emacs]: Include <xalloc.h>.
23701         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
23702         (pointer): Typedef to POINTER_TYPE *.
23703         (malloc): Remove decl; we now always use xmalloc.
23704         (alloca): Use old-style definition, since Emacs needs this.
23705         Check for arithmetic overflow when computing combined size.
23706
23707 2002-12-04  Paul Eggert  <eggert@twinsun.com>
23708
23709         Do not generate unlocked-io.h automatically, since it's easier to
23710         maintain it by hand.
23711
23712         * lib/unlocked-io.h: New file, from GNU diffutils,
23713         but with proper copyright notice and attribution.
23714         * lib/gen-uio: Remove.
23715         * lib/Makefile.am: Add copyright notice.
23716         (libfetish_a_SOURCES): Add unlocked-io.h.
23717         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
23718         (DISTCLEANFILES, io_functions): Remove macros.
23719         (EXTRA_DIST): Remove gen_uio.
23720         (unlocked-io.h): Remove rule.
23721
23722 2002-12-04  Jim Meyering  <jim@meyering.net>
23723
23724         Reflect the fact that stat.c and lstat.c are no longer generated.
23725         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
23726         (DISTCLEANFILES): Likewise.
23727         (EXTRA_DIST): Likewise.
23728         (all_local): Don't depend on stat.c or lstat.c.
23729         (stat.c, lstat.c): Remove rules.
23730         (EXTRA_DIST): Remove xstat.in.
23731
23732         * lib/xstat.in: Remove file.  Contents moved into stat.c.
23733         * lib/stat.c: New file.  Contents mostly from xstat.in.
23734         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
23735         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
23736
23737         * lib/safe-read.c: Rework so that it may serve to define safe_write,
23738         too.
23739         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
23740
23741 2002-12-03  Jim Meyering  <jim@meyering.net>
23742
23743         * lib/safe-read.c, safe-write.c: Change variable names and comments,
23744         but not semantics, to minimize the differences between these two files.
23745         (safe_read): Change comment to mention SAFE_READ_ERROR.
23746
23747         * lib/safe-read.c (IS_EINTR): Define.
23748         (safe_read): Use IS_EINTR in place of in-function cpp directives.
23749
23750 2002-12-02  Jim Meyering  <jim@meyering.net>
23751
23752         * lib/safe-read.c (EINTR): Define.
23753         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
23754         (INT_MAX): Provide fallback.
23755         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
23756
23757         * lib/safe-read.h (SAFE_READ_ERROR): Define.
23758
23759 2002-12-02  Bruno Haible  <bruno@clisp.org>
23760
23761         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
23762         Define, taken from safe-read.c.
23763         (INT_MAX): Provide fallback.
23764         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
23765         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
23766
23767         * lib/safe-read.c (EINTR): Remove definition.
23768         (safe_read): Don't use EINTR if it is absent.
23769
23770 2002-12-01  Jim Meyering  <jim@meyering.net>
23771
23772         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
23773         zero.
23774         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
23775
23776 2002-11-27  Paul Eggert  <eggert@twinsun.com>
23777
23778         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
23779         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
23780         with `if (! (value < limit)) abort ();', for readability.
23781
23782 2002-11-26  Karl Berry  <karl@gnu.org>
23783
23784         * lib/strdup.c: copy from libc again, with jim's ok.
23785         * lib/.cppi-disable: re-add strdup.c
23786
23787 2002-11-25  Karl Berry  <karl@gnu.org>
23788
23789         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
23790         instead of "strtol.c".
23791
23792 2002-11-25  Karl Berry  <karl@gnu.org>
23793
23794         * config/install-sh: update from automake for variable quoting, $0 in
23795         error msgs, etc.
23796
23797         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
23798         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
23799         entry.
23800
23801 2002-11-25  Jim Meyering  <jim@meyering.net>
23802
23803         * lib/mktime.c: Sync from libc, now that it has the latest fix.
23804
23805 2002-11-24  Karl Berry  <karl@gnu.org>
23806
23807         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
23808         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
23809
23810 2002-11-24  Jim Meyering  <jim@meyering.net>
23811
23812         Update from coreutils:
23813
23814         * lib/mktime.c: Merge in changes from libc.
23815
23816         Avoid a link-time failure on some Linux systems.
23817         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
23818         (otherwise).
23819         (__mon_yday): Declare with the STATIC attribute.
23820         (__mktime_internal): Likewise.
23821         Based on a report from Greg Schafer.
23822
23823 2002-11-23  Jim Meyering  <jim@meyering.net>
23824
23825         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
23826         Use `unsigned', not `int', as type of index.
23827
23828         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
23829
23830         * lib/fsusage.c: Remove unneeded parentheses around operands of
23831         `defined'.
23832
23833 2002-11-22  Paul Eggert  <eggert@twinsun.com>
23834
23835         * lib/quotearg.h: Allow multiple inclusion by surrounding with
23836         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
23837         so that we can be included first.
23838         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
23839         * lib/quotearg.c: Include quotearg.h immediately after config.h.
23840         No need to include stddef.h or sys/types.h any more.
23841         Surround local include files with "", not "<>".
23842         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
23843         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
23844         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
23845         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
23846         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
23847         (ISPRINT): Remove; no longer needed now that we assume C89.
23848
23849         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
23850         Preserve errno.
23851
23852         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
23853         quotearg_char): Use SIZE_MAX rather than
23854         (size_t) -1 when we are talking about "infinity".
23855
23856         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
23857
23858 2002-11-22  Paul Eggert  <eggert@twinsun.com>
23859
23860         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
23861         hint that one should use `if (! x) abort ();' rather than `assert
23862         (x);', and anyway it's one less thing to worry about configuring.
23863         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
23864         hash_rehash, hash_insert): Use abort rather than assert.
23865
23866 2002-11-22  Bruno Haible  <bruno@clisp.org>
23867
23868         * lib/safe-read.h: Assume C89. Add comments.
23869         (safe_read): Change return type to size_t.
23870         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
23871         byte counts > SSIZE_MAX correctly.
23872         * lib/safe-write.h: New file.
23873         * lib/safe-write.c: New file.
23874         * lib/full-read.h: New file.
23875         * lib/full-read.c: New file.
23876         * lib/full-write.h: Assume C89. Add comments.
23877         * lib/full-write.c: Include safe-write.h.
23878         (full_write): Rewritten to use safe_write.
23879         Suggested by Jim Meyering and Paul Eggert.
23880
23881 2002-11-21  Jim Meyering  <jim@meyering.net>
23882
23883         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
23884
23885         Merge in changes from the coreutils.
23886
23887         2002-09-25  Paul Eggert  <eggert@twinsun.com>
23888         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
23889         <stdint.h>.
23890         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
23891         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
23892         int.  Work more efficiently if X is the same width as uintmax_t.
23893         Do not compare X to -1, to avoid bogus compiler warning.
23894         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
23895         Don't assume that f_frsize and f_bsize are the same type.
23896
23897         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
23898         warning on FreeBSD.
23899
23900         * lib/makepath.c (make_path): Restore umask *before* creating the final
23901         component.
23902         (make_path): Minor reformatting.
23903
23904         * lib/xmalloc.c: Adjust to work with new autoconf macros,
23905         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
23906         HAVE_MALLOC/HAVE_REALLOC.
23907
23908         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
23909         dummy ones.  At least on GNU/Linux systems, `auto' means something
23910         else.
23911         From Michael Stone.
23912
23913 2002-11-21  Bruno Haible  <bruno@clisp.org>
23914
23915         Remove case insensitive option matching.
23916         * lib/argmatch.h (argcasematch): Remove declaration.
23917         (ARGCASEMATCH): Remove macro.
23918         (__xargmatch_internal): Remove case_sensitive argument.
23919         (XARGMATCH): Update.
23920         (XARGCASEMATCH): Remove macro.
23921         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
23922         case_sensitive argument.
23923         (argcasematch): Remove function.
23924         (__xargmatch_internal): Remove case_sensitive argument.
23925         (main): Use XARGMATCH instead of XARGCASEMATCH.
23926
23927         * lib/xmalloc.c: Change compile-time error message. Add comment about
23928         required autoconf version.
23929
23930 2002-11-20  Paul Eggert  <eggert@twinsun.com>
23931
23932         Merge argmatch cleanups from Bison.  Assume C89.
23933
23934         * lib/argmatch.c: Include config.h here, not in argmatch.h.
23935         Include stdlib.h, for EXIT_FAILURE.
23936         Always include <string.h>, since we assume C89.
23937         (EXIT_FAILURE): Remove pre-C89 bug workaround.
23938         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
23939         Include <stddef.h> instead, since it's all we need for size_t.
23940         (PARAMS): Remove.  All uses removed.
23941         (ARRAY_CARDINALITY): Do not bother to #undef.
23942         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
23943         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
23944         Remove unnecessary parentheses.
23945         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
23946         Insert necessary parentheses.
23947         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
23948         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
23949
23950 2002-11-19  Bruno Haible  <bruno@clisp.org>
23951
23952         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
23953         * lib/mbswidth.h: Include <stddef.h>, for size_t.
23954
23955         * lib/mbswidth.h (PARAMS): Remove macro.
23956         (mbswidth, mbsnwidth): Use ANSI C function declarations.
23957         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
23958
23959         * lib/gcd.h (PARAMS): Remove macro.
23960         (gcd): Use ANSI C function declarations.
23961         * lib/gcd.c (gcd): Likewise.
23962
23963 2002-11-15  Bruno Haible  <bruno@clisp.org>
23964
23965         * lib/strcspn.c: Include <stddef.h>.
23966         (strcspn): Use ANSI C function declaration. Change return type to
23967         size_t. Use NULL.
23968         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
23969         (strpbrk): Use NULL.
23970         * lib/strpbrk.h (PARAMS): Remove macro.
23971         (strpbrk): Use ANSI C function declaration.
23972         * lib/strstr.c: Don't include <sys/types.h>.
23973         * lib/strstr.h (PARAMS): Remove macro.
23974         (strstr): Use ANSI C function declarations.
23975
23976 2002-11-14  Karl Berry  <karl@gnu.org>
23977
23978         * config/mkinstalldirs: `do' on separate line, instead of
23979         `for var; do'.
23980
23981 2002-11-06  Bruno Haible  <bruno@clisp.org>
23982
23983         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
23984         * lib/gcd.c (gcd): Likewise.
23985
23986 2002-11-05  Bruno Haible  <bruno@clisp.org>
23987
23988         * lib/gcd.h: New file, from gettext-0.11.5.
23989         * lib/gcd.c: New file, from gettext-0.11.5.
23990
23991 2002-11-05  Bruno Haible  <bruno@clisp.org>
23992
23993         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
23994         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
23995         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
23996         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
23997
23998         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
23999         <libintl.h>.
24000         * lib/makepath.c: Include gettext.h instead of <locale.h> and
24001         <libintl.h>.
24002
24003         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
24004         * lib/human.c: Include gettext.h instead of <libintl.h>.
24005         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
24006         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
24007         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
24008         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
24009         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
24010         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
24011         (textdomain): Remove definition.
24012         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
24013
24014         * lib/long-options.c: Remove include of <libintl.h> and definition of
24015         _.
24016         * lib/same.c: Remove include of <libintl.h> and definition of _.
24017
24018 2002-11-04  Owen Taylor  <otaylor@redhat.com>
24019
24020         * lib/config.charset: A few additions for Solaris.
24021
24022 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
24023
24024         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
24025         * lib/localcharset.c (locale_charset): Declare as extern "C".
24026
24027 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
24028
24029         * lib/config.charset: msdos in uk_UA uses CP1125.
24030
24031 2002-11-04  Bruno Haible  <bruno@clisp.org>
24032
24033         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
24034         * lib/strcase.h: New file, from GNU gettext-0.11.5.
24035         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
24036         * lib/strstr.h: New file, from GNU gettext-0.11.5.
24037         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
24038
24039 2002-11-04  Bruno Haible  <bruno@clisp.org>
24040
24041         * lib/localcharset.c (locale_charset): Don't return an empty string.
24042
24043 2002-11-04  Bruno Haible  <bruno@clisp.org>
24044
24045         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
24046         aliases.
24047
24048 2002-11-04  Bruno Haible  <bruno@clisp.org>
24049
24050         * lib/config.charset: Update for newest glibc. Add canonical names
24051         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
24052
24053 2002-11-04  Bruno Haible  <bruno@clisp.org>
24054
24055         * lib/config.charset: Add support for NetBSD.
24056
24057 2002-11-04  Bruno Haible  <bruno@clisp.org>
24058
24059         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
24060
24061 2002-11-01  Bruno Haible  <bruno@clisp.org>
24062
24063         * configure.in: Add AC_CONFIG_AUX_DIR call.
24064         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
24065         test/Makefile.
24066         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
24067
24068 2002-09-28  Karl Berry  <karl@gnu.org>
24069
24070         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
24071         installed automake until the next release, since changes have been
24072         made.
24073
24074 2002-09-25  Karl Berry  <karl@gnu.org>
24075
24076         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
24077         * lib/getopt*: copy from libc/posix.
24078         * lib/gettext.h: copy from gettext.
24079         * lib/.cppi-disable: add strdup.c, gettext.h.
24080
24081 2002-09-25  Karl Berry  <karl@gnu.org>
24082
24083         * config/srclist.txt: enable gettext.h check.
24084         * config/config.{guess,sub}: update from prep.
24085         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
24086                 from automake 1.6.3.
24087         See srclist*.
24088
24089 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
24090
24091         * regex.c (PATFETCH): Remove the translating fetch.
24092         (PATFETCH_RAW): Rename to PATFETCH.
24093         (set_image_of_range): New fun.
24094         (SET_RANGE_TABLE_WORK_AREA): Use it.
24095         (regex_compile): Don't translate the pattern chars so eagerly.
24096         Only do it when inserting an `exactn' bytecode or when handling
24097         a char-range.
24098         (mutually_exclusive_p): Avoid empty statement.
24099
24100 2002-07-06  Jim Meyering  <meyering@lucent.com>
24101
24102         * m4/README: Don't mention Makefile.am.in.
24103         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
24104
24105 2002-07-01  Jim Meyering  <meyering@lucent.com>
24106
24107         * lib/c-stack.c: Include sys/time.h.
24108         From Volker Borchert.
24109
24110 2002-06-26  Paul Eggert  <eggert@twinsun.com>
24111
24112         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
24113
24114 2002-06-26  Paul Eggert  <eggert@twinsun.com>
24115
24116         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
24117         New macro.  Use it uniformly instead of
24118         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
24119         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
24120         reported by Vin Shelton.
24121
24122 2002-06-22  Paul Eggert  <eggert@twinsun.com>
24123
24124         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
24125         Do not assume SA_SIGINFO behavior.
24126         Bug reported by Jim Meyering on NetBSD 1.5.2.
24127
24128 2002-06-22  Jim Meyering  <meyering@lucent.com>
24129
24130         * m4/c-stack.m4: New file, from diffutils-2.8.2.
24131         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
24132
24133         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
24134         now that configure.ac uses AC_GNU_SOURCE.
24135         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
24136         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
24137
24138         Update to latest tools.  Suggestions from Paul Eggert.
24139         * m4/stdbool.m4: New file, from diffutils-2.8.2.
24140         * m4/gnu-source.m4: Update from diffutils-2.8.2.
24141         * m4/fnmatch.m4: Likewise.
24142         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
24143         to AC_HEADER_STDBOOL
24144
24145 2002-06-22  Jim Meyering  <meyering@lucent.com>
24146
24147         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
24148         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
24149
24150 2002-06-22  Jim Meyering  <meyering@lucent.com>
24151
24152         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
24153
24154         * lib/exitfail.c, exitfail.h: Likewise.
24155         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
24156
24157         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
24158         of fnmatch.h.
24159         (EXTRA_DIST): Add fnmatch_loop.c.
24160         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
24161
24162         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
24163         * lib/fnmatch.c: Update from diffutils-2.8.2.
24164         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
24165         * lib/fnmatch.h: Remove file.
24166
24167 2002-06-21  Jim Meyering  <meyering@lucent.com>
24168
24169         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
24170         * m4/mbrtowc.m4: Likewise.
24171
24172         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
24173         * m4/mbswidth.m4: Reflect name change:
24174         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
24175         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
24176
24177         * m4/lib-link.m4: Update from gettext-0.11.2.
24178         * m4/gettext.m4: Likewise.
24179
24180         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
24181         From Alfred M. Szmidt.
24182
24183 2002-06-18  Paul Eggert  <eggert@twinsun.com>
24184
24185         * lib/file-type.h: Report an error if neither S_ISREG nor
24186         S_IFREG is defined, instead of using a test specific to glibc
24187         2.2.  This should be safe, since POSIX requires S_ISREG and
24188         Unix Version 7 had S_IFREG.  We don't need to check for
24189         <sys/types.h> since we don't use any symbols that it defines.
24190
24191 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
24192
24193         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
24194         $@-t, so that each temporary file name is unique and valid in the first
24195         8 characters, for operation under DOS.
24196
24197 2002-06-15  Paul Eggert  <eggert@twinsun.com>
24198
24199         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
24200
24201 2002-06-15  Jim Meyering  <meyering@lucent.com>
24202
24203         Work even with DJGPP 2.03, which lacks support for symlinks.
24204         From Richard Dawe.
24205         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
24206         is defined.
24207         * lib/lchown.c (S_ISLNK): Likewise.
24208
24209 2002-06-15  Jim Meyering  <meyering@lucent.com>
24210
24211         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
24212         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
24213         have been included before this file.
24214
24215 2002-06-14  Jim Meyering  <meyering@lucent.com>
24216
24217         * lib/file-type.h: Use the version from diffutils-2.8.2.
24218         * lib/file-type.c: Likewise.
24219
24220 2002-06-07  Jim Meyering  <meyering@lucent.com>
24221
24222         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
24223         They're needed at least for NetBSD 1.5.2.
24224         ($statxfs_includes): Include those same headers.
24225         ($statxfs_includes): Include sys/vfs.h if available.
24226         ($statxfs_includes): Likewise for sys/statvfs.h.
24227         Check for the following members in both structs statfs and statvfs:
24228         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
24229
24230 2002-06-01  Jim Meyering  <meyering@lucent.com>
24231
24232         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
24233         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
24234
24235 2002-05-28  Jim Meyering  <meyering@lucent.com>
24236
24237         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
24238         Reported by Volker Borchert.
24239
24240 2002-05-27  Jim Meyering  <meyering@lucent.com>
24241
24242         Fix a problem seen only on nonconforming systems whereby ls.c's
24243         use of localtime, and then of gettimeofday would cause trouble:
24244         the localtime call used to initialize rpl_gettimeofday's save
24245         mechanism would clobber ls's current local time information so
24246         that in any long listing the first file would always be listed
24247         with date 1970-01-01.  Analysis by Volker Borchert.
24248
24249         * lib/gettimeofday.c (localtime): Undefine.
24250         (rpl_localtime): New function.
24251
24252 2002-05-27  Jim Meyering  <meyering@lucent.com>
24253
24254         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
24255         localtime.
24256
24257         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
24258         use the replacement function; it wouldn't resolve at link time.
24259         Reported by Volker Borchert.
24260
24261 2002-05-22  Jim Meyering  <meyering@lucent.com>
24262
24263         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
24264         file-type.h.
24265         * lib/file-type.h: New file.
24266         * lib/file-type.c (file_type): New file/function.  Extracted from
24267         diffutils.
24268
24269 2002-04-30  Jim Meyering  <meyering@lucent.com>
24270
24271         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
24272
24273 2002-04-29  Paul Eggert  <eggert@twinsun.com>
24274
24275         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
24276
24277 2002-04-29  Paul Eggert  <eggert@twinsun.com>
24278
24279         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
24280         Do not check for alloca.h (no longer used) or stdbool.h (was never
24281         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
24282
24283 2002-04-29  Paul Eggert  <eggert@twinsun.com>
24284
24285         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
24286
24287 2002-04-29  Jim Meyering  <meyering@lucent.com>
24288
24289         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
24290         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
24291         Use AC_FUNC_STRNLEN here instead.
24292
24293         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
24294         With autoconf-2.53a, it's part of AC_PROG_CC.
24295
24296 2002-04-28  Paul Eggert  <eggert@twinsun.com>
24297
24298         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
24299         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
24300
24301 2002-04-28  Paul Eggert  <eggert@twinsun.com>
24302
24303         * lib/sig2str.h, lib/sig2str.c: New files.
24304         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
24305
24306 2002-04-28  Paul Eggert  <eggert@twinsun.com>
24307
24308         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
24309         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
24310         of 127, since 64 is the largest conceivable number for ancient
24311         nonstandard hosts.
24312         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
24313
24314 2002-04-28  Jim Meyering  <meyering@lucent.com>
24315
24316         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
24317
24318 2002-04-24  Jim Meyering  <meyering@lucent.com>
24319
24320         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
24321         (jm_PREREQ): Use it.
24322
24323         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
24324         mach/mach.h fcntl.h.
24325         Check for this function: setlocale.
24326
24327 2002-04-24  Jim Meyering  <meyering@lucent.com>
24328
24329         * lib/gettext.h: New file, from Gettext.
24330         * lib/Makefile.am (INCLUDES): Remove -I../intl.
24331         (libfetish_a_SOURCES): Add gettext.h.
24332
24333 2002-04-16  Jim Meyering  <meyering@lucent.com>
24334
24335         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
24336         ut_pid, ut_id, ut_exit.
24337
24338 2002-04-16  Jim Meyering  <meyering@lucent.com>
24339
24340         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
24341         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
24342         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
24343
24344 2002-04-12  Jim Meyering  <meyering@lucent.com>
24345
24346         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
24347         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
24348         existence of the getmntinfo function.  Needed for Darwin 5.3.
24349
24350         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
24351         This is necessary at least on Darwin 5.3.
24352
24353         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
24354         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
24355         strnlen.o in the library, and that makes some versions of ranlib
24356         object.
24357
24358 2002-04-12  Jim Meyering  <meyering@lucent.com>
24359
24360         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
24361
24362 2002-04-09  Jim Meyering  <meyering@lucent.com>
24363
24364         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
24365         to be more precise.  Rather than saying we're checking whether the
24366         function `works', say what we're testing.
24367         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
24368         Reported by Bruno Haible.
24369
24370 2002-03-10  Jim Meyering  <meyering@lucent.com>
24371
24372         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
24373         Suggestion from Santiago Vila.
24374
24375 2002-03-08  Jim Meyering  <meyering@lucent.com>
24376
24377         * lib/rename.c: Mention that this wrapper is needed also on
24378         mips-dec-ultrix4.4 systems.
24379
24380 2002-03-02  Jim Meyering  <meyering@lucent.com>
24381
24382         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
24383         not HAVE_CLOCK_SETTIME.
24384
24385 2002-02-27  Paul Eggert  <eggert@twinsun.com>
24386
24387         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
24388         Check for clock_settime.
24389
24390 2002-02-27  Paul Eggert  <eggert@twinsun.com>
24391
24392         * lib/nanosleep.h: Rename to....
24393         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
24394
24395         * lib/gettime.c: New file.
24396         * lib/settime.c: New file.
24397         * lib/stime.c: Remove.
24398
24399         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
24400         timespec.h.  Remove nanosleep.h.
24401
24402 2002-02-25  Paul Eggert  <eggert@twinsun.com>
24403
24404         * m4/acl.m4: New file.
24405         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
24406         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
24407
24408 2002-02-25  Paul Eggert  <eggert@twinsun.com>
24409
24410         * lib/acl.c, lib/acl.h: New files.
24411         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
24412
24413 2002-02-24  Jim Meyering  <meyering@lucent.com>
24414
24415         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
24416         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
24417         cause trouble.  Reported by Nelson Beebe.
24418
24419 2002-02-23  Paul Eggert  <eggert@twinsun.com>
24420
24421         * lib/path-concat.c (xpath_concat): Reorder code to pacify
24422         compilers that don't know that xalloc_die never returns.
24423
24424 2002-02-20  Jim Meyering  <meyering@lucent.com>
24425
24426         * lib/getdate.c: Regenerate using bison-1.33.
24427
24428 2002-02-17  Jim Meyering  <meyering@lucent.com>
24429
24430         * config/config.guess (main): Don't use `head -1'; it's no longer
24431         portable. Use `sed 1q' instead.
24432
24433 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
24434
24435         * m4/codeset.m4: Upgrade to gettext-0.11.
24436         * m4/gettext.m4: Upgrade to gettext-0.11.
24437         * m4/glibc21.m4: Upgrade to gettext-0.11.
24438         * m4/iconv.m4: Upgrade to gettext-0.11.
24439         * m4/isc-posix.m4: Upgrade to gettext-0.11.
24440         * m4/lcmessage.m4: Upgrade to gettext-0.11.
24441         * m4/lib-ld.m4: New file, from gettext-0.11.
24442         * m4/lib-link.m4: New file, from gettext-0.11.
24443         * m4/lib-prefix.m4: New file, from gettext-0.11.
24444         * m4/progtest.m4: Upgrade to gettext-0.11.
24445
24446 2002-02-15  Paul Eggert  <eggert@twinsun.com>
24447
24448         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
24449         (jm_PREREQ): Use it.
24450
24451 2002-02-15  Paul Eggert  <eggert@twinsun.com>
24452
24453         * lib/posixver.c, lib/posixver.h: New files.
24454         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
24455
24456 2002-02-02  Paul Eggert  <eggert@twinsun.com>
24457             Bruno Haible  <bruno@clisp.org>
24458
24459         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
24460         (fwrite_success_callback): New declaration.
24461         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
24462         print_unicode_char. Call failure callback instead of error.
24463         (fwrite_success_callback): New function.
24464         (exit_failure_callback): New function.
24465         (fallback_failure_callback): New function.
24466         (print_unicode_char): Call unicode_to_mb.
24467
24468 2002-01-26  Jim Meyering  <meyering@lucent.com>
24469
24470         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
24471         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
24472
24473 2002-01-26  Jim Meyering  <meyering@lucent.com>
24474
24475         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
24476
24477 2002-01-22  Paul Eggert  <eggert@twinsun.com>
24478
24479         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
24480
24481 2002-01-22  Jim Meyering  <meyering@lucent.com>
24482
24483         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
24484         Otherwise, some versions of automake would omit the rule that makes
24485         Makefile from Makefile.in.
24486
24487 2002-01-21  Paul Eggert  <eggert@twinsun.com>
24488
24489         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
24490         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
24491         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
24492         (memcoll): Set errno to zero if there is no error.
24493
24494         * lib/quotearg.c (quotearg_buffer_restyled):
24495         Fix bug with quoting buffers containing NUL when backslashing escapes.
24496         This bug was exposed by the other changes in this patch.
24497         (quotearg_n_options): New arg ARGSIZE.
24498         All callers changed.
24499         (quoting_options_from_style): New function.
24500         (quotearg_n_style): Use it.
24501         (quotearg_n_style_mem): New function.
24502
24503         * lib/quotearg.h (quotearg_n_style_mem): New function.
24504
24505 2002-01-19  Jim Meyering  <meyering@lucent.com>
24506
24507         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
24508         Remove useless quotes: DF_PROG="df".
24509         * m4/strnlen.m4: New file.
24510
24511 2002-01-16  Paul Eggert  <eggert@twinsun.com>
24512
24513         * lib/backupfile.c (ISDIGIT): Comment fix.
24514         * lib/getdate.y (ISDIGIT): Likewise.
24515         * lib/posixtm.c (ISDIGIT, year): Likewise.
24516         * lib/strverscmp.c (ISDIGIT): Likewise.
24517         * lib/userspec.c (ISDIGIT): Likewise.
24518
24519 2002-01-16  Jim Meyering  <meyering@lucent.com>
24520
24521         * lib/getdate.y: Add three semicolons, each just before a closing
24522         brace. Bison (as of version 1.31) no longer papers over that mistake.
24523
24524 2002-01-05  Jim Meyering  <meyering@lucent.com>
24525
24526         * lib/version-etc.c (version_etc_copyright): Update copyright year.
24527
24528 2001-12-19  Paul Eggert  <eggert@twinsun.com>
24529
24530         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
24531         not silently exit merely because the output buffer happens to
24532         have nothing pending.
24533
24534 2001-12-18  Paul Eggert  <eggert@twinsun.com>
24535
24536         See the big note in ../ChangeLog.
24537         * lib/human.c (suffixes): Prefer K to k for 1024.
24538         (generate_suffix_backwards): New function.
24539         (human_readable_inexact): Use it.
24540         * lib/xstrtol.c (__xstrtol): If there is no number but there
24541         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
24542         Accept 'K' as well as 'k'.
24543
24544 2001-12-15  Jim Meyering  <meyering@lucent.com>
24545
24546         * lib/regex.h (__restrict_arr): Update from libc.
24547
24548         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
24549         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
24550         (STREQ): Define.
24551
24552 2001-12-14  Jim Meyering  <meyering@lucent.com>
24553
24554         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
24555         Suggestion from Bruno Haible.
24556
24557 2001-12-10  Jim Meyering  <meyering@lucent.com>
24558
24559         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
24560         xrealloc, Instead, include "xalloc.h".
24561         (initbuffer): Don't cast xmalloc return value to char*.
24562         (readline): Reword comment.
24563         Don't cast xrealloc return value to char*
24564         Return NULL, not 0.
24565
24566 2001-12-09  Jim Meyering  <meyering@lucent.com>
24567
24568         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
24569         about `signed and unsigned type in conditional expression'.
24570         * lib/posixtm.c (posix_time_parse): Likewise.
24571
24572         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
24573
24574         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
24575         to avoid a pedantic warning.
24576
24577         * lib/getstr.c: Don't include assert.h.
24578         (getstr): Remove warning-evoking assertions.
24579         Return -1 if offset parameter is out of bounds.
24580         Change the type of a local from int to size_t.
24581
24582         * lib/strftime.c (my_strftime_localtime_r): Include this function
24583         definition in the `#if ! HAVE_TM_GMTOFF' block.
24584
24585         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
24586         Include xalloc.h instead.
24587
24588 2001-12-02  Jim Meyering  <meyering@lucent.com>
24589
24590         * lib/tempname.c: Don't declare getenv, thus reverting the change of
24591         2001-11-18.  It's no longer necessary, now that stdlib.h is always
24592         included.
24593
24594         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
24595         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
24596
24597 2001-11-30  Akim Demaille  <akim@epita.fr>
24598
24599         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
24600         before being defined.
24601
24602 2001-11-27  Paul Eggert  <eggert@twinsun.com>
24603
24604         * lib/quotearg.h (quotearg_n, quotearg_n_style):
24605         First arg is int, not unsigned.
24606         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
24607         (SIZE_MAX, UINT_MAX): New macros.
24608         (quotearg_n_options): Abort if N is negative.
24609         Avoid overflow check on hosts where size_t is 64 bits and int
24610         is 32 bits, as overflow is impossible there.
24611         Fix off-by-one typo that caused unnecessary reallocation.
24612
24613 2001-11-27  Jim Meyering  <meyering@lucent.com>
24614
24615         * lib/tempname.c: Merge with version from libc.
24616         * lib/regex.c: Likewise.
24617
24618         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
24619         systems for which STDC_HEADERS is 0, it was not included, resulting in
24620         a warning about an integer-to-pointer conversion problem with getenv.
24621         Reported by Volker Borchert.
24622
24623 2001-11-26  Jim Meyering  <meyering@lucent.com>
24624
24625         * lib/gtod.h: Remove file.
24626         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
24627         * lib/gettimeofday.c: Don't include gtod.h.
24628         (GTOD_init): Remove function.
24629         (rpl_gettimeofday): Do its job here instead, rather than aborting.
24630         Suggestion from Volker Borchert.
24631
24632 2001-11-23  Jim Meyering  <meyering@lucent.com>
24633
24634         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
24635         it.
24636         * lib/hash.c (struct hash_table): Define it here instead.
24637
24638 2001-11-22  Jim Meyering  <meyering@lucent.com>
24639
24640         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
24641
24642 2001-11-20  Jim Meyering  <meyering@lucent.com>
24643
24644         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
24645         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
24646
24647 2001-11-19  Jim Meyering  <meyering@lucent.com>
24648
24649         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
24650         directory.  Use "conftestXXXXXX" as the template.
24651         Suggestion from Paul Eggert.
24652
24653         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
24654         immediately, so the test doesn't mistakenly hit the max-open-files
24655         limit.
24656
24657 2001-11-18  Paul Eggert  <eggert@twinsun.com>
24658
24659         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
24660         (TEMPORARIES): New macro.
24661         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
24662         removes an artificial limitation (e.g. HP-UX 10.20, where
24663         TMP_MAX is 17576).
24664
24665 2001-11-18  Jim Meyering  <meyering@lucent.com>
24666
24667         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
24668
24669 2001-11-18  Jim Meyering  <meyering@lucent.com>
24670
24671         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
24672         on SunOS 4.
24673
24674         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
24675         files will be created before anything else.
24676
24677 2001-11-17  Paul Eggert  <eggert@twinsun.com>
24678
24679         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
24680         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
24681
24682 2001-11-17  Jim Meyering  <meyering@lucent.com>
24683
24684         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
24685         Prompted by a report from Bob Proulx.
24686
24687         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
24688         Instead, require UTILS_FUNC_MKSTEMP.
24689
24690 2001-11-17  Jim Meyering  <meyering@lucent.com>
24691
24692         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
24693         Now, that's done as part of AC_FUNC_STRTOD.
24694
24695 2001-11-17  Jim Meyering  <meyering@lucent.com>
24696
24697         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
24698         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
24699         rather than group writable.  Patch by Juan F. Codagnone.
24700
24701         * lib/readtokens.c: Remove explicit declarations of xmalloc and
24702         xrealloc, Instead, include "xalloc.h".
24703
24704         * lib/mountlist.c: Include unlocked-io.h after all system headers.
24705         Remove explicit declarations of xmalloc, xrealloc,
24706         and xstrdup.  Instead, include "xalloc.h".
24707
24708         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
24709         unlocked-io.h.
24710         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
24711         Likewise.
24712         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
24713
24714         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
24715         Reported by Padraig Brady.
24716
24717         * lib/mkstemp.c: #undef mkstemp.
24718         Include config.h.
24719         (rpl_mkstemp): Rename from mkstemp.
24720         Protoize.
24721
24722 2001-11-16  Jim Meyering  <meyering@lucent.com>
24723
24724         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
24725         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
24726         determine the amount of total physical memory, use pstat_getstatic.
24727         HPUX-11 doesn't define _SC_PHYS_PAGES.
24728         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
24729         If sysconf couldn't be used to determine the amount of available
24730         physical memory, use both pstat_getstatic and pstat_getdynamic.
24731         Based on a patch from Bob Proulx.
24732
24733 2001-11-10  Jim Meyering  <meyering@lucent.com>
24734
24735         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
24736         (jm_PREREQ): Use it.
24737
24738 2001-11-09  Jim Meyering  <meyering@lucent.com>
24739
24740         * m4/jm-macros.m4: Require autoconf-2.52f.
24741         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
24742         Use these AC_-prefixed names, not the AM_-prefixed ones.
24743
24744         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
24745
24746 2001-11-05  Jim Meyering  <meyering@lucent.com>
24747
24748         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
24749
24750 2001-11-04  Jim Meyering  <meyering@lucent.com>
24751
24752         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
24753         $DEFS.
24754
24755 2001-11-03  Jim Meyering  <meyering@lucent.com>
24756
24757         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
24758         of AC_DEFUN.
24759
24760         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
24761         know the name of the variable in the macro definition.
24762
24763 2001-11-03  Jim Meyering  <meyering@lucent.com>
24764
24765         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
24766         in argmatch_to_argument call.
24767
24768         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
24769         argument.
24770
24771         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
24772         e.g., a fault due to an attempt to free a NULL pointer.
24773
24774 2001-11-01  Jim Meyering  <meyering@lucent.com>
24775
24776         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
24777         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
24778
24779 2001-11-01  Jim Meyering  <meyering@lucent.com>
24780
24781         * lib/dirfd.c, lib/dirfd.h: New files.
24782         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
24783
24784         * lib/hash.c (hash_print) [TESTING]: Clean up.
24785
24786 2001-10-22  Paul Eggert  <eggert@twinsun.com>
24787
24788         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
24789         to avoid a warning if -Wall.
24790
24791 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
24792
24793         * README: New file
24794         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
24795         (per RMS's instructions, this is now the canonical source)
24796         * lgpl/, gpl/: New directories.
24797
24798 2001-10-21  Paul Eggert  <eggert@twinsun.com>
24799
24800         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
24801
24802 2001-10-21  Jim Meyering  <meyering@lucent.com>
24803
24804         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
24805         this code would end up calling gettext even in packages built
24806         with --disable-nls.
24807         * lib/getopt.c (_): Likewise.
24808         * lib/regex.c (_): Likewise.
24809
24810 2001-10-20  Paul Eggert  <eggert@twinsun.com>
24811
24812         * m4/error.m4 (jm_PREREQ_ERROR):
24813         Do not invoke AC_CHECK_FUNCS with strerror_r, as
24814         AC_FUNC_STRERROR_R does that.
24815         Check for strerror declaration.
24816
24817         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
24818         are supposed to have them these days.
24819         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
24820         Merge changes from latest Autoconf CVS.
24821         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
24822         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
24823         POSIX decided to standardize on the int flavor of strerror_r.
24824
24825 2001-10-20  Paul Eggert  <eggert@twinsun.com>
24826
24827         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
24828         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
24829         Use strerror_r that is only a macro, even if it is not a function.
24830         (strerror): Check for HAVE_DECL_STRERROR before declaring.
24831         (private_strerror): Use prototypes, not old-style function definition.
24832         (print_errno_message): New function.
24833         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
24834         char*-flavored one.
24835         (error_tail, error, error_at_line): Use it.
24836
24837 2001-10-11  Jim Meyering  <meyering@lucent.com>
24838
24839         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
24840         and quote_n (1, ... to avoid clobbering a buffer.
24841
24842 2001-10-05  Jim Meyering  <meyering@lucent.com>
24843
24844         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
24845         hash-pjw.h.
24846         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
24847         * lib/hash-pjw.h: New file.
24848
24849 2001-09-30  Jim Meyering  <meyering@lucent.com>
24850
24851         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
24852         `struct fsstat' has the `f_fstypename' member.
24853         Use that to define FS_TYPE, which is now used to make
24854         the getfsstat link test tighter.
24855
24856 2001-09-30  Jim Meyering  <meyering@lucent.com>
24857
24858         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
24859         Include <sys/ucred.h>, for Apple Darwin.
24860         Include sys/mount.h and sys/fs_types.h only if available.
24861         (FS_TYPE): Define.
24862         (read_filesystem_list): Use FS_TYPE.
24863
24864 2001-09-29  Paul Eggert  <eggert@twinsun.com>
24865
24866         * lib/exclude.c (excluded_filename): 0 -> false, since it's
24867         a boolean context.
24868
24869 2001-09-29  Jim Meyering  <meyering@lucent.com>
24870
24871         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
24872         [one-argument getmntent function]): Include stdio.h before mntent.h.
24873         SunOS 4.1.x needs it for the declaration of `FILE'.
24874         Patch by Volker Borchert.
24875
24876         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
24877         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
24878         sys/fs_types.h, and make the link-test for getfsstat guard #include
24879         directives with appropriate #if HAVE_*_H tests so that we can
24880         detect getfsstat on Apple Darwin1.3.7 systems.
24881         Reported by Nelson Beebe.
24882         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
24883
24884 2001-09-28  Paul Eggert  <eggert@twinsun.com>
24885
24886         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
24887         #defines strtoimax.  Also treat the other strto* functions
24888         like strtoimax.
24889
24890         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
24891         Check for strtoul and strtoumax,
24892         as those declarations are made even in the signed case.
24893         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
24894         Likewise, for strtol and strtoimax.
24895
24896 2001-09-28  Paul Eggert  <eggert@twinsun.com>
24897
24898         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
24899         #defines strtoimax.  Also treat the other strto* functions
24900         like strtoimax.
24901
24902         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
24903         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
24904         (strtoimax, strtoumax): Do not declare if already defined as a macro.
24905
24906 2001-09-26  Jim Meyering  <meyering@lucent.com>
24907
24908         Most macros in unlocked-io.h had the wrong number of arguments.
24909         * lib/gen-uio: New script.
24910         (USE_UNLOCKED_IO): Define to 1 if not already defined.
24911         * lib/unlocked-io.hin: Remove file.
24912         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
24913         rather than trying to embed it here.
24914         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
24915         Reported by Padraig Brady.
24916
24917 2001-09-25  Volker Borchert  <bt@teknon.de>
24918
24919         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
24920         `result'.
24921
24922 2001-09-24  Jim Meyering  <meyering@lucent.com>
24923
24924         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
24925
24926 2001-09-23  Jim Meyering  <meyering@lucent.com>
24927
24928         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
24929         instead of the mere test for existence of mntent.h.  The latter
24930         would get a false-positive on AIX 3.4 systems.
24931         In the outer getmntent if-block, don't die if neither of the getmntent
24932         tests succeeds.  Instead, just fall through and continue with the
24933         remaining tests.
24934
24935 2001-09-23  Jim Meyering  <meyering@lucent.com>
24936
24937         * lib/mountlist.c: Remove useless parentheses in #if directives.
24938         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
24939         the deprecated MOUNTED symbol is no longer defined in mntent.h.
24940
24941 2001-09-22  Jim Meyering  <meyering@lucent.com>
24942
24943         * m4/gettext.m4: New file.  From gettext.
24944         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
24945         * m4/progtest.m4: Likewise
24946         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
24947         * m4/glibc21.m4: Likewise.
24948
24949         * m4/libintl.m4: Remove.  No longer used.
24950
24951 2001-09-22  Jim Meyering  <meyering@lucent.com>
24952
24953         * lib/localcharset.c: Update from latest gettext.
24954         * lib/config.charset: Likewise.
24955
24956 2001-09-20  Jim Meyering  <meyering@lucent.com>
24957
24958         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
24959         strtoimax.
24960         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
24961         strtoumax.
24962
24963 2001-09-20  Jim Meyering  <meyering@lucent.com>
24964
24965         * lib/xstrtol.c (strtoimax): Guard declaration with
24966         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
24967         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
24968         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
24969         (strtoumax): Likewise, for completeness (it wasn't necessary).
24970
24971 2001-09-17  Paul Eggert  <eggert@twinsun.com>
24972
24973         * lib/strtoimax.c (HAVE_LONG_LONG):
24974         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
24975         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
24976         to work around bug in IBM C compiler.
24977
24978 2001-09-17  Jim Meyering  <meyering@lucent.com>
24979
24980         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
24981         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
24982         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
24983         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
24984         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
24985         whenever the right hand side need not be expanded by the shell.
24986
24987 2001-09-16  Paul Eggert  <eggert@twinsun.com>
24988
24989         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
24990         library.  It's not correct, as some older glibcs are buggy.
24991         fnmatch wasn't fixed until glibc 2.2.
24992
24993         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
24994         special shell magic here.
24995
24996 2001-09-16  Jim Meyering  <meyering@lucent.com>
24997
24998         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
24999         * m4/jm-macros.m4: Require it.
25000
25001 2001-09-16  Jim Meyering  <meyering@lucent.com>
25002
25003         * lib/mkdir.c: New file.
25004
25005 2001-09-15  Jim Meyering  <meyering@lucent.com>
25006
25007         * m4/jm-macros.m4: Check for help2man.
25008
25009 2001-09-11  Jim Meyering  <meyering@lucent.com>
25010
25011         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
25012         The body, by Paul Eggert, was moved here from configure.in.
25013         * m4/jm-macros.m4: Require UTILS_HOST_OS.
25014
25015 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25016
25017         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
25018         (jm_PREREQ): Use it.
25019
25020 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25021
25022         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
25023         Use ssize_t, not int, to store result of readlink.
25024         Check for ssize_t overflow as well as size_t overflow,
25025         as POSIX says the result of readlink is implementation-defined
25026         when ssize_t overflows.
25027         Remove unnecessary cast to char*.
25028         Use free+malloc instead of realloc, as the storage doesn't need
25029         to be preserved and it's clearer and can be more efficient that way.
25030         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
25031         * lib/xreadlink.h (xreadlink): Update prototype.
25032
25033 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25034
25035         * lib/xgetcwd.c: Revert some of the previous change; intead,
25036         fix the HAVE_GETCWD_NULL code to behave more like the
25037         !HAVE_GETCWD_NULL code used to.
25038
25039         Include "xalloc.h".
25040         (xgetcwd): Do not return NULL when memory is exhausted; instead,
25041         invoke xalloc_die.
25042
25043 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25044
25045         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
25046         sys/param.h, as pathmax.h includes them.
25047
25048 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25049
25050         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
25051         (jm_PREREQ_XGETCWD): New macro.
25052
25053         * m4/getcwd.m4: New file.
25054
25055 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25056
25057         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
25058         like the HAVE_GETCWD_NULL code.
25059         Include pathmax.h if not HAVE_GETCWD.
25060         Do not include xalloc.h.
25061         (INITIAL_BUFFER_SIZE): New symbol.
25062         Do not use xmalloc / xrealloc, since the caller is responsible for
25063         handling errors.  Preserve errno around `free' during failure.
25064         Do not overrun buffer when using getwd.
25065
25066 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25067
25068         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
25069         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
25070         getcwd (NULL, 0).
25071
25072 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25073
25074         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
25075         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
25076         spotted by Jim Meyering.
25077
25078 2001-09-03  Jim Meyering  <meyering@lucent.com>
25079
25080         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
25081         failure.
25082
25083 2001-09-02  Jim Meyering  <meyering@lucent.com>
25084
25085         * lib/error.c: Update from GNU libc.
25086
25087 2001-09-01  Jim Meyering  <meyering@lucent.com>
25088
25089         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
25090         Used by df.
25091
25092 2001-09-01  Jim Meyering  <meyering@lucent.com>
25093
25094         * lib/xreadlink.c: New file.
25095         * lib/xreadlink.h: New file.
25096         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
25097         xreadlink.h.
25098
25099         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
25100         doesn't conflict with sparc Solaris 7's definition in
25101         /usr/include/sys/int_types.h.
25102
25103         * lib/exclude.c: Use `""', not `<>' to #include non-system header
25104         files.
25105         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
25106         and strncasecmp as r-values.  Unixware didn't have declarations.
25107
25108 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25109
25110         * lib/xstrtol.h: Add copyright notice.
25111         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
25112         LONGINT_INVALID_SUFFIX_CHAR.
25113
25114 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25115
25116         * lib/xstrtol.c (strtoimax): New decl.
25117
25118 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25119
25120         * lib/xgetcwd.c: Don't include pathmax.h.
25121         Include stdlib.h and unistd.h if available.
25122         Include xalloc.h.
25123         (xmalloc, xstrdup, free): Remove decls.
25124         (xgetcwd): Don't assume sizes fit in unsigned.
25125         Check for overflow when computing sizes.
25126         Simplify reallocation code.
25127
25128 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25129
25130         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
25131         a directory's st_size can have an arbitrary value, so the old
25132         usage could waste an arbitrary amount of memory.  All uses
25133         changed.
25134         * lib/savedir.h: Update prototype.
25135
25136 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25137
25138         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
25139
25140         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
25141         old strtoimax.c.
25142
25143         Also, make the following further changes to make this file's
25144         configuration more similar to that of strtol.c:
25145         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
25146         (strtoumax, uintmax_t, strtoull, strtol): Remove.
25147         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
25148         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
25149         changed to signed values.
25150
25151         And make the following changes as well:
25152         Fix copyright notice, as 1999 was missing.
25153         (verify): New macro.
25154         (strtoimax): Check sizes at compile-time, not run-time.
25155         Prefer strtol to strtoll if both work.
25156         (main): Remove; it was not that useful and was a pain to maintain.
25157
25158         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
25159
25160 2001-08-31  Jim Meyering  <meyering@lucent.com>
25161
25162         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
25163         Use an initial, malloc'd, buffer of length 128 rather than
25164         a statically allocated one of length 1024.
25165
25166 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25167
25168         Simplify code, partly by assuming autoconf 2.52 semantics.
25169
25170         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
25171
25172         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
25173         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
25174         All uses removed.
25175         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
25176         Move AC_REQUIRE to next-to-top level, to avoid confusion.
25177         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
25178         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
25179         jm_AC_HEADER_INTTYPES_H.
25180         * m4/jm-macros.m4 (jm_MACROS): Likewise.
25181
25182         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
25183
25184         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
25185         Quote first arg of AC_DEFUN.
25186         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
25187         since they are needed to parse the include file even if we need
25188         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
25189         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
25190         but with opposite signedness.
25191
25192 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25193
25194         Merge 'exclude' changes from tar 1.13.22.
25195         This fixes one or two unlikely storage allocation overflow bugs,
25196         but doesn't change user-visible behavior otherwise.
25197
25198 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25199
25200         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
25201         (jm_PREREQ_EXCLUDE): New macro.
25202
25203 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25204
25205         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
25206         tm to be declared.
25207
25208 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25209
25210         * lib/hash.c: Remove '2001' from copyright notice.
25211
25212 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25213
25214         * lib/full-write.h: New file.
25215         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
25216         * lib/full-write.c: Correct credits, as cccp.c no longer
25217         exists and anyway it was so heavily changed from the old cccp
25218         code as to be unrecognizable.  Include full-write.h.
25219         (full_write) Return size_t, with short writes meaning failure.
25220         All callers changed.  This fixes a bug with large buffers
25221         on 64-bit hosts.
25222         * lib/utime.c: Include full-write.h.
25223
25224 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25225
25226         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
25227         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
25228         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
25229         Include if available.
25230         (<xalloc.h>): Include
25231         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
25232         (verify): New macro.  Use it to verify that EXCLUDE macros do not
25233         collide with FNM macros.
25234         (struct patopts): New struct.
25235         (struct exclude): Use it, as exclude patterns now come with options.
25236         (new_exclude): Support above changes.
25237         (new_exclude, add_exclude_file):
25238         Initial size must now be a power of two to simplify overflow checking.
25239         (free_exclude, fnmatch_no_wildcards): New function.
25240         (excluded_filename): No longer requires options arg, as the options
25241         are determined by add_exclude.  Now returns bool, not int.
25242         (excluded_filename, add_exclude):
25243         Add support for the fancy new exclusion options.
25244         (add_exclude, add_exclude_file): Now takes int options arg.
25245         Check for arithmetic overflow when computing sizes.
25246         (add_exclude_file): xrealloc might modify errno, so don't
25247         realloc until after errno might be used.
25248
25249         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
25250         New macros.
25251         (free_exclude): New decl.
25252         (add_exclude, add_exclude_file): Now takes int options arg.
25253         (excluded_filename): No longer requires options arg, as the options
25254         are determined by add_exclude.  Now returns bool, not int.
25255
25256 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25257
25258         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
25259
25260 2001-08-27  Jim Meyering  <meyering@lucent.com>
25261
25262         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
25263
25264         * lib/version-etc.c (N_): Remove definition.
25265         Revert most of last change.
25266         Instead, simply don't mark the `Copyright...' string for translation.
25267         Based on advice from Paul Eggert.
25268
25269         * lib/strtoxmax.c: Tweak comment.
25270
25271 2001-08-26  Jim Meyering  <meyering@lucent.com>
25272
25273         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
25274
25275         * m4/xstrtoimax.m4: New file.
25276         * m4/xstrtoumax.m4: Add comments explaining why we
25277         AC_REPLACE_FUNCS(strtol).
25278
25279 2001-08-26  Jim Meyering  <meyering@lucent.com>
25280
25281         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
25282         of copyright with `%s' so translators don't get an untranslated
25283         message in 2002.
25284         (COPYRIGHT_YEAR): Define.
25285         (version_etc): Use fprintf rather than fputs.
25286         Suggestion from Ulrich Drepper.
25287
25288         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
25289
25290         * lib/strtoll.c: New file, from GNU libc.
25291         * lib/xstrtoimax.c: New file.
25292
25293         * lib/xstrtol.h: Add xstrtoimax.
25294         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
25295         * lib/strtoimax.c: New file.  Likewise, but first define
25296         STRTOUXMAX_SIGNED.
25297
25298         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
25299         ...
25300         * lib/strtoxmax.c: ... then renamed to this.
25301
25302 2001-08-18  Paul Eggert  <eggert@twinsun.com>
25303
25304         * m4/inttypes.m4: Add AC_PREREQ(2.13).
25305         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
25306         (jm_AC_TYPE_INTMAX_T): New macro.
25307         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
25308
25309         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
25310
25311         * m4/longlong.m4: Renamed from ulonglong.m4.
25312         * m4/inttypes.m4: Renamed from inttypes_h.m4.
25313         * m4/uintmax_t.m4: Removed.
25314
25315 2001-08-13  Paul Eggert  <eggert@twinsun.com>
25316
25317         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
25318         Port to Solaris 8, where 'sed' requires a space after the 'r'
25319         command, and where sh dislikes "$/".  Clean up the spacing a bit.
25320         Redirect output to $tmp just once.
25321
25322 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
25323
25324         * lib/addext.c (<errno.h>): Include.
25325         (errno): Declare if not defined.
25326         (addext): Work correctly when pathconf returns -1 and leaves
25327         errno alone because there is no limit.  Also, work even if
25328         pathconf returns a value greater than SIZE_MAX.
25329
25330 2001-08-12  Jim Meyering  <meyering@lucent.com>
25331
25332         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
25333         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
25334         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
25335         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
25336         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
25337         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
25338         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
25339         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
25340         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
25341         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
25342         utime.m4, utimes.m4, xstrtoumax.m4:
25343         Quote the first argument in each use of AC_DEFUN.
25344
25345 2001-08-12  Jim Meyering  <meyering@lucent.com>
25346
25347         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
25348         Simply `return getcwd (NULL, 0);'.
25349         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
25350         Use 1300 as initial value for length, not PATH_MAX.
25351
25352         * lib/pathmax.h: Clean up cpp syntax.
25353
25354 2001-08-12  Jim Meyering  <meyering@lucent.com>
25355
25356         * lib/gettimeofday.c: New file.
25357         * lib/gtod.h: New file.
25358         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
25359
25360 2001-08-05  Jim Meyering  <meyering@lucent.com>
25361
25362         * m4/jm-macros.m4: Require autoconf-2.52.
25363
25364 2001-08-04  Jim Meyering  <meyering@lucent.com>
25365
25366         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
25367         stmt, to get in sync with glibc.
25368
25369 2001-08-03  Paul Eggert  <eggert@twinsun.com>
25370
25371         The following changes are from gettext 0.10.39 as maintained by
25372         Bruno Haible.
25373
25374         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
25375         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
25376         with inverted sense.  All uses changed.
25377
25378         * lib/mbswidth.c: Don't include <limits.h>.
25379         Include <stdlib.h> and <string.h> unconditionally.
25380         (iswcntrl, mbsinit, ISCNTRL): New macros.
25381         (mbsnwidth): Use K&R style function declarations.
25382         Don't bother checking for MB_LEN_MAX == 1, since the compiler
25383         can optimize it when MB_CUR_MAX == 1.
25384         The width of control characters is zero, not 1.
25385
25386 2001-08-03  Paul Eggert  <eggert@twinsun.com>
25387
25388         The following changes are from gettext 0.10.39 as maintained by
25389         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
25390
25391         * m4/codeset.m4: Upgrade to serial AM1.
25392         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
25393         all uses changed.  Quote first arg of AC_DEFUN.
25394         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
25395
25396         * m4/iconv.m4: Upgrade to serial AM2.
25397         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
25398         Add --with-libconv-prefix.
25399         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
25400         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
25401         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
25402         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
25403         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
25404
25405         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
25406         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
25407         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
25408         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
25409         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
25410         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
25411         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
25412         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
25413         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
25414
25415         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
25416         string.h any more.
25417
25418         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
25419         not the default value.
25420
25421         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
25422         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
25423         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
25424         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
25425         Also check for iswcntrl, used for wcwidth fallback.
25426         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
25427         to Autoconf 2.13.
25428
25429 2001-08-03  Jim Meyering  <meyering@lucent.com>
25430
25431         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
25432         as it was in the original.  Reported by Paul Eggert.
25433
25434 2001-07-16  Jim Meyering  <meyering@lucent.com>
25435
25436         * m4/gettimeofday.m4: New file.
25437         Prompted by a report from Bernhard Baehr.
25438
25439 2001-07-15  Jim Meyering  <meyering@lucent.com>
25440
25441         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
25442         stuff. Now it's in ../Makefile.cfg.
25443
25444 2001-07-15  Jim Meyering  <meyering@lucent.com>
25445
25446         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
25447         (BUILT_SOURCES): Add unlocked-io.h.
25448         (io_functions): Define.
25449         (unlocked-io.h): New rule.
25450         (DISTCLEANFILES): Add unlocked-io.h.
25451         (all-local): Depend on unlocked-io.h, to ensure it is created.
25452
25453         * lib/unlocked-io.hin: New file
25454
25455         * lib/regex.c: Update from glibc.
25456
25457 2001-07-05  Jim Meyering  <meyering@lucent.com>
25458
25459         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
25460         recommendation.
25461         (libfetish_a_SOURCES): Put all .h files here instead.
25462         Remove a thus-exposed (better checks in automake) duplicate and
25463         two unnecessary .h files.
25464
25465 2001-07-04  Jim Meyering  <meyering@lucent.com>
25466
25467         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
25468         that generates jm-glibc-io.m4 so that it doesn't trigger any make
25469         distcheck failure.
25470
25471 2001-07-02  Jim Meyering  <meyering@lucent.com>
25472
25473         The following changes were prompted by suggestions from Bruno Haible.
25474
25475         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
25476         is now generated.
25477         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
25478         definition of EXTRA_DIST.
25479         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
25480         ensure that the generated file is created/updated whenever the list
25481         of $(unlocked_functions) is changed.
25482         (jm-glibc-io.m4): New rule.
25483         (unlocked-io.h): New rule -- currently unused.
25484
25485 2001-06-24  Jim Meyering  <meyering@lucent.com>
25486
25487         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
25488         unmatched right bracket, rather than kludging it with an extra,
25489         falsely-matching quote in a comment.  Patch by Akim Demaille.
25490
25491 2001-06-11  Jim Meyering  <meyering@lucent.com>
25492
25493         * lib/regex.c: Update from GNU libc.
25494
25495 2001-05-27  Jim Meyering  <meyering@lucent.com>
25496
25497         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
25498         Check for ut_type in struct utmp.
25499
25500 2001-05-27  Jim Meyering  <meyering@lucent.com>
25501
25502         * lib/readutmp.h (UT_TYPE): Define.
25503
25504 2001-05-24  Jim Meyering  <meyering@lucent.com>
25505
25506         * lib/argmatch.c: Include "quote.h".
25507         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
25508         quote function.  Reported by Göran Uddeborg.
25509
25510 2001-05-22  Jim Meyering  <meyering@lucent.com>
25511
25512         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
25513         now that we use the package-supplied version unconditionally.
25514         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
25515
25516 2001-05-21  Jim Meyering  <meyering@lucent.com>
25517
25518         * m4/regex.m4: Change a couple backticks to single quotes to avoid
25519         shell syntax errors.
25520
25521 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
25522
25523         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
25524
25525 2001-05-20  Paul Eggert  <eggert@twinsun.com>
25526
25527         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
25528         Don't bother to check library strftime, since
25529         we'll be using our own my_strftime function anyway.
25530         Define my_strftime instead of strftime.
25531
25532 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
25533
25534         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
25535         which is not yet declared.
25536
25537 2001-05-15  Jim Meyering  <meyering@lucent.com>
25538
25539         * m4/regex.m4: Use proper quoting so brackets appear in the test
25540         program.
25541         Reported by, and with help from, Bruno Haible.
25542
25543 2001-05-13  Jim Meyering  <meyering@lucent.com>
25544
25545         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
25546         undefined.
25547
25548 2001-05-11  Paul Eggert  <eggert@twinsun.com>
25549
25550         dirname code cleanup.  base_name now behaves more compatibly
25551         with POSIX basename when given file names that have trailing
25552         slashes, and similarly for dir_name.  Add new primitives
25553         base_len and dir_len.  Put the directory-name-related decls
25554         into dirname.h.
25555
25556         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
25557         * lib/backupfile.c (base_name): Likewise.
25558         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
25559         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
25560         * lib/makepath.c (strip_trailing_slashes): Likewise.
25561         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
25562         ISSLASH): Likewise.
25563         * lib/rename.c (strip_trailing_slashes): Likewise.
25564         * lib/same.c (base_name): Likewise.
25565         * lib/stripslash.c (ISSLASH): Likewise.
25566
25567         * lib/addext.c: Include <dirname.h> after size_t is defined.
25568         * lib/backupfile.c: Likewise.
25569
25570         * lib/addext.c (addext): Use base_len to trim redundant
25571         trailing slashes instead of doing it ourselves.
25572         But do not trim the last slash if it is not redundant.
25573
25574         * lib/backupfile.c (find_backup_file_name,
25575         max_backup_version): Use base_len instead of rolling it ourselves.
25576         Handle the case of "" and (on DOS) "C:" correctly.
25577
25578         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
25579         needed. Include <string.h>, <dirname.h>.
25580         (base_name): Allow file names ending in slashes, other than names
25581         that are all slashes.  In this case, return the basename followed
25582         by the slashes.  This is more general, and can be used in places
25583         where the original base_name purposely had an assertion failure.
25584         (base_len): New function.
25585
25586         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
25587         Do not include <assert.h>; no longer needed.
25588         Include xalloc.h.
25589         (memrchr): Remove decl.
25590         (dir_name_r): Remove.
25591         (dir_len): Renamed from dirlen.  All callers changed.
25592         Rewrite in terms of base_name, for simplicity and consistency.
25593         (dir_name): Never return NULL.  All callers changed.
25594         Do not include <stdlib.h> in test program; no longer needed.
25595         return 0; is fine for test program.
25596
25597         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
25598         New macros.
25599         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
25600
25601         * lib/path-concat.c (path_concat): Use base_len to compute
25602         base length, not strlen; this means we cannot rely on memcpy
25603         to null-terminate.
25604
25605         * lib/same.c (STREQ): Remove.
25606         (same_name): Handle the case where the basename ends in trailing '/'.
25607
25608         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
25609         a slash was stripped.  Do not strip the last slash after a
25610         file system prefix.
25611
25612 2001-05-11  Paul Eggert  <eggert@twinsun.com>
25613
25614         * lib/Makefile.am (libfetish_a_SOURCES):
25615         Add strftime.c, since we now compile it on all hosts.
25616
25617         * lib/strftime.c (my_strftime):
25618         Define to nstrftime if emacs, but only if my_strftime is not defined.
25619         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
25620         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
25621         Add one more extra argument: a nanoseconds value.
25622         All uses changed.
25623         (ns): New macro.
25624         (my_strftime function): Add %N format.
25625         (emacs_strftimeu): Renamed from emacs_strftime,
25626         with extra ut argument.
25627
25628 2001-05-09  Paul Eggert  <eggert@twinsun.com>
25629
25630         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
25631
25632 2001-04-21  Jim Meyering  <meyering@lucent.com>
25633
25634         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
25635         doesn't interfere.
25636
25637 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
25638
25639         * m4/ftruncate.m4: Check for chsize.
25640         Link with ftruncate.o unconditionally if ftruncate is missing.
25641         This was required when cross-compiling to i586-mingw32msvc.
25642
25643 2001-04-08  Jim Meyering  <meyering@lucent.com>
25644
25645         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
25646         recomputed; that's necessary when the offset spans a DST transition.
25647         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
25648
25649 2001-04-02  Jim Meyering  <meyering@lucent.com>
25650
25651         * lib/regex.h, regex.c: Update from GNU libc.
25652
25653 2001-03-24  Jim Meyering  <meyering@lucent.com>
25654
25655         * m4/jm-macros.m4: Require autoconf-2.49d.
25656
25657 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
25658
25659         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
25660
25661 2001-03-19  Paul Eggert  <eggert@twinsun.com>
25662
25663         * lib/version-etc.c (version_etc_copyright): Update to 2001.
25664
25665 2001-03-17  Jim Meyering  <meyering@lucent.com>
25666
25667         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
25668         now that the version in autoconf is equivalent.
25669         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
25670
25671         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
25672         Suggestion from Akim Demaille.
25673
25674         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
25675         (jm_PREREQ_TEMPNAME): New function.
25676
25677 2001-03-16  Paul Eggert  <eggert@twinsun.com>
25678
25679         * lib/tempname.c (uint64_t): Define to uintmax_t if
25680         not defined, and if UINT64_MAX is not defined.
25681         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
25682         Reported by John David Anglin.
25683
25684 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
25685
25686         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
25687         resolve alias if codeset is empty.
25688         * lib/config.charset (BeOS): Use wildcard syntax.
25689
25690 2001-03-13  Jim Meyering  <meyering@lucent.com>
25691
25692         * lib/path-concat.c (path_concat)
25693         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
25694         concatenating e.g., `C:' and `foo'.
25695         From Bruno Haible.
25696
25697 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
25698
25699         * lib/localcharset.c (locale_charset): Don't use
25700         setlocale(LC_CTYPE,NULL). Don't return NULL.
25701         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
25702
25703 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
25704
25705         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
25706         support for DOS/DJGPP.
25707
25708 2001-03-01  Paul Eggert  <eggert@twinsun.com>
25709
25710         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
25711         lacks mkstemp.  Compile our own tempname.c if we compile our own
25712         mkstemp.c, as mkstemp relies on tempname.
25713
25714 2001-03-01  Jim Meyering  <meyering@lucent.com>
25715
25716         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
25717         AH_VERBATIM really does output its argument verbatim.
25718
25719 2001-02-28  Paul Eggert  <eggert@twinsun.com>
25720
25721         * lib/Makefile.am (libfetish_a_SOURCES):
25722         Add dup-safer.c, fopen-safer.c.
25723         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
25724
25725         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
25726         * lib/unistd-safer.h: New files.
25727
25728 2001-02-25  Paul Eggert  <eggert@twinsun.com>
25729
25730         The mkstemp replacement is taken from glibc 2.2.2, with some
25731         portability fixes for use outside glibc, as follows:
25732
25733         * lib/tempname.c (struct_stat64): New macro.
25734         (direxists, __gen_tempname): Use it.
25735         This avoids a portability problem with Solaris 8.
25736
25737         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
25738         (<stddef.h>, <stdint.h>, <string.h>):
25739         Include only if STDC_HEADERS || _LIBC.
25740         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
25741         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
25742         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
25743         (__set_errno): Define this macro if <errno.h> doesn't.
25744         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
25745         Define these macros if <stdio.h> doesn't.
25746         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
25747         Define these macros if <sys/stat.h>
25748         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
25749         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
25750         __xstat64): Define if not _LIBC.
25751         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
25752         (__gen_tempname): Invoke gettimeofday only if
25753         HAVE_GETTIMEOFDAY || _LIBC;
25754         otherwise, fall back on plain "time".
25755         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
25756
25757         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
25758
25759         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
25760
25761 2001-02-18  Paul Eggert  <eggert@twinsun.com>
25762
25763         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
25764
25765 2001-02-17  Paul Eggert  <eggert@twinsun.com>
25766
25767         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
25768         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
25769         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
25770         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
25771
25772 2001-02-17  Paul Eggert  <eggert@twinsun.com>
25773
25774         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
25775         Remove workaround macros for hosts that have mbrtowc but not
25776         mbstate_t, as we now insist on proper declarations for both
25777         before using mbrtowc.
25778
25779 2001-02-17  Jim Meyering  <meyering@lucent.com>
25780
25781         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
25782         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
25783         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
25784         UnixWare 7.1.1.
25785
25786         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
25787         rather than AC_CACHE_VAL.
25788
25789 2001-02-17  Jim Meyering  <meyering@lucent.com>
25790
25791         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
25792         around included file name.
25793
25794         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
25795
25796         * lib/strftime.c: Update from GNU libc (the only changes were to
25797         comments).
25798
25799 2001-02-17  Jim Meyering  <meyering@lucent.com>
25800
25801         * lib/regex.c: Update from libc.
25802
25803 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
25804
25805         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
25806         clash.
25807
25808 2001-02-16  Paul Eggert  <eggert@twinsun.com>
25809
25810         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
25811         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
25812         Reported by Mark Hounschell via Paul Eggert.
25813
25814 2001-02-07  Jim Meyering  <meyering@lucent.com>
25815
25816         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
25817
25818 2001-02-05  Jim Meyering  <meyering@lucent.com>
25819
25820         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
25821         it includes the patch required for `large file' support with at least
25822         HP-UX's 10.20 /bin/cc.
25823
25824 2001-02-03  Jim Meyering  <meyering@lucent.com>
25825
25826         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
25827         AS_IF, now that it works once again (mysteriously).
25828         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
25829
25830 2001-01-30  Jim Meyering  <meyering@lucent.com>
25831
25832         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
25833         * m4/chown.m4: Rename conftestchown to conftest.chown.
25834         * m4/rename.m4: s/conftestdir/conftest.d1/ and
25835         s/conftestdir2/conftest.d2/.
25836         * m4/utimes.m4: s/conftestdata/conftest.data/
25837         Inspired by Pavel Roskin's change in autoconf.
25838
25839 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
25840
25841         * lib/config.charset: Update for FreeBSD 4.2.
25842
25843 2001-01-27  Jim Meyering  <meyering@lucent.com>
25844
25845         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
25846         a use of AS_IF.
25847         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
25848
25849 2001-01-26  Jim Meyering  <meyering@lucent.com>
25850
25851         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
25852         quotearg.c includes it.
25853
25854 2001-01-26  Jim Meyering  <meyering@lucent.com>
25855
25856         * lib/quotearg.c: Include stddef.h.
25857         * lib/quote.c: Include stddef.h.
25858         Reported by Axel Kittenberger.
25859
25860         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
25861         line in double quotes so that it evokes a better diagnostic.
25862         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
25863         Reported by Axel Kittenberger.
25864
25865 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
25866
25867         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
25868         as if it was a `charset'.
25869
25870 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
25871
25872         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
25873         has const.
25874
25875 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
25876
25877         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
25878         to avoid a warning.  Add back 'const' to inptr.
25879
25880 2001-01-20  Jim Meyering  <meyering@lucent.com>
25881
25882         Be sure that headers are checked before used in code compiled
25883         for the type checks.
25884         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
25885         In place of that, invoke jm_CHECK_ALL_TYPES.
25886         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
25887         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
25888         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
25889         The check for ssize_t was mistakenly run before the test for unistd.h.
25890
25891         The configure-time check for stdbool.h was missing.
25892         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
25893         (jm_PREREQ_HASH): New function.
25894
25895 2001-01-17  Jim Meyering  <meyering@lucent.com>
25896
25897         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
25898         for autoconf-2.49c.
25899         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
25900
25901 2001-01-16  Jim Meyering  <meyering@lucent.com>
25902
25903         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
25904         From Bruno Haible.
25905
25906 2001-01-14  Jim Meyering  <meyering@lucent.com>
25907
25908         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
25909         foo and bar.  Create conftestdir/ in the script, not in the C code.
25910         Remove directories in the script, not in the C code.
25911         Remove conftestdir{,2} before trying to create the directory.
25912         Make the entire configure script fail if the mkdir fails.
25913
25914 2001-01-14  Jim Meyering  <meyering@lucent.com>
25915
25916         * lib/rename.c: New file.  From Volker Borchert.
25917         Include stdlib.h, string.h or strings.h, and xalloc.h.
25918         Use strip_trailing_slashes rather than open-coding it.
25919
25920 2001-01-03  Paul Eggert  <eggert@twinsun.com>
25921
25922         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
25923
25924 2001-01-03  Jim Meyering  <meyering@lucent.com>
25925
25926         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
25927         of local `inptr' to avoid warning with some system declarations of
25928         iconv.
25929
25930 2001-01-02  Volker Borchert  <bt@teknon.de>
25931
25932         * m4/rename.m4: New file.
25933         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
25934
25935 2001-01-01  Jim Meyering  <meyering@lucent.com>
25936
25937         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
25938         even on systems with utmpx.h.  It's necessary for the declaration of
25939         utmp's ut_user member.  Reported by Andreas Jaeger.
25940
25941         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
25942         available. They are required for the declarations of getgrgid and
25943         getpwuid resp.
25944         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
25945         Reported by Andreas Jaeger.
25946
25947 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
25948
25949         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
25950         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
25951         so `make install' also works in VPATH builds.
25952
25953 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
25954
25955         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
25956         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
25957         can be used in subdirectories.
25958
25959 2000-12-29  Paul Eggert  <eggert@twinsun.com>
25960
25961         * lib/modechange.c: Do not assume that mode_t uses the
25962         traditional octal encoding.  E.g. "chmod 1 FOO" should set
25963         the other-execute bit of FOO even if S_IXOTH != 1.
25964
25965         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
25966         WOTH, XOTH, ALLM): New macros.
25967         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
25968          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
25969         Use them.
25970         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
25971         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
25972         (mode_compile):
25973         No need to use uintmax_t; unsigned long is long enough.
25974         Don't bother to get suffix since we don't use it.
25975
25976 2000-12-26  Jim Meyering  <meyering@lucent.com>
25977
25978         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
25979         better with autoheader.
25980
25981 2000-12-24  Jim Meyering  <meyering@lucent.com>
25982
25983         * lib/hash.c (is_prime): Return explicit boolean values.
25984         (hash_get_first): Return NULL to appease Irix5.6's 89.
25985         Reported by Nelson Beebe.
25986
25987 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
25988
25989         * lib/localcharset.c (locale_charset): Add support for Win32.
25990
25991 2000-12-18  Paul Eggert  <eggert@twinsun.com>
25992
25993         * lib/physmem.h, lib/physmem.c: New files.
25994
25995         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
25996         (noinst_HEADERS): Add physmem.h.
25997
25998         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
25999         't' for compatibility with Solaris 8 sort.
26000
26001 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
26002
26003         * lib/config.charset: Add support for BeOS.
26004
26005 2000-12-17  Jim Meyering  <meyering@lucent.com>
26006
26007         * m4/dos.m4 (jm_AC_DOS): New file and macro.
26008         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
26009
26010 2000-12-16  Jim Meyering  <meyering@lucent.com>
26011
26012         This bug had a serious impact on chown: `chown N:M FILE' (for integer
26013         N and M) would have treated it like `chown N:N FILE'.
26014
26015         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
26016
26017 2000-12-16  Jim Meyering  <meyering@lucent.com>
26018
26019         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
26020         SHELLS_FILE to a file name that's useful on djgpp systems.
26021         Include stdlib.h.
26022         (ADDITIONAL_DEFAULT_SHELLS): Define.
26023         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
26024         Based mostly on a patch from Prashant TR.
26025
26026 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
26027
26028         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
26029         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
26030         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
26031
26032 2000-12-08  Andreas Schwab  <schwab@suse.de>
26033
26034         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
26035         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
26036
26037 2000-12-07  Jim Meyering  <meyering@lucent.com>
26038
26039         * lib/stripslash.c (ISSLASH): Define.
26040         (strip_trailing_slashes): Use ISSLASH rather than comparing against
26041         `/'.
26042         From Prashant TR.
26043
26044         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
26045         (dir_name_r): Declare this function as static.
26046         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
26047         manifest itself on a name containing a mix of slashes and
26048         backslashes.
26049         Make this function work with names starting with a DOS-style
26050         drive letter and colon prefix.
26051         (dir_name): Append `.' if necessary.
26052         Based mostly on patches from Prashant TR and Eli Zaretskii.
26053
26054         * lib/dirname.h (dir_name_r): Remove prototype.
26055
26056 2000-12-06  Paul Eggert  <eggert@twinsun.com>
26057
26058         * m4/off_t-format.m4: Remove this file.
26059         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
26060
26061 2000-12-06  Jim Meyering  <meyering@lucent.com>
26062
26063         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
26064         replacement strtoull, we may well need the replacement strtoul, too.
26065         Check for declarations of strtoul and strtoull.
26066         Check for strtol.  Mainly as a cue to cause automake to include
26067         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
26068         Check for limits.h -- strtol.c needs it.
26069
26070 2000-12-05  Jim Meyering  <meyering@lucent.com>
26071
26072         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
26073
26074 2000-12-04  Jim Meyering  <meyering@lucent.com>
26075
26076         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
26077         Also include memory.h, stdlib.h, unistd.h if appropriate.
26078         Reported by Andreas Jaeger (conflicting declaration of malloc).
26079
26080 2000-12-02  Jim Meyering  <meyering@lucent.com>
26081
26082         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
26083         * m4/jm-macros.m4 (jm_MACROS): require it.
26084
26085 2000-12-02  Jim Meyering  <meyering@lucent.com>
26086
26087         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
26088
26089 2000-12-01  Paul Eggert  <eggert@twinsun.com>
26090
26091         * lib/memrchr.c: Include <config.h> before any system include file.
26092
26093 2000-11-30  Jim Meyering  <meyering@lucent.com>
26094
26095         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
26096
26097 2000-11-30  Jim Meyering  <meyering@lucent.com>
26098
26099         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
26100
26101 2000-11-29  Paul Eggert  <eggert@twinsun.com>
26102
26103         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
26104
26105 2000-11-26  Jim Meyering  <meyering@lucent.com>
26106
26107         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
26108
26109 2000-11-22  Paul Eggert  <eggert@twinsun.com>
26110
26111         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
26112         size of (size_t) -1; it's not portable.
26113
26114 2000-11-17  Jim Meyering  <meyering@lucent.com>
26115
26116         * lib/strstr.c: Update from GNU libc.
26117
26118 2000-11-17  Akim Demaille  <akim@epita.fr>
26119
26120         * lib/obstack.h: Formatting changes.
26121         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
26122         prevent type checking.
26123         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
26124         cast the value to (void *): assigning a `foo *' to a `void *'
26125         variable is valid.
26126         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
26127
26128 2000-11-16  Jim Meyering  <meyering@lucent.com>
26129
26130         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
26131
26132 2000-11-11  Jim Meyering  <meyering@lucent.com>
26133
26134         * lib/error.c: Add a couple #includes, merging from GNU libc version.
26135
26136 2000-11-10  Jim Meyering  <meyering@lucent.com>
26137
26138         * lib/obstack.h: Update from GNU libc.
26139         * lib/obstack.c: Likewise.
26140
26141 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
26142
26143         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
26144
26145 2000-11-06  Paul Eggert  <eggert@twinsun.com>
26146
26147         * lib/getusershell.c (setusershell): Use rewind rather than
26148         fseek/fseeko, to avoid configuration hassles with fseeko.
26149         Don't bother opening SHELLS_FILE if shellstream is NULL;
26150         it's not necessary.
26151
26152 2000-11-05  Jim Meyering  <meyering@lucent.com>
26153
26154         * lib/makepath.h (make_dir): Declare.
26155         * lib/makepath.c (make_dir): Remove `static' attribute.
26156         Tweak a comment.
26157
26158 2000-11-04  Jim Meyering  <meyering@lucent.com>
26159
26160         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
26161
26162 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
26163
26164         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
26165         last one in a bucket, advance to the next bucket.
26166
26167 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
26168
26169         * lib/fnmatch.c: Do not comment out all the code if we are using
26170         the GNU C library, because in some cases we are replacing buggy
26171         code in the GNU C library itself.
26172
26173 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
26174
26175         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
26176         (regex_compile): Catch bogus \(\1\).
26177
26178 2000-10-30  Paul Eggert  <eggert@twinsun.com>
26179
26180         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
26181         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
26182         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
26183
26184 2000-10-30  Paul Eggert  <eggert@twinsun.com>
26185
26186         * lib/error.h, getline.h, modechange.h:
26187         Remove "2000" from Copyright line, as the file hasn't been
26188         changed this year other than in the copyright notice.
26189
26190         * lib/xalloc.h: Add "2000" to Copyright line, as this file
26191         was changed this year.
26192
26193 2000-10-29  Jim Meyering  <meyering@lucent.com>
26194
26195         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
26196         renaming.
26197         * m4/ls-mntd-fs.m4: Likewise
26198
26199 2000-10-29  Jim Meyering  <meyering@lucent.com>
26200
26201         * lib/xstat.in: Fix grammar in comment.
26202
26203 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
26204
26205         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
26206         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
26207         doesn't define __restrict_arr.
26208
26209 2000-10-28  Jim Meyering  <meyering@lucent.com>
26210
26211         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
26212         (jm_PREREQ_MEMCHR): New function.
26213
26214 2000-10-28  Jim Meyering  <meyering@lucent.com>
26215
26216         * lib/memchr.c: Update from libc.
26217         Adjust for portability:
26218         [HAVE_STDLIB_H]: Include stdlib.h.
26219         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
26220         Undef __memchr, too.
26221         [!weak_alias]: Define __memchr to memchr.
26222
26223         * lib/regex.c: Update from libc.
26224         * lib/regex.h: Likewise.
26225         * lib/getopt1.c: Likewise.
26226         * lib/memcmp.c: Likewise.
26227
26228         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
26229         Avoid using fseek, when possible -- it's broken by design.
26230         Patch by Ulrich Drepper.
26231
26232 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
26233
26234         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
26235         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
26236         Giving in to popular pressure to shut up the compiler with casts.
26237
26238 2000-10-26  Jim Meyering  <meyering@lucent.com>
26239
26240         * lib/strftime.c: Update from libc.
26241
26242 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
26243
26244         * regex.c: More `unsigned char' -> `re_char' changes.
26245         Also change several `int' into `re_wchar_t'.
26246         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
26247         (PUSH_FAILURE_POINTER): Don't cast any more.
26248         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
26249         We want GCC to complain, since this piece of code makes
26250         re_match non-reentrant, which *should* be fixed.
26251         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
26252         (EXTEND_BUFFER): Use RETALLOC.
26253         (SET_LIST_BIT): Don't cast.
26254         (re_wchar_t): New type.
26255         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
26256         that those two functions will always properly return.
26257         (IMMEDIATE_QUIT_CHECK): Cast to void.
26258         (analyse_first): Use recursion rather than an explicit stack.
26259         (re_compile_fastmap): Can't fail anymore.
26260         (re_search_2): Don't check re_compile_fastmap for failure.
26261         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
26262         Now also sets the new value (passed in a new argument).
26263         (re_match_2_internal): Use it.
26264         Also, use a new var `reg' of type size_t when looping through regs
26265         rather than reuse the inappropriate `mcnt'.
26266
26267 2000-10-25  Jim Meyering  <meyering@lucent.com>
26268
26269         * lib/obstack.c: Update from libc.
26270
26271 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
26272
26273         * regex.c (regex_compile): Change the way of handling a range from
26274         a char less than 256 to a char not less than 256.
26275
26276 2000-10-24  Andrew Innes  <andrewi@gnu.org>
26277
26278         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
26279         NT-Emacs only.
26280         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
26281         so that re_search functions only quit when callers expect them to.
26282
26283 2000-10-23  Jim Meyering  <meyering@lucent.com>
26284
26285         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
26286         wrong.  That set_locale call must not have any side effects.
26287         From Paul Eggert.
26288
26289 2000-10-22  Jim Meyering  <meyering@lucent.com>
26290
26291         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
26292         [CYCLIC]: Remove now-unused definition.
26293
26294         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
26295         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
26296         Suggestion from Ulrich Drepper.
26297
26298 2000-10-21  Jim Meyering  <meyering@lucent.com>
26299
26300         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
26301         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
26302         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
26303
26304 2000-10-21  Jim Meyering  <meyering@lucent.com>
26305
26306         * lib/dirname.c (memrchr): Declare if necessary.
26307         (dir_name): Remove the restriction that there be no
26308         trailing slashes.  Now, this code skips past them, effectively
26309         ignoring them.
26310         [TEST_DIRNAME] (main): New unit tests.
26311
26312         * lib/memrchr.c: New file from GNU libc.
26313         Undef __memrchr, too.
26314         [!weak_alias]: Define __memrchr to memrchr.
26315         Guard weak_alias use with `#ifdef weak_alias'.
26316
26317 2000-10-21  Jim Meyering  <meyering@lucent.com>
26318
26319         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
26320         (dir_name): Use dir_name_r.
26321         * lib/dirname.h (dir_name_r): Declare it.
26322
26323 2000-10-17  Jim Meyering  <meyering@lucent.com>
26324
26325         * lib/quote.h (PARAMS): Define and use.
26326         Reported by Akim Demaille.
26327
26328         * lib/getopt.c: Update from libc.
26329
26330 2000-10-16  Jim Meyering  <meyering@lucent.com>
26331
26332         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
26333         setlocale.
26334         From Jan Fedak.
26335
26336 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
26337
26338         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
26339
26340 2000-09-25  Jim Meyering  <meyering@lucent.com>
26341
26342         * lib/md5.h (rol): Define (from GnuPG).
26343
26344         * lib/sha.c: Give credit (GnuPG) where due.
26345         (M): Use rol rather than open-coding it.
26346         Add a FIXME comment.
26347
26348 2000-09-21  Jim Meyering  <meyering@lucent.com>
26349
26350         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
26351         Reported by Michael Stone.
26352
26353 2000-09-20  Jim Meyering  <meyering@lucent.com>
26354
26355         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
26356         (noinst_HEADERS): Add sha.h.
26357         Based on code from Scott G. Miller and from GnuPG.
26358
26359 2000-09-18  Jim Meyering  <meyering@lucent.com>
26360
26361         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
26362         LIBS. Otherwise, everyone ends up linking with -lelf for some
26363         configurations.
26364         Reported by Mike Stone.
26365
26366 2000-09-15  Jim Meyering  <meyering@lucent.com>
26367
26368         * lib/regex.c: Update from libc.
26369
26370 2000-09-10  Jim Meyering  <meyering@lucent.com>
26371
26372         * lib/getopt.c (_getopt_internal): Update from glibc.
26373
26374 2000-09-09  Jim Meyering  <meyering@lucent.com>
26375
26376         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
26377         think it should be used as a general replacement for isascii.
26378         * lib/fnmatch.c: Likewise.
26379         * lib/mbswidth.c: Likewise
26380         * lib/regex.c: Likewise.
26381
26382         Don't use atoi.
26383         * lib/userspec.c: Include sys/param.h and limits.h.
26384         Include xstrtol.h.
26385         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
26386         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
26387         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
26388         UID, GID.  Check range.
26389
26390 2000-09-06  Jim Meyering  <meyering@lucent.com>
26391
26392         * lib/getopt.c (_getopt_internal): Update from glibc.
26393
26394 2000-08-30  Jim Meyering  <meyering@lucent.com>
26395
26396         * lib/strftime.c: Merge in changes from GNU libc.
26397
26398 2000-08-26  Jim Meyering  <meyering@lucent.com>
26399
26400         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
26401         * m4/fpending.m4: New file.
26402
26403 2000-08-26  Jim Meyering  <meyering@lucent.com>
26404
26405         * lib/closeout.c: Include "__fpending.h".
26406         (close_stdout_status): Return right away if there's nothing to flush.
26407
26408         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
26409         * lib/__fpending.c: New file.
26410         * lib/__fpending.h: New file.
26411
26412 2000-08-20  Jim Meyering  <meyering@lucent.com>
26413
26414         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
26415         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
26416         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
26417
26418 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
26419
26420         Improve fileutils installation on systems where running
26421         programs (like install) can't be unlinked.
26422         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
26423         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
26424
26425 2000-08-07  Paul Eggert  <eggert@twinsun.com>
26426
26427         Standardize on "memory exhausted" instead of "Memory exhausted"
26428         or "virtual memory exhausted".
26429         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
26430         "virtual memory exhausted".
26431         * lib/same.c (same_name): Invoke xalloc_die instead of printing
26432         our own message.
26433         * lib/userspec.c (parse_user_spec): Likewise.
26434         * lib/bumpalloc.h: comment fix
26435         * lib/same.c, userspec.c: Include xalloc.h.
26436
26437         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
26438         not char *const and pointing to a constant array.
26439         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
26440         (xrealloc): Comment fix.
26441
26442         * lib/userspec.c (parse_user_spec):
26443         Don't translate a message until just before returning,
26444         to avoid unnecessary translation.
26445
26446 2000-08-07  Jim Meyering  <meyering@lucent.com>
26447
26448         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
26449         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
26450         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
26451         getgroups.c, gethostname.c, getopt.h, group-member.c,
26452         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
26453         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
26454         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
26455         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
26456         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
26457         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
26458         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
26459         yesno.c: Back out Copyright date changes for each file with no change
26460         this year.  This eases coordination with other programs using the same
26461         source code modules.  From Paul Eggert.
26462
26463 2000-08-06  Paul Eggert  <eggert@twinsun.com>
26464
26465         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
26466         not char, for compatibility with glibc 2.1.3 strftime.c.
26467
26468 2000-08-03  Greg McGary  <greg@mcgary.org>
26469
26470         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
26471         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
26472         (EXTEND_BUFFER): Use them.
26473
26474 2000-08-01  Jim Meyering  <meyering@lucent.com>
26475
26476         * lib/dirname.c (ISSLASH): Define.
26477         (BACKSLASH_IS_PATH_SEPARATOR): Define.
26478         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
26479         both `\' and `/' may be use as path separators.
26480         Based on a patch from Prashant TR.
26481
26482 2000-07-31  Paul Eggert  <eggert@twinsun.com>
26483
26484         * lib/quotearg.c (quotearg_n_options): Don't make the initial
26485         slot vector a constant, since it might get modified.
26486
26487 2000-07-31  Jim Meyering  <meyering@lucent.com>
26488
26489         * lib/xmalloc.c: Use `virtual memory exhausted', not
26490         `Memory exhausted'.
26491         * lib/obstack.c (print_and_abort): Likewise.
26492
26493 2000-07-30  Paul Eggert  <eggert@twinsun.com>
26494
26495         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
26496         buffer, so that the caller can always quote one small
26497         component of a "memory exhausted" message in slot 0.
26498         From a suggestion by Jim Meyering.
26499
26500 2000-07-30  Jim Meyering  <meyering@lucent.com>
26501
26502         * lib/makepath.c (make_path): Quote the other instance, too.
26503
26504         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
26505         (STATIC_BUF_SIZE): Define.
26506         (quotearg_n_options): Use only statically allocated storage when
26507         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
26508         than STATIC_BUF_SIZE.
26509
26510 2000-07-29  Jim Meyering  <meyering@lucent.com>
26511
26512         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
26513         * lib/dirname.c (dir_name): Likewise.
26514
26515         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
26516         `/'.
26517
26518         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
26519         (dir_name): Assert that there are no trailing slashes.
26520
26521 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
26522
26523         * lib/mbswidth.h (mbswidth): Add a flags argument.
26524         (mbswidth): New declaration.
26525         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
26526         * lib/mbswidth.c (mbswidth): Add a flags argument.
26527         (mbsnwidth): New function.
26528
26529 2000-07-24  Jim Meyering  <meyering@lucent.com>
26530
26531         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
26532
26533 2000-07-23  Paul Eggert  <eggert@twinsun.com>
26534
26535         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
26536
26537 2000-07-23  Paul Eggert  <eggert@twinsun.com>
26538
26539         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
26540         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
26541         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
26542         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
26543         invoke multibyte primitives.
26544
26545 2000-07-23  Paul Eggert  <eggert@twinsun.com>
26546
26547         * lib/quotearg.c:
26548         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
26549         so that mbstate_t is always defined.
26550
26551         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
26552         be 1 in at least one GCC installation, and this configuration
26553         error is likely to be common.  Ignoring MB_LEN_MAX hurts
26554         performance on hosts that have mbrtowc but have only unibyte
26555         locales, but I assume these hosts are rare.
26556
26557 2000-07-23  Paul Eggert  <eggert@twinsun.com>
26558
26559         * lib/mbswidth.c (_XOPEN_SOURCE):
26560         Don't define; this causes problems on Solaris 7.
26561         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
26562
26563 2000-07-23  Jim Meyering  <meyering@lucent.com>
26564
26565         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
26566         too: getgrgid, getpwuid, getuid.
26567
26568 2000-07-23  Jim Meyering  <meyering@lucent.com>
26569
26570         * lib/basename.c (base_name): Add an assertion.
26571
26572 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
26573
26574         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
26575         shadow its mbsinit function.
26576
26577 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
26578
26579         * lib/mbswidth.h: New file.
26580         * lib/mbswidth.c: New file.
26581         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
26582         (noinst_HEADERS): Add mbswidth.h.
26583
26584 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
26585
26586         * lib/config.charset: Add support for FreeBSD. Improve support for
26587         HP-UX and IRIX 6.
26588
26589 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
26590
26591         * m4/mbswidth.m4: New file.
26592         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
26593
26594 2000-07-15  Jim Meyering  <meyering@lucent.com>
26595
26596         * lib/makepath.c: Include quote.h.
26597         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
26598         corresponding argument in a `quote (...)' call.
26599         Give better diagnostics.
26600
26601         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
26602         (noinst_HEADERS): Add quote.h.
26603
26604         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
26605         from tar's src/misc.c.
26606         * lib/quote.h: New file.  Prototypes for same.
26607
26608 2000-07-14  Paul Eggert  <eggert@twinsun.com>
26609
26610         From a suggestion by Bruno Haible.
26611         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
26612         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
26613         to decide whether to define the BeOS workaround macro;
26614         this adjusts to the change to AC_MBSTATE_T.
26615
26616 2000-07-14  Jim Meyering  <meyering@lucent.com>
26617
26618         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
26619         jm_AC_TYPE_UINTMAX_T.
26620
26621 2000-07-13  Paul Eggert  <eggert@twinsun.com>
26622
26623         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
26624
26625         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
26626         quotearg_buffer_restyled): Add support for
26627         clocale_quoting_style.  Undo previous change to
26628         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
26629         and "{RIGHT QUOTATION MARK}" msgids.
26630
26631 2000-07-10  Paul Eggert  <eggert@twinsun.com>
26632
26633         From a suggestion by Bruno Haible.
26634         * m4/mbstate_t.m4 (AC_MBSTATE_T):
26635         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
26636         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
26637         and mbstate_t, to a single-part test that simply defines mbstate_t.
26638         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
26639         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
26640
26641 2000-07-10  Jim Meyering  <meyering@lucent.com>
26642
26643         * m4/strerror_r.m4: Mirror the correction made in autoconf.
26644
26645         * m4/gnu-source.m4: Output to confdefs.h directly.
26646         Suggestion from Akim Demaille.
26647
26648 2000-07-09  Paul Eggert  <eggert@twinsun.com>
26649
26650         The old behavior of quoting `like this' doesn't look good with
26651         newer, ISO-style fonts.  See:
26652         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
26653
26654         Instead, quote "like this" by default.  Let the translator
26655         tailor the locale-specific quoting behavior by providing
26656         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
26657
26658         * lib/quotearg.c (N_): New macro.
26659         (gettext_default): New function.
26660         (quotearg_buffer_restyled): Use
26661         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
26662         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
26663
26664 2000-07-09  Jim Meyering  <meyering@lucent.com>
26665
26666         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
26667         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
26668
26669         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
26670         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
26671
26672 2000-07-09  Jim Meyering  <meyering@lucent.com>
26673
26674         * lib/Most files: Update copyright dates to include 2000.
26675
26676 2000-07-08  Jim Meyering  <meyering@lucent.com>
26677
26678         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
26679         if not defined.
26680         (xgethostname): Remove now-unnecessary #ifdef.
26681         Move declaration of `err' into loop where it's used.
26682
26683 2000-07-05  Paul Eggert  <eggert@twinsun.com>
26684         and Bruno Haible  <haible@clisp.cons.org>
26685
26686         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
26687         only if the test for an object-type mbstate_t fails.  This
26688         prevents us from mistakenly reporting that mbstate_t is a
26689         system object type after we "#define mbstate_t int" to work
26690         around its lack.
26691
26692 2000-07-05  Paul Eggert  <eggert@twinsun.com>
26693         and Bruno Haible  <haible@clisp.cons.org>
26694
26695         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
26696
26697 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
26698
26699         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
26700         to strerror_r.
26701         Include <ctype.h> for use of isalpha.
26702
26703 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
26704
26705         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
26706         by allocating a larger buffer. Test the gethostname return value for
26707         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
26708         returns an error and ENAMETOOLONG isn't defined.
26709
26710 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
26711
26712         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
26713         dimension.
26714
26715 2000-07-04  Jim Meyering  <meyering@lucent.com>
26716
26717         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
26718         of the deprecated AC_CHECKING.
26719
26720 2000-07-04  Jim Meyering  <meyering@lucent.com>
26721
26722         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
26723         Reported by Bruno Haible.
26724
26725 2000-07-04  Jim Meyering  <meyering@lucent.com>
26726
26727         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
26728         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
26729         lacks mbrtowc.
26730
26731 2000-07-03  Paul Eggert  <eggert@twinsun.com>
26732
26733         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
26734         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
26735
26736 2000-07-03  Paul Eggert  <eggert@twinsun.com>
26737         and Bruno Haible  <haible@clisp.cons.org>
26738
26739         * lib/quotearg.c (mbrtowc):
26740         Assign to *pwc, and return 1 only if result is nonzero.
26741         (iswprint): Use ISPRINT when substituting our own mbrtowc.
26742
26743 2000-07-03  Jim Meyering  <meyering@lucent.com>
26744
26745         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
26746
26747 2000-07-03  Jim Meyering  <meyering@lucent.com>
26748
26749         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
26750         This is necessary to get a definition of e.g., UTMP_FILE on
26751         HP-UX 10.20.
26752         From Bob Proulx.
26753
26754 2000-07-02  Jim Meyering  <meyering@lucent.com>
26755
26756         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
26757
26758         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
26759         AC_LIBOBJ(function_name).
26760         * m4/chown.m4: Likewise.
26761         * m4/fnmatch.m4: Likewise.
26762         * m4/ftruncate.m4: Likewise.
26763         * m4/getgroups.m4: Likewise.
26764         * m4/getline.m4: Likewise.
26765         * m4/group-member.m4: Likewise.
26766         * m4/jm-macros.m4: Likewise.
26767         * m4/lstat.m4: Likewise.
26768         * m4/malloc.m4: Likewise.
26769         * m4/memcmp.m4: Likewise.
26770         * m4/nanosleep.m4: Likewise.
26771         * m4/putenv.m4: Likewise.
26772         * m4/realloc.m4: Likewise.
26773         * m4/regex.m4: Likewise.
26774         * m4/stat.m4: Likewise.
26775         * m4/strftime.m4: Likewise.
26776
26777 2000-07-02  Jim Meyering  <meyering@lucent.com>
26778
26779         * lib/quotearg.c (mbstate_t): Don't define here.
26780
26781 2000-07-02  Jim Meyering  <meyering@lucent.com>
26782
26783         * lib/nanosleep.c (SIGCONT): Define if not already defined.
26784
26785 2000-07-01  Jim Meyering  <meyering@lucent.com>
26786
26787         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
26788
26789 2000-07-01  Jim Meyering  <meyering@lucent.com>
26790
26791         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
26792         problem.
26793
26794 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
26795
26796         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
26797         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
26798
26799 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
26800
26801         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
26802         per change in ../m4/ls-mntd-fs.m4.
26803         (read_filesystem_list): Ignore symbolic links.
26804
26805 2000-06-29  Jim Meyering  <meyering@lucent.com>
26806
26807         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
26808         for declaration of strcmp.
26809
26810         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
26811
26812         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
26813         Avoid warning by casting result to `char *' to remove `const'.
26814
26815 2000-06-28  Jim Meyering  <meyering@lucent.com>
26816
26817         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
26818         included by quotearg.c, for which we perform this test.  From
26819         Bruno Haible.
26820
26821 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
26822
26823         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
26824         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
26825         <utmpx.h> exists, put readutmp.o into LIBOBJS.
26826
26827 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
26828
26829         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
26830
26831 2000-06-26  Paul Eggert  <eggert@twinsun.com>
26832
26833         savedir now sets errno on failure and invokes xmalloc to get memory.
26834         Fix a couple of other minor bugs while we're at it.
26835
26836         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
26837         (NAMLEN): Remove macro.
26838         (malloc, realloc): Remove decls.
26839         (stpcpy): Likewise.
26840         ("xalloc.h"): Include.
26841         (NAME_SIZE_DEFAULT): New macro.
26842         (savedir): Use xmalloc / xrealloc to allocate memory.
26843         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
26844         Skip "" directory entries.
26845         Use strlen to calculate directory entry length, since the old method
26846         is rarely used these days and isn't worth supporting.
26847         Don't use a pointer after freeing it.
26848         Check for integer overflow when calculating allocation size.
26849         Use memcpy to copy entries, instead of stpcpy.
26850         Set errno properly when returning NULL.
26851         Check for readdir error.
26852
26853 2000-06-26  Jim Meyering  <meyering@lucent.com>
26854
26855         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
26856
26857 2000-06-25  Jim Meyering  <meyering@lucent.com>
26858
26859         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
26860         Linux header bug when _XOPEN_SOURCE is defined to 500.
26861
26862 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
26863
26864         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
26865         deficiency.
26866
26867 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
26868
26869         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
26870         Include xalloc.h.
26871         Don't include <stdlib.h>.  Don't declare malloc, realloc.
26872
26873 2000-06-24  Jim Meyering  <meyering@lucent.com>
26874
26875         * m4/strerror_r.m4: Revive this file -- to try out an experimental
26876         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
26877         for which strerror does return char*, but which lacks a conveniently
26878         accessible declaration of the function.  If the compile-test says
26879         strerror_r doesn't work, then resort to a `run'-test that works on
26880         BeOS and segfaults on DEC Unix.
26881
26882 2000-06-24  Jim Meyering  <meyering@lucent.com>
26883
26884         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
26885
26886 2000-06-23  Paul Eggert  <eggert@twinsun.com>
26887
26888         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
26889         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
26890
26891 2000-06-23  Paul Eggert  <eggert@twinsun.com>
26892
26893         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
26894         (mbrtowc, mbstate_t): Define substitutes if
26895         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
26896         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
26897         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
26898
26899 2000-06-23  Jim Meyering  <meyering@lucent.com>
26900
26901         * m4/afs.m4: Add missing AC_MSG_RESULT.
26902         Reported by Bruno Haible.
26903
26904         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
26905         Suggestion from Bruno Haible.
26906
26907 2000-06-23  Jim Meyering  <meyering@lucent.com>
26908
26909         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
26910
26911 2000-06-21  Jim Meyering  <meyering@lucent.com>
26912
26913         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
26914
26915 2000-06-21  Jim Meyering  <meyering@lucent.com>
26916
26917         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
26918         (noinst_HEADERS): Add getstr.h.
26919
26920         * lib/getline.c (getstr): Move into a separate file.
26921         * lib/getstr.c (getstr): New file, extracted from getline.c, with
26922         the following changes: new parameter, delim2; both delim[12]
26923         parameters have type `int', not `char'.  The latter would lose
26924         with 8-bit delimiters.
26925         * lib/getstr.h: New file.
26926
26927 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
26928
26929         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
26930         than 1024, return a memory chunk of least possible size, instead
26931         of size PATH_MAX + 2. In the loop, increment the size proportionally.
26932         Use free/xmalloc instead of xrealloc to avoid copying for very long
26933         paths.
26934
26935 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
26936
26937         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
26938         the empty string.
26939
26940 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
26941
26942         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
26943         address, not strdup.  Include <stdlib.h> and don't declare free().
26944
26945 2000-06-19  Jim Meyering  <meyering@lucent.com>
26946
26947         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
26948
26949 2000-06-18  Jim Meyering  <meyering@lucent.com>
26950
26951         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
26952
26953         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
26954         `checking whether...' message to be consistent with that of the
26955         lstat test.
26956
26957 2000-06-18  Jim Meyering  <meyering@lucent.com>
26958
26959         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
26960         Besides, these days every porting target provides a mkdir function.
26961
26962         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
26963         needed. (this snippet comes from src/system.h).
26964
26965 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
26966
26967         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
26968
26969 2000-06-15  Paul Eggert  <eggert@twinsun.com>
26970
26971         * lib/human.c (adjust_value): New function.
26972         (human_readable_inexact): Apply rounding style even when
26973         printing approximate values.
26974
26975 2000-06-14  Paul Eggert  <eggert@twinsun.com>
26976
26977         * lib/human.c (human_readable_inexact): Allow an input block
26978         size that is not a multiple of the output block size, and vice versa.
26979         Reported by Piergiorgio Sartor.
26980
26981 2000-06-14  Paul Eggert  <eggert@twinsun.com>
26982
26983         * lib/getdate.y (get_date): Apply relative times after time
26984         zone indicator, not before.  Reported by Todd A. Jacobs.
26985
26986 2000-06-13  Jim Meyering  <meyering@lucent.com>
26987
26988         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
26989
26990         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
26991
26992 2000-06-12  Paul Eggert  <eggert@twinsun.com>
26993
26994         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
26995
26996 2000-06-12  Jim Meyering  <meyering@lucent.com>
26997
26998         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
26999         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
27000         optional argument.
27001         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
27002         the optional argument, `lib'.
27003
27004 2000-06-08  Jim Meyering  <meyering@lucent.com>
27005
27006         * m4/largefile.m4: Remove file (now that it's part of autoconf).
27007
27008 2000-06-04  Paul Eggert  <eggert@twinsun.com>
27009
27010         Rewrite largefile configuration so that we don't need to run
27011         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
27012         AC_CANONICAL_HOST in configure.in -- jmm]
27013
27014         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
27015         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
27016         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
27017         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
27018         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
27019         All uses changed.
27020         Instead of inspecting the output of getconf, try to compile the
27021         test program without and with the macro definition.
27022         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
27023         for getconf.  Instead, check for the needed flags by compiling
27024         test programs.
27025
27026 2000-06-04  Paul Eggert  <eggert@twinsun.com>
27027
27028         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
27029
27030 2000-06-04  Jim Meyering  <meyering@lucent.com>
27031
27032         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
27033         SunOS 4.1.4 for which gid_t is an unsigned type.
27034
27035 2000-06-03  Jim Meyering  <meyering@lucent.com>
27036
27037         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
27038         now that autoconf requires that.
27039
27040         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
27041         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
27042         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
27043
27044 2000-06-03  Jim Meyering  <meyering@lucent.com>
27045
27046         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
27047
27048 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
27049
27050         * m4/glibc21.m4: New file.
27051         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
27052
27053 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
27054
27055         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
27056         newer, don't install charset.alias.
27057         * lib/config.charset: Change the Linux/glibc rules so they become empty
27058         on glibc-2.1 or newer.
27059
27060 2000-06-02  Jim Meyering  <meyering@lucent.com>
27061
27062         * lib/mountlist.c: Back out last change.  Instead, do this...
27063         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
27064         me_dummy member using the same `ignore'-testing code.
27065         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
27066         fs_type strings.
27067         From Mark D. Roth.
27068
27069 2000-05-29  Jim Meyering  <meyering@lucent.com>
27070
27071         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
27072         mounts with the `ignore' attribute.  Based on a patch from
27073         Mark D. Roth.
27074
27075 2000-05-28  Jim Meyering  <meyering@lucent.com>
27076
27077         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
27078         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
27079         * m4/stat.m4: Likewise.
27080         * m4/lstat.m4: Likewise.
27081         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
27082
27083         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
27084         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
27085
27086 2000-05-26  Jim Meyering  <meyering@lucent.com>
27087
27088         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
27089
27090 2000-05-24  Jim Meyering  <meyering@lucent.com>
27091
27092         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
27093         autoconf requires that.
27094         * m4/lib-check.m4: Likewise.
27095         * m4/jm-macros.m4: Likewise.
27096         * m4/strftime.m4: Likewise.
27097
27098         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
27099         AC_CHECK_DECLS, now that autoconf requires that.
27100
27101 2000-05-22  Jim Meyering  <meyering@lucent.com>
27102
27103         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
27104         * m4/lstat.m4: Likewise.
27105
27106 2000-05-22  Jim Meyering  <meyering@lucent.com>
27107
27108         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
27109
27110 2000-05-20  Jim Meyering  <meyering@lucent.com>
27111
27112         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
27113         (jm_PREREQ): Use it.
27114
27115 2000-05-18  Jim Meyering  <meyering@lucent.com>
27116
27117         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
27118         back, too, since it may have been modified by allocate_entry.
27119         (hash_delete): Rewrite to use neither the assignment operator
27120         nor the comma operator in an if-expression.
27121
27122 2000-05-15  Paul Eggert  <eggert@twinsun.com>
27123
27124         * lib/closeout.c:
27125         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
27126         Remove; no longer needed.
27127         "quotearg.h": Add include.
27128         (file_name): Do not bother to explicitly initialize to NULL; it's less
27129         efficient on some hosts.
27130         (close_stdout_status): Remove test as to whether stdout was already
27131         closed; it breaks for the case "echo x | sort >&-".
27132         Quote file name colons.
27133         Do not assume that _("write error") lacks format strings.
27134
27135 2000-05-15  Jim Meyering  <meyering@lucent.com>
27136
27137         * lib/version-etc.c (version_etc_copyright): Update the copyright
27138         string used in all --version output.
27139
27140 2000-05-14  Jim Meyering  <meyering@lucent.com>
27141
27142         * lib/closeout.c (close_stdout_set_file_name): New function.
27143         (close_stdout_status): Use new file-scoped global.
27144         Return right away if fstat says the stdout file descriptor is invalid.
27145         * lib/closeout.h (close_stdout_set_file_name): Declare.
27146
27147 2000-05-10  Jim Meyering  <meyering@lucent.com>
27148
27149         * lib/closeout.c [default_exit_status]: New file-scoped variable.
27150         (close_stdout_set_status): New function.
27151         * lib/closeout.h (close_stdout_set_status): Declare.
27152
27153 2000-05-09  Jim Meyering  <meyering@lucent.com>
27154
27155         * m4/gettext.m4: Rename this...
27156         * m4/libintl.m4: ...to this.
27157
27158 2000-05-08  Jim Meyering  <meyering@lucent.com>
27159
27160         * lib/long-options.c: Don't include closeout.h.
27161         (parse_long_options): Don't call close_stdout for --version.
27162
27163 2000-05-06  Paul Eggert  <eggert@twinsun.com>
27164
27165         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
27166         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
27167         2.1.3 bug.  This avoids a clash when files like regex.c define
27168         _GNU_SOURCE.
27169
27170 2000-05-06  Jim Meyering  <meyering@lucent.com>
27171
27172         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
27173         (AC_REPLACE_FUNCS): Add strnlen.
27174
27175         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
27176         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
27177
27178         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
27179         AC_SEARCH_LIBS call for nanosleep.
27180         (LIB_NANOSLEEP): Set and AC_SUBST.
27181
27182 2000-05-06  Jim Meyering  <meyering@lucent.com>
27183
27184         * lib/strnlen.c: Undefine __strnlen and strnlen.
27185         [!weak_alias]: Define __strnlen to strnlen.
27186
27187         * lib/atexit.c: New file, from libiberty.
27188
27189 2000-05-06  Jim Meyering  <meyering@lucent.com>
27190
27191         * lib/closeout.c (close_stdout_status): Also check for errors on the
27192         stderr stream.
27193
27194 2000-05-05  Jim Meyering  <meyering@lucent.com>
27195
27196         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
27197         AC_SEARCH_LIBS call for clock_gettime.
27198         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
27199
27200         * m4/search-libs.m4: Update from autoconf.
27201
27202         su doesn't work on Solaris 2.6.
27203         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
27204         <shadow.h>.  Reported by Dragos Harabor.
27205
27206 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
27207
27208         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
27209         memcpy instead of xmalloc, xrealloc, path_concat.
27210         (locale_charset): Treat empty environment variables as absent.
27211         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
27212
27213 2000-05-04  Jim Meyering  <meyering@lucent.com>
27214
27215         * lib/getopt.c: Update from glibc.
27216         * lib/obstack.c: Likewise.
27217         * lib/obstack.h: Likewise.
27218         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
27219         file
27220
27221         * lib/regex.h: Likewise.
27222         * lib/strndup.c: Likewise.
27223         * lib/strnlen.c: New file, from glibc.
27224
27225 2000-05-03  Jim Meyering  <meyering@lucent.com>
27226
27227         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
27228
27229 2000-05-02  Paul Eggert  <eggert@twinsun.com>
27230
27231         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
27232         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
27233         compile-time test, rather than inspecting host and OS, to
27234         decide whether to define _LARGEFILE_SOURCE.
27235
27236 2000-05-01  Jim Meyering  <meyering@lucent.com>
27237
27238         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
27239
27240         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
27241         Based on a patch from Bruno Haible.
27242
27243 2000-05-01  Jim Meyering  <meyering@lucent.com>
27244
27245         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
27246
27247 2000-04-29  Jim Meyering  <meyering@lucent.com>
27248
27249         * lib/path-concat.c: Declare strdup only if it's not defined.
27250         * lib/canon-host.c: Likewise.
27251
27252 2000-04-28  Jim Meyering  <meyering@lucent.com>
27253
27254         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
27255         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
27256         is included first, then limits.h is included by locale.h by libintl.h.
27257         From John David Anglin.
27258
27259 2000-04-25  Jim Meyering  <meyering@lucent.com>
27260
27261         * lib/makepath.c (S_IRWXUGO): Define.
27262         (make_path): Always perform explicit chmod if MODE specifies any
27263         of the `special' permission bits.  Prompted by a bug report against
27264         install from Mate Wierdl and Joost van Baal.
27265
27266 2000-04-18  Jim Meyering  <meyering@lucent.com>
27267
27268         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
27269         (jm_PREREQ): Use it.
27270
27271 2000-04-18  Jim Meyering  <meyering@lucent.com>
27272
27273         * lib/README: New file.
27274
27275         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
27276         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
27277
27278 2000-04-17  Jim Meyering  <meyering@lucent.com>
27279
27280         Get it right :-)
27281         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
27282         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
27283         Suggestion from Akim Demaille.
27284
27285 2000-04-17  Jim Meyering  <meyering@lucent.com>
27286
27287         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
27288         the definition of it to rpl_strftime also defined-away the system's
27289         declaration.
27290
27291 2000-04-15  Jim Meyering  <meyering@lucent.com>
27292
27293         Use `C' to denote so-called `contiguous' files, the same way
27294         that tar does.
27295         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
27296         (ftypelet): Use S_ISCTG.
27297         From Michael Deutschmann.
27298
27299 2000-04-14  Jim Meyering  <meyering@lucent.com>
27300
27301         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
27302         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
27303         clobbered.
27304
27305 2000-04-14  Jim Meyering  <meyering@lucent.com>
27306
27307         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
27308
27309 2000-04-13  Jim Meyering  <meyering@lucent.com>
27310
27311         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
27312         AH_VERBATIM to insert required #ifndef into config.h.in.
27313         Suggestion from Akim Demaille.
27314
27315 2000-04-12  Jim Meyering  <meyering@lucent.com>
27316
27317         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
27318         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
27319         Christian Krackowizer.
27320
27321         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
27322         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
27323         (AC_SYS_LARGEFILE): Require.
27324         (AM_C_PROTOTYPES): Require.
27325
27326 2000-04-08  Jim Meyering  <meyering@lucent.com>
27327
27328         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
27329         names don't conflict.  Reported by Eli Zaretskii.
27330
27331 2000-04-07  Jim Meyering  <meyering@lucent.com>
27332
27333         * lib/putenv.c: Move inclusion of errno.h so it follows that of
27334         sys/types.h, to work around system header problems on AIX 3.2.5.
27335         From Bruno Haible.
27336
27337 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
27338
27339         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
27340         bug.  Deal with the different error behavior of Irix iconv.
27341
27342 2000-04-05  Paul Eggert  <eggert@twinsun.com>
27343
27344         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
27345         IRIX if the installer said otherwise.
27346
27347 2000-04-05  Jim Meyering  <meyering@lucent.com>
27348
27349         Portability tweaks required for ultrix4.3.
27350         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
27351         (jm_CHECK_DECLS): Add getutent to the list of functions.
27352         (_jm_DECL_HEADERS): Add utmpx.h.
27353         From John David Anglin.
27354
27355         * m4/strftime.m4: Back out the 2000-04-02 change.
27356         Instead of that change, simply undefine putenv in the test program.
27357
27358 2000-04-05  Jim Meyering  <meyering@lucent.com>
27359
27360         Portability tweaks required for ultrix4.3.
27361         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
27362         getutent.
27363         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
27364         * lib/canon-host.c: Declare strdup.
27365         * lib/path-concat.c: Likewise.
27366         From John David Anglin.
27367
27368 2000-04-04  Jim Meyering  <meyering@lucent.com>
27369
27370         Be more DOS 8.3-friendly.
27371         * lib/ref-add.sin: Renamed from ref-add.sed.in.
27372         * lib/ref-del.sin: Renamed from ref-del.sed.in.
27373         * lib/Makefile.am: Reflect renaming.
27374         Reported by Eli Zaretskii.
27375
27376         Use a temporary file name that won't clash with `charset.alias'
27377         in the DOS 8.3 name space.
27378         * lib/Makefile.am (charset_tmp): Define.
27379         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
27380         (uninstall-local): Likewise.
27381         Reported by Eli Zaretskii.
27382
27383 2000-04-03  Jim Meyering  <meyering@lucent.com>
27384
27385         * m4/gettext.m4: Fix typo in comment.
27386
27387         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
27388         textutils/configure.in).  Suggestion from Paul Eggert.
27389         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
27390
27391 2000-04-02  Paul Eggert  <eggert@twinsun.com>
27392
27393         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
27394         variable in the shell rather than using putenv, which isn't
27395         portable.  This avoids the configure-time inter-test dependency
27396         on the potentially-renamed putenv function.
27397
27398 2000-03-30  Paul Eggert  <eggert@twinsun.com>
27399
27400         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
27401         before checking struct stat.st_blksize, so that
27402         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
27403
27404 2000-03-29  Paul Eggert  <eggert@twinsun.com>
27405
27406         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
27407         since strftime.c uses HAVE_STRFTIME to decide whether to use
27408         the underlying strftime.
27409
27410 2000-03-29  Paul Eggert  <eggert@twinsun.com>
27411
27412         * lib/time/strftime.c (my_strftime): Make sure we call the system
27413         strftime, not ourselves, when invoking the underlying strftime.
27414
27415 2000-03-24  Jim Meyering  <meyering@lucent.com>
27416
27417         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
27418         (charset_alias): Define.
27419         (install-exec-local): Factor out common code.
27420         (uninstall-local): Split lines longer than 80.
27421         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
27422         (SUFFIXES): Define.
27423         (.sed.in.sed): New rule.  Don't redirect directly to $@.
27424         (CLEANFILES): Add ref-add.sed and ref-del.sed.
27425
27426 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
27427
27428         * lib/config.charset: Output a line containing "Packages using this
27429         file".
27430         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
27431         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
27432         ref-del.sed): New rules.
27433
27434 2000-03-17  Jim Meyering  <meyering@lucent.com>
27435
27436         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
27437         Otherwise, include <strings.h>
27438
27439 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
27440
27441         * lib/unicodeio.c (utf8_wctomb): New function.
27442         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
27443         format instead of in UCS-4 with platform dependent endianness.
27444
27445 2000-03-10  Jim Meyering  <meyering@lucent.com>
27446
27447         * m4/lib-check.m4: Look for getspnam in -lgen, too.
27448         From Marco Franzen.
27449
27450 2000-03-07  Paul Eggert  <eggert@twinsun.com>
27451
27452         * lib/savedir.c (savedir): Work even if directory size is
27453         negative; this can happen with some screwy NFS configurations.
27454
27455 2000-03-06  Jim Meyering  <meyering@lucent.com>
27456
27457         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
27458         if it's NULL (because we ran out of memory).  From Bruno Haible.
27459
27460 2000-03-05  Jim Meyering  <meyering@lucent.com>
27461
27462         * lib/localcharset.c ("path-concat.h"): Include.
27463         (get_charset_aliases): Use path_concat instead of ANSI string
27464         concatenation.
27465
27466         * lib/unicodeio.h (PARAMS): Define.
27467         Use it to guard prototype.
27468
27469 2000-03-04  Jim Meyering  <meyering@lucent.com>
27470
27471         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
27472         for lib/localcharset.c.
27473
27474 2000-03-04  Jim Meyering  <meyering@lucent.com>
27475
27476         * lib/Makefile.am (install-exec-local): Create $(libdir) before
27477         installing into it.
27478         (uninstall-local): Uncomment this rule so `make distcheck' works
27479         once again.
27480
27481         * lib/unicodeio.c (<errno.h>): Include it.
27482         (errno): Declare if not defined.
27483
27484         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
27485
27486         * lib/config.charset: New version, incorporating remarks from a linux
27487         i18n mailing list.  From Bruno Haible.
27488
27489 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
27490
27491         * m4/codeset.m4: New file.
27492         * m4/iconv.m4: New file.
27493         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
27494
27495 2000-03-03  Jim Meyering  <meyering@lucent.com>
27496
27497         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
27498
27499 2000-03-02  Jim Meyering  <meyering@lucent.com>
27500
27501         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
27502         the messages come out on separate lines.
27503
27504         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
27505         rather than jm_CHECK_DECLARATIONS.
27506         * m4/decl.m4: Remove now-unused file.
27507
27508         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
27509         geteuid.
27510
27511 2000-03-02  Jim Meyering  <meyering@lucent.com>
27512
27513         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
27514
27515 2000-03-01  Jim Meyering  <meyering@lucent.com>
27516
27517         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
27518         * lib/unicodeio.c: Likewise.
27519
27520 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
27521
27522         * lib/config.charset: New file.
27523         * lib/localcharset.c: New file.
27524         * lib/unicodeio.h, lib/unicodeio.c: New files.
27525         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
27526         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
27527         (noinst_HEADERS): Add unicodeio.h.
27528         (all-local, install-exec-local, charset.alias): New targets.
27529
27530 2000-02-28  Paul Eggert  <eggert@twinsun.com>
27531
27532         * lib/quotearg.c (ALERT_CHAR): New macro.
27533         (quotearg_buffer_restyled): Use it.
27534
27535 2000-02-27  Jim Meyering  <meyering@lucent.com>
27536
27537         * m4/check-decl.m4: Add getenv to the list.
27538
27539 2000-02-27  Jim Meyering  <meyering@lucent.com>
27540
27541         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
27542         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
27543
27544         * lib/backupfile.c: Guard inclusion of stdlib.h with
27545         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
27546         Declare malloc if needed.
27547
27548         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
27549         `#ifndef HAVE_DECL..'
27550         now that autoconf always defines the HAVE_DECL_ symbols.
27551         * lib/human.c: Likewise.
27552         * lib/same.c: Likewise.
27553         * lib/strtoumax.c: Likewise.
27554
27555         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
27556         declaration check was not run.
27557         * lib/hash.c: Likewise.
27558         * lib/human.c: Likewise.
27559         * lib/same.c: Likewise.
27560         * lib/strtoumax.c: Likewise.
27561
27562         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
27563         `.', then first look up the entire `.'-containing string as a login
27564         name.
27565
27566 2000-02-23  Jim Meyering  <meyering@lucent.com>
27567
27568         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
27569         in place of my hack.
27570
27571 2000-02-18  Paul Eggert  <eggert@twinsun.com>
27572
27573         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
27574         (textint): New typedef.
27575         (parser_control): Member year changed from int to textint.
27576         All uses changed.
27577         (YYSTYPE): Removed; replaced by %union with int and textint members.
27578         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
27579         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
27580         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
27581         (tSNUMBER, tUNUMBER): Now of type <textintval>.
27582         (date, number, to_year): Use width of number in digits, not its value,
27583         to determine whether it's a 2-digit year, or a 2-digit time.
27584         (yylex): Store number of digits of numeric tokens.
27585         Reported by John Kendall.
27586
27587         (parser_control): Changed from struct parser_control to typedef (for
27588         consistency).  All uses changed.
27589
27590         (tID): Removed; not used.
27591         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
27592
27593 2000-02-14  Paul Eggert  <eggert@twinsun.com>
27594
27595         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
27596         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
27597
27598 2000-02-12  Jim Meyering  <meyering@lucent.com>
27599
27600         * lib/userspec.c (ISDIGIT): Define it.
27601         (isdigit): Remove definition.
27602         (is_number): Use ISDIGIT, not isdigit.
27603         <libintl.h>: Include.
27604         (_ and N_): Define.
27605         (parse_user_spec): Mark translatable strings.
27606
27607 2000-02-10  Jim Meyering  <meyering@lucent.com>
27608
27609         With these changes, nanosleep.[ch] are finally enough like the other
27610         lib/* replacement files to compile on a few more losing systems.
27611
27612         * lib/nanosleep.h: Don't include config.h.
27613         Remove prototype from declaration of nanosleep.
27614         (PARAMS): Remove now-unneeded definition.
27615         * lib/nanosleep.c: #undef nanosleep.
27616         (rpl_nanosleep): Rename from nanosleep.
27617
27618 2000-02-10  Jim Meyering  <meyering@lucent.com>
27619
27620         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
27621         gnu_nanosleep to rpl_nanosleep.
27622
27623 2000-02-09  Jim Meyering  <meyering@lucent.com>
27624
27625         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
27626         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
27627
27628 2000-02-08  Akim Demaille  <akim@epita.fr>
27629
27630         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
27631         `[' and `]' and remove uses of `changequote'.
27632         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
27633         (AC_SYS_LARGEFILE): Likewise.
27634         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
27635         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
27636         of changequote.
27637         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
27638         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
27639         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
27640         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
27641
27642 2000-02-05  Jim Meyering  <meyering@lucent.com>
27643
27644         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
27645         Remove explicit use of AC_HEADER_TIME.  It is required by
27646         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
27647         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
27648         in autoconf whereby the expansion of the latter ended up preceding
27649         the expansion of its prerequisite, AC_HEADER_TIME.
27650         Reported by Volker Borchert.
27651
27652 2000-02-03  Jim Meyering  <meyering@lucent.com>
27653
27654         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
27655
27656 2000-02-03  Jim Meyering  <meyering@lucent.com>
27657
27658         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
27659         rather than with `#if HAVE_UTMPNAME'.
27660
27661 2000-02-02  Jim Meyering  <meyering@lucent.com>
27662
27663         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
27664         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
27665         Reported by Eli Zaretskii.
27666
27667 2000-02-01  Jim Meyering  <meyering@lucent.com>
27668
27669         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
27670
27671 2000-01-31  Jim Meyering  <meyering@lucent.com>
27672
27673         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
27674         functions.  Add the time.h and sys/time.h headers along with the
27675         AC_REQUIRE'ment of AC_HEADER_TIME.
27676
27677 2000-01-31  Jim Meyering  <meyering@lucent.com>
27678
27679         * lib/nanosleep.h (nanosleep): Guard declaration with
27680         `#if ! HAVE_DECL_NANOSLEEP'.
27681         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
27682         the declaration in that vendor's sys/timers.h.
27683         Reported by Christian Krackowizer.
27684
27685         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
27686         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
27687         (ISPRINT): Likewise.
27688         Reported by Tom Tromey.
27689
27690 2000-01-30  Jim Meyering  <meyering@lucent.com>
27691
27692         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
27693
27694         * m4/prereq.m4 (utmp_includes): Define.
27695         Check for ut_user and ut_name members in both struct utmpx
27696         and struct utmp.
27697
27698 2000-01-30  Jim Meyering  <meyering@lucent.com>
27699
27700         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
27701         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
27702         header files where only utmpx.ut_user is declared.
27703
27704         * lib/readutmp.h (UT_USER): Define.
27705
27706 2000-01-29  Jim Meyering  <meyering@lucent.com>
27707
27708         * m4/lib-check.m4: New file containing library-related checks from
27709         fileutils and sh-utils (textutils had none).
27710
27711 2000-01-28  Jim Meyering  <meyering@lucent.com>
27712
27713         * m4/perl.m4: Change format of warning message to look more like that
27714         from the missing script.  Suggestion from François Pinard.
27715
27716 2000-01-25  Jim Meyering  <meyering@lucent.com>
27717
27718         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
27719         well as time.h in the compile check.
27720         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
27721         Fix typo in cross-compiling case: s/yes/no/.
27722
27723 2000-01-23  Jim Meyering  <meyering@lucent.com>
27724
27725         * m4/jm-macros.m4: Move df-related tests here from
27726         fileutils/configure.in
27727
27728         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
27729         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
27730
27731         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
27732         s/space/ac_fsusage_space/.
27733         (jm_FILE_SYSTEM_USAGE): Take two parameters.
27734
27735         * m4/ftruncate.m4: New file (derived from part of
27736         fileutils/configure.in).
27737         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
27738         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
27739
27740         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
27741         AC_SUBST these here, rather than just in sh-util/configure.in, so
27742         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
27743         all the same.
27744         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
27745         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
27746         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
27747         (AC_SUBST(POW_LIBM)): Likewise.
27748         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
27749
27750 2000-01-23  Jim Meyering  <meyering@lucent.com>
27751
27752         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
27753         obstack.c.
27754
27755 2000-01-22  Jim Meyering  <meyering@lucent.com>
27756
27757         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
27758
27759         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
27760
27761         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
27762         configure.in
27763         (AC_CHECK_HEADERS): Likewise for sh-utils.
27764         (AC_CHECK_HEADERS): Likewise for textutils.
27765         Merge the three lists of headers.
27766
27767         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
27768         from fileutils' configure.in.
27769
27770         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
27771         code. Moved tests into their own function (_jm_DECL_HEADERS) in
27772         check-decl.m4.
27773
27774         * m4/check-decl.m4: Use #if rather than #ifdef.
27775         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
27776         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
27777         (_jm_DECL_HEADERS): Define new function.
27778         (jm_CHECK_DECLARATIONS): Require it.
27779
27780 2000-01-22  Jim Meyering  <meyering@lucent.com>
27781
27782         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
27783         [! HAVE_DECL_STRTOULL]: Declare strtoull.
27784         Required for some AIX systems.  Reported by Christian Krackowizer.
27785         [TESTING] (main): New function.
27786
27787         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
27788         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
27789         letters.
27790
27791         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
27792         iswprint.
27793
27794         * lib/strverscmp.c (ISDIGIT): Define.
27795         (strverscmp): Use ISDIGIT, not isdigit.
27796
27797 2000-01-19  Jim Meyering  <meyering@lucent.com>
27798
27799         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
27800         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
27801         defines `struct timespec' in <sys/time.h>
27802
27803         * m4/c-bs-a.m4: Remove uses of changequote altogether.
27804         Thanks to Akim for explaining.
27805
27806 2000-01-17  Paul Eggert  <eggert@twinsun.com>
27807
27808         * lib/nanosleep.c (nanosleep):
27809         Don't use SA_INTERRUPT to decide whether to call sigaction, as
27810         POSIX.1 doesn't require SA_INTERRUPT and some systems
27811         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
27812         it's been part of POSIX.1 since day 1 (in 1988).
27813
27814 2000-01-17  Jim Meyering  <meyering@lucent.com>
27815
27816         * lib/interlock: Remove unused file.  Reported by François Pinard.
27817
27818 2000-01-16  Paul Eggert  <eggert@twinsun.com>
27819
27820         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
27821         alert, backslash, formfeed, and vertical tab unnecessarily in
27822         shell quoting style.
27823
27824 2000-01-16  Jim Meyering  <meyering@lucent.com>
27825
27826         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
27827         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
27828         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
27829         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
27830
27831 2000-01-16  Jim Meyering  <meyering@lucent.com>
27832
27833         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
27834         because the latter didn't work.
27835
27836 2000-01-15  Jim Meyering  <meyering@lucent.com>
27837
27838         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
27839         (AC_REPLACE_FUNCS): Add memcpy and memset.
27840         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
27841         Add strpbrk.
27842         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
27843
27844 2000-01-12  Jim Meyering  <meyering@lucent.com>
27845
27846         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
27847         (jm_PREREQ): Use it.
27848         (jm_PREREQ_READUTMP): New macro.
27849         (jm_PREREQ): Use it.
27850
27851 2000-01-11  Paul Eggert  <eggert@twinsun.com>
27852
27853         Quote multibyte characters correctly.
27854         * m4/c-bs-a.m4: New file.
27855         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
27856         (jm_PREREQ): Use it.
27857
27858 2000-01-11  Paul Eggert  <eggert@twinsun.com>
27859
27860         * m4/uintmax_t.m4: Port to autoconf 2.13.
27861
27862 2000-01-08  Jim Meyering  <meyering@ascend.com>
27863
27864         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
27865         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
27866
27867 2000-01-04  Jim Meyering  <meyering@ascend.com>
27868
27869         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
27870         jm_STRUCT_DIRENT_D_TYPE.
27871         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
27872         jm_STRUCT_DIRENT_D_INO.
27873         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
27874         jm_STRUCT_UTIMBUF.
27875         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
27876         renamings.
27877         * m4/utime.m4: Likewise.
27878
27879         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
27880         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
27881
27882 2000-01-03  Paul Eggert  <eggert@twinsun.com>
27883
27884         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
27885         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
27886
27887 2000-01-02  Jim Meyering  <meyering@ascend.com>
27888
27889         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
27890         remember if this is necessary.
27891
27892 1999-12-26  Jim Meyering  <meyering@ascend.com>
27893
27894         * m4/jm-macros.m4: Use it here.
27895         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
27896
27897 1999-12-23  Jim Meyering  <meyering@ascend.com>
27898
27899         * m4/jm-macros.m4: Check for clock_gettime (moved from
27900         fileutils/configure.in)
27901         Check for gettimeofday.
27902
27903 1999-12-20  Jim Meyering  <meyering@ascend.com>
27904
27905         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
27906         autoconf-2.14a-1999-12-20.
27907
27908 1999-12-19  Jim Meyering  <meyering@ascend.com>
27909
27910         * m4/lstat-slash.m4: New file.
27911         * m4/jm-macros.m4: Use the new macro:
27912         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
27913
27914 1999-12-07  Jim Meyering  <meyering@ascend.com>
27915
27916         * m4/perl.m4: Require that File::Compare be available, too.
27917         Too many systems seem to lack it.
27918
27919         * m4/strftime.m4: Add checks for most of the cpp macros tested in
27920         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
27921
27922 1999-11-18  Paul Eggert  <eggert@twinsun.com>
27923
27924         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
27925         problem with the QNX 4.25 shell, which doesn't propagate exit
27926         status of failed commands inside shell assignments.
27927
27928 1999-11-17  Jim Meyering  <meyering@ascend.com>
27929
27930         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
27931
27932 1999-11-07  Jim Meyering  <meyering@ascend.com>
27933
27934         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
27935
27936 1999-11-06  Jim Meyering  <meyering@ascend.com>
27937
27938         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
27939         * m4/jm-macros.m4 (jm_MACROS): Use it here.
27940
27941 1999-11-05  Jim Meyering  <meyering@ascend.com>
27942
27943         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
27944         configure.in of textutils, fileutils, and sh-utils into this one
27945         (shared between those packages) file.
27946         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
27947         AC_STRUCT_ST_BLKSIZE.
27948
27949 1999-11-03  Jim Meyering  <meyering@ascend.com>
27950
27951         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
27952         of AC_CHECK_TYPE checks includes unistd.h.
27953         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
27954         Suggestion from Akim Demaille.
27955
27956 1999-10-30  Jim Meyering  <meyering@ascend.com>
27957
27958         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
27959         m4-quoted string.
27960         * m4/ls-mntd-fs.m4: Likewise.
27961         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
27962         * m4/jm-winsz1.m4: Likewise.
27963
27964         * m4/const.m4: Remove file, since the fix made it into the experimental
27965         version of autoconf.
27966         * m4/mktime.m4: Likewise.
27967
27968         * m4/check-type.m4: Remove file, now that the latest version of
27969         AC_CHECK_TYPE takes a third arg to specify additional #includes.
27970
27971         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
27972         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
27973         AC_CHECK_TYPE.
27974
27975 1999-10-04  Jim Meyering  <meyering@ascend.com>
27976
27977         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
27978
27979 1999-09-22  Paul Eggert  <eggert@twinsun.com>
27980
27981         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
27982         2.95.1 bug with HP-UX 10.20.
27983
27984 1999-09-17  Jim Meyering  <meyering@ascend.com>
27985
27986         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
27987         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
27988         due to missing strdup (against sh-utils-2.0).
27989
27990 1999-08-29  Jim Meyering  <meyering@ascend.com>
27991
27992         * m4/jm-macros.m4: Require jm_BISON.
27993         * m4/bison.m4: New file.
27994
27995 1999-08-17  Paul Eggert  <eggert@twinsun.com>
27996
27997         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
27998         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
27999
28000 1999-08-05  Jim Meyering  <meyering@ascend.com>
28001
28002         * m4/getline.m4: Rename test file from conftestdata to conftest.data
28003         to avoid conflicts with `conftest' on 8+3 filesystems.
28004         Suggestion from Eli Zaretskii.
28005
28006 1999-08-04  Jim Meyering  <meyering@ascend.com>
28007
28008         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
28009         fileutils and sh-utils (textutils's getline test was inadequate).
28010         (AM_FUNC_GETLINE): Run this test.
28011         (AC_CHECK_FUNCS): Check for getdelim.
28012         Reported by Bob Proulx.
28013
28014 1999-08-02  Jim Meyering  <meyering@ascend.com>
28015
28016         * m4/jm-macros.m4: Add a comment.
28017
28018 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28019
28020         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
28021         <inttypes.h> defines strtoumax as a macro (and not as a
28022         function).
28023
28024 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28025
28026         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
28027         that we can shift, multiply and divide unsigned long long
28028         values; Ultrix cc can't do it.
28029
28030 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28031
28032         * m4/mktime.m4: New file, which is a preview of what should appear
28033         in the next public autoconf release.
28034
28035 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28036
28037         * m4/lfs.m4: Remove this file.
28038         * m4/largefile.m4: New file.  It contains the old contents of
28039         lfs.m4, except that all names with prefix AC_LFS have been
28040         changed to use the prefix AC_SYS_LARGEFILE instead, to be
28041         compatible with future autoconf versions.  Also, some minor m4
28042         quoting problems have been fixed.
28043
28044 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28045
28046         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
28047         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
28048         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
28049         and simplify the shell code.
28050
28051 1999-08-01  Jim Meyering  <meyering@ascend.com>
28052
28053         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
28054         m4.
28055
28056 1999-07-20  Jim Meyering  <meyering@ascend.com>
28057
28058         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
28059
28060 1999-07-15  Jim Meyering  <meyering@ascend.com>
28061
28062         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
28063
28064 1999-05-22  Jim Meyering  <meyering@ascend.com>
28065
28066         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
28067
28068 1999-05-20  Jim Meyering  <meyering@ascend.com>
28069
28070         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
28071         Add a colon after each `then' in case $4 is empty.
28072
28073 1999-05-16  Jim Meyering  <meyering@ascend.com>
28074
28075         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
28076
28077 1999-05-10  Jim Meyering  <meyering@ascend.com>
28078
28079         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
28080
28081         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
28082         AC_FUNC_MKTIME.
28083
28084 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
28085
28086         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
28087
28088 1999-05-04  Paul Eggert  <eggert@twinsun.com>
28089
28090         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
28091         not CPPFLAGS, so that linking works correctly in IRIX.
28092
28093 1999-04-30  Paul Eggert  <eggert@twinsun.com>
28094
28095         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
28096
28097 1999-04-20  Paul Eggert  <eggert@twinsun.com>
28098
28099         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
28100         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
28101         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
28102         jm_AC_TYPE_UNSIGNED_LONG_LONG.
28103         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
28104
28105         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
28106
28107 1999-04-20  Jim Meyering  <meyering@ascend.com>
28108
28109         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
28110         AC_REPLACE xstroull if necessary.  From Paul Eggert.
28111         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
28112
28113 1999-04-18  Jim Meyering  <meyering@ascend.com>
28114
28115         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
28116         * m4/jm-macros.m4: Use it.
28117
28118 1999-04-06  Jim Meyering  <meyering@ascend.com>
28119
28120         * m4/strftime.m4: Remove test for %f.
28121
28122 1999-03-29  Jim Meyering  <meyering@ascend.com>
28123
28124         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
28125         superset of the AC_TYPE_* checks in the textutils, fileutils,
28126         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
28127         AC_TYPE_PID_T.
28128
28129 1999-03-28  Jim Meyering  <meyering@ascend.com>
28130
28131         * m4/jm-macros.m4: Define GNU_PACKAGE here.
28132         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
28133         replaced e.g., in the *.sh files of the sh-utils.
28134
28135 1999-03-20  Jim Meyering  <meyering@ascend.com>
28136
28137         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
28138         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
28139         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
28140
28141 1999-03-19  Jim Meyering  <meyering@ascend.com>
28142
28143         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
28144
28145 1999-03-12  Jim Meyering  <meyering@ascend.com>
28146
28147         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
28148
28149 1999-03-07  Jim Meyering  <meyering@ascend.com>
28150
28151         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
28152         declared.
28153
28154 1999-02-17  Jim Meyering  <meyering@ascend.com>
28155
28156         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
28157         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
28158
28159 1999-02-07  Jim Meyering  <meyering@ascend.com>
28160
28161         * m4/group-member.m4: New file -- extracted from sh-utils'
28162         configure.in.
28163
28164         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
28165         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
28166
28167 1999-02-06  Jim Meyering  <meyering@ascend.com>
28168
28169         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
28170         * m4/fnmatch.m4: Likewise.
28171         * m4/getgroups.m4: Likewise.
28172         * m4/lstat.m4: Likewise.
28173         * m4/malloc.m4: Likewise.
28174         * m4/putenv.m4: Likewise.
28175         * m4/realloc.m4: Likewise.
28176         * m4/regex.m4: Likewise.
28177         * m4/stat.m4: Likewise.
28178         * m4/strftime.m4: Likewise.
28179         Suggestion from Alain Magloire.
28180
28181         * m4/chown.m4: Use `.$ac_objext', not `.o'.
28182         * m4/fnmatch.m4: Likewise.
28183         * m4/getgroups.m4: Likewise.
28184         * m4/getline.m4: Likewise.
28185         * m4/lstat.m4: Likewise.
28186         * m4/malloc.m4: Likewise.
28187         * m4/memcmp.m4: Likewise.
28188         * m4/putenv.m4: Likewise.
28189         * m4/realloc.m4: Likewise.
28190         * m4/regex.m4: Likewise.
28191         * m4/stat.m4: Likewise.
28192         * m4/strftime.m4: Likewise.
28193         Suggestion from Alain Magloire.
28194
28195         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
28196         an argument.
28197
28198         * m4/regex.m4: Add a run-time Test for proper operation of
28199         re_compile_pattern.
28200
28201 1999-01-31  Jim Meyering  <meyering@ascend.com>
28202
28203         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
28204
28205 1999-01-30  Jim Meyering  <meyering@ascend.com>
28206
28207         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
28208
28209         * m4/jm-mktime.m4: Make this a wrapper around the official
28210         AM_FUNC_MKTIME rather than my private copy, now that the official one
28211         is up to date.
28212         * m4/mktime.m4: Remove file.
28213
28214         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
28215         * m4/uptime.m4: Likewise.
28216         * m4/uintmax_t.m4: Likewise.
28217
28218 1999-01-28  Jim Meyering  <meyering@ascend.com>
28219
28220         * m4/jm-macros.m4: Use jm_AFS.
28221         * m4/afs.m4: New file (from fileutils' configure.in).
28222
28223         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
28224         * m4/chown.m4: Likewise.
28225         * m4/d-ino.m4: Likewise.
28226         * m4/d-type.m4: Likewise.
28227         * m4/fnmatch.m4: Likewise.
28228         * m4/getgroups.m4: Likewise.
28229         * m4/gettext.m4: Likewise.
28230         * m4/jm-mktime.m4: Likewise.
28231         * m4/jm-winsz2.m4: Likewise.
28232         * m4/lcmessage.m4: Likewise.
28233         * m4/ls-mntd-fs.m4: Likewise.
28234         * m4/malloc.m4: Likewise.
28235         * m4/memcmp.m4: Likewise.
28236         * m4/putenv.m4: Likewise.
28237         * m4/realloc.m4: Likewise.
28238         * m4/st_mtim.m4: Likewise.
28239         * m4/strftime.m4: Likewise.
28240
28241 1999-01-16  Jim Meyering  <meyering@ascend.com>
28242
28243         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
28244         (ARGMATCH_DIE_DECL): Define.
28245
28246 1999-01-12  Jim Meyering  <meyering@ascend.com>
28247
28248         * m4/Makefile.am.in: Rewrite to avoid using fmt.
28249         Reported by Lars Hecking.
28250
28251 1999-01-10  Jim Meyering  <meyering@ascend.com>
28252
28253         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
28254         gross kludge.
28255         * m4/inttypes_h.m4: Likewise.
28256         * m4/lstat.m4: Likewise.
28257         * m4/malloc.m4: Likewise.
28258         * m4/readdir.m4: Likewise.
28259         * m4/realloc.m4: Likewise.
28260         * m4/st_dm_mode.m4: Likewise.
28261         * m4/stat.m4: Likewise.
28262         * m4/utimbuf.m4: Likewise.
28263         * m4/utimes.m4: Likewise.
28264
28265         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
28266         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
28267         comments in config.h.in are meaningful.
28268
28269         * m4/jm-macros.m4: Require autoconf-2.13 here.
28270
28271         * m4/regex.m4: By default, don't use the included regex.c on systems
28272         with glibc 2.  Suggestion from Uli Drepper.
28273
28274 1999-01-02  Jim Meyering  <meyering@ascend.com>
28275
28276         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
28277
28278 1998-12-18  Jim Meyering  <meyering@ascend.com>
28279
28280         * m4/Makefile.am.in (Makefile.am): Simplify rule.
28281         Based on a suggestion from Lars Hecking.
28282
28283 1998-11-16  Paul Eggert  <eggert@twinsun.com>
28284
28285         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
28286
28287 1998-11-16  Jim Meyering  <meyering@ascend.com>
28288
28289         * m4/lfs.m4: Double-quote the `uname...` expression.
28290
28291 1998-11-14  Jim Meyering  <meyering@ascend.com>
28292
28293         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
28294         * m4/stat.m4: Likewise.
28295
28296 1998-11-03  Jim Meyering  <meyering@ascend.com>
28297
28298         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
28299         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
28300
28301 1998-10-18  Jim Meyering  <meyering@ascend.com>
28302
28303         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
28304
28305 1998-10-17  Jim Meyering  <meyering@ascend.com>
28306
28307         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
28308         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
28309         calls for those previously hard-coded headers.  Instead, take a new
28310         parameter.
28311         (jm_CHECK_DECLARATIONS): Reflect interface change.
28312         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
28313         (jm_CHECK_DECL_LOCALTIME_R): New macro.
28314
28315         * m4/mktime.m4: Test for spring-forward gap before long-running test.
28316
28317 1998-10-14  Jim Meyering  <meyering@ascend.com>
28318
28319         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
28320         instead of "TZ=America/Vancouver".  From Paul Eggert.
28321
28322 1998-10-11  Jim Meyering  <meyering@ascend.com>
28323
28324         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
28325         This adds a test for a recently added compatibility fix for mktime.c.
28326         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
28327
28328 1998-09-27  Jim Meyering  <meyering@ascend.com>
28329
28330         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
28331
28332         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
28333         ../configure.in, including a change from Gordon Matzigkeit to allow
28334         cross-compiling for the Hurd.
28335
28336         * m4/glibc.m4: New file/macro to test for the GNU C Library
28337         versions 1 and 2.  From Gordon Matzigkeit.
28338         Indent.
28339
28340 1998-09-21  Jim Meyering  <meyering@ascend.com>
28341
28342         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
28343
28344 1998-08-18  Paul Eggert  <eggert@twinsun.com>
28345
28346         Port nanosecond-resolution times to UnixWare 2.1.2 and
28347         pedantic Solaris 2.6.
28348
28349         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
28350         AC_STRUCT_ST_MTIM.
28351         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
28352         Generate name of ns member, instead of just 1 or undef.
28353         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
28354
28355 1998-08-15  Jim Meyering  <meyering@ascend.com>
28356
28357         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
28358         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
28359         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
28360         instead of jm_TYPE_SSIZE_T.
28361
28362 1998-08-12  Jim Meyering  <meyering@ascend.com>
28363
28364         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
28365
28366 1998-08-02  Jim Meyering  <meyering@ascend.com>
28367
28368         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
28369         in acconfig.h manually.
28370
28371 1998-07-31  Paul Eggert  <eggert@twinsun.com>
28372
28373         * m4/st_mtim.m4: New file.
28374
28375 1998-07-28  Jim Meyering  <meyering@ascend.com>
28376
28377         * m4/utimes.m4: Undef stat.
28378
28379 1998-07-25  Jim Meyering  <meyering@ascend.com>
28380
28381         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
28382         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
28383
28384 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
28385
28386         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
28387         uid and gid actually remain unchanged.
28388
28389 1998-07-07  Jim Meyering  <meyering@ascend.com>
28390
28391         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
28392
28393 1998-07-04  Jim Meyering  <meyering@ascend.com>
28394
28395         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
28396         to prove that this macro can be used in packages without regex.c.
28397
28398 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
28399
28400         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
28401         is to be used.
28402
28403 1998-07-03  Jim Meyering  <meyering@ascend.com>
28404
28405         * m4/gettext.m4: Add -lintl if it's found to be necessary.
28406
28407         * m4/gettext.m4: New file -- from gettext-0.10.35.
28408         * m4/lcmessage.m4: Likewise.
28409         * m4/progtest.m4: Likewise.
28410
28411         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
28412         * m4/jm-macros.m4: Require the new macro.
28413
28414 1998-06-29  Jim Meyering  <meyering@ascend.com>
28415
28416         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
28417         for the definition of NGROUPS (used in a system header included
28418         by sys/mount.h).
28419
28420 1998-06-28  Jim Meyering  <meyering@ascend.com>
28421
28422         * m4/ls-mntd-fs.m4: New file.
28423         * m4/fstypename.m4: New file.
28424
28425         * m4/jm-macros.m4: Require the new macro.
28426         * m4/jm-glibc-io.m4: New file.
28427
28428 1998-05-19  Jim Meyering  <meyering@ascend.com>
28429
28430         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
28431         * m4/lchown.m4: New file.
28432
28433         * m4/Makefile.am.in: New file.
28434         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
28435
28436 1998-05-14  Jim Meyering  <meyering@ascend.com>
28437
28438         * m4/Makefile.am (EXTRA_DIST): Add them.
28439         * m4/jm-macros.m4: New file.
28440         * m4/utimbuf.m4: New file.
28441
28442 1998-05-12  Jim Meyering  <meyering@ascend.com>
28443
28444         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
28445
28446 1998-05-11  Jim Meyering  <meyering@ascend.com>
28447
28448         * m4/isc-posix.m4: New file.
28449
28450 1998-05-10  Jim Meyering  <meyering@ascend.com>
28451
28452         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
28453
28454 1998-05-09  Jim Meyering  <meyering@ascend.com>
28455
28456         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
28457         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
28458         with automake.
28459
28460         * m4/ssize_t.m4: New file.
28461         * m4/mktime.m4: Remove file -- the new automake has this now.
28462
28463 1998-04-26  Jim Meyering  <meyering@ascend.com>
28464
28465         * m4/assert.m4: New file.
28466         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
28467
28468 1998-04-05  Jim Meyering  <meyering@ascend.com>
28469
28470         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
28471         (jm_PREREQ): Use it here.
28472
28473 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
28474
28475         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
28476         in acconfig.h.
28477
28478 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
28479
28480         * m4/prereq.m4: New file.
28481         * m4/error.m4: New file.
28482         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
28483
28484 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
28485
28486         * m4/getline.m4: Don't set am_cv_func_working_getline before the
28487         cache-check for the same variable -- that defeated the purpose of
28488         the test; the test program was never run.  This was a problem only
28489         on systems with losing getline functions -- HP-UX 10.20 is one.
28490         Reported by Bjorn Helgaas.
28491
28492 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
28493
28494         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
28495
28496 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
28497
28498         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
28499
28500         * m4/const.m4: New file.  Use an initializer in this declaration
28501         typedef int charset[2]; const charset x;
28502         Reported by Bob Glickstein.
28503
28504 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
28505
28506         * m4/chown.m4: Fix reversed types on -1 args to chown.
28507         From Kaveh Ghazi.
28508
28509 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
28510
28511         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
28512         Add lseek and memchr.
28513
28514         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
28515         T.E.Dickey <dickey@clark.net> said that some older preprocessors
28516         have a 20-character limit on names.
28517
28518 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
28519
28520         * m4/inttypes_h.m4: New file.
28521         * m4/uintmax_t.m4: New file.
28522         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
28523
28524 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
28525   Free Software Foundation, Inc.
28526 Copying and distribution of this file, with or without modification,
28527 are permitted provided the copyright notice and this notice are preserved.