Include <stdlib.h>, for malloc().
[gnulib.git] / ChangeLog
1 2007-03-17  Bruno Haible  <bruno@clisp.org>
2
3         * lib/unistr/u-strdup.h: Include <stdlib.h>.
4
5 2007-03-17  Bruno Haible  <bruno@clisp.org>
6
7         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
8
9 2007-03-17  Bruno Haible  <bruno@clisp.org>
10
11         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
12         to reflect files copied from gnulib (with or without modifications).
13         Suggested by Jim Meyering.
14
15 2007-03-17  Eric Blake  <ebb9@byu.net>
16
17         * NEWS: Document stdlib change from 2007-02-18.
18
19 2007-03-17  Jim Meyering  <jim@meyering.net>
20
21         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
22         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
23         someone uses a name containing shell meta-characters.
24         Reported by Alfred M. Szmidt.
25
26         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
27
28 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
29
30         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
31         and copy gettext configuration files only if configure.ac contains
32         a use of AM_GNU_GETTEXT_VERSION.
33
34 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
35
36         * build-aux/bootstrap (gnulib_name): New variable.
37         (gnulib_tool_options): Use it.
38
39 2007-03-13  Simon Josefsson  <simon@josefsson.org>
40
41         * tests/test-des.c: Use new namespace.
42
43 2007-03-15  Bruno Haible  <bruno@clisp.org>
44
45         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
46         Reported by James Youngman <jay@gnu.org>.
47
48 2007-03-15  Bruno Haible  <bruno@clisp.org>
49
50         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
51         declared prototype. Needed with cc on OSF/1 5.1.
52
53 2007-03-15  Bruno Haible  <bruno@clisp.org>
54
55         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
56         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
57         (struct gl_list_implementation): Add dispose_fn argument to the
58         'create_empty', 'create' methods.
59         (struct gl_list_impl_base): Add field 'dispose_fn'.
60         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
61         argument.
62         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
63         dispose_fn argument.
64         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
65         dispose_fn on the dropped values.
66         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
67         dispose_fn argument.
68         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
69         dropped values.
70         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
71         (gl_tree_remove_node): Call dispose_fn on the dropped value.
72         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
73         (gl_tree_remove_node): Call dispose_fn on the dropped value.
74         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
75         argument.
76         (gl_tree_list_free): Call dispose_fn on the dropped values.
77         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
78         the dropped values.
79         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
80         Add dispose_fn argument.
81         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
82         Call dispose_fn on the dropped values.
83         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
84         Add dispose_fn argument.
85         (gl_sublist_create): Initialize the 'dispose_fn' field.
86         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
87         * tests/test-array_list.c (main): Update.
88         * tests/test-carray_list.c (main): Update.
89         * tests/test-avltree_list.c (main): Update.
90         * tests/test-rbtree_list.c (main): Update.
91         * tests/test-avltreehash_list.c (main): Update.
92         * tests/test-rbtreehash_list.c (main): Update.
93         * tests/test-linked_list.c (main): Update.
94         * tests/test-linkedhash_list.c (main): Update.
95         * tests/test-array_oset.c (main): Update.
96
97 2007-03-15  Bruno Haible  <bruno@clisp.org>
98
99         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
100         (gl_oset_create_empty): Add dispose_fn argument.
101         (struct gl_oset_implementation): Add dispose_fn argument to
102         'create_empty' method.
103         (struct gl_oset_impl_base): Add dispose_fn field.
104         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
105         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
106         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
107         values.
108         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
109         (gl_tree_oset_free): Call dispose_fn on the dropped values.
110         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
111         dropped value.
112         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
113         dropped value.
114         * tests/test-array_oset.c (main): Update.
115         * tests/test-avltree_oset.c (main): Update.
116         * tests/test-rbtree_oset.c (main): Update.
117         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
118
119 2007-03-13  Bruno Haible  <bruno@clisp.org>
120
121         * tests/test-stdbool.c (i): Update after last patch.
122
123 2007-03-12  Bruno Haible  <bruno@clisp.org>
124
125         * lib/quotearg.c: Include <wctype.h> early, before the definition of
126         the iswprint macro. Needed on Solaris 2.5.1.
127
128 2007-03-12  Bruno Haible  <bruno@clisp.org>
129
130         * tests/test-printf-frexp.c (main): Declare x as volatile.
131
132 2007-03-12  Simon Josefsson  <simon@josefsson.org>
133
134         * doc/gnulib.texi (Build robot for gnulib): New section.
135
136 2007-03-12  Jim Meyering  <jim@meyering.net>
137
138         * build-aux/bootstrap: New file.
139         * build-aux/bootstrap.conf: New file, from coreutils.
140
141 2007-03-11  Bruno Haible  <bruno@clisp.org>
142
143         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
144
145 2007-03-12  Simon Josefsson  <simon@josefsson.org>
146
147         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
148         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
149         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
150
151 2007-03-11  Bruno Haible  <bruno@clisp.org>
152
153         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
154         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
155
156 2007-03-11  Bruno Haible  <bruno@clisp.org>
157
158         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
159         formula. Needed for SunPRO C 5.0.
160
161 2007-03-11  Bruno Haible  <bruno@clisp.org>
162
163         * modules/long-options (Depends-on): Add getopt.
164
165 2007-03-11  Bruno Haible  <bruno@clisp.org>
166
167         * modules/modechange (Depends-on): Add stdbool.
168
169 2007-03-11  Bruno Haible  <bruno@clisp.org>
170
171         * modules/i-ring (Depends-on): Add stdbool.
172
173 2007-03-11  Bruno Haible  <bruno@clisp.org>
174
175         * modules/gc-des (Depends-on): Add stdbool.
176
177 2007-03-11  Bruno Haible  <bruno@clisp.org>
178
179         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
180
181 2007-03-11  Bruno Haible  <bruno@clisp.org>
182
183         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
184
185 2007-03-11  Bruno Haible  <bruno@clisp.org>
186
187         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
188
189 2007-03-11  Bruno Haible  <bruno@clisp.org>
190
191         * lib/vasnprintf.c (sprintf): Undefine.
192
193 2007-03-11  Bruno Haible  <bruno@clisp.org>
194
195         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
196         initializers in SunPRO C and Compaq C compilers.
197
198 2007-03-11  Bruno Haible  <bruno@clisp.org>
199
200         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
201         decrementing code ANSI C compliant.
202
203 2007-03-11  Bruno Haible  <bruno@clisp.org>
204
205         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
206         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
207
208 2007-03-11  Bruno Haible  <bruno@clisp.org>
209
210         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
211         <stdbool.h> substitute doesn't pass.
212
213 2007-03-11  Bruno Haible  <bruno@clisp.org>
214
215         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
216
217 2007-03-11  Bruno Haible  <bruno@clisp.org>
218
219         * gnulib-tool (func_create_megatestdir): Create also an autobuild
220         script, for submission to autobuild.josefsson.org.
221
222 2007-03-10  Bruno Haible  <bruno@clisp.org>
223
224         * modules/canonicalize-lgpl-tests: New file.
225         * tests/test-canonicalize-lgpl.sh: New file.
226         * tests/test-canonicalize-lgpl.c: New file.
227
228         * modules/c-strcase-tests: New file.
229         * tests/test-c-strcase.sh: New file.
230         * tests/test-c-strcasecmp.c: New file.
231         * tests/test-c-strncasecmp.c: New file.
232
233         * modules/atexit-tests: New file.
234         * tests/test-atexit.sh: New file.
235         * tests/test-atexit.c: New file.
236
237 2007-03-10  Bruno Haible  <bruno@clisp.org>
238
239         * tests/test-binary-io.sh: Use temporary filenames that are not so
240         likely to clash with those of other tests (in a parallel make).
241         * tests/test-binary-io.c: Likewise.
242
243 2007-03-10  Bruno Haible  <bruno@clisp.org>
244
245         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
246         fallback; use #error instead.
247         Suggested by Simon Josefsson.
248
249 2007-03-10  Bruno Haible  <bruno@clisp.org>
250
251         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
252         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
253         first and the last.
254
255 2007-03-10  Bruno Haible  <bruno@clisp.org>
256
257         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
258
259 2007-03-10  Bruno Haible  <bruno@clisp.org>
260
261         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
262         "make distcheck".
263         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
264         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
265         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
266
267 2007-03-10  Bruno Haible  <bruno@clisp.org>
268
269         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
270         variable.
271         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
272         variable.
273
274 2007-03-09  Eric Blake  <ebb9@byu.net>
275         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
276
277         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
278         types are not being provided by gnulib.
279         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
280         types are supported.
281
282 2007-03-10  Bruno Haible  <bruno@clisp.org>
283
284         * lib/stdio_.h (__attribute__): New macro.
285         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
286         vsprintf): Specify __attribute__ __format__ for GCC.
287         Suggested by Eric Blake.
288
289 2007-03-09  Bruno Haible  <bruno@clisp.org>
290
291         * modules/printf-posix-tests: New file.
292         * tests/test-printf-posix.sh: New file.
293         * tests/test-printf-posix.c: New file.
294
295         * modules/printf-posix: New file.
296         * lib/printf.c: New file.
297         * m4/printf-posix-rpl.m4: New file.
298         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
299         REPLACE_PRINTF.
300         * lib/stdio_.h (printf): New declaration.
301         (format, __format__, ____printf____, ____scanf____, ____strftime____,
302         ____strfmon____): New macros.
303         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
304         REPLACE_PRINTF.
305
306 2007-03-09  Bruno Haible  <bruno@clisp.org>
307
308         * tests/test-vasnprintf-posix2.sh: New file.
309         * tests/test-vasnprintf-posix2.c: New file.
310         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
311         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
312         (Makefile.am): Activate test-vasnprintf-posix2.sh.
313
314         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
315         a locale dependent decimal point, rather than always '.'.
316
317 2007-03-09  Eric Blake  <ebb9@byu.net>
318
319         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
320         spite of platforms like Tandem/NSK that define it to -1.
321
322 2007-03-08  Bruno Haible  <bruno@clisp.org>
323
324         * modules/vprintf-posix-tests: New file.
325         * tests/test-vprintf-posix.sh: New file.
326         * tests/test-vprintf-posix.c: New file.
327         * tests/test-printf-posix.h: New file.
328
329         * modules/vprintf-posix: New file.
330         * lib/vprintf.c: New file.
331         * m4/vprintf-posix.m4: New file.
332         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
333         REPLACE_VPRINTF.
334         * lib/stdio_.h (vprintf): New declaration.
335         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
336         REPLACE_VPRINTF.
337
338 2007-03-08  Bruno Haible  <bruno@clisp.org>
339
340         * modules/fprintf-posix-tests: New file.
341         * tests/test-fprintf-posix.sh: New file.
342         * tests/test-fprintf-posix.c: New file.
343
344         * modules/fprintf-posix: New file.
345         * lib/fprintf.c: New file.
346         * m4/fprintf-posix.m4: New file.
347         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
348         REPLACE_FPRINTF.
349         * lib/stdio_.h (fprintf): New declaration.
350         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
351         REPLACE_FPRINTF.
352
353 2007-03-08  Bruno Haible  <bruno@clisp.org>
354
355         * modules/vfprintf-posix-tests: New file.
356         * tests/test-vfprintf-posix.sh: New file.
357         * tests/test-vfprintf-posix.c: New file.
358         * tests/test-fprintf-posix.h: New file.
359         * tests/test-fprintf-posix.out: New file.
360
361         * modules/vfprintf-posix: New file.
362         * lib/vfprintf.c: New file.
363         * m4/vfprintf-posix.m4: New file.
364         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
365         REPLACE_VFPRINTF.
366         * lib/stdio_.h (vfprintf): New declaration.
367         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
368         REPLACE_VFPRINTF.
369
370 2007-03-08  Bruno Haible  <bruno@clisp.org>
371
372         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
373
374 2007-03-08  Bruno Haible  <bruno@clisp.org>
375
376         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
377         instead of 'expr' invocations.
378         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
379         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
380         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
381         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
382         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
383         Suggested by Paul Eggert.
384
385 2007-03-08  Bruno Haible  <bruno@clisp.org>
386
387         * modules/fseterr-tests: New file.
388         * tests/test-fseterr.c: New file.
389
390         * modules/fseterr: New file.
391         * lib/fseterr.h: New file.
392         * lib/fseterr.c: New file.
393
394 2007-03-08  Bruno Haible  <bruno@clisp.org>
395
396         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
397         * lib/getopt_.h: Likewise.
398         * lib/mbswidth.h: Likewise.
399         * lib/setenv.h: Likewise.
400         * lib/vasnprintf.h: Likewise.
401         * lib/vasprintf.h: Likewise.
402         * lib/verror.h: Likewise.
403         * lib/xsetenv.h: Likewise.
404         * lib/xvasprintf.h: Likewise.
405
406 2007-03-08  Jim Meyering  <jim@meyering.net>
407
408         * users.txt: Add parted.
409
410         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
411
412 2007-03-07  Bruno Haible  <bruno@clisp.org>
413
414         * m4/printf.m4: Make the shell script snippets copy&pastable.
415
416 2007-03-02  Bruno Haible  <bruno@clisp.org>
417
418         * lib/netinet_in_.h: New file.
419         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
420         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
421         * modules/netinet_in (Files): Add lib/netinet_in_.h.
422         (Depends-on): Add absolute-header.
423         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
424         into netinet/in.h.
425
426 2007-03-03  Bruno Haible  <bruno@clisp.org>
427
428         * lib/sys_select_.h: New file.
429         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
430         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
431         * modules/sys_select (Files): Add lib/sys_select_.h.
432         (Depends-on): Add absolute-header.
433         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
434         into sys/select.h.
435
436 2007-03-02  Bruno Haible  <bruno@clisp.org>
437
438         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
439         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
440         values.
441         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
442         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
443         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
444         * modules/sys_socket (Depends-on): Add absolute-header.
445         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
446         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
447         (Include): Remove requirement of inclusion of <sys/types.h>.
448
449 2007-03-02  Bruno Haible  <bruno@clisp.org>
450
451         * lib/byteswap_.h (bswap_32): Fix formula.
452
453 2007-03-06  Bruno Haible  <bruno@clisp.org>
454
455         * modules/sprintf-posix-tests: New file.
456         * tests/test-sprintf-posix.c: New file.
457
458         * modules/sprintf-posix: New file.
459         * lib/sprintf.c: New file.
460         * m4/sprintf-posix.m4: New file.
461         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
462         REPLACE_SPRINTF.
463         * lib/stdio_.h (sprintf): New declaration.
464         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
465         REPLACE_SPRINTF.
466
467 2007-03-06  Bruno Haible  <bruno@clisp.org>
468
469         * modules/vsprintf-posix-tests: New file.
470         * tests/test-vsprintf-posix.c: New file.
471         * tests/test-sprintf-posix.h: New file.
472
473         * modules/vsprintf-posix: New file.
474         * lib/vsprintf.c: New file.
475         * m4/vsprintf-posix.m4: New file.
476         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
477         REPLACE_VSPRINTF.
478         * lib/stdio_.h (vsprintf): New declaration.
479         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
480         REPLACE_VSPRINTF.
481
482 2007-03-06  Bruno Haible  <bruno@clisp.org>
483
484         * modules/vsnprintf (Depend-on): Remove minmax.
485
486 2007-03-06  Bruno Haible  <bruno@clisp.org>
487
488         * modules/snprintf-posix-tests: New file.
489         * tests/test-snprintf-posix.c: New file.
490
491         * modules/snprintf-posix: New file.
492         * m4/snprintf-posix.m4: New file.
493         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
494         gl_FUNC_SNPRINTF.
495         (gl_FUNC_SNPRINTF): Invoke it.
496         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
497         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
498         is set.
499         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
500
501 2007-03-06  Bruno Haible  <bruno@clisp.org>
502
503         * modules/vsnprintf-posix-tests: New file.
504         * tests/test-vsnprintf-posix.c: New file.
505         * tests/test-snprintf-posix.h: New file.
506
507         * modules/vsnprintf-posix: New file.
508         * m4/vsnprintf-posix.m4: New file.
509         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
510         gl_FUNC_VSNPRINTF.
511         (gl_FUNC_VSNPRINTF): Invoke it.
512         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
513         * lib/stdio_.h (vsnprintf): Define as a replacement if
514         REPLACE_VSNPRINTF is set.
515         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
516
517 2007-03-06  Bruno Haible  <bruno@clisp.org>
518
519         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
520         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
521
522 2007-03-06  Bruno Haible  <bruno@clisp.org>
523
524         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
525         (asinl): Declare also if HAVE_DECL_ASINL is set.
526         (atanl): Declare also if HAVE_DECL_ATANL is set.
527         (ceill): Declare also if HAVE_DECL_CEILL is set.
528         (cosl): Declare also if HAVE_DECL_COSL is set.
529         (expl): Declare also if HAVE_DECL_EXPL is set.
530         (floorl): Declare also if HAVE_DECL_FLOORL is set.
531         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
532         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
533         (logl): Declare also if HAVE_DECL_LOGL is set.
534         (sinl): Declare also if HAVE_DECL_SINL is set.
535         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
536         (tanl): Declare also if HAVE_DECL_TANL is set.
537         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
538         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
539         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
540         declaration of frexpl, ldexpl.
541         * modules/printf-frexpl (Depends-on): Add math.
542         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
543
544 2007-03-05  Bruno Haible  <bruno@clisp.org>
545
546         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
547         frexpl and ldexpl are declared.
548         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
549
550 2007-03-05  Bruno Haible  <bruno@clisp.org>
551
552         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
553         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
554
555 2007-03-05  Bruno Haible  <bruno@clisp.org>
556
557         * lib/stdio_.h: Include <stddef.h>.
558
559 2007-03-05  Bruno Haible  <bruno@clisp.org>
560
561         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
562
563 2007-03-05  Bruno Haible  <bruno@clisp.org>
564
565         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
566         NetBSD 4, from Ralf Wildenhues.
567
568 2007-03-04  Bruno Haible  <bruno@clisp.org>
569
570         * lib/vasprintf.h: Update #if logic for the case when the functions
571         exist but are overridden.
572
573 2007-03-04  Bruno Haible  <bruno@clisp.org>
574
575         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
576         implementations: glibc-2.4 and MacOS X 10.3.
577         * tests/test-vasnprintf-posix.c (test_function): Test also the case
578         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
579         * tests/test-vasprintf-posix.c (test_function): Likewise.
580
581 2007-03-04  Bruno Haible  <bruno@clisp.org>
582
583         * modules/vasprintf-posix-tests: New file.
584         * tests/test-vasprintf-posix.c: New file.
585
586         * modules/vasprintf-posix: New file.
587         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
588         defined.
589         * m4/vasprintf-posix.m4: New file.
590         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
591         gl_FUNC_VASPRINTF.
592         (gl_FUNC_VASPRINTF): Invoke it.
593         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
594         here.
595         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
596
597 2007-03-04  Bruno Haible  <bruno@clisp.org>
598
599         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
600         REPLACE_GETTIMEOFDAY.
601         * modules/sys_time (Makefile.am): Likewise.
602         * m4/sys_time_h.m4: Likewise.
603         * m4/gettimeofday.m4: Likewise.
604
605 2007-03-04  Bruno Haible  <bruno@clisp.org>
606
607         * modules/vasnprintf-posix-tests: New file.
608         * tests/test-vasnprintf-posix.c: New file.
609
610         * modules/vasnprintf-posix: New file.
611         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
612         printf-frexpl.h.
613         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
614         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
615         REPLACE_VASNPRINTF is defined.
616         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
617         gl_FUNC_VASNPRINTF.
618         (gl_FUNC_VASNPRINTF): Invoke it.
619         * m4/vasnprintf-posix.m4: New file.
620         * m4/printf.m4: New file.
621
622 2007-03-04  Bruno Haible  <bruno@clisp.org>
623
624         Compile progreloc.c only if --enable-relocatable is specified.
625         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
626         if --enable-relocatable was specified.
627         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
628         lib_SOURCES.
629
630 2007-03-04  Jim Meyering  <jim@meyering.net>
631
632         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
633         Use it consistently, rather than enumerating errno constants.
634
635 2007-03-04  Bruno Haible  <bruno@clisp.org>
636
637         * modules/xvasprintf-tests: New file.
638         * tests/test-xvasprintf.c: New file.
639
640         * modules/vasprintf-tests: New file.
641         * tests/test-vasprintf.c: New file.
642
643         * modules/vasnprintf-tests: New file.
644         * tests/test-vasnprintf.c: New file.
645
646         * modules/vsnprintf-tests: New file.
647         * tests/test-vsnprintf.c: New file.
648
649         * modules/snprintf-tests: New file.
650         * tests/test-snprintf.c: New file.
651
652 2007-03-04  Bruno Haible  <bruno@clisp.org>
653
654         Compile relocatable.c only if --enable-relocatable is specified.
655         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
656         gl_RELOCATABLE_LIBRARY.
657         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
658         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
659         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
660         gl_RELOCATABLE_LIBRARY.
661         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
662         (Makefile.am): Remove lib_SOURCES.
663         * modules/relocatable-lib-lgpl (configure.ac): Invoke
664         gl_RELOCATABLE_LIBRARY.
665         (Makefile.am): Remove lib_SOURCES.
666         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
667         always.
668         * modules/relocatable-prog-wrapper (configure.ac): Invoke
669         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
670
671 2007-03-04  Bruno Haible  <bruno@clisp.org>
672
673         * modules/argmatch-tests: New file.
674         * tests/test-argmatch.c: New file.
675
676         * tests/test-allocsa.c (main): Halve the number of loop runs.
677
678         * modules/alloca-opt-tests: New file.
679         * tests/test-alloca-opt.c: New file.
680
681 2007-03-04  Jim Meyering  <jim@meyering.net>
682
683         Work around difference between Linux ACLs and Solaris 10 ZFS.
684         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
685         for EINVAL.
686
687 2007-03-03  Bruno Haible  <bruno@clisp.org>
688
689         * modules/relocatable-prog (Depends-on): Add back progreloc's
690         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
691
692 2007-03-03  Bruno Haible  <bruno@clisp.org>
693
694         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
695         * modules/relocatable-lib: New file.
696
697 2007-03-03  Bruno Haible  <bruno@clisp.org>
698
699         * modules/relocatable-prog: Renamed from modules/relocatable.
700         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
701
702 2007-03-03  Bruno Haible  <bruno@clisp.org>
703
704         * modules/relocatable-script (Files): Add doc/relocatable.texi,
705         m4/relocatable-lib.m4.
706         (Depends-on): Remove 'relocatable'.
707         (configure.ac): Add gl_RELOCATABLE_NOP.
708
709 2007-03-03  Bruno Haible  <bruno@clisp.org>
710
711         * modules/relocatable-prog-wrapper: New file.
712         * modules/relocatable (Depends-on): Add it. Remove all other
713         dependencies except progname.
714         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
715
716         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
717         (gl_FUNC_STRERROR): Nop.
718         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
719
720         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
721         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
722
723         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
724         (gl_FUNC_READLINK): Update.
725
726         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
727
728 2007-03-03  Bruno Haible  <bruno@clisp.org>
729
730         * lib/xreadlink.c: Include <unistd.h> unconditionally.
731         * modules/xreadlink (Depends-on): Add unistd.
732         * modules/xreadlink-with-size (Depends-on): Likewise.
733
734 2007-03-03  Bruno Haible  <bruno@clisp.org>
735
736         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
737         extracted from gt_FUNC_SETENV.
738         (gt_FUNC_SETENV): Remove macro.
739         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
740         remove gt_FUNC_SETENV.
741
742 2007-03-03  Bruno Haible  <bruno@clisp.org>
743
744         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
745         ENABLE_RELOCATABLE here.
746         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
747
748 2007-03-03  Bruno Haible  <bruno@clisp.org>
749
750         * modules/rbtreehash-list-tests (Depends-on): Add progname.
751         * tests/test-rbtreehash_list.c: Include progname.h.
752         (main): Call set_program_name.
753
754         * modules/rbtree-oset-tests (Depends-on): Add progname.
755         * tests/test-rbtree_oset.c: Include progname.h.
756         (main): Call set_program_name.
757
758         * modules/rbtree-list-tests (Depends-on): Add progname.
759         * tests/test-rbtree_list.c: Include progname.h.
760         (main): Call set_program_name.
761
762         * modules/linked-list-tests (Depends-on): Add progname.
763         * tests/test-linked_list.c: Include progname.h.
764         (main): Call set_program_name.
765
766 2007-03-03  Bruno Haible  <bruno@clisp.org>
767
768         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
769         All uses of __restrict changed to _Restrict_.
770         * lib/glob_.h (__restrict): Remove macro.
771
772 2007-03-02  Bruno Haible  <bruno@clisp.org>
773
774         * modules/gettext (configure.ac): Require gettext infrastructure
775         from version 0.16.1.
776
777 2007-03-02  Bruno Haible  <bruno@clisp.org>
778
779         * modules/linkedhash-list-tests (Depends-on): Add progname.
780         * tests/test-linkedhash_list.c: Include progname.h.
781         (main): Call set_program_name.
782
783         * modules/carray-list-tests (Depends-on): Add progname.
784         * tests/test-carray_list.c: Include progname.h.
785         (main): Call set_program_name.
786
787         * modules/avltreehash-list-tests (Depends-on): Add progname.
788         * tests/test-avltreehash_list.c: Include progname.h.
789         (main): Call set_program_name.
790
791         * modules/avltree-oset-tests (Depends-on): Add progname.
792         * tests/test-avltree_oset.c: Include progname.h.
793         (main): Call set_program_name.
794
795         * modules/avltree-list-tests (Depends-on): Add progname.
796         * tests/test-avltree_list.c: Include progname.h.
797         (main): Call set_program_name.
798
799         * modules/array-oset-tests (Depends-on): Add progname.
800         * tests/test-array_oset.c: Include progname.h.
801         (main): Call set_program_name.
802
803         * modules/array-list-tests (Depends-on): Add progname.
804         * tests/test-array_list.c: Include progname.h.
805         (main): Call set_program_name.
806
807         * modules/argp-tests (Depends-on): Add progname.
808         * tests/test-argp.c: Include argp.h first. Include progname.h.
809         (main): Call set_program_name.
810
811 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
812
813         * doc/gnulib-tool.texi (Initial import): Reword description of
814         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
815         limited effect even if defined after the first system include.
816
817 2007-03-01  Bruno Haible  <bruno@clisp.org>
818
819         * build-aux/config.libpath: Update to libtool-1.5.22.
820         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
821
822 2007-03-01  Bruno Haible  <bruno@clisp.org>
823
824         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
825         foo_CFLAGS.
826         Reported by Ralf Wildenhues.
827
828 2007-03-01  Bruno Haible  <bruno@clisp.org>
829
830         * build-aux/install-reloc: Remove object files left over by some
831         compilers.
832         Reported by Ralf Wildenhues.
833
834 2007-03-01  Bruno Haible  <bruno@clisp.org>
835
836         * build-aux/install-reloc: Break long lines.
837
838 2007-03-01  Bruno Haible  <bruno@clisp.org>
839
840         * doc/relocatable.texi: Document that it may not work on OpenBSD.
841         Reported by Ralf Wildenhues.
842
843 2007-03-01  Bruno Haible  <bruno@clisp.org>
844
845         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
846         include ordering constraints.
847
848 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
849
850         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
851         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
852         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
853         as another example.
854         * lib/time_.h: Fix misspelling.
855         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
856         Require gl_HEADER_TIME_H_DEFAULTS.
857         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
858         * m4/time_r.m4 (gl_TIME_R): Likewise.
859         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
860
861 2007-03-01  Bruno Haible  <bruno@clisp.org>
862
863         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
864         * m4/utimens.m4 (gl_UTIMENS): Likewise.
865
866 2007-03-01  Jim Meyering  <jim@meyering.net>
867
868         * modules/xreadlink (Maintainer): Add my name.
869         * modules/xreadlink-with-size (Depends-on): Alphabetize.
870
871 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
872             Bruno Haible  <bruno@clisp.org>
873
874         * build-aux/install-reloc: Compile also c-ctype.c.
875         * build-aux/relocatable.sh.in: New file.
876         * doc/relocatable.texi: New file.
877         * doc/relocatable-maint.texi: New file.
878         * doc/gnulib.texi: Include relocatable-maint.texi.
879         * lib/progreloc.c: Include unistd.h unconditionally.
880         * lib/relocwrapper.c: Include unistd.h unconditionally.
881         Include c-ctype.h.
882         (add_dotbin): Use c_tolower.
883         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
884         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
885         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
886         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
887         to m4/relocatable-lib.m4.
888         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
889         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
890         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
891         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
892         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
893         * modules/relocatable: New file.
894         * modules/relocatable-lib: New file.
895         * modules/relocatable-script: New file.
896
897 2007-02-28  Bruno Haible  <bruno@clisp.org>
898
899         Import --enable-relocatable infrastructure.
900         * build-aux/config.libpath: New file, from GNU gettext.
901         * build-aux/install-reloc: New file, from GNU gettext.
902         * build-aux/reloc-ldflags: New file, from GNU gettext.
903         * lib/relocatable.h: New file, from GNU gettext.
904         * lib/relocatable.c: New file, from GNU gettext.
905         * lib/relocwrapper.c: New file, from GNU gettext.
906         * m4/relocatable.m4: New file, from GNU gettext.
907
908 2007-02-28  Bruno Haible  <bruno@clisp.org>
909
910         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
911
912         * modules/xreadlink: New file, from GNU gettext with modifications.
913         * lib/xreadlink.c: New file, from GNU gettext.
914         * lib/xreadlink.h: Add comments.
915         (xreadlink): New declaration.
916
917         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
918         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
919         lib/xreadlink-with-size.c.
920         (configure.ac): Remove gl_XREADLINK invocation.
921         (Makefile.am): Augment lib_SOURCES.
922         * m4/xreadlink.m4: Remove file.
923         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
924         (xreadlink_with_size): Renamed from xreadink.
925         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
926         * modules/canonicalize (Depends-on): Replace xreadlink with
927         xreadlink-with-size.
928         * lib/canonicalize.c (canonicalize_filename_mode): Update.
929
930 2007-02-25  Jim Meyering  <jim@meyering.net>
931
932         * build-aux/announce-gen: When complaining about excess arguments,
933         list them.
934
935 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
936
937         * README: Document signed integer overflow situation more
938         accurately.
939
940 2007-02-25  Bruno Haible  <bruno@clisp.org>
941
942         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
943         'a' or 'A' conversion.
944
945 2007-02-25  Bruno Haible  <bruno@clisp.org>
946
947         * modules/filename: Renamed from modules/pathname.
948         (Files): Replace lib/pathname.h with lib/filename.h. Replace
949         lib/concatpath.c with lib/concat-filename.c.
950         (Makefile.am): Update.
951         (Include): Replace pathname.h with filename.h.
952         * lib/filename.h: Renamed from lib/pathname.h.
953         (concatenated_filename): Renamed from concatenated_pathname.
954         * lib/concat-filename.c: Renamed from lib/concatpath.c.
955         (concatenated_filename): Renamed from concatenated_pathname.
956         * lib/findprog.c: Include filename.h instead of pathname.h.
957         (find_in_path): Update.
958         * lib/javacomp.c: Include filename.h instead of pathname.h.
959         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
960         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
961         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
962         is_oldgcj_14_13_usable, is_javac_usable): Update.
963         * lib/javaexec.c: Include filename.h instead of pathname.h.
964         (execute_java_class): Update.
965         * modules/findprog: Update.
966         * modules/javacomp: Update.
967         * modules/javaexec: Update.
968         * MODULES.html.sh (File system functions): Add 'filename', remove
969         'pathname'.
970
971 2007-02-25  Bruno Haible  <bruno@clisp.org>
972
973         * modules/printf-frexpl-tests: New file.
974         * tests/test-printf-frexpl.c: New file.
975
976         * modules/printf-frexpl: New file.
977         * lib/printf-frexpl.h: New file.
978         * lib/printf-frexpl.c: New file.
979         * m4/printf-frexpl.m4: New file.
980
981 2007-02-25  Bruno Haible  <bruno@clisp.org>
982
983         * modules/printf-frexp-tests: New file.
984         * tests/test-printf-frexp.c: New file.
985
986         * modules/printf-frexp: New file.
987         * lib/printf-frexp.h: New file.
988         * lib/printf-frexp.c: New file.
989         * m4/printf-frexp.m4: New file.
990
991 2007-02-25  Bruno Haible  <bruno@clisp.org>
992
993         Assume automake >= 1.10 for the tests.
994         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
995         * modules/arctwo-tests: Likewise.
996         * modules/argp-tests: Likewise.
997         * modules/avltree-list-tests: Likewise.
998         * modules/avltree-oset-tests: Likewise.
999         * modules/avltreehash-list-tests: Likewise.
1000         * modules/carray-list-tests: Likewise.
1001         * modules/crc-tests: Likewise.
1002         * modules/des-tests: Likewise.
1003         * modules/gc-arcfour-tests: Likewise.
1004         * modules/gc-arctwo-tests: Likewise.
1005         * modules/gc-des-tests: Likewise.
1006         * modules/gc-hmac-md5-tests: Likewise.
1007         * modules/gc-hmac-sha1-tests: Likewise.
1008         * modules/gc-md2-tests: Likewise.
1009         * modules/gc-md4-tests: Likewise.
1010         * modules/gc-md5-tests: Likewise.
1011         * modules/gc-pbkdf2-sha1-tests: Likewise.
1012         * modules/gc-rijndael-tests: Likewise.
1013         * modules/gc-sha1-tests: Likewise.
1014         * modules/gc-tests: Likewise.
1015         * modules/getaddrinfo-tests: Likewise.
1016         * modules/hmac-md5-tests: Likewise.
1017         * modules/hmac-sha1-tests: Likewise.
1018         * modules/linked-list-tests: Likewise.
1019         * modules/linkedhash-list-tests: Likewise.
1020         * modules/lock-tests: Likewise.
1021         * modules/md2-tests: Likewise.
1022         * modules/md4-tests: Likewise.
1023         * modules/md5-tests: Likewise.
1024         * modules/rbtree-list-tests: Likewise.
1025         * modules/rbtree-oset-tests: Likewise.
1026         * modules/rbtreehash-list-tests: Likewise.
1027         * modules/read-file-tests: Likewise.
1028         * modules/rijndael-tests: Likewise.
1029         * modules/stdint-tests: Likewise.
1030         * modules/tls-tests: Likewise.
1031
1032 2007-02-24  Bruno Haible  <bruno@clisp.org>
1033
1034         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
1035         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
1036         function; instead check whether isnan with a double argument links.
1037         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
1038         function; instead check whether isnan with a 'long double' argument
1039         links.
1040         Reported by Eric Blake <ebb9@byu.net>.
1041
1042 2007-02-24  Bruno Haible  <bruno@clisp.org>
1043
1044         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
1045         defined.
1046         * lib/isnanl.c: Remove all code. Just include isnan.c.
1047         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
1048
1049 2007-02-25  Jim Meyering  <jim@meyering.net>
1050
1051         Avoid conflicting types for 'unsetenv' on FreeBSD.
1052         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
1053         conflicting with FreeBSD's (5.0 and 6.1) function declaration
1054         in stdlib.h.
1055
1056 2007-02-24  Bruno Haible  <bruno@clisp.org>
1057
1058         * modules/isnanl-nolibm-tests: New file.
1059         * tests/test-isnanl.c: New file.
1060
1061         * modules/isnanl-nolibm: New file.
1062         * lib/isnanl.h: New file.
1063         * lib/isnanl.c: New file.
1064         * m4/isnanl.m4: New file.
1065
1066 2007-02-24  Bruno Haible  <bruno@clisp.org>
1067
1068         * modules/isnan-nolibm-tests: New file.
1069         * tests/test-isnan.c: New file.
1070
1071         * modules/isnan-nolibm: New file.
1072         * lib/isnan.h: New file.
1073         * lib/isnan.c: New file.
1074         * m4/isnan.m4: New file.
1075
1076 2007-02-24  Bruno Haible  <bruno@clisp.org>
1077
1078         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
1079         assume that an exponent fits in 20 bits.
1080
1081 2007-02-24  Jim Meyering  <jim@meyering.net>
1082
1083         * m4/regex.m4: Update the description of the configure-time option,
1084         --without-included-regex, to state accurately what the defaults are,
1085         and perhaps to give people an idea why using this option is risky.
1086
1087 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
1088
1089         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
1090         loops on small arguments.  This attempts to avoid the problem
1091         Bruno Haible reported for AIX 4.3.2 in
1092         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
1093
1094 2007-02-23  Bruno Haible  <bruno@clisp.org>
1095
1096         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
1097         Needed for help2man.
1098
1099 2007-02-23  Karl Berry  <karl@gnu.org>
1100
1101         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
1102         exists, foo.h should be cvs-ignored, not committed.
1103
1104 2007-02-23  Eric Blake  <ebb9@byu.net>
1105
1106         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
1107         * lib/stat-time.h (includes): Likewise.
1108         * lib/utimecmp.c (includes): Likewise.
1109         * lib/utimens.h (includes): Likewise.
1110         * lib/getdate.y (includes): Also include "timespec.h" for use
1111         internal to the module.
1112         * modules/utimens (Depends-on): Revert yesterday's patch.
1113         * modules/nanosleep (Depends-on): Add missing dependency.
1114
1115 2007-02-22  Bruno Haible  <bruno@clisp.org>
1116
1117         * lib/glob.c: Don't include getlogin_r.h.
1118
1119 2007-02-22  Jim Meyering  <jim@meyering.net>
1120
1121         * modules/utimens (Depends-on): Add timespec, required for
1122         utimens.h's inclusion of timespec.h.
1123
1124 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
1125
1126         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
1127         long unreadable paths in GNU/Linux.  Problem reported by Andreas
1128         Schwab in
1129         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
1130         I'll try to think of a better way to fix the Solaris problem.
1131
1132         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
1133         like glibc; on Solaris 10, it fails with errno == EINVAL.
1134         POSIX says the behavior is unspecified if the first argument is NULL,
1135         so play it safe and never pass NULL to the system getcwd.
1136
1137 2007-02-21  Jim Meyering  <jim@meyering.net>
1138
1139         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
1140         of gettimeofday.  It would conflict with the one now always
1141         provided via sys_time_.h.  Reported by Matthew Woehlke, as
1142         an IRIX 6.5 build failure.
1143
1144 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
1145
1146         Minor fixups to port to Solaris 10 with Sun C 5.8.
1147         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
1148         * modules/getcwd (Depends-on): Add dirfd.
1149         * lib/putenv.c (putenv): #undef it.
1150         (rpl_putenv): New decl.
1151         (malloc, free): Include <stdlib.h> rather than prototyping separately.
1152
1153 2007-02-20  Bruno Haible  <bruno@clisp.org>
1154
1155         * modules/stdio-tests: New file.
1156         * tests/test-stdio.c: New file.
1157
1158         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
1159         (Depends-on): Add stdio.
1160         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
1161         (Include): Use <stdio.h> instead of vsnprintf.h.
1162         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
1163         HAVE_DECL_VSNPRINTF.
1164         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
1165
1166         * modules/snprintf (Files): Remove lib/snprintf.h.
1167         (Depends-on): Add stdio.
1168         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
1169         (Include): Use <stdio.h> instead of snprintf.h.
1170         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
1171         HAVE_DECL_SNPRINTF.
1172         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
1173         * lib/getaddrinfo.c: Likewise.
1174
1175         * modules/stdio: New file.
1176         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
1177         * lib/snprintf.h: Remove file.
1178         * lib/vsnprintf.h: Remove file.
1179         * lib/.cppi-disable: Remove snprintf.h.
1180         * m4/stdio_h.m4: New file.
1181         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
1182
1183 2007-02-20  Jim Meyering  <jim@meyering.net>
1184
1185         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
1186         used by e.g., mingw.  From Bruno Haible.
1187
1188 2007-02-19  Bruno Haible  <bruno@clisp.org>
1189
1190         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
1191         warnings.
1192         Reported by Ben Pfaff <blp@cs.stanford.edu>.
1193
1194 2007-02-19  Bruno Haible  <bruno@clisp.org>
1195
1196         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
1197         from mingw users.
1198
1199 2007-02-19  Bruno Haible  <bruno@clisp.org>
1200
1201         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
1202         warnings.
1203         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
1204
1205 2007-02-19  Jim Meyering  <jim@meyering.net>
1206
1207         Don't use FD after a successful "fdopendir (fd)".
1208         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
1209         Reset it by calling dirfd on the just-obtained DIR*.
1210
1211         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
1212         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
1213
1214 2007-02-18  Bruno Haible  <bruno@clisp.org>
1215
1216         * lib/readlink.c: Include <unistd.h>.
1217         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
1218         HAVE_READLINK.
1219         * modules/readlink (Depends-on): Add unistd.
1220         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1221         (Include): Add <unistd.h>.
1222
1223         * lib/getlogin_r.h: Remove file.
1224         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
1225         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
1226         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
1227         HAVE_DECL_GETLOGIN_R.
1228         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
1229         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1230         (Include): Use <unistd.h> instead of getlogin_r.h.
1231
1232         * lib/getcwd.h: Remove file.
1233         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
1234         * lib/xgetcwd.c: Likewise.
1235         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
1236         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
1237         * modules/getcwd (Files): Remove lib/getcwd.h.
1238         (Depends-on): Add unistd.
1239         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1240         (Include): Use <unistd.h> instad of getcwd.h.
1241
1242         * lib/ftruncate.c: Include <unistd.h> first.
1243         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
1244         Set HAVE_FTRUNCATE.
1245         * modules/ftruncate (Depends-on): Add unistd.
1246         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1247
1248         * lib/fchdir.c: Include <unistd.h> first.
1249         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
1250         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
1251         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
1252         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1253         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
1254
1255         * lib/dup2.c: Include <unistd.h> first.
1256         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
1257         HAVE_DUP2.
1258         * modules/dup2 (Depends-on): Add unistd.
1259         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1260
1261         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
1262         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
1263         REPLACE_CHOWN. Don't define chown as a macro here.
1264         * modules/chown (Depends-on): Add unistd.
1265         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1266
1267         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
1268         Add definition for GL_LINK_WARNING.
1269         (chown, dup2): New declarations.
1270         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
1271         link warning.
1272         (ftruncate): New declaration.
1273         (getcwd): New declaration, taken from old getcwd.h.
1274         (getlogin_r): New declaration, taken from old getlogin_r.h.
1275         (readlink): New declaration.
1276         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
1277         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
1278         (gl_PREREQ_UNISTD): Remove macro.
1279         (gl_UNISTD_MODULE_INDICATOR): New macro.
1280         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
1281         many new variables. Don't set UNISTD_H.
1282         * modules/unistd (Description): Change.
1283         (Depends-on): Add link-warning.
1284         (configure.ac): Update.
1285         (Makefile.am): Create unistd.h always. Substitute many new variables
1286         into it.
1287
1288 2007-02-18  Bruno Haible  <bruno@clisp.org>
1289
1290         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
1291         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
1292         HAVE_GETSUBOPT.
1293         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
1294         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
1295         * lib/getsubopt.h: Remove file.
1296         * modules/getsubopt (Files): Remove lib/getsubopt.h.
1297         (Depends-on): Add stdlib.
1298         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
1299         (Includes): Use <stdlib.h> instead of getsubopt.h.
1300         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
1301         Set HAVE_GETSUBOPT.
1302         * lib/getsubopt.c: Don't include getsubopt.h.
1303
1304 2007-02-18  Bruno Haible  <bruno@clisp.org>
1305
1306         * modules/fchdir (Depends-on): Add dup2.
1307
1308 2007-02-18  Bruno Haible  <bruno@clisp.org>
1309
1310         * lib/stdlib_.h: Handle glibc's special invocation convention
1311         specially.
1312
1313 2007-02-18  Bruno Haible  <bruno@clisp.org>
1314
1315         * modules/stdlib-tests: New file.
1316         * tests/test-stdlib.c: New file.
1317
1318         * modules/mkstemp (Files): Remove lib/mkstemp.h.
1319         (Depends-on): Add stdlib.
1320         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
1321         (Includes): Use <stdlib.h> instead of mkstemp.h.
1322         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
1323         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
1324         * lib/mkstemp.c: Don't include mkstemp.h.
1325         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
1326         * lib/stdlib--.h: Don't include mkstemp.h.
1327
1328         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
1329         (Depends-on): Add stdlib.
1330         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
1331         (Includes): Use <stdlib.h> instead of mkdtemp.h.
1332         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
1333         HAVE_MKDTEMP.
1334         * lib/mkdtemp.c: Don't include mkdtemp.h.
1335         * lib/clean-temp.c: Don't include mkdtemp.h.
1336
1337         * modules/exit (Files): Remove lib/exit.h.
1338         (Depends-on): Add stdlib.
1339         (Makefile.am): Remove lib_SOURCES.
1340         (Include): Use <stdlib.h> instead of exit.h.
1341         * lib/argmatch.c: Don't include exit.h.
1342         * lib/execute.c: Likewise.
1343         * lib/pagealign_alloc.c: Likewise.
1344         * lib/pipe.c: Likewise.
1345         * lib/wait-process.c: Likewise.
1346         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
1347         * lib/exitfail.c: Likewise.
1348         * lib/savewd.c: Likewise.
1349         * lib/xsetenv.c: Likewise.
1350
1351         * modules/stdlib: New file.
1352         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
1353         and extra comments about mkstemp().
1354         * lib/exit.h: Remove file.
1355         * lib/mkdtemp.h: Remove file.
1356         * lib/mkstemp.h: Remove file.
1357         * m4/stdlib_h.m4: New file.
1358         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
1359
1360 2007-02-18  Bruno Haible  <bruno@clisp.org>
1361
1362         * modules/math-tests: New file.
1363         * tests/test-math.c: New file.
1364
1365         * modules/math: New file.
1366         * modules/mathl (Files): Remove lib/mathl.h.
1367         (Depends-on): Add math.
1368         (Makefile.am): Don't mention mathl.h.
1369         (Include): Use <math.h> instead of mathl.h.
1370         * lib/math_.h: New file.
1371         * lib/mathl.h: Remove file.
1372         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
1373         mathl.h.
1374         * lib/asinl.c: Likewise.
1375         * lib/atanl.c: Likewise.
1376         * lib/ceill.c: Likewise.
1377         * lib/cosl.c: Likewise.
1378         * lib/expl.c: Likewise.
1379         * lib/floorl.c: Likewise.
1380         * lib/frexpl.c: Likewise.
1381         * lib/ldexpl.c: Likewise.
1382         * lib/logl.c: Likewise.
1383         * lib/sincosl.c: Likewise.
1384         * lib/sinl.c: Likewise.
1385         * lib/sqrtl.c: Likewise.
1386         * lib/tanl.c: Likewise.
1387         * lib/trigl.c: Likewise.
1388         * m4/math_h.m4: New file.
1389         * MODULES.html.sh (Mathematics): Add math.
1390
1391 2007-02-17  Bruno Haible  <bruno@clisp.org>
1392
1393         * modules/wctype-tests: New file.
1394         * tests/test-wctype.c: New file.
1395
1396         * modules/wchar-tests: New file.
1397         * tests/test-wchar.c: New file.
1398
1399         * modules/unistd-tests: New file.
1400         * tests/test-unistd.c: New file.
1401
1402         * modules/time-tests: New file.
1403         * tests/test-time.c: New file.
1404
1405         * modules/sysexits-tests: New file.
1406         * tests/test-sysexits.c: New file.
1407
1408         * modules/sys_time-tests: New file.
1409         * tests/test-sys_time.c: New file.
1410
1411         * modules/sys_stat-tests: New file.
1412         * tests/test-sys_stat.c: New file.
1413
1414         * modules/sys_socket-tests: New file.
1415         * tests/test-sys_socket.c: New file.
1416
1417         * modules/sys_select-tests: New file.
1418         * tests/test-sys_select.c: New file.
1419
1420         * modules/string-tests: New file.
1421         * tests/test-string.c: New file.
1422
1423         * modules/stdbool-tests: New file.
1424         * tests/test-stdbool.c: New file.
1425
1426         * modules/netinet_in-tests: New file.
1427         * tests/test-netinet_in.c: New file.
1428
1429         * modules/inttypes-tests: New file.
1430         * tests/test-inttypes.c: New file.
1431
1432         * modules/fcntl-tests: New file.
1433         * tests/test-fcntl.c: New file.
1434
1435         * modules/byteswap-tests: New file.
1436         * tests/test-byteswap.c: New file.
1437
1438         * modules/arpa_inet-tests: New file.
1439         * tests/test-arpa_inet.c: New file.
1440
1441 2007-02-17  Bruno Haible  <bruno@clisp.org>
1442
1443         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
1444         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
1445         if the corresponding module is not enabled. Emit link warnings if
1446         the function is used nevertheless.
1447         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
1448         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
1449         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
1450         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
1451         * modules/inttypes (Depends-on): Add link-warning.
1452         (Makefile.am): Copy the contents of build-aux/link-warning.h into
1453         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
1454         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
1455         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
1456         * modules/imaxdiv (configure.ac): Likewise.
1457         * modules/strtoimax (configure.ac): Likewise.
1458         * modules/strtoumax (configure.ac): Likewise.
1459
1460 2007-02-17  Bruno Haible  <bruno@clisp.org>
1461
1462         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
1463         gl_STRING_MODULE_INDICATOR_DEFAULTS.
1464         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
1465         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
1466
1467 2007-02-17  Bruno Haible  <bruno@clisp.org>
1468
1469         * modules/link-warning: New file.
1470         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
1471         * lib/string_.h (GL_LINK_WARNING): Remove definition.
1472         * modules/string (Depends-on): Add link-warning.
1473         (Makefile.am): Copy the contents of build-aux/link-warning.h into
1474         string.h.
1475         * MODULES.html.sh (Support for building libraries and executables): Add
1476         link-warning.
1477
1478 2007-02-17  Bruno Haible  <bruno@clisp.org>
1479
1480         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
1481         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
1482         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
1483         long lines.
1484
1485 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
1486             Bruno Haible  <bruno@clisp.org>
1487
1488         * modules/tmpfile: New file.
1489         * lib/tmpfile.c: New file.
1490         * m4/tmpfile.m4: New file.
1491         * MODULES.html.sh (func_all_modules): New section "Input/output".
1492
1493 2007-02-15  Bruno Haible  <bruno@clisp.org>
1494
1495         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
1496         (supports_delete_on_close): New function.
1497         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
1498
1499 2007-02-14  Bruno Haible  <bruno@clisp.org>
1500
1501         * modules/mbspcasecmp-tests: New file.
1502         * tests/test-mbspcasecmp.sh: New file.
1503         * tests/test-mbspcasecmp.c: New file.
1504
1505         New module mbspcasecmp.
1506         * modules/mbspcasecmp: New file.
1507         * lib/mbspcasecmp.c: New file.
1508         * lib/string_.h (strncasecmp): Change warning message.
1509         (mbspcasecmp): New declaration.
1510         * m4/mbspcasecmp.m4: New file.
1511         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1512         GNULIB_MBSPCASECMP.
1513         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
1514         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
1515
1516 2007-02-14  Bruno Haible  <bruno@clisp.org>
1517
1518         * modules/mbsncasecmp-tests: New file.
1519         * tests/test-mbsncasecmp.sh: New file.
1520         * tests/test-mbsncasecmp.c: New file.
1521
1522         New module mbsncasecmp.
1523         * modules/mbsncasecmp: New file.
1524         * lib/mbsncasecmp.c: New file.
1525         * lib/string_.h (mbsncasecmp): New declaration.
1526         * m4/mbsncasecmp.m4: New file.
1527         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1528         GNULIB_MBSNCASECMP.
1529         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
1530         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
1531
1532 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
1533
1534         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
1535         Verify that it doesn't overlap with our flags.
1536         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
1537         do not have the desired effect in multibyte locales; instead, use
1538         mbscasecmp.
1539         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
1540         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
1541         we don't require GNU fnmatch ourselves (if our users require it, they
1542         should do so explicitly).
1543
1544         Fix regex code so it doesn't rely on strcasecmp.
1545         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
1546         Otherwise, include gnulib's langinfo.h.
1547         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
1548         undesirable behavior in non-C locales.  Instead, rely on localecharset.
1549         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
1550         * modules/regex (FILES): Remove m4/codeset.m4.
1551         (Depends-on): Add localcharset.  Remove strcase.
1552
1553 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1554
1555         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
1556         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
1557
1558 2007-02-13  Bruno Haible  <bruno@clisp.org>
1559
1560         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
1561         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1562
1563 2007-02-12  Bruno Haible  <bruno@clisp.org>
1564
1565         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
1566         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
1567         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
1568         time warning rather than a link error.
1569
1570 2007-02-12  Bruno Haible  <bruno@clisp.org>
1571
1572         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
1573         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
1574         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1575
1576 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
1577
1578         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
1579         args, not 2.
1580
1581 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
1582
1583         New module 'time', so that apps can include <time.h> as per
1584         POSIX and GNU instead of separate include files like time_r.h
1585         and timegm.h.  This implementation tries out a simpler approach
1586         for replacing decls in standard include files (as compared to
1587         the string module), somewhat as an experiment.
1588
1589         * config/srclist.txt: Comment out mktime.c for now.
1590         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
1591         since it doesn't apply any more.  Use generic wording instead.
1592         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
1593         'time'.
1594         * lib/time_.h, m4/time_h.m4, modules/time: New files.
1595         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
1596         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
1597         Don't include <sys/types.h>; no longer needed since we assume C89.
1598         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
1599         * lib/strftime.c: Likewise.
1600         * lib/time_r.c: Likewise.
1601         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
1602         * lib/nanosleep.c: Include <time.h> first, to check interface.
1603         * lib/strptime.c: Likewise.
1604         * lib/time_r.c: Likewise.
1605         * lib/timegm.c: Likewise.
1606         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
1607         needed.
1608         * lib/timegm.c: Don't include timegm.h; no longer needed.
1609         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
1610         time.h now handles any problems in that area.
1611         (struct timespec, nanosleep): Remove; time.h now arranges for these.
1612         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
1613         that time.h defines struct timespec.
1614         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
1615         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
1616         handles that.
1617         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
1618         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
1619         needed.  Set REPLACE_LOCALTIME.
1620         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
1621         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
1622         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
1623         nanosleep; time_h.m4 now does that.  Don't require
1624         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
1625         module handles this now.
1626         * modules/getdate (Depends-on): Remove timespec.  Add time.
1627         * modules/nanosleep (Depends-on): Likewise.
1628         * modules/stat-time (Depends-on): Likewise.
1629         * modules/nanosleep (Include): Include time.h, not timespec.h.
1630         * modules/strptime (Files): Remove lib/strptime.h.
1631         (Depends-on): Add extensions, time.
1632         (Include): Include time.h, not strptime.h.
1633         * modules/time_r (Files): Remove lib/time_r.h.
1634         (Depends-on): Add time.
1635         (Include): Include time.h, not time_r.h.
1636         * modules/timegm: Likewise.
1637         * modules/timespec (Description): Now does timespec-related decls
1638         of our own, instead of struct timespec itself.
1639         (Depends-on): Add time; remove extensions.
1640         (Maintainer): Add self.
1641         * modules/utimecmp (Depends-on): Add time; remove timespec.
1642         * modules/utimens (Depends-on): Likewise.
1643         * modules/xnanosleep (Depends-on): Likewise.
1644
1645 2007-02-11  Bruno Haible  <bruno@clisp.org>
1646
1647         * lib/c-strstr.c: Include allocsa.h.
1648         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
1649         * lib/c-strcasestr.c: Include allocsa.h.
1650         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
1651         * lib/strcasestr.c: Include allocsa.h.
1652         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
1653         * lib/mbsstr.c: Include allocsa.h.
1654         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
1655         allocsa/freesa instead of malloc/free.
1656         * lib/mbscasestr.c: Include allocsa.h.
1657         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
1658         allocsa/freesa instead of malloc/free.
1659         * modules/c-strstr (Depends-on): Add allocsa.
1660         * modules/c-strcasestr (Depends-on): Likewise.
1661         * modules/strcasestr (Depends-on): Likewise.
1662         * modules/mbsstr (Depends-on): Likewise.
1663         * modules/mbscasestr (Depends-on): Likewise.
1664
1665 2007-02-11  Bruno Haible  <bruno@clisp.org>
1666
1667         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
1668
1669         * modules/mbsspn-tests: New file.
1670         * tests/test-mbsspn.sh: New file.
1671         * tests/test-mbsspn.c: New file.
1672
1673 2007-02-11  Bruno Haible  <bruno@clisp.org>
1674
1675         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
1676
1677         * modules/mbspbrk-tests: New file.
1678         * tests/test-mbspbrk.sh: New file.
1679         * tests/test-mbspbrk.c: New file.
1680
1681 2007-02-11  Bruno Haible  <bruno@clisp.org>
1682
1683         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
1684         unneeded cast.
1685
1686         * modules/mbscspn-tests: New file.
1687         * tests/test-mbscspn.sh: New file.
1688         * tests/test-mbscspn.c: New file.
1689
1690 2007-02-11  Bruno Haible  <bruno@clisp.org>
1691
1692         * modules/mbscasecmp-tests: New file.
1693         * tests/test-mbscasecmp.sh: New file.
1694         * tests/test-mbscasecmp.c: New file.
1695
1696 2007-02-11  Bruno Haible  <bruno@clisp.org>
1697
1698         Ensure O(n) worst-case complexity of mbscasestr.
1699         * lib/mbscasestr.c: Include stdbool.h.
1700         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
1701         functions.
1702         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
1703         the bookkeeping indicates that it's worth it.
1704         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
1705
1706         * modules/mbscasestr-tests: New file.
1707         * tests/test-mbscasestr1.c: New file.
1708         * tests/test-mbscasestr2.sh: New file.
1709         * tests/test-mbscasestr2.c: New file.
1710         * tests/test-mbscasestr3.sh: New file.
1711         * tests/test-mbscasestr3.c: New file.
1712         * tests/test-mbscasestr4.sh: New file.
1713         * tests/test-mbscasestr4.c: New file.
1714         * m4/locale-tr.m4: New file.
1715
1716 2007-02-11  Bruno Haible  <bruno@clisp.org>
1717
1718         Ensure O(n) worst-case complexity of mbsstr.
1719         * lib/mbsstr.c: Include stdbool.h.
1720         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
1721         functions.
1722         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
1723         bookkeeping indicates that it's worth it.
1724         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
1725
1726         * modules/mbsstr-tests: New file.
1727         * tests/test-mbsstr1.c: New file.
1728         * tests/test-mbsstr2.sh: New file.
1729         * tests/test-mbsstr2.c: New file.
1730         * tests/test-mbsstr3.sh: New file.
1731         * tests/test-mbsstr3.c: New file.
1732         * m4/locale-fr.m4: New file.
1733
1734 2007-02-11  Bruno Haible  <bruno@clisp.org>
1735
1736         * lib/mbsrchr.c (mbsrchr): Fix bug.
1737
1738         * modules/mbsrchr-tests: New file.
1739         * tests/test-mbsrchr.sh: New file.
1740         * tests/test-mbsrchr.c: New file.
1741
1742 2007-02-11  Bruno Haible  <bruno@clisp.org>
1743
1744         * lib/mbschr.c (mbschr): Fix bug.
1745
1746         * modules/mbschr-tests: New file.
1747         * tests/test-mbschr.sh: New file.
1748         * tests/test-mbschr.c: New file.
1749         * m4/locale-zh.m4: New file.
1750
1751 2007-02-11  Bruno Haible  <bruno@clisp.org>
1752
1753         Support for copying multibyte string iterators.
1754         * lib/mbiter.h: Include <string.h>.
1755         (mbiter_multi_copy): New function.
1756         (mbi_copy): New macro.
1757         * lib/mbuiter.h: Include <string.h>.
1758         (mbuiter_multi_copy): New function.
1759         (mbui_copy): New macro.
1760
1761 2007-02-11  Bruno Haible  <bruno@clisp.org>
1762
1763         New module mbslen.
1764         * modules/mbslen: New file.
1765         * lib/mbslen.c: New file.
1766         * lib/string_.h (mbslen): New declaration.
1767         * m4/mbslen.m4: New file.
1768         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1769         GNULIB_MBSLEN.
1770         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
1771         * MODULES.html.sh (Internationalization functions): Add mbslen.
1772
1773 2007-02-11  Bruno Haible  <bruno@clisp.org>
1774
1775         Ensure O(n) worst-case complexity of strcasestr substitute.
1776         * lib/strcasestr.c: Include stdbool.h.
1777         (knuth_morris_pratt): New function.
1778         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
1779         bookkeeping indicates that it's worth it.
1780         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
1781
1782         * modules/strcasestr-tests: New file.
1783         * tests/test-strcasestr.c: New file.
1784
1785 2007-02-11  Bruno Haible  <bruno@clisp.org>
1786
1787         Ensure O(n) worst-case complexity of c_strcasestr.
1788         * lib/c-strcasestr.c: Include stdbool.h, string.h.
1789         (knuth_morris_pratt): New function.
1790         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
1791         the bookkeeping indicates that it's worth it.
1792         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
1793
1794         * modules/c-strcasestr-tests: New file.
1795         * tests/test-c-strcasestr.c: New file.
1796
1797 2007-02-11  Bruno Haible  <bruno@clisp.org>
1798
1799         Ensure O(n) worst-case complexity of c_strstr.
1800         * lib/c-strstr.c: Include stdbool.h, string.h.
1801         (knuth_morris_pratt): New function.
1802         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
1803         bookkeeping indicates that it's worth it.
1804         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
1805
1806         * lib/c-strstr.c: Complete rewrite for maintainability.
1807
1808         * modules/c-strstr-tests: New file.
1809         * tests/test-c-strstr.c: New file.
1810
1811 2007-02-11  Bruno Haible  <bruno@clisp.org>
1812
1813         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
1814         5.2.1 and earlier, whereby \055 was treated just like the range
1815         delimiter '-'.
1816         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
1817
1818 2007-02-08  Bruno Haible  <bruno@clisp.org>
1819
1820         * modules/regex (Depends-on): Add stdbool.
1821         Reported by Dalibor Topic <robilad@kaffe.org>.
1822
1823 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
1824
1825         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
1826         Prefer returning from main to exiting from it.
1827         Remove unnecessary parens after sizeof.
1828
1829 2007-02-05  Bruno Haible  <bruno@clisp.org>
1830
1831         New module mbssep.
1832         * modules/mbssep: New file.
1833         * lib/mbssep.c: New file.
1834         * lib/string_.h (strsep): Add a conditional link warning.
1835         (mbssep): New declaration.
1836         * m4/mbssep.m4: New file.
1837         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1838         GNULIB_MBSSEP.
1839         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
1840         * MODULES.html.sh (Internationalization functions): Add mbssep.
1841
1842 2007-02-05  Bruno Haible  <bruno@clisp.org>
1843
1844         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
1845         Optimize search in case of 1 delimiter.
1846
1847 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
1848
1849         * lib/acl.h: Include sys/types.h before sys/acl.h.
1850
1851 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
1852
1853         Merge upstream fix for glibc bugzilla #3957:
1854
1855         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
1856
1857         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
1858         bit for RE_HAT_LISTS_NOT_NEWLINE.
1859         (build_charclass_op): Remove bogus comment.
1860
1861 2007-02-05  Simon Josefsson  <simon@josefsson.org>
1862
1863         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
1864
1865 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
1866
1867         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
1868         * lib/memmem.c [!defined _LIBC]: Include config.h.
1869
1870 2007-02-04  Bruno Haible  <bruno@clisp.org>
1871
1872         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
1873         warning message.
1874
1875 2007-02-04  Bruno Haible  <bruno@clisp.org>
1876
1877         New module mbstok_r.
1878         * modules/mbstok_r: New file.
1879         * lib/mbstok_r.c: New file.
1880         * lib/string_.h (strtok_r): Change argument names to match the
1881         comments. Add a conditional link warning.
1882         (mbstok_r): New declaration.
1883         * m4/mbstok_r.m4: New file.
1884         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1885         GNULIB_MBSTOK_R.
1886         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
1887         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
1888
1889 2007-02-04  Bruno Haible  <bruno@clisp.org>
1890
1891         New module mbsspn.
1892         * modules/mbsspn: New file.
1893         * lib/mbsspn.c: New file.
1894         * lib/string_.h (strspn): Add a conditional link warning.
1895         (mbsspn): New declaration.
1896         * m4/mbsspn.m4: New file.
1897         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1898         GNULIB_MBSSPN.
1899         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
1900         * MODULES.html.sh (Internationalization functions): Add mbsspn.
1901
1902 2007-02-04  Bruno Haible  <bruno@clisp.org>
1903
1904         New module mbspbrk.
1905         * modules/mbspbrk: New file.
1906         * lib/mbspbrk.c: New file.
1907         * lib/string_.h (strpbrk): Add a conditional link warning.
1908         (mbspbrk): New declaration.
1909         * m4/mbspbrk.m4: New file.
1910         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1911         GNULIB_MBSPBRK.
1912         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
1913         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
1914
1915 2007-02-04  Bruno Haible  <bruno@clisp.org>
1916
1917         New module mbscspn.
1918         * modules/mbscspn: New file.
1919         * lib/mbscspn.c: New file.
1920         * lib/string_.h (strcspn): Add a conditional link warning.
1921         (mbscspn): New declaration.
1922         * m4/mbscspn.m4: New file.
1923         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1924         GNULIB_MBSCSPN.
1925         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
1926         * MODULES.html.sh (Internationalization functions): Add mbscspn.
1927
1928 2007-02-04  Bruno Haible  <bruno@clisp.org>
1929
1930         New module mbscasestr, reduced goal of strcasestr.
1931         * modules/mbscasestr: New file.
1932         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
1933         (mbscasestr): Renamed from strcasestr.
1934         * lib/strcasestr.c: Don't include mbuiter.h.
1935         (strcasestr): Remove support for multibyte locales.
1936         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
1937         Change the conditional link warning.
1938         (mbscasestr): New declaration.
1939         * m4/mbscasestr.m4: New file.
1940         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
1941         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
1942         REPLACE_STRCASESTR.
1943         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
1944         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
1945         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
1946         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
1947         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
1948         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
1949         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
1950         (Depends-on): Remove mbuiter.
1951         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
1952
1953 2007-02-04  Bruno Haible  <bruno@clisp.org>
1954
1955         Simplify handling of strncasecmp.
1956         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
1957         the conditional link warning.
1958         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
1959         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
1960         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
1961         * modules/strcase (configure.ac): Don't invoke
1962         gl_STRING_MODULE_INDICATOR.
1963         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
1964
1965 2007-02-04  Bruno Haible  <bruno@clisp.org>
1966
1967         New module mbscasecmp, reduced goal of strcasecmp.
1968         * modules/mbscasecmp: New file.
1969         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
1970         (mbscasecmp): Renamed from strcasecmp.
1971         * lib/strcasecmp.c: Don't include mbuiter.h.
1972         (strcasecmp): Remove support for multibyte locales.
1973         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
1974         Change the conditional link warning.
1975         (mbscasecmp): New declaration.
1976         * m4/mbscasecmp.m4: New file.
1977         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
1978         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
1979         REPLACE_STRCASECMP.
1980         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
1981         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1982         GNULIB_MBSCASECMP.
1983         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
1984         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
1985         * modules/strcase (Files): Remove m4/mbrtowc.m4.
1986         (Depends-on): Remove mbuiter.
1987         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
1988
1989 2007-02-04  Bruno Haible  <bruno@clisp.org>
1990
1991         New module mbsstr. Remove module strstr.
1992         * modules/mbsstr: New file.
1993         * modules/strstr: Remove file.
1994         * lib/mbsstr.c: Renamed from lib/strstr.c.
1995         (mbsstr): Renamed from strstr.
1996         * lib/string_.h (strstr): Remove declaration. Change the conditional
1997         link warning.
1998         (mbsstr): New declaration.
1999         * m4/mbsstr.m4: New file.
2000         * m4/strstr.m4: Remove file.
2001         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
2002         REPLACE_STRSTR.
2003         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
2004         Don't initialize GNULIB_STRSTR.
2005         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
2006         substitute GNULIB_STRSTR and REPLACE_STRSTR.
2007         * MODULES.html.sh (Internationalization functions): Add mbsstr.
2008         (Support for systems lacking ANSI C 89): Remove strstr.
2009
2010 2007-02-04  Bruno Haible  <bruno@clisp.org>
2011
2012         New module mbsrchr.
2013         * modules/mbsrchr: New file.
2014         * lib/mbsrchr.c: New file.
2015         * lib/string_.h (strrchr): Add a conditional link warning.
2016         (mbsrchr): New declaration.
2017         * m4/mbsrchr.m4: New file.
2018         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2019         GNULIB_MBSRCHR.
2020         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
2021         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
2022
2023 2007-02-04  Bruno Haible  <bruno@clisp.org>
2024
2025         New module mbschr.
2026         * modules/mbschr: New file.
2027         * lib/mbschr.c: New file.
2028         * lib/string_.h (strchr): Add a conditional link warning.
2029         (mbschr): New declaration.
2030         * m4/mbschr.m4: New file.
2031         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2032         GNULIB_MBSCHR.
2033         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
2034         * MODULES.html.sh (Internationalization functions): Add mbschr.
2035
2036 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
2037
2038         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
2039
2040         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
2041
2042 2007-02-04  Bruno Haible  <bruno@clisp.org>
2043
2044         New module description section 'configure.ac-early'.
2045         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
2046         (func_get_autoconf_early_snippet): New function.
2047         (func_import, func_create_testdir): Use it. Remove special cases for
2048         modules 'extensions' and 'lock'.
2049         * modules/extensions (configure.ac-early): Require
2050         gl_USE_SYSTEM_EXTENSIONS.
2051         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
2052
2053 2007-02-04  Bruno Haible  <bruno@clisp.org>
2054
2055         Make use of gcj-4.3's -fsource and -ftarget option.
2056         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
2057         and if so try the options -fsource and -ftarget.
2058         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
2059         source_version, ftarget_option, target_version arguments.
2060         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
2061         (is_envjavac_oldgcj_14_14_usable): Renamed from
2062         is_envjavac_gcj_14_14_usable.
2063         (is_envjavac_oldgcj_14_13_usable): Renamed from
2064         is_envjavac_gcj_14_13_usable.
2065         (is_gcj_present): Update.
2066         (is_gcj_43, is_gcj43_usable): New functions.
2067         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
2068         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
2069         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
2070         try the options -fsource and -ftarget.
2071
2072 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
2073
2074         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
2075         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
2076         larger value.
2077
2078 2007-02-03  Jim Meyering  <jim@meyering.net>
2079
2080         Give tools a better chance to allocate space for very large buffers.
2081         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
2082
2083         Make pwd and readlink work also when run with an unreadable parent dir
2084         on systems with openat support.
2085         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
2086         provided getcwd function, even when we have openat support.
2087         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
2088
2089 2007-02-02  Bruno Haible  <bruno@clisp.org>
2090
2091         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
2092         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
2093         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
2094         portability problems if one of these functions is only used on specific
2095         platforms.
2096         Reported by Paul Eggert.
2097
2098 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
2099
2100         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
2101         is causing more trouble than it's curing.
2102         * lib/regex_internal.h (__mempcpy): Remove.
2103         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
2104         (and make the code a tad smaller to boot).
2105         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
2106
2107 2007-02-02  Jim Meyering  <jim@meyering.net>
2108
2109         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
2110         section, not in the Makefile.am: one.
2111
2112 2007-02-02  Eric Blake  <ebb9@byu.net>
2113
2114         * lib/strchrnul.c: Always include config.h first.
2115
2116         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
2117         gnulib strstr is not necessary here.
2118
2119 2007-02-02  Simon Josefsson  <simon@josefsson.org>
2120
2121         * m4/socklen.m4: Fix typo.
2122
2123 2007-02-02  Eric Blake  <ebb9@byu.net>
2124
2125         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
2126         * modules/netinet_in (Makefile.am): Likewise.
2127
2128 2007-02-01  Bruno Haible  <bruno@clisp.org>
2129
2130         * lib/string_.h (GL_LINK_WARNING): New macro.
2131         (strcasecmp, strstr, strcasestr): If provided by the system,
2132         conditionally define as a macro that leads to a warning instead of to
2133         an error.
2134         (strncasecmp): Conditionally define as a macro that leads to a warning.
2135
2136 2007-02-01  Karl Berry  <karl@gnu.org>
2137
2138         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
2139
2140 2007-02-01  Bruno Haible  <bruno@clisp.org>
2141
2142         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
2143         renamings.
2144
2145 2007-02-01  Eric Blake  <ebb9@byu.net>
2146
2147         * modules/regex (Depends-on): Revert dependence on mempcpy.
2148         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
2149         module's definition of mempcpy.
2150         Reported by Paul Eggert.
2151
2152 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
2153
2154         * lib/string_.h: If the gnulib module XYZ is not present, undefine
2155         the symbol XYZ before redefining it.  This fixes a problem with
2156         programs that don't use XYZ, when compiled on systems that define
2157         XYZ to something else.
2158
2159 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
2160
2161         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
2162         occurs when "mkdir -m foo" creates a setgid directory that is (1)
2163         writeable to group or other and (2) is intended to have a special
2164         mode bit that is set or cleared.  In such a case, the directory
2165         should be neither group- nor other-writeable until the special
2166         mode bits are right.
2167
2168 2007-01-31  Eric Blake  <ebb9@byu.net>
2169
2170         * modules/mountlist (Depends-on): Add strstr.
2171
2172         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
2173         bug.
2174         * modules/string (Makefile.am): Remove redundant replacement.
2175         * modules/regex (Depends-on): Add mempcpy.
2176
2177 2007-01-31  Bruno Haible  <bruno@clisp.org>
2178
2179         New module description field 'Link'.
2180         * gnulib-tool (func_usage): Document --extract-link-directive.
2181         (sed_extract_prog): Recognize 'Link' directive.
2182         (func_get_link_directive): New function.
2183         (func_import): Show summary of link directives.
2184         Handle --extract-link-directive option.
2185         * modules/acl (Link): New section.
2186         * modules/clock-time (Link): New section.
2187         * modules/euidaccess (Link): New section.
2188         * modules/gettext (Link): New section.
2189         * modules/iconv (Link): New section.
2190         * modules/lock (Link): New section.
2191         * modules/nanosleep (Link): New section.
2192         * modules/readline (Link): New section.
2193
2194 2007-01-27  Bruno Haible  <bruno@clisp.org>
2195
2196         Enforce the use of gnulib modules for unportable <string.h> functions.
2197         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
2198         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
2199         (gl_HEADER_STRING_H_BODY): Require it.
2200         * lib/string_.h: If the gnulib module XYZ is not present, redefine
2201         the symbol XYZ to one that gives a link error.
2202         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
2203         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
2204         * modules/mempcpy (configure.ac): Likewise.
2205         * modules/memrchr (configure.ac): Likewise.
2206         * modules/stpcpy (configure.ac): Likewise.
2207         * modules/stpncpy (configure.ac): Likewise.
2208         * modules/strcase (configure.ac): Likewise.
2209         * modules/strcasestr (configure.ac): Likewise.
2210         * modules/strchrnul (configure.ac): Likewise.
2211         * modules/strdup (configure.ac): Likewise.
2212         * modules/strndup (configure.ac): Likewise.
2213         * modules/strnlen (configure.ac): Likewise.
2214         * modules/strpbrk (configure.ac): Likewise.
2215         * modules/strsep (configure.ac): Likewise.
2216         * modules/strstr (configure.ac): Likewise.
2217         * modules/strtok_r (configure.ac): Likewise.
2218
2219 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
2220
2221         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
2222
2223 2007-01-30  Jim Meyering  <jim@meyering.net>
2224
2225         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
2226
2227 2007-01-29  Bruno Haible  <bruno@clisp.org>
2228
2229         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
2230         * lib/execute.c: Likewise.
2231         * lib/pipe.c: Likewise.
2232         * lib/printf-args.h: Likewise.
2233         * lib/printf-args.c: Likewise.
2234         * lib/printf-parse.c: Likewise.
2235         * lib/vasnprintf.c: Likewise.
2236
2237 2007-01-29  Eric Blake  <ebb9@byu.net>
2238
2239         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
2240         declaration.
2241
2242 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
2243
2244         * lib/strptime.h (strptime): Use 'restrict' for args where
2245         POSIX requires this.
2246         * lib/strptime.c (strptime): Likewise.
2247         Change license notice from LGPL to GPL, since gnulib-tool will
2248         change this as needed.
2249         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
2250         defined.
2251         Include "strptime.h" first, to check interface.
2252         Do not #undef _LIBC and _NL_CURRENT.
2253         Do not include <stdlib.h>; no longer needed.
2254         Include "time_r.h" and declare ptime_locale_status
2255         only if _LIBC is not defined.
2256         (__P): Remove unused macro.
2257         (match_string): Bring back glibc version, but use it only if _LIBC
2258         is defined.
2259         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
2260         Remove unnecessary assertion and abort() call.
2261         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
2262         * m4/strptime.m4: Fix serial number comment.
2263         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
2264         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
2265         (Depends-on): Add time_r.
2266
2267 2007-01-29  Bruno Haible  <bruno@clisp.org>
2268
2269         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
2270         strptime.
2271         * modules/strptime (Depends-on): Add stdbool.
2272         * lib/strptime.h: Include <time.h> always. Add comments.
2273
2274 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
2275
2276         * modules/strptime: New file.
2277         * lib/strptime.h: New file.
2278         * lib/strptime.c: New file.
2279         * m4/strptime.m4: New file.
2280
2281 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
2282
2283         * MODULES.html.sh: New module mpsort.
2284         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
2285
2286         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
2287         a circularity problem with HP-UX ia64 reported by Bob Proulx in
2288         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
2289         All uses changed.
2290         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
2291         All uses changed.
2292         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
2293         to _Restrict_.
2294         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
2295         the parameter matches the prototype.
2296
2297 2007-01-28  Jim Meyering  <jim@meyering.net>
2298
2299         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
2300         sys/time.h here, reverting that part of the previous patch:
2301         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
2302
2303 2007-01-28  Bruno Haible  <bruno@clisp.org>
2304
2305         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
2306         value of $(SYS_TIME_H).
2307         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
2308         remove it conditionally, too. [added by Jim Meyering]
2309         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
2310         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
2311         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
2312         GETTIMEOFDAY_REPLACEMENT to 1.
2313
2314 2007-01-28  Bruno Haible  <bruno@clisp.org>
2315
2316         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
2317         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
2318         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
2319         Set UNISTD_H instead of UNISTD_H2.
2320         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
2321
2322 2007-01-28  Bruno Haible  <bruno@clisp.org>
2323
2324         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
2325         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
2326
2327 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2328
2329         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
2330         (func_create_testdir): Ensure C locale for `grep' and `tr'
2331         character ranges.
2332         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
2333         ACLOCAL_AMFLAGS parsing state machine.
2334
2335 2007-01-27  Bruno Haible  <bruno@clisp.org>
2336
2337         * modules/unistr/base: Update.
2338
2339 2007-01-27  Bruno Haible  <bruno@clisp.org>
2340
2341         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
2342         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
2343         * modules/unistr/u32-mbtouc-unsafe: Renamed from
2344         modules/unistr/u32-mbtouc.
2345         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
2346         * lib/unistr.h: Update.
2347         * lib/linebreak.c: Update.
2348         * modules/unistr/u32-mbtouc: Renamed from
2349         modules/unistr/u32-mbtouc-safe.
2350         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
2351         * lib/unistr.h: Update.
2352         * lib/unistr/u32-to-u8.c: Update.
2353         * lib/unistr/u32-to-u16.c: Update.
2354
2355 2007-01-27  Bruno Haible  <bruno@clisp.org>
2356
2357         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
2358         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
2359         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
2360         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
2361         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
2362         * modules/unistr/u16-mbtouc-unsafe: Renamed from
2363         modules/unistr/u16-mbtouc.
2364         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
2365         * lib/unistr.h: Update.
2366         * lib/linebreak.c: Update.
2367         * modules/linebreak: Update.
2368         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
2369         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
2370         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
2371         * modules/unistr/u16-mbtouc: Renamed from
2372         modules/unistr/u16-mbtouc-safe.
2373         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
2374         * lib/unistr.h: Update.
2375         * lib/unistr/u16-to-u8.c: Update.
2376         * modules/unistr/u16-to-u8: Update.
2377         * lib/unistr/u16-to-u32.c: Update.
2378         * modules/unistr/u16-to-u32: Update.
2379
2380 2007-01-27  Bruno Haible  <bruno@clisp.org>
2381
2382         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
2383         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
2384         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
2385         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
2386         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
2387         * modules/unistr/u8-mbtouc-unsafe: Renamed from
2388         modules/unistr/u8-mbtouc.
2389         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
2390         * lib/unistr.h: Update.
2391         * lib/striconveh.c: Update.
2392         * modules/striconveh: Update.
2393         * lib/linebreak.c: Update.
2394         * modules/linebreak: Update.
2395         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
2396         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
2397         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
2398         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
2399         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
2400         * lib/unistr.h: Update.
2401         * lib/striconveh.c: Update.
2402         * modules/striconveh: Update.
2403         * lib/unistr/u8-to-u16.c: Update.
2404         * modules/unistr/u8-to-u16: Update.
2405         * lib/unistr/u8-to-u32.c: Update.
2406         * modules/unistr/u8-to-u32: Update.
2407
2408 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2409
2410         Sync from Libtool.
2411         * lib/argz.c: Do not include strings.h nor memory.h, include
2412         string.h unconditionally.  Patch by Simon Josefsson.
2413
2414 2007-01-27  Bruno Haible  <bruno@clisp.org>
2415
2416         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
2417         from gl_HEADER_STRING_H_BODY.
2418         (gl_HEADER_STRING_H_BODY): Require it.
2419         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
2420         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
2421         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
2422         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
2423         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
2424         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
2425         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
2426         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
2427         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
2428         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
2429         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
2430         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
2431         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
2432         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
2433         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
2434
2435 2007-01-27  Bruno Haible  <bruno@clisp.org>
2436
2437         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
2438         check_PROGRAMS into noinst_PROGRAMS.
2439         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
2440         check_PROGRAMS in this case.
2441         (func_import): Set for_test to false.
2442         (func_create_testdir): Set for_test to true.
2443
2444 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
2445             Bruno Haible  <bruno@clisp.org>
2446
2447         * modules/strcasestr (Files): Remove lib/strcasestr.h.
2448         (Depends-on): Add string.
2449         (Includes): Use <string.h> instead of strcasestr.h.
2450         * modules/string (Makefile.am): Also substitute the value of
2451         REPLACE_STRCASESTR.
2452         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
2453         assume strcasestr is declared in <string.h> not <strings.h>. Also
2454         set REPLACE_STRCASESTR.
2455         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
2456         REPLACE_STRCASESTR.
2457         * lib/strcasestr.h: Remove file.
2458         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
2459         * lib/string_.h (strcasestr): New declaration.
2460
2461 2007-01-27  Bruno Haible  <bruno@clisp.org>
2462
2463         * lib/string_.h: Use 'extern'.
2464
2465 2007-01-27  Jim Meyering  <jim@meyering.net>
2466
2467         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
2468         of set-but-not-used local, "q".
2469
2470         * lib/mempcpy.c: Include <config.h> before <string.h>.
2471         This fixes a compilation error on HP-UX, due to the system's
2472         "restrict"-using mempcpy prototype.
2473
2474 2007-01-26  Bruno Haible  <bruno@clisp.org>
2475
2476         Small optimization.
2477         * lib/javacomp.c: Include c-strstr.h.
2478          (is_envjavac_gcj): Use c_strstr instead of strstr.
2479         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
2480
2481 2007-01-26  Bruno Haible  <bruno@clisp.org>
2482
2483         * MODULES.html.sh (Unicode string functions): Add the new modules.
2484
2485         * modules/uniconv/u32-strconv-to-locale: New file.
2486         * lib/uniconv/u32-strconv-to-locale.c: New file.
2487
2488         * modules/uniconv/u16-strconv-to-locale: New file.
2489         * lib/uniconv/u16-strconv-to-locale.c: New file.
2490
2491         * modules/uniconv/u8-strconv-to-locale: New file.
2492         * lib/uniconv/u8-strconv-to-locale.c: New file.
2493
2494         * modules/uniconv/u32-strconv-from-locale: New file.
2495         * lib/uniconv/u32-strconv-from-locale.c: New file.
2496
2497         * modules/uniconv/u16-strconv-from-locale: New file.
2498         * lib/uniconv/u16-strconv-from-locale.c: New file.
2499
2500         * modules/uniconv/u8-strconv-from-locale: New file.
2501         * lib/uniconv/u8-strconv-from-locale.c: New file.
2502
2503         * modules/uniconv/u32-strconv-to-enc: New file.
2504         * lib/uniconv/u32-strconv-to-enc.c: New file.
2505         * modules/uniconv/u32-strconv-to-enc-tests: New file.
2506         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
2507
2508         * modules/uniconv/u16-strconv-to-enc: New file.
2509         * lib/uniconv/u16-strconv-to-enc.c: New file.
2510         * lib/uniconv/u-strconv-to-enc.h: New file.
2511         * modules/uniconv/u16-strconv-to-enc-tests: New file.
2512         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
2513
2514         * modules/uniconv/u8-strconv-to-enc: New file.
2515         * lib/uniconv/u8-strconv-to-enc.c: New file.
2516         * modules/uniconv/u8-strconv-to-enc-tests: New file.
2517         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
2518
2519         * modules/uniconv/u32-strconv-from-enc: New file.
2520         * lib/uniconv/u32-strconv-from-enc.c: New file.
2521         * modules/uniconv/u32-strconv-from-enc-tests: New file.
2522         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
2523
2524         * modules/uniconv/u16-strconv-from-enc: New file.
2525         * lib/uniconv/u16-strconv-from-enc.c: New file.
2526         * modules/uniconv/u16-strconv-from-enc-tests: New file.
2527         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
2528
2529         * modules/uniconv/u8-strconv-from-enc: New file.
2530         * lib/uniconv/u8-strconv-from-enc.c: New file.
2531         * lib/uniconv/u-strconv-from-enc.h: New file.
2532         * modules/uniconv/u8-strconv-from-enc-tests: New file.
2533         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
2534
2535         * modules/uniconv/u32-conv-from-enc: New file.
2536         * lib/uniconv/u32-conv-from-enc.c: New file.
2537         * modules/uniconv/u32-conv-from-enc-tests: New file.
2538         * tests/uniconv/test-u32-conv-from-enc.c: New file.
2539
2540         * modules/uniconv/u16-conv-from-enc: New file.
2541         * lib/uniconv/u16-conv-from-enc.c: New file.
2542         * lib/uniconv/u-conv-from-enc.h: New file.
2543         * modules/uniconv/u16-conv-from-enc-tests: New file.
2544         * tests/uniconv/test-u16-conv-from-enc.c: New file.
2545
2546         * modules/uniconv/u8-conv-from-enc: New file.
2547         * lib/uniconv/u8-conv-from-enc.c: New file.
2548         * modules/uniconv/u8-conv-from-enc-tests: New file.
2549         * tests/uniconv/test-u8-conv-from-enc.c: New file.
2550
2551         * modules/uniconv/base: New file.
2552         * lib/uniconv.h: New file.
2553
2554 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
2555
2556         * doc/gnulib-tool.texi (Initial import): Update to match current
2557         behavior with strdup module.
2558         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
2559         * lib/memmem.h: Remove; all uses removed.  This is now done
2560         by <string.h>.
2561         * lib/mempcpy.h: Likewise.
2562         * lib/memrchr.h: Likewise.
2563         * lib/stpcpy.h: Likewise.
2564         * lib/stpncpy.h: Likewise.
2565         * lib/strcase.h: Likewise.
2566         * lib/strchrnul.h: Likewise.
2567         * lib/strdup.h: Likewise.
2568         * lib/strndup.h: Likewise.
2569         * lib/strnlen.h: Likewise.
2570         * lib/strpbrk.h: Likewise.
2571         * lib/strsep.h: Likewise.
2572         * lib/strstr.h: Likewise.
2573         * lib/strtok_r.h: Likewise.
2574         * lib/string_.h: New file.
2575         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
2576         Rely on <string.h> instead.
2577         * lib/canon-host.c: Likewise.
2578         * lib/chdir-long.c: Likewise.
2579         * lib/concatpath.c: Likewise.
2580         * lib/exclude.c: Likewise.
2581         * lib/fchdir.c: Likewise.
2582         * lib/getaddrinfo.c: Likewise.
2583         * lib/getcwd.c: Likewise.
2584         * lib/getsubopt.c: Likewise.
2585         * lib/glob.c: Likewise.
2586         * lib/hard-locale.c: Likewise.
2587         * lib/iconvme.c: Likewise.
2588         * lib/javacomp.c: Likewise.
2589         * lib/mempcpy.c: Likewise.
2590         * lib/memrchr.c: Likewise.
2591         * lib/regex_internal.h: Likewise.
2592         * lib/stpncpy.c: Likewise.
2593         * lib/strcasecmp.c: Likewise.
2594         * lib/strchrnul.c: Likewise.
2595         * lib/strdup.c: Likewise.
2596         * lib/striconv.c: Likewise.
2597         * lib/striconveh.c: Likewise.
2598         * lib/striconveha.c: Likewise.
2599         * lib/strncasecmp.c: Likewise.
2600         * lib/strndup.c: Likewise.
2601         * lib/strnlen.c: Likewise.
2602         * lib/strsep.c: Likewise.
2603         * lib/strstr.c: Likewise.
2604         * lib/strtok_r.c: Likewise.
2605         * lib/userspec.c: Likewise.
2606         * lib/w32spawn.h: Likewise.
2607         * lib/xstrndup.c: Likewise.
2608         * lib/mountlist.c (strstr): Remove decl.
2609         * m4/string_h.m4: New file.
2610         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
2611         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
2612         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
2613         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
2614         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
2615         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
2616         Set REPLACE_STRCASECMP if necessary.
2617         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
2618         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
2619         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
2620         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
2621         HAVE_DECL_STRDUP if necessary.
2622         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
2623         since gl_FUNC_STRNDUP does that now.
2624         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
2625         Check for decl here...
2626         (gl_PREREQ_STRNLEN): ... not here.
2627         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
2628         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
2629         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
2630         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
2631         necessary.
2632         * modules/string: New file.
2633         * modules/memmem (Files): Remove special-purpose include file.
2634         (Depends-on): Add string.
2635         (Include): Include <string.h>, not the removed file.
2636         * modules/mempcpy: Likewise.
2637         * modules/memrchr: Likewise.
2638         * modules/stpcpy: Likewise.
2639         * modules/stpncpy: Likewise.
2640         * modules/strcase: Likewise.
2641         * modules/strchrnul: Likewise.
2642         * modules/strdup: Likewise.
2643         * modules/strndup: Likewise.
2644         * modules/strnlen: Likewise.
2645         * modules/strpbrk: Likewise.
2646         * modules/strsep: Likewise.
2647         * modules/strstr: Likewise.
2648         * modules/strtok_r: Likewise.
2649         * tests/test-dirname.c: Don't include "strdup.h", since
2650         <string.h> now suffices.
2651         * tests/test-memmem.c: Don't include "memmem.h", since
2652         <string.h> now suffices.
2653
2654 2007-01-25  Bruno Haible  <bruno@clisp.org>
2655
2656         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
2657         *resultp is 0.
2658
2659         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
2660         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
2661         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
2662         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
2663
2664         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
2665         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
2666         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
2667         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
2668         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
2669         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
2670
2671 2007-01-24  Bruno Haible  <bruno@clisp.org>
2672
2673         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
2674         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
2675         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
2676         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
2677         gl_FUNC_FTS_CORE.
2678         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
2679         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
2680         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
2681         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
2682         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
2683         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
2684         gl_FUNC_FCHOWNAT.
2685         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
2686         gl_FUNC_STRFTIME.
2687         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
2688         Reported by Ralf Wildenhues.
2689
2690 2007-01-24  Bruno Haible  <bruno@clisp.org>
2691
2692         Drop AC_REQUIRE calls that are redundant with the module dependencies.
2693         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
2694         gl_GETADDRINFO.
2695         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
2696         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
2697         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
2698
2699 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
2700
2701         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
2702         Don't use 'exit'; just return from 'main'.
2703         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
2704
2705         * lib/fnmatch_.h: Readjust white space and comments to match
2706         glibc, to avoid spurious diffs.
2707
2708 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
2709
2710         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
2711         2004-12-01 change by Jakub Jelinek, since this code won't compile
2712         if !LIBC.  Problem reported by Bob Proulx.
2713
2714 2007-01-23  Bruno Haible  <bruno@clisp.org>
2715
2716         * lib/striconveh.c: Include c-strcaseeq.h.
2717         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
2718         * modules/striconveh (Depends-on): Add c-strcaseeq.
2719
2720 2007-01-23  Bruno Haible  <bruno@clisp.org>
2721
2722         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
2723
2724         * modules/c-strcaseeq: New file.
2725         * lib/c-strcaseeq.h: New file.
2726
2727         * modules/streq: New file.
2728         * lib/streq.h: New file.
2729
2730 2007-01-23  Bruno Haible  <bruno@clisp.org>
2731
2732         * modules/striconveha-tests: New file.
2733         * tests/test-striconveha.c: New file.
2734
2735         * lib/striconveha.h: Include <stdbool.h>.
2736         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
2737         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
2738         (mem_iconveha_notranslit): Renamed from mem_iconveha.
2739         (mem_iconveha): New function.
2740         (str_iconveha_notranslit): Renamed from str_iconveha.
2741         (str_iconveha): New function.
2742         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
2743         c-strcase.
2744
2745 2007-01-23  Bruno Haible  <bruno@clisp.org>
2746
2747         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
2748         encodings without forgiving before trying any encoding with handler.
2749         (str_iconveha): Try all encodings without forgiving before trying any
2750         encoding with handler.
2751
2752 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
2753
2754         Import the following changes from libc.
2755
2756         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
2757
2758         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
2759
2760         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
2761
2762         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
2763         normal_bracket label.
2764
2765         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
2766
2767         [BZ #361]
2768         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
2769         to normal_bracket after fetching the next character.
2770
2771 2007-01-22  Bruno Haible  <bruno@clisp.org>
2772
2773         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
2774         argument.
2775         * lib/striconveh.c (iconv_carefully_1): New function.
2776         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
2777         argument.
2778         (str_cd_iconveh): Update.
2779         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
2780         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
2781         * tests/test-striconveh.c (MAGIC): New macro.
2782         (new_offsets): New function.
2783         (main): Test call with and without offsets.
2784
2785 2007-01-22  Bruno Haible  <bruno@clisp.org>
2786
2787         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
2788         * modules/sys_select (Makefile.am): Likewise.
2789         * modules/sys_socket (Makefile.am): Likewise.
2790         * modules/sys_time (Makefile.am): Likewise.
2791
2792 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
2793
2794         * modules/gettimeofday (License): Change from GPL to LGPL, since
2795         gettimeofday is a library function.
2796
2797 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2798
2799         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
2800
2801 2007-01-21  Bruno Haible  <bruno@clisp.org>
2802
2803         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
2804
2805 2007-01-21  Bruno Haible  <bruno@clisp.org>
2806
2807         * modules/striconveha: New file.
2808         * lib/striconveha.h: New file.
2809         * lib/striconveha.c: New file.
2810         * MODULES.html.sh (Internationalization functions): Add striconveha.
2811         * lib/striconv.c (str_iconv): Optimize the case of an empty input
2812         string.
2813         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
2814
2815 2007-01-21  Bruno Haible  <bruno@clisp.org>
2816
2817         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
2818         * lib/striconveh.c (str_iconveh): Likewise.
2819
2820 2007-01-21  Bruno Haible  <bruno@clisp.org>
2821
2822         * lib/striconveh.h (mem_iconveh): New declaration.
2823         * lib/striconveh.c (mem_iconveh): New function.
2824         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
2825
2826 2007-01-21  Bruno Haible  <bruno@clisp.org>
2827
2828         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
2829
2830         * lib/striconveh.h (mem_cd_iconveh): Change specification.
2831         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
2832         original result buffer.
2833         (str_cd_iconveh): Update.
2834         * tests/test-striconveh.c (main): Update.
2835
2836         * lib/striconv.h (mem_cd_iconv): Change specification.
2837         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
2838         result buffer.
2839         (str_cd_iconv): Update.
2840         * tests/test-striconv.c (main): Update.
2841
2842 2007-01-21  Bruno Haible  <bruno@clisp.org>
2843
2844         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
2845
2846 2007-01-20  Jim Meyering  <jim@meyering.net>
2847
2848         * lib/userspec.c (parse_with_separator): If a user or group string
2849         starts with "+", skip the corresponding name-to-ID look-up, since
2850         such a look-up must fail: user and group names may not include "+".
2851
2852 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
2853
2854         * lib/poll.c: Include sys/time.h and time.h unconditionally,
2855         since we now assume the sys_time module.
2856         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
2857         check for sys/time.h; no longer needed.
2858         * modules/poll (Depends-on): Depend on sys_time.
2859
2860 2007-01-18  Bruno Haible  <bruno@clisp.org>
2861
2862         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
2863         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
2864
2865         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
2866         gettimeofday.
2867
2868         * tests/test-gettimeofday.c: Include <time.h>.
2869         (dummy): Remove variable.
2870
2871         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
2872         gl_HEADER_SYS_TIME_H.
2873         (gl_HEADER_SYS_TIME_H): New macro.
2874
2875         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
2876         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2877         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
2878         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
2879         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2880         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
2881         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
2882         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2883         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
2884         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
2885         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2886
2887         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
2888         last change; it caused a compilation error when cross-compiling to
2889         Cygwin.
2890
2891 2007-01-18  Jim Meyering  <jim@meyering.net>
2892
2893         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
2894         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
2895         than the race-prone "test -d sys || mkdir sys".
2896         (configure.ac): Use AC_PROG_MKDIR_P.
2897         * modules/sys_select: Likewise.
2898         * modules/sys_socket: Likewise.
2899         * modules/sys_time: Likewise.
2900
2901 2007-01-18  Eric Blake  <ebb9@byu.net>
2902
2903         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
2904         replace gettimeofday.
2905         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
2906         name, to avoid infinite recursion.
2907
2908 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
2909
2910         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
2911         module sys_time.
2912         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
2913         assume timespec.h defines struct timeval.
2914         * lib/settime.c: Likewise.
2915         * lib/utimens.c: Likewise.
2916         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
2917         since we now assume the gettimeofday module.
2918         * lib/tempname.c (__gen_tempname): Likewise.
2919         * lib/gettimeofday.h: Remove.
2920         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
2921         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
2922         Include <time.h>, for 'time()'.
2923         (localtime_buffer_addr): Also use this workaround if
2924         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
2925         to simplify the uses.  All uses changed.
2926         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
2927         that #undef is inside {}, and 'const' follows type name consistently.
2928         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
2929         (gettimeofday): Do not use the maximum possible value for
2930         tv->tv_usec, since that might break usages other than ls.c.
2931         Instead, we'll leave ls.c alone.  This undoes today's patch
2932         by Bruno.  Add a compile-time warning for 1s-clock resolution;
2933         we've never observed the problem but might as well keep the
2934         canary.
2935         * lib/nanosleep.c: Include timespec.h first, for interface check.
2936         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
2937         now assume the sys_time module.
2938         * lib/tempname.c: Likewise.
2939         * lib/timespec.h: Likewise.
2940         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
2941         needed.
2942         * lib/strftime.c: Likewise.
2943         * lib/timespec.h: Likewise.
2944         * lib/posixtm.c: Include posixtm.h first, for interface check.
2945         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
2946         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
2947         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
2948         * lib/sys_time_.h: New file.
2949         * lib/timespec.h (struct timespec): Use long int, not long.
2950         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
2951         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
2952         Remove obsolescent call to AC_HEADER_TIME.
2953         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
2954         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
2955         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
2956         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
2957         Likewise.
2958         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
2959         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
2960         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
2961         into the sys_time module.  Check for gettimeofday just once.
2962         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
2963         for gettimeofday signature to just check the signature.  Merely
2964         compile it, since linking doesn't test signature.  Improve test for
2965         whether gettimeofday.o is actually needed.
2966         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
2967         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
2968         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
2969         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2970         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
2971         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
2972         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
2973         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
2974         than worrying about sys/time.h.
2975         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
2976         Don't bother worrying about TIME_WITH_SYS_TIME.
2977         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
2978         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
2979         * m4/sys_time_h.m4: New file.
2980         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
2981         Don't include sys/time.h.  Return from main rather than exiting.
2982         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
2983         all uses changed.
2984         * modules/gethrxtime (Depends-on): Add sys_time.
2985         * modules/gettime (Depends-on): Likewise.
2986         * modules/gettimeofday (Depends-on): Likewise.
2987         * modules/nanosleep (Depends-on): Likewise.
2988         * modules/settime (Depends-on): Likewise.
2989         * modules/tempname (Depends-on): Likewise.
2990         * modules/utimens (Depends-on): Likewise.
2991         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
2992         (Include:) Change back to <sys/time.h>.
2993         (Maintainer:) Add self.
2994         * modules/sys_time: New file.
2995         * modules/tempname (Depends-on): Add gettimeofday.
2996         * tests/test-gettimeofday.c: Include <sys/time.h>
2997         rather than gettimeofday.h.
2998
2999 2007-01-17  Bruno Haible  <bruno@clisp.org>
3000
3001         * gnulib-tool (func_get_license): Revert last patch. Instead, let
3002         the license default to GPL.
3003         (func_create_testdir): Don't complain if a module is LGPL and its
3004         tests module depends on GPLed modules.
3005
3006 2007-01-17  Bruno Haible  <bruno@clisp.org>
3007
3008         * lib/gettimeofday.c (gettimeofday): Add code for the case
3009         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
3010         maximum possible value for tv->tv_usec, rather than the minimum one.
3011
3012 2005-10-08  Martin Lambers  <marlam@marlam.de>
3013 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
3014 2007-01-16  Bruno Haible  <bruno@clisp.org>
3015
3016         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
3017         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
3018         gl_FUNC_GETTIMEOFDAY.
3019         (Include): Add gettimeofday.h.
3020         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
3021         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
3022         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
3023         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
3024         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
3025         * lib/gettimeofday.h: New file.
3026         * lib/gettimeofday.c: Include <sys/timeb.h>.
3027         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
3028         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3029         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
3030         fall back on time().
3031
3032         * tests/test-gettimeofday.c: New file.
3033         * modules/gettimeofday-tests: New file.
3034
3035 2007-01-16  Eric Blake  <ebb9@byu.net>
3036
3037         * modules/fnmatch (Depends-on): Depend on wchar.
3038         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
3039         * m4/fnmatch.m4: Likewise.
3040         * modules/mbchar (Makefile.am): Assume <wchar.h>.
3041         * m4/mbchar.m4: Likewise.
3042         * modules/mbswidth (Depends-on): Depend on wchar.
3043         * lib/mbswidth.c: Assume <wchar.h>.
3044         * m4/mbswidth.m4: Likewise.
3045         * modules/quotearg (Depends-on): Depend on wchar.
3046         * lib/quotearg.c: Assume <wchar.h>.
3047         * m4/quotearg.m4: Likewise.
3048         * modules/regex (Depends-on): Depend on wchar.
3049         * lib/regex_internal.h: Assume <wchar.h>.
3050         * m4/regex.m4: Likewise.
3051         * modules/stdint (Depends-on): Depend on wchar.
3052         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
3053         * m4/stdint.m4: Likewise.
3054         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
3055         * modules/strftime (Depends-on): Depend on wchar.
3056         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
3057         * modules/strtol (Depends-on): Depend on wchar.
3058         * lib/strtol.c: Assume <wchar.h>.
3059         * modules/wcwidth (Depends-on): Depend on wchar.
3060         * lib/wcwidth.h: Assume <wchar.h>.
3061         * m4/wcwidth.m4: Likewise.
3062
3063 2007-01-16  Bruno Haible  <bruno@clisp.org>
3064
3065         * modules/csharpexec-script: New, created from...
3066         * modules/csharpexec: ... this.
3067
3068 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
3069
3070         * modules/javaexec-script: New, created from...
3071         * modules/javaexec: ... this.
3072
3073 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3074
3075         * modules/poll (Dependencies): Add sys_select.
3076
3077 2007-01-15  Jim Meyering  <jim@meyering.net>
3078
3079         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
3080         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
3081         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
3082         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
3083
3084 2007-01-15  Bruno Haible  <bruno@clisp.org>
3085
3086         * modules/striconveh: New file.
3087         * lib/striconveh.h: New file.
3088         * lib/striconveh.c: New file.
3089         * MODULES.html.sh (Internationalization functions): Add striconveh.
3090
3091         * modules/striconveh-tests: New file.
3092         * tests/test-striconveh.c: New file.
3093
3094 2007-01-15  Bruno Haible  <bruno@clisp.org>
3095
3096         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
3097         not from GNU libiconv or GNU libc.
3098
3099 2007-01-15  Bruno Haible  <bruno@clisp.org>
3100
3101         * doc/gnulib-intro.texi (Copyright): Explain the different license
3102         terms for module descriptions, autoconf macros, tests, documentation.
3103
3104 2007-01-14  Bruno Haible  <bruno@clisp.org>
3105
3106         * modules/striconv-tests: New file.
3107         * tests/test-striconv.c: New file.
3108
3109 2007-01-14  Bruno Haible  <bruno@clisp.org>
3110
3111         * modules/iconv-tests: New file.
3112         * tests/test-iconv.c: New file.
3113
3114 2007-01-14  Bruno Haible  <bruno@clisp.org>
3115
3116         * gnulib-tool (func_get_license): For test modules, use the license of
3117         the main module.
3118
3119 2007-01-14  Bruno Haible  <bruno@clisp.org>
3120
3121         * modules/iconv (Include): Clarify that <iconv.h> can only be included
3122         if iconv is found to exist.
3123
3124 2007-01-14  Bruno Haible  <bruno@clisp.org>
3125
3126         * modules/c-ctype-tests: New file.
3127         * tests/test-c-ctype.c: New file.
3128
3129 2007-01-14  Bruno Haible  <bruno@clisp.org>
3130
3131         * modules/binary-io-tests: New file.
3132         * tests/test-binary-io.sh: New file.
3133         * tests/test-binary-io.c: New file.
3134
3135 2007-01-14  Bruno Haible  <bruno@clisp.org>
3136
3137         * modules/array-oset-tests: New file.
3138         * tests/test-array_oset.c: New file.
3139
3140 2007-01-14  Bruno Haible  <bruno@clisp.org>
3141
3142         * modules/array-list-tests: New file.
3143         * tests/test-array_list.c: New file.
3144
3145 2007-01-14  Bruno Haible  <bruno@clisp.org>
3146
3147         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
3148         and make.
3149         Reported by Simon Josefsson in
3150         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
3151
3152 2007-01-14  Bruno Haible  <bruno@clisp.org>
3153
3154         * modules/allocsa-tests: New file.
3155         * tests/test-allocsa.c: New file.
3156
3157 2007-01-14  Bruno Haible  <bruno@clisp.org>
3158
3159         * modules/fchdir (Depends-on): Add absolute-header.
3160         * modules/unistd (Depends-on): Likewise.
3161
3162 2006-12-30  Bruno Haible  <bruno@clisp.org>
3163
3164         * modules/fchdir: New file.
3165         * modules/unistd (Files): Add lib/unistd_.h.
3166         (Makefile.am): Generate unistd.h from unistd_.h.
3167         * lib/fchdir.c: New file.
3168         * lib/dirent_.h: New file.
3169         * lib/unistd_.h: New file.
3170         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
3171         * m4/fchdir.m4: New file.
3172         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
3173         (gl_HEADER_UNISTD): Invoke it.
3174         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
3175         function.
3176         * lib/backupfile.c (opendir, closedir): Undefine.
3177         * lib/chown.c (open, close): Undefine.
3178         * lib/clean-temp.c (open, close): Undefine.
3179         * lib/copy-file.c (open, close): Undefine.
3180         * lib/execute.c (open, close): Undefine.
3181         * lib/fsusage.c (open, close): Undefine.
3182         * lib/gc-gnulib.c (open, close): Undefine.
3183         * lib/getcwd.c (opendir, closedir): Undefine.
3184         * lib/glob.c (opendir, closedir): Undefine.
3185         * lib/javacomp.c (open, close): Undefine.
3186         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
3187         * lib/openat-proc.c (open, close): Undefine.
3188         * lib/pagealign_alloc.c (open, close): Undefine.
3189         * lib/pipe.c (open, close): Undefine.
3190         * lib/progreloc.c (open, close): Undefine.
3191         * lib/savedir.c (opendir, closedir): Undefine.
3192         * lib/utime.c (open, close): Undefine.
3193         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
3194
3195 2007-01-10  Bruno Haible  <bruno@clisp.org>
3196
3197         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
3198
3199 2007-01-12  Eric Blake  <ebb9@byu.net>
3200
3201         Provide a robust <wchar.h>.  Further simplifications are now
3202         possible in other modules, but not included here.
3203         * modules/wchar: New module.
3204         * m4/wchar.m4: New file.
3205         * lib/wchar_.h: Likewise.
3206         * modules/mbchar (Depends-on): Depend on wchar, as the first use
3207         of the new module.
3208         * MODULES.html.sh (Extended multibyte and wide character utilities):
3209         New section.
3210
3211 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
3212
3213         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
3214         to a reasonable default for memory allocation.
3215         (xreadlink): Don't allocate a huge buffer, to work around a buggy
3216         file system that reports garbage st_size values for symlinks.
3217         Problem reported by Liyang Hu.
3218
3219 2007-01-11  Simon Josefsson  <simon@josefsson.org>
3220
3221         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
3222         Emacs .#* auto-save files).
3223
3224 2007-01-11  Bruno Haible  <bruno@clisp.org>
3225
3226         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
3227         directory.
3228
3229 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
3230
3231         Use @...@ consistently in lib/wctype_.h.
3232         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
3233         on it being set to 1 or 0.
3234         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
3235         go back to AC_SUBSTing it.
3236         * modules/wctype (Makefile.am): Undo previous change.
3237
3238 2007-01-10  Eric Blake  <ebb9@byu.net>
3239
3240         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
3241         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
3242         * modules/wctype (Makefile.am): Likewise.
3243         Reported by Chris McGuire.
3244
3245 2007-01-10  Jim Meyering  <jim@meyering.net>
3246
3247         fts.c: a small readability/maintainability improvement
3248         * lib/fts.c (fts_read): Make this code slightly more readable and
3249         maintainable by hoisting the "sp->fts_cur = p" assignments to
3250         immediately follow the statements that set P.  Derived from
3251         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
3252
3253 2007-01-10  Eric Blake  <ebb9@byu.net>
3254
3255         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
3256         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
3257         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
3258         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
3259         Reported by Chris McGuire.
3260
3261 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3262
3263         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
3264         in sed script.
3265
3266 2007-01-09  Bruno Haible  <bruno@clisp.org>
3267
3268         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
3269         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
3270         variables.
3271         (func_module): Use them.
3272
3273 2007-01-09  Bruno Haible  <bruno@clisp.org>
3274
3275         * modules/unistr/base: New file.
3276         * lib/unistr.h: New file.
3277
3278         * modules/unistr/u8-to-u16: New file.
3279         * lib/unistr/u8-to-u16.c: New file.
3280
3281         * modules/unistr/u8-to-u32: New file.
3282         * lib/unistr/u8-to-u32.c: New file.
3283
3284         * modules/unistr/u16-to-u8: New file.
3285         * lib/unistr/u16-to-u8.c: New file.
3286
3287         * modules/unistr/u16-to-u32: New file.
3288         * lib/unistr/u16-to-u32.c: New file.
3289
3290         * modules/unistr/u32-to-u8: New file.
3291         * lib/unistr/u32-to-u8.c: New file.
3292
3293         * modules/unistr/u32-to-u16: New file.
3294         * lib/unistr/u32-to-u16.c: New file.
3295
3296         * modules/unistr/u8-check: New file.
3297         * modules/unistr/u16-check: New file.
3298         * modules/unistr/u32-check: New file.
3299         * lib/unistr/u8-check.c: New file.
3300         * lib/unistr/u16-check.c: New file.
3301         * lib/unistr/u32-check.c: New file.
3302
3303         * modules/unistr/u8-chr: New file.
3304         * modules/unistr/u16-chr: New file.
3305         * modules/unistr/u32-chr: New file.
3306         * lib/unistr/u8-chr.c: New file.
3307         * lib/unistr/u16-chr.c: New file.
3308         * lib/unistr/u32-chr.c: New file.
3309
3310         * modules/unistr/u8-cmp: New file.
3311         * modules/unistr/u16-cmp: New file.
3312         * modules/unistr/u32-cmp: New file.
3313         * lib/unistr/u8-cmp.c: New file.
3314         * lib/unistr/u16-cmp.c: New file.
3315         * lib/unistr/u32-cmp.c: New file.
3316
3317         * modules/unistr/u8-cpy: New file.
3318         * modules/unistr/u16-cpy: New file.
3319         * modules/unistr/u32-cpy: New file.
3320         * lib/unistr/u8-cpy.c: New file.
3321         * lib/unistr/u16-cpy.c: New file.
3322         * lib/unistr/u32-cpy.c: New file.
3323         * lib/unistr/u-cpy.h: New file.
3324
3325         * modules/unistr/u8-cpy-alloc: New file.
3326         * modules/unistr/u16-cpy-alloc: New file.
3327         * modules/unistr/u32-cpy-alloc: New file.
3328         * lib/unistr/u8-cpy-alloc.c: New file.
3329         * lib/unistr/u16-cpy-alloc.c: New file.
3330         * lib/unistr/u32-cpy-alloc.c: New file.
3331         * lib/unistr/u-cpy-alloc.h: New file.
3332
3333         * modules/unistr/u8-endswith: New file.
3334         * modules/unistr/u16-endswith: New file.
3335         * modules/unistr/u32-endswith: New file.
3336         * lib/unistr/u8-endswith.c: New file.
3337         * lib/unistr/u16-endswith.c: New file.
3338         * lib/unistr/u32-endswith.c: New file.
3339         * lib/unistr/u-endswith.h: New file.
3340
3341         * modules/unistr/u8-mblen: New file.
3342         * modules/unistr/u16-mblen: New file.
3343         * modules/unistr/u32-mblen: New file.
3344         * lib/unistr/u8-mblen.c: New file.
3345         * lib/unistr/u16-mblen.c: New file.
3346         * lib/unistr/u32-mblen.c: New file.
3347
3348         * modules/unistr/u8-mbtouc: New file.
3349         * modules/unistr/u16-mbtouc: New file.
3350         * modules/unistr/u32-mbtouc: New file.
3351         * lib/unistr/u8-mbtouc.c: New file.
3352         * lib/unistr/u16-mbtouc.c: New file.
3353         * lib/unistr/u32-mbtouc.c: New file.
3354
3355         * modules/unistr/u8-mbtouc-safe: New file.
3356         * modules/unistr/u16-mbtouc-safe: New file.
3357         * modules/unistr/u32-mbtouc-safe: New file.
3358         * lib/unistr/u8-mbtouc-safe.c: New file.
3359         * lib/unistr/u16-mbtouc-safe.c: New file.
3360         * lib/unistr/u32-mbtouc-safe.c: New file.
3361
3362         * modules/unistr/u8-move: New file.
3363         * modules/unistr/u16-move: New file.
3364         * modules/unistr/u32-move: New file.
3365         * lib/unistr/u8-move.c: New file.
3366         * lib/unistr/u16-move.c: New file.
3367         * lib/unistr/u32-move.c: New file.
3368         * lib/unistr/u-move.h: New file.
3369
3370         * modules/unistr/u8-next: New file.
3371         * modules/unistr/u16-next: New file.
3372         * modules/unistr/u32-next: New file.
3373         * lib/unistr/u8-next.c: New file.
3374         * lib/unistr/u16-next.c: New file.
3375         * lib/unistr/u32-next.c: New file.
3376
3377         * modules/unistr/u8-prev: New file.
3378         * modules/unistr/u16-prev: New file.
3379         * modules/unistr/u32-prev: New file.
3380         * lib/unistr/u8-prev.c: New file.
3381         * lib/unistr/u16-prev.c: New file.
3382         * lib/unistr/u32-prev.c: New file.
3383
3384         * modules/unistr/u8-set: New file.
3385         * modules/unistr/u16-set: New file.
3386         * modules/unistr/u32-set: New file.
3387         * lib/unistr/u8-set.c: New file.
3388         * lib/unistr/u16-set.c: New file.
3389         * lib/unistr/u32-set.c: New file.
3390         * lib/unistr/u-set.h: New file.
3391
3392         * modules/unistr/u8-startswith: New file.
3393         * modules/unistr/u16-startswith: New file.
3394         * modules/unistr/u32-startswith: New file.
3395         * lib/unistr/u8-startswith.c: New file.
3396         * lib/unistr/u16-startswith.c: New file.
3397         * lib/unistr/u32-startswith.c: New file.
3398         * lib/unistr/u-startswith.h: New file.
3399
3400         * modules/unistr/u8-stpcpy: New file.
3401         * modules/unistr/u16-stpcpy: New file.
3402         * modules/unistr/u32-stpcpy: New file.
3403         * lib/unistr/u8-stpcpy.c: New file.
3404         * lib/unistr/u16-stpcpy.c: New file.
3405         * lib/unistr/u32-stpcpy.c: New file.
3406         * lib/unistr/u-stpcpy.h: New file.
3407
3408         * modules/unistr/u8-stpncpy: New file.
3409         * modules/unistr/u16-stpncpy: New file.
3410         * modules/unistr/u32-stpncpy: New file.
3411         * lib/unistr/u8-stpncpy.c: New file.
3412         * lib/unistr/u16-stpncpy.c: New file.
3413         * lib/unistr/u32-stpncpy.c: New file.
3414         * lib/unistr/u-stpncpy.h: New file.
3415
3416         * modules/unistr/u8-strcat: New file.
3417         * modules/unistr/u16-strcat: New file.
3418         * modules/unistr/u32-strcat: New file.
3419         * lib/unistr/u8-strcat.c: New file.
3420         * lib/unistr/u16-strcat.c: New file.
3421         * lib/unistr/u32-strcat.c: New file.
3422         * lib/unistr/u-strcat.h: New file.
3423
3424         * modules/unistr/u8-strchr: New file.
3425         * modules/unistr/u16-strchr: New file.
3426         * modules/unistr/u32-strchr: New file.
3427         * lib/unistr/u8-strchr.c: New file.
3428         * lib/unistr/u16-strchr.c: New file.
3429         * lib/unistr/u32-strchr.c: New file.
3430
3431         * modules/unistr/u8-strcmp: New file.
3432         * modules/unistr/u16-strcmp: New file.
3433         * modules/unistr/u32-strcmp: New file.
3434         * lib/unistr/u8-strcmp.c: New file.
3435         * lib/unistr/u16-strcmp.c: New file.
3436         * lib/unistr/u32-strcmp.c: New file.
3437
3438         * modules/unistr/u8-strcpy: New file.
3439         * modules/unistr/u16-strcpy: New file.
3440         * modules/unistr/u32-strcpy: New file.
3441         * lib/unistr/u8-strcpy.c: New file.
3442         * lib/unistr/u16-strcpy.c: New file.
3443         * lib/unistr/u32-strcpy.c: New file.
3444         * lib/unistr/u-strcpy.h: New file.
3445
3446         * modules/unistr/u8-strcspn: New file.
3447         * modules/unistr/u16-strcspn: New file.
3448         * modules/unistr/u32-strcspn: New file.
3449         * lib/unistr/u8-strcspn.c: New file.
3450         * lib/unistr/u16-strcspn.c: New file.
3451         * lib/unistr/u32-strcspn.c: New file.
3452         * lib/unistr/u-strcspn.h: New file.
3453
3454         * modules/unistr/u8-strdup: New file.
3455         * modules/unistr/u16-strdup: New file.
3456         * modules/unistr/u32-strdup: New file.
3457         * lib/unistr/u8-strdup.c: New file.
3458         * lib/unistr/u16-strdup.c: New file.
3459         * lib/unistr/u32-strdup.c: New file.
3460         * lib/unistr/u-strdup.h: New file.
3461
3462         * modules/unistr/u8-strlen: New file.
3463         * modules/unistr/u16-strlen: New file.
3464         * modules/unistr/u32-strlen: New file.
3465         * lib/unistr/u8-strlen.c: New file.
3466         * lib/unistr/u16-strlen.c: New file.
3467         * lib/unistr/u32-strlen.c: New file.
3468         * lib/unistr/u-strlen.h: New file.
3469
3470         * modules/unistr/u8-strmblen: New file.
3471         * modules/unistr/u16-strmblen: New file.
3472         * modules/unistr/u32-strmblen: New file.
3473         * lib/unistr/u8-strmblen.c: New file.
3474         * lib/unistr/u16-strmblen.c: New file.
3475         * lib/unistr/u32-strmblen.c: New file.
3476
3477         * modules/unistr/u8-strmbtouc: New file.
3478         * modules/unistr/u16-strmbtouc: New file.
3479         * modules/unistr/u32-strmbtouc: New file.
3480         * lib/unistr/u8-strmbtouc.c: New file.
3481         * lib/unistr/u16-strmbtouc.c: New file.
3482         * lib/unistr/u32-strmbtouc.c: New file.
3483
3484         * modules/unistr/u8-strncat: New file.
3485         * modules/unistr/u16-strncat: New file.
3486         * modules/unistr/u32-strncat: New file.
3487         * lib/unistr/u8-strncat.c: New file.
3488         * lib/unistr/u16-strncat.c: New file.
3489         * lib/unistr/u32-strncat.c: New file.
3490         * lib/unistr/u-strncat.h: New file.
3491
3492         * modules/unistr/u8-strncmp: New file.
3493         * modules/unistr/u16-strncmp: New file.
3494         * modules/unistr/u32-strncmp: New file.
3495         * lib/unistr/u8-strncmp.c: New file.
3496         * lib/unistr/u16-strncmp.c: New file.
3497         * lib/unistr/u32-strncmp.c: New file.
3498
3499         * modules/unistr/u8-strncpy: New file.
3500         * modules/unistr/u16-strncpy: New file.
3501         * modules/unistr/u32-strncpy: New file.
3502         * lib/unistr/u8-strncpy.c: New file.
3503         * lib/unistr/u16-strncpy.c: New file.
3504         * lib/unistr/u32-strncpy.c: New file.
3505         * lib/unistr/u-strncpy.h: New file.
3506
3507         * modules/unistr/u8-strnlen: New file.
3508         * modules/unistr/u16-strnlen: New file.
3509         * modules/unistr/u32-strnlen: New file.
3510         * lib/unistr/u8-strnlen.c: New file.
3511         * lib/unistr/u16-strnlen.c: New file.
3512         * lib/unistr/u32-strnlen.c: New file.
3513         * lib/unistr/u-strnlen.h: New file.
3514
3515         * modules/unistr/u8-strpbrk: New file.
3516         * modules/unistr/u16-strpbrk: New file.
3517         * modules/unistr/u32-strpbrk: New file.
3518         * lib/unistr/u8-strpbrk.c: New file.
3519         * lib/unistr/u16-strpbrk.c: New file.
3520         * lib/unistr/u32-strpbrk.c: New file.
3521         * lib/unistr/u-strpbrk.h: New file.
3522
3523         * modules/unistr/u8-strrchr: New file.
3524         * modules/unistr/u16-strrchr: New file.
3525         * modules/unistr/u32-strrchr: New file.
3526         * lib/unistr/u8-strrchr.c: New file.
3527         * lib/unistr/u16-strrchr.c: New file.
3528         * lib/unistr/u32-strrchr.c: New file.
3529
3530         * modules/unistr/u8-strspn: New file.
3531         * modules/unistr/u16-strspn: New file.
3532         * modules/unistr/u32-strspn: New file.
3533         * lib/unistr/u8-strspn.c: New file.
3534         * lib/unistr/u16-strspn.c: New file.
3535         * lib/unistr/u32-strspn.c: New file.
3536         * lib/unistr/u-strspn.h: New file.
3537
3538         * modules/unistr/u8-strstr: New file.
3539         * modules/unistr/u16-strstr: New file.
3540         * modules/unistr/u32-strstr: New file.
3541         * lib/unistr/u8-strstr.c: New file.
3542         * lib/unistr/u16-strstr.c: New file.
3543         * lib/unistr/u32-strstr.c: New file.
3544         * lib/unistr/u-strstr.h: New file.
3545
3546         * modules/unistr/u8-strtok: New file.
3547         * modules/unistr/u16-strtok: New file.
3548         * modules/unistr/u32-strtok: New file.
3549         * lib/unistr/u8-strtok.c: New file.
3550         * lib/unistr/u16-strtok.c: New file.
3551         * lib/unistr/u32-strtok.c: New file.
3552         * lib/unistr/u-strtok.h: New file.
3553
3554         * modules/unistr/u8-uctomb: New file.
3555         * modules/unistr/u16-uctomb: New file.
3556         * modules/unistr/u32-uctomb: New file.
3557         * lib/unistr/u8-uctomb.c: New file.
3558         * lib/unistr/u16-uctomb.c: New file.
3559         * lib/unistr/u32-uctomb.c: New file.
3560
3561         * MODULES.html.sh (Unicode string functions): Add the new modules.
3562
3563 2007-01-08  Bruno Haible  <bruno@clisp.org>
3564
3565         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
3566         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
3567         subdirectories.
3568
3569 2007-01-08  Karl Berry  <karl@gnu.org>
3570
3571         * doc/error.texi: mention that main() fns must set program_name
3572         when progname is used.
3573
3574 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
3575
3576         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
3577         WCTYPE_H is empty, for the benefit of builds from non-distclean
3578         directories.  Problem reported by Eric Blake in
3579         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
3580
3581 2007-01-08  Bruno Haible  <bruno@clisp.org>
3582
3583         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
3584         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
3585         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
3586         PROVIDE_CANONICALIZE_FILENAME_MODE.
3587         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
3588
3589 2007-01-08  Bruno Haible  <bruno@clisp.org>
3590
3591         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
3592         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
3593         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
3594         * lib/fts.c: Likewise.
3595         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
3596
3597 2006-12-25  Bruno Haible  <bruno@clisp.org>
3598
3599         * modules/utf8-ucs4-safe: New file.
3600         * lib/utf8-ucs4-safe.h: New file.
3601         * lib/unistr/utf8-ucs4-safe.c: New file.
3602
3603         * modules/utf16-ucs4-safe: New file.
3604         * lib/utf16-ucs4-safe.h: New file.
3605         * lib/unistr/utf16-ucs4-safe.c: New file.
3606
3607         * MODULES.html.sh (Unicode string functions): Add the new modules.
3608
3609 2007-01-08  Bruno Haible  <bruno@clisp.org>
3610
3611         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
3612         (Depends-on): Add unitypes.
3613         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
3614         (u8_mbtouc_aux): Move out to separate file.
3615         (u8_mbtouc): Use ucs4_t, uint8_t types.
3616         * lib/unistr/utf8-ucs4.c: New file.
3617
3618         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
3619         (Depends-on): Add unitypes.
3620         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
3621         (u16_mbtouc_aux): Move out to separate file.
3622         (u16_mbtouc): Use ucs4_t, uint16_t types.
3623         * lib/unistr/utf16-ucs4.c: New file.
3624
3625         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
3626         (Depends-on): Add unitypes.
3627         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
3628         (u8_uctomb_aux): Move out to separate file.
3629         (u8_uctomb): Use ucs4_t, uint8_t types.
3630         * lib/unistr/ucs4-utf8.c: New file.
3631
3632         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
3633         (Depends-on): Add unitypes.
3634         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
3635         (u16_uctomb_aux): Move out to separate file.
3636         (u16_uctomb): Use ucs4_t, uint16_t types.
3637         * lib/unistr/ucs4-utf16.c: New file.
3638
3639 2006-12-25  Bruno Haible  <bruno@clisp.org>
3640
3641         * modules/unitypes: New file.
3642         * lib/unitypes.h: New file.
3643         * MODULES.html.sh (func_all_modules): New section "Unicode string
3644         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
3645         this section. Add unitypes.
3646
3647 2007-01-08  Bruno Haible  <bruno@clisp.org>
3648
3649         Avoid variable names that conflict with those from libtool.
3650         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
3651         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
3652         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
3653         library_names_spec to acl_library_names_spec, hardcode_* to
3654         acl_hardcode_*.
3655         Reported by Ralf Wildenhues.
3656
3657 2007-01-08  Bruno Haible  <bruno@clisp.org>
3658
3659         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
3660         definition.
3661         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
3662         definition.
3663         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
3664         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
3665         definition.
3666         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
3667         definition.
3668         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
3669         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
3670         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
3671         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
3672         definition.
3673         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
3674         definition.
3675         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
3676         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
3677         GC_USE_<algorithm>.
3678         * lib/gc-libgcrypt.c: Likewise.
3679         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
3680         * modules/gc-arctwo (configure.ac): Likewise.
3681         * modules/gc-des (configure.ac): Likewise.
3682         * modules/gc-hmac-md5 (configure.ac): Likewise.
3683         * modules/gc-hmac-sha1 (configure.ac): Likewise.
3684         * modules/gc-md2 (configure.ac): Likewise.
3685         * modules/gc-md4 (configure.ac): Likewise.
3686         * modules/gc-md5 (configure.ac): Likewise.
3687         * modules/gc-random (configure.ac): Likewise.
3688         * modules/gc-rijndael (configure.ac): Likewise.
3689         * modules/gc-sha1 (configure.ac): Likewise.
3690
3691 2007-01-08  Bruno Haible  <bruno@clisp.org>
3692
3693         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
3694         macro definition.
3695         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
3696         definition.
3697         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
3698         definition.
3699         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
3700         * modules/fcntl-safer (configure.ac): Likewise.
3701         * modules/fopen-safer (configure.ac): Likewise.
3702         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
3703         GNULIB_FWRITEERROR macro definition.
3704
3705 2007-01-08  Bruno Haible  <bruno@clisp.org>
3706
3707         * m4/gnulib-common.m4: New file.
3708         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
3709         (func_get_filelist): Add m4/gnulib-common.m4.
3710
3711 2007-01-08  Bruno Haible  <bruno@clisp.org>
3712
3713         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
3714         command.
3715
3716 2007-01-08  Jim Meyering  <jim@meyering.net>
3717
3718         Use a more robust test for a "can't happen" condition.
3719         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
3720         narrowed the st_size value.  Presuming the "can't happen" condition
3721         is true, that narrowing could conceivably convert an invalid st_size
3722         value into a valid one.  Instead, use a change based on Matthew
3723         Woehlke's original patch.
3724
3725         Slight readability improvement: use an assert-like macro
3726         in place of literal "abort ()" uses.
3727         * lib/fts.c (fts_assert): Define.
3728         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
3729         Use this macro instead of a bare 'abort'.
3730
3731 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
3732
3733         Don't worry about using IRIX 5.3's wctype.h broken definitions;
3734         simply work around them.
3735         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
3736         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
3737         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
3738         declaring.
3739         Don't bother to define as macros, since the standard doesn't require it.
3740         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
3741         longer worry about IRIX 5.3.
3742         (HAVE_WCTYPE_CTMP_BUG): Remove.
3743
3744 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
3745
3746         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
3747         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
3748         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
3749         Problems reported by Georg Schwarz for IRIX 5.3.
3750
3751         * gnulib-tool (autoconf_minversion): Take the maximum version number
3752         found, not the minimum.  Problem reported by James Youngman.
3753
3754 2007-01-03  Karl Berry  <karl@gnu.org>
3755
3756         * doc/error.texi: new file, explaining interaction with progname.
3757         * doc/gnulib.texi: include it.  Update copyright.
3758
3759 2007-01-03  Simon Josefsson  <simon@josefsson.org>
3760
3761         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
3762         AC_CANONICAL_HOST, to improve autobuild outputs.
3763
3764 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
3765             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
3766
3767         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
3768         sockets, server sockets, and other file descriptors.  Count errors
3769         to compute the return value.  Reorder the code a bit to be easier
3770         to follow.  Don't set event bits that were not requested (except
3771         POLLERR and POLLHUP).
3772
3773 2007-01-01  Bruno Haible  <bruno@clisp.org>
3774
3775         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
3776
3777 2007-01-03  Jim Meyering  <jim@meyering.net>
3778
3779         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
3780
3781 2007-01-02  Bruno Haible  <bruno@clisp.org>
3782
3783         * modules/settime (Include): Require timespec.h.
3784         * modules/nanosleep (Include): Likewise.
3785
3786 2007-01-01  Bruno Haible  <bruno@clisp.org>
3787
3788         * gnulib-tool (func_emit_copyright_notice): Bump year.
3789         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
3790
3791 2007-01-01  Bruno Haible  <bruno@clisp.org>
3792
3793         Improve support for OpenBSD.
3794         * build-aux/config.rpath (libname_spec): Export.
3795         (library_names_spec): New variable. Export.
3796         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
3797         library_names_spec from the config.rpath output. Locate shared library
3798         through the name pattern in library_names_spec.
3799
3800 2007-01-01  Eric Blake  <ebb9@byu.net>
3801
3802         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
3803
3804 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
3805
3806         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
3807         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
3808         assume the C locale, and avoid an "eval" that could cause trouble.
3809         Problem with SORT reported by Bob Proulx.
3810
3811         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
3812         Define.  Trivial patch from Henning Nielsen Lund, originally
3813         sent to bug-grep@gnu.org today.
3814
3815 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
3816
3817         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
3818         struct stat.  Problem reported by Henning Nielsen Lund.
3819         * lib/acl.c: Include acl.h first, to check interface.  Don't
3820         bother to include sys/types.h and sys/stat.h again.
3821
3822 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
3823
3824         Import the following change from libc; problem reported by
3825         Sven Verdoolaege.
3826
3827         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
3828
3829         [BZ #1373]
3830         * lib/argp.h: Remove __NTH for __argp_usage inline function.
3831
3832 2006-12-28  Jim Meyering  <jim@meyering.net>
3833
3834         * build-aux/announce-gen: Do not assume that the package
3835         builds any of tar.gz, tar.bz2, and .xdelta files.
3836         Suggestion from Simon Josefsson.
3837
3838 2006-12-28  Simon Josefsson  <simon@josefsson.org>
3839
3840         * modules/announce-gen: New file.
3841
3842 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
3843
3844         * lib/mbchar.h: Just include <wctype.h>; the wctype module
3845         handles its gotchas now.
3846         * lib/mbswidth.c: Likewise.
3847         * lib/wcwidth.h: Likewise.
3848         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
3849         and iswcntrl; the wctype module does this stuff now.
3850         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
3851         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
3852         * modules/mbchar (Depends-on): Add wctype.
3853         * modules/mbswidth (Depends-on): Likewise.
3854         * modules/wcwidth (Depends-on): Likewise.
3855
3856 2006-12-27  Eric Blake  <ebb9@byu.net>
3857
3858         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
3859         module uses more than what <wctype.h> is required to provide.
3860
3861 2006-12-26  Eric Blake  <ebb9@byu.net>
3862
3863         * gnulib-tool (sed_extract_prog): Avoid space-tab.
3864
3865 2006-12-26  Eric Blake  <ebb9@byu.net>
3866
3867         * modules/absolute-header: New module.
3868         * modules/fcntl (Depends-on): Depend on it.
3869         * modules/inttypes (Depends-on): Likewise.
3870         * modules/stdint (Depends-on): Likewise.
3871         * modules/sys_stat (Depends-on): Likewise.
3872         * modules/wctype (Depends-on): Likewise.
3873         * MODULES.html.sh (Support for building libraries and
3874         executables): Document it.
3875
3876 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
3877
3878         * gnulib-tool (SED): Remove, undoing previous change.
3879         The problem was that it broke coreutils on Solaris, because
3880         "sed --posix" leaked into a makefile.
3881         (sed): New alias, if 'alias' and GNU sed.
3882
3883 2006-12-24  Jim Meyering  <jim@meyering.net>
3884
3885         Work around an fchownat bug in glibc-2.4:
3886         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
3887         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
3888         in spite of the -P option.
3889         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
3890         New macros.
3891         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
3892         * modules/openat (Files): Add lib/fchownat.c.
3893         * lib/openat.c (fchownat): Don't define here.  Move to...
3894         * lib/fchownat.c: ...this new file.
3895
3896 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
3897
3898         Fix bug reported by Bruno Haible in
3899         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
3900         where quotearg.c didn't compile on Mac OS X 10.2 because it
3901         lacks <wchar.h> and wint_t.
3902         * lib/wctype_.h (__wctype_wint_t): New type.
3903         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
3904         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
3905         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
3906         Arg is now of type __wctype_wint_t, not wint_t.
3907         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
3908         substitute HAVE_WINT_T.
3909         * modules/wctype (Files): Add m4/wint_t.m4.
3910         (wctype.h): Substitute HAVE_WINT_T.
3911
3912 2006-12-23  Bruno Haible  <bruno@clisp.org>
3913
3914         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
3915
3916 2006-12-23  Bruno Haible  <bruno@clisp.org>
3917
3918         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
3919         S_ISLNK.
3920         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
3921         mingw.
3922
3923 2006-12-22  Bruno Haible  <bruno@clisp.org>
3924
3925         * lib/copy-file.c: Include acl.h.
3926         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
3927         Close the file descriptors only after being done with copy_acl.
3928         * modules/copy-file (Depends-on): Add acl.
3929
3930 2006-12-22  Bruno Haible  <bruno@clisp.org>
3931
3932         * gnulib-tool (SED): New variable.
3933         Use $SED instead of sed everywhere.
3934
3935 2006-12-22  Bruno Haible  <bruno@clisp.org>
3936
3937         * modules/no-c++: New file.
3938         * m4/no-c++.m4: New file.
3939         * MODULES.html.sh (Support for building libraries and executables):
3940         Add no-c++.
3941
3942 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
3943
3944         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
3945         Include <limits.h>, and use its INT_MAX to rewrite the
3946         j loop so that it does not overflow 'int'.  Problem reported by
3947         Ralf Wildenhues in
3948         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
3949         Play it safe by shifting left by 1 rather than multiplying by 2,
3950         as GCC is less likely to optimize this away when the value
3951         is signed (when it assumes overflow leads to undefined behavior).
3952         Also, don't assume time_t uses two's complement.
3953
3954 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
3955
3956         * MODULES.html.sh: New module wctype.
3957         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
3958         * lib/fnmatch.c: Don't bother to include <wchar.h> before
3959         <wctype.h>, since the new wctype module should fix this.
3960         * lib/quotearg.c: Include <wctype.h> unconditionally, since
3961         the wctype module should arrange for it.
3962         * lib/regex_internal.h: Likewise.
3963         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
3964         since the wctype module should handle this now.
3965         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
3966         * modules/fnmatch (Depends-on): Add wctype.
3967         * modules/quotearg (Depends-on): Likewise.
3968         * modules/regex (Depends-on): Likewise.
3969
3970 2006-12-19  Bruno Haible  <bruno@clisp.org>
3971
3972         * lib/strdup.h [C++]: Wrap definitions in extern "C".
3973         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
3974
3975 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3976
3977         * modules/savewd (Depends-on): Fix dependency on fcntl.
3978
3979 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
3980
3981         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
3982         conforms to C99, rather than relying on the user's environment
3983         setting of STDINT_H.
3984
3985 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
3986         and Eric Blake  <ebb9@byu.net>
3987
3988         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
3989         This is more consistent with the other defines here.
3990         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
3991         Port to z/OS.  Problem reported by Paul Gilmartin.
3992         Change local vars to use gl_ prefix rather than ac_.
3993         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
3994         with other defines.
3995         * modules/double-slash-root: New module.
3996         * modules/dirname (Files): Remove m4/double-slash-root.m4.
3997         (Depends-on): Add double-slash-root.
3998         * MODULES.html.sh (File system functions): Mention new module.
3999
4000 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4001
4002         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
4003         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
4004         This is for the benefit of gzip, which doesn't do i18n.
4005
4006 2006-12-12  Jim Meyering  <jim@meyering.net>
4007
4008         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
4009         Reported by Andreas Schwab <schwab@suse.de>.
4010
4011 2006-12-12  Bruno Haible  <bruno@clisp.org>
4012
4013         Merge these changes.
4014         2006-09-05  Bruno Haible  <bruno@clisp.org>
4015         * lib/iconvme.c (iconv_string): No need to save and restore errno when
4016         iconv_alloc succeeded.
4017         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
4018         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
4019         test for " && dest " at the end - dest is always != NULL there. Call
4020         iconv with 4xNULL arguments initially, to reset the state. Call iconv
4021         with 2xNULL arguments, also to flush the state storage. Handle the
4022         IRIX iconv behaviour. Realloc the final result, to throw away unused
4023         memory.
4024
4025 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
4026
4027         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
4028         and fchmodat unconditionally, since glibc 2.4 has them.
4029         Problem reported by Arkadiusz Miskiewicz.
4030
4031 2006-12-10  Bruno Haible  <bruno@clisp.org>
4032
4033         * gnulib-tool (func_import): Show the include files only for those
4034         modules that are copied and specified.
4035         Reported by Karl Berry.
4036
4037 2006-12-08  Jim Meyering  <jim@meyering.net>
4038
4039         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
4040         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
4041
4042         * build-aux/announce-gen: Add two new options, both optional:
4043         --bootstrap-tools=TOOL_LIST
4044               a comma-separated list of tools, e.g.,
4045               autoconf,automake,bison,gnulib
4046         --gnulib-snapshot-date=DATE
4047               if gnulib is in the bootstrap tool list,
4048               then report this as the snapshot date.
4049               If not specified, use the current date/time.
4050               If you specify a date here, be sure it's UTC.
4051
4052 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4053
4054         * tests/test-argp-2.sh: Fix test to match actual output.
4055         (func_compare): Fix sed script to be portable.
4056
4057 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
4058
4059         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
4060         workaround for this case.  It is not autoconfigured now; offhand
4061         it's hard to see how to autoconfigure it.
4062
4063 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
4064
4065         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
4066         a directory that is about to be chowned.  Such a directory's
4067         initial file permissions should permit the owner only and this
4068         should not be changed until after the chown, since the group and
4069         other bits would be incorrect if they granted permission before
4070         the chown.
4071
4072         Fix porting problem for iswctype reported by Georg Schwarz in:
4073         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
4074         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
4075         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
4076         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
4077         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
4078
4079 2006-12-03  Jim Meyering  <jim@meyering.net>
4080
4081         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
4082         p->fts_statp may not yet be defined.
4083         (fts_read): Instead, set it in the caller, once p->fts_statp is
4084         sure to be defined, and corresponds to a top-level directory.
4085         This bug made du -x fail.  Here's the coreutils test case:
4086         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
4087         Reported by Mike Frysinger.
4088
4089 2006-12-01  Jim Meyering  <jim@meyering.net>
4090
4091         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
4092         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
4093         Reported by Simon Josefsson.
4094
4095 2006-11-30  Jim Meyering  <jim@meyering.net>
4096
4097         * m4/warning.m4: Use the all-permissive copyright notice
4098         recommended by RMS (rather than LGPL).
4099         * m4/vararrays.m4: Likewise.
4100         * m4/flexmember.m4: Likewise.
4101
4102 2006-11-29  Bruno Haible  <bruno@clisp.org>
4103
4104         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
4105         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
4106         using +=.
4107         Reported by Simon Josefsson <simon@josefsson.org>.
4108
4109 2006-11-28  James Youngman <jay@gnu.org>
4110
4111         * README: Advise users that they might find the bug-gnulib@gnu.org
4112         and autotools-announce@gnu.org mailing lists useful.
4113
4114 2006-11-28  Bruno Haible  <bruno@clisp.org>
4115
4116         * m4/ptrdiff_max.m4: Remove file.
4117
4118 2006-11-21  Bruno Haible  <bruno@clisp.org>
4119
4120         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
4121         _AC_COMPUTE_INT.
4122         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
4123         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
4124         _AC_COMPUTE_INT.
4125         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
4126         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
4127         _AC_COMPUTE_INT.
4128         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
4129
4130 2006-11-28  Jim Meyering  <jim@meyering.net>
4131
4132         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
4133         warning from "gcc -Wshadow" about shadowing the builtin.
4134
4135 2006-11-27  Bruno Haible  <bruno@clisp.org>
4136
4137         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
4138         _AC_COMPUTE_INT.
4139         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
4140
4141 2006-11-27  Bruno Haible  <bruno@clisp.org>
4142             Paul Eggert  <eggert@cs.ucla.edu>
4143
4144         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
4145
4146 2006-11-26  Bruno Haible  <bruno@clisp.org>
4147
4148         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
4149         noinst_LTLIBRARIES.
4150
4151 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
4152             Bruno Haible  <bruno@clisp.org>
4153
4154         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
4155         if compiling with "gcc -ansi".
4156
4157 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
4158
4159         Fix some incompatibilities with gcc -ansi -pedantic.
4160         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
4161         if compiling pedantically with GCC, unless it's C99 or later.
4162         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
4163         it mishandles gcc -ansi -pedantic as well.
4164         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
4165         if gcc -pedantic.
4166         * lib/regexec.c (check_node_accept_bytes): Don't use auto
4167         initializers for struct if -pedantic, unless it's C99 or later.
4168
4169 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
4170
4171         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
4172         Don't close an fd more than once. Identical atimes indicate
4173         success, not failure.
4174
4175 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
4176
4177         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
4178
4179 2006-11-23  Jim Meyering  <jim@meyering.net>
4180
4181         * build-aux/announce-gen: New file.  From coreutils.
4182
4183 2006-11-22  Jim Meyering  <jim@meyering.net>
4184
4185         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
4186         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
4187         (fts_read): Use a temporary to narrow the overused st_size member
4188         before using it in a switch statement.  Reported by Matthew Woehlke.
4189
4190         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
4191         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
4192
4193 2006-11-20  Bruno Haible  <bruno@clisp.org>
4194
4195         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
4196         changequote instead of pairs of brackets.
4197         Reported by Andreas Schwab <schwab@suse.de>.
4198
4199 2006-11-21  Jim Meyering  <jim@meyering.net>
4200
4201         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
4202         so as to remain compatible with older compilers.
4203         Patch from Michael Deutschmann.
4204
4205 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
4206
4207         * MODULES.html.sh (File system functions): Add openat.
4208
4209         * lib/openat.h (rpl_fstatat): New macro, if
4210         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
4211         (fstatat): Define to rpl_fstatat under the same conditions,
4212         unless COMPILING_FSTATAT.
4213         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
4214         seems to have the bug.
4215         * lib/fstatat.c: New file.
4216         * modules/openat (Files): Add it.
4217
4218 2006-11-20  Bruno Haible  <bruno@clisp.org>
4219
4220         * Makefile: New file.
4221
4222 2006-11-20  Jim Meyering  <jim@meyering.net>
4223
4224         The beginnings of syntax-related checks for gnulib.
4225         * lib/Makefile: New file.
4226         * lib/t-idcache: New script.  Ensure that the two halves of
4227         idcache.c stay in sync.
4228
4229         * lib/idcache.c: Adjust comments in user- and group- portions to
4230         be more accurate, and to be consistent with one another.
4231
4232 2006-11-20  Jim Meyering  <jim@meyering.net>
4233
4234         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
4235         continue using the flexible array member (thus, this module performs
4236         half as many malloc calls), with the addition that...
4237         (getgroup, getuser): Consistently record a non-match via an empty
4238         "name" string, and map an empty string match to a NULL return value.
4239         * modules/idcache (Depends-on): Re-add flexmember.
4240
4241         * lib/idcache.c (getuser): Remove all uses of the register keyword.
4242         (getuidbyname, getgroup, getgidbyname): Likewise.
4243
4244         Use cleaner syntax: NULL rather than 0.
4245         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
4246
4247 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
4248
4249         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
4250         It mishandled the case where the group was missing.
4251         Problem reported by Greg Schafer.
4252         * modules/idcache: Likewise.
4253
4254 2006-11-18  Jim Meyering  <jim@meyering.net>
4255
4256         * check-module (%exempt_header): Add exception for some
4257         conditionally-included headers.
4258
4259         * modules/i-ring (Depends-on): Add verify.
4260         (License): Change to LGPL.
4261
4262 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
4263
4264         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
4265         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
4266         and inttostr.h.  Use snprintf rather than uinttostr, so that
4267         LGPLed code doesn't depend on GPLed.
4268
4269 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
4270
4271         * modules/inline (License): Change from GPL to LGPL.
4272
4273 2006-11-17  Jim Meyering  <jim@meyering.net>
4274
4275         * modules/d-type (License): Switch to LGPL.
4276
4277 2006-11-15  Bruno Haible  <bruno@clisp.org>
4278
4279         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
4280
4281 2006-11-15  Eric Blake  <ebb9@byu.net>
4282
4283         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
4284         the module dependency.
4285
4286 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4287             Bruno Haible  <bruno@clisp.org>
4288
4289         * gnulib-tool (func_create_testdir): Add license consistency check.
4290
4291 2006-11-15  Eric Blake  <ebb9@byu.net>
4292
4293         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
4294         random "(cached)" in configure output.
4295
4296 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4297
4298         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
4299         test for conforming inttypes.h is both announced and cached.
4300
4301         * MODULES.html.sh (seen_modules, seen_files): New variables.
4302         (func_module): Rewrite to use a few less gnulib-tool and sed
4303         invocations.  Avoid a couple of quadratic algorithms for ...
4304         (missed_modules, missed_files): ... these, with ...
4305         (func_append, func_tmpdir): ... these new functions, from
4306         gnulib-tool.  Analogously, install traps for cleanup.
4307
4308         * tests/test-gc.c (main): Remove unused variables.
4309         * tests/test-read-file.c: Include stdlib.h, for 'free'.
4310
4311 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
4312
4313         * modules/inttostr (License): Change to LGPL.
4314
4315 2006-11-14  Eric Blake  <ebb9@byu.net>
4316
4317         * modules/tempname (License): Change to LGPL.
4318
4319 2006-11-14  Eric Blake  <ebb9@byu.net>
4320
4321         * doc/functions.texi (Function Portability): *printf functions on
4322         Cygwin now understand all POSIX size specifiers.
4323
4324 2006-11-14  Bruno Haible  <bruno@clisp.org>
4325
4326         * modules/c-ctype (License): Change to LGPL.
4327
4328 2006-11-12  Bruno Haible  <bruno@clisp.org>
4329
4330         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
4331         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
4332         for GNOME libraries, for which the include files are installed in
4333         subdirectories of $prefix/include.
4334
4335 2006-11-12  Bruno Haible  <bruno@clisp.org>
4336
4337         * m4/lib-link.m4: Require at least autoconf-2.54.
4338         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
4339         name to underscores for the --with option.
4340
4341 2006-11-13  Bruno Haible  <bruno@clisp.org>
4342
4343         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
4344         the tests directory.
4345         Reported by Ralf Wildenhues.
4346
4347 2006-11-13  Bruno Haible  <bruno@clisp.org>
4348
4349         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
4350         (func_emit_initmacro_end): Undo the override here.
4351         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
4352         Works around the famous automake error in coreutils.
4353
4354 2006-11-13  Eric Blake  <ebb9@byu.net>
4355
4356         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
4357         element, not its node.
4358
4359 2006-11-12  Bruno Haible  <bruno@clisp.org>
4360
4361         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
4362         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
4363
4364 2006-11-12  Bruno Haible  <bruno@clisp.org>
4365
4366         * gnulib-tool: New option --local-symlink.
4367         (func_usage): Document it.
4368         (lsymbolic): New variable.
4369         (func_import, func_create_testdir): If --symlink was not specified,
4370         test whether --local-symlink was specified and the file comes from
4371         the local_gnulib_dir.
4372
4373 2006-11-12  Bruno Haible  <bruno@clisp.org>
4374
4375         * gnulib-tool (func_ln): New function.
4376         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
4377
4378 2006-11-12  Bruno Haible  <bruno@clisp.org>
4379
4380         Finish support for source files in subdirectories.
4381         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
4382         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
4383         AUTOMAKE_OPTIONS.
4384         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
4385
4386 2006-11-12  Bruno Haible  <bruno@clisp.org>
4387
4388         * gnulib-tool (func_get_automake_snippet): Synthesize also an
4389         EXTRA_lib_SOURCES augmentation.
4390         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
4391
4392 2006-11-12  Jim Meyering  <jim@meyering.net>
4393
4394         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
4395         file descriptors.  This also averts a failure on systems with
4396         native openat support when a traversed directory lacks "x" access.
4397         * lib/fts_.h: Include "i-ring.h"
4398         (struct FTS) [fts_fd_ring]: New member.
4399         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
4400         (FCHDIR): Add parentheses.
4401         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
4402         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
4403         When descending, rather than simply closing the previous
4404         fts_cwd_fd value, push that file descriptor onto the ring.
4405         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
4406         (fts_open): Initialize the new fd_ring member.
4407         (fts_close): Clear the ring.
4408         (fts_safe_changedir): When possible, use our new fd_ring to skip
4409         the diropen and fstat and dev/ino comparison that would normally
4410         accompany a virtual `chdir ("..")'.
4411
4412         * modules/fts (Depends-on): Add i-ring.
4413         * modules/i-ring: New module.
4414         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
4415         * m4/i-ring.m4: New file.
4416
4417 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4418
4419         * gnulib-tool (func_create_testdir): Fix replacement of
4420         `build-aux' in configure.ac.  Run autotools in gltests
4421         subdirectory.
4422         (func_create_testdir, func_create_megatestdir, test): There is
4423         no need for '--force' in most autotool invocations in a new
4424         tree.  Actually fail the whole test if any of the tools, or the
4425         configure or make stages fail.
4426
4427         Sync from Automake.
4428         * build-aux/gnupload: Revert last change.  Add pointer to upload
4429         instructions of the GNU Maintenance Instructions.
4430         Suggestion by Karl Berry.
4431
4432 2006-11-10  Jim Meyering  <jim@meyering.net>
4433
4434         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
4435
4436 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
4437
4438         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
4439         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
4440         (bind_textdomain_codeset) [! ENABLE_NLS]:
4441         Evaluate all the arguments.  That way, callers get compatible behavior
4442         if the arguments have side effects.  Also, it avoids some GCC
4443         diagnostics in some cases; Joel E. Denny reported problems when Bison
4444         was configured with --enable-gcc-warnigs.
4445
4446 2006-11-10  Jim Meyering  <jim@meyering.net>
4447
4448         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
4449         relevant options in CFLAGS (like -O, -fno-inline) are taken into
4450         account.
4451
4452 2006-11-10  Jim Meyering  <jim@meyering.net>
4453
4454         * modules/inline: New file/module.
4455         * modules/xalloc (Files): Remove m4/inline.m4.
4456         (Depends-on): Add inline, instead.
4457         * modules/oset: Likewise.
4458         * modules/list: Likewise.
4459
4460 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
4461
4462         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
4463         Problem reported by Matthew Woehlke.
4464
4465 2006-11-09  Bruno Haible  <bruno@clisp.org>
4466
4467         * lib/tempname.c (gen_tempname): Remove variant that invokes
4468         __gen_tempname.
4469         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
4470         __gen_tempname.
4471
4472 2006-11-08  Bruno Haible  <bruno@clisp.org>
4473
4474         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
4475         to 'yes' instead of 'cross-compiling'.
4476
4477 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
4478
4479         * lib/quotearg.h (quotearg_free): New decl.
4480         * lib/quotearg.c (quotearg_free): New function.
4481         (slot0, nslots, slotvec0, slotvec):
4482         Now file-scope so that quotearg_free can get at them.
4483
4484 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4485
4486         Sync from Automake.
4487         * build-aux/gnupload: Add missing 'gnu' to example URL.
4488         Report by Karl Berry.
4489
4490 2006-11-08  Bruno Haible  <bruno@clisp.org>
4491
4492         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
4493         Suggested by Paul Eggert.
4494
4495 2006-11-08  Jim Meyering  <jim@meyering.net>
4496
4497         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
4498         It's already included if !_LIBC.
4499         (fts_safe_changedir): Add a comment.
4500
4501 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
4502
4503         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
4504         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
4505         Matthew Woehlke.
4506
4507         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
4508         definitions up, to avoid colliding with change below.
4509         (static_inline) [HAVE_INLINE]: New macro.
4510         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
4511         Provide extern decls when !HAVE_INLINE.  Do not define unless
4512         static_inline is defined, either by us or by xmalloc.c.  Use
4513         static_inline rather than static inline.
4514         (XCALLOC): Optimize sizeof(T) = 1 case.
4515         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
4516
4517 2006-11-07  Bruno Haible  <bruno@clisp.org>
4518
4519         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
4520         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
4521         AC_C_INLINE.
4522         * modules/xalloc (Files): Add m4/inline.m4.
4523
4524 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4525
4526         * README: Fix typo.
4527         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
4528         (Miscellanous Notes): ...from this.
4529
4530 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
4531
4532         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
4533         Mention that offsetof should be used instead of sizeof.
4534         From Bruno Haible.
4535
4536 2006-11-07  Bruno Haible  <bruno@clisp.org>
4537
4538         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
4539
4540 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
4541
4542         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
4543         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
4544         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
4545         (gl_tree_add_before, gl_tree_add_after):
4546         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
4547         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
4548         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
4549         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
4550         (gl_linked_add_after, gl_linked_add_at): Likewise.
4551         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
4552         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
4553         (gl_tree_add_before, gl_tree_add_after): Likewise.
4554         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
4555         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
4556         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
4557
4558 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4559
4560         * lib/gl_oset.h: Use C comment style, not C++ comment style.
4561
4562 2006-11-06  Bruno Haible  <bruno@clisp.org>
4563
4564         * m4/inline.m4: New file.
4565         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
4566         * modules/list (Files): Add m4/inline.m4.
4567         * modules/oset (Files): Likewise.
4568
4569 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
4570
4571         * lib/idcache.c: Include <stddef.h>, for offsetof.
4572         (struct userid.name): Change from char * to a flexible array member.
4573         All uses changed.
4574         * modules/idcache (Depends-on): Add flexmember.
4575
4576         * MODULES.html.sh (Core language properties): New module flexmember.
4577         * modules/flexmember, m4/flexmember.m4: New files.
4578
4579         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
4580         inline functions that are identical with the old xnmalloc_inline,
4581         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
4582         that we can avoid some unnecessary integer multiplications and
4583         divisions in the common case where the element size is known at
4584         compile time.
4585         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
4586         needed.
4587         (xnboundedmalloc): Remove.
4588         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
4589         arguments, for consistency with rest of this header.
4590         (xcharalloc): Rewrite using XNMALLOC.
4591         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
4592         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
4593         versions have been moved to lib/xalloc.h and renamed to be the
4594         non-*_inline versions.
4595         (xmalloc, xrealloc): Implement without reference to the xnmalloc
4596         and xnrealloc functions, since those functions are now inline and
4597         now call us.
4598         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
4599         renaming described above.
4600         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
4601         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
4602         captures the dependency in AC_C_INLINE.
4603
4604         New module canonicalize-lgpl, proposed by Charles Wilson in
4605         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
4606         with a few small changes afterwards.
4607         * MODULES.html.sh (File system functions): New module
4608         canonicalize-lgpl.
4609         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
4610         and canonicalize_file_name.
4611         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
4612         * modules/canonicalize-lgpl: New files.
4613
4614 2006-11-05  Bruno Haible  <bruno@clisp.org>
4615
4616         * gnulib-tool (func_import, func_create_testdir): Create directories
4617         also for files in subdirectories of lib/.
4618
4619 2006-11-05  Bruno Haible  <bruno@clisp.org>
4620
4621         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
4622         ANSI C compliant.
4623
4624 2006-11-03  Bruno Haible  <bruno@clisp.org>
4625
4626         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
4627         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
4628         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
4629         (xnboundedmalloc): New inline function.
4630         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
4631         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
4632         xmalloc.
4633         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
4634         xmalloc.
4635         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
4636         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
4637         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
4638         xmalloc.
4639         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
4640         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
4641         xmalloc.
4642         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
4643         gl_tree_add_after): Use XMALLOC instead of xmalloc.
4644         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
4645         xmalloc.
4646         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
4647         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
4648         gl_tree_add_after): Use XMALLOC instead of xmalloc.
4649         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
4650         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
4651         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
4652         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
4653
4654 2006-11-03  Bruno Haible  <bruno@clisp.org>
4655
4656         * lib/c-ctype.h [C++]: Define functions without name mangling.
4657         * lib/fwriteerror.h [C++]: Likewise.
4658         * lib/gcd.h [C++]: Likewise.
4659         * lib/linebreak.h [C++]: Likewise.
4660
4661 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
4662
4663         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
4664         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
4665         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
4666         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
4667         Check for functions and headers just once.
4668         Check for declaration of canonicalize_file_name.
4669         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
4670
4671 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
4672
4673         * gnulib-tool (func_import): Fix typo in actioncmd.
4674
4675 2006-11-02  Bruno Haible  <bruno@clisp.org>
4676
4677         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
4678         newline sequence in the Makefile.am snippet as a space, like "make"
4679         does.
4680         Reported by Roger Persson <perrog@gmail.com>.
4681
4682 2006-11-01  Bruno Haible  <bruno@clisp.org>
4683
4684         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
4685         already declared in <string.h>.
4686         * lib/strcase.h (strncasecmp): Don't declare it if yes.
4687
4688 2006-11-01  Bruno Haible  <bruno@clisp.org>
4689
4690         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
4691         * lib/strcase.h: Include <string.h>.
4692         (strcasecmp): Define to rpl_strcasecmp here.
4693
4694 2006-11-01  Bruno Haible  <bruno@clisp.org>
4695
4696         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
4697
4698 2006-11-01  Eric Blake  <ebb9@byu.net>
4699
4700         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
4701
4702         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
4703
4704 2006-10-29  Bruno Haible  <bruno@clisp.org>
4705
4706         Make it compile in C++ mode.
4707         * lib/full-write.c (full_rw): Add a cast.
4708
4709 2006-11-01  Bruno Haible  <bruno@clisp.org>
4710
4711         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
4712         be POSIX compliant.
4713         Reported by Roger Persson <perrog@gmail.com>.
4714
4715 2006-11-01  Eric Blake  <ebb9@byu.net>
4716
4717         * lib/getopt_.h: Fix comments.
4718
4719 2006-10-31  Eric Blake  <ebb9@byu.net>
4720
4721         * modules/tmpdir (Depends-on): Add sys_stat.
4722         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
4723         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
4724         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
4725         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
4726         tempname.
4727
4728 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
4729
4730         Avoid some C++ diagnostics reported by Bruno Haible.
4731         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
4732         xmalloc.
4733         (quotearg_alloc): Use xcharalloc rather than xmalloc.
4734         (struct slotvec): Move to top level.
4735         (quotearg_n_options): Rewrite to avoid xmalloc.
4736         * lib/xalloc.h (xcharalloc): New function.
4737         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
4738         [defined __cplusplus]: Add function template that provides result
4739         type propagation.  This part of the change is from Bruno Haible.
4740
4741 2006-10-29  Bruno Haible  <bruno@clisp.org>
4742
4743         Make it compile in C++ mode.
4744         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
4745         * lib/strnlen1.c (strnlen1): Cast memchr result.
4746         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
4747         * lib/clean-temp.c (string_equals, string_hash): Add casts.
4748         (create_temp_dir): Rename local variable 'template'.
4749         (compile_csharp_using_sscli): Add cast.
4750         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
4751         * lib/findprog.c (find_in_path): Likewise.
4752         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
4753         * lib/wait-process.c (register_slave_subprocess): Likewise.
4754
4755 2006-10-22  Bruno Haible  <bruno@clisp.org>
4756
4757         * modules/tsearch: New file.
4758         * lib/tsearch.h: New file.
4759         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
4760         * m4/tsearch.m4: New file.
4761         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
4762
4763 2006-10-29  Eric Blake  <ebb9@byu.net>
4764
4765         * lib/arcfour.c: Assume config.h.
4766         * lib/arctwo.c: Likewise.
4767         * lib/base64.c: Likewise.
4768         * lib/check-version.c: Likewise.
4769         * lib/crc.c: Likewise.
4770         * lib/des.c: Likewise.
4771         * lib/gc-gnulib.c: Likewise.
4772         * lib/gc-libgcrypt.c: Likewise.
4773         * lib/gc-pbkdf2-sha1.c: Likewise.
4774         * lib/getaddrinfo.c: Likewise.
4775         * lib/getdelim.c: Likewise.
4776         * lib/getline.c: Likewise.
4777         * lib/hmac-md5.c: Likewise.
4778         * lib/hmac-sha1.c: Likewise.
4779         * lib/iconvme.c: Likewise.
4780         * lib/md2.c: Likewise.
4781         * lib/md4.c: Likewise.
4782         * lib/memxor.c: Likewise.
4783         * lib/read-file.c: Likewise.
4784         * lib/readline.c: Likewise.
4785         * lib/rijndael-alg-fst.c: Likewise.
4786         * lib/rijndael-api-fst.c: Likewise.
4787         * lib/xgetdomainname.c: Likewise.
4788
4789 2006-10-28  Eric Blake  <ebb9@byu.net>
4790
4791         * lib/xstrndup.c: Assume config.h.
4792
4793 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
4794
4795         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
4796         stat-macros.h is now for our own macros, whereas stat_h is for
4797         macros in the <sys/stat.h> name space.
4798         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
4799         (STAT_MACROS_H): Remove.
4800         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
4801         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
4802         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
4803         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
4804         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
4805         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
4806         Move these macros to ...
4807         * lib/stat_.h: here.  Don't include stat-macros.h.
4808         * lib/canonicalize.c: Don't include stat-macros.h.
4809         * lib/chown.c: Likewise.
4810         * lib/euidaccess.c: Likewise.
4811         * lib/file-type.c: Likewise.
4812         * lib/filemode.c: Likewise.
4813         * lib/glob.c: Likewise.
4814         * lib/isapipe.c: Likewise.
4815         * lib/lchown.c: Likewise.
4816         * lib/lstat.c: Likewise.
4817         * lib/mkdir-p.c: Likewise.
4818         * lib/rmdir.c: Likewise.
4819         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
4820         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
4821         unless mkdir isn't declared, to speed up 'configure'.
4822         Always create sys/stat.h, since it's unlikely any real sys/stat.h
4823         would define all the S_* symbols.
4824         * modules/canonicalize (Depends-on):
4825         Depend on sys_stat, not stat-macros.
4826         * modules/chown: Likewise.
4827         * modules/euidaccess: Likewise.
4828         * modules/filemode: Likewise.
4829         * modules/file-type: Likewise.
4830         * modules/glob: Likewise.
4831         * modules/isapipe: Likewise.
4832         * modules/lchown: Likewise.
4833         * modules/lstat: Likewise.
4834         * modules/mkancesdirs: Likewise.
4835         * modules/rmdir: Likewise.
4836         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
4837         * modules/modechange: Likewise.
4838         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
4839         (configure.ac): Remove gl_STAT_MACROS.
4840         * modules/sys_stat (Depends-on): Remove stat-macros.
4841
4842 2006-10-27  Bruno Haible  <bruno@clisp.org>
4843
4844         * m4/signed.m4: Remove file.
4845         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
4846         invocation.
4847         * modules/vasnprintf (Files): Remove m4/signed.m4.
4848
4849 2006-10-27  Bruno Haible  <bruno@clisp.org>
4850
4851         Update to GNU gettext 0.16.
4852         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
4853         m4/inttypes-h.m4, m4/signed.m4.
4854         * m4/gettext.m4: Update to GNU gettext 0.16.
4855         * m4/intl.m4: New file, from GNU gettext.
4856         * m4/intldir.m4: New file, from GNU gettext.
4857         * config/srclist.txt: Update
4858
4859 2006-10-27  Eric Blake  <ebb9@byu.net>
4860
4861         * MODULES.html.sh: Document tempname.
4862         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
4863         dependencies.
4864         (Files): Move lib/tempname.c...
4865         * modules/tempname: ...to this new module.
4866         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
4867         (gl_PREREQ_TEMPNAME): Move...
4868         * m4/tempname.m4: ...to this new file.
4869         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
4870         * modules/sys_stat (Depends-on): Add stat-macros.
4871         * lib/stat_.h (includes): Pick up stat macros.
4872         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
4873         if stat macros are broken.
4874         * lib/tempname.c (includes): No need to include "stat-macros.h".
4875         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
4876         (direxists, __path_search) [!_LIBC]: Don't compile these in
4877         gnulib; the tmpdir module covers that.
4878         * lib/tempname.h: New file.
4879
4880 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
4881
4882         * COPYING: Explain how gnulib-tool converts licence headers.
4883         Almost all wording by Eric Blake.
4884
4885 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
4886
4887         * lib/mbchar.h (is_basic_table): Make read-only.
4888         * lib/mbchar.c (is_basic_table): Likewise.
4889         Reported by John Darrington.
4890
4891 2006-10-25  Bruno Haible  <bruno@clisp.org>
4892
4893         * lib/progname.h (set_program_name): Undefine before defining.
4894
4895 2006-10-25  Bruno Haible  <bruno@clisp.org>
4896
4897         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
4898         false for non-gcc C++ compilers.
4899         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
4900
4901 2006-10-24  Bruno Haible  <bruno@clisp.org>
4902
4903         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
4904         iconv implementations like Irix iconv.
4905
4906 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
4907
4908         * modules/vararrays: New file.
4909         * m4/vararrays.m4: New file, taken from diffutils.
4910         * MODULES.html.sh: New module vararrays.
4911
4912 2006-10-24  Karl Berry  <karl@gnu.org>
4913
4914         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
4915         Don't call GNU Unix.
4916
4917 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4918
4919         * users.txt: Add Libtool.
4920
4921         Sync from Libtool:
4922
4923         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
4924
4925         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
4926         to gnulib's policy of including config.h unconditionally.
4927
4928 2006-10-24  Bruno Haible  <bruno@clisp.org>
4929
4930         * modules/wcwidth (Files): Add m4/wint_t.m4.
4931         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
4932         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
4933
4934 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
4935
4936         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
4937         to pacify GCC with some -W flags enabled.  Problem reported by
4938         Bruno Haible.
4939
4940 2006-10-24  Jim Meyering  <jim@meyering.net>
4941
4942         * MODULES.html.sh: Remove uinttostr.  It's not a module.
4943         Reported by Karl Berry.
4944
4945 2006-10-23  Bruno Haible  <bruno@clisp.org>
4946
4947         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
4948
4949 2006-10-24  Bruno Haible  <bruno@clisp.org>
4950
4951         * lib/gl_list.h: Use C comment style, not C++ comment style.
4952
4953 2006-10-23  Eric Blake  <ebb9@byu.net>
4954
4955         * lib/getaddrinfo.c (includes): Add missing include.
4956
4957 2006-10-23  Bruno Haible  <bruno@clisp.org>
4958             Paul Eggert  <eggert@cs.ucla.edu>
4959
4960         Ability to rename obstack_free.
4961         * lib/obstack.h (__obstack_free): New macro. Declare instead of
4962         obstack_free.
4963         (obstack_free): Invoke the __obstack_free macro.
4964         * lib/obstack.c (obstack_free): Use __obstack_free macro.
4965
4966 2006-10-23  Bruno Haible  <bruno@clisp.org>
4967             Paul Eggert  <eggert@cs.ucla.edu>
4968
4969         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
4970         __argc, __argv from the declaration. (They are defined as macros on
4971         mingw.)
4972
4973 2006-10-22  Bruno Haible  <bruno@clisp.org>
4974
4975         * doc/gnulib-intro.texi: New file.
4976         * doc/gnulib.texi: Include it.
4977
4978 2006-10-21  Bruno Haible  <bruno@clisp.org>
4979
4980         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
4981         "Introduction", "Miscellanous Notes", "Particular Modules".
4982
4983 2006-10-21  Bruno Haible  <bruno@clisp.org>
4984
4985         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4986         Change mostlyclean-local rule to avoid sh syntax error from bash
4987         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
4988
4989 2006-10-23  Jim Meyering  <jim@meyering.net>
4990
4991         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
4992         in place of snprintf.
4993
4994         * modules/inttostr (Files): Add lib/uinttostr.c.
4995         * lib/uinttostr.c (inttostr): New file/function.
4996         * lib/inttostr.h (uinttostr): Declare.
4997         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
4998         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
4999         Add uinttostr.
5000         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
5001
5002 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
5003
5004         * lib/canonicalize.c (ELOOP): Define if not already defined.
5005         Problem reported by Bruno Haible in
5006         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
5007
5008 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
5009
5010         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
5011         Problem reported by Perry Smith and Ville Laurikari.
5012
5013         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
5014         uses.
5015
5016 2006-10-19  Bruno Haible  <bruno@clisp.org>
5017
5018         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
5019         for mingw.
5020
5021 2006-10-19  Bruno Haible  <bruno@clisp.org>
5022
5023         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
5024         Needed for mingw.
5025
5026 2006-10-19  Bruno Haible  <bruno@clisp.org>
5027
5028         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
5029
5030 2006-10-19  Bruno Haible  <bruno@clisp.org>
5031
5032         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
5033         it.
5034
5035 2006-10-19  Bruno Haible  <bruno@clisp.org>
5036
5037         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
5038         invocation.
5039
5040 2006-10-19  Bruno Haible  <bruno@clisp.org>
5041
5042         * gnulib-tool (func_create_testdir): Don't include ftruncate and
5043         mountlist by default.
5044
5045 2006-10-16  Bruno Haible  <bruno@clisp.org>
5046
5047         * lib/c-strstr.c: Include c-strstr.h.
5048
5049 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
5050
5051         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
5052         in a slash.
5053
5054 2006-10-18  Bruno Haible  <bruno@clisp.org>
5055
5056         * lib/lock.h [C++]: Wrap definitions in extern "C".
5057
5058 2006-10-18  Bruno Haible  <bruno@clisp.org>
5059
5060         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
5061         gl_LIBOBJS list.
5062
5063 2006-10-18  Bruno Haible  <bruno@clisp.org>
5064
5065         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
5066
5067 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
5068
5069         * lib/xstrtol.h: Include gettext.h.
5070         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
5071         Problem reported by Eric Blake.
5072         * modules/xstrtol (Depends-on): Add gettext-h.
5073
5074 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
5075
5076         * lib/strftime.c (advance): New macro.
5077         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
5078         incomplete type, so you can't add 0 to it.  Problem and patch
5079         reported by Eelco Dolstra for dietlibc.
5080
5081 2006-10-18  Jim Meyering  <jim@meyering.net>
5082
5083         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
5084         type for a local, and rename it: s/up/user_proc/.
5085
5086 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
5087
5088         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
5089         READ_UTMP_USER_PROCESS.
5090         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
5091
5092 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
5093
5094         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
5095         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
5096
5097 2006-10-17  Eric Blake  <ebb9@byu.net>
5098
5099         * lib/sigprocmask.c (sigprocmask): Fix typo.
5100
5101         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
5102
5103         * modules/clean-temp (Makefile.am): Don't add to make output...
5104         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
5105         config.h.
5106
5107 2006-10-17  Bruno Haible  <bruno@clisp.org>
5108
5109         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
5110         differently if DEFAULT_TEXT_DOMAIN is set.
5111
5112 2006-10-16  Bruno Haible  <bruno@clisp.org>
5113
5114         * lib/clean-temp.c: Include fwriteerror.h.
5115
5116 2006-10-16  Bruno Haible  <bruno@clisp.org>
5117
5118         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
5119
5120 2006-10-16  Bruno Haible  <bruno@clisp.org>
5121
5122         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
5123         * lib/sigprocmask.h: Include <sys/types.h>.
5124         (sigset_t): Use the system's definition if present.
5125
5126 2006-10-17  Eric Blake  <ebb9@byu.net>
5127
5128         * lib/xvasprintf.c (includes): Assume config.h.
5129         * lib/xasprintf.c (includes): Likewise.
5130
5131 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
5132
5133         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
5134         at least as wide as intmax_t.
5135
5136 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
5137
5138         (Imported from Automake.)
5139         * build-aux/gnupload: Update to version 1.1 of directive file.
5140
5141 2006-10-16  Eric Blake  <ebb9@byu.net>
5142
5143         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
5144         match Automake 1.10a.
5145
5146 2006-10-14  Bruno Haible  <bruno@clisp.org>
5147
5148         * modules/sigprocmask: New file.
5149         * lib/sigprocmask.h: New file.
5150         * lib/sigprocmask.c: New file.
5151         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
5152         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
5153         request sigprocmask.o.
5154         (gl_PREREQ_SIGPROCMASK): New macro.
5155         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
5156         (Depends-on): Add sigprocmask.
5157         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
5158         gt_SIGNALBLOCKING. Test for 'raise' only once.
5159         * lib/fatal-signal.c: Include sigprocmask.h.
5160         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
5161         unblock_fatal_signals): Define always.
5162         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
5163         sigprocmask.
5164
5165 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
5166
5167         Sync from Automake.
5168         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
5169         which incorrectly sets the mode of an existing destination
5170         directory.  In some cases the unpatched install-sh could do the
5171         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
5172         system.  We hope this is rare in practice, but it's clearly worth
5173         fixing.  Problem reported by Alex Unleashed in
5174         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
5175         Also, don't bother to check for -m bugs unless we're using -m;
5176         suggested by Stepan Kasal.
5177
5178 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5179
5180         Sync from Automake.
5181         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
5182         `-c' flag, so they appear at the same position as in %FASTDEP%
5183         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
5184         which ignores unknown options only after the first non-option.
5185         Bug report against M4 by Nelson H. F. Beebe.
5186
5187 2006-10-13  Jim Meyering  <jim@meyering.net>
5188
5189         Fix a bug in yesterday's change.
5190         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
5191         p->fts_statp->st_dev would be used uninitialized.
5192         Ensures that we always call fts_stat on the very first entry.
5193         Miklos Szeredi reported that find -xdev stopped working.
5194
5195 2006-10-12  Bruno Haible  <bruno@clisp.org>
5196
5197         * gnulib-tool (func_get_automake_snippet): Append an automatically
5198         computed EXTRA_DIST augmentation.
5199         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
5200         * modules/alloca-opt (Makefile.am): Likewise.
5201         * modules/allocsa (Makefile.am): Likewise.
5202         * modules/arcfour (Makefile.am): Likewise.
5203         * modules/arctwo (Makefile.am): Likewise.
5204         * modules/argmatch (Makefile.am): Likewise.
5205         * modules/argz (Makefile.am): Likewise.
5206         * modules/atexit (Makefile.am): Likewise.
5207         * modules/backupfile (Makefile.am): Likewise.
5208         * modules/byteswap (Makefile.am): Likewise.
5209         * modules/c-strtod (Makefile.am): Likewise.
5210         * modules/c-strtold (Makefile.am): Likewise.
5211         * modules/calloc (Makefile.am): Likewise.
5212         * modules/canon-host (Makefile.am): Likewise.
5213         * modules/canonicalize (Makefile.am): Likewise.
5214         * modules/chdir-long (Makefile.am): Likewise.
5215         * modules/chdir-safer (Makefile.am): Likewise.
5216         * modules/check-version (Makefile.am): Likewise.
5217         * modules/chown (Makefile.am): Likewise.
5218         * modules/cloexec (Makefile.am): Likewise.
5219         * modules/close-stream (Makefile.am): Likewise.
5220         * modules/closeout (Makefile.am): Likewise.
5221         * modules/crc (Makefile.am): Likewise.
5222         * modules/csharpexec (Makefile.am): Likewise.
5223         * modules/cycle-check (Makefile.am): Likewise.
5224         * modules/des (Makefile.am): Likewise.
5225         * modules/dev-ino (Makefile.am): Likewise.
5226         * modules/dirfd (Makefile.am): Likewise.
5227         * modules/dirname (Makefile.am): Likewise.
5228         * modules/dup2 (Makefile.am): Likewise.
5229         * modules/eealloc (Makefile.am): Likewise.
5230         * modules/error (Makefile.am): Likewise.
5231         * modules/euidaccess (Makefile.am): Likewise.
5232         * modules/exclude (Makefile.am): Likewise.
5233         * modules/exitfail (Makefile.am): Likewise.
5234         * modules/fcntl-safer (Makefile.am): Likewise.
5235         * modules/fcntl (Makefile.am): Likewise.
5236         * modules/file-type (Makefile.am): Likewise.
5237         * modules/fileblocks (Makefile.am): Likewise.
5238         * modules/filemode (Makefile.am): Likewise.
5239         * modules/filenamecat (Makefile.am): Likewise.
5240         * modules/fnmatch (Makefile.am): Likewise.
5241         * modules/fopen-safer (Makefile.am): Likewise.
5242         * modules/fpending (Makefile.am): Likewise.
5243         * modules/fprintftime (Makefile.am): Likewise.
5244         * modules/free (Makefile.am): Likewise.
5245         * modules/fsusage (Makefile.am): Likewise.
5246         * modules/ftruncate (Makefile.am): Likewise.
5247         * modules/fts (Makefile.am): Likewise.
5248         * modules/gc-arcfour (Makefile.am): Likewise.
5249         * modules/gc-des (Makefile.am): Likewise.
5250         * modules/gc-hmac-md5 (Makefile.am): Likewise.
5251         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
5252         * modules/gc-md4 (Makefile.am): Likewise.
5253         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
5254         * modules/gc-sha1 (Makefile.am): Likewise.
5255         * modules/gc (Makefile.am): Likewise.
5256         * modules/getaddrinfo (Makefile.am): Likewise.
5257         * modules/getcwd (Makefile.am): Likewise.
5258         * modules/getdelim (Makefile.am): Likewise.
5259         * modules/getdomainname (Makefile.am): Likewise.
5260         * modules/getgroups (Makefile.am): Likewise.
5261         * modules/gethostname (Makefile.am): Likewise.
5262         * modules/gethrxtime (Makefile.am): Likewise.
5263         * modules/getline (Makefile.am): Likewise.
5264         * modules/getloadavg (Makefile.am): Likewise.
5265         * modules/getlogin_r (Makefile.am): Likewise.
5266         * modules/getndelim2 (Makefile.am): Likewise.
5267         * modules/getopt (Makefile.am): Likewise.
5268         * modules/getpagesize (Makefile.am): Likewise.
5269         * modules/getpass-gnu (Makefile.am): Likewise.
5270         * modules/getpass (Makefile.am): Likewise.
5271         * modules/getsubopt (Makefile.am): Likewise.
5272         * modules/gettime (Makefile.am): Likewise.
5273         * modules/gettimeofday (Makefile.am): Likewise.
5274         * modules/getugroups (Makefile.am): Likewise.
5275         * modules/getusershell (Makefile.am): Likewise.
5276         * modules/glob (Makefile.am): Likewise.
5277         * modules/group-member (Makefile.am): Likewise.
5278         * modules/hard-locale (Makefile.am): Likewise.
5279         * modules/hash (Makefile.am): Likewise.
5280         * modules/hmac-md5 (Makefile.am): Likewise.
5281         * modules/hmac-sha1 (Makefile.am): Likewise.
5282         * modules/human (Makefile.am): Likewise.
5283         * modules/idcache (Makefile.am): Likewise.
5284         * modules/imaxabs (Makefile.am): Likewise.
5285         * modules/imaxdiv (Makefile.am): Likewise.
5286         * modules/inet_ntop (Makefile.am): Likewise.
5287         * modules/inet_pton (Makefile.am): Likewise.
5288         * modules/intprops (Makefile.am): Likewise.
5289         * modules/inttostr (Makefile.am): Likewise.
5290         * modules/inttypes (Makefile.am): Likewise.
5291         * modules/isapipe (Makefile.am): Likewise.
5292         * modules/javaversion (Makefile.am): Likewise.
5293         * modules/lchmod (Makefile.am): Likewise.
5294         * modules/lchown (Makefile.am): Likewise.
5295         * modules/localcharset (Makefile.am): Likewise.
5296         * modules/long-options (Makefile.am): Likewise.
5297         * modules/lstat (Makefile.am): Likewise.
5298         * modules/malloc (Makefile.am): Likewise.
5299         * modules/mathl (Makefile.am): Likewise.
5300         * modules/mbchar (Makefile.am): Likewise.
5301         * modules/md2 (Makefile.am): Likewise.
5302         * modules/md4 (Makefile.am): Likewise.
5303         * modules/md5 (Makefile.am): Likewise.
5304         * modules/memcasecmp (Makefile.am): Likewise.
5305         * modules/memchr (Makefile.am): Likewise.
5306         * modules/memcmp (Makefile.am): Likewise.
5307         * modules/memcoll (Makefile.am): Likewise.
5308         * modules/memcpy (Makefile.am): Likewise.
5309         * modules/memmem (Makefile.am): Likewise.
5310         * modules/memmove (Makefile.am): Likewise.
5311         * modules/mempcpy (Makefile.am): Likewise.
5312         * modules/memrchr (Makefile.am): Likewise.
5313         * modules/memset (Makefile.am): Likewise.
5314         * modules/memxor (Makefile.am): Likewise.
5315         * modules/mkancesdirs (Makefile.am): Likewise.
5316         * modules/mkdir-p (Makefile.am): Likewise.
5317         * modules/mkdir (Makefile.am): Likewise.
5318         * modules/mkdtemp (Makefile.am): Likewise.
5319         * modules/mkstemp (Makefile.am): Likewise.
5320         * modules/mktime (Makefile.am): Likewise.
5321         * modules/modechange (Makefile.am): Likewise.
5322         * modules/mountlist (Makefile.am): Likewise.
5323         * modules/nanosleep (Makefile.am): Likewise.
5324         * modules/obstack (Makefile.am): Likewise.
5325         * modules/openat (Makefile.am): Likewise.
5326         * modules/pagealign_alloc (Makefile.am): Likewise.
5327         * modules/pathmax (Makefile.am): Likewise.
5328         * modules/physmem (Makefile.am): Likewise.
5329         * modules/poll (Makefile.am): Likewise.
5330         * modules/posixtm (Makefile.am): Likewise.
5331         * modules/posixver (Makefile.am): Likewise.
5332         * modules/putenv (Makefile.am): Likewise.
5333         * modules/quote (Makefile.am): Likewise.
5334         * modules/quotearg (Makefile.am): Likewise.
5335         * modules/raise (Makefile.am): Likewise.
5336         * modules/read-file (Makefile.am): Likewise.
5337         * modules/readline (Makefile.am): Likewise.
5338         * modules/readlink (Makefile.am): Likewise.
5339         * modules/readtokens (Makefile.am): Likewise.
5340         * modules/readutmp (Makefile.am): Likewise.
5341         * modules/realloc (Makefile.am): Likewise.
5342         * modules/regex (Makefile.am): Likewise.
5343         * modules/rename-dest-slash (Makefile.am): Likewise.
5344         * modules/rename (Makefile.am): Likewise.
5345         * modules/rijndael (Makefile.am): Likewise.
5346         * modules/rmdir (Makefile.am): Likewise.
5347         * modules/rpmatch (Makefile.am): Likewise.
5348         * modules/safe-read (Makefile.am): Likewise.
5349         * modules/safe-write (Makefile.am): Likewise.
5350         * modules/same-inode (Makefile.am): Likewise.
5351         * modules/same (Makefile.am): Likewise.
5352         * modules/save-cwd (Makefile.am): Likewise.
5353         * modules/savedir (Makefile.am): Likewise.
5354         * modules/setenv (Makefile.am): Likewise.
5355         * modules/settime (Makefile.am): Likewise.
5356         * modules/sha1 (Makefile.am): Likewise.
5357         * modules/sig2str (Makefile.am): Likewise.
5358         * modules/snprintf (Makefile.am): Likewise.
5359         * modules/stat-macros (Makefile.am): Likewise.
5360         * modules/stat-time (Makefile.am): Likewise.
5361         * modules/stdbool (Makefile.am): Likewise.
5362         * modules/stdint (Makefile.am): Likewise.
5363         * modules/stdlib-safer (Makefile.am): Likewise.
5364         * modules/stpcpy (Makefile.am): Likewise.
5365         * modules/stpncpy (Makefile.am): Likewise.
5366         * modules/strcase (Makefile.am): Likewise.
5367         * modules/strcasestr (Makefile.am): Likewise.
5368         * modules/strchrnul (Makefile.am): Likewise.
5369         * modules/strcspn (Makefile.am): Likewise.
5370         * modules/strdup (Makefile.am): Likewise.
5371         * modules/strerror (Makefile.am): Likewise.
5372         * modules/strftime (Makefile.am): Likewise.
5373         * modules/strndup (Makefile.am): Likewise.
5374         * modules/strnlen (Makefile.am): Likewise.
5375         * modules/strpbrk (Makefile.am): Likewise.
5376         * modules/strsep (Makefile.am): Likewise.
5377         * modules/strstr (Makefile.am): Likewise.
5378         * modules/strtod (Makefile.am): Likewise.
5379         * modules/strtoimax (Makefile.am): Likewise.
5380         * modules/strtok_r (Makefile.am): Likewise.
5381         * modules/strtol (Makefile.am): Likewise.
5382         * modules/strtoll (Makefile.am): Likewise.
5383         * modules/strtoul (Makefile.am): Likewise.
5384         * modules/strtoull (Makefile.am): Likewise.
5385         * modules/strtoumax (Makefile.am): Likewise.
5386         * modules/strverscmp (Makefile.am): Likewise.
5387         * modules/sys_socket (Makefile.am): Likewise.
5388         * modules/sys_stat (Makefile.am): Likewise.
5389         * modules/sysexits (Makefile.am): Likewise.
5390         * modules/time_r (Makefile.am): Likewise.
5391         * modules/timegm (Makefile.am): Likewise.
5392         * modules/timespec (Makefile.am): Likewise.
5393         * modules/tmpfile-safer (Makefile.am): Likewise.
5394         * modules/trim (Makefile.am): Likewise.
5395         * modules/unistd-safer (Makefile.am): Likewise.
5396         * modules/unlinkdir (Makefile.am): Likewise.
5397         * modules/unlocked-io (Makefile.am): Likewise.
5398         * modules/userspec (Makefile.am): Likewise.
5399         * modules/utime (Makefile.am): Likewise.
5400         * modules/utimecmp (Makefile.am): Likewise.
5401         * modules/utimens (Makefile.am): Likewise.
5402         * modules/vasnprintf (Makefile.am): Likewise.
5403         * modules/vasprintf (Makefile.am): Likewise.
5404         * modules/vsnprintf (Makefile.am): Likewise.
5405         * modules/xalloc (Makefile.am): Likewise.
5406         * modules/xgetcwd (Makefile.am): Likewise.
5407         * modules/xnanosleep (Makefile.am): Likewise.
5408         * modules/xreadlink (Makefile.am): Likewise.
5409         * modules/xstrtod (Makefile.am): Likewise.
5410         * modules/xstrtol (Makefile.am): Likewise.
5411         * modules/xstrtold (Makefile.am): Likewise.
5412         * modules/yesno (Makefile.am): Likewise.
5413         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
5414
5415 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
5416
5417         * modules/error (Makefile.am): Distribute files through
5418         EXTRA_DIST, not lib_SOURCES.
5419
5420 2006-10-12  Eric Blake  <ebb9@byu.net>
5421
5422         * modules/error (Makefile.am): Distribute files in /lib.
5423         * modules/obstack (Makefile.am): Likewise.
5424
5425 2006-10-12  Bruno Haible  <bruno@clisp.org>
5426
5427         * modules/acl (Makefile.am): Distribute all files in lib/ through
5428         EXTRA_DIST.
5429         * modules/arcfour (Makefile.am): Likewise.
5430         * modules/arctwo (Makefile.am): Likewise.
5431         * modules/argmatch (Makefile.am): Likewise.
5432         * modules/argz (Makefile.am): Likewise.
5433         * modules/atexit (Makefile.am): Likewise.
5434         * modules/backupfile (Makefile.am): Likewise.
5435         * modules/c-strtod (Makefile.am): Likewise.
5436         * modules/c-strtold (Makefile.am): Likewise.
5437         * modules/calloc (Makefile.am): Likewise.
5438         * modules/canon-host (Makefile.am): Likewise.
5439         * modules/canonicalize (Makefile.am): Likewise.
5440         * modules/chdir-long (Makefile.am): Likewise.
5441         * modules/chdir-safer (Makefile.am): Likewise.
5442         * modules/check-version (Makefile.am): Likewise.
5443         * modules/chown (Makefile.am): Likewise.
5444         * modules/cloexec (Makefile.am): Likewise.
5445         * modules/close-stream (Makefile.am): Likewise.
5446         * modules/closeout (Makefile.am): Likewise.
5447         * modules/crc (Makefile.am): Likewise.
5448         * modules/cycle-check (Makefile.am): Likewise.
5449         * modules/des (Makefile.am): Likewise.
5450         * modules/dirfd (Makefile.am): Likewise.
5451         * modules/dirname (Makefile.am): Likewise.
5452         * modules/dup2 (Makefile.am): Likewise.
5453         * modules/euidaccess (Makefile.am): Likewise.
5454         * modules/exclude (Makefile.am): Likewise.
5455         * modules/exitfail (Makefile.am): Likewise.
5456         * modules/fcntl-safer (Makefile.am): Likewise.
5457         * modules/file-type (Makefile.am): Likewise.
5458         * modules/fileblocks (Makefile.am): Likewise.
5459         * modules/filemode (Makefile.am): Likewise.
5460         * modules/filenamecat (Makefile.am): Likewise.
5461         * modules/fnmatch (Makefile.am): Likewise.
5462         * modules/fopen-safer (Makefile.am): Likewise.
5463         * modules/fpending (Makefile.am): Likewise.
5464         * modules/fprintftime (Makefile.am): Likewise.
5465         * modules/free (Makefile.am): Likewise.
5466         * modules/fsusage (Makefile.am): Likewise.
5467         * modules/ftruncate (Makefile.am): Likewise.
5468         * modules/fts (Makefile.am): Likewise.
5469         * modules/gc (Makefile.am): Likewise.
5470         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
5471         * modules/getaddrinfo (Makefile.am): Likewise.
5472         * modules/getcwd (Makefile.am): Likewise.
5473         * modules/getdelim (Makefile.am): Likewise.
5474         * modules/getdomainname (Makefile.am): Likewise.
5475         * modules/getgroups (Makefile.am): Likewise.
5476         * modules/gethostname (Makefile.am): Likewise.
5477         * modules/gethrxtime (Makefile.am): Likewise.
5478         * modules/getline (Makefile.am): Likewise.
5479         * modules/getloadavg (Makefile.am): Likewise.
5480         * modules/getlogin_r (Makefile.am): Likewise.
5481         * modules/getopt (Makefile.am): Likewise.
5482         * modules/getpass (Makefile.am): Likewise.
5483         * modules/getpass-gnu (Makefile.am): Likewise.
5484         * modules/getsubopt (Makefile.am): Likewise.
5485         * modules/gettime (Makefile.am): Likewise.
5486         * modules/gettimeofday (Makefile.am): Likewise.
5487         * modules/getugroups (Makefile.am): Likewise.
5488         * modules/getusershell (Makefile.am): Likewise.
5489         * modules/glob (Makefile.am): Likewise.
5490         * modules/group-member (Makefile.am): Likewise.
5491         * modules/hard-locale (Makefile.am): Likewise.
5492         * modules/hash (Makefile.am): Likewise.
5493         * modules/hmac-md5 (Makefile.am): Likewise.
5494         * modules/hmac-sha1 (Makefile.am): Likewise.
5495         * modules/human (Makefile.am): Likewise.
5496         * modules/idcache (Makefile.am): Likewise.
5497         * modules/imaxabs (Makefile.am): Likewise.
5498         * modules/imaxdiv (Makefile.am): Likewise.
5499         * modules/inet_ntop (Makefile.am): Likewise.
5500         * modules/inet_pton (Makefile.am): Likewise.
5501         * modules/inttostr (Makefile.am): Likewise.
5502         * modules/isapipe (Makefile.am): Likewise.
5503         * modules/lchown (Makefile.am): Likewise.
5504         * modules/long-options (Makefile.am): Likewise.
5505         * modules/lstat (Makefile.am): Likewise.
5506         * modules/malloc (Makefile.am): Likewise.
5507         * modules/mathl (Makefile.am): Likewise.
5508         * modules/mbchar (Makefile.am): Likewise.
5509         * modules/md2 (Makefile.am): Likewise.
5510         * modules/md4 (Makefile.am): Likewise.
5511         * modules/md5 (Makefile.am): Likewise.
5512         * modules/memcasecmp (Makefile.am): Likewise.
5513         * modules/memchr (Makefile.am): Likewise.
5514         * modules/memcmp (Makefile.am): Likewise.
5515         * modules/memcoll (Makefile.am): Likewise.
5516         * modules/memcpy (Makefile.am): Likewise.
5517         * modules/memmem (Makefile.am): Likewise.
5518         * modules/memmove (Makefile.am): Likewise.
5519         * modules/mempcpy (Makefile.am): Likewise.
5520         * modules/memrchr (Makefile.am): Likewise.
5521         * modules/memset (Makefile.am): Likewise.
5522         * modules/memxor (Makefile.am): Likewise.
5523         * modules/mkancesdirs (Makefile.am): Likewise.
5524         * modules/mkdir (Makefile.am): Likewise.
5525         * modules/mkdir-p (Makefile.am): Likewise.
5526         * modules/mkdtemp (Makefile.am): Likewise.
5527         * modules/mkstemp (Makefile.am): Likewise.
5528         * modules/mktime (Makefile.am): Likewise.
5529         * modules/modechange (Makefile.am): Likewise.
5530         * modules/mountlist (Makefile.am): Likewise.
5531         * modules/nanosleep (Makefile.am): Likewise.
5532         * modules/openat (Makefile.am): Likewise.
5533         * modules/pagealign_alloc (Makefile.am): Likewise.
5534         * modules/physmem (Makefile.am): Likewise.
5535         * modules/poll (Makefile.am): Likewise.
5536         * modules/posixtm (Makefile.am): Likewise.
5537         * modules/posixver (Makefile.am): Likewise.
5538         * modules/putenv (Makefile.am): Likewise.
5539         * modules/quote (Makefile.am): Likewise.
5540         * modules/quotearg (Makefile.am): Likewise.
5541         * modules/raise (Makefile.am): Likewise.
5542         * modules/read-file (Makefile.am): Likewise.
5543         * modules/readline (Makefile.am): Likewise.
5544         * modules/readlink (Makefile.am): Likewise.
5545         * modules/readtokens (Makefile.am): Likewise.
5546         * modules/readutmp (Makefile.am): Likewise.
5547         * modules/realloc (Makefile.am): Likewise.
5548         * modules/regex (Makefile.am): Likewise.
5549         * modules/rename (Makefile.am): Likewise.
5550         * modules/rename-dest-slash (Makefile.am): Likewise.
5551         * modules/rijndael (Makefile.am): Likewise.
5552         * modules/rmdir (Makefile.am): Likewise.
5553         * modules/rpmatch (Makefile.am): Likewise.
5554         * modules/safe-read (Makefile.am): Likewise.
5555         * modules/safe-write (Makefile.am): Likewise.
5556         * modules/same (Makefile.am): Likewise.
5557         * modules/save-cwd (Makefile.am): Likewise.
5558         * modules/savedir (Makefile.am): Likewise.
5559         * modules/setenv (Makefile.am): Likewise.
5560         * modules/settime (Makefile.am): Likewise.
5561         * modules/sha1 (Makefile.am): Likewise.
5562         * modules/sig2str (Makefile.am): Likewise.
5563         * modules/snprintf (Makefile.am): Likewise.
5564         * modules/stdlib-safer (Makefile.am): Likewise.
5565         * modules/stpcpy (Makefile.am): Likewise.
5566         * modules/stpncpy (Makefile.am): Likewise.
5567         * modules/strcase (Makefile.am): Likewise.
5568         * modules/strcasestr (Makefile.am): Likewise.
5569         * modules/strchrnul (Makefile.am): Likewise.
5570         * modules/strcspn (Makefile.am): Likewise.
5571         * modules/strdup (Makefile.am): Likewise.
5572         * modules/strerror (Makefile.am): Likewise.
5573         * modules/strftime (Makefile.am): Likewise.
5574         * modules/strndup (Makefile.am): Likewise.
5575         * modules/strnlen (Makefile.am): Likewise.
5576         * modules/strpbrk (Makefile.am): Likewise.
5577         * modules/strsep (Makefile.am): Likewise.
5578         * modules/strstr (Makefile.am): Likewise.
5579         * modules/strtod (Makefile.am): Likewise.
5580         * modules/strtoimax (Makefile.am): Likewise.
5581         * modules/strtok_r (Makefile.am): Likewise.
5582         * modules/strtol (Makefile.am): Likewise.
5583         * modules/strtoll (Makefile.am): Likewise.
5584         * modules/strtoul (Makefile.am): Likewise.
5585         * modules/strtoull (Makefile.am): Likewise.
5586         * modules/strtoumax (Makefile.am): Likewise.
5587         * modules/strverscmp (Makefile.am): Likewise.
5588         * modules/time_r (Makefile.am): Likewise.
5589         * modules/timegm (Makefile.am): Likewise.
5590         * modules/tmpfile-safer (Makefile.am): Likewise.
5591         * modules/unistd-safer (Makefile.am): Likewise.
5592         * modules/unlinkdir (Makefile.am): Likewise.
5593         * modules/userspec (Makefile.am): Likewise.
5594         * modules/utime (Makefile.am): Likewise.
5595         * modules/utimecmp (Makefile.am): Likewise.
5596         * modules/utimens (Makefile.am): Likewise.
5597         * modules/vasnprintf (Makefile.am): Likewise.
5598         * modules/vasprintf (Makefile.am): Likewise.
5599         * modules/vsnprintf (Makefile.am): Likewise.
5600         * modules/xalloc (Makefile.am): Likewise.
5601         * modules/xgetcwd (Makefile.am): Likewise.
5602         * modules/xnanosleep (Makefile.am): Likewise.
5603         * modules/xreadlink (Makefile.am): Likewise.
5604         * modules/xstrtod (Makefile.am): Likewise.
5605         * modules/xstrtol (Makefile.am): Likewise.
5606         * modules/xstrtold (Makefile.am): Likewise.
5607         * modules/yesno (Makefile.am): Likewise.
5608
5609 2006-10-12  Jim Meyering  <jim@meyering.net>
5610
5611         * m4/getloadavg.m4: Revert the change below.
5612
5613         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
5614         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
5615         fail with a symlink, which is what coreutils' ./bootstrap now
5616         creates by default.
5617
5618 2006-10-12  Bruno Haible  <bruno@clisp.org>
5619
5620         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
5621         mingw.
5622         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
5623         MSVC and mingw explicitly.
5624
5625 2006-10-11  Simon Josefsson  <jas@extundo.com>
5626             Bruno Haible  <bruno@clisp.org>
5627
5628         Add support for multiple gnulib-tool invocations in the scope of a
5629         single configure.ac file.
5630         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
5631         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
5632         with the same contents as the _LIBADD variable.
5633         (func_emit_initmacro_start, func_emit_initmacro_end,
5634         func_emit_initmacro_done): New functions.
5635         (func_import, func_create_testdir): Invoke them. Allow the identifiers
5636         gl_LIBOBJS and gl_LTLIBOBJS.
5637
5638 2006-10-11  Bruno Haible  <bruno@clisp.org>
5639
5640         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
5641         (func_create_testdir): Don't create po/Makefile.am, don't invoke
5642         autoreconf. Instead, invoke autopoint explicitly but move back the
5643         *.m4 files from gnulib.
5644
5645 2006-10-11  Bruno Haible  <bruno@clisp.org>
5646
5647         * gnulib-tool (func_usage): Make module names after --create-testdir
5648         optional.
5649         (func_create_testdir): If no module was specified, use nearly all
5650         modules.
5651
5652 2006-10-12  Jim Meyering  <jim@meyering.net>
5653
5654         Big performance improvement for fts-based tools that use FTS_NOSTAT.
5655         Avoid spurious inode-mismatch problems on non-POSIX file systems.
5656         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
5657         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
5658         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
5659         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
5660         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
5661         (fts_set_stat_required): New function.
5662         (fts_open): Defer the calls to fts_stat, if possible or requested.
5663         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
5664         into fts_stat itself.
5665         (fts_read): Perform any required (deferred) fts_stat call.
5666         (fts_build): Likewise, for the directory we're about to open and read.
5667         In the readdir loop, carefully decide whether each entry will require
5668         an eventual call to fts_stat, using dirent.d_type info if available.
5669         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
5670         a command line argument into this function.  Update all callers.
5671         Map a return value of FTS_DOT to FTS_D for a command line argument.
5672         * modules/fts (Depends-on): Add d-type.  Alphabetize.
5673         Thanks to Miklos Szeredi for his tenacity and for the initial
5674         bug report about "find" failing on a FUSE-based file system.
5675
5676         * lib/fts.c (fts_open): Use consistent indentation.
5677
5678 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
5679
5680         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
5681         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
5682         reported by Jim Meyering.  All uses of cache variables renamed
5683         to match Autoconf's.
5684         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
5685         the other one.
5686
5687         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
5688         Fix misspelling in diagnostic.
5689
5690 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
5691
5692         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
5693         defined.  Problem reported by Matthew Woehlke.
5694
5695         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
5696         Add support for Tandem NonStop R series.
5697         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
5698         Use new macro.
5699
5700         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
5701         (has_trailing_slash): Omit size arg; all callers changed.
5702         Omit 'inline', since it doesn't help performance and we'd
5703         need to configure it.
5704         Don't count //, ///, etc. as having a trailing slash.
5705         As a side effect, this removes a C99ism reported by Matthew Woehlke.
5706         (rpl_rename_dest_slash): On failure, use rename's errno rather
5707         than (in some cases) an incorrect or junk errno.
5708         Simplify code by removing need to compute length; this does
5709         cause it to make two passes instead of one over the file name,
5710         but it's worth it.
5711
5712         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
5713         change, since Autoconf's version may no longer be appropriate now
5714         that we are using CVS Autoconf's version.  Add support for Tandem.
5715
5716 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
5717             Bruno Haible  <bruno@clisp.org>
5718
5719         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
5720         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
5721         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
5722         gl_AC_TYPE_LONG_LONG.
5723
5724         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
5725         instead of HAVE_LONG_LONG.
5726         * lib/printf-args.c (printf_fetchargs): Likewise.
5727         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
5728         * lib/vasnprintf.c (VASNPRINTF): Likewise.
5729         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
5730         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
5731         gl_AC_TYPE_LONG_LONG.
5732
5733 2006-10-11  Bruno Haible  <bruno@clisp.org>
5734
5735         * m4/longlong.m4: Add comments.
5736         * m4/ulonglong.m4: Likewise.
5737
5738 2006-10-10  Bruno Haible  <bruno@clisp.org>
5739
5740         Make it possible to #define stpcpy, strdup to aliases.
5741         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
5742         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
5743
5744 2006-10-10  Bruno Haible  <bruno@clisp.org>
5745
5746         Make it possible to #define gcd to an alias.
5747         * lib/gcd.c: Include config.h.
5748
5749 2006-10-10  Bruno Haible  <bruno@clisp.org>
5750
5751         Make it possible to #define c_isascii to an alias.
5752         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
5753         defined. Undefine the macros before defining them, to avoid gcc
5754         warnings.
5755         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
5756         define NO_C_CTYPE_MACROS early.
5757
5758 2006-10-10  Bruno Haible  <bruno@clisp.org>
5759
5760         Make it possible to #define set_program_name to an alias.
5761         * lib/progname.c: Don't undefine set_program_name; instead, undefine
5762         ENABLE_RELOCATABLE early.
5763
5764 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
5765
5766         Port to Tandem NSK OSS, which has 64-bit signed int but at most
5767         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
5768         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
5769         More generally, don't assume that 64-bit signed int is available
5770         if unsigned int is, and vice versa.
5771         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
5772         unsigned symbols, not on their signed counterparts.
5773         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
5774         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
5775         (UINT64_C, UINTMAX_C):
5776         Likewise.
5777         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
5778         unsigned counterparts.
5779         (Have_long_long, Unsigned): New macros.
5780         (Int): Renamed from INT.
5781         (strtoimax): Use the new macros.
5782         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
5783         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
5784         * modules/inttypes (inttypes.h): Substitute
5785         HAVE_UNSIGNED_LONG_LONG_INT.
5786         * modules/stdint (stdint.h): Likewise.
5787         (Files): Add m4/ulonglong.m4.
5788
5789 2006-10-10  Bruno Haible  <bruno@clisp.org>
5790
5791         Fix a gcc -Wshadow warning.
5792         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
5793         to 'bucket'.
5794         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
5795         gl_linked_indexof_from_to): Likewise.
5796         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
5797         Likewise.
5798         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
5799         Likewise.
5800         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
5801         Reported by Eric Blake.
5802
5803 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
5804
5805         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
5806         for NetBSD.  Problem reported by Bruno Haible.
5807
5808 2006-10-09  Jim Meyering  <jim@meyering.net>
5809
5810         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
5811         Patch from Bruno Haible.
5812
5813 2006-10-09  Jim Meyering  <jim@meyering.net>
5814
5815         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
5816         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
5817         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
5818
5819 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
5820
5821         Don't include <config.h> twice; this doesn't work in some cases,
5822         e.g., when config.h has "#define intmax_t long long int" and
5823         we include <config.h>, <inttypes.h>, <config.h> in that order.
5824         Problem reported by Matthew Woehlke in:
5825         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
5826         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
5827         * lib/fts-cycle.c: Don't include config.h.
5828         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
5829         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
5830         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
5831         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
5832         inttypes.h.
5833         * lib/xstrtoumax.c: Likewise.
5834         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
5835         __strtol and the like, so that this module is more like its siblings.
5836         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
5837         Remove; no longer needed now that we assume gnulib inttypes.h.
5838
5839 2006-10-08  Bruno Haible  <bruno@clisp.org>
5840
5841         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
5842         option.
5843
5844 2006-10-07  Jim Meyering  <jim@meyering.net>
5845
5846         * modules/inttypes (inttypes.h): Revert what seems to have been
5847         an inadvertent part of today's change: use "|", not "/" in the
5848         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
5849
5850 2006-10-07  Bruno Haible  <bruno@clisp.org>
5851
5852         * modules/sublist: New file.
5853
5854 2006-10-07  Bruno Haible  <bruno@clisp.org>
5855
5856         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
5857         * modules/argz (argz.h): Likewise.
5858         * modules/arpa_inet (arpa/inet.h): Likewise.
5859         * modules/byteswap (byteswap.h): Likewise.
5860         * modules/configmake (configmake.h): Likewise.
5861         * modules/fcntl (fcntl.h): Likewise.
5862         * modules/fnmatch (fnmatch.h): Likewise.
5863         * modules/getopt (getopt.h): Likewise.
5864         * modules/glob (glob.h): Likewise.
5865         * modules/inttypes (inttypes.h): Likewise.
5866         * modules/netinet_in (netinet/in.h): Likewise.
5867         * modules/poll (poll.h): Likewise.
5868         * modules/stdbool (stdbool.h): Likewise.
5869         * modules/stdint (stdint.h): Likewise.
5870         * modules/sys_select (sys/select.h): Likewise.
5871         * modules/sys_socket (sys/socket.h): Likewise.
5872         * modules/sys_stat (sys/stat.h): Likewise.
5873         * modules/sysexits (sysexits.h): Likewise.
5874         * modules/unistd (unistd.h): Likewise.
5875         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5876         Add a "DO NOT EDIT" comment to the generated file.
5877         (func_import): Likewise for gnulib-comp.m4.
5878
5879 2006-10-07  Bruno Haible  <bruno@clisp.org>
5880
5881         * lib/gl_sublist.h: New file.
5882         * lib/gl_sublist.c: New file.
5883
5884 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
5885
5886         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
5887         name (relative to the original working directory) and the file
5888         name component (relative to the temporary working directory).  All
5889         callers changed.
5890         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
5891         * lib/mkdir-p.c (make_dir_parents): Likewise.
5892         * lib/mkdir-p.h (make_dir_parents): Likewise.
5893
5894 2006-10-06  Eric Blake  <ebb9@byu.net>
5895
5896         Define several macros for use by the clean-temp module.
5897         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
5898         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
5899         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
5900
5901         * lib/clean-temp.h (close_stream_temp): New declaration.
5902         * lib/clean-temp.c (includes): Pull in headers according to what
5903         other modules are in use.
5904         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
5905
5906 2006-10-06  Bruno Haible  <bruno@clisp.org>
5907
5908         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
5909         instead of fopen, fwriteerror.
5910
5911 2006-10-06  Bruno Haible  <bruno@clisp.org>
5912
5913         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
5914         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
5915         int.
5916         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
5917         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
5918         Return an error indicator.
5919         Suggested by Eric Blake.
5920
5921 2006-10-06  Bruno Haible  <bruno@clisp.org>
5922
5923         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
5924         Reported by Eric Blake.
5925
5926 2006-10-06  Bruno Haible  <bruno@clisp.org>
5927
5928         * modules/closeout (Description): Mention stderr too.
5929
5930 2006-10-06  Bruno Haible  <bruno@clisp.org>
5931         and Paul Eggert  <eggert@cs.ucla.edu>
5932
5933         * lib/closeout.c (close_stdout): Also close stderr.
5934         * lib/closeout.h: Update comment.
5935
5936 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
5937
5938         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
5939         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
5940         * lib/dirchownmod.c: Include lchown.h.
5941         * lib/lchown.c: Don't include files that lchown.h now includes.
5942         Don't declare chown, since lchown.h now does that.
5943         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
5944         (lchown): Define to rpl_chown if lchown is declared but
5945         does not exist.  Declare using a prototype if lchown is not
5946         declared.  Add a copyright notice.
5947         * lib/mkstemp.h: Include <unistd.h>.
5948         * lib/openat.c: Include lchown.h.
5949
5950         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
5951         we now test for that separately.
5952         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
5953         rather than O_NOFOLLOW, when testing whether it's possible to
5954         avoid a race condition reliably.
5955         * lib/savewd.c (savewd_chdir): Likewise.
5956
5957         Remove macros that are no longer needed now that stdint.h is
5958         reliable.
5959         * lib/fsusage.c (UINTMAX_MAX): Remove.
5960         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
5961         * lib/utimecmp.c (SIZE_MAX): Remove.
5962
5963         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
5964
5965         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
5966         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
5967         O_NOATIME works.
5968
5969 2006-10-05  Bruno Haible  <bruno@clisp.org>
5970
5971         * lib/gl_list.h (gl_sortedlist_search_from_to,
5972         gl_sortedlist_indexof_from_to): New declarations.
5973         (gl_list_implementation): New fields sortedlist_search_from_to,
5974         sortedlist_indexof_from_to.
5975         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
5976         inline functions.
5977         * lib/gl_list.c (gl_sortedlist_search_from_to,
5978         gl_sortedlist_indexof_from_to): New functions.
5979         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
5980         function.
5981         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
5982         (gl_array_sortedlist_search_from_to): New function.
5983         (gl_array_list_implementation): Update.
5984         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
5985         function.
5986         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
5987         (gl_carray_sortedlist_search_from_to): New function.
5988         (gl_carray_list_implementation): Update.
5989         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
5990         gl_linked_sortedlist_indexof_from_to): New functions.
5991         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
5992         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
5993         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
5994         gl_tree_sortedlist_indexof_from_to): New functions.
5995         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
5996         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
5997         Update.
5998         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
5999         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
6000         Update.
6001
6002 2006-10-05  Bruno Haible  <bruno@clisp.org>
6003
6004         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
6005         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
6006         (struct gl_list_implementation): Add fields search_from_to,
6007         indexof_from_to. Remove fields search, indexof.
6008         (gl_list_search): Use the search_from_to method.
6009         (gl_list_search_from, gl_list_search_from_to): New functions.
6010         (gl_list_indexof): Use the indexof_from_to method.
6011         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
6012         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
6013         (gl_list_search_from, gl_list_search_from_to): New functions.
6014         (gl_list_indexof): Use the indexof_from_to method.
6015         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
6016         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
6017         gl_array_indexof. Add start_index, end_index arguments.
6018         (gl_array_search_from_to): Renamed from gl_array_search. Add
6019         start_index, end_index arguments.
6020         (gl_array_remove, gl_array_list_implementation): Update.
6021         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
6022         gl_carray_indexof. Add start_index, end_index arguments.
6023         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
6024         start_index, end_index arguments.
6025         (gl_carray_remove, gl_carray_list_implementation): Update.
6026         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
6027         gl_linked_search. Add start_index, end_index arguments.
6028         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
6029         start_index, end_index arguments.
6030         (gl_linked_remove): Update.
6031         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
6032         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
6033         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
6034         field to 'size_t'.
6035         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
6036         gl_tree_search. Add start_index, end_index arguments.
6037         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
6038         start_index, end_index arguments.
6039         (gl_tree_remove): Update.
6040         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
6041         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
6042         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
6043         function.
6044         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
6045         gl_tree_search. Add start_index, end_index arguments.
6046         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
6047         start_index, end_index arguments.
6048         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
6049         Update.
6050         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
6051
6052 2006-10-05  Bruno Haible  <bruno@clisp.org>
6053
6054         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
6055
6056         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
6057         fwriteerror_temp): New declarations.
6058         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
6059         (descriptors): New variable.
6060         (cleanup): First, close the descriptors.
6061         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
6062         fclose_temp, fwriteerror_temp): New functions.
6063
6064 2006-10-04  Jim Meyering  <jim@meyering.net>
6065
6066         * lib/fts.c (fts_open): Tiny comment change.
6067
6068 2006-10-04  Bruno Haible  <bruno@clisp.org>
6069
6070         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
6071         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
6072         gl_LOCK_BODY.
6073         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
6074         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
6075         gl_LOCK_EARLY_BODY.
6076         (gl_LOCK): Require gl_LOCK_BODY.
6077
6078 2006-10-04  Bruno Haible  <bruno@clisp.org>
6079
6080         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
6081         (gl_oset_search_atleast): New declaration.
6082         (struct gl_oset_implementation): Add field 'search_atleast'.
6083         (gl_oset_search_atleast): New inline function.
6084         * lib/gl_oset.c (gl_oset_search_atleast): New function.
6085         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
6086         (gl_array_oset_implementation): Update.
6087         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
6088         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
6089         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
6090
6091 2006-10-04  Bruno Haible  <bruno@clisp.org>
6092
6093         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
6094
6095 2006-10-03  Bruno Haible  <bruno@clisp.org>
6096
6097         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
6098         from gl_avltreehash_list_implementation.
6099
6100 2006-10-03  Bruno Haible  <bruno@clisp.org>
6101
6102         * lib/gl_oset.c (gl_oset_add): Fix return type.
6103
6104 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
6105
6106         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
6107
6108 2006-10-02  Eric Blake  <ebb9@byu.net>
6109
6110         * modules/strnlen (Depends-on): Add extensions.
6111
6112 2006-10-02  Eric Blake  <ebb9@byu.net>
6113
6114         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
6115         definition in 2.60+.
6116
6117 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
6118
6119         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
6120         checks.
6121
6122 2006-10-02  Bruno Haible  <bruno@clisp.org>
6123
6124         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
6125         to the AUTOMAKE_OPTIONS.
6126         Reported by Jim Meyering.
6127
6128 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
6129
6130         Work around bug in Solaris 10 /proc file system:
6131         /proc/self/fd/NNN/.. isn't the parent directory of
6132         the directory whose file descriptor is NNN.  This needs to
6133         be worked around at run time, not compile time, since a
6134         program might be built on Solaris 8, where things work, and
6135         run on Solaris 10.
6136         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
6137         to use the following interface instead:
6138         (OPENAT_BUFFER_SIZE): New macro.
6139         (openat_proc_name): New function.
6140         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
6141         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
6142         Likewise.
6143         * lib/openat-proc.c: New file.
6144         * modules/openat (Files): Add lib/openat-proc.c.
6145         (Depends-on): Add same-inode, stdbool.
6146         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
6147
6148 2006-09-29  Bruno Haible  <bruno@clisp.org>
6149
6150         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
6151         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
6152         argument. Set stdout_closed before testing for ferror, not after.
6153         (fwriteerror, fwriteerror_no_ebadf): New functions.
6154
6155 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6156
6157         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
6158
6159 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
6160
6161         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
6162         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
6163
6164 2006-09-28  Jim Meyering  <jim@meyering.net>
6165
6166         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
6167         Include <unistd.h>.
6168
6169 2006-09-28  Bruno Haible  <bruno@clisp.org>
6170
6171         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
6172         * modules/linkedhash-list (Depends-on): Likewise.
6173         * modules/rbtreehash-list (Depends-on): Likewise.
6174
6175 2006-09-28  Bruno Haible  <bruno@clisp.org>
6176
6177         * lib/strndup.h: Simplify the redefinition of strndup.
6178         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
6179         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
6180
6181 2006-09-28  Bruno Haible  <bruno@clisp.org>
6182
6183         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
6184         * lib/gl_linkedhash_list.c: Likewise.
6185         * lib/gl_rbtreehash_list.c: Likewise.
6186
6187 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
6188
6189         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
6190         getaddrinfo.
6191
6192         * lib/__fpending.h: Don't include <stdio_ext.h> unless
6193         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
6194         it causes <stdio_ext.h> to cause a compile-time error.
6195         Problem reported by Nelson H. F. Beebe.
6196         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
6197         of HAVE_DECL___PENDING.
6198
6199         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
6200         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
6201         declaration.
6202
6203 2006-09-27  Jim Meyering  <jim@meyering.net>
6204
6205         This file could end up with a definition for a function
6206         named __strndup, rather than rpl_strndup on a system with
6207         incomplete weak_alias support.
6208         * lib/strndup.c (strndup): Rename from __strndup.
6209         Remove #defines that used to map __strndup to strndup.
6210         Don't use K&R prototypes.
6211         Remove LIBC-related code, since this file is not sync'd with glibc.
6212         * lib/strndup.h: Revamp, accordingly.
6213         * m4/strndup.m4: Modernize.
6214
6215 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
6216
6217         * modules/savewd (Depends-on): Add 'raise'.
6218         * lib/savewd.c: Include <signal.h>, for 'raise'.
6219
6220 2006-09-26  Jim Meyering  <jim@meyering.net>
6221
6222         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
6223         when we detect Darwin 8.7.0's acl_get_file bug.
6224         Rearrange to perform the new (below) run-test while $LIBS
6225         contains any acl-related library.  Set USE_ACL at the end.
6226         (gl_ACL_GET_FILE): New function.
6227
6228 2006-09-26  Eric Blake  <ebb9@byu.net>
6229
6230         * lib/verror.c: Include <config.h> unconditionally.
6231
6232 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
6233
6234         * modules/clock-time (Maintainer): Add self.
6235         * modules/getlogin_r (Depends-on): Add extensions.
6236
6237 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6238
6239         * modules/clock-time: New module.
6240         * modules/nanosleep (Depends-on): Add clock-time.
6241         * modules/gethrxtime (Depends-on): Likewise.
6242         * modules/gettime (Depends-on): Likewise.
6243         * modules/settime (Depends-on): Likewise.
6244
6245         * modules/fts-lgpl: Depend on openat.
6246         * modules/mkancesdirs: Depend on savewd.
6247         * modules/mkdir-p: Likewise.
6248
6249 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6250
6251         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
6252
6253         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
6254         `gl_have_arbitrary_file_name_length_limit' to
6255         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
6256         actually works between configure runs.
6257
6258 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6259             Bruno Haible  <bruno@clisp.org>
6260
6261         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
6262
6263 2006-09-25  Jim Meyering  <jim@meyering.net>
6264
6265         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
6266         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
6267
6268 2006-09-25  Eric Blake  <ebb9@byu.net>
6269
6270         * gnulib-tool (func_import, func_create_testdir): Fix typos in
6271         exec's in 2006-09-18 patch when shuffling fds.
6272
6273 2006-09-25  Bruno Haible  <bruno@clisp.org>
6274
6275         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
6276         Reported by Jim Meyering.
6277
6278 2006-09-24  Jim Meyering  <jim@meyering.net>
6279
6280         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
6281         compare a pointer against a literal "0".  That caused failures with
6282         at least HP-UX's hpcc.
6283
6284 2006-09-22  Simon Josefsson  <jas@extundo.com>
6285
6286         * modules/gc-sha1:
6287         * modules/gc-md4:
6288         * modules/gc-hmac-sha1:
6289         * modules/gc-hmac-md5:
6290         * modules/gc-des:
6291         * modules/gc-arcfour: Distribute more files.
6292
6293 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6294
6295         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
6296         (gl_linked_iterator_from_to): Initialize struct completely.
6297         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
6298         (gl_tree_iterator_from_to): Likewise
6299         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
6300         * lib/gl_array_list.c [lint] (gl_array_iterator)
6301         (gl_array_iterator_from_to): Likewise.
6302         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
6303         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
6304         (gl_carray_iterator_from_to): Likewise.
6305
6306         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
6307         * lib/md4.c (md4_process_block): Remove unused variable.
6308         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
6309         parentheses for clarity.
6310
6311 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6312
6313         * modules/bison-i18n (Depends-on): Add gettext.
6314
6315 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6316
6317         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
6318         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
6319         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
6320         also add missing comma that caused broken test.
6321         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
6322         stdlib.h, for `abort'.
6323         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
6324         variables.
6325         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
6326         include unistd.h if present, for `rmdir'.
6327         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
6328         variables.
6329         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
6330         in the process include standard headers for prototypes.
6331         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
6332         gets declared on GNU/Linux.
6333         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
6334         unistd.h, for `rmdir'.
6335         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
6336
6337         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
6338         always true.
6339         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
6340
6341         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
6342
6343 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6344
6345         * gnulib-tool (func_version): Create output all at once.  This
6346         may help avoid triggering unnecessary SIGPIPEs, and at any
6347         rate it doesn't hurt.
6348
6349 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6350             Bruno Haible  <bruno@clisp.org>
6351
6352         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
6353         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
6354         * m4/signed.m4 (bh_C_SIGNED): Likewise.
6355
6356         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
6357         (gl_FUNC_VASPRINTF): Invoke it.
6358
6359 2006-09-22  Bruno Haible  <bruno@clisp.org>
6360
6361         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
6362         getloadavg.c as first argument.
6363
6364 2006-09-22  Bruno Haible  <bruno@clisp.org>
6365
6366         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
6367         at the beginning of the gl_INIT macro.
6368         * modules/getloadavg (configure.ac): Pass $gl_source_base to
6369         gl_GETLOADAVG.
6370
6371 2006-09-22  Bruno Haible  <bruno@clisp.org>
6372
6373         * gnulib-tool (func_create_megatestdir): Don't include the config-h
6374         module.
6375         Suggested by Ralf Wildenhues.
6376
6377 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
6378
6379         Import this patch from libc:
6380
6381         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
6382
6383         * lib/regex_internal.c (re_string_reconstruct): Handle
6384         offset < pstr->valid_raw_len && pstr->offsets_needed case.
6385         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
6386         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
6387         re_string_context_at.
6388
6389         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
6390         now requires it.
6391         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
6392         gl_REGEX now does it for us.
6393         (gl_REGEX): Add test taken from
6394         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
6395
6396         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
6397         Check that large offsets work.  Modernize Autoconf usages.
6398         Prefer "yes" to mean a good thing rather than a bad.
6399         Don't put "#define mkstemp" in config.h, as this might interfere
6400         with standard system headers that "#define mkstemp mkstemp64".
6401
6402         * modules/mkstemp (Depends-on): Add extensions, so that
6403         mkstemp is visible on some platforms.
6404         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
6405         (Include): Change to "mkstemp.h" from <stdlib.h>.
6406         (Files): Add mkstemp.h.
6407
6408         * lib/mkstemp.h: New file, since some standard headers
6409         #define mkstemp.
6410         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
6411         Include "mkstemp.h".
6412         Make the _LIBC code resemble glibc original more,
6413         e.g., use K&R style.
6414         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
6415         (mkstemp): Remove, since mkstemp.h does this for us.
6416         * lib/stdlib--.h: Include mkstemp.h.
6417
6418         Import this patch from libc:
6419
6420         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
6421
6422         * lib/tempname.c (__gen_tempname): Change attempts_min
6423         into a macro.  Use preprocessor to decide how to initialize
6424         attempts [Coverity CID 67].
6425
6426 2006-09-20  Bruno Haible  <bruno@clisp.org>
6427
6428         * lib/mkdtemp.c: Import from libc.
6429         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
6430                 * sysdeps/posix/tempname.c (__gen_tempname): Change
6431                 attempts_min into a macro.  Use preprocessor to decide how to
6432                 initialize attempts [Coverity CID 67].
6433         2001-11-27  Paul Eggert  <eggert@twinsun.com>
6434                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
6435                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
6436
6437 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6438
6439         * gnulib-tool (func_exit): New function, to allow to pass the
6440         exit status portably through the trap.  Use everywhere.
6441         (--help, --version): Signal a write error.
6442         (trap): catch SIGPIPE, for write errors.
6443         Exit at the end of the trap, with the correct exit status.
6444
6445 2006-09-19  Karl Berry  <karl@gnu.org>
6446
6447         * doc/gnulib.texi: note about the license texinfo files.
6448
6449 2006-09-19  Eric Blake  <ebb9@byu.net>
6450
6451         * gnulib-tool: Avoid space-tab.
6452
6453 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
6454
6455         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
6456         that prevented coreutils 6.1 from building.  Problem reported
6457         by Petter Reinholdtsen.
6458
6459 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
6460
6461         * gnulib-tool (avoidlist): Fix typo that broke options like
6462         --avoid=lock that are used by coreutils bootstrap.
6463
6464 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
6465
6466         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
6467         more systematically.
6468
6469 2006-09-18  Jim Meyering  <jim@meyering.net>
6470
6471         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
6472
6473 2006-09-18  Bruno Haible  <bruno@clisp.org>
6474
6475         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
6476
6477 2006-09-18  Bruno Haible  <bruno@clisp.org>
6478
6479         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
6480         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
6481         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
6482         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
6483         * m4/gettext.m4: Require autoconf >= 2.52.
6484         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
6485         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
6486         of gl_cv_header_inttypes_h.
6487
6488 2006-09-18  Bruno Haible  <bruno@clisp.org>
6489
6490         * lib/javaversion.c: Include configmake.h.
6491
6492 2006-09-18  Bruno Haible  <bruno@clisp.org>
6493
6494         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
6495         avoid that the while loops be executed in a subshell.
6496
6497 2006-09-18  Bruno Haible  <bruno@clisp.org>
6498
6499         * MODULES.html.sh (func_module): Break long lines.
6500         Suggested by Bruce Korb <bkorb@gnu.org>.
6501
6502 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6503
6504         Speed up by a factor of 1.12.
6505         * gnulib-tool (nl): New variable.
6506         (func_import): Rewrite include directive extraction to only read each
6507         directive once.
6508
6509 2006-09-17  Bruno Haible  <bruno@clisp.org>
6510
6511         * modules/javaversion (Makefile.am): Remove DEFS setting.
6512         (Depends-on): Add configmake, for PKGDATADIR definition.
6513
6514 2006-09-17  Bruno Haible  <bruno@clisp.org>
6515
6516         * gnulib-tool (func_create_testdir): Rewrite all files at once.
6517
6518 2006-09-17  Bruno Haible  <bruno@clisp.org>
6519
6520         * gnulib-tool (func_append): New function, stolen from libtool.m4.
6521         (func_modules_transitive_closure, func_modules_add_dummy,
6522         func_modules_to_filelist, func_import, func_create_testdir,
6523         func_create_megatestdir, ...): Use it wherever possible.
6524         Suggested by Ralf Wildenhues.
6525
6526 2006-09-16  Karl Berry  <karl@gnu.org>
6527
6528         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
6529         to avoid sectioning errors.
6530         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
6531         [ifinfo]: blank line after @center-ed titles.
6532         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
6533         Spell FSF address consistently with others.
6534         (These changes approved by rms.)
6535
6536 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6537
6538         Speed up by a factor of 1.61.
6539         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
6540         already checked module names again.
6541
6542 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6543
6544         Speed up by a factor of 1.13.
6545         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
6546         for new_files, and the input to func_add_or_update.
6547
6548 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6549
6550         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
6551         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
6552
6553 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
6554
6555         * modules/mkancesdirs (Depends-on): Add fcntl.
6556         * modules/savewd: New file.
6557         * MODULES.html.sh (File system functions): Add savewd.
6558
6559         * modules/configmake (Makefile.am): Add support for the
6560         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
6561
6562 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
6563
6564         * m4/savewd.m4: New file.
6565
6566 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
6567
6568         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
6569         (dirchownmod): New arg FD.  All callers changed.
6570         Use FD rather than opening the directory ourself, as opening is
6571         now the caller's responsibility.
6572         * lib/dirchownmod.h: Likewise.
6573         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
6574         hosts that require <sys/types.h> before <sys/stat.h>.  Include
6575         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
6576         (test_dir): Remove.
6577         (mkancesdirs): Return length of prefix of FILE that has already
6578         been made, or -2 if there is a child doing the work.  Redo
6579         algorithm so that it is O(N) rather than O(N**2).  Optimize away
6580         ".", and treat ".." specially since it might stray back into
6581         already-created areas.  Use a subprocess if necessary.  New arg
6582         WD; all users changed.  MAKE_DIR function should now return 1
6583         if it creates a directory that is not readable.  Return -2 if
6584         a child process is spun off.
6585         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
6586         Adjust signature to match code.
6587         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
6588         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
6589         all users changed.
6590         * lib/savewd.c, lib/savewd.h: New files.
6591
6592 2006-09-15  Jim Meyering  <jim@meyering.net>
6593
6594         * modules/rename-dest-slash: New module.
6595         * MODULES.html.sh (posix_compat): Add it here.
6596
6597         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
6598
6599 2006-09-15  Jim Meyering  <jim@meyering.net>
6600
6601         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
6602         file.
6603
6604         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
6605
6606 2006-09-15  Jim Meyering  <jim@meyering.net>
6607
6608         * lib/rename-dest-slash.c (has_trailing_slash): Use
6609         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
6610         (rpl_rename_dest_slash): Perform the cheaper trailing slash
6611         test before testing whether SRC is a directory.
6612         Suggestions from Bruno Haible.
6613
6614         Avoid a warning about an unused variable.
6615         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
6616         into the #ifdef block where it's used.
6617
6618         * lib/rename-dest-slash.c: New file.
6619
6620 2006-09-14  Bruno Haible  <bruno@clisp.org>
6621
6622         * lib/allocsa.c: Include <config.h> unconditionally.
6623         * lib/asnprintf.c: Likewise.
6624         * lib/asprintf.c: Likewise.
6625         * lib/c-strcasecmp.c: Likewise.
6626         * lib/c-strcasestr.c: Likewise.
6627         * lib/c-strncasecmp.c: Likewise.
6628         * lib/c-strstr.c: Likewise.
6629         * lib/classpath.c: Likewise.
6630         * lib/clean-temp.c: Likewise.
6631         * lib/concatpath.c: Likewise.
6632         * lib/copy-file.c: Likewise.
6633         * lib/csharpcomp.c: Likewise.
6634         * lib/csharpexec.c: Likewise.
6635         * lib/execute.c: Likewise.
6636         * lib/fatal-signal.c: Likewise.
6637         * lib/findprog.c: Likewise.
6638         * lib/fwriteerror.c: Likewise.
6639         * lib/gl_array_list.c: Likewise.
6640         * lib/gl_array_oset.c: Likewise.
6641         * lib/gl_avltree_list.c: Likewise.
6642         * lib/gl_avltree_oset.c: Likewise.
6643         * lib/gl_avltreehash_list.c: Likewise.
6644         * lib/gl_carray_list.c: Likewise.
6645         * lib/gl_linked_list.c: Likewise.
6646         * lib/gl_linkedhash_list.c: Likewise.
6647         * lib/gl_list.c: Likewise.
6648         * lib/gl_oset.c: Likewise.
6649         * lib/gl_rbtree_list.c: Likewise.
6650         * lib/gl_rbtree_oset.c: Likewise.
6651         * lib/gl_rbtreehash_list.c: Likewise.
6652         * lib/imaxabs.c: Likewise.
6653         * lib/imaxdiv.c: Likewise.
6654         * lib/javacomp.c: Likewise.
6655         * lib/javaexec.c: Likewise.
6656         * lib/javaversion.c: Likewise.
6657         * lib/linebreak.c: Likewise.
6658         * lib/localcharset.c: Likewise.
6659         * lib/lock.c: Likewise.
6660         * lib/mbchar.c: Likewise.
6661         * lib/mbswidth.c: Likewise.
6662         * lib/mkdtemp.c: Likewise.
6663         * lib/pipe.c: Likewise.
6664         * lib/printf-args.c: Likewise.
6665         * lib/printf-parse.c: Likewise.
6666         * lib/progname.c: Likewise.
6667         * lib/progreloc.c: Likewise.
6668         * lib/readlink.c: Likewise.
6669         * lib/sh-quote.c: Likewise.
6670         * lib/stpcpy.c: Likewise.
6671         * lib/stpncpy.c: Likewise.
6672         * lib/strcasecmp.c: Likewise.
6673         * lib/strcasestr.c: Likewise.
6674         * lib/strcspn.c: Likewise.
6675         * lib/striconv.c: Likewise.
6676         * lib/strncasecmp.c: Likewise.
6677         * lib/strnlen1.c: Likewise.
6678         * lib/strstr.c: Likewise.
6679         * lib/strtok_r.c: Likewise.
6680         * lib/tls.c: Likewise.
6681         * lib/tmpdir.c: Likewise.
6682         * lib/unicodeio.c: Likewise.
6683         * lib/unsetenv.c: Likewise.
6684         * lib/vasnprintf.c: Likewise.
6685         * lib/vasprintf.c: Likewise.
6686         * lib/wait-process.c: Likewise.
6687         * lib/xallocsa.c: Likewise.
6688         * lib/xsetenv.c: Likewise.
6689         * lib/xstriconv.c: Likewise.
6690
6691 2006-09-13  Simon Josefsson  <jas@extundo.com>
6692
6693         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
6694         that internally, suggested by Ralf Wildenhues
6695         <Ralf.Wildenhues@gmx.de>.
6696
6697 2006-09-13  Simon Josefsson  <jas@extundo.com>
6698
6699         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
6700         @LIBOBJS@.
6701         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6702
6703 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
6704
6705         * lib/_fpending.c: Include <config.h> unconditionally, since we no
6706         longer worry about uses that don't define HAVE_CONFIG_H.
6707         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
6708         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
6709         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
6710         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
6711         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
6712         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
6713         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
6714         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
6715         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
6716         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
6717         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
6718         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
6719         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
6720         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
6721         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
6722         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
6723         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
6724         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
6725         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
6726         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
6727         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
6728         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
6729         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
6730         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
6731         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
6732         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
6733         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
6734         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
6735         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
6736         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
6737         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
6738         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
6739         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
6740         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
6741         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
6742         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
6743         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
6744         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
6745         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
6746         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
6747         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
6748         Likewise.
6749
6750 2006-09-13  Eric Blake  <ebb9@byu.net>
6751
6752         * lib/getopt.c: Fix typo in last commit.
6753
6754 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
6755
6756         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
6757         dgettext.
6758
6759 2006-09-12  Jim Meyering  <jim@meyering.net>
6760
6761         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
6762         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
6763         Reported by Nelson H. F. Beebe.
6764
6765 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
6766
6767         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
6768         program_invocation_name and program_invocation_short_name are
6769         initialized.
6770         * lib/argp-namefrob.h: Move declarations of program_invocation_name
6771         and program_invocation_short_name to argp.h, so they are visible
6772         to user programs.
6773         * lib/argp.h: Likewise
6774
6775 2006-09-10  Bruno Haible  <bruno@clisp.org>
6776
6777         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
6778         m4/inttypes_h.m4, m4/uintmax_t.m4.
6779
6780 2006-09-10  Bruno Haible  <bruno@clisp.org>
6781
6782         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
6783         gl_AC_TYPE_UINTMAX_T.
6784
6785 2006-09-10  Bruno Haible  <bruno@clisp.org>
6786
6787         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
6788
6789 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
6790
6791         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
6792         convention.  Text proposed by Bruno Haible.
6793         (struct argp_option): Document the use of N_() wrappers.
6794
6795         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
6796         '\v', and translate the two parts separately, instead of feeding
6797         the whole string to gettext.  This allows to exclude
6798         '\v' from the strings visible to the translator by writing doc
6799         strings as N_("..") "\v" N_("..").
6800
6801 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
6802
6803         * config/srclist.txt: Undo latest change; the bug was fixed.
6804
6805 2006-09-09  Bruno Haible  <bruno@clisp.org>
6806
6807         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
6808         assignments if building a library without libtool.
6809         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
6810         in func_emit_lib_Makefile_am.
6811         (func_import): When building a static library libfoo.a, arrange to
6812         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
6813         (func_create_testdir): Likewise.
6814         * modules/gc (configure.ac, Makefile.am): If building statically,
6815         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
6816         * modules/iconvme (configure.ac, Makefile.am): Likewise.
6817         * modules/striconv (configure.ac, Makefile.am): Likewise.
6818         Based on a suggestion by Ralf Wildenhues.
6819
6820 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
6821
6822         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
6823         Check for unistd.h too, since Autoconf doesn't assume POSIX.
6824         Also:
6825
6826         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
6827         Add year_2050_test to catch glibc bug 2821
6828         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
6829
6830         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6831         Prefer #ifdef to #if.
6832
6833         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
6834         Return from 'main' instead of calling 'exit'.
6835
6836 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
6837
6838         * lib/mktime.c (guess_time_tm): Fix bug where mktime
6839         returned the maximum time_t value rather than (time_t) -1.
6840         Problem originally reported by William Bardwell
6841         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
6842
6843         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
6844         Moved to here ...
6845         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
6846         ... from here.
6847
6848 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
6849
6850         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
6851         2821 is fixed.
6852
6853 2006-09-08  Jim Meyering  <jim@meyering.net>
6854
6855         Don't make generated files read-only.  That would bother too many
6856         people.  However, do retain the ability to work when targets are
6857         read-only: remove the destination and temporary files before writing
6858         them (when generated via sed or echo), or by using the -f option for
6859         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
6860         * modules/alloca-opt, modules/argz, modules/arpa_inet:
6861         * modules/byteswap, modules/configmake, modules/fcntl:
6862         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
6863         * modules/localcharset, modules/netinet_in, modules/poll:
6864         * modules/stdbool, modules/stdint, modules/sys_select:
6865         * modules/sys_socket, modules/sys_stat, modules/sysexits:
6866
6867 2006-09-08  Jim Meyering  <jim@meyering.net>
6868
6869         Avoid new build failure on FreeBSD 6.0.
6870         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
6871         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
6872         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
6873
6874 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6875
6876         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
6877
6878 2006-09-07  Jim Meyering  <jim@meyering.net>
6879
6880         Fix global typo in last change: use chmod u-w, not chmod u-x.
6881         Spotted by Paul Eggert and Bruce Korb.
6882         * modules/alloca-opt, modules/argz, modules/arpa_inet:
6883         * modules/byteswap, modules/configmake, modules/fcntl:
6884         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
6885         * modules/localcharset, modules/netinet_in, modules/poll:
6886         * modules/stdbool, modules/stdint, modules/sys_select:
6887         * modules/sys_socket, modules/sys_stat, modules/sysexits:
6888
6889 2006-09-06  Jim Meyering  <jim@meyering.net>
6890
6891         Make generated files be read-only.
6892         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
6893         Ensure that each generated file is now read-only.
6894         * modules/argz: Likewise.
6895         * modules/arpa_inet: Likewise.
6896         * modules/byteswap: Likewise.
6897         * modules/configmake: Likewise.
6898         * modules/fcntl: Likewise.
6899         * modules/fnmatch: Likewise.
6900         * modules/getopt: Likewise.
6901         * modules/glob: Likewise.
6902         * modules/inttypes: Likewise.
6903         * modules/netinet_in: Likewise.
6904         * modules/poll: Likewise.
6905         * modules/stdbool: Likewise.
6906         * modules/stdint: Likewise.
6907         * modules/sys_select: Likewise.
6908         * modules/sys_socket: Likewise.
6909         * modules/sys_stat: Likewise.
6910         * modules/sysexits: Likewise.
6911         * modules/localcharset: Same as above, but continue using temporary
6912         file named "t-$@" (why different?) rather than the "$@-t" used
6913         everywhere else.
6914
6915         * modules/sysexits (Makefile.am): Replace literal occurrences
6916         of "sysexit.h" more readable, and more consistent, "$@".
6917
6918 2006-09-06  Bruno Haible  <bruno@clisp.org>
6919
6920         * modules/striconv: New file.
6921         * modules/xstriconv: New file.
6922         * MODULES.html.sh (Internationalization functions): Add striconv,
6923         xstriconv.
6924
6925 2006-09-06  Bruno Haible  <bruno@clisp.org>
6926
6927         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
6928         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
6929         not using libtool correctly.
6930
6931 2006-09-06  Bruno Haible  <bruno@clisp.org>
6932
6933         * lib/striconv.h: New file.
6934         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
6935         iconvstring.c.
6936         * lib/xstriconv.h: New file.
6937         * lib/xstriconv.c: New file.
6938
6939 2006-09-06  Bruno Haible  <bruno@clisp.org>
6940
6941         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
6942         lib_..._LDFLAGS.
6943
6944 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6945
6946         * lib/argz_.h: Sync from Libtool.
6947
6948         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
6949                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6950
6951         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
6952
6953 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
6954
6955         * modules/trim: New file.
6956
6957 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
6958
6959         * lib/trim.h: New file.
6960         * lib/trim.c: New file.
6961
6962 2006-09-05  Bruno Haible  <bruno@clisp.org>
6963
6964         * MODULES.html.sh (String handling): Add trim.
6965
6966 2006-09-04  Karl Berry  <karl@gnu.org>
6967
6968         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
6969         until next release.
6970
6971 2006-09-03  Bruno Haible  <bruno@clisp.org>
6972
6973         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
6974         correctly.
6975
6976 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
6977
6978         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
6979         not gl_GETLOADAVG.  Omit unneeded semicolons.
6980         Problems reported by Ralf Wildenhues in
6981         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
6982         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
6983         at the end, which is the usual gnulib style.
6984
6985         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
6986         of doing all the work ourselves.
6987         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
6988         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
6989
6990 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
6991
6992         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
6993         Problem reported by Ralf Wildenhues in
6994         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
6995
6996         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
6997         HAVE_STRUCT_STATFS_F_FSTYPENAME.
6998
6999 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
7000
7001         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
7002         yesterday's patch by changing test -n to test -z.
7003
7004 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
7005
7006         * modules/getloadavg (Files): Add m4/getloadavg.m4.
7007         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
7008         the former is now obsolescent.
7009
7010         * modules/chdir-long (Depends-on): Add fcntl.
7011
7012 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
7013
7014         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
7015         obsolescent, and programs should use gnulib instead.
7016         * m4/getloadavg.m4: New file, with contents taken from Autoconf
7017         but with prefixes changed.
7018
7019 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
7020
7021         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
7022         or stdbool.h, because they might not exist while configuring.
7023
7024         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
7025         Don't include unistd.h or limits.h; not needed, since chdir-long.h
7026         does that for us.
7027         (O_DIRECTORY): Remove.
7028
7029 2006-08-31  Eric Blake  <ebb9@byu.net>
7030
7031         * gnulib-tool: Don't let emacs change spaces to TAB.
7032
7033 2006-08-31  Bruno Haible  <bruno@clisp.org>
7034
7035         * gnulib-tool: When calling func_import more than once, do it in a
7036         subshell.
7037         Reported by Eric Blake <ebb9@byu.net>.
7038
7039 2006-08-31  Bruno Haible  <bruno@clisp.org>
7040
7041         * gnulib-tool (nl): Remove variable.
7042         (sed_transform_lib_file): Use more robust test for config-h module.
7043         (func_import): Fix typo in 2006-08-25 patch.
7044
7045 2006-08-31  Bruno Haible  <bruno@clisp.org>
7046
7047         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
7048         specified, augment Makefile.am variables instead of assigning them.
7049
7050 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
7051
7052         Work around a bug in both the Linux and SunOS 64-bit kernels:
7053         nanosleep mishandles sleeps for longer than 2**31 seconds.
7054         Problem reported by Frank v Waveren in
7055         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
7056         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
7057         Check for nanosleep bug.
7058         (LIB_NANOSLEEP): Append clock_gettime library if needed.
7059
7060 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
7061
7062         Work around a bug in both the Linux and SunOS 64-bit kernels:
7063         nanosleep mishandles sleeps for longer than 2**31 seconds.
7064         Problem reported by Frank v Waveren in
7065         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
7066         * lib/nanosleep.c (BILLION): New constant.
7067         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
7068         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
7069         implementation.
7070
7071 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
7072
7073         * modules/nanosleep (Depends-on): Add gettime.
7074
7075 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
7076         and Simon Josefsson  <jas@extundo.com>
7077         and Oskar Liljeblad  <oskar@osk.mine.nu>
7078
7079         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
7080         * gnulib-tool (func_import): New license type 'unmodifiable license
7081         text'.
7082         * modules/fdl: Use it.  Longer description.
7083         * module/gpl, module/lgpl: New files.
7084
7085 2006-08-30  Jim Meyering  <jim@meyering.net>
7086
7087         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
7088         shadowing the parameter.
7089
7090 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7091
7092         Sync from Libtool:
7093
7094         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7095
7096         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
7097         sharing with gnulib.  Report by Eric Blake.
7098
7099 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
7100
7101         * modules/isapipe: New file.
7102         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
7103
7104 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
7105
7106         * modules/configmake (Makefile.am): Add a comment, and omit
7107         the CONFIGMAKE_ prefix from generated macro names.  Suggested
7108         by Bruno Haible.
7109
7110 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
7111
7112         * m4/isapipe.m4: New file.
7113
7114 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
7115
7116         * lib/isapipe.c, lib/isapipe.h: New files.
7117
7118 2006-08-29  Jim Meyering  <jim@meyering.net>
7119
7120         * modules/configmake (Makefile.am): Make configmake.h depend on
7121         Makefile.  Otherwise, a stale configmake.h could hang around.
7122
7123 2006-08-29  Eric Blake  <ebb9@byu.net>
7124
7125         * lib/error.c (error_at_line, print_errno_message): Match libc, after
7126         resolution of upstream bug 3044.
7127
7128 2006-08-29  Bruno Haible  <bruno@clisp.org>
7129
7130         * modules/localcharset (Depends-on): Add configmake.
7131         (Makefile.am): Remove setting of LIBDIR through DEFS.
7132
7133 2006-08-29  Bruno Haible  <bruno@clisp.org>
7134
7135         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
7136         defined.
7137
7138 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
7139
7140         * modules/fcntl: New file.
7141         * modules/chdir-safer (Depends-on): Add fcntl.
7142         * modules/fts: Likewise.
7143         * modules/mkdir-p: Likewise.
7144
7145         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
7146         This undoes the most recent change, since we're now addressing the
7147         problem in a different way.
7148
7149         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
7150         into output, since the output might be called Makefile.am even
7151         if $makefile_name is something different.
7152         (func_import): Use $makefile_am rather than
7153         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
7154         empty.
7155
7156         * modules/inttypes (Files): Add m4/inttypes-h.m4.
7157
7158 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
7159
7160         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
7161         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
7162         recent change to stdint.m4, since we're now addressing the problem in a
7163         different way.
7164
7165 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
7166
7167         * m4/fcntl_h.m4: New file.
7168
7169 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
7170
7171         * lib/fcntl_.h: New file.
7172         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
7173         the fcntl module.
7174         * lib/dirchownmod.c: Likewise.
7175         * lib/fts.c: Likewise.
7176
7177         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
7178         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
7179         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
7180         just before including <inttypes.h>, to avoid circular inclusion.
7181
7182 2006-08-28  Jim Meyering  <jim@meyering.net>
7183
7184         * doc/visibility.texi: Actually read and correct the grammar of the
7185         sentence affected by yesterday's change.
7186
7187 2006-08-28  Eric Blake  <ebb9@byu.net>
7188
7189         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
7190         needs wrapper.
7191
7192 2006-08-28  Eric Blake  <ebb9@byu.net>
7193
7194         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
7195
7196 2006-08-28  Eric Blake  <ebb9@byu.net>
7197
7198         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
7199
7200 2006-08-28  Bruno Haible  <bruno@clisp.org>
7201
7202         * modules/c-strstr: New file, from GNU gettext.
7203         * MODULES.html.sh (String handling): Add c-strstr.
7204
7205 2006-08-28  Bruno Haible  <bruno@clisp.org>
7206
7207         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
7208         macros.
7209         Reported by Eric Blake.
7210
7211 2006-08-28  Bruno Haible  <bruno@clisp.org>
7212
7213         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
7214         (VASNPRINTF): Return a string of length > INT_MAX without failing.
7215         * lib/vasprintf.c: Include errno.h, limits.h.
7216         (EOVERFLOW): New fallback definition.
7217         (vasprintf): Test here whether the string length is > INT_MAX.
7218         * lib/vsnprintf.c: Include errno.h, limits.h.
7219         (EOVERFLOW): New fallback definition.
7220         (vsnprintf): Fix bug when generated string was too long for the buffer.
7221         Test here whether the string length is > INT_MAX.
7222
7223 2006-08-28  Bruno Haible  <bruno@clisp.org>
7224
7225         * lib/inttypes_.h (SCNX*): Remove definitions.
7226         Reported by Eric Blake.
7227
7228 2006-08-28  Bruno Haible  <bruno@clisp.org>
7229
7230         * lib/c-strstr.h: New file, from GNU gettext.
7231         * lib/c-strstr.c: New file, from GNU gettext.
7232
7233 2006-08-28  Bruno Haible  <bruno@clisp.org>
7234
7235         * gnulib-tool: Reorder some statements.
7236
7237 2006-08-28  Bruno Haible  <bruno@clisp.org>
7238
7239         * gnulib-tool: New option --makefile-name.
7240         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
7241         $makefile_name.
7242         (func_import): Write $makefile_name to the cache file, and read it from
7243         there unless explicitly specified. Use $makefile_name as file name
7244         instead of Makefile.am. Adjust the recommendations accordingly.
7245
7246 2006-08-28  Bruno Haible  <bruno@clisp.org>
7247
7248         * gnulib-tool (func_verify_module): Check against misapplying patch.
7249
7250 2006-08-28  Bruno Haible  <bruno@clisp.org>
7251
7252         * gnulib-tool (func_relativize, func_relconcat): New functions.
7253         Give an error if --local-dir is given with --update.
7254         Remove trailing slashes from $local_gnulib_dir.
7255         (func_import): Store the relativized $local_gnulib_dir in
7256         gnulib-cache.m4, and read it from there if not specified explicitly.
7257
7258 2006-08-28  Bruno Haible  <bruno@clisp.org>
7259
7260         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
7261         is the current directory. Respect also $local_gnulib_dir.
7262
7263 2006-08-28  Bruno Haible  <bruno@clisp.org>
7264             Simon Josefsson  <jas@extundo.com>
7265
7266         BeOS portability.
7267         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
7268
7269 2006-08-27  Jim Meyering  <jim@meyering.net>
7270
7271         * doc/visibility.texi: Remove duplicate word: "pointer".
7272
7273 2006-08-26  Bruno Haible  <bruno@clisp.org>
7274
7275         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
7276         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
7277         (Makefile.am): Create inttypes.h from inttypes_.h.
7278         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
7279
7280         * modules/imaxabs: New file.
7281
7282         * modules/imaxdiv: New file.
7283
7284 2006-08-26  Bruno Haible  <bruno@clisp.org>
7285
7286         * m4/inttypes.m4: New file.
7287         * m4/_inttypes_h.m4: Remove file.
7288         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
7289         PRI_MACROS_BROKEN.
7290         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
7291
7292         * m4/imaxabs.m4: New file.
7293
7294         * m4/imaxdiv.m4: New file.
7295
7296 2006-08-26  Bruno Haible  <bruno@clisp.org>
7297
7298         * lib/inttypes_.h: New file.
7299         * lib/inttypes.h: Remove file.
7300         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
7301
7302         * lib/imaxabs.c: New file.
7303
7304         * lib/imaxdiv.c: New file.
7305
7306 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
7307
7308         New config-h module, so that "make" output needn't be cluttered
7309         by -DHAVE_CONFIG_H.
7310         * MODULES.html.sh (Support for building libraries and executables):
7311         Add config-h.
7312         * modules/config-h: New file.
7313         * gnulib-tool (nl, sed_transform_lib_file): New vars.
7314         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
7315         the config-h module is used.
7316
7317         New configmake module, so that "make" output needn't be cluttered
7318         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
7319         * MODULES.html.sh (Support for building libraries and executables):
7320         Add configmake.
7321         * modules/configmake: New file.
7322
7323 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
7324
7325         * m4/config-h.m4: New file.
7326
7327 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
7328
7329         * config/srclist.txt: Add elisp-comp.
7330
7331 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
7332
7333         * MODULES.html.sh (Support for building libraries and executables):
7334         Add elisp-comp.
7335         * build-aux/elisp-comp: New file.
7336         * modules/elisp-comp: New file.
7337
7338 2006-08-24  Bruno Haible  <bruno@clisp.org>
7339
7340         * gnulib-tool (func_create_testdir): Use non-default values of
7341         sourcebase and m4base.
7342
7343 2006-08-24  Bruno Haible  <bruno@clisp.org>
7344
7345         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
7346         HTML structure.
7347
7348 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
7349
7350         * modules/openat (Depends-on): Add lchown.
7351
7352 2006-08-23  Bruno Haible  <bruno@clisp.org>
7353
7354         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
7355         of gl_LOCK_EARLY instead of gl_LOCK.
7356
7357 2006-08-23  Bruno Haible  <bruno@clisp.org>
7358
7359         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
7360         on OSF/1 to no.
7361         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
7362
7363 2006-08-23  Bruno Haible  <bruno@clisp.org>
7364
7365         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
7366         as unusable.
7367
7368         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
7369         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
7370         (gl_LOCK): New macro.
7371
7372 2006-08-22  Simon Josefsson  <jas@extundo.com>
7373
7374         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
7375         to md5 module.
7376
7377 2006-08-22  Simon Josefsson  <jas@extundo.com>
7378
7379         * MODULES.html.sh: Add "Support for maintaining and release
7380         projects".
7381
7382         * build-aux/gnupload: New file, from coreutils.
7383
7384 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
7385
7386         Avoid the need for AC_LIBSOURCES in m4 macros.
7387         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
7388         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
7389         * modules/check-version (EXTRA_DIST): Add check-version.h.
7390         * modules/crc (EXTRA_DIST): Add crc.h.
7391         * modules/des (EXTRA_DIST): Add des.h.
7392         * modules/gc (EXTRA_DIST): Add gc.h.
7393         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
7394         * modules/getline (EXTRA_DIST): Add getline.h.
7395         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
7396         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
7397         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
7398         * modules/md2 (EXTRA_DIST): Add md2.h.
7399         * modules/md4 (EXTRA_DIST): Add md4.h.
7400         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
7401         * modules/read-file (EXTRA_DIST): Add read-file.h.
7402         * modules/readline (EXTRA_DIST): Add readline.h.
7403         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
7404         rijndael-api-fst.h.
7405
7406 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
7407
7408         * m4/rijndael.m4 (gl_ARCFOUR):
7409         * m4/arctwo.m4 (gl_ARCTWO):
7410         * m4/check-version.m4 (gl_CHECK_VERSION):
7411         * m4/crc.m4 (gl_CRC):
7412         * m4/des.m4 (gl_DES):
7413         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
7414         * m4/gc.m4 (gl_GC):
7415         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
7416         * m4/getline.m4 (gl_FUNC_GETLINE):
7417         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
7418         * m4/hmac-md5.m4 (gl_HMAC_MD5):
7419         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
7420         * m4/md2.m4 (gl_MD2):
7421         * m4/md4.m4 (gl_MD4):
7422         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
7423         * m4/read-file.m4 (gl_FUNC_READ_FILE):
7424         * m4/readline.m4 (gl_FUNC_READLINE):
7425         * m4/rijndael.m4 (gl_RIJNDAEL):
7426         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
7427         to get the necessary .h files and whatnot.
7428
7429 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
7430
7431         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
7432         gnulib rather than the other way around.
7433         * config/srclistvars.sh (COREUTILS): Remove.
7434
7435 2006-08-22  Jim Meyering  <jim@meyering.net>
7436
7437         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
7438
7439         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
7440
7441 2006-08-22  Eric Blake  <ebb9@byu.net>
7442
7443         * modules/regexprops-generic: New file.
7444         * MODULES.html.sh (Support for building documentation): List it.
7445
7446 2006-08-22  Eric Blake  <ebb9@byu.net>
7447
7448         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
7449         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
7450         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
7451         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
7452
7453 2006-08-22  Bruno Haible  <bruno@clisp.org>
7454
7455         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
7456         and lib_LTLIBRARIES like the other lib_* variables.
7457
7458 2006-08-22  Bruno Haible  <bruno@clisp.org>
7459
7460         * build-aux/x-to-1.in: New file, from GNU gettext.
7461
7462 2006-08-22  Bruno Haible  <bruno@clisp.org>
7463
7464         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
7465         <utmpx.h> exists.
7466
7467 2006-08-22  Bruno Haible  <bruno@clisp.org>
7468
7469         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
7470         <utmpx.h> exists.
7471
7472 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
7473
7474         BeOS portability.
7475         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
7476         exist.
7477         Problem reported by Bruno Haible.
7478
7479 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
7480
7481         Avoid the need for AC_LIBSOURCES in m4 macros.
7482         * modules/acl (EXTRA_DIST): Add acl.h.
7483         * modules/argmatch (Files): Add m4/argmatch.m4.
7484         (configure.ac): Add gl_ARGMATCH.
7485         (EXTRA_DIST): Renamed from lib_SOURCES, for
7486         consistency with the other modules.  Remove argmatch.c.
7487         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
7488         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
7489         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
7490         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
7491         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
7492         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
7493         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
7494         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
7495         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
7496         * modules/closeout (EXTRA_DIST): Add closeout.h.
7497         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
7498         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
7499         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
7500         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
7501         dirname.h; remove basename.c and stripslash.c.
7502         * modules/exclude (EXTRA_DIST): Add exclude.h.
7503         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
7504         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
7505         * modules/file-type (EXTRA_DIST): Add file-type.h.
7506         * modules/filemode (EXTRA_DIST): Add filemode.h.
7507         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
7508         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
7509         * modules/fpending (EXTRA_DIST): Add __fpending.h.
7510         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
7511         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
7512         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
7513         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
7514         * modules/getdate (EXTRA_DIST): Add getdate.c.
7515         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
7516         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
7517         * modules/getpass (EXTRA_DIST): Add getpass.h.
7518         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
7519         * modules/group-member (EXTRA_DIST): Add group-member.h.
7520         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
7521         * modules/hash (EXTRA_DIST): Add hash.h.
7522         * modules/human (EXTRA_DIST): Add human.h.
7523         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
7524         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
7525         * modules/lchown (EXTRA_DIST): Add lchown.h.
7526         * modules/long-options (EXTRA_DIST): Add long-options.h.
7527         * modules/lstat (EXTRA_DIST): Add lstat.h.
7528         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
7529         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
7530         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
7531         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
7532         * modules/memxor (EXTRA_DIST): Add memxor.h.
7533         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
7534         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
7535         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
7536         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
7537         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
7538         * modules/physmem (EXTRA_DIST): Add physmem.h.
7539         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
7540         * modules/posixver (EXTRA_DIST): Add posixver.h.
7541         * modules/quote (EXTRA_DIST): Add quote.h.
7542         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
7543         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
7544         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
7545         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
7546         regex_internal.h regexec.c.
7547         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
7548         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
7549         * modules/same (EXTRA_DIST): Add same.h.
7550         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
7551         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
7552         * modules/savedir (EXTRA_DIST): Add savedir.h.
7553         * modules/sha1 (EXTRA_DIST): Add sha1.h.
7554         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
7555         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
7556         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
7557         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
7558         * modules/strdup (EXTRA_DIST): Add strdup.h.
7559         * modules/strftime (EXTRA_DIST): Add strftime.h.
7560         * modules/strndup (EXTRA_DIST): Add strndup.h.
7561         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
7562         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
7563         * modules/time_r (EXTRA_DIST): Add time_r.h.
7564         * modules/timespec (EXTRA_DIST): Add timespec.h.
7565         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
7566         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
7567         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
7568         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
7569         * modules/userspec (EXTRA_DIST): Add userspec.h.
7570         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
7571         * modules/utimens (EXTRA_DIST): Add utimens.h.
7572         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
7573         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
7574         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
7575         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
7576         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
7577         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
7578         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
7579         * modules/yesno (EXTRA_DIST): Add yesno.h.
7580
7581 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
7582
7583         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
7584
7585         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
7586         * m4/dev-ino.m4, same-inode.m4: Remove.
7587
7588         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
7589         * m4/acl.m4 (AC_FUNC_ACL):
7590         * m4/backupfile.m4 (gl_BACKUPFILE):
7591         * m4/c-strtod.m4 (gl_C99_STRTOLD):
7592         * m4/canon-host.m4 (gl_CANON_HOST):
7593         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
7594         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
7595         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
7596         * m4/cloexec.m4 (gl_CLOEXEC):
7597         * m4/close-stream.m4 (gl_CLOSE_STREAM):
7598         * m4/closeout.m4 (gl_CLOSEOUT):
7599         * m4/dirfd.m4 (gl_FUNC_DIRFD):
7600         * m4/dirname.m4 (gl_DIRNAME):
7601         * m4/exclude.m4 (gl_EXCLUDE):
7602         * m4/exitfail.m4 (gl_EXITFAIL):
7603         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
7604         * m4/file-type.m4 (gl_FILE_TYPE):
7605         * m4/filemode.m4 (gl_FILEMODE):
7606         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
7607         * m4/fpending.m4 (gl_FUNC_FPENDING):
7608         * m4/fprintftime.m4 (gl_FPRINTFTIME):
7609         * m4/fts.m4 (gl_FUNC_FTS):
7610         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
7611         * m4/getdate.m4 (gl_GETDATE):
7612         * m4/gethrxtime.m4 (gl_GETHRXTIME):
7613         * m4/getpagesize.m4 (gl_GETPAGESIZE):
7614         * m4/getpass.m4 (gl_FUNC_GETPASS):
7615         * m4/gettime.m4 (gl_GETTIME):
7616         * m4/getugroups.m4 (gl_GETUGROUPS):
7617         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
7618         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
7619         * m4/hard-locale.m4 (gl_HARD_LOCALE):
7620         * m4/hash.m4 (gl_HASH):
7621         * m4/idcache.m4 (gl_IDCACHE):
7622         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
7623         * m4/lchown.m4 (gl_FUNC_LCHOWN):
7624         * m4/long-options.m4 (gl_LONG_OPTIONS):
7625         * m4/lstat.m4 (gl_FUNC_LSTAT):
7626         * m4/md5.m4 (gl_MD5):
7627         * m4/memcasecmp.m4 (gl_MEMCASECMP):
7628         * m4/memcoll.m4 (gl_MEMCOLL):
7629         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
7630         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
7631         * m4/memxor.m4 (gl_MEMXOR):
7632         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
7633         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
7634         * m4/modechange.m4 (gl_MODECHANGE):
7635         * m4/mountlist.m4 (gl_MOUNTLIST):
7636         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
7637         * m4/openat.m4 (gl_FUNC_OPENAT):
7638         * m4/pathmax.m4 (gl_PATHMAX):
7639         * m4/physmem.m4 (gl_PHYSMEM):
7640         * m4/posixtm.m4 (gl_POSIXTM):
7641         * m4/posixver.m4 (gl_POSIXVER):
7642         * m4/quote.m4 (gl_QUOTE):
7643         * m4/quotearg.m4 (gl_QUOTEARG):
7644         * m4/readtokens.m4 (gl_READTOKENS):
7645         * m4/readutmp.m4 (gl_READUTMP):
7646         * m4/regex.m4 (gl_REGEX):
7647         * m4/safe-read.m4 (gl_SAFE_READ):
7648         * m4/safe-write.m4 (gl_SAFE_WRITE):
7649         * m4/same.m4 (gl_SAME):
7650         * m4/save-cwd.m4 (gl_SAVE_CWD):
7651         * m4/savedir.m4 (gl_SAVEDIR):
7652         * m4/settime.m4 (gl_SETTIME):
7653         * m4/sha1.m4 (gl_SHA1):
7654         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
7655         * m4/stat-macros.m4 (gl_STAT_MACROS):
7656         * m4/stat-time.m4 (gl_STAT_TIME):
7657         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
7658         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
7659         * m4/strdup.m4 (gl_FUNC_STRDUP):
7660         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
7661         * m4/strndup.m4 (gl_FUNC_STRNDUP):
7662         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
7663         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
7664         * m4/time_r.m4 (gl_TIME_R):
7665         * m4/timespec.m4 (gl_TIMESPEC):
7666         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
7667         * m4/unlinkdir.m4 (gl_UNLINKDIR):
7668         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
7669         * m4/userspec.m4 (gl_USERSPEC):
7670         * m4/utimecmp.m4 (gl_UTIMECMP):
7671         * m4/utimens.m4 (gl_UTIMENS):
7672         * m4/xalloc.m4 (gl_XALLOC):
7673         * m4/xgetcwd.m4 (gl_XGETCWD):
7674         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
7675         * m4/xreadlink.m4 (gl_XREADLINK):
7676         * m4/xstrtod.m4 (gl_XSTRTOD):
7677         * m4/yesno.m4 (gl_YESNO):
7678         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
7679         to get the necessary .h files and whatnot.
7680
7681 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
7682             Bruno Haible  <bruno@clisp.org>
7683
7684         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
7685         /bin/sh understanding of '!' conditional negation.
7686
7687 2006-08-21  Jim Meyering  <jim@meyering.net>
7688
7689         * modules/openat (Depends-on): Really alphabetize.
7690
7691         * modules/acl (Depends-on): Add error and quote.
7692
7693         * check-module (find_included_lib_files): Add at-func.c to the
7694         ok-to-include-more-than-once white list.
7695
7696         * modules/openat (Depends-on): Add lstat.  Alphabetize.
7697
7698 2006-08-21  Bruno Haible  <bruno@clisp.org>
7699
7700         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7701         Emit a pkgdata_DATA variable only if some snippets add contents to it.
7702         Reported by Martin Lambers <marlam@marlam.de>.
7703
7704 2006-08-21  Bruno Haible  <bruno@clisp.org>
7705
7706         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
7707         specify an installation location, don't emit a noinst_LIBRARIES or
7708         noinst_LTLIBRARIES assignment.
7709
7710 2006-08-21  Bruno Haible  <bruno@clisp.org>
7711
7712         BeOS portability.
7713         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
7714         BeOS has mbrtowc() but no <wctype.h>.
7715
7716 2006-08-21  Bruno Haible  <bruno@clisp.org>
7717
7718         BeOS portability.
7719         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
7720         exist.
7721
7722 2006-08-21  Bruno Haible  <bruno@clisp.org>
7723
7724         BeOS portability.
7725         * lib/mbchar.h: Include <wctype.h> only if it exists.
7726
7727 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
7728
7729         Remove files that are no longer needed by their respective modules.
7730         * m4/obstack.m4: Remove.
7731         * m4/strerror_r.m4: Remove.
7732         * m4/uint32_t.m4: Remove.
7733         * m4/uintptr_t.m4: Remove.
7734         * m4/ullong_max.m4: Remove.
7735         * m4/xstrtoimax.m4: Remove.
7736         * m4/xstrtoumax.m4: Remove.
7737
7738         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
7739         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
7740         dependencies now capture this.
7741
7742         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
7743         Do not use AC_LIBSOURCES, since gnulib modules now do this.
7744         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
7745         * m4/human.m4 (gl_HUMAN): Likewise.
7746         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
7747         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
7748
7749         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
7750
7751         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
7752         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
7753         stdint.
7754         * m4/human.m4 (gl_HUMAN): Likewise.
7755         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
7756         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
7757         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
7758         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
7759         * m4/xstrtol (gl_XSTRTOL): Likewise.
7760
7761         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
7762         AC_TYPE_LONG_LONG_INT.
7763         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
7764         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
7765         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
7766         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
7767
7768         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
7769         on stdbool.
7770
7771         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
7772         (gl_PREREQ_XSTRTOUL): Remove.
7773
7774         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
7775
7776         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
7777         mode.
7778
7779 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
7780
7781         Add and change modules to make it easier for coreutils to use
7782         gnulib-tool.
7783         * modules/backupfile (Files): Remove m4/d-ino.m4.
7784         (Depends-on): Add d-ino.
7785         * modules/cycle-check (Depends-on): Add stdint.
7786         (lib_SOURCES): Add cycle-check.h.
7787         * modules/d-ino: New module.
7788         * modules/d-type: New module.
7789         * modules/error (Files): Remove m4/strerror_r.m4.
7790         * modules/filemode (Files): Add m4/st_dm_mode.m4.
7791         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
7792         m4/inttypes_h.m4, m4/uintmax_t.m4.
7793         (Depends-on): Add stdint.
7794         (lib_SOURCES): Add fsusage.h.
7795         * modules/getcwd (Files): Remove d-ino.m4.
7796         (Depends-on): Add d-ino.
7797         * modules/getndelim2 (Depends-on): Add stdint.
7798         * modules/glob (Files): Remove m4/d-type.m4.
7799         (Depends-on): Add d-type.
7800         * modules/host-os: New module.
7801         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
7802         m4/inttypes_h.m4, m4/uintmax_t.m4.
7803         * Depends-on: Add stdint.
7804         (lib_SOURCES): Add human.h.
7805         * modules/inttostr (Files): Remove m4/intmax_t.m4,
7806         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
7807         m4/uintmax_t.m4, m4/ulonglong.m4.
7808         (Depends-on): Add stdint.
7809         (EXTRA_DIST): Add inttostr.h.
7810         * modules/lchmod: New module.
7811         * modules/link-follow: New module.
7812         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
7813         (Depends-on): Add lchmod.
7814         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
7815         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
7816         (Depends-on): Add stdint.
7817         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
7818         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
7819         (Depends-on): Add stdint.
7820         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
7821         * modules/perl: New module.
7822         * modules/regex (Depends-on): Add stdint.
7823         * modules/rmdir-errno: New module.
7824         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
7825         m4/intmax_t.m4.
7826         (Depends-on): Add stdint.
7827         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
7828         m4/uintmax_t.m4.
7829         (Depends-on): Add stdint.
7830         * modules/unlink-busy: New module.
7831         * modules/utimecmp (Depends-on): Add stdint.
7832         * modules/uptime: New module.
7833         * modules/winsz-ioctl: New module.
7834         * modules/winsz-termios: New module.
7835         * modules/xnanosleep (Depends-on): Add nanosleep.
7836         * modules/ullong_max: Remove.
7837         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
7838         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
7839         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
7840         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
7841         (Depends-on): Add inttypes.
7842         (lib_SOURCES): Add xstrtol.h.
7843         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
7844         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
7845         * MODULES.html.sh: Move 'assert' into the assert section.
7846         Move 'dummy' into the linking section.
7847         Remove ullong_max.
7848         Add section for compatibility checks for POSIX:2001 functions,
7849         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
7850         winsz-ioctl, and winsz-termios into it.
7851         Add lchmod.
7852         Add top-level Misc section and put host-os, perl, and uptime
7853         into it.
7854
7855 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
7856
7857         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
7858         now assume the stdint module.  Do not include inttypes.h.
7859         * lib/fsusage.h: Likewise.
7860         * lib/getndelim2.c: Likewise.
7861         * lib/human.h: Likewise.
7862         * lib/inttostr.h: Likewise.
7863         * lib/obstack.c: Likewise.
7864         * lib/regex_internal.h: Likewise.
7865         * lib/tempname.c: Likewise.
7866         * lib/utimecmp.c: Likewise.
7867         * lib/xstrtol.h: Likewise.
7868
7869         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
7870
7871         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
7872         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
7873         * lib/xtime.h: Likewise.
7874
7875 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
7876
7877         * modules/openat (Files): Add lib/fchmodat.c.
7878         Fixes problem reported by Jay Youngman.
7879
7880 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
7881
7882         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
7883         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
7884
7885 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
7886             Bruno Haible  <bruno@clisp.org>
7887
7888         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
7889         and is a script that invokes bison. Tighten the code. Add comments.
7890
7891 2006-08-18  Jim Meyering  <jim@meyering.net>
7892
7893         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
7894         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
7895         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
7896         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
7897
7898 2006-08-18  Bruno Haible  <bruno@clisp.org>
7899
7900         * modules/bison-i18n: New file.
7901         * MODULES.html.sh (Internationalization functions): Add it.
7902
7903 2006-08-18  Bruno Haible  <bruno@clisp.org>
7904
7905         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
7906         sys/statvfs.h. When getmntinfo was found, check its declaration and
7907         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
7908
7909 2006-08-18  Bruno Haible  <bruno@clisp.org>
7910
7911         * m4/bison-i18n.m4: New file, from bison.
7912
7913 2006-08-18  Bruno Haible  <bruno@clisp.org>
7914
7915         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
7916         (ME_DUMMY): Treat "kernfs" as a dummy.
7917         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
7918
7919 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
7920
7921         Update from coreutils.
7922
7923         2006-08-15  Jim Meyering  <jim@meyering.net>
7924
7925         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
7926
7927         2006-01-17  Jim Meyering  <jim@meyering.net>
7928
7929         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
7930
7931         2006-01-11  Jim Meyering  <jim@meyering.net>
7932
7933         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
7934         Check for the lchmod function.
7935
7936 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
7937
7938         Update from coreutils.
7939
7940         * lib/__fpending.h: Add copyright notice.
7941         * lib/fprintftime.h: Likewise.
7942         * lib/savedir.c: Use (C) in copyright notice.
7943         * lib/savedir.h: Likewise.
7944
7945         2006-08-15  Jim Meyering  <jim@meyering.net>
7946
7947         * lib/at-func.c: New file, with the logic of all emulated at-functions.
7948         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
7949         in support of the EXPECTED_ERRNO macro.
7950         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
7951         definitions.  Instead, define the appropriate symbols and include
7952         "at-func.c".
7953         * lib/mkdirat.c (mkdirat): Likewise.
7954         * lib/fchmodat.c (fchmodat): Likewise.
7955         (ENOSYS): Remove definition.
7956         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
7957         it.  Don't include "unistd--.h" -- it wasn't ever used.
7958
7959         2006-01-17  Jim Meyering  <jim@meyering.net>
7960
7961         Rewrite fts.c not to change the current working directory,
7962         by using openat, fstatat, fdopendir, etc..
7963
7964         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
7965         (HAVE_OPENAT_SUPPORT): Define.
7966         [_LIBC] (fchdir): Don't undef or define; no longer used.
7967         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
7968         Now, this `function' always succeeds, and consumes its file descriptor
7969         parameter -- so callers must not close such FDs.  Update callers.
7970         (diropen_fd, opendirat, cwd_advance_fd): New functions.
7971         (diropen): Add parameter, SP.  Adjust all callers.
7972         Implement using diropen_fd, rather than open.
7973         (fts_open): Initialize new member, fts_cwd_fd.
7974         Remove fts_rft-setting code.
7975         (fts_close): Close fts_cwd_fd, if necessary.
7976         (__opendir2): Define in terms of opendir or opendirat,
7977         depending on whether the FST_NOCHDIR flag is set.
7978         (fts_build): Since fts_safe_changedir consumes its FD, and since
7979         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
7980         and close the dup'd file descriptor upon failure.
7981         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
7982         (fts_safe_changedir): Tweak semantics to reflect that this function
7983         now calls cwd_advance_fd and hence consumes its FD argument.
7984         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
7985         [struct FTS] (fts_rft): Remove now-unused member.
7986         [struct FTS] (fts_cycle.state): Improve comment.
7987
7988         * lib/openat.c (openat_needs_fchdir): New function.
7989         * lib/openat.h (openat_needs_fchdir): Declare it.
7990
7991 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
7992
7993         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
7994         Problem and fix reported by Pádraig Brady in
7995         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
7996
7997 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7998
7999         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
8000
8001 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8002
8003         * lib/memcoll.c (memcoll): Optimize for the common case where the
8004         arguments are bytewise equal.
8005
8006 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8007
8008         * doc/regexprops-generic.texi: Add a copyright notice.
8009
8010 2006-08-15  Bruno Haible  <bruno@clisp.org>
8011
8012         * modules/tmpdir (License): Change to LGPL.
8013
8014 2006-08-15  Bruno Haible  <bruno@clisp.org>
8015
8016         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
8017         module.
8018
8019 2006-08-14  Simon Josefsson  <jas@extundo.com>
8020
8021         * config/srclist.txt: Add gnupload.
8022
8023 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
8024
8025         Change copyright notice from LGPL 2 to GPL 2, since that's the
8026         standard form used in the gnulib repository.
8027         * tests/test-lock.c: Likewise.
8028         * tests/test-stdint.c: Likewise.
8029         * tests/test-tls.c: Likewise.
8030
8031         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
8032         prelude-manager.  User shorter URLs for GNU projects, without '?'.
8033         Add copyright notice.
8034
8035         * check-module: Add copyright notice.  Output a copyright
8036         notice if "--version" is specified.
8037         * modules/COPYING: New file.
8038         * tests/test-getaddrinfo.c: Add copyright notice.
8039         * tests/test-verify.c: Likewise.
8040
8041 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
8042
8043         Change copyright notice from LGPL 2 to GPL 2, since that's the
8044         standard form used in the gnulib repository.
8045         * lib/lock.c: LGPL -> GPL.
8046         * lib/lock.h: Likewise.
8047         * lib/strnlen1.c: Likewise.
8048         * lib/strnlen1.h: Likewise.
8049         * lib/tls.c: Likewise.
8050         * lib/tls.h: Likewise.
8051         * lib/tmpdir.c: Likewise.
8052
8053         * lib/TODO: Remove; this belongs only in coreutils.
8054
8055 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
8056
8057         Add copyright notices to long-enough files that lack them, since
8058         otherwise the files aren't clearly free.  Use the same notice that
8059         getdate.texi already uses.
8060         * doc/alloca-opt.texi: Add copyright notice.
8061         * doc/alloca.texi: Likewise.
8062         * doc/ctime.texi: Likewise.
8063         * doc/functions.texi: Likewise.
8064         * doc/gcd.texi: Likewise.
8065         * doc/gnulib-tool.texi: Likewise.
8066         * doc/inet_ntoa.texi: Likewise.
8067         * doc/visibility.texi: Likewise.
8068
8069         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
8070         * doc/quote.texi: Add copyright notice.
8071
8072         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
8073         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
8074         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
8075         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
8076         is now obsolete, and give a pointer to the Sun list.
8077         Add copyright notice.
8078
8079 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
8080
8081         * config/srclistvars.sh: Add copyright notice.
8082
8083 2006-08-14  Eric Blake  <ebb9@byu.net>
8084
8085         Import the following change from libc:
8086
8087         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
8088
8089         Upstream bug 2997.
8090         * lib/misc/error.c: Add space between program name and message if file
8091         name is missing.
8092
8093 2006-08-12  Karl Berry  <karl@gnu.org>
8094
8095         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
8096         remove, these originate in gnulib now.
8097
8098 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8099
8100         * doc/Makefile (standards.info standards.html standards.dvi):
8101         Also depend on make-stds.texi.
8102
8103 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
8104
8105         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
8106         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
8107
8108         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
8109         in wchar_t.  Problem reported by Eric Blake.
8110
8111         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
8112         LEN is smaller than SIZE.  Suggested by Bruno Haible.
8113         Also, help the compiler to keep LEN in a register.
8114
8115 2006-08-11  Eric Blake  <ebb9@byu.net>
8116
8117         * users.txt: Sort.  Add tar.
8118
8119 2006-08-11  Bruno Haible  <bruno@clisp.org>
8120
8121         * users.txt: New file.
8122
8123 2006-08-11  Bruno Haible  <bruno@clisp.org>
8124
8125         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
8126         before <wchar.h>. Needed for OSF/1 and BSD/OS.
8127
8128 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
8129
8130         * modules/snprintf (Depends-on): Remove minmax.
8131         (Maintainer): Add self and Bruno.
8132
8133 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
8134
8135         * lib/.cppi-disable: Add snprintf.h, socket_.h.
8136         * lib/snprintf.c: Include <errno.h> and <limits.h>.
8137         (EOVERFLOW): Define if the system does not.
8138         Do not include "minmax.h"; it wasn't used.
8139         (snprintf): Don't assume size_t promotes to an unsigned type.
8140         Fix bug when generated string was too long for the buffer: the
8141         buffer's contents are supposed to be the initial prefix of the
8142         output.  Don't assume vasnprintf returns EOVERFLOW if the size
8143         exceeds INT_MAX; do the check ourselves.
8144
8145         Import the following changes from libc:
8146
8147         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
8148
8149         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
8150         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
8151         set wc to the byte which couldn't be converted.
8152         (re_string_reconstruct): Don't clear valid_raw_len before calling
8153         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
8154         tip_context using re_string_context_at.
8155
8156         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
8157
8158         * lib/posix/regex.h: g++ still cannot handled [restrict].
8159
8160         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
8161
8162         * lib/posix/regex.h: Remove special handling for VMS.
8163
8164 2006-08-10  Jim Meyering  <jim@meyering.net>
8165
8166         * modules/same-inode: New module.
8167         * modules/dev-ino: New module.
8168         * modules/cycle-check: Depend on these modules, rather than simply
8169         including their .h files.
8170         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
8171         required via m4/cycle-check.m4.
8172         * modules/same: Depend on new same-inode module, rather than
8173         including same-inode.h.
8174         * modules/chdir-safer: New file.
8175
8176         * modules/chown (Depends-on): Add stat-macros.
8177
8178 2006-08-10  Jim Meyering  <jim@meyering.net>
8179
8180         * m4/cycle-check.m4: New file.
8181         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
8182         * m4/dev-ino.m4, m4/same-inode.m4: New files.
8183
8184 2006-08-10  Eric Blake  <ebb9@byu.net>
8185
8186         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
8187         in from original proposal.
8188
8189 2006-08-10  Eric Blake  <ebb9@byu.net>
8190         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8191
8192         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
8193         namespace.
8194
8195 2006-08-10  Bruno Haible  <bruno@clisp.org>
8196
8197         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
8198         as well.
8199
8200 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
8201
8202         Sync from coreutils.
8203
8204         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
8205
8206         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
8207         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
8208
8209 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
8210
8211         * modules/restrict: Remove; no longer needed now that we assume
8212         Autoconf 2.59 or later.
8213         * MODULES.html.sh: Remove 'restrict'.
8214         * modules/argp (Depends-on): Remove 'restrict'.
8215         * modules/base64 (Depends-on): Likewise.
8216         * modules/gc (Depends-on): Likewise.
8217         * modules/getaddrinfo (Depends-on): Likewise.
8218         * modules/glob (Depends-on): Likewise.
8219         * modules/inet_ntop (Depends-on): Likewise.
8220         * modules/inet_pton (Depends-on): Likewise.
8221         * modules/memxor (Depends-on): Likewise.
8222         * modules/regex (Depends-on): Likewise.
8223         * modules/strtok_r (Depends-on): Likewise.
8224         * modules/time_r (Depends-on): Likewise.
8225
8226 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
8227
8228         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
8229         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
8230         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
8231         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
8232         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
8233         * m4/memxor.m4 (gl_MEMXOR): Likewise.
8234         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
8235         gl_C_RESTRICT replaced by AC_C_RESTRICT.
8236
8237         Merge from coreutils.
8238         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
8239         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
8240         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
8241         * m4/time_r.m4 (gl_TIME_R): Likewise.
8242
8243 2006-08-09  Karl Berry  <karl@gnu.org>
8244
8245         * config/srclist.txt: no more gettext-tools, per Bruno.
8246
8247 2006-08-08  Eric Blake  <ebb9@byu.net>
8248
8249         * modules/verror: New module.
8250         * MODULES.html.sh: Document it.
8251
8252 2006-08-08  Eric Blake  <ebb9@byu.net>
8253
8254         * lib/verror.h, lib/verror.c: New files.
8255
8256 2006-08-08  Eric Blake  <ebb9@byu.net>
8257
8258         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
8259         verror_at_line output complies with GNU Coding Standards even when
8260         file is NULL.
8261
8262 2006-08-07  Bruno Haible  <bruno@clisp.org>
8263
8264         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
8265         versions of AIX.
8266         Reported by Ralf Wildenhues.
8267
8268 2006-08-07  Bruno Haible  <bruno@clisp.org>
8269
8270         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
8271         in an AC_DEFUN. Needed so that the autoconf snippets can use
8272         AC_REQUIRE.
8273
8274 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8275
8276         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8277         Initialize pkgdata_DATA.
8278         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
8279         overriding it.
8280
8281 2006-08-06  Eric Blake  <ebb9@byu.net>
8282
8283         * lib/error.h: Fold in some upstream changes from glibc.
8284         * lib/error.c: Likewise.
8285
8286 2006-08-04  Bruno Haible  <bruno@clisp.org>
8287
8288         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8289         Make the mostlyclean-local rule depend on mostlyclean-generic.
8290         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
8291
8292 2006-07-31  Bruno Haible  <bruno@clisp.org>
8293
8294         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
8295         <stdlib.h>, <string.h>.
8296
8297 2006-07-30  Bruno Haible  <bruno@clisp.org>
8298
8299         * modules/readlink (License): Change to LGPL.
8300
8301 2006-07-30  Bruno Haible  <bruno@clisp.org>
8302
8303         * modules/javaversion (Makefile.am): Distribute javaversion.java and
8304         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
8305         set PKGDATADIR to point to it.
8306
8307 2006-07-30  Bruno Haible  <bruno@clisp.org>
8308
8309         * modules/csharpexec (configure.ac): Comment out macro invocation.
8310         * modules/javaexec (configure.ac): Likewise.
8311         * modules/javacomp-script (configure.ac): Likewise.
8312
8313         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
8314
8315 2006-07-30  Bruno Haible  <bruno@clisp.org>
8316
8317         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
8318         linked-list.
8319
8320 2006-07-30  Bruno Haible  <bruno@clisp.org>
8321
8322         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
8323
8324 2006-07-30  Bruno Haible  <bruno@clisp.org>
8325
8326         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8327         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
8328         get removed.
8329
8330 2006-07-29  Bruno Haible  <bruno@clisp.org>
8331
8332         Make it possible for gnulib-tool to work with locally modified or
8333         augmented gnulib repositories.
8334         * gnulib-tool (func_usage): Document --local-dir option.
8335         (local_gnulib_dir): New variable.
8336         Handle --local-dir option.
8337         (func_lookup_file): New function.
8338         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
8339         (func_get_description, func_get_filelist, func_get_description,
8340         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
8341         func_get_automake_snippet, func_get_include_directive,
8342         func_get_license, func_get_maintainer): Use func_lookup_file.
8343         (func_import, func_create_testdir): Use func_lookup_file.
8344
8345 2006-07-29  Bruno Haible  <bruno@clisp.org>
8346
8347         * modules/setenv (Depends-on): Add unistd.
8348
8349 2006-07-29  Bruno Haible  <bruno@clisp.org>
8350
8351         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
8352
8353 2006-07-29  Bruno Haible  <bruno@clisp.org>
8354
8355         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
8356
8357 2006-07-29  Bruno Haible  <bruno@clisp.org>
8358
8359         * gnulib-tool (import, update): If there is no Makefile.am, look at
8360         aclocal.m4, instead of bailing out.
8361
8362 2006-07-29  Bruno Haible  <bruno@clisp.org>
8363
8364         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
8365         Categorize the options by when they are useful.
8366
8367 2006-07-29  Bruno Haible  <bruno@clisp.org>
8368
8369         * gnulib-tool (func_usage): Document option --no-libtool.
8370         Handle option --no-libtool.
8371         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
8372         for changed semantics of $libtool variable.
8373         (func_import): Likewise. If libtool is not used, show this through
8374         an option --no-libtool.
8375         (func_create_testdir): Update.
8376
8377 2006-07-29  Bruno Haible  <bruno@clisp.org>
8378
8379         * gnulib-tool (func_import): Extend error message about missing
8380         --doc-base.
8381
8382 2006-07-29  Bruno Haible  <bruno@clisp.org>
8383
8384         * gnulib-tool (func_import): Don't create the $docbase directory if
8385         there is no file to store there.
8386
8387 2006-07-29  Bruno Haible  <bruno@clisp.org>
8388
8389         * gnulib-tool (autoconf_minversion): If a --dir option is given and
8390         relevant, look for configure.ac there, not in the current directory.
8391         Also use a simple search for AC_PREREQ, not "autoconf --trace".
8392
8393 2006-07-29  Bruno Haible  <bruno@clisp.org>
8394
8395         * gnulib-tool (SORT): New variable.
8396         (func_usage): Undocument --assume-autoconf option.
8397         Remove --assume-autoconf option handling.
8398         (autoconf_minversion): Determine from the contents of configure.ac.
8399         (func_import): Remove autoconf_minversion handling.
8400         Suggested by Eric Blake.
8401
8402 2006-07-29  Bruno Haible  <bruno@clisp.org>
8403
8404         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
8405
8406 2006-07-29  Bruno Haible  <bruno@clisp.org>
8407
8408         * config/srclist.txt (*setenv.[ch]): Remove rules.
8409
8410 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8411
8412         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
8413
8414 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8415
8416         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
8417         arpa/inet.h.
8418
8419 2006-07-28  Simon Josefsson  <jas@extundo.com>
8420
8421         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
8422         * modules/inet_pton (Depends-on): Likewise.
8423
8424 2006-07-28  Simon Josefsson  <jas@extundo.com>
8425
8426         * m4/netinet_in_h.m4: New file.
8427
8428 2006-07-28  Simon Josefsson  <jas@extundo.com>
8429
8430         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
8431         #include's.
8432
8433 2006-07-28  Simon Josefsson  <jas@extundo.com>
8434
8435         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
8436         #include's.
8437
8438 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
8439
8440         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
8441         setgid on directories only if they set these bits.
8442         * lib/modechange.h: Remove obsolete comment about masks.
8443
8444 2006-07-28  Eric Blake  <ebb9@byu.net>
8445
8446         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
8447         macro expansion.
8448
8449 2006-07-28  Bruno Haible  <bruno@clisp.org>
8450
8451         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
8452
8453 2006-07-28  Bruno Haible  <bruno@clisp.org>
8454
8455         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
8456
8457 2006-07-28  Bruno Haible  <bruno@clisp.org>
8458
8459         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
8460         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
8461         Define fallbacks.
8462         Avoids link error on FreeBSD 4.x.
8463         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
8464
8465         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
8466         encoding.
8467         * lib/mbswidth.c (iswcntrl): Likewise.
8468
8469 2006-07-27  Bruno Haible  <bruno@clisp.org>
8470
8471         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
8472         test.
8473
8474 2006-07-27  Bruno Haible  <bruno@clisp.org>
8475
8476         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
8477         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
8478         defined.
8479
8480 2006-07-26  Eric Blake  <ebb9@byu.net>
8481
8482         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
8483
8484 2006-07-26  Eric Blake  <ebb9@byu.net>
8485
8486         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
8487         like mingw that lack mkstemp.
8488         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
8489         avoid compilation warning on mingw.
8490
8491 2006-07-26  Bruno Haible  <bruno@clisp.org>
8492
8493         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
8494         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
8495         INT_FAST*_MIN, INTPTR_MIN.
8496
8497 2006-07-25  Bruno Haible  <bruno@clisp.org>
8498
8499         * modules/version-etc (Depends-on): Add stdarg.
8500
8501 2006-07-25  Bruno Haible  <bruno@clisp.org>
8502
8503         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
8504         complex commands.
8505
8506 2006-07-25  Bruno Haible  <bruno@clisp.org>
8507
8508         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
8509         defined in <stdarg.h> or config.h.
8510
8511 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
8512
8513         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
8514         (gl_STDIO_SAFER): Remove.
8515
8516 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
8517
8518         * MODULES.html.sh (File stream based Input/Output):
8519         Add fopen-safer, tmpfile-safer; remove stdio-safer.
8520         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
8521         * modules/fopen-safer, modules/tmpfile-safer: New files.
8522         * modules/stdio-safer: Remove.
8523
8524 2006-07-24  Bruno Haible  <bruno@clisp.org>
8525
8526         * modules/tmpdir: New file.
8527         * MODULES.html.sh (File system functions): Add it.
8528
8529 2006-07-24  Bruno Haible  <bruno@clisp.org>
8530
8531         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
8532         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
8533
8534 2006-07-24  Bruno Haible  <bruno@clisp.org>
8535
8536         * modules/clean-temp: New file.
8537
8538 2006-07-24  Bruno Haible  <bruno@clisp.org>
8539
8540         * m4/tmpdir.m4: New file, from GNU gettext.
8541
8542 2006-07-24  Bruno Haible  <bruno@clisp.org>
8543
8544         * lib/tmpdir.h: New file, from GNU gettext.
8545         * lib/tmpdir.c: New file, from GNU gettext.
8546
8547 2006-07-24  Bruno Haible  <bruno@clisp.org>
8548
8549         * lib/clean-temp.h: New file, from GNU gettext.
8550         * lib/clean-temp.c: New file, from GNU gettext.
8551
8552 2006-07-23  Eric Blake  <ebb9@byu.net>
8553
8554         * modules/stdio-safer (Files): Add tmpfile-safer.c.
8555         (Depends-on): Add binary-io.
8556
8557 2006-07-23  Eric Blake  <ebb9@byu.net>
8558
8559         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
8560
8561 2006-07-23  Eric Blake  <ebb9@byu.net>
8562
8563         * lib/tmpfile-safer.c: New file.
8564         * lib/stdio-safer.h (fopen_safer): Add prototype.
8565         * lib/stdio--.h (tmpfile): Make safer.
8566
8567 2006-07-23  Bruno Haible  <bruno@clisp.org>
8568
8569         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
8570         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
8571         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
8572         gl_linked_remove_at): Use it.
8573
8574 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8575         and Simon Josefsson <jas@extundo.com>
8576
8577         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
8578
8579         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
8580
8581 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
8582
8583         * modules/close-stream: New file.
8584         * modules/closeout (Description): Make it clear that it exits
8585         with a diagnostic on error.
8586         (Depends-on): Add close-stream.  Remove fpending, stdbool.
8587         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
8588
8589 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
8590
8591         * m4/close-stream.m4: New file.
8592
8593 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
8594
8595         * lib/close-stream.c, lib/close-stream.h: New files.
8596
8597 2006-07-22  Bruno Haible  <bruno@clisp.org>
8598
8599         Merge from GNU gettext 0.15.
8600
8601         2006-05-01  Bruno Haible  <bruno@clisp.org>
8602
8603                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
8604
8605         2006-07-22  Bruno Haible  <bruno@clisp.org>
8606
8607                 * modules/javaversion: New file.
8608                 * MODULES.html.sh (Java): Add javaversion.
8609
8610         2006-03-12  Bruno Haible  <bruno@clisp.org>
8611
8612                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
8613
8614         2005-12-04  Bruno Haible  <bruno@clisp.org>
8615
8616                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
8617                 (untested).
8618
8619         2006-06-21  Bruno Haible  <bruno@clisp.org>
8620
8621                 Avoid warnings from recent versions of mcs.
8622                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
8623                 -o, -L, -r any more. Use options documented since mcs-1.0
8624                 instead. Similarly for -g.
8625
8626         2005-12-04  Bruno Haible  <bruno@clisp.org>
8627
8628                 * build-aux/csharpcomp.sh.in: Suffix for resources is
8629                 .resources, not .resource.
8630
8631         2005-07-09  Bruno Haible  <bruno@clisp.org>
8632
8633                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
8634                 add a .dll suffix.
8635                 Reported by Mark Junker <mjscod@gmx.de>.
8636
8637         2006-07-22  Bruno Haible  <bruno@clisp.org>
8638
8639                 * modules/gettext: Upgrade to gettext-0.15.
8640                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
8641                 m4/visibility.m4.
8642                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
8643
8644 2006-07-22  Bruno Haible  <bruno@clisp.org>
8645
8646         Merge from GNU gettext 0.15.
8647
8648         2006-03-25  Bruno Haible  <bruno@clisp.org>
8649
8650                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
8651
8652         2006-07-21  Bruno Haible  <bruno@clisp.org>
8653
8654                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
8655                 "1.1".
8656
8657         2006-05-09  Bruno Haible  <bruno@clisp.org>
8658
8659                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
8660                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
8661                 for the conftestver execution.
8662
8663         2006-05-01  Bruno Haible  <bruno@clisp.org>
8664
8665                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
8666                 optional target-version argument. Verify that the compiler
8667                 groks source of the specified source-version, or add -source
8668                 option as necessary. Verify that the compiler produces
8669                 bytecode in the specified target-version, or add -target and
8670                 -source options as necessary. Make the result of the test
8671                 available as variable CONF_JAVAC. Also log error output in
8672                 config.log.
8673
8674         2006-03-11  Bruno Haible  <bruno@clisp.org>
8675
8676                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
8677
8678         2006-05-09  Bruno Haible  <bruno@clisp.org>
8679
8680                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
8681                 CLASSPATH_SEPARATOR to a semicolon.
8682
8683         2006-03-12  Bruno Haible  <bruno@clisp.org>
8684
8685                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
8686                 available as variable CONF_JAVA, for subsequent autoconf
8687                 tests. Also log error output in config.log.
8688
8689         2006-07-19  Bruno Haible  <bruno@clisp.org>
8690
8691                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
8692                 that getline works on glibc2 systems. Needed to avoid trouble
8693                 in relocatable.c.
8694                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
8695
8696         2005-12-04  Bruno Haible  <bruno@clisp.org>
8697
8698                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
8699                 launcher (untested).
8700
8701         2005-12-04  Bruno Haible  <bruno@clisp.org>
8702
8703                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
8704
8705         2006-07-22  Bruno Haible  <bruno@clisp.org>
8706
8707                 * gettext.m4: Update from GNU gettext-0.15.
8708                 * nls.m4: Likewise.
8709                 * po.m4: Likewise.
8710                 * inttypes-pri.m4: Likewise.
8711                 * inttypes-h.m4: Renamed from inttypes.m4.
8712                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
8713
8714 2006-07-22  Bruno Haible  <bruno@clisp.org>
8715
8716         Merge from GNU gettext 0.15.
8717
8718         2005-07-05  Bruno Haible  <bruno@clisp.org>
8719
8720                 * printf-args.c (printf_fetchargs): Work around broken
8721                 definition of wint_t on mingw.
8722
8723         2005-02-12  Bruno Haible  <bruno@clisp.org>
8724
8725                 * xallocsa.h: Add extern "C" for C++.
8726
8727         2006-05-17  Bruno Haible  <bruno@clisp.org>
8728
8729                 Cygwin portability.
8730                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
8731
8732         2006-04-30  Bruno Haible  <bruno@clisp.org>
8733
8734                 * progreloc.c: Include <mach-o/dyld.h> if available.
8735                 (find_executable): Use _NSGetExecutablePath when possible.
8736
8737         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
8738
8739                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
8740                 function.
8741
8742         2005-12-29  Bruno Haible  <bruno@clisp.org>
8743
8744                 * progreloc.c (set_program_name_and_installdir): Fix
8745                 compilation error.
8746
8747         2005-12-04  Bruno Haible  <bruno@clisp.org>
8748
8749                 Cygwin portability.
8750                 * progreloc.c: Include <windows.h> also on Cygwin.
8751                 (find_executable): Add support for Cygwin.
8752                 (set_program_name_and_installdir): Handle also platforms with
8753                 nonempty EXEEXT.
8754
8755         2006-07-11  Bruno Haible  <bruno@clisp.org>
8756
8757                 * javacomp.c: Fix a comment.
8758                 Reported by Jim Meyering.
8759
8760         2006-04-30  Bruno Haible  <bruno@clisp.org>
8761
8762                 * javacomp.h (compile_java_class): Add source_version,
8763                 target_version arguments.
8764                 * javacomp.c: Rewritten to choose only a compiler that
8765                 respects the specified source_version and target_version.
8766
8767         2006-06-27  Bruno Haible  <bruno@clisp.org>
8768
8769                 Assume correct S_ISDIR macro.
8770                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
8771
8772         2006-07-22  Bruno Haible  <bruno@clisp.org>
8773
8774                 * javaversion.h: New file, from GNU gettext.
8775                 * javaversion.c: New file, from GNU gettext.
8776                 * javaversion.java: New file, from GNU gettext.
8777                 * javaversion.class: New file, from GNU gettext.
8778
8779         2006-05-17  Bruno Haible  <bruno@clisp.org>
8780
8781                 Cygwin portability.
8782                 * javaexec.c (execute_java_class): Test for jview program
8783                 also on Cygwin.
8784
8785         2006-04-09  Bruno Haible  <bruno@clisp.org>
8786
8787                 * fatal-signal.c: Don't include string.h.
8788                 (at_fatal_signal): Use a copying loop instead of memcpy.
8789
8790         2005-12-04  Bruno Haible  <bruno@clisp.org>
8791
8792                 * csharpexec.c: Add support for 'clix' launcher (untested).
8793                 (execute_csharp_using_sscli): New function.
8794                 (execute_csharp_program): Call it.
8795
8796         2006-06-21  Bruno Haible  <bruno@clisp.org>
8797
8798                 Avoid warnings from recent versions of mcs.
8799                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
8800                 -o, -L, -r any more. Use options documented since mcs-1.0
8801                 instead. Similarly for -g.
8802
8803         2005-07-09  Bruno Haible  <bruno@clisp.org>
8804
8805                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
8806                 add a .dll suffix.
8807                 Reported by Mark Junker <mjscod@gmx.de>.
8808
8809         2006-06-17  Bruno Haible  <bruno@clisp.org>
8810
8811                 * config.charset: Update for NetBSD 3.0.
8812
8813         2006-05-17  Bruno Haible  <bruno@clisp.org>
8814
8815                 Cygwin portability.
8816                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
8817
8818         2006-05-16  Bruno Haible  <bruno@clisp.org>
8819
8820                 * localcharset.c [CYGWIN]: Include <windows.h>.
8821                 (get_charset_aliases): For Cygwin, return the same CPxxx
8822                 aliases list as under WIN32.
8823                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
8824                 the environment variables. Fall back to GetACP().
8825
8826         2006-04-05  Bruno Haible  <bruno@clisp.org>
8827
8828                 * config.charset: Update Juan Manuel Guerrero's address.
8829
8830         2005-02-12  Bruno Haible  <bruno@clisp.org>
8831
8832                 * allocsa.h: Add extern "C" for C++.
8833
8834         2005-02-10  Bruno Haible  <bruno@clisp.org>
8835
8836                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
8837                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
8838
8839         2006-07-22  Bruno Haible  <bruno@clisp.org>
8840
8841                 * gettext.h: Update to GNU gettext-0.15.
8842
8843 2006-07-22  Bruno Haible  <bruno@clisp.org>
8844
8845         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
8846         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
8847         lib-prefix.m4, longdouble.m4, ssize_t.m4.
8848
8849 2006-07-21  Eric Blake  <ebb9@byu.net>
8850
8851         * modules/stdlib-safer: New file.
8852         * MODULES.html.sh (File stream based Input/Output): Add
8853         stdlib-safer.
8854
8855 2006-07-21  Eric Blake  <ebb9@byu.net>
8856
8857         * lib/stdlib-safer.h: New file from coreutils, required by
8858         stdlib--.h.
8859
8860 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
8861
8862         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
8863
8864 2006-07-20  Bruno Haible  <bruno@clisp.org>
8865
8866         * gnulib-tool: Recognize new option --assume-autoconf.
8867         (autoconf_minversion): New variable.
8868         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
8869
8870 2006-07-20  Bruno Haible  <bruno@clisp.org>
8871
8872         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
8873
8874 2006-07-19  Derek R. Price  <derek@ximbiot.com>
8875
8876         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
8877         Reindent and repaginate.
8878
8879 2006-07-19  Derek Price  <derek@ximbiot.com>
8880
8881         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
8882         Correct grammar.
8883
8884 2006-07-17  Bruno Haible  <bruno@clisp.org>
8885
8886         * modules/list: New file.
8887         * modules/array-list: New file.
8888         * modules/carray-list, modules/carray-list-tests: New files.
8889         * modules/linked-list, modules/linked-list-tests: New files.
8890         * modules/avltree-list, modules/avltree-list-tests: New files.
8891         * modules/rbtree-list, modules/rbtree-list-tests: New files.
8892         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
8893         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
8894         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
8895         * modules/oset: New file.
8896         * modules/array-oset: New file.
8897         * modules/avltree-oset, modules/avltree-oset-tests: New files.
8898         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
8899         * tests/test-carray_list.c: New file.
8900         * tests/test-linked_list.c: New file.
8901         * tests/test-avltree_list.c: New file.
8902         * tests/test-rbtree_list.c: New file.
8903         * tests/test-linkedhash_list.c: New file.
8904         * tests/test-avltreehash_list.c: New file.
8905         * tests/test-rbtreehash_list.c: New file.
8906         * tests/test-avltree_oset.c: New file.
8907         * tests/test-rbtree_oset.c: New file.
8908         * MODULES.html.sh (Container data structures): New section.
8909
8910 2006-07-17  Bruno Haible  <bruno@clisp.org>
8911
8912         * m4/gl_list.m4: New file.
8913
8914 2006-07-17  Bruno Haible  <bruno@clisp.org>
8915
8916         * lib/gl_list.h: New file.
8917         * lib/gl_list.c: New file.
8918         * lib/gl_array_list.h: New file.
8919         * lib/gl_array_list.c: New file.
8920         * lib/gl_carray_list.h: New file.
8921         * lib/gl_carray_list.c: New file.
8922         * lib/gl_linked_list.h: New file.
8923         * lib/gl_linked_list.c: New file.
8924         * lib/gl_anylinked_list1.h: New file.
8925         * lib/gl_anylinked_list2.h: New file.
8926         * lib/gl_avltree_list.h: New file.
8927         * lib/gl_avltree_list.c: New file.
8928         * lib/gl_anyavltree_list1.h: New file.
8929         * lib/gl_anyavltree_list2.h: New file.
8930         * lib/gl_rbtree_list.h: New file.
8931         * lib/gl_rbtree_list.c: New file.
8932         * lib/gl_anyrbtree_list1.h: New file.
8933         * lib/gl_anyrbtree_list2.h: New file.
8934         * lib/gl_anytree_list1.h: New file.
8935         * lib/gl_anytree_list2.h: New file.
8936         * lib/gl_linkedhash_list.h: New file.
8937         * lib/gl_linkedhash_list.c: New file.
8938         * lib/gl_anyhash_list1.h: New file.
8939         * lib/gl_anyhash_list2.h: New file.
8940         * lib/gl_avltreehash_list.h: New file.
8941         * lib/gl_avltreehash_list.c: New file.
8942         * lib/gl_rbtreehash_list.h: New file.
8943         * lib/gl_rbtreehash_list.c: New file.
8944         * lib/gl_anytreehash_list1.h: New file.
8945         * lib/gl_anytreehash_list2.h: New file.
8946
8947         * lib/gl_oset.h: New file.
8948         * lib/gl_oset.c: New file.
8949         * lib/gl_array_oset.h: New file.
8950         * lib/gl_array_oset.c: New file.
8951         * lib/gl_avltree_oset.h: New file.
8952         * lib/gl_avltree_oset.c: New file.
8953         * lib/gl_rbtree_oset.h: New file.
8954         * lib/gl_rbtree_oset.c: New file.
8955         * lib/gl_anytree_oset.h: New file.
8956
8957 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
8958
8959         * m4/mkancesdirs.m4: New file.
8960         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
8961         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
8962         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
8963         it.
8964
8965 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
8966
8967         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
8968         * lib/mkancesdirs.h: New files.
8969         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
8970         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
8971         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
8972         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
8973         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
8974         callers changed.  Revamp internals significantly, by not
8975         attempting to create directories that are temporarily more
8976         permissive than the final results.  Do not attempt to use
8977         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
8978         This removes some race conditions, fixes some bugs, and simplifies
8979         things.  Use new dirchownmod function to do owner and mode changes.
8980         * lib/mkdir-p.h: Likewise.
8981         * lib/modechange.c (octal_to_mode): New function.
8982         (struct mode_change): New member mentioned.
8983         (make_node_op_equals): New arg mentioned.  All callers changed.
8984         (mode_compile): Keep track of which mode bits the user has explicitly
8985         mentioned.
8986         (mode_adjust): New arg DIR, so that we implement the X op correctly.
8987         New arg PMODE_BITS, to keep track of which mode bits the user
8988         mentioned; it treats S_ISUID and S_ISGID speciall.
8989         All callers changed.
8990         * lib/modechange.h: Likewise.
8991
8992 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
8993
8994         * MODULES.html.sh: Add mkancestors.
8995         * modules/mkancesdirs: New module.
8996         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
8997         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
8998         The chdir-safer and afs files are now orphans; I'll remove them
8999         unless someone speaks up.
9000         Add lib/dirchownmod.c, lib/dirchownmod.h.
9001         (Depends-on): Remove alloca, chown, save-cwd, dirname.
9002         Add lchown, mkancesdirs.
9003         (Maintainer): Add self.
9004
9005 2006-07-15  Karl Berry  <karl@gnu.org>
9006
9007         * gnulib-tool: help message wording/arrangement.
9008
9009 2006-07-14  Simon Josefsson  <jas@extundo.com>
9010
9011         * doc/gnulib.texi (Libtool and Windows): New section.
9012
9013 2006-07-12  Simon Josefsson  <jas@extundo.com>
9014
9015         * modules/gendocs (License): Fix license, approved by Karl.
9016
9017 2006-07-12  Eric Blake  <ebb9@byu.net>
9018
9019         * MODULES.html.sh: Add gendocs.
9020
9021 2006-07-11  Eric Blake  <ebb9@byu.net>
9022
9023         * modules/fdl: New module, to install doc/fdl.texi.
9024         * MODULES.html.sh: Add new section for documentation modules.
9025         * gnulib-tool: Avoid space-tab.
9026         (--doc-base): New option, to manage files from doc.
9027
9028 2006-07-11  Eric Blake  <ebb9@byu.net>
9029
9030         * m4/absolute-header.m4: Fix comments to match recent change.
9031
9032 2006-07-11  Eric Blake  <ebb9@byu.net>
9033
9034         * gnulib-tool: List --doc-base before --tests-base.
9035
9036 2006-07-11  Derek R. Price  <derek@ximbiot.com>
9037
9038         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
9039
9040 2006-07-11  Bruno Haible  <bruno@clisp.org>
9041
9042         * README: Mention where to put documentation.
9043
9044 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9045
9046         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
9047
9048 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
9049
9050         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
9051         to stdint.m4.
9052
9053 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
9054
9055         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
9056         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
9057         "no/such/file/stdint.h" when there is no such file, so that
9058         the resulting C code can be parsed by dodgy compilers.
9059         Problems reported by Bob Proulx.
9060
9061 2006-07-10  Derek R. Price  <derek@ximbiot.com>
9062
9063         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
9064         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
9065         macros into the GNU _D_EXACT_NAMLEN.
9066         * lib/savedir.c:  Likewise.
9067         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
9068
9069 2006-07-10  Derek R. Price  <derek@ximbiot.com>
9070         and Paul Eggert  <eggert@cs.ucla.edu>
9071
9072         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
9073         * m4/savedir.m4:
9074         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
9075         macros into the GNU _D_EXACT_NAMLEN.
9076
9077 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
9078
9079         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
9080         around the absolute name, to work around a problem with the HP-UX
9081         11.23 native C compiler, reported by Bob Proulx.
9082
9083 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
9084
9085         * doc/maintain.texi, make-stds.texi: Sync from
9086         <http://savannah.gnu.org/projects/gnustandards>.
9087
9088 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
9089
9090         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
9091
9092 2006-07-09  Jim Meyering  <jim@meyering.net>
9093
9094         * m4/glob.m4: Remove a doubled word in a comment.
9095
9096 2006-07-09  Jim Meyering  <jim@meyering.net>
9097
9098         * lib/argp-pv.c: Remove a doubled word in a comment.
9099         * lib/check-version.c (check_version): Likewise.
9100         * lib/javacomp.c (compile_java_class): Likewise.
9101
9102 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
9103
9104         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
9105         for the benefit of people using Autoconf 2.60.  If you want to
9106         support older Autoconf versions you can copy m4/onceonly_2_57.m4
9107         (or m4/onceonly.m4, if pre-2.57) manually.
9108
9109 2006-07-08  Jim Meyering  <jim@meyering.net>
9110
9111         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
9112         comment.
9113         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
9114         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
9115         comment.
9116
9117 2006-07-08  Jim Meyering  <jim@meyering.net>
9118
9119         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
9120
9121 2006-07-07  Simon Josefsson  <jas@extundo.com>
9122
9123         * tests/test-crc.c: Change expected crc value, the test vector
9124         were probably computed using the old broken crc.c?
9125
9126 2006-07-06  Simon Josefsson  <jas@extundo.com>
9127
9128         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
9129         now the canonical place for the M4 file).
9130
9131         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
9132         from the sys_socket dependency now.
9133
9134         * modules/inet_pton (Files): Ditto.
9135
9136         * modules/inet_ntop (Files): Ditto.
9137
9138 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
9139
9140         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
9141         not gl_PREREQ_GETUSERSHELL.
9142
9143 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9144
9145         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
9146         with only one argument, for Autoconf 2.60.
9147         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
9148         expand to nothing, so add a shell command to avoid syntax error.
9149         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
9150
9151 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9152
9153         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
9154
9155 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
9156
9157         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
9158         no longer needed.  Check for isblank decl.
9159         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
9160         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
9161         of existence.
9162
9163 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
9164
9165         * lib/getloadavg.c: Use __VMS, not VMS.
9166         * lib/getopt.c: Likewise.
9167         * lib/getpagesize.h: Likewise.
9168         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
9169         and probably does not work.
9170
9171 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
9172
9173         * lib/.cppi-disable: Add wcwidth.
9174         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
9175         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
9176         (ISGRAPH): Remove.  All uses changed to isgraph.
9177         (FOLD) [!defined _LIBC]: Remove special case.
9178         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
9179         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
9180         HAVE_ISBLANK.
9181         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
9182         case.
9183
9184 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
9185
9186         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
9187         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
9188         brackets.  Other minor changes to suppress some compiler
9189         warnings.
9190
9191 2006-07-06  Derek R. Price  <derek@ximbiot.com>
9192         and Paul Eggert  <eggert@cs.ucla.edu>
9193
9194         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
9195         of invoking obsolescent AC_HEADER_DIRENT macro.
9196         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
9197         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
9198         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
9199         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
9200         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
9201         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
9202         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
9203         * m4/readdir.m4: Remove; no longer needed.
9204
9205 2006-07-06  Derek R. Price  <derek@ximbiot.com>
9206         and Paul Eggert  <eggert@cs.ucla.edu>
9207
9208         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
9209         Don't worry about this obsolete case any more.
9210         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
9211         directories.
9212         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
9213         worry about this obsolete case any more.
9214         * lib/fts.c: Likewise.
9215         * lib/getcwd.c: Likewise.
9216         * lib/glob.h: Likewise.
9217         * lib/savedir.c: Likewise.
9218
9219 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
9220
9221         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
9222         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
9223         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
9224         needed.
9225         All uses removed.
9226         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
9227         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
9228         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
9229         needed.
9230         * m4/getdate.m4 (gl_GETDATE): Likewise.
9231         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
9232         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
9233         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
9234         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
9235         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
9236         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
9237         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
9238         needed.
9239
9240 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
9241
9242         * lib/memcasecmp.c: Include <limits.h>.
9243         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
9244         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
9245         Don't assume isdigit succeeds only on '0' through '9'.
9246
9247 2006-07-05  Eric Blake  <ebb9@byu.net>
9248
9249         * modules/getaddrinfo (Depends-on): Add snprintf.
9250
9251 2006-07-05  Eric Blake  <ebb9@byu.net>
9252
9253         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
9254         to avoid 'header present but could not be compiled' on cygwin.
9255
9256 2006-07-05  Eric Blake  <ebb9@byu.net>
9257
9258         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
9259         missing from netdb.h.
9260         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
9261
9262 2006-07-05  Derek R. Price  <derek@ximbiot.com>
9263
9264         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
9265         no longer needed.
9266         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
9267         * m4/getdate.m4 (gl_GETDATE): Likewise.
9268         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
9269         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
9270         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
9271         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
9272         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
9273
9274 2006-07-05  Derek R. Price  <derek@ximbiot.com>
9275
9276         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
9277         All uses of is_space replaced by isspace.
9278         * lib/exit.h: Don't talk about STDC_HEADERS.
9279         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
9280         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
9281         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
9282         replaced by isprint etc.
9283         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
9284         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
9285         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
9286         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
9287         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
9288         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
9289
9290 2006-07-05  Bruno Haible  <bruno@clisp.org>
9291
9292         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
9293         the function exists, before testing against AIX.
9294         Reported by Martin Lambers <marlam@marlam.de>.
9295
9296 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
9297
9298         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
9299         From Mark D. Baushke.
9300
9301 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
9302
9303         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
9304         to the absolute name, not just one, to bypass Sun C 5.8's
9305         "warning: #include of /usr/include/... may be non-portable".
9306
9307 2006-07-04  Eric Blake  <ebb9@byu.net>
9308
9309         * modules/dirname-tests: New test module.
9310         * tests/test-dirname.c: New file, replacing dirname.c
9311         TEST_DIRNAME section that was recently deleted.
9312
9313 2006-07-04  Bruno Haible  <bruno@clisp.org>
9314
9315         Assume ANSI C header files and <ctype.h> functions.
9316         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
9317         (mbsnwidth): Use isprint, iscntrl instead.
9318
9319 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
9320
9321         Merge from coreutils.
9322         * MODULES.html.sh: Add xstrtold.
9323         * modules/xstrtold: New file.
9324         * modules/cycle-check (Files): Add lib/same-inode.h.
9325         * modules/dirname (Files): Add m4/double-slash-root.m4.
9326         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
9327         * modules/mkdir-p (Files): Add lib/same-inode.h.
9328         * modules/same (Files): Add lib/same-inode.h.
9329
9330 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
9331
9332         * m4/absolute-header.m4: Renamed from full-header-path.m4.
9333         This is to keep the terminology clean; POSIX talks about
9334         "absolute pathnames", not "full pathnames", but the GNU
9335         Coding Standards say to use "path" for something else;
9336         so use "absolute" to keep both sides happy.
9337         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
9338         Set gl_absolute_header, not gl_full_header_path.
9339         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
9340         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
9341         All uses changed.
9342
9343         Merge from coreutils.
9344
9345         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
9346
9347         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
9348         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
9349         want to require the building of c-strtod.o.
9350         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
9351         needs -lm directly.
9352         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
9353
9354         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
9355
9356         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
9357         --as-needed option if available.  Problem reported by Albert Chin in
9358         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
9359         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
9360         cc merely issues a bunch of annoying warnings for --as-needed
9361         (this problem was reported by Bob Proulx).  Also, try linking with
9362         -lm to detect a bug in binutils 2.16 (this problem was reported
9363         by Ralf Wildenhues).
9364
9365         2006-06-18  Jim Meyering  <jim@meyering.net>
9366
9367         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
9368         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
9369         macro.
9370         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
9371         also check for glibc-2.4's abort-inducing bug.
9372
9373         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
9374         Low-probability clean-up should be to use rmdir to get rid of
9375         the just-created directory, not unlink.
9376
9377         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
9378         configure fail, and request a bug report to inform us about it.
9379         Add a comment that, barring reports to the contrary, in 2007 we'll
9380         assume ftruncate is universally available.
9381
9382         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
9383
9384         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
9385
9386         2006-03-12  Jim Meyering  <jim@meyering.net>
9387
9388         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
9389         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
9390         * m4/same.m4 (gl_SAME): Likewise.
9391         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
9392
9393         2006-03-11  Eric Blake  <ebb9@byu.net>
9394
9395         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
9396         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
9397         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
9398         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
9399
9400 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
9401
9402         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
9403         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
9404         reported by Mark D. Baushke, one in
9405         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
9406
9407         Merge from coreutils.
9408
9409         * lib/.cppi-disable: Add stdint_.h.
9410         * lib/.cvsignore: Add stdint.h.
9411
9412         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
9413
9414         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
9415         both double and long double versions.
9416         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
9417         * lib/xstrtold.c: New file.
9418         * lib/xstrtod.h (xstrtold): New decl.
9419
9420         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
9421
9422         * lib/filemode.c (setst): Remove.
9423         (strmode): Rewrite to avoid setst.  This makes the code shorter,
9424         (arguably) clearer, and the generated code is a bit smaller on my
9425         Debian GNU/Linux stable x86 host.
9426
9427         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
9428
9429         * lib/filemode.c: Include "filemode.h" first, to test the interface.
9430         Assume that filemode.h includes sys/types.h and sys/stat.h.
9431         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
9432         (ftypelet): Reorder to put common cases first, for efficiency.
9433         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
9434         to do 'M'.
9435         (strmode): Renamed from mode_string, and now stores 12 bytes instead
9436         of 10, for compatibility with FreeBSD.  All callers changed.
9437         (filemodestring): Now stores 12 bytes instead of 10, and sets file
9438         types that can't be deduced solely from st_mode.  First arg is now a
9439         const pointer.
9440         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
9441         (strmode): Renamed from mode_string.
9442         (filemodestring): New decl.
9443         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
9444         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
9445         needed.
9446         (S_ISPORT, S_ISWHT): New macros, if not already defined.
9447
9448         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
9449
9450         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
9451         fsusage.h now does that.  Include fsusage.h first, to test interface.
9452         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
9453         at most one method (the old code could have generated decls that
9454         didn't conform to C89, not that this was ever exercised).
9455         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
9456
9457         2006-03-19  Jim Meyering  <jim@meyering.net>
9458
9459         Work even in a chroot where d_ino values for entries in "/"
9460         don't match the stat.st_ino values for the same names.
9461         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
9462         number, iterate through all entries again, using lstat instead.
9463         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
9464         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
9465
9466         * lib/getcwd.c (__getcwd): Clarify a comment.
9467         Use memcpy in place of a call to strcpy.
9468
9469         2006-03-12  Jim Meyering  <jim@meyering.net>
9470
9471         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
9472         matches that of the current directory (which we're about to chdir ".."
9473         out of), then save the dev-ino of the parent, instead.
9474
9475         * lib/same-inode.h (SAME_INODE): New file/macro.
9476         * lib/chdir-safer.c (SAME_INODE): Remove definition.
9477         Include "same-inode.h", instead.
9478         * lib/same.c: Likewise.
9479         * lib/cycle-check.h: Include "same-inode.h".
9480         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
9481         * lib/cycle-check.c (SAME_INODE): Remove definition.
9482         * lib/root-dev-ino.h: Include "same-inode.h".
9483
9484         2006-03-11  Eric Blake  <ebb9@byu.net>
9485
9486         * lib/same.c (same_name): s/base_name/last_component/
9487         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
9488         * lib/filenamecat.c (file_name_concat): Likewise.
9489
9490         2006-03-11  Eric Blake  <ebb9@byu.net>,
9491                     Paul Eggert  <eggert@cs.ucla.edu>
9492
9493         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
9494         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
9495         drive prefix.
9496         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
9497         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
9498         (last_component): New method.
9499         * lib/dirname.c (dir_len): Determine when drive letters need a
9500         subsequent slash.  Preserve // when it is special.
9501         (dir_name): Don't append dot when drive letter is absolute.
9502         [TEST_DIRNAME]: Move into a full-blown gnulib test.
9503         * lib/basename.c (base_name): New semantics - malloc the result.
9504         Preserve // when it is special.  Preserve relative files that look
9505         like drive letters.
9506         (base_len): Preserve // when it is special.
9507         (last_component): New method, similar to old base_name semantics.
9508         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
9509         base_name.  Strip redundant slashes from ///.
9510
9511 2006-07-03  Jim Meyering  <jim@meyering.net>
9512
9513         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
9514         macro is used before the first cycle_check call.
9515
9516 2006-07-03  Eric Blake  <ebb9@byu.net>
9517
9518         * modules/dirname (Depends-on): Add xstrndup.
9519
9520 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
9521
9522         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
9523         test cases, so that config.log is a bit easier to follow.
9524
9525 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
9526
9527         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
9528         both are 64 bits, since this seems to be the tradition, and this
9529         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
9530         we ever run into a host that prefers long long to long in this
9531         case, we'll need another configure-time test.  Problem reported by
9532         Jim Meyering.
9533
9534 2006-07-02  Eric Blake  <ebb9@byu.net>
9535
9536         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
9537
9538 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
9539
9540         * modules/inttypes (Depends-on): No longer depends on stdint.
9541         * modules/stdint (Description): Say more about assumptions.
9542         Say that the fast types might differ.  Say macros are used.
9543         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
9544         (Makefile.am): Revise list of substituted symbols to match
9545         new stdint.m4.
9546         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
9547         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
9548         * tests/test-stdint.c (verify_same_types)
9549         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
9550         the code conforms to C99/C89.
9551         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
9552         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
9553
9554 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
9555
9556         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
9557         but fix a bug, by requiring at least 64 bits.
9558         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
9559         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
9560         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
9561         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
9562
9563         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
9564         changes.  Make 2.59 a prerequisite.  Check and substitute for
9565         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
9566         inttypes.h.  Do not use special include files; just use the
9567         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
9568         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
9569         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
9570         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
9571         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
9572         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
9573         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
9574         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
9575         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
9576         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
9577         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
9578         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
9579         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
9580         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
9581         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
9582         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
9583         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
9584         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
9585         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
9586         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
9587         WINT_MAX.  Check for C99 conformance more strictly, by detecting
9588         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
9589         not check for things that C99 does not require, e.g., int8_t.  If
9590         a test isn't needed unless <stdint.h> isn't working, and is
9591         unlikely to be needed for any other reason, then don't do it
9592         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
9593         size_t, since we assume C89 freestanding at least.  Do not check
9594         for sig_atomic_t, wchar_t, or wint_t, since the code now does
9595         the right thing even if the types are not defined.  Instead use:
9596         (gl_STDINT_TYPE_PROPERTIES): New macro.
9597         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
9598         testing whether <sys/types.h> clashes, as Autoconf does this for
9599         us now.  All uses removed.
9600         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
9601         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
9602         (gl_CHECK_TYPE_SAME):
9603         Remove; no longer needed.
9604         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
9605         exists, since we'll return 0 anyway in that case.
9606         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
9607
9608 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
9609
9610         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
9611         possible collision with system files.
9612         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
9613         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
9614         WCHAR_MIN and WCHAR_MAX in this case.
9615         (<stddef.h>): Do not include; no longer needed.
9616         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
9617         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
9618         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
9619         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
9620         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
9621         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
9622         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
9623         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
9624         !defined(__c99))]: Include in this case too, since it's harmless
9625         now.
9626         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
9627         dangerous to do so.
9628         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
9629         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
9630         (_STDINT_MIN, _STDINT_MAX): New macros.
9631         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
9632         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
9633         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
9634         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
9635         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
9636         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
9637         macros, not typedefs; this simplifies things quite a bit.
9638         Use long int for all types narrower than int64_t.
9639         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
9640         Define in terms of long long int or int64_t or long int,
9641         not int64_t or int32_t.  This saves some compile-time testing.
9642         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
9643         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
9644         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
9645         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
9646         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
9647         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
9648         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
9649         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
9650         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
9651         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
9652         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
9653         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
9654         undef any previous version and define our own version, for
9655         simplicity and consistency with the new macros for types.
9656         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
9657         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
9658         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
9659         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
9660         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
9661         @WINT_T_SUFFIX@ to keep things simple here.
9662         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
9663         Simplify by assuming typical 8/16/32/64 host, since we're
9664         already doing that elsewhere anyway.
9665         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
9666         and assume long long int is 64 bits if available.  This
9667         speeds up 'configure'.
9668
9669 2006-07-01  Eric Blake  <ebb9@byu.net>
9670
9671         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
9672         Reported by Andreas Buening.
9673
9674 2006-07-01  Eric Blake  <ebb9@byu.net>
9675
9676         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
9677
9678 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
9679
9680         * lib/getaddrinfo.c: fixed typo
9681
9682 2006-06-29  Jim Meyering  <jim@meyering.net>
9683
9684         * modules/strftime (Maintainer): Add my name, since with the
9685         FPRINTFTIME changes strftime.c has forked from glibc.
9686
9687 2006-06-29  Eric Blake  <ebb9@byu.net>
9688
9689         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
9690
9691 2006-06-29  Eric Blake  <ebb9@byu.net>
9692
9693         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
9694
9695 2006-06-29  Eric Blake  <ebb9@byu.net>
9696
9697         * lib/stat_.h: New file.
9698
9699 2006-06-29  Eric Blake  <ebb9@byu.net>
9700
9701         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
9702         unused static function.
9703
9704 2006-06-29  Eric Blake  <ebb9@byu.net>
9705
9706         * doc/functions.texi (Function Portability): Document missing lstat
9707         on mingw.
9708
9709 2006-06-29  Eric Blake  <ebb9@byu.net>
9710
9711         * MODULES.html.sh: Add sys_stat.
9712         * modules/sys_stat: New module.
9713         * modules/mkstemp (Depends-on): Add sys_stat.
9714
9715 2006-06-29  Derek R. Price  <derek@ximbiot.com>
9716
9717         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
9718
9719 2006-06-29  Derek R. Price  <derek@ximbiot.com>
9720
9721         * m4/c-bs-a.m4: Removed.
9722
9723 2006-06-29  Derek R. Price  <derek@ximbiot.com>
9724
9725         * lib/strftime.c: Assume strftime() exists.
9726
9727 2006-06-29  Derek Price  <derek@ximbiot.com>
9728
9729         * modules/c-bs-a: Removed - \a is C89.
9730         * MODULES.html.sh: Remove c-bs-a.
9731
9732 2006-06-29  Bruno Haible  <bruno@clisp.org>
9733
9734         * modules/wcwidth (License): Change to LGPL.
9735
9736 2006-06-28  Simon Josefsson  <jas@extundo.com>
9737
9738         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
9739         on _WIN32.
9740
9741         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
9742         getnameinfo.
9743
9744 2006-06-28  Simon Josefsson  <jas@extundo.com>
9745
9746         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
9747
9748 2006-06-28  Simon Josefsson  <jas@extundo.com>
9749
9750         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
9751         functions there.  It will succeed on Windows XP, but on Windows
9752         2000 and (presumably) earlier, it will fail, and use the internal
9753         re-implementation.
9754         (use_win32_p): New function.
9755         (getaddrinfo): Use strtoul on servname, to support numeric ports.
9756         Support AI_NUMERICSERV to disable getservbyname.
9757         (getnameinfo): New function, only supports
9758         NI_NUMERICHOST|NI_NUMERICSERV for now.
9759
9760         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
9761         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
9762         getnameinfo.
9763
9764 2006-06-28  Eric Blake  <ebb9@byu.net>
9765
9766         * modules/wcwidth: New file.
9767         * modules/mbchar (Depends-on): Add wcwidth.
9768         * modules/mbswidth (Depends-on): Add wcwidth.
9769         * MODULES.html.sh: Add wcwidth.
9770
9771 2006-06-28  Eric Blake  <ebb9@byu.net>
9772
9773         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
9774         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
9775
9776 2006-06-28  Eric Blake  <ebb9@byu.net>
9777
9778         * lib/xvasprintf.h: Fix comments.
9779
9780 2006-06-28  Eric Blake  <ebb9@byu.net>
9781
9782         * lib/mbchar.h (wcwidth): Include wcwidth.h.
9783         * lib/mbswidth.c (wcwidth): Move from here...
9784         * lib/wcwidth.h: ...to this new file.
9785
9786 2006-06-28  Derek R. Price  <derek@ximbiot.com>
9787
9788         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
9789
9790         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
9791         it's obsolete.
9792         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
9793
9794 2006-06-28  Derek R. Price  <derek@ximbiot.com>
9795
9796         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
9797         Autoconf 2.60 says this stuff was obsolete.
9798
9799 2006-06-28  Bruno Haible  <bruno@clisp.org>
9800
9801         * modules/wcwidth (Files): Add m4/wchar_t.m4.
9802
9803 2006-06-28  Bruno Haible  <bruno@clisp.org>
9804
9805         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
9806         gt_TYPE_WCHAR_T.
9807
9808 2006-06-28  Bruno Haible  <bruno@clisp.org>
9809
9810         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
9811         declaration for wcwidth.
9812         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
9813
9814 2006-06-28  Bruno Haible  <bruno@clisp.org>
9815
9816         * lib/mkdtemp.c [MINGW]: Include <io.h>.
9817         (mkdir): Define using _mkdir.
9818
9819 2006-06-28  Bruno Haible  <bruno@clisp.org>
9820
9821         * lib/getaddrinfo.h: Fix POSIX URL.
9822         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
9823         _WIN32.
9824         (use_win32_p): Make static.
9825         (getaddrinfo): Reject service name if it is empty or does not consist
9826         solely of decimal digits, or if its value is > 65535.
9827         (getnameinfo): Remove useless casts.
9828
9829 2006-06-27  Simon Josefsson  <jas@extundo.com>
9830
9831         * modules/sys_select: New file, suggested by Bruno Haible, Paul
9832         Eggert and Martin Lambers.
9833
9834 2006-06-27  Simon Josefsson  <jas@extundo.com>
9835
9836         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
9837         Eggert and Martin Lambers.
9838
9839 2006-06-27  Bruno Haible  <bruno@clisp.org>
9840
9841         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
9842         result to 0, not to empty.
9843         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
9844
9845 2006-06-27  Bruno Haible  <bruno@clisp.org>
9846
9847         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
9848
9849 2006-06-26  Simon Josefsson  <jas@extundo.com>
9850
9851         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
9852         present.
9853
9854 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
9855
9856         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
9857         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
9858         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
9859
9860 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
9861
9862         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
9863
9864 2006-06-26  Bruno Haible  <bruno@clisp.org>
9865
9866         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
9867
9868 2006-06-26  Bruno Haible  <bruno@clisp.org>
9869
9870         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
9871
9872 2006-06-26  Bruno Haible  <bruno@clisp.org>
9873
9874         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
9875         SGI C compiler in pre-C99 mode.
9876         Suggested by Mark D. Baushke and Larry Jones.
9877
9878 2006-06-26  Bruno Haible  <bruno@clisp.org>
9879
9880         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
9881         WCHAR_MAX.
9882         Reported by Mark D. Baushke and Larry Jones.
9883
9884 2006-06-26  Bruno Haible  <bruno@clisp.org>
9885
9886         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
9887         in pre-C99 mode.
9888         Suggested by Mark D. Baushke and Larry Jones.
9889
9890 2006-06-23  Simon Josefsson  <jas@extundo.com>
9891             Bruno Haible  <bruno@clisp.org>
9892
9893         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
9894         Emit mostlyclean-local rule.
9895         (func_emit_tests_Makefile_am): Likewise.
9896         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
9897
9898 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
9899
9900         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
9901
9902 2006-06-23  Bruno Haible  <bruno@clisp.org>
9903
9904         * tests/test-stdint.c: Update to match ISO C 99 Technical
9905         Corrigendum 1.
9906
9907 2006-06-23  Bruno Haible  <bruno@clisp.org>
9908
9909         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
9910
9911 2006-06-23  Bruno Haible  <bruno@clisp.org>
9912
9913         * lib/stdint_.h: Treat IRIX like OpenBSD.
9914
9915 2006-06-23  Bruno Haible  <bruno@clisp.org>
9916
9917         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
9918         ISO C 99 Technical Corrigendum 1.
9919
9920 2006-06-22  Simon Josefsson  <jas@extundo.com>
9921
9922         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
9923         MinGW.
9924
9925 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
9926
9927         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
9928         needed.  Some compiler complained about some of them.  Problem reported
9929         by Larry Jones in
9930         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
9931
9932 2006-06-21  Simon Josefsson  <jas@extundo.com>
9933
9934         * tests/test-getaddrinfo.c: New file.
9935
9936         * modules/getaddrinfo-tests: New file.
9937
9938         * MODULES.html.sh: Add inet_pton.
9939
9940         * modules/inet_pton: New file.
9941
9942 2006-06-21  Simon Josefsson  <jas@extundo.com>
9943
9944         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
9945         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
9946         of using the (limited) gnulib implementation on Windows XP.
9947
9948         * m4/inet_pton.m4: New file.
9949
9950 2006-06-21  Simon Josefsson  <jas@extundo.com>
9951
9952         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
9953         variable.
9954
9955         * lib/socket_.h: Don't define WINVER.
9956
9957         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
9958         slightly modified to work in gnulib.
9959
9960 2006-06-21  Simon Josefsson  <jas@extundo.com>
9961
9962         * doc/gnulib.texi (Windows sockets): Add.
9963
9964 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
9965
9966         * lib/read-file.c (fread_file): Start with buffer allocation of
9967         0 bytes rather than 1 byte; this simplifies the code.
9968         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
9969         code to free buffer and save/restore errno.
9970         (internal_read_file): Remove unused local.
9971
9972 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
9973
9974         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
9975         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
9976         Problem reported by Denis Excoffier in
9977         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
9978
9979 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9980
9981         * modules/sys_socket, modules/socklen: Include sys/types since
9982         FreeBSD 4.x's sys/socket.h needs it.
9983
9984 2006-06-19  Simon Josefsson  <jas@extundo.com>
9985
9986         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
9987
9988 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
9989
9990         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
9991
9992 2006-06-19  Bruno Haible  <bruno@clisp.org>
9993
9994         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
9995         and FULL_PATH_INTTYPES_H in angle brackets.
9996         Reported by Mark D. Baushke <mdb@gnu.org>.
9997
9998 2006-06-17  Eric Blake  <ebb9@byu.net>
9999
10000         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
10001         errno.
10002
10003 2006-06-17  Bruno Haible  <bruno@clisp.org>
10004
10005         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
10006         <sys/inttypes.h>.
10007
10008 2006-06-17  Bruno Haible  <bruno@clisp.org>
10009
10010         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
10011         whether errno is declared. Assume <errno.h> declares errno.
10012
10013 2006-06-17  Bruno Haible  <bruno@clisp.org>
10014
10015         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
10016
10017 2006-06-17  Bruno Haible  <bruno@clisp.org>
10018
10019         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
10020         problem on Solaris 2.5.1.
10021
10022 2006-06-16  Eric Blake  <ebb9@byu.net>
10023
10024         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
10025         * lib/unicodeio.c [!defined errno]: Likewise.
10026         * lib/strtol.c [!defined errno]: Likewise.
10027         * lib/strtod.c [!defined errno]: Likewise.
10028
10029 2006-06-15  Eric Blake  <ebb9@byu.net>
10030
10031         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
10032
10033 2006-06-15  Eric Blake  <ebb9@byu.net>
10034
10035         * config/srclist.txt (ssize_t.m4): Lose sync.
10036
10037 2006-06-15  Bruno Haible  <bruno@clisp.org>
10038
10039         * modules/stdint (Files): Include m4/full-header-path.m4,
10040         m4/size_max.m4, m4/wchar_t.m4.
10041         (Makefile.am): Many more substitutions.
10042         * modules/stdint-tests: New file.
10043         * tests/test-stdint.c: New file.
10044
10045 2006-06-15  Bruno Haible  <bruno@clisp.org>
10046
10047         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
10048         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
10049         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
10050         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
10051         gl_CHECK_TYPE_SAME): New macros.
10052
10053 2006-06-15  Bruno Haible  <bruno@clisp.org>
10054
10055         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
10056
10057 2006-06-15  Bruno Haible  <bruno@clisp.org>
10058
10059         * lib/stdint_.h: Rewritten to be fully auto-configured.
10060         Fixes bug on HP-UX/IA64.
10061
10062 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
10063
10064         * lib/getdate.y (__attribute__): Don't define if already defined.
10065         Problem reported by Larry Jones.
10066         * lib/utimens.c (__attribute__): Likewise.
10067
10068 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
10069
10070         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
10071         reported by Andreas Schwab.
10072
10073 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10074             Bruno Haible  <bruno@clisp.org>
10075
10076         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
10077         check for the declaration of strnlen and a run test that exposes the
10078         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
10079         rpl_strndup.
10080
10081 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10082             Bruno Haible  <bruno@clisp.org>
10083
10084         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
10085
10086 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10087
10088         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
10089         compile test, for Tru64 4.0D.
10090
10091 2006-05-28  Karl Berry  <karl@gnu.org>
10092
10093         * config/srclist.txt (printf-args.c): lose sync.
10094
10095 2006-05-26  Martin Lambers  <marlam@marlam.de>
10096
10097         * lib/getpass.c: Updates the test for the native W32 API, and adds
10098         missing includes, thus fixing compilation warnings.
10099
10100 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
10101
10102         * lib/exclude.c (exclude_fnmatch): New function.
10103         (excluded_file_name): Call exclude_fnmatch.
10104         * lib/exclude.h (excluded_file_name): New prototype
10105
10106 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
10107
10108         * lib/tempname.c (small_open, large_open): New macros.
10109         (__open, __open64) [!_LIBC]: Remove.
10110         (__gen_tempname): Use small_open and large_open instead of __open
10111         and __open64.  This fixes a portability bug on HP-UX 11.11i
10112         reported by Simon Wing-Tang in
10113         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
10114
10115 2006-05-24  Bruno Haible  <bruno@clisp.org>
10116
10117         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
10118         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
10119         Reported by Thorsten Maerz <torte@netztorte.de> via
10120         Aaron Stone <aaron@serendipity.cx>.
10121
10122 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
10123
10124         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
10125         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
10126         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
10127         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
10128         not really conditional on the cache.
10129         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
10130
10131 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
10132
10133         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
10134         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
10135         (my_usleep): Don't mishandle maximum value.
10136
10137 2006-05-19  Jim Meyering  <jim@meyering.net>
10138
10139         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
10140
10141 2006-05-17  Bruno Haible  <bruno@clisp.org>
10142
10143         Cygwin portability.
10144         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
10145
10146 2006-05-17  Bruno Haible  <bruno@clisp.org>
10147
10148         * lib/stdint_.h: Fix recognition of Cygwin.
10149
10150 2006-05-15  Bruno Haible  <bruno@clisp.org>
10151
10152         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
10153         on libtool patch by Ralf Wildenhues.
10154
10155 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
10156
10157         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
10158         test for C99 conformance; (bool) 0.5 is an integer constant
10159         expression, but (bool) -0.5 is not.  Problem reported by Fedor
10160         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
10161
10162 2006-05-11  Simon Josefsson  <jas@extundo.com>
10163
10164         * m4/xvasprintf.m4: Fix obvious typo.
10165
10166 2006-05-11  Jim Meyering  <jim@meyering.net>
10167
10168         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
10169         James Lemley.
10170
10171 2006-05-10  Simon Josefsson  <jas@extundo.com>
10172
10173         * lib/md4.c: Typo fix, update copyright years.
10174         (K1, K2): Don't use L because it turn computations into 64-bit on
10175         64-bit platforms.
10176
10177 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
10178
10179         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
10180         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
10181         unwanted sign propagation, e.g., on hosts with 64-bit int.
10182         There still are some problems with reeelly weird theoretical hosts
10183         (e.g., 33-bit int) but it's not worth worrying about now.
10184         * lib/sha1.c (rol): Likewise.
10185         (K1, K2, K3, K4): Remove unnecessary L suffix.
10186
10187 2006-05-10  Bruno Haible  <bruno@clisp.org>
10188
10189         * lib/des.c: Cast to avoid warnings.
10190
10191 2006-05-09  Bruno Haible  <bruno@clisp.org>
10192
10193         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
10194         (Depends-on): Depend also on xsize, stdarg.
10195         (configure.ac): Add gl_XVASPRINTF.
10196
10197 2006-05-09  Bruno Haible  <bruno@clisp.org>
10198
10199         * m4/xvasprintf.m4: New file.
10200
10201 2006-05-09  Bruno Haible  <bruno@clisp.org>
10202
10203         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
10204         (EOVERFLOW): Define fallback value.
10205         (xstrcat): New function.
10206         (xvasprintf): Recognize the special case of a string concatenation.
10207
10208 2006-05-08  Eric Blake  <ebb9@byu.net>
10209
10210         * gnulib-tool (func_version): Base copyright year on CVS date.
10211         (func_emit_copyright_notice): New function.
10212         (func_emit_lib_Makefile_am): Use it.
10213         (func_emit_tests_Makefile_am): Likewise.
10214         (func_import): Likewise.
10215
10216 2006-05-08  Bruno Haible  <bruno@clisp.org>
10217
10218         * modules/stdarg: New file.
10219         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
10220
10221 2006-05-08  Bruno Haible  <bruno@clisp.org>
10222
10223         * m4/stdarg.m4: New file, from GNU gettext.
10224
10225 2006-05-08  Bruno Haible  <bruno@clisp.org>
10226
10227         * config/srclist.txt (build-aux/config.rpath): different from latest
10228         release.
10229
10230 2006-05-08  Bruno Haible  <bruno@clisp.org>
10231
10232         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
10233
10234 2006-05-05  Jim Meyering  <jim@meyering.net>
10235
10236         * m4/warning.m4: New file, derived from bison's file by the same name.
10237
10238 2006-05-03  Bruno Haible  <bruno@clisp.org>
10239
10240         * lib/stdint_.h: Shorter URL.
10241         * lib/inttypes.h: Likewise.
10242
10243 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
10244
10245         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
10246
10247 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
10248
10249         * lib/verify.h: Document the internals better.  Most of this change
10250         was written by Bruno Haible.
10251
10252 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
10253
10254         * doc/verify.texi: New file, partly based on a proposal by
10255         Bruno Haible.
10256
10257 2006-05-02  Bruno Haible  <bruno@clisp.org>
10258
10259         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
10260         test from here...
10261         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
10262
10263 2006-04-29  Bruno Haible  <bruno@clisp.org>
10264
10265         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
10266         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
10267
10268 2006-04-29  Bruno Haible  <bruno@clisp.org>
10269
10270         * gnulib-tool: Make --update option actually work.
10271
10272 2006-04-29  Bruno Haible  <bruno@clisp.org>
10273
10274         * doc/gcd.texi: New file.
10275         * doc/gnulib.texi: Include it.
10276
10277 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
10278
10279         * lib/getdate.y (get_date): When adding relative date, start with the
10280         initial time, not with the result of the first mktime call.
10281
10282 2006-04-25  Bruno Haible  <bruno@clisp.org>
10283
10284         * gnulib-tool (func_import): Output the include directives in three
10285         blocks, sorted separately.
10286         Reported by Ben Pfaff <blp@cs.stanford.edu>.
10287
10288 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
10289
10290         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
10291         to define main with arguments, for C++.  Reported by Eric Blake.
10292         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
10293         Prefer 'int main ()' to 'int main (void)', for C++.
10294         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
10295         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
10296         for 'main', for C99 and C++.
10297
10298 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
10299
10300         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
10301         Don't assume that exit status -1 is valid.
10302         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
10303         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
10304         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
10305         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
10306         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
10307         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
10308         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
10309         functions can be used without declaring them, or that you can
10310         exit with status -1.
10311         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
10312
10313 2006-04-24  Karl Berry  <karl@gnu.org>
10314
10315         * config/srclist.txt (longdouble.m4): sync lost.
10316
10317 2006-04-24  Eric Blake  <ebb9@byu.net>
10318
10319         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
10320
10321 2006-04-24  Bruno Haible  <bruno@clisp.org>
10322
10323         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
10324         poll() implementation in AIX.
10325         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10326
10327 2006-04-24  Bruno Haible  <bruno@clisp.org>
10328
10329         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
10330         assigned exactly once.
10331
10332 2006-04-23  Claudio Fontana  <claudio@gnu.org>
10333             Bruno Haible  <bruno@clisp.org>
10334
10335         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
10336         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
10337         for AM_CPPFLAGS.
10338
10339 2006-04-23  Bruno Haible  <bruno@clisp.org>
10340
10341         * modules/copy-file: Depend on unistd.
10342         * modules/execute: Likewise.
10343         * modules/fatal-signal: Likewise.
10344         * modules/findprog: Likewise.
10345         * modules/mkdtemp : Likewise.
10346         * modules/pipe: Likewise.
10347         * modules/wait-process: Likewise.
10348
10349 2006-04-23  Bruno Haible  <bruno@clisp.org>
10350
10351         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
10352         condition was already detected.
10353         Reported by Ben Pfaff <blp@cs.stanford.edu>.
10354
10355 2006-04-23  Bruno Haible  <bruno@clisp.org>
10356
10357         * lib/copy-file.c: Include <unistd.h> unconditionally.
10358         * lib/execute.c: Likewise.
10359         * lib/fatal-signal.c: Likewise.
10360         * lib/findprog.c: Likewise.
10361         * lib/mkdtemp.c: Likewise.
10362         * lib/pipe.h: Likewise.
10363         * lib/pipe.c: Likewise.
10364         * lib/wait-process.h: Likewise.
10365
10366 2006-04-23  Bruno Haible  <bruno@clisp.org>
10367
10368         * gnulib-tool (func_usage): Fix --import description. Document
10369         --update.
10370         (func_import): Create temporary file in a temporary directory, if
10371         --dry-run is specified. Silence errors from 'grep' when there are no
10372         m4 files in $m4dir.
10373         (func_create_testdir): Silence errors from 'grep' when there are no
10374         m4 files in $m4dir.
10375         Reported by Karl Berry <karl@freefriends.org>.
10376
10377 2006-04-20  Bruno Haible  <bruno@clisp.org>
10378
10379         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
10380         one argument, so that the code will be portable to Autoconf 2.60.
10381         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
10382         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
10383         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
10384
10385 2006-04-19  Derek Price  <derek@ximbiot.com>
10386             Eric Blake  <ebb9@byu.net>
10387
10388         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
10389         rather than "/full/path.h".  Update comment to match.  Shorten &
10390         generalize m4_translit call via AS_TR_CPP.
10391
10392 2006-04-19  Derek Price  <derek@ximbiot.com>
10393             Eric Blake  <ebb9@byu.net>
10394
10395         * lib/inttypes.h: Correct grammar in comment.
10396
10397 2006-04-18  Derek Price  <derek@ximbiot.com>
10398             Paul Eggert  <eggert@cs.ucla.edu>
10399
10400         * modules/inttypes: New file.
10401         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
10402
10403 2006-04-18  Derek Price  <derek@ximbiot.com>
10404             Paul Eggert  <eggert@cs.ucla.edu>
10405
10406         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
10407         New files.
10408
10409 2006-04-18  Derek Price  <derek@ximbiot.com>
10410             Paul Eggert  <eggert@cs.ucla.edu>
10411
10412         * lib/inttypes.h: New file.
10413         * lib/strtoimax.c: Assume <inttypes.h>.
10414
10415 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
10416
10417         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
10418         isn't mounted.  Problem reported by Kir Kolyshkin.
10419
10420 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
10421
10422         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
10423         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
10424         Derek R. Price.
10425         * lib/regex.h (RE_DUP_MAX): Update comment to match current
10426         implementation.
10427
10428 2006-04-12  Eric Blake  <ebb9@byu.net>
10429
10430         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
10431         is now done automatically by the corresponding Autoconf macro.
10432
10433 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
10434
10435         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
10436         time_r.h.
10437
10438 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
10439
10440         Merge regex changes from libc, removing some of our
10441         POSIX-conformance changes that were rejected and redoing them in a
10442         less-intrusive way.
10443
10444         * lib/regcomp.c (re_compile_internal, init_dfa):
10445         Length arg is now size_t, not Idx.  All uses changed.
10446         (peek_token): Forward decl now says internal_function.
10447         (__re_error_msgid, __re_error_msgid_idx):
10448         Now static rather than extern with attribute_hidden.
10449         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
10450         For some reason libc prefers K&R style defns for external functions.
10451         (regerror) [!defined _LIBC]: Likewise.
10452         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
10453         (seek_collating_symbol_entry, lookup_collation_sequence_value):
10454         (build_range_exp, build_collating_symbol):
10455         Use K&R-style defn.
10456         (re_compile_fastmap): Use '\0' to memset, not 0.
10457         (utf8_sb_map): Make the calculations more obvious.
10458         (init_dfa, parse_bracket_exp, build_charclass_op):
10459         Call calloc and cast result, as glibc does.
10460         (init_word_char, fetch_token, peek_token, peek_token_bracket):
10461         (build_range_exp, build_collating_symbol):
10462         Now internal functions.
10463
10464         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
10465
10466         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
10467         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
10468         Don't depend on VMS; depend on __VMS instead, for POSIX
10469         namespace cleanness.
10470         (regoff_t): Define to ssize_t, not long int.
10471
10472         Remove the REG_ macros named below.  Instead, make the old names
10473         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
10474         __USE_GNU_REGEX.
10475         (REG_BACKSLASH_ESCAPE_IN_LISTS):
10476         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
10477         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
10478         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
10479         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
10480         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
10481         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
10482         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
10483         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
10484         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
10485         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
10486         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
10487         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
10488         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
10489         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
10490         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
10491         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
10492         (REG_NREGS):
10493         Remove.  All uses replaced by the old RE_* names.
10494         (RE_BACKSLASH_ESCAPE_IN_LISTS):
10495         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
10496         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
10497         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
10498         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
10499         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
10500         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
10501         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
10502         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
10503         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
10504         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
10505         Don't bother having these macros be independent of each others'
10506         values, since they no longer exist in the POSIX name space.
10507
10508         Rename the following member names back to their old names,
10509         unless !__USE_GNU_REGEX.  All uses changed back.
10510         (buffer): Renamed from re_buffer.
10511         (allocated): Renamed from re_allocated.
10512         (used): Renamed from re_used.
10513         (syntax): Renamed from re_syntax.
10514         (fastmap): Renamed from re_fastmap.
10515         (translate): Renamed from re_translate.
10516         (can_be_null): Renamed from re_can_be_null.
10517         (regs_allocated): Renamed from re_regs_allocated.
10518         (fastmap_accurate): Renamed from re_fastmap_accurate.
10519         (no_sub): Renamed from re_no_sub.
10520         (not_bol): Renamed from re_not_bol.
10521         (not_eol): Renamed from re_not_eol.
10522         (newline_anchor): Renamed from re_newline_anchor.
10523         (num_regs): Renamed from rm_num_regs.
10524         (start): Renamed from rm_start.
10525         (end): Renamed from rm_end.
10526
10527         (free_state): Move up a bit.
10528
10529         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
10530         #define to be empty.
10531         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
10532         when that is what is intended.
10533         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
10534         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
10535         (MAX): New macro.
10536         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
10537         All uses changed back to re_malloc, etc.  It's now the caller's
10538         responsibility to check for overflow; all callers changed.
10539         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
10540         (re_x2nrealloc): Remove.
10541         (free_state): Remove decl.
10542
10543         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
10544         (re_set_registers, re_exec):
10545         Use K&R-style defn.
10546
10547         2006-01-31  Roland McGrath  <roland@redhat.com>
10548
10549         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
10550         Reported by Mike Frysinger <vapier@gentoo.org>.
10551
10552         2006-01-15  Andreas Jaeger  <aj@suse.de>
10553
10554         [BZ #1950]
10555         * lib/regex_internal.c (re_string_reconstruct): Adjust for
10556         build_wcs_upper_buffer change.
10557         (build_wcs_upper_buffer): Change return type.
10558
10559         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
10560
10561         * lib/regex_internal.h: Include <stdint.h> if available.
10562
10563         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
10564
10565         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
10566
10567         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
10568
10569         * lib/regcomp.c: Adjust for changed secondary hash function.
10570
10571         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
10572
10573         * lib/regex.h: Pretty printing.
10574         Clean up namespace a bit.
10575
10576         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
10577
10578         * lib/regexec.c (update_cur_sifted_state, check_arrival,
10579         check_arrival_add_next_nodes): Avoid using uninitialized variable.
10580
10581         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
10582                     Ulrich Drepper  <drepper@redhat.com>
10583
10584         [BZ #1302]
10585         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
10586         changed.
10587         (bitset_word_t): Renamed from bitset_word.  All uses changed.
10588
10589         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
10590
10591         [BZ #281]
10592         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
10593         * lib/regcomp.c: Remove unnecessary uses of
10594         unsigned RE_TRANSLATE_TYPE.
10595         * lib/regex_internal.h: Likewise.
10596         * lib/regex_internal.c: Likewise.
10597         * lib/regexec.c: Likewise.
10598         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
10599
10600         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
10601
10602         * lib/regexec.c (find_recover_state): Remove unnecessary
10603         initialization.
10604         (transit_state_bkref): Make DFA a const pointer.
10605         (get_subexp): Likewise.
10606         (check_arrival): Likewise.
10607         (update_cur_sifted_state): Likewise.
10608         (re_search_internal): Likewise.
10609         (prune_impossible_nodes): Likewise.
10610         (acquire_init_state_context): Likewise.
10611         (proceed_next_node): Likewise.
10612         (set_regs): Likewise.
10613         (free_fail_stack_return): Likewise.
10614         (check_arrival_expand_ecl): Mark DFA parameter as const.
10615         (check_arrival_expand_ecl_sub): Likewise.
10616         (check_subexp_limits): Likewise.
10617         (sub_epsilon_src_nodes):  Likewise.
10618         (add_epsilon_src_nodes):  Likewise.
10619         (merge_state_array): Likewise.
10620         (update_regs): Likewise.
10621         (build_trtable): Likewise.
10622         (sift_states_backward): Mark MCTX parameter as const.
10623         (build_sifted_states): Likewise.
10624         (update_cur_sifted_state): Likewise.
10625         (sift_states_mkref): Likewise.
10626         (check_arrival_expand_ecl): Mark eclosure as const.
10627         (check_dst_limits_calc_pos_1): Likewise.
10628         * lib/regex_internal.h (re_match_context_t): Make dfa a const
10629         pointer.
10630
10631         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
10632
10633         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
10634         (transit_state_sb): Likewise.
10635         (transit_state_mb): Likewise.
10636         (sift_states_iter_mb): Likewise.
10637         (check_arrival_add_next_nodes): Likewise.
10638         (check_node_accept_bytes): Change first parameter to pointer-to-const.
10639         [_LIBC] (re_search_2_stub): Use mempcpy.
10640
10641         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
10642         mbrtowc for very simple UTF-8 case.
10643
10644         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
10645         a pointer-to-const.
10646         (re_acquire_state_context): Likewise.
10647         * lib/regex_internal.h: Adjust prototypes.
10648
10649         * lib/regex.c: Prevent using C++ compilers.
10650
10651         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
10652         (re_acquire_state_context): Likewise.
10653
10654 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
10655
10656         * modules/regex (Depends-on): Add ssize_t.
10657
10658 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
10659
10660         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
10661         translation table.
10662
10663 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
10664
10665         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
10666
10667 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
10668             Bruno Haible  <bruno@clisp.org>
10669
10670         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
10671         <sys/types.h> and <inttypes.h>.
10672
10673 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10674
10675         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
10676         `__error_t_defined', so argp.h will not typedef the former.
10677
10678 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
10679
10680         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
10681         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
10682         glibc names.  Even if glibc is changed to conform to POSIX, the
10683         traditional names will be available anyway, since regex depends on
10684         the extensions module.  Also, fix a longstanding typo in the
10685         implementation of Spencer ERE test #75 from grep 2.3.  Problems
10686         reported by Emanuele Giaquinta.  Also, change sense of cached
10687         variable, so that the message makes sense.
10688
10689 2006-03-24  Simon Josefsson  <jas@extundo.com>
10690
10691         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
10692         including some doc fixes.
10693         (base64_encode_alloc): Fix +1 bug on allocation failures.
10694
10695 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10696
10697         * lib/base64.c (base64_encode): Do not read past end of array with
10698         unsanitized input on systems with CHAR_BIT > 8.
10699
10700 2006-03-24  Eric Blake  <ebb9@byu.net>
10701
10702         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
10703
10704 2006-03-22  Karl Berry  <karl@gnu.org>
10705
10706         * config/srclist.txt (*setenv.[ch]): get from coreutils.
10707         * config/srclistvars.sh (COREUTILS): new var.
10708
10709 2006-03-17  Jim Meyering  <jim@meyering.net>
10710
10711         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
10712         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
10713
10714 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
10715
10716         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
10717         no longer needs it.  Instead, check that regoff_t is as least
10718         as wide as ptrdiff_t.
10719
10720         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
10721         so that our regex.h stays compatible with the installed regex.
10722         This is helpful for installers who configure --without-included-regex.
10723         Problem reported by Emanuele Giaquinta.
10724
10725 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
10726
10727         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
10728         Typedef to long int, not to off_, as POSIX will likely change
10729         in that direction.
10730
10731 2006-03-15  Eric Blake  <ebb9@byu.net>
10732
10733         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
10734
10735 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
10736
10737         * lib/argp-help.c (validate_uparams): Fix typo
10738         * lib/argp-parse.c (argp_default_options): Consistently begin help
10739         messages with a lowercase letter.
10740
10741 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
10742
10743         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
10744         overrun buffers and shouldn't be used (much as gets shouldn't be
10745         used).
10746         * lib/time_r.c (asctime_r, ctime_r): Likewise.
10747
10748 2006-03-08  Simon Josefsson  <jas@extundo.com>
10749
10750         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
10751         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10752
10753 2006-03-08  Simon Josefsson  <jas@extundo.com>
10754
10755         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
10756         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10757
10758 2006-03-08  Simon Josefsson  <jas@extundo.com>
10759
10760         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
10761         signal that configure disabled the device.
10762
10763 2006-03-08  Simon Josefsson  <jas@extundo.com>
10764
10765         * build-aux/maint.mk: Fix refresh-po, to handle no translated
10766         languages.
10767
10768 2006-03-07  Simon Josefsson  <jas@extundo.com>
10769
10770         * modules/getopt (Depends-on): Add unistd.
10771
10772         * modules/unistd: New file.
10773
10774 2006-03-07  Simon Josefsson  <jas@extundo.com>
10775
10776         * modules/gc-random: New file.
10777
10778 2006-03-07  Simon Josefsson  <jas@extundo.com>
10779
10780         * m4/unistd_h.m4: New file.
10781
10782 2006-03-07  Simon Josefsson  <jas@extundo.com>
10783
10784         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
10785         test to be side-effect free by storing the result in the cache
10786         variable gl_cv_lib_readline, and moving the assignment of
10787         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
10788         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10789
10790 2006-03-07  Simon Josefsson  <jas@extundo.com>
10791
10792         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
10793         error on missing devices (the functions will return an error).
10794
10795         * m4/gc.m4: Move random stuff to gc-random.m4
10796
10797 2006-03-07  Simon Josefsson  <jas@extundo.com>
10798
10799         * lib/unistd_.h: New file.
10800
10801 2006-03-07  Simon Josefsson  <jas@extundo.com>
10802
10803         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
10804
10805 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
10806
10807         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
10808         Problem reported by Juan Manuel Guerrero.
10809
10810 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
10811
10812         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
10813         the unistd module.
10814         * lib/getlogin_r.c: Likewise.
10815         * lib/getlogin_r.h: Likewise.
10816         * lib/glob.c: Likewise.
10817         * lib/pagealign_alloc.c: Likewise.
10818         * lib/unistd_.h: Remove; no longer needed.
10819
10820 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
10821
10822         * MODULES.html.sh (Support for systems lacking POSIX:2001):
10823         Add unistd.
10824         * modules/c-stack (Depends-on): Add unistd.
10825         * modules/getlogin_r: Likewise.
10826         * modules/glob: Likewise.
10827         * modules/pagealign_alloc: Likewise.
10828         * modules/unistd (Files): Remove lib/unistd_.h.
10829         (EXTRA_DIST): Remove.
10830         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
10831         need unistd_.h.
10832         (MOSTLYCLEANFILES): Remove unistd.h-t.
10833
10834 2006-03-03  Simon Josefsson  <jas@extundo.com>
10835
10836         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
10837
10838 2006-03-03  Simon Josefsson  <jas@extundo.com>
10839
10840         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
10841         libidn and bison.
10842
10843 2006-03-03  Simon Josefsson  <jas@extundo.com>
10844
10845         * build-aux/maint.mk: Add indent target.
10846
10847 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
10848
10849         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
10850         our replacement poll.h in any case, to avoid a differing
10851         declaration from a system header.  Seen on AIX.
10852
10853 2006-03-01  Simon Josefsson  <jas@extundo.com>
10854
10855         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
10856         <kasal@ucw.cz>.
10857
10858 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
10859
10860         * modules/gettime (Depends-on): Add extensions module.
10861         * modules/nanosleep (Depends-on): Likewise.
10862         * modules/settime (Depends-on): Likewise.
10863
10864 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
10865
10866         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
10867         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
10868         pedantically.
10869         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
10870         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
10871
10872         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
10873         not "==".  Reported by Ralf Wildenhues.
10874
10875 2006-03-01  Karl Berry  <karl@gnu.org>
10876
10877         * doc/Copyright/request-*: new files, synced from gnuorg.
10878
10879 2006-03-01  Karl Berry  <karl@gnu.org>
10880
10881         * config/srclist.txt (Copyright/*): new entries.
10882
10883 2006-02-28  Simon Josefsson  <jas@extundo.com>
10884
10885         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
10886
10887 2006-02-27  Simon Josefsson  <jas@extundo.com>
10888
10889         * lib/base64.h: Indent #define's.  From Jim Meyering
10890         <jim@meyering.net>.
10891
10892 2006-02-27  Jim Meyering  <jim@meyering.net>
10893
10894         Revert the change of 2006-02-24, so these files can continue
10895         to be sync'd from gettext.
10896         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
10897         of `config.h'.
10898
10899 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
10900
10901         * modules/intprops: New file.
10902         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
10903         Add intprops.
10904         * modules/getloadavg (Files): Remove lib/intprops.h.
10905         (Depends-on): Add intprops.
10906         * modules/human: Likewise.
10907         * modules/inttostr: Likewise.
10908         * modules/openat: Likewise.
10909         * modules/sig2str: Likewise.
10910         * modules/userspec: Likewise.
10911         * modules/utimecmp: Likewise.
10912         * modules/xnanosleep: Likewise.
10913         * modules/xstrtol: Likewise.
10914
10915 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
10916
10917         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
10918         * modules/lock-tests (TESTS): Use $(EXEEXT).
10919         * modules/tls-tests: Likewise.
10920         * modules/argp-tests: Likewise.
10921         (check_PROGRAMS): New var, replacing...
10922         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
10923
10924 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10925
10926         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
10927         `config.h'.
10928
10929 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
10930
10931         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
10932
10933 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10934
10935         Sync from coreutils.
10936         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
10937         gl_CHDIR_SAFER.
10938
10939 2006-02-22  Jim Meyering  <jim@meyering.net>
10940
10941         Sync from coreutils.
10942         * m4/chdir-safer.m4: New file.
10943
10944 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
10945
10946         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
10947         AT_FDCWD exceeds INT_MAX.
10948         * lib/openat.h (AT_FDCWD): Likewise.
10949
10950 2006-02-17  Eric Blake  <address@hidden>
10951
10952         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
10953
10954 2006-02-16  Simon Josefsson  <jas@extundo.com>
10955
10956         * modules/getaddrinfo (Depends-on): Add sys_socket.
10957
10958 2006-02-15  Simon Josefsson  <jas@extundo.com>
10959
10960         * build-aux/maint.mk: Add dsyntax-check rule.
10961
10962 2006-02-15  Eric Blake  <ebb9@byu.net>
10963
10964         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
10965         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
10966         'present but cannot compile' warnings on cygwin.
10967         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
10968         use ws2tcpip.h if sys/socket.h works.
10969         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
10970         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
10971
10972 2006-02-14  Simon Josefsson  <jas@extundo.com>
10973
10974         * modules/maintainer-makefile (Files): Rename.
10975
10976         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
10977         and (the local) Makefile.cfg to maint-cfg.mk.
10978
10979         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
10980         to the latter.
10981
10982         * modules/maintainer-makefile: New module.
10983
10984         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
10985         severaly stripped to make it possible to build it up from scratch
10986         with reliable tests.
10987
10988         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
10989         fixes to permit overriding the default actions when configure and
10990         makefile are not available.
10991
10992 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
10993
10994         Sync from coreutils.
10995         * modules/lstat (Depends-on): Don't depend on xalloc.
10996         (License): Change from GPL to LGPL, since this is now simply a
10997         replacement for a libc function.
10998
10999 2006-02-14  Jim Meyering  <jim@meyering.net>
11000
11001         Sync from coreutils.
11002
11003         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
11004         failure on deficient systems, and simplify gnulib lgpl dependencies.
11005         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
11006         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
11007
11008         * lib/xalloc-die.c: Remove unused definition of N_.
11009
11010 2006-02-14  Jim Meyering  <jim@meyering.net>
11011
11012         Sync from coreutils.
11013         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
11014         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
11015         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
11016         double-quote uses of that variable, to accommodate the rare case in
11017         which getmntent is available in none of the libraries checked.  This
11018         happens at least on FreeBSD 5.0.
11019
11020 2006-02-13  Simon Josefsson  <jas@extundo.com>
11021
11022         * gnulib-tool (Usage): Fix --import, from
11023         karl@freefriends.org (Karl Berry).
11024
11025 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
11026
11027         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
11028
11029 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
11030
11031         * lib/argp-namefrob.h: Restore changes accidentally lost during the
11032         "autoupdate" on 2005-12-12.
11033
11034 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
11035
11036         * modules/closeout (Depends-on): Remove atexit.
11037
11038 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
11039
11040         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
11041         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
11042
11043 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
11044
11045         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
11046         __EXTENSIONS__ if this causes compilation to fail.  Problem
11047         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
11048         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
11049
11050 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
11051
11052         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
11053         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
11054         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
11055         All uses changed.
11056
11057 2006-01-26  Simon Josefsson  <jas@extundo.com>
11058
11059         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
11060         prototype is visible on mingw32.
11061
11062         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
11063         for mingw32.
11064
11065         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
11066         mingw32).
11067
11068 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
11069
11070         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
11071         attempt to open for write; this always fails, at least on POSIX
11072         hosts.  This reinstates the 2006-01-09 change, which was
11073         inadvertently removed.
11074
11075 2006-01-26  Bruno Haible  <bruno@clisp.org>
11076
11077         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
11078         Reported by Paul Eggert.
11079
11080 2006-01-26  Bruno Haible  <bruno@clisp.org>
11081             Paul Eggert  <eggert@cs.ucla.edu>
11082
11083         * lib/stdbool_.h (_Bool)
11084         [(! (defined __cplusplus || defined __BEOS__)
11085           && !defined __GNUC__
11086           && !(defined __HP_cc || defined __xlc__
11087                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
11088                || defined __sgi))]:
11089         #define to signed char in these cases too; this simplifies
11090         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
11091         etc., separately) and makes it more conservative.
11092
11093 2006-01-25  Simon Josefsson  <jas@extundo.com>
11094
11095         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
11096         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
11097         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
11098
11099 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
11100
11101         * lib/argp-namefrob.h: Bugfix. Remove stray #
11102
11103 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
11104
11105         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
11106         so that we test the test.
11107         Check for yet another HP-UX cc bug involving *bool |= bool.
11108
11109 2006-01-25  Karl Berry  <karl@gnu.org>
11110
11111         * config/srclist.txt (vasnprintf.c): sync lost.
11112
11113 2006-01-25  Jim Meyering  <jim@meyering.net>
11114
11115         Sync from the stable (b5) branch of coreutils:
11116
11117         * lib/fts.c (fts_children): Don't let close() clobber errno from
11118         failed fchdir().
11119
11120         * lib/fts.c (fts_stat): When following a symlink-to-directory,
11121         don't necessarily interpret stat-fails+lstat-succeeds as indicating
11122         a dangling symlink.  That can also happen at least for ELOOP.
11123         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
11124         FYI, this bug predates the inclusion of fts.c in coreutils.
11125
11126         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
11127         in their own block, so pre-c99 compilers don't object.
11128
11129         Avoid the double-free (first in fts_read, second in fts_close) that
11130         would occur when an `active' directory is made inaccessible (e.g.,
11131         via chmod a-x) during a traversal.
11132         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
11133         before returning.  Reproduce this failure by
11134         mkdir -p a/b; cd a; chmod a-x . b
11135         Reported by Stavros Passas.
11136
11137 2006-01-25  Jim Meyering  <jim@meyering.net>
11138
11139         * lib/fileblocks.c: Remove more useless parentheses.
11140         * lib/readutmp.h: Likewise.
11141
11142 2006-01-25  Bruno Haible  <bruno@clisp.org>
11143
11144         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
11145         warnings.
11146         Reported by Paul Eggert.
11147
11148 2006-01-25  Bruno Haible  <bruno@clisp.org>
11149
11150         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
11151         rid of a trap command. For Solaris sh.
11152         Reported by Mark D. Baushke <mdb@gnu.org>.
11153
11154 2006-01-24  Simon Josefsson  <jas@extundo.com>
11155
11156         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
11157         Bruno.
11158
11159 2006-01-24  Karl Berry  <karl@gnu.org>
11160
11161         * config/srclist.txt (argp-namefrob.h): sync lost.
11162
11163 2006-01-24  Jim Meyering  <jim@meyering.net>
11164
11165         * modules/openat (Files): Add lib/intprops.h.
11166         From Mark D. Baushke.
11167
11168 2006-01-24  Jim Meyering  <jim@meyering.net>
11169
11170         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
11171         Reported by Mark D. Baushke.
11172
11173 2006-01-24  Jim Meyering  <jim@meyering.net>
11174
11175         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
11176
11177 2006-01-24  Bruno Haible  <bruno@clisp.org>
11178
11179         * modules/strnlen (Maintainer): Change from glibc to all.
11180
11181 2006-01-24  Bruno Haible  <bruno@clisp.org>
11182
11183         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
11184         Patch by Paul Eggert.
11185
11186 2006-01-24  Bruno Haible  <bruno@clisp.org>
11187
11188         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
11189         already has it.
11190         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
11191         2005-11-26.
11192
11193         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
11194         'signed char' to avoid problems with the built-in _Bool type.
11195         Reported by Paul Eggert on 2005-11-26.
11196
11197 2006-01-24  Bruno Haible  <bruno@clisp.org>
11198
11199         * gnulib-tool (func_import): Avoid constructing complicated sed
11200         expressions inside backquote.
11201         Report and solution by Mark D. Baushke <mdb@gnu.org>.
11202
11203 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
11204
11205         These changes imported from libc.
11206         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
11207         test and two separate function calls.
11208         * lib/strndup.c (__strndup): Add libc_hidden_def.
11209
11210 2006-01-23  Simon Josefsson  <jas@extundo.com>
11211
11212         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
11213         Remove the test_*_SOURCES variable: automake infers it by default.
11214         * modules/tls-tests: Likewise.
11215
11216 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
11217
11218         Work around porting bugs reported by Dieter in
11219         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
11220         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
11221         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
11222         Include "getopt.h" first, to check interface.
11223         (getenv): Declare only if defined HAVE_DECL_GETENV &&
11224         !HAVE_DECL_GETENV.
11225         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
11226         (__strndup): Revert to K&R-style function dfns, the glibc style.
11227         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
11228         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
11229         Include strnlen.h first, to get prototype properly.
11230         (strnlen): Renamed from __strnlen.
11231         Remove weak alias.
11232
11233 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
11234
11235         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
11236
11237 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
11238
11239         * config/srclist.txt: Adjust to reflect glibc reorganization.
11240         This affects only comments.
11241
11242 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
11243
11244          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
11245          Reported by Bruce Korb <bkorb@gnu.org>.
11246
11247 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
11248
11249         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
11250         to pacify gcc -Wswitch-default.
11251
11252 2006-01-22  Bruno Haible  <bruno@clisp.org>
11253
11254         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
11255         temporary buffer for sprintf, take into account the precision also
11256         for 'd', 'i', 'u', 'o', 'x', 'X'.
11257
11258 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
11259
11260         * modules/argp-tests: New module
11261         * tests/test-argp.c: New file
11262         * tests/test-argp-2.sh: New file
11263
11264 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
11265
11266         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
11267         (__argp_base_name): Removed
11268         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
11269         typo.
11270         (__argp_base_name): Provide macro definition or extern declaration
11271         depending on the configuration
11272
11273 2006-01-20  Simon Josefsson  <jas@extundo.com>
11274
11275         * modules/inet_ntop (Depends-on): Depend on sys_socket.
11276
11277 2006-01-20  Simon Josefsson  <jas@extundo.com>
11278
11279         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
11280
11281 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
11282
11283         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
11284         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
11285         Suggested by Bruno Haible.
11286
11287 2006-01-20  Karl Berry  <karl@gnu.org>
11288
11289         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
11290         until changes propagate, I guess.
11291
11292 2006-01-19  Simon Josefsson  <jas@extundo.com>
11293
11294         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
11295
11296 2006-01-19  Simon Josefsson  <jas@extundo.com>
11297
11298         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
11299
11300 2006-01-19  Simon Josefsson  <jas@extundo.com>
11301
11302         * gnulib-tool: Set check_PROGRAMS.
11303
11304         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
11305         modules/des-tests, modules/gc-arcfour-tests,
11306         modules/gc-arctwo-tests, modules/gc-des-tests,
11307         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
11308         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
11309         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
11310         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
11311         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
11312         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
11313         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
11314         test_*_SOURCES.
11315
11316 2006-01-18  Simon Josefsson  <jas@extundo.com>
11317
11318         * modules/socklen (Depends-on): Depend on sys_socket.
11319
11320 2006-01-18  Simon Josefsson  <jas@extundo.com>
11321
11322         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
11323         modules/des-tests, modules/gc-arcfour-tests,
11324         modules/gc-arctwo-tests, modules/gc-des-tests,
11325         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
11326         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
11327         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
11328         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
11329         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
11330         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
11331         $(EXEEXT) to automake TESTS variable, for mingw32.
11332
11333 2006-01-17  Simon Josefsson  <jas@extundo.com>
11334
11335         * modules/socklen (Include): Need sys/socket.h.
11336
11337 2006-01-17  Bruno Haible  <bruno@clisp.org>
11338
11339         * modules/ssize_t (Include): Add <sys/types.h>.
11340
11341 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
11342
11343         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
11344         it's not portable and it doesn't work with cross-compiles.
11345         Problem reported by Bruno Haible.  Fix missing-$ typo in
11346         'test "gl_cv_ignore_unused_libraries" ...' that prevented
11347         -zignore from being used with Sun's C compiler.
11348
11349 2006-01-12  Simon Josefsson  <jas@extundo.com>
11350
11351         * lib/base64.c: Fix warning, reported by Bruno Haible
11352         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
11353
11354 2006-01-12  Bruno Haible  <bruno@clisp.org>
11355
11356         * modules/ldd: New file.
11357         * build-aux/ldd.sh.in: New file.
11358         * MODULES.html.sh (Support for building libraries and executables): Add
11359         ldd.
11360
11361 2006-01-12  Bruno Haible  <bruno@clisp.org>
11362
11363         * m4/ldd.m4: New file.
11364
11365 2006-01-12  Bruno Haible  <bruno@clisp.org>
11366
11367         * gnulib-tool (func_import, func_create_testdir): Don't go into an
11368         endless loop while replacing $auxdir with build-aux.
11369
11370 2006-01-11  Simon Josefsson  <jas@extundo.com>
11371
11372         * lib/stdint_.h (SIZE_MAX): Add missing (.
11373
11374 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
11375
11376         Sync from coreutils.
11377         * lib/md5.c: Fix commentary typos.
11378         (alignof, UNALIGNED_P): No need for a GCC-specific version.
11379         * lib/md5.h (__attribute__): Remove; unused.
11380         * lib/sha1.c: Fix commentary to match md5 better.
11381         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
11382         so that we don't need to worry about alignment.  All uses changed.
11383         This merges the 2005-10-28 md5 change into sha1.
11384
11385 2006-01-11  Jim Meyering  <jim@meyering.net>
11386
11387         Sync from coreutils.
11388         * lib/md5.c (OP): Fix spacing.
11389
11390 2006-01-11  Bruno Haible  <bruno@clisp.org>
11391
11392         Ensure automatic ordering between gl_LOCK and gl_ARGP.
11393         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
11394         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
11395
11396 2006-01-11  Bruno Haible  <bruno@clisp.org>
11397
11398         Ensure automatic ordering between gl_LOCK and gl_ARGP.
11399         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
11400         the "early" section as well.
11401
11402 2006-01-11  Bruno Haible  <bruno@clisp.org>
11403
11404         Avoid "ar: no archive members specified" error on MacOS X.
11405         * gnulib-tool (func_modules_add_dummy): New function.
11406         (func_import, func_create_testdir): Invoke it.
11407
11408 2006-01-11  Bruno Haible  <bruno@clisp.org>
11409
11410         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
11411         with $auxdir in AC_CONFIG_FILES statements.
11412
11413 2006-01-11  Bruno Haible  <bruno@clisp.org>
11414
11415         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11416         Initialize also noinst_HEADERS to empty.
11417
11418 2006-01-11  Bruno Haible  <bruno@clisp.org>
11419
11420         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
11421         variables.
11422         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
11423         autoreconf.
11424
11425 2006-01-11  Bruno Haible  <bruno@clisp.org>
11426
11427         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
11428         overridable by the user.
11429         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11430
11431 2006-01-10  Simon Josefsson  <jas@extundo.com>
11432
11433         * modules/sys_socket: New file.
11434
11435 2006-01-10  Simon Josefsson  <jas@extundo.com>
11436
11437         * m4/sys_socket_h.m4: New file.
11438
11439 2006-01-10  Simon Josefsson  <jas@extundo.com>
11440
11441         * lib/socket_.h: New file.
11442
11443 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
11444
11445         * modules/readutmp (Maintainer): Add myself.
11446
11447 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
11448
11449         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
11450         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
11451         People who are still concerned with buggy memcmp implementations
11452         can invoke gl_FUNC_MEMCMP themselves.
11453
11454 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
11455
11456         * lib/regex_internal.h (BITSET_WORD_BITS):
11457         Work around a bug in 64-bit PGC (before version 6.1-2), where the
11458         preprocessor mishandles large unsigned values as if they were signed.
11459         Problem reported by Claudio Fontana in
11460         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
11461
11462 2006-01-10  Jim Meyering  <jim@meyering.net>
11463
11464         Avoid the double-free (first in fts_read, second in fts_close) that
11465         would occur when an `active' directory is made inaccessible (e.g.,
11466         via chmod a-x) during a traversal.
11467         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
11468         before returning.  Reproduce this failure by
11469         mkdir -p a/b; cd a; chmod a-x . b
11470         Reported by Stavros Passas.
11471
11472         Sync from coreutils.
11473         * lib/sha1.c: Tweak grammar in a comment.
11474
11475 2006-01-10  Jim Meyering  <jim@meyering.net>
11476
11477         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
11478         Patch by Joerg Sonnenberger.
11479
11480 2006-01-10  Bruno Haible  <bruno@clisp.org>
11481
11482         * modules/readutmp: Depend on module free.
11483         * modules/strtok_r: Depend on module restrict.
11484
11485 2006-01-10  Bruno Haible  <bruno@clisp.org>
11486
11487         * modules/gettext (configure.ac): Add an invocation of
11488         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
11489
11490 2006-01-10  Bruno Haible  <bruno@clisp.org>
11491
11492         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
11493         Reported by Werner Lemberg <wl@gnu.org>.
11494
11495 2006-01-10  Bruno Haible  <bruno@clisp.org>
11496
11497         * lib/localcharset.c: Update from GNU gettext.
11498
11499 2006-01-10  Bruno Haible  <bruno@clisp.org>
11500
11501         * lib/argp.h (__const): Remove macro. Use const instead.
11502         * lib/argp-fmtstream.h (__const): Likewise.
11503         * lib/glob_.h (__const): Remove macro.
11504         * lib/glob-libc.h: Use const instead of __const.
11505
11506 2006-01-10  Bruno Haible  <bruno@clisp.org>
11507
11508         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
11509         variable.
11510         Needed to avoid an automake error regarding the 'gettext' module.
11511
11512 2006-01-09  Simon Josefsson  <jas@extundo.com>
11513
11514         * modules/inet_ntop (Depends-on): Add restrict.
11515
11516 2006-01-09  Simon Josefsson  <jas@extundo.com>
11517
11518         * modules/gc-rijndael-tests (License): Put under LGPL.
11519
11520         * modules/gc-des-tests (License): Likewise.
11521
11522         * modules/gc-arcfour-tests (License): Likewise.
11523
11524         * modules/gc-arctwo-tests (License): Likewise.
11525
11526         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
11527
11528         * modules/gc-hmac-sha1-tests (Files): Likewise.
11529
11530         * modules/gc-hmac-md5-tests (License): Likewise.
11531
11532         * modules/gc-sha1-tests (License): Likewise.
11533
11534         * modules/gc-md5-tests (License): Likewise.
11535
11536         * modules/gc-md4-tests (License): Likewise.
11537
11538         * modules/gc-md2-tests (License): Likewise.
11539
11540         * modules/gc-tests (License): Likewise.
11541
11542         * modules/des-tests (License): Likewise.
11543
11544         * modules/md4-tests (License): Likewise.
11545
11546         * modules/md2-tests (License): Likewise.
11547
11548 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
11549
11550         Sync from coreutils:
11551
11552         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
11553         * modules/lib-ignore: New file.
11554         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
11555         chdir-safer.m4, lchmod.m4.
11556         * modules/openat: Add mkdirat.c, openat-priv.h.
11557
11558 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
11559
11560         Sync from coreutils.
11561         * m4/lib-ignore.m4: New file.
11562         * m4/lchmod.m4: New file.
11563
11564 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
11565
11566         Sync from coreutils.
11567         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
11568         for write access: POSIX says that must fail.
11569         * lib/fts.c (diropen): Likewise.
11570         * lib/save-cwd.c (save_cwd): Likewise.
11571         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
11572         well, for minor improvements on hosts that lack O_DIRECTORY.
11573         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
11574         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
11575         Fall back on chown if open failed with EACCES.
11576
11577         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
11578         Report an error at compile-time if only a 1-second nominal clock
11579         resolution is found.
11580
11581         * lib/lchmod.h: New file.
11582         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
11583         (make_dir_parents): Use lchown rather than chown, and
11584         lchmod rather than chmod.
11585
11586         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
11587         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
11588         "proc" reported by n0dalus.
11589
11590         * lib/mountlist.c: Include <limits.h>.
11591         (dev_from_mount_options)
11592         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
11593         New function.  It no longer assumes "dev=" has the System V meaning
11594         on Linux (since it doesn't).  It also parses "dev=" more carefully.
11595         (read_file_system_list)
11596         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
11597         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
11598         dev= in that case.
11599
11600         * lib/posixtm.h (PDS_PRE_2000): New macro.
11601         * lib/posixtm.c (year): Arg is now syntax_bits rather than
11602         allow_century.  All usages changed.  Reject dates outside the range
11603         1969-1999 if PDS_PRE_2000 is used.
11604
11605 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
11606
11607         Sync from coreutils.
11608         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
11609         (Time of day items): Mention the possibility of leap seconds.
11610         Problem reported by Dr. David Alan Gilbert.
11611
11612 2006-01-09  Jim Meyering  <jim@meyering.net>
11613
11614         Sync from coreutils.
11615
11616         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
11617
11618         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
11619
11620         * lib/modechange.c (mode_compile): Reject an invalid mode string
11621         that starts with an octal digit.  From Andreas Gruenbacher.
11622
11623         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
11624         and dup to open_safer and dup_safer, respectively.
11625         (openat_permissive): Fix typo in comment.
11626
11627         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
11628         "gettext.h"; either no longer needed or are guaranteed by openat.h.
11629         (_): Remove; no longer needed.
11630         (openat): Renamed from rpl_openat; no need for rpl_openat
11631         since openat.h renames openat for us.
11632         Replace most of the body with a call to openat_permissive,
11633         to avoid duplicate code.
11634         Port to (probably hypothetical) environments were mode_t is
11635         wider than int.
11636         (openat_permissive): Require mode arg, so that we can check
11637         types better.  Put it just after flags.  Change cwd failure
11638         indicator from pointer-to-bool to pointer-to-errno-value.
11639         All callers changed.
11640         Invoke openat_save_fail and/or openat_restore_fail if
11641         cwd_errno is null, so that openat can call us.
11642         (openat_permissive, fdopendir, fstatat, unlinkat):
11643         Simplify errno handling to avoid some duplicate code,
11644         as it's OK to set errno on success.
11645         * lib/openat.h: Revamp code so that function macros depend on
11646         __OPENAT_PREFIX only, not also on AT_FDCWD.
11647         (openat_ro): Remove.  Caller changed to use openat_permissive.
11648         (openat_permissive): Now a macro, if not a function.
11649         (openat_restore_fail, openat_save_fail): Now always functions,
11650         since mkdirat needs them even if __OPENAT_PREFIX is defined.
11651
11652         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
11653         and openat.c.
11654         * lib/mkdirat.c: Include openat-priv.h.
11655         Remove definitions of macros defined therein.
11656         * lib/openat.c: Likewise.
11657
11658         * lib/mkdirat.c (mkdirat): New file and function.
11659         * lib/openat.h (mkdirat): Declare.
11660
11661         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
11662
11663         * lib/openat.h (openat_permissive): Declare.
11664         (openat_ro): Define.
11665
11666         * lib/openat.c (EXPECTED_ERRNO): New macro.
11667         (openat_permissive): New function -- used in remove.c rewrite.
11668         (all functions): Set errno just before returning, only if there
11669         was an actual failure.
11670         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
11671
11672         Emulate openat-family functions using Linux's procfs, if possible.
11673         Idea and some code based on Ulrich Drepper's glibc changes.
11674
11675         * lib/openat.c: (BUILD_PROC_NAME): New macro.
11676         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
11677         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
11678         before falling back on save_cwd and restore_cwd.
11679         (fdopendir, fstatat, unlinkat): Likewise.
11680
11681         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
11682         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
11683
11684         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
11685         as second argument to va_arg.  Otherwise, some versions of gcc
11686         warn that `if this code is reached, the program will abort'.
11687
11688 2006-01-09  Jim Meyering  <jim@meyering.net>
11689
11690         Sync from coreutils.
11691         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
11692         Require openat-priv.h.
11693
11694 2006-01-09  Bruno Haible  <bruno@clisp.org>
11695
11696         * modules/strnlen (Include): Use strnlen.h.
11697
11698 2006-01-09  Bruno Haible  <bruno@clisp.org>
11699
11700         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
11701
11702 2006-01-09  Bruno Haible  <bruno@clisp.org>
11703
11704         * lib/sysexit_.h (EX_OK): New macro.
11705         Suggested by Martin Lambers <marlam@marlam.de>.
11706
11707 2006-01-09  Bruno Haible  <bruno@clisp.org>
11708
11709         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
11710         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
11711
11712 2006-01-09  Bruno Haible  <bruno@clisp.org>
11713
11714         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
11715         numbers.
11716
11717 2006-01-09  Bruno Haible  <bruno@clisp.org>
11718
11719         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
11720         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
11721         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
11722         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
11723
11724 2006-01-09  Bruno Haible  <bruno@clisp.org>
11725
11726         * build-aux/javacomp.sh.in: New file, moved from lib/.
11727         * modules/javacomp-script (Files): Update.
11728         (configure.ac): Add AC_CONFIG_FILES invocation.
11729         (EXTRA_DIST): Remove variable.
11730
11731         * build-aux/javaexec.sh.in: New file, moved from lib/.
11732         * modules/javaexec (Files): Update.
11733         (configure.ac): Add AC_CONFIG_FILES invocation.
11734         (EXTRA_DIST): Remove javaexec.sh.in.
11735
11736         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
11737         * modules/csharpcomp-script (Files): Update.
11738         (configure.ac): Add AC_CONFIG_FILES invocation.
11739         (EXTRA_DIST): Remove variable.
11740
11741         * build-aux/csharpexec.sh.in: New file, moved from lib/.
11742         * modules/csharpexec (Files): Update.
11743         (configure.ac): Add AC_CONFIG_FILES invocation.
11744         (EXTRA_DIST): Remove csharpexec.sh.in.
11745
11746 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
11747
11748         Sync from coreutils.
11749
11750         Add POSIX ACL support
11751         * lib/acl.h (copy_acl, set_acl): Add declarations.
11752         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
11753         systems other than Linux.
11754         (chmod_or_fchmod): New function: use fchmod when possible,
11755         and chmod otherwise.
11756         (file_has_acl): Add a POSIX ACL implementation, with a
11757         Linux-specific subcase.
11758         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
11759         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
11760         acls are unsupported.
11761         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
11762         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
11763         are unsupported.
11764
11765 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
11766
11767         Sync from coreutils.
11768         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
11769
11770 2006-01-07  Bruno Haible  <bruno@clisp.org>
11771
11772         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
11773         gl_EARLY.
11774
11775 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
11776
11777         * lib/strftime.c (tzname): Don't declare if it is already #defined.
11778         Problem reported for Mingw by Mark Junker.
11779
11780 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
11781
11782         * README: Gnulib normally doesn't generate a tarball.
11783
11784 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
11785
11786         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
11787         long int, not int, for nanosecond counts, so that people who are
11788         used to POSIX struct timespec won't be surprised.  Reported by Jim
11789         Meyering.
11790
11791 2005-12-28  Bruno Haible  <bruno@clisp.org>
11792
11793         * build-aux/config.rpath: Update from GNU gettext.
11794
11795 2005-12-16  Jim Meyering  <jim@meyering.net>
11796
11797         * modules/fprintftime: New module.
11798         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
11799
11800 2005-12-16  Jim Meyering  <jim@meyering.net>
11801
11802         * m4/fprintftime.m4: New file.
11803
11804 2005-12-16  Jim Meyering  <jim@meyering.net>
11805
11806         * lib/fprintftime.c, lib/fprintftime.h: New files.
11807
11808 2005-12-15  Simon Josefsson  <jas@extundo.com>
11809
11810         * modules/socklen (configure.ac): Fix M4 macro name, to align with
11811         new m4/socklen.m4.
11812
11813 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
11814
11815         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
11816         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
11817
11818 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
11819
11820         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
11821         * lib/argp-help.c (fill_in_uparams): Check if the constructed
11822         struct uparams is valid. Fall back to the default values if it is
11823         not.
11824
11825 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11826
11827         * modules/argp (Files): Add argp-pin.c
11828         (Depends-on): dirname
11829         (lib_SOURCES): Add argp-pin.c
11830
11831 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11832
11833         * m4/argp.m4:  Check if program_invocation_name and
11834         program_invocation_short_name are declared and define appropriate
11835         macros if they are not.
11836
11837 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11838
11839         * lib/argp-help.c (__argp_base_name): New function
11840         (__argp_short_program_name): Rewrite using __argp_base_name
11841         * lib/argp-namefrob.h: Define program_invocation_name and
11842         program_invocation_short_name if requested
11843         (__argp_base_name): Add prototype
11844         * lib/argp-parse.c (argp_def): Use gettext wrappers
11845         (argp_default_parser): Use __argp_base_name
11846         * lib/argp-pin.c: New file. Defines program_invocation_name and
11847         program_invocation_short_name on systems that lack them.
11848
11849 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
11850
11851         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
11852         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
11853         porting problem reported by Georg Schwarz in
11854         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
11855
11856 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
11857
11858         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
11859         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
11860         porting problem reported by Georg Schwarz in
11861         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
11862
11863 2005-12-05  Bruno Haible  <bruno@clisp.org>
11864
11865         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
11866         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
11867         Reported by Mark Junker <mjscod@gmx.de>.
11868
11869 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
11870
11871         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
11872         Use implementation from Albert Chin, with some
11873         comments/corrections by Stepan Kasal and myself.
11874
11875 2005-12-02  Bruno Haible  <bruno@clisp.org>
11876
11877         * gnulib-tool (func_import): Accept GPLed build tool modules when
11878         --lgpl is given.
11879         * modules/csharpcomp-script: New file.
11880         * modules/csharpcomp: Depend on it.
11881         * modules/javacomp-script: New file.
11882         * modules/javacomp: Depend on it.
11883         Suggested by Simon Josefsson.
11884
11885 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
11886
11887         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
11888         statement, to work around an HP-UX 10.20 compiler bug reported by
11889         Peter O'Gorman.
11890
11891 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
11892
11893         * modules/savedir (Depends-on): Add openat.
11894
11895 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
11896
11897         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
11898         (uintmax_t) [defined uintmax_t]: Do not declare.
11899         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
11900         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
11901         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
11902         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
11903         sake of portability to weird hosts that C allows (though we don't
11904         know of any practical examples).
11905
11906         * lib/savedir.h (fdsavedir): New decl.
11907         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
11908         contains most of the former guts of savedir.
11909         (savedir): Use savedirstream.
11910         Include "openat.h".
11911
11912 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
11913
11914         * modules/obstack (Files): Add m4/ulonglong.m4.
11915         Problem reported by Davide Angelocola.
11916
11917 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
11918
11919         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
11920         coreutils no longer futzes with rounding modes.
11921
11922 2005-11-14  Jim Meyering  <jim@meyering.net>
11923
11924         * lib/mkstemp-safer.c: Include <config.h>, required for possible
11925         replacement of mkstemp.
11926
11927 2005-11-10  Simon Josefsson  <jas@extundo.com>
11928
11929         * lib/readline.c: Remove EOL.
11930
11931 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
11932
11933         * modules/gethrxtime (Depends-on): Add gettime.
11934
11935 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
11936
11937         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
11938         or gettimeofday; no longer needed.
11939
11940 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
11941
11942         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
11943         time business.
11944         (gethrxtime) [! (HAVE_NANOUPTIME
11945         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
11946         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
11947         our own approximation.
11948
11949 2005-11-08  Eric Blake  <ebb9@byu.net>
11950
11951         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
11952
11953 2005-11-08  Eric Blake  <ebb9@byu.net>
11954
11955         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
11956
11957 2005-11-04  Bruno Haible  <bruno@clisp.org>
11958
11959         * gnulib-tool: Implement --update mode.
11960
11961 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
11962
11963         Fix porting problem reported by Theodoros V. Kalamatianos.
11964         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
11965         Don't assume that futimes failing means we must fail.
11966
11967 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
11968
11969         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
11970         variables to suggest the intended function of the PATH_MAX check.
11971
11972 2005-10-30  Kean Johnston  <jkj@sco.com>
11973
11974         Trivial changes to support SCO systems.
11975         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
11976         as PATH_MAX.
11977         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
11978         where __ptr is null when no I/O is pending.
11979
11980 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
11981
11982         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
11983         leave errno alone.  Problem reported by Dmitry V. Levin.
11984
11985 2005-10-28  Simon Josefsson  <jas@extundo.com>
11986
11987         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
11988         Test more.
11989
11990         * tests/test-gc-md2.c, tests/test-md2.c: New files.
11991
11992         * modules/md2, modules/md2-tests: New files.
11993
11994 2005-10-28  Simon Josefsson  <jas@extundo.com>
11995
11996         * m4/inet_ntop.m4: More tests.
11997
11998         * m4/gc-md2.m4, md2.m4: New file.
11999
12000 2005-10-28  Simon Josefsson  <jas@extundo.com>
12001
12002         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
12003         "restrict" keywords, as per POSIX.  Protect the function
12004         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
12005         Don't use K&R prototypes.  Check the sprintf return values.
12006         Re-define EAFNOSUPPORT if not present.  Indent.
12007
12008         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
12009         suggested by Bruno Haible <bruno@clisp.org>.
12010
12011         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
12012
12013         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
12014
12015         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
12016         libgcrypt).
12017
12018         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
12019
12020         * lib/md2.h, lib/md2.c: New files.
12021
12022 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
12023
12024         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
12025         errno alone.  Problem reported by Frederic Jolliton.
12026
12027 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
12028
12029         * modules/verify (License): Change from GPL to LGPL.  This is a
12030         tiny module and there are apparently near-equivalents that are
12031         under the BSD license.
12032
12033 2005-10-24  Simon Josefsson  <jas@extundo.com>
12034
12035         * modules/sha1: Relicense to LGPL.
12036
12037 2005-10-24  Simon Josefsson  <jas@extundo.com>
12038
12039         * lib/md4.h: Shrink buffer size, now that we changed the type.
12040
12041 2005-10-23  Simon Josefsson  <jas@extundo.com>
12042
12043         * gnulib-tool (func_import): Fix --tests-base.
12044
12045 2005-10-22  Simon Josefsson  <jas@extundo.com>
12046
12047         * modules/arcfour (Depends-on): Need stdint.
12048
12049 2005-10-22  Simon Josefsson  <jas@extundo.com>
12050
12051         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
12052         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
12053
12054 2005-10-22  Simon Josefsson  <jas@extundo.com>
12055
12056         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
12057         suggested by Bruno Haible <bruno@clisp.org>.
12058
12059 2005-10-22  Simon Josefsson  <jas@extundo.com>
12060
12061         * lib/crc.h: Include stddef.h, for size_t.
12062
12063 2005-10-22  Simon Josefsson  <jas@extundo.com>
12064
12065         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
12066         arcfour_context struct (simplify test vector testing in GNU
12067         Shishi).
12068
12069 2005-10-21  Simon Josefsson  <jas@extundo.com>
12070
12071         * modules/des, modules/des-tests: New files.
12072
12073         * modules/gc-des, modules/gc-des-tests: New files.
12074
12075         * tests/test-des.c, tests/test-gc-des.c: New file.
12076
12077 2005-10-21  Simon Josefsson  <jas@extundo.com>
12078
12079         * modules/arctwo, modules/arctwo-tests: New files.
12080
12081         * tests/test-arctwo.c: New file.
12082
12083         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
12084
12085         * tests/test-gc-arctwo.c: New file.
12086
12087 2005-10-21  Simon Josefsson  <jas@extundo.com>
12088
12089         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
12090         Bruno Haible <bruno@clisp.org>.
12091
12092         * m4/gc-des.m4: New file.
12093
12094 2005-10-21  Simon Josefsson  <jas@extundo.com>
12095
12096         * m4/arctwo.m4: New file.
12097
12098         * m4/gc-arctwo.m4: New file.
12099
12100 2005-10-21  Simon Josefsson  <jas@extundo.com>
12101
12102         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
12103         block.
12104
12105 2005-10-21  Simon Josefsson  <jas@extundo.com>
12106
12107         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
12108         <bruno@clisp.org>.
12109
12110         * lib/hmac-sha1.c (hmac_sha1): Likewise.
12111
12112         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
12113         Bruno Haible <bruno@clisp.org>.
12114
12115         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
12116         <bruno@clisp.org>.
12117
12118 2005-10-21  Simon Josefsson  <jas@extundo.com>
12119
12120         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
12121
12122 2005-10-21  Simon Josefsson  <jas@extundo.com>
12123
12124         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
12125
12126 2005-10-21  Simon Josefsson  <jas@extundo.com>
12127
12128         * lib/des.h, lib/des.c: New files.
12129
12130         * lib/gc-gnulib.c: Support DES.c
12131
12132 2005-10-21  Simon Josefsson  <jas@extundo.com>
12133
12134         * lib/arctwo.h, lib/arctwo.c: New files.
12135
12136         * lib/gc-gnulib.c: Support ARCTWO.
12137
12138 2005-10-21  Simon Josefsson  <jas@extundo.com>
12139
12140         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
12141         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12142
12143 2005-10-21  Simon Josefsson  <jas@extundo.com>
12144
12145         * gnulib-tool (func_import, func_create_testdir): Define automake
12146         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
12147         Makefile.am snippet),
12148         suggested by Bruno Haible <bruno@clisp.org>.
12149
12150         * modules/gc (Makefile.am): Use it.
12151
12152 2005-10-21  Bruno Haible  <bruno@clisp.org>
12153
12154         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
12155         patch.
12156
12157 2005-10-19  Simon Josefsson  <jas@extundo.com>
12158
12159         * tests/test-gc-rijndael.c: New file.
12160
12161         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
12162
12163 2005-10-19  Simon Josefsson  <jas@extundo.com>
12164
12165         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
12166         interface too.
12167
12168 2005-10-19  Simon Josefsson  <jas@extundo.com>
12169
12170         * tests/test-gc-arcfour.c: New file.
12171
12172         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
12173
12174 2005-10-19  Simon Josefsson  <jas@extundo.com>
12175
12176         * modules/gc-md4, modules/gc-md4-tests: New file.
12177
12178         * tests/test-gc-md4.c: New file.
12179
12180 2005-10-19  Simon Josefsson  <jas@extundo.com>
12181
12182         * m4/gc-md4.m4: New file.
12183
12184 2005-10-19  Simon Josefsson  <jas@extundo.com>
12185
12186         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
12187         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
12188         <kasal@ucw.cz>.
12189
12190 2005-10-19  Simon Josefsson  <jas@extundo.com>
12191
12192         * m4/gc-arcfour.m4: New file.
12193
12194         * m4/gc-rijndael.m4: New file.
12195
12196 2005-10-19  Simon Josefsson  <jas@extundo.com>
12197
12198         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
12199
12200 2005-10-19  Simon Josefsson  <jas@extundo.com>
12201
12202         * lib/gc-gnulib.c: Support ARCFOUR.
12203
12204 2005-10-19  Simon Josefsson  <jas@extundo.com>
12205
12206         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
12207         support.
12208
12209         * lib/gc.h: Add ECB enum type.
12210
12211         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
12212
12213 2005-10-18  Simon Josefsson  <jas@extundo.com>
12214
12215         * tests/test-md5.c: New file.
12216
12217         * modules/md5-tests: New file.
12218
12219 2005-10-18  Simon Josefsson  <jas@extundo.com>
12220
12221         * tests/test-md4.c: New file.
12222
12223         * modules/md4, modules/md4-tests: New files.
12224
12225 2005-10-18  Simon Josefsson  <jas@extundo.com>
12226
12227         * m4/md4.m4: New file.
12228
12229 2005-10-18  Simon Josefsson  <jas@extundo.com>
12230
12231         * lib/md4.h, lib/md4.c: New files, based on md5.?.
12232
12233 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
12234
12235         * gnulib-tool (func_create_testdir): Omit the second check whether
12236         BUILT_SOURCES in nonempty.
12237
12238 2005-10-17  Simon Josefsson  <jas@extundo.com>
12239
12240         * tests/test-rijndael.c: New file.
12241
12242 2005-10-17  Simon Josefsson  <jas@extundo.com>
12243
12244         * modules/sha1: Depend on stdint instead of md5.
12245
12246         * modules/md5: Depend on stdint, remove uint32_t.
12247
12248 2005-10-17  Simon Josefsson  <jas@extundo.com>
12249
12250         * modules/gc-sha1-tests: New file.
12251
12252         * tests/test-gc-sha1.c: New file.
12253
12254 2005-10-17  Simon Josefsson  <jas@extundo.com>
12255
12256         * m4/md5.m4: Remove call to uint32_t.m4.
12257
12258 2005-10-17  Simon Josefsson  <jas@extundo.com>
12259
12260         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
12261
12262         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
12263         md5.h.
12264
12265         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
12266
12267         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
12268
12269 2005-10-17  Simon Josefsson  <jas@extundo.com>
12270
12271         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
12272
12273 2005-10-17  Simon Josefsson  <jas@extundo.com>
12274
12275         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
12276
12277 2005-10-17  Simon Josefsson  <jas@extundo.com>
12278
12279         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
12280
12281         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
12282
12283 2005-10-17  Bruno Haible  <bruno@clisp.org>
12284
12285         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
12286         that it can also be used in a test.
12287
12288 2005-10-16  Bruno Haible  <bruno@clisp.org>
12289
12290         * gnulib-tool (func_emit_tests_Makefile_am): Also define
12291         TESTS_ENVIRONMENT, so that individual tests can augment it.
12292
12293         * gnulib-tool (func_create_testdir): Use an intermediate target for
12294         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
12295         macros, like $(ALLOCA_H), which cannot be passed through the command
12296         line.
12297
12298 2005-10-15  Simon Josefsson  <jas@extundo.com>
12299
12300         * modules/rijndael-tests: New file.
12301
12302         * modules/rijndael: New file.
12303
12304 2005-10-15  Simon Josefsson  <jas@extundo.com>
12305
12306         * m4/rijndael.m4: New file.
12307
12308 2005-10-15  Simon Josefsson  <jas@extundo.com>
12309
12310         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
12311
12312         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
12313
12314 2005-10-14  Simon Josefsson  <jas@extundo.com>
12315
12316         * tests/test-arcfour.c: New file.
12317
12318         * modules/arcfour, modules/arcfour-tests: New files.
12319
12320 2005-10-14  Simon Josefsson  <jas@extundo.com>
12321
12322         * m4/arcfour.m4: New file.
12323
12324 2005-10-14  Simon Josefsson  <jas@extundo.com>
12325
12326         * lib/arcfour.h, lib/arcfour.c: New files.
12327
12328 2005-10-14  Roland McGrath  <roland@redhat.com>
12329
12330         Import from libc.  [BZ #1331]
12331         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
12332         macro argument.
12333         Reported by Matej Vela <vela@debian.org>.
12334
12335 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
12336
12337         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
12338         include <wchar.h>; no longer needed.
12339
12340 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
12341
12342         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
12343
12344 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
12345         and  Ulrich Drepper  <drepper@redhat.com>
12346
12347         Import from libc.
12348         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
12349         instead of inline stream orientation test and two separate
12350         function calls.  Pay no attention to USE_IN_LIBIO.
12351
12352 2005-10-13  Simon Josefsson  <jas@extundo.com>
12353
12354         * modules/gc-hmac-md5-tests: New file.
12355
12356         * tests/test-gc-hmac-sha1.c: New file.
12357
12358         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
12359
12360         * modules/gc-hmac-md5-tests: New file.
12361
12362         * tests/test-gc-md5.c: New file.
12363
12364         * modules/gc-md5-tests: New file.
12365
12366 2005-10-13  Simon Josefsson  <jas@extundo.com>
12367
12368         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
12369         Move memory allocation outside of loop.
12370
12371 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
12372
12373         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
12374         intermediate directory is in a read-only file system.  Problem
12375         reported by Eric Blake.
12376
12377 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
12378
12379         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
12380
12381 2005-10-12  Simon Josefsson  <jas@extundo.com>
12382
12383         * tests/test-hmac-sha1.c: New file.
12384
12385         * modules/hmac-sha1-tests: New file.
12386
12387         * modules/hmac-sha1: New file.
12388
12389 2005-10-12  Simon Josefsson  <jas@extundo.com>
12390
12391         * modules/gc-sha1: New file.
12392
12393 2005-10-12  Simon Josefsson  <jas@extundo.com>
12394
12395         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
12396
12397         * tests/test-gc-pbkdf2-sha1.c: New file.
12398
12399 2005-10-12  Simon Josefsson  <jas@extundo.com>
12400
12401         * modules/gc-md5, modules/gc-hmac-md5: New files.
12402
12403         * modules/gc (Files): Remove md5, memxor and hmac files.
12404
12405 2005-10-12  Simon Josefsson  <jas@extundo.com>
12406
12407         * m4/gc-pbkdf2-sha1.m4: New file.
12408
12409         * m4/gc-hmac-sha1.m4: New file.
12410
12411         * m4/gc-sha1: New file.
12412
12413         * m4/hmac-sha1.m4: New file.
12414
12415 2005-10-12  Simon Josefsson  <jas@extundo.com>
12416
12417         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
12418
12419         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
12420
12421 2005-10-12  Simon Josefsson  <jas@extundo.com>
12422
12423         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
12424         suggested by Bruno Haible <bruno@clisp.org>.
12425
12426 2005-10-12  Simon Josefsson  <jas@extundo.com>
12427
12428         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
12429
12430 2005-10-12  Simon Josefsson  <jas@extundo.com>
12431
12432         * lib/gc-pbkdf2-sha1.c: New file.
12433
12434         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
12435
12436 2005-10-12  Simon Josefsson  <jas@extundo.com>
12437
12438         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
12439
12440         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
12441
12442 2005-10-12  Simon Josefsson  <jas@extundo.com>
12443
12444         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
12445         GC_USE_HMAC_MD5, respectively.
12446
12447         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
12448         (gc_md5): Fix typo.
12449
12450         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
12451
12452         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
12453
12454         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
12455
12456 2005-10-12  Bruno Haible  <bruno@clisp.org>
12457
12458         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
12459         Reported by Stepan Kasal <kasal@ucw.cz>.
12460
12461 2005-10-11  Simon Josefsson  <jas@extundo.com>
12462
12463         * tests/test-crc.c: New file.
12464
12465         * modules/crc, modules/crc-tests: New files.
12466
12467 2005-10-11  Simon Josefsson  <jas@extundo.com>
12468
12469         * m4/crc.m4: New file.
12470
12471 2005-10-11  Simon Josefsson  <jas@extundo.com>
12472
12473         * lib/gc.h: Add gc_hash and gc_hash_buffer.
12474
12475         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
12476
12477         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
12478
12479 2005-10-11  Simon Josefsson  <jas@extundo.com>
12480
12481         * lib/crc.h, lib/crc.c: New files.
12482
12483         * lib/gc.h (gc_hash_buffer): Add doc.
12484
12485 2005-10-11  Bruno Haible  <bruno@clisp.org>
12486
12487         * modules/c-strcasestr: New file.
12488         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
12489
12490 2005-10-11  Bruno Haible  <bruno@clisp.org>
12491
12492         * modules/c-strcase: New file.
12493         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
12494
12495 2005-10-11  Bruno Haible  <bruno@clisp.org>
12496
12497         * lib/strcasecmp.c: Include limits.h.
12498         (strcasecmp): Avoid integer overflow on exotic platforms.
12499         * lib/strncasecmp.c: Include limits.h.
12500         (strncasecmp): Avoid integer overflow on exotic platforms.
12501         Reported by Paul Eggert.
12502
12503 2005-10-11  Bruno Haible  <bruno@clisp.org>
12504
12505         * lib/c-strcasestr.h: New file, from GNU gettext.
12506         * lib/c-strcasestr.c: New file, from GNU gettext.
12507
12508 2005-10-11  Bruno Haible  <bruno@clisp.org>
12509
12510         * lib/c-strcase.h: New file, from GNU gettext.
12511         * lib/c-strcasecmp.c: New file, from GNU gettext.
12512         * lib/c-strncasecmp.c: New file, from GNU gettext.
12513
12514 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
12515
12516         * modules/mempcpy (License): GPL -> LGPL.
12517         * modules/strchrnul (License): Likewise.
12518         * modules/sysexits (License): Likewise.
12519
12520 2005-10-08  Simon Josefsson  <jas@extundo.com>
12521
12522         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
12523
12524 2005-10-07  Simon Josefsson  <jas@extundo.com>
12525
12526         * m4/memxor.m4: Remove gl_C_RESTRICT call.
12527
12528 2005-10-06  Simon Josefsson  <jas@extundo.com>
12529
12530         * tests/test-hmac-md5.c: New file.
12531
12532         * modules/hmac-md5-tests: New file.
12533
12534         * modules/hmac-md5: New file.
12535
12536 2005-10-06  Simon Josefsson  <jas@extundo.com>
12537
12538         * m4/hmac-md5.m4: New file.
12539
12540         * m4/memxor.m4: Require gl_C_RESTRICT.
12541
12542 2005-10-06  Simon Josefsson  <jas@extundo.com>
12543
12544         * lib/memxor.c (memxor): Avoid casts and warnings.
12545
12546 2005-10-06  Simon Josefsson  <jas@extundo.com>
12547
12548         * lib/hmac-md5.c: New file.
12549
12550         * lib/hmac.h: New file.
12551
12552 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
12553
12554         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
12555         promotes to int, not unsigned int, to catch the AIX 5.3
12556         compiler bug.
12557
12558 2005-10-05  Simon Josefsson  <jas@extundo.com>
12559
12560         * modules/memxor: New file.
12561
12562         * modules/iconv (Files): Move config.rpath to havelib, it is used
12563         there.
12564
12565         * modules/havelib (Files): Add config.rpath.
12566
12567 2005-10-05  Simon Josefsson  <jas@extundo.com>
12568
12569         * m4/memxor.m4: New file.
12570
12571 2005-10-05  Simon Josefsson  <jas@extundo.com>
12572
12573         * lib/memxor.c (memxor): Fix compiler error.
12574
12575         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
12576         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
12577
12578         * lib/memxor.h, lib/memxor.c: New files.
12579
12580         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
12581         we assume all systems have it, suggested by Jim Meyering
12582         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
12583         any systems lack sys/socket.h; mingw32 is known to lack it, but we
12584         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
12585         same reasons.
12586
12587 2005-10-05  Simon Josefsson  <jas@extundo.com>
12588
12589         * config/srclist.txt: Add glibc bug 1423 for md5.h.
12590
12591 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
12592
12593         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
12594         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
12595         needed, since the source code now assumes these .h files.
12596
12597 2005-10-05  Derek Price  <derek@ximbiot.com>
12598
12599         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
12600
12601 2005-10-05  Bruno Haible  <bruno@clisp.org>
12602
12603         * modules/stdint (License): Change to LGPL.
12604
12605 2005-10-04  Simon Josefsson  <jas@extundo.com>
12606
12607         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
12608         D. Baushke" <mdb@gnu.org>.
12609
12610 2005-10-04  Bruno Haible  <bruno@clisp.org>
12611
12612         * lib/verify.h (verify_true): Provide alternative definition for C++.
12613
12614 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
12615
12616         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
12617         (SSIZE_MAX): New macro, if not already defined.
12618         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
12619         than 2 GiB.
12620
12621 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
12622
12623         Sync from coreutils.
12624         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
12625         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
12626         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
12627         ULLONG_MAX doesn't work with 2.7.2.1.
12628
12629 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
12630
12631         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
12632         From Ben Pfaff.
12633
12634         * modules/exclude (Depends-on): Depend on verify.
12635         * modules/strtoimax (Depends-on): Likewise.
12636         * modules/utimecmp (Depends-on): Likewise.
12637
12638 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
12639
12640         * lib/exclude.c: Include verify.h.
12641         (verify): Remove.  All callers changed to use verify.h's version.
12642         * lib/strtoimax.c: Likewise.
12643         * lib/utimecmp.c: Likewis.e
12644
12645         Sync from coreutils.
12646         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
12647         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
12648         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
12649         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
12650         bother returning ENOSYS if settimeofday or stime fails; just let
12651         them return whatever errno they want to return.
12652         * lib/utimens.c: Include unistd.h, for dup2.
12653         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
12654         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
12655
12656 2005-10-02  Jim Meyering  <jim@meyering.net>
12657
12658         Sync from coreutils.
12659         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
12660         from glibc-2.2.5 that fails for read-only files.
12661
12662 2005-10-02  Jim Meyering  <jim@meyering.net>
12663
12664         Sync from coreutils.
12665         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
12666         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
12667         `#if HAVE_CONFIG_H'.
12668         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
12669         Remove AT_FDCWD test.
12670         Do not consume the fd unless successful.
12671         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
12672         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
12673         block, so that we don't even try to compile it if settimeofday is
12674         available.  This works around a compilation failure on OSF1 V5.1,
12675         due to stime requiring a `long int*' while tv_sec is `int'.
12676
12677 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
12678
12679         Sync from coreutils.
12680         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
12681         against `yes', rather than just testing for nonempty.
12682
12683 2005-10-01  Simon Josefsson  <jas@extundo.com>
12684
12685         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
12686         and Darwin.
12687
12688         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
12689         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
12690         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
12691         freeaddrinfo and gai_strerror are declared by the POSIX headers.
12692         Check if struct addrinfo is declared.
12693
12694 2005-10-01  Simon Josefsson  <jas@extundo.com>
12695
12696         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
12697         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
12698         AI_* and EAI_* definitions.  Protect function declarations.
12699
12700 2005-10-01  Jim Meyering  <jim@meyering.net>
12701
12702         Sync from coreutils.
12703
12704         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
12705         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
12706         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
12707         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
12708         in the inet and nsl libraries.  Required on Solaris 5.7.
12709
12710 2005-10-01  Jim Meyering  <jim@meyering.net>
12711
12712         Sync from coreutils.
12713         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
12714         in the inet and nsl libraries.  Required on Solaris 5.7.
12715
12716 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
12717
12718         * lib/getdelim.c (getdelim): Remove unused variables.
12719
12720 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
12721
12722         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
12723         so that the code works even with ancient cpp.  Portability problem
12724         with GCC 2.7.2.1 reported by Thomas M.Ott.
12725
12726 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
12727
12728         * modules/regex (Depends-on): Add strcase.
12729
12730         * modules/gethostname (Licence): Change from GPL to LGPL, since
12731         gethostname.c is a trivial implementation of a standard library
12732         function.
12733         * modules/poll (License): Change from GPL to LGPL, since it's
12734         derived from LGPL code.
12735
12736 2005-09-27  Jim Meyering  <jim@meyering.net>
12737
12738         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
12739         HAVE_CONFIG_H.
12740
12741         * lib/intprops.h (signed_type_or_expr__): Define.
12742         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
12743         for unsigned types.
12744
12745 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
12746
12747         * lib/verify.h (verify_expr): Remove, replacing with:
12748         (verify_true): New macro that returns true instead of void.
12749         (verify_type__): Remove.
12750         (verify): Use verify_true rather than verify_type__.
12751
12752 2005-09-26  Bruno Haible  <bruno@clisp.org>
12753
12754         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
12755         is necessary.
12756         (lib_SOURCES): Remove mbchar.c.
12757         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
12758         (Files): Add m4/mbrtowc.m4.
12759         * modules/mbiter: Likewise.
12760         * modules/mbuiter: Likewise.
12761
12762 2005-09-26  Bruno Haible  <bruno@clisp.org>
12763
12764         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
12765         compile mbchar.c if they are not both present.
12766         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
12767         * m4/mbiter.m4 (gl_MBITER): Likewise.
12768         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
12769         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
12770         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
12771
12772 2005-09-25  Jim Meyering  <jim@meyering.net>
12773
12774         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
12775         also uses socklen_t.
12776
12777 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
12778
12779         * lib/utimens.c (ENOSYS): Define if not already defined.
12780         (futimens): Support having a null PATH if the file descriptor
12781         is nonnegative.
12782
12783         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
12784         Remove.
12785         (__attribute): Define to empty unless GCC 3.1 or later.
12786         This works around a core dump on OpenBSD 3.4, which has GCC
12787         2.95.3, which dumps core when given __attribute__(()).  It also
12788         simplifies other tests, since we really don't want to bother with
12789         worrying about which ancient version of GCC supported what.
12790         Original problem reported by Yoann Vandoorselaere, with part of
12791         the fix suggested by Derek Price.
12792
12793 2005-09-24  Jim Meyering  <jim@meyering.net>
12794
12795         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
12796         so we can once again use a positive bitfield width of 1 -- now we
12797         don't have to explain why we were using a bitfield width of 2.
12798
12799 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
12800
12801         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
12802         and similarly for the other external symbols.  Problem reported
12803         by James Gallager.
12804
12805         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
12806         bug reported by Jim Meyering.
12807
12808         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
12809         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
12810         not needed, since socklen is a prerequisite module.
12811
12812 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
12813
12814         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
12815         Problem reported by Eric Blake.
12816         (getaddrinfo): Initialize se so that it's not garbage.
12817         Redo internal storage allocation so that it doesn't make unportable
12818         assumptions about alignment.
12819         Fix a memory leak.
12820
12821         * lib/utimens.c (futimens): Use futimesat if available.
12822         Prefer it to futimes since it doesn't have the futimes bug.
12823
12824         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
12825         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
12826         Instead, declare a function that returns a pointer to an array,
12827         and use verify_type__ to declare the size of the array.
12828         Problem and germ of a solution reported by Bruno Haible.
12829         (verify_type__): Use 2, not 1, for bitfield size, to avoid
12830         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
12831
12832 2005-09-23  Jim Meyering  <jim@meyering.net>
12833
12834         Sync from coreutils.
12835         Correct build failure (socklen_t not defined) on at least
12836         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
12837         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
12838
12839 2005-09-23  Jim Meyering  <jim@meyering.net>
12840
12841         * modules/getaddrinfo (Depends-on): Add socklen.
12842
12843 2005-09-23  Bruno Haible  <bruno@clisp.org>
12844
12845         * tests/test-verify.c: New file.
12846
12847 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
12848
12849         Sync from coreutils.
12850
12851         * modules/argmatch (Depends-on): Add verify.
12852         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
12853         unistd-safer.
12854         * modules/save-cwd (Depends-on): Likewise.
12855
12856         * modules/openat (Files): Add lib/openat-die.c.
12857         (Depends-on): Remove error, exitfail.
12858         Add dirname.
12859
12860         * modules/verify: New file.
12861         * MODULES.html.sh (Diagnostics <assert.h>): New section,
12862         with "verify" module.
12863
12864 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
12865
12866         Sync from coreutils.
12867
12868         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
12869         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
12870         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
12871         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
12872         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
12873         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
12874         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
12875         Don't bother checking for string.h, stdlib.h, unistd.h.
12876         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
12877         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
12878         module's job.
12879         * m4/jm-macros.m4 (gl_MACROS): Likewise.
12880         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
12881
12882         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
12883         (gl_GETDATE): Use it.
12884
12885         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
12886
12887 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
12888
12889         Sync from coreutils.
12890
12891         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
12892         stat-time.h.
12893         * lib/argmatch.h: Include verify.h
12894         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
12895         (ARGMATCH_ASSERT): Remove; unused.
12896         * lib/canonicalize.c: Assume STDC_HEADERS.
12897         * lib/exclude.c: Include "strcase.h".
12898         * lib/regex_internal.h [!defined _LIBC]: Likewise.
12899         * lib/getusershell.c: Include stdio--.h rather than stdio.h
12900         and stdio-safer.h.
12901         (getusershell): Call fopen, not fopen_safer.
12902         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
12903         Do not include unistd-safer.h.
12904         (save_cwd): Don't call fd_safer; no longer needed
12905         now that we include fcntl--.h.
12906
12907         * lib/getdate.y (relative_time): New type.
12908         (RELATIVE_TIME_0): New constant.
12909         (parser_control): Use relative_time instead of doing it ourselves.
12910         (%union): Add new relative_time rel member.
12911         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
12912         Now typeless.
12913         (relunit, relunit_snumber): Now of type rel.
12914         (zone, rel, relunit, get_date): Adjust to above changes.
12915
12916         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
12917         Do not include unistd-safer.h.
12918         (getloadavg): Don't call fd_safer; no longer needed
12919         now that we include fcntl--.h.
12920
12921         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
12922         (make_dir_parents): Treat ENOSYS like EEXIST.
12923
12924         Improve quality of diagnostics on restore_cwd failure.
12925         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
12926         (make_dir_parents): Last arg is now int * (for errno), not bool *.
12927         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
12928         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
12929         each time through the loop.  Do not diagnose restore_cwd failure;
12930         that is the caller's job (and perhaps the caller does not care).
12931
12932         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
12933         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
12934         If the file already exists but is not a directory, don't bother
12935         to try to make its parents.
12936         Close potential file descriptor leak if we can't chdir("/") (!).
12937         Don't always return true if chdir($PWD) fails; return true only
12938         if the requested action was done successfully (except for the
12939         chdir($PWD)).
12940         Don't log final directory unless we actually made it.
12941         Refactor to avoid duplicate code to fix up permissions.
12942         Don't attempt to fix up parent permissions if chdir($PWD) fails.
12943
12944         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
12945         to make it a bit faster and (I hope) clearer.
12946         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
12947         Fix bug in formats like %2N.
12948
12949         * lib/verify.h: New file.
12950
12951 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
12952
12953         Sync from coreutils.
12954         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
12955
12956 2005-09-22  Jim Meyering  <jim@meyering.net>
12957
12958         Sync from coreutils.
12959
12960         * m4/lstat.m4 (gl_FUNC_LSTAT):
12961         Use AC_LIBSOURCES to require lstat.c and lstat.h.
12962         Remove obsolete comment.
12963         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
12964         * m4/xstrtod.m4: Likewise.
12965
12966         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
12967
12968 2005-09-22  Jim Meyering  <jim@meyering.net>
12969
12970         Sync from coreutils.
12971
12972         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
12973
12974         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
12975         the .tm_year member, since otherwise gcc-4.0 would now warn about
12976         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
12977
12978         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
12979         order to avoid an unsuppressible warning from gcc on 64-bit systems.
12980
12981         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
12982         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
12983         when run in a time zone for which daylight savings time is in effect
12984         for the starting date.
12985
12986         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
12987         stop us from restricting permissions of just-created absolute-named
12988         directories.
12989         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
12990         to restore initial working directory.
12991         * lib/mkdir-p.c (make_dir_parents): New parameter:
12992         different_working_dir, to tell caller if/when we change the working
12993         directory and are unable to return to the initial one.
12994         * lib/mkdir-p.h (make_dir_parents): Update prototype.
12995         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
12996         `return false'.  This fixes a bug introduced on 2004-07-30.
12997
12998         * lib/openat.c (fdopendir): Be sure to close the supplied
12999         file descriptor before returning.  This makes our replacement
13000         implementation a little closer to Solaris's, where fdopendir
13001         ties the file descriptor to the returned DIR* pointer.
13002         * lib/openat.c (unlinkat): New function.
13003         * lib/openat.h (unlinkat): Add prototype.
13004         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
13005         (openat_restore_fail): Rename from openat_restore_die.
13006         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
13007
13008         Provide an alternative to exiting immediately upon save_cwd or
13009         restore_cwd failure.  Now, an application can arrange e.g.,
13010         to perform a longjump in that case.
13011         * lib/openat.c: Include dirname.h.
13012         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
13013         (rpl_openat, fdopendir, fstatat): Call openat_save_die
13014         and openat_restore_die rather than calling error directly.
13015         Don't include "error.h" or "exitfail.h"; they're no longer needed.
13016
13017         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
13018         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
13019         define.
13020
13021         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
13022         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
13023                             int utc, int nanoseconds);
13024         Background:
13025         date should not have to allocate a megabyte of virtual memory to
13026         handle a format argument like +%1048575T.  When implemented with
13027         strftime, it must allocate such a buffer, use strftime to fill it
13028         in, print it, then free it.
13029         With fprintftime, it simply prints everything and exits.
13030         With no need for memory allocation, that's one fewer way to fail.
13031         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
13032         optional field width, not before, so we accept %9:z, not %:9z.
13033         (my_strftime): Be sure to use L_('x') for literals.
13034
13035         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
13036         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
13037         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
13038         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
13039         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
13040         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
13041         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
13042         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
13043         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
13044         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
13045         * lib/xgethostname.c, lib/xreadlink.c:
13046         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
13047
13048         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
13049         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
13050         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
13051         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
13052         and don't include <sys/file.h>).
13053
13054 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
13055
13056         Sync from coreutils.
13057
13058         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
13059         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
13060         [!LDAV_DONE]: Avoid unused variable warning.
13061
13062 2005-09-21  Bruno Haible  <bruno@clisp.org>
13063
13064         * lib/unicodeio.h (unicode_to_mb): New declaration.
13065
13066 2005-09-20  Derek Price  <derek@ximbiot.com>
13067
13068         * lib/getaddrinfo.c: Don't include <netdb.h> included from
13069         getaddrinfo.h.
13070
13071 2005-09-20  Bruno Haible  <bruno@clisp.org>
13072
13073         * gnulib-tool: Remove trailing slashes from the values specified for
13074         --source-base, --m4-base, --tests-base, --aux-dir.
13075         Suggested by Simon Josefsson <jas@extundo.com>.
13076
13077 2005-09-20  Bruno Haible  <bruno@clisp.org>
13078
13079         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
13080         func_modules_to_filelist, func_import, func_create_testdir): Make all
13081         sorting results locale-independent, so that gnulib-cache.m4 doesn't
13082         change when gnulib-tool is invoked in a different locale.
13083
13084 2005-09-19  Simon Josefsson  <jas@extundo.com>
13085
13086         * m4/socklen.m4: Fix typo.
13087
13088 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13089
13090         Use a consistent style for including <config.h>.
13091         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
13092         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
13093         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
13094         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
13095         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
13096         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
13097         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
13098         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
13099         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
13100         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
13101         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
13102         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
13103         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
13104         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
13105         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
13106         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
13107         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
13108         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
13109         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
13110         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
13111         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
13112         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
13113         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
13114         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
13115         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
13116         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
13117         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
13118         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
13119         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
13120         lib/xstrtoumax.c, lib/yesno.c:
13121         Standardize inclusion of config.h.
13122         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
13123         lib/inttostr.h:  Removed inclusion of config.h from header files.
13124         * lib/inttostr.c:  Adjusted in-tree users.
13125         * lib/timespec.h: Remove superfluous warning to include config.h.
13126         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
13127         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
13128         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
13129         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
13130         config.h with HAVE_CONFIG_H.
13131
13132 2005-09-19  Jim Meyering  <jim@meyering.net>
13133
13134         * modules/pathmax (License): Change to LGPL.
13135
13136 2005-09-19  Derek Price  <derek@ximbiot.com>
13137
13138         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
13139
13140 2005-09-19  Bruno Haible  <bruno@clisp.org>
13141
13142         * gnulib-tool (import): Provide default for --tests-base.
13143
13144 2005-09-19  Bruno Haible  <bruno@clisp.org>
13145
13146         * doc/quote.texi: New file, extracted from gnulib.texi.
13147         * doc/ctime.texi: New file, extracted from gnulib.texi.
13148         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
13149         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
13150         * doc/gnulib.texi: Include them.
13151
13152 2005-09-18  Bruno Haible  <bruno@clisp.org>
13153
13154         Portability fix.
13155         * gnulib-tool (func_readlink): New function.
13156         (func_ln_if_changed): Use it.
13157
13158 2005-09-18  Bruno Haible  <bruno@clisp.org>
13159
13160         * gnulib-tool: Support --with-tests also with --import.
13161         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
13162         (func_import): Use variables $testsbase and $inctests. Emit a
13163         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
13164         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
13165         SUBDIRS += $testsdir.
13166         (func_create_testdir): Update.
13167
13168 2005-09-18  Bruno Haible  <bruno@clisp.org>
13169
13170         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
13171         instead of $dry_run.
13172         (func_cp_if_changed, func_mv_if_changed): Remove functions.
13173         (func_ln_if_changed): Don't handle dry-run here.
13174         (func_import): In dry-run mode, detect more precisely which actions
13175         would be performed, and don't use "...ing" verbs.
13176
13177 2005-09-18  Bruno Haible  <bruno@clisp.org>
13178
13179         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
13180         (func_import): Use join on two temporary files instead of three nested
13181         loops, in order to determine which files are new or old.
13182
13183 2005-09-18  Bruno Haible  <bruno@clisp.org>
13184
13185         * gnulib-tool (func_import): Comment out code that spits out the
13186         new files with --dry-run.
13187
13188 2005-09-18  Bruno Haible  <bruno@clisp.org>
13189
13190         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
13191
13192 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
13193
13194         * lib/stat-time.h: New file.
13195         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
13196         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
13197         in a different way.
13198         (timespec_cmp): New function.
13199         * lib/utimecmp.c: Include stat-time.h.
13200         (SYSCALL_RESOLUTION): Depend on whether various struct stat
13201         members exist, not on the obsolescent ST_MTIM_NSEC.
13202         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
13203
13204 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
13205
13206         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
13207
13208 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
13209
13210         * MODULES.html.sh (File system functions): Add stat-time.
13211         * modules/stat-time: New file.
13212         * modules/timespec (Files): Remove m4/st_mtim.m4; this
13213         is now done in a different way, by the stat-time module.
13214         * modules/utimecmp (Depends-on): Add stat-time.
13215
13216 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
13217
13218         * m4/st_mtim.m4: Remove.  Superseded by...
13219         * m4/stat-time.m4: New file.
13220         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
13221         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
13222
13223 2005-09-15  Derek Price  <derek@ximbiot.com>
13224
13225         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
13226
13227 2005-09-15  Derek Price  <derek@ximbiot.com>
13228
13229         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
13230         * lib/regex_internal.c: Ditto, using this...
13231         (__GNUC_PREREQ): ...new macro.
13232         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
13233         using...
13234         (__GNUC_PREREQ): ...this new macro.
13235
13236         * lib/strstr.h: Include string.h. Define strstr as a macro here.
13237
13238 2005-09-15  Derek Price  <derek@ximbiot.com>
13239             Paul Eggert  <eggert@cs.ucla.edu>
13240
13241         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
13242         changes, consolidating in...
13243         * lib/regex_internal.h: ...this file.
13244
13245 2005-09-13  Jim Meyering  <jim@meyering.net>
13246
13247         * lib/canon-host.c: Filter through gnu indent and reword comments
13248         slightly.
13249         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
13250
13251 2005-09-13  Derek Price  <derek@ximbiot.com>
13252
13253         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
13254         failure.
13255         Reported by Jim Meyering  <jim@meyering.net>.
13256
13257 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
13258
13259         * lib/base64.c: Typo.
13260         (base64_encode): Put b64str in initialized data section.
13261
13262 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
13263
13264         Merge glibc and coreutils changes into gnulib, plus a few
13265         extra fixes.
13266         * lib/md5.c: Use #error rather than a string.
13267         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
13268         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
13269         (__attribute__): Define to empty for non recent-GCC.
13270         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
13271         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
13272         Renamed from their non-__ counterparts, with new macros replacing
13273         them if not _LIBC.  Add __THROW attribute.
13274         (rol): Remove.
13275         (struct md5_ctx): Align buffer if using GCC.
13276         * lib/sha1.h (struct sha1_ctx): Likewise.
13277         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
13278         The old name was backwards.
13279         (NOTSWAP): Remove; not used.
13280         (rol): New macro, moved here from md5.h.
13281         (sha1_process_block): Remove a FIXME that doesn't make sense.
13282
13283 2005-09-12  Derek Price  <derek@ximbiot.com>
13284
13285         Return usable errors from canon-host.
13286         * lib/canon-host.h: New file.
13287         * lib/canon-host.c (canon_host): Wrap...
13288         (canon_host_r): ...this new function, which now relies exclusively on
13289         getaddrinfo.
13290         (ch_strerror): New function.
13291         (last_cherror): New global.
13292         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
13293         interface.
13294         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
13295         void *.
13296         (freeaddrinfo): Free ai->ai_canonname when set.
13297
13298 2005-09-12  Derek Price  <derek@ximbiot.com>
13299
13300         Make canon-host require getaddrinfo.
13301         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
13302         AC_LIBSOURCE canon-host.h.  Call...
13303         (gl_PREREQ_CANON_HOST): ...this new function, which requires
13304         gl_GETADDRINFO.
13305         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
13306
13307 2005-09-12  Derek Price  <derek@ximbiot.com>
13308
13309         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
13310         LGPL.
13311         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
13312
13313 2005-09-12  Derek Price  <derek@ximbiot.com>
13314
13315         * lib/gai_strerror.c: Include config.h when available.  Include
13316         getaddrinfo.h before other headers to test interface.
13317         Reported by Larry Jones <lawrence.jones@ugs.com>.
13318
13319 2005-09-12  Derek Price  <derek@ximbiot.com>
13320             Paul Eggert  <eggert@cs.ucla.edu>
13321
13322         * modules/glob (Files): Add glob-libc.h.
13323
13324 2005-09-12  Derek Price  <derek@ximbiot.com>
13325             Paul Eggert  <eggert@cs.ucla.edu>
13326
13327         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
13328         glob_.h, glob-libc.h.
13329         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
13330
13331 2005-09-12  Derek Price  <derek@ximbiot.com>
13332             Paul Eggert  <eggert@cs.ucla.edu>
13333
13334         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
13335         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
13336         protecting things that should be done only in gnulib contexts.
13337         * lib/glob_.h: New file, containing only the glob things needed for
13338         gnulib.
13339         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
13340         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
13341         (glob, globfree, glob_pattern_p): Now defined simply in terms of
13342         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
13343         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
13344         and to respect the namespace rules better.
13345
13346 2005-09-08  Simon Josefsson  <jas@extundo.com>
13347
13348         * modules/socklen: New file.
13349
13350 2005-09-08  Simon Josefsson  <jas@extundo.com>
13351
13352         * m4/socklen.m4: New file.
13353
13354 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13355
13356         * modules/utimens (Files): Add m4/utimbuf.m4, since
13357         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
13358         Reported by Sergey Poznyakoff.
13359
13360 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13361
13362         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
13363         definitions, since that's the preferred style in glibc.
13364         Fix a minor spacing issue, and update copyright notice to match
13365         glibc's.
13366
13367 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13368
13369         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
13370
13371 2005-09-06  Simon Josefsson  <jas@extundo.com>
13372
13373         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
13374         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
13375
13376 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
13377
13378         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
13379         warning.
13380
13381 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
13382
13383         * config/srclist.txt: Add glibc bug 1302.
13384
13385 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
13386
13387         Change bitset word type from unsigned int to unsigned long int,
13388         as this has better performance on typical 64-bit hosts.
13389         Port bitset code to hosts with unusual word sizes.
13390         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
13391         (build_collating_symbol):
13392         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
13393         argument is a bitset.  This is merely a style issue, but it makes
13394         it clearer that an entire array is expected.
13395         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
13396         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
13397         Port to the case where bitset_word is not the same as unsigned int.
13398         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
13399         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
13400         Likewise.
13401         * lib/regexec.c (check_dst_limits_calc_pos_1,
13402         check_subexp_matching_top):
13403         (build_trtable, group_nodes_into_DFAstates):
13404         Likewise.
13405         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
13406         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
13407         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
13408         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
13409         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
13410         * lib/regcomp.c (optimize_subexps, lower_subexp):
13411         Work even if bitset_word has holes in its bitwise representation.
13412         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
13413         * lib/regexec.c (check_dst_limits_calc_pos_1,
13414         check_subexp_matching_top):
13415         Likewise.
13416         * lib/regex_internal.c (re_string_reconstruct):
13417         Don't assume UCHAR_MAX == 255.
13418         * lib/regex_internal.h (bitset_set_all): Likewise.
13419         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
13420         All uses changed.
13421         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
13422         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
13423         All uses changed.
13424         (BITSET_WORD_MAX): New macro.
13425         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
13426         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
13427         (bitset_empty, bitset_copy):
13428         Prefer sizeof (bitset) to multiplying it out ourselves.
13429         (bitset_not_merge): Remove; unused.
13430         (bitset_contain): Return bool, not unsigned int with one bit on.
13431         All callers changed.
13432         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
13433         alignment than re_node_set; do this by defining a new internal
13434         type struct dests_alloc and using it to allocate memory.
13435
13436 2005-09-05  Bruno Haible  <bruno@clisp.org>
13437
13438         * gnulib-tool (func_import): Fix comparison in handling of symbolic
13439         links.
13440
13441 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
13442
13443         * modules/size_max (Makefile.am): Add size_max.h
13444
13445 2005-09-04  Derek Price  <derek@ximbiot.com>
13446
13447         * gnulib-tool (func_import): Fix reversed $symbolic logic.
13448
13449 2005-09-03  Simon Josefsson  <jas@extundo.com>
13450
13451         * gnulib-tool: Fix typo.
13452
13453 2005-09-03  Simon Josefsson  <jas@extundo.com>
13454
13455         * config/srclist.txt: Add glibc bug 1293.
13456
13457 2005-09-03  Derek Price  <derek@ximbiot.com>
13458
13459         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
13460         From Larry Jones <lawrence.jones@ugs.com>.
13461
13462 2005-09-02  Simon Josefsson  <jas@extundo.com>
13463
13464         * modules/socklen: New file.
13465
13466 2005-09-02  Simon Josefsson  <jas@extundo.com>
13467
13468         * modules/havelib: New module.
13469
13470         * modules/gettext, modules/iconv, modules/lock, modules/readline:
13471         Use havelib.
13472
13473 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
13474
13475         Check for arithmetic overflow when calculating sizes, to prevent
13476         some buffer-overflow issues.  These patches are conservative, in the
13477         sense that when I couldn't determine whether an overflow was possible,
13478         I inserted a run-time check.
13479         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
13480         macros.
13481         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
13482         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
13483         (re_xnrealloc, re_x2nrealloc): New inline functions.
13484         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
13485         parse_bracket_exp):
13486         (build_equiv_class, build_charclass): Check for arithmetic overflow
13487         in size expression calculations.
13488         * lib/regex_internal.c (re_string_realloc_buffers):
13489         (build_wcs_upper_buffer, re_node_set_add_intersect):
13490         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
13491         (re_dfa_add_node, register_state): Likewise.
13492         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
13493         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
13494         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
13495         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
13496
13497 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
13498
13499         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
13500         m4/ulonglong.m4.  Problem reported by Martin Lambers.
13501
13502 2005-09-02  Bruno Haible  <bruno@clisp.org>
13503
13504         Support for lib vs. lib64 distinction on biarch platforms.
13505         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
13506         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
13507         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
13508
13509 2005-09-02  Bruno Haible  <bruno@clisp.org>
13510
13511         * gnulib-tool (import): In the other first-use case, provide defaults
13512         as well.
13513
13514 2005-09-02  Bruno Haible  <bruno@clisp.org>
13515
13516         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
13517         patches not yet found in the latest gettext release.
13518
13519 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
13520
13521         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
13522         to avoid a collision with bits/local_lim.h in glibc.
13523         All uses changed.  Problem reported by Dmitry V. Levin in
13524         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
13525
13526         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
13527         bugs in int versus size_t comparisons.
13528         (re_string_context_at): Fix bug where the code assumed that
13529         Idx is signed.
13530
13531         Use bool where appropriate.
13532         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
13533         All callers changed.
13534         (calc_eclosure_iter): Likewise, for ROOT arg.
13535         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
13536         (build_charclass_op): Likewise, for NON_MATCH arg.
13537         * lib/regex_internal.c (re_string_allocate, re_string_construct):
13538         (re_string_construct_common): Likewise, for ICASE arg.
13539         * lib/regexec.c (re_search_2_stub, re_search_stub):
13540         Likewise, for RET_LEN arg.
13541         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
13542         (set_regs): Likewise, for FL_BACKTRACK arg.
13543         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
13544         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
13545         (calc_eclosure_iter, parse_bracket_exp):
13546         Use bool for internal variables that are booleans.
13547         * lib/regexec.c (re_search_internal, check_matching,
13548         proceed_next_node):
13549         (set_regs, build_sifted_states, sift_states_bkref):
13550         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
13551         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
13552         (find_collation_sequence_value):
13553         Likewise.
13554         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
13555         (re_node_set_compare):
13556         Return bool, not int. All callers changed.
13557         * lib/regexec.c (check_halt_node_context, check_dst_limits):
13558         (build_trtable, check_node_accept): Likewise.
13559         * lib/regex_internal.h: Include stdbool.h.
13560
13561         Fix bugs uncovered when converting to bool.
13562         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
13563         failure instead of charging ahead blindly.
13564         * lib/regex_internal.c (register_state): Likewise.
13565         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
13566         for freeing internal storage.
13567         (group_nodes_into_DFA_states): Use unsigned int, not int, for
13568         bitset pieces used as boolean, to avoid undefined behavior
13569         on hosts that do int overflow checking.
13570
13571 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
13572
13573         * config/srclist.txt: Add glibc bugs 1285-1287.
13574
13575 2005-09-01  Jim Meyering  <jim@meyering.net>
13576
13577         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
13578         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
13579         Require gl_STAT_MACROS, too.
13580
13581 2005-09-01  Bruno Haible  <bruno@clisp.org>
13582
13583         * gnulib-tool (import): In the first-use case, provide defaults.
13584
13585 2005-09-01  Bruno Haible  <bruno@clisp.org>
13586
13587         * gnulib-tool (func_import): Remove the .tmp files.
13588
13589 2005-09-01  Bruno Haible  <bruno@clisp.org>
13590
13591         * gnulib-tool (func_import): Fix handling of symbolic links.
13592
13593 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13594
13595         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
13596         old glibc regex code mishandles strings longer than 2**31 bytes.
13597         This patch fixes this when the regex code is used in gnulib
13598         (i.e., outside glibc).
13599
13600         This patch should not affect the use of the regex code inside
13601         glibc.  No doubt this problem also needs to be handled for glibc
13602         as well, but the result will be an incompatible change to the
13603         glibc ABI, and the old ABI will have to be supported too.  That
13604         can be the the subject for another patch.
13605
13606         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
13607         governing whether the rest of this patch is active.  By default,
13608         the macro is disabled and the patch has no effect.
13609         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
13610         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
13611         (struct re_pattern_buffer, re_search, re_search_2, re_match):
13612         (re_match_2, re_set_registers): Use the new types.
13613         * lib/regex_internal.h (Idx, re_hashval_t): New types.
13614         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
13615         New macros.
13616         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
13617         (re_string_context_at, bin_tree_t, re_dfastate_t):
13618         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
13619         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
13620         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
13621         (re_string_char_size_at, re_string_wchar_at):
13622         (re_string_elem_size_at):
13623         Use the new types and macros to port to 64-bit hosts.
13624         Use unsigned types for internal values, so that the code
13625         mostly works even for arrays larger than SSIZE_MAX.
13626         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
13627         (search_duplicated_node, calc_eclosure_iter, fetch_number):
13628         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
13629         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
13630         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
13631         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
13632         (calc_inveclosure, parse_dup_op, build_range_exp):
13633         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
13634         (fetch_number, create_token_tree, mark_opt_subexp):
13635         Likewise.
13636         * lib/regex_internal.c (re_string_construct_common,
13637         create_ci_newstate):
13638         (create_cd_newstate, re_string_allocate, re_string_construct):
13639         (re_string_realloc_buffers, build_wcs_upper_buffer):
13640         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
13641         (re_string_reconstruct, re_string_peek_byte_case):
13642         (re_string_fetch_byte_case, re_string_context_at):
13643         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
13644         (re_node_set_init_copy, re_node_set_add_intersect):
13645         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
13646         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
13647         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
13648         (re_acquire_state, re_acquire_state_context, register_state):
13649         Likewise.
13650         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
13651         search_cur_bkref_entry):
13652         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
13653         (re_search_internal, re_search_2_stub, re_search_stub)
13654         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
13655         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
13656         (update_cur_sifted_state, check_dst_limits):
13657         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
13658         (check_subexp_limits, sift_states_bkref, merge_state_array):
13659         (check_subexp_matching_top, get_subexp, get_subexp_sub):
13660         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
13661         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
13662         (expand_bkref_cache, check_node_accept_bytes):
13663         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
13664         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
13665         (acquire_init_state_context, check_halt_node_context):
13666         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
13667         (sift_states_backward, clean_state_log_if_needed):
13668         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
13669         (find_recover_state, transit_state_sb, transit_state_mb):
13670         (transit_state_bkref, build_trtable, match_ctx_clean):
13671         Likewise.
13672         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
13673         to work around an assumption that REG_MISSING is negative.
13674
13675         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
13676         (seek_collating_symbol_entry) [defined _LIBC]:
13677         (lookup_collation_sequence_value) [defined _LIBC]:
13678         (build_range_exp, build_collating_symbol) [defined _LIBC]:
13679         Use prototypes rather than old-style function definitions.
13680         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
13681         (transit_state_sb) [0]:
13682         (find_collation_sequence_value) [defined _LIBC]: Likewise.
13683
13684         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
13685         rm_eo.
13686
13687         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
13688         (optimize_subexps, lower_subexp):
13689         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
13690         since the signed shift might overflow.  Use 1u<<31 instead.
13691         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
13692         Likewise.
13693         * lib/regexec.c (check_dst_limits_calc_pos_1,
13694         check_subexp_matching_top): Likewise.
13695
13696         * lib/regcomp.c (optimize_subexps, lower_subexp):
13697         Use CHAR_BIT rather than 8, for clarity.
13698         * lib/regexec.c (check_dst_limits_calc_pos_1):
13699         (check_subexp_matching_top): Likewise.
13700         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
13701         have to worry about portability issues when shifting it left.
13702         Remove no-longer-needed test for table_size > 0.
13703         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
13704         in a word, as the resulting behavior is undefined.
13705         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
13706         in one case, a <= should have been an <, and in another case the
13707         whole test was missing.
13708         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
13709         the standard name CHAR_BIT.
13710         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
13711         this is not true on one's complement and signed-magnitude hosts.
13712
13713         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
13714         next_last_offset.
13715         (struct re_dfa_t): Remove unused member states_alloc.
13716         * lib/regcomp.c (init_dfa): Don't initialize unused members.
13717
13718 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13719
13720         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
13721         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
13722         and large-file glibc and in 32-bit large-file Solaris.
13723
13724 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13725
13726         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
13727         lengths fit in regoff_t; this isn't true if regoff_t is the same
13728         width as size_t.
13729         * lib/regex.c (re_search_internal): 5th arg is LAST_START
13730         (= START + RANGE) instead of RANGE.  This avoids overflow
13731         problems when regoff_t is the same width as size_t.
13732         All callers changed.
13733         (re_search_2_stub): Check for overflow when adding the
13734         sizes of the two strings.
13735         (re_search_stub): Check for overflow when adding START
13736         to RANGE; if it occurs, substitute the extreme value.
13737
13738 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13739
13740         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
13741
13742 2005-08-31  Jim Meyering  <jim@meyering.net>
13743
13744         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
13745         a pointer-to-const.
13746         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
13747         (register_state): Likewise.
13748         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
13749         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
13750         (group_nodes_into_DFAstates): Likewise.
13751
13752 2005-08-31  Jim Meyering  <jim@meyering.net>
13753
13754         * check-module: Add a FIXME comment.
13755
13756 2005-08-31  Eric Blake  <ebb9@byu.net>
13757
13758         * modules/unistd-safer (Files): Add unistd--.h.
13759         * modules/stdio-safer (Files): Add stdio--.h.
13760
13761 2005-08-31  Derek Price  <derek@ximbiot.com>
13762
13763         * lib/getdelim.c (getdelim): Return EOF on EOF.
13764         Reported by Larry Jones <lawrence.jones@ugs.com>.
13765
13766 2005-08-31  Bruno Haible  <bruno@clisp.org>
13767
13768         Avoid unnecessary diffs in the generated lib/Makefile.am.
13769         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
13770         the generated files.
13771         (func_import): Don't set cmd.
13772
13773 2005-08-31  Bruno Haible  <bruno@clisp.org>
13774
13775         * lib/strstr.c: Include <stddef.h>, for NULL.
13776         * lib/strcasestr.c: Likewise.
13777         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
13778
13779 2005-08-31  Bruno Haible  <bruno@clisp.org>
13780
13781         * gnulib-tool: New option --macro-prefix.
13782         (func_import): Use macro_prefix.
13783         (import): Handle option --macro-prefix.
13784
13785 2005-08-31  Bruno Haible  <bruno@clisp.org>
13786
13787         * gnulib-tool (import): Rename most ac_* variables to cached_*.
13788         Also use new variables cached_lgpl, cached_libtool.
13789
13790 2005-08-31  Bruno Haible  <bruno@clisp.org>
13791
13792         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
13793         always instantiating them.
13794
13795 2005-08-31  Bruno Haible  <bruno@clisp.org>
13796
13797         * gnulib-tool (func_import): Read the previous cached settings
13798         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
13799         earlier added by gnulib but are now dropped. Warn when a gnulib file
13800         overwrites a non-gnulib file.
13801
13802 2005-08-31  Bruno Haible  <bruno@clisp.org>
13803
13804         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
13805         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
13806         projects that don't keep autogenerated files in CVS. Put into
13807         actioncmd only the specified modules, not the transitive closure.
13808
13809 2005-08-31  Bruno Haible  <bruno@clisp.org>
13810
13811         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
13812         Create directories that shall be filled.
13813         (import): Don't look for gl_* macros in configure.ac. Recurse across
13814         all directories containing a gnulib-cache.m4 files, if meaningful.
13815
13816 2005-08-31  Bruno Haible  <bruno@clisp.org>
13817
13818         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
13819         (import): Set seen_libtool when we see gl_LIBTOOL.
13820
13821 2005-08-31  Bruno Haible  <bruno@clisp.org>
13822
13823         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
13824         declaration macro definitions from generated gnulib.m4.
13825
13826 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
13827
13828         * lib/iconvme.h: Add prototype for iconv_alloc.
13829
13830 2005-08-29  Simon Josefsson  <jas@extundo.com>
13831
13832         * lib/iconvme.c: Fix errno.
13833
13834 2005-08-29  Bruno Haible  <bruno@clisp.org>
13835
13836         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
13837         that it works when the directory contains spaces.
13838
13839 2005-08-29  Bruno Haible  <bruno@clisp.org>
13840
13841         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
13842
13843 2005-08-29  Bruno Haible  <bruno@clisp.org>
13844
13845         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
13846         Emit more advice.
13847
13848 2005-08-29  Bruno Haible  <bruno@clisp.org>
13849         and Stepan Kasal  <kasal@ucw.cz>
13850
13851         * check-module: If more parameters are given, check each of them
13852         separately; add more exceptions, as noted by Jim Meyering.
13853         (check_module): New procedure.
13854         (%exempt_header): Now contains all exceptions.
13855
13856 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
13857
13858         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
13859
13860 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
13861
13862         * lib/iconvme.c: Split iconv_string into iconv_alloc.
13863
13864 2005-08-28  Bruno Haible  <bruno@clisp.org>
13865
13866         * m4/gnulib-tool.m4: New file.
13867
13868 2005-08-27  Jim Meyering  <jim@meyering.net>
13869
13870         * modules/unistd-safer (Files): Add pipe-safer.c.
13871         * modules/fcntl-safer (Files): Add creat-safer.c.
13872
13873 2005-08-27  Jim Meyering  <jim@meyering.net>
13874
13875         * m4/stdlib-safer.m4: New file.  From coreutils.
13876         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
13877         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
13878         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
13879         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
13880         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
13881
13882 2005-08-27  Jim Meyering  <jim@meyering.net>
13883
13884         * lib/fopen-safer.c: Merge minor changes from coreutils.
13885         * lib/dup-safer.c: Likewise.
13886         * lib/fd-safer.c: Likewise.
13887
13888         Merge from coreutils.
13889         * lib/stdio--.h: New file.
13890         * lib/stdlib--.h: New file.
13891         * lib/mkstemp-safer.c: New file.
13892
13893         GNU tar needs these.
13894         * lib/pipe-safer.c: New file.
13895         * lib/creat-safer.c: New file.
13896         * lib/fcntl--.h (creat): Define to creat_safer.
13897         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
13898         * lib/unistd--.h (pipe): Define to pipe_safer.
13899         * lib/unistd-safer.h: Declare pipe_safer.
13900
13901 2005-08-26  Simon Josefsson  <jas@extundo.com>
13902
13903         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
13904         Haible <bruno@clisp.org>.
13905
13906 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
13907
13908         * lib/regex_internal.h: Remove all references to
13909         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
13910         or better.
13911         (bitset_not, bitset_merge, bitset_not_merge):
13912         (bitset_mask, re_string_allocate, re_string_construct):
13913         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
13914         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
13915         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
13916         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
13917         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
13918         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
13919         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
13920         (re_acquire_state_context):
13921         Remove unnecessary forward decls.
13922         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
13923         Put __attribute at function definition,
13924         now that the function decl has been removed.
13925         * lib/regex_internal.c (re_string_peek_byte_case):
13926         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
13927         Likewise.
13928
13929 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
13930
13931         * m4/regex.m4: Add AC_PREREQ(2.50).
13932         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
13933
13934 2005-08-25  Simon Josefsson  <jas@extundo.com>
13935
13936         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
13937         __fsetlocking.
13938
13939 2005-08-25  Simon Josefsson  <jas@extundo.com>
13940
13941         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
13942         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
13943         GLIBC specific code.
13944
13945 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13946
13947         Make regex safe for g++.  This fixes one real bug (an "err"
13948         that should have been "*err").  g++ problem reported by
13949         Sam Steingold.
13950         * lib/regex_internal.h (re_calloc): New macro, consistent with
13951         re_malloc etc.  All callers of calloc changed to use re_calloc.
13952         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
13953         not int.  All callers changed.
13954         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
13955         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
13956         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
13957         (find_recover_state): Change "err" to "*err"; this fixes what
13958         appears to be a real bug.
13959         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
13960         versus int.
13961
13962 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13963
13964         * modules/regex (Depends-on): Add malloc, since the code
13965         assumes that !malloc(0) means failure.
13966
13967 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13968
13969         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
13970
13971         alloca modernization/simplification for regex.
13972         * lib/regex.c: Remove portability cruft for alloca.  This no longer
13973         needs to be at the start of the file, and can be moved into
13974         regex_internal.h and simplified.
13975         * lib/regex_internal.h: Include <alloca.h>.
13976         (__libc_use_alloca) [!defined _LIBC]: New macro.
13977         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
13978         now works outside glibc.
13979
13980 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13981
13982         * config/srclist.txt: Add glibc bugs 1241, 1245.
13983
13984 2005-08-25  Jim Meyering  <jim@meyering.net>
13985
13986         * lib/open-safer.c: Include <config.h>.
13987         Otherwise, we'd lose LARGEFILE support in any file using
13988         e.g. "fcntl--.h"
13989
13990 2005-08-25  Bruno Haible  <bruno@clisp.org>
13991
13992         * m4/minmax.m4: Require autoconf 2.52.
13993         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
13994         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
13995         alternatives of translit over the alphabet.
13996         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
13997
13998 2005-08-24  Simon Josefsson  <jas@extundo.com>
13999
14000         * tests/test-getpass.c: New file.
14001
14002 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
14003
14004         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
14005         for GNU regex features.
14006
14007 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
14008
14009         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
14010         * lib/regex.h (regerror): Likewise.
14011
14012         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
14013         requires this.  (The code never needed it.)
14014
14015         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
14016         All uses of recently-renamed identifiers changed to use the new,
14017         POSIX-compliant names.  The code will build and run just fine
14018         without these changes, but it's better to eat our own dog food
14019         and use the standard-conforming names.
14020
14021         * lib/regex.h: Fix a multitude of POSIX name space violations.
14022         These changes have an effect only for programs that define
14023         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
14024         do not change anything for programs compiled in the normal way.
14025         Also, there is no effect on the ABI.
14026
14027         (_REGEX_SOURCE): New macro.
14028         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
14029         defined and _GNU_SOURCE is not; this fixes a name space violation.
14030
14031         Rename the following macros to obey POSIX requirements.
14032         The old names are still visible as macros if _REGEX_SOURCE is defined.
14033         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
14034         RE_BACKSLASH_ESCAPE_IN_LISTS.
14035         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
14036         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
14037         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
14038         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
14039         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
14040         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
14041         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
14042         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
14043         (REG_INTERVALS): renamed from RE_INTERVALS.
14044         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
14045         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
14046         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
14047         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
14048         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
14049         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
14050         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
14051         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
14052         RE_UNMATCHED_RIGHT_PAREN_ORD.
14053         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
14054         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
14055         (REG_DEBUG): renamed from RE_DEBUG.
14056         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
14057         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
14058         unusual, since we can't clash with the POSIX REG_ICASE.
14059         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
14060         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
14061         (REG_NO_SUB): renamed from RE_NO_SUB.
14062         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
14063         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
14064         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
14065         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
14066         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
14067         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
14068         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
14069         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
14070         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
14071         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
14072         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
14073         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
14074         RE_SYNTAX_POSIX_MINIMAL_BASIC.
14075         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
14076         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
14077         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
14078         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
14079         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
14080         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
14081         (REG_FIXED): Renamed from REGS_FIXED.
14082         (REG_NREGS): Renamed from RE_NREGS.
14083
14084         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
14085         of other REG_* macros, since POSIX says the user is allowed to
14086         #undef these macros selectively.
14087
14088         (reg_errcode_t): Update comment stating what other tables need
14089         to be consistent.
14090
14091         Rename the following enum values to obey POSIX requirements.
14092         The old names are still visible as macros.
14093         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
14094         is not defined, since GNU is supposed to be a superset of POSIX as
14095         much as possible, and since we want reg_errcode_t to be a signed
14096         type for implementation consistency.
14097         (_REG_NOERROR): Renamed from REG_NOERROR.
14098         (_REG_NOMATCH): Renamed from REG_NOMATCH.
14099         (_REG_BADPAT): Renamed from REG_BADPAT.
14100         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
14101         (_REG_ECTYPE): Renamed from REG_ECTYPE.
14102         (_REG_EESCAPE): Renamed from REG_EESCAPE.
14103         (_REG_ESUBREG): Renamed from REG_ESUBREG.
14104         (_REG_EBRACK): Renamed from REG_EBRACK.
14105         (_REG_EPAREN): Renamed from REG_EPAREN.
14106         (_REG_EBRACE): Renamed from REG_EBRACE.
14107         (_REG_BADBR): Renamed from REG_BADBR.
14108         (_REG_ERANGE): Renamed from REG_ERANGE.
14109         (_REG_ESPACE): Renamed from REG_ESPACE.
14110         (_REG_BADRPT): Renamed from REG_BADRPT.
14111         (_REG_EEND): Renamed from REG_EEND.
14112         (_REG_ESIZE): Renamed from REG_ESIZE.
14113         (_REG_ERPAREN): Renamed from REG_ERPAREN.
14114         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
14115         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
14116         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
14117         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
14118
14119         (_REG_RE_NAME, _REG_RM_NAME): New macros.
14120         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
14121         changed.  But support the old name if the new one is not defined
14122         and if _REGEX_SOURCE.
14123
14124         Change the following member names in struct re_pattern_buffer.
14125         The old names are still supported if !_REGEX_SOURCE.
14126         The new names are always supported, regardless of _REGEX_SOURCE.
14127         (re_buffer): Renamed from buffer.
14128         (re_allocated): Renamed from allocated.
14129         (re_used): Renamed from used.
14130         (re_syntax): Renamed from syntax.
14131         (re_fastmap): Renamed from fastmap.
14132         (re_translate): Renamed from translate.
14133         (re_can_be_null): Renamed from can_be_null.
14134         (re_regs_allocated): Renamed from regs_allocated.
14135         (re_fastmap_accurate): Renamed from fastmap_accurate.
14136         (re_no_sub): Renamed from no_sub.
14137         (re_not_bol): Renamed from not_bol.
14138         (re_not_eol): Renamed from not_eol.
14139         (re_newline_anchor): Renamed from newline_anchor.
14140
14141         Change the following member names in struct re_registers.
14142         The old names are still supported if !_REGEX_SOURCE.
14143         The new names are always supported, regardless of _REGEX_SOURCE.
14144         (rm_num_regs): Renamed from num_regs.
14145         (rm_start): Renamed from start.
14146         (rm_end): Renamed from end.
14147
14148         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
14149         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
14150         Prepend __ to parameter names.
14151
14152         Undo yesterday's changes.
14153
14154 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
14155
14156         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
14157         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
14158         lib/regex.c.
14159
14160 2005-08-24  Jim Meyering  <jim@meyering.net>
14161
14162         Sync from coreutils.
14163         * m4/fcntl-safer.m4: New file.
14164
14165         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
14166         and object files for this module.
14167
14168 2005-08-24  Jim Meyering  <jim@meyering.net>
14169
14170         Sync from coreutils.
14171         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
14172
14173 2005-08-24  Jim Meyering  <jim@meyering.net>
14174
14175         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
14176         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
14177
14178 2005-08-24  Jim Meyering  <jim@meyering.net>
14179
14180         * modules/fcntl-safer: New module.
14181         * modules/fts (Depends-on): Add fcntl-safer.
14182         * MODULES.html.sh (File descriptor based Input/Output):
14183         Add fcntl-safer.
14184
14185 2005-08-24  Bruno Haible  <bruno@clisp.org>
14186
14187         Support for unit test modules.
14188         * modules/README: Mention tests modules.
14189         * modules/TEMPLATE-TESTS: New file.
14190         * gnulib-tool: New options --extract-tests-module, --with-tests and
14191         --tests-base (unused for the moment).
14192         (testsbase, inctests): New variables.
14193         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
14194         (func_verify_module): Exclude TEMPLATE-TESTS.
14195         (func_verify_nontests_module, func_verify_tests_module): New functions.
14196         (func_get_dependencies): Add implicit dependency for tests modules.
14197         (func_get_tests_module): New function.
14198         (func_modules_transitive_closure): When --with-tests was specified,
14199         include the unit tests as well, unless explicitly avoided.
14200         (func_emit_lib_Makefile_am): Ignore the tests modules here.
14201         (func_emit_tests_Makefile_am): New function.
14202         (func_create_testdir): When --with-tests was specified, emit a
14203         tests/ directory.
14204         * MODULES.html.sh (Future developments): Update.
14205
14206 2005-08-24  Bruno Haible  <bruno@clisp.org>
14207
14208         * modules/tls-tests: New file.
14209         * tests/test-tls.c: New file, from GNU gettext.
14210
14211 2005-08-24  Bruno Haible  <bruno@clisp.org>
14212
14213         * modules/lock-tests: New file.
14214         * tests/test-lock.c: New file, from GNU gettext.
14215
14216 2005-08-24  Bruno Haible  <bruno@clisp.org>
14217
14218         * lib/lock.h: Add multiple inclusion guard.
14219         * lib/tls.h: Add multiple inclusion guard.
14220
14221 2005-08-24  Bruno Haible  <bruno@clisp.org>
14222
14223         * gnulib-tool: Add support for the --aux-dir option to
14224         --create-testdir, --create-megatestdir, --test, --megatest.
14225         (func_create_testdir, func_create_megatestdir): Optionally emit a
14226         AC_CONFIG_AUX_DIR directive.
14227         (create-testdir, create-megatestdir, test, megatest): Provide a
14228         default value for $auxdir.
14229
14230 2005-08-24  Bruno Haible  <bruno@clisp.org>
14231
14232         * gnulib-tool (import): Use compound statement instead of subshell
14233         where possible.
14234
14235 2005-08-24  Bruno Haible  <bruno@clisp.org>
14236
14237         * gnulib-tool (import): Change --aux-dir default to "build-aux".
14238
14239 2005-08-24  Bruno Haible  <bruno@clisp.org>
14240
14241         * gnulib-tool (func_version): Update.
14242
14243 2005-08-24  Bruno Haible  <bruno@clisp.org>
14244
14245         * gnulib-tool (func_import, func_create_testdir,
14246         func_create_megatestdir): Quote all autoconf macro arguments.
14247
14248 2005-08-24  Bruno Haible  <bruno@clisp.org>
14249
14250         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
14251         option --force, because --force causes the aclocal.m4 of each
14252         subdirectory to be newer than the corresponding config.h.in.
14253
14254 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
14255
14256         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
14257         All contents moved to gl_REGEX.
14258         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
14259         assume that it does.
14260
14261 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
14262
14263         * lib/regex.h (REG_NOSYS)
14264         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
14265         Define, since POSIX requires it as of 2001.
14266         (_REG_ENOSYS)
14267         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
14268         New private symbol, used to keep the enum signed in all cases.
14269         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
14270         Youngman in
14271         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
14272
14273         * lib/regex_internal.c (re_string_skip_chars, register_state):
14274         (calc_state_hash):
14275         Remove forward decls; no longer needed now that we use prototypes.
14276         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
14277         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
14278         (clean_state_log_if_needed): Likewise.
14279
14280 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
14281
14282         * config/srclist.txt: Add glibc bugs 1231-1233.
14283
14284 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14285
14286         Fix problems reported by Sam Steingold in
14287         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
14288         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
14289         assumed that reg_errcode_t is a signed type, which is not
14290         necessarily true if _XOPEN_SOURCE is not defined.
14291         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
14292         since some compilers warn about it otherwise.
14293
14294 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14295
14296         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
14297         (init_word_char, create_initial_state, duplicate_node_closure):
14298         (fetch_token, peek_token_bracket, build_range_exp):
14299         (build_collating_symbol): Remove forward decls; no longer needed
14300         now that we use prototypes.
14301
14302         * lib/regcomp.c:
14303         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
14304         (re_compile_fastmap_iter, regcomp, regerror, regfree):
14305         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
14306         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
14307         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
14308         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
14309         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
14310         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
14311         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
14312         (build_range_exp, build_collating_symbol, parse_bracket_exp):
14313         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
14314         (build_charclass, build_charclass_op, fetch_number, create_tree):
14315         (create_token_tree, mark_opt_subexp, duplicate_tree):
14316         Use prototypes rather than old-style definitions.
14317
14318         * lib/regex_internal.c:
14319         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
14320         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
14321         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
14322         (re_string_reconstruct, re_string_peek_byte_case):
14323         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
14324         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
14325         (re_node_set_init_copy, re_node_set_add_intersect):
14326         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
14327         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
14328         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
14329         (re_acquire_state, re_acquire_state_context, register_state):
14330         (create_ci_newstate, create_cd_newstate, free_state):
14331         Likewise.
14332         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
14333         re_search_2):
14334         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
14335         (re_search_internal, prune_impossible_nodes):
14336         (acquire_init_state_context, check_matching, static):
14337         (check_halt_node_context, check_halt_state_context, proceed_next_node):
14338         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
14339         (update_regs, sift_states_backward, build_sifted_states):
14340         (clean_state_log_if_needed, merge_state_array):
14341         (update_cur_sifted_state, add_epsilon_src_nodes):
14342         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
14343         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
14344         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
14345         (find_recover_state, check_subexp_matching_top, transit_state_mb):
14346         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
14347         (check_arrival, check_arrival_add_next_nodes):
14348         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
14349         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
14350         (check_node_accept_bytes, check_node_accept, extend_buffers):
14351         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
14352         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
14353         (sift_ctx_init):
14354         Likewise.
14355
14356         * lib/regex_internal.h:
14357         (re_string_allocate, re_string_construct, re_string_reconstruct):
14358         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
14359         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
14360         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
14361         (re_string_context_at, re_string_peek_byte_case):
14362         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
14363         is defined, since we now use prototypes always.
14364
14365         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
14366         C89 or better.  All uses removed.
14367
14368 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14369
14370         * config/srclist.txt: Add glibc bugs 1220-1227.
14371
14372 2005-08-20  Jim Meyering  <jim@meyering.net>
14373
14374         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
14375         of unused local, dfa.
14376
14377 2005-08-20  Bruno Haible  <bruno@clisp.org>
14378
14379         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
14380
14381 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14382
14383         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
14384         (re_node_set_insert_last, re_dfa_add_node):
14385         Rename local variables to avoid GCC shadowing warnings.
14386
14387 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14388
14389         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
14390         [defined lint]: Suppress bogus uninitialized-variable warnings.
14391
14392         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
14393         and let the caller return REG_ESPACE if out of space.  This
14394         removes an uninitialied-variable warning with GCC 4.0.1, and also
14395         avoids taking the address of a local variable.  All callers
14396         changed.
14397
14398 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14399
14400         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
14401         $LIBCSRC/posix/regexec.c.
14402         Add glibc bug 1217 for regcomp.c.
14403
14404 2005-08-19  Jim Meyering  <jim@meyering.net>
14405
14406         * lib/regexec.c (proceed_next_node): Redo local variables to
14407         avoid GCC shadowing warnings.
14408
14409 2005-08-18  Bruno Haible  <bruno@clisp.org>
14410
14411         * lib/strstr.c (strstr): Fix return value in multibyte case.
14412         * lib/strcasestr.c (strcasestr): Likewise.
14413
14414 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
14415
14416         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
14417
14418 2005-08-17  Jim Meyering  <jim@meyering.net>
14419
14420         Make the %s format (seconds since the epoch) work for a negative
14421         number and when used with a zero-padded field width, e.g. %015s.
14422
14423         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
14424         label so that it precedes the code to set `digits'.  Otherwise,
14425         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
14426         print `00-22'.  Now, it prints `-0022', as it should.
14427
14428 2005-08-17  Bruno Haible  <bruno@clisp.org>
14429
14430         * modules/strstr (Files): Add m4/mbrtowc.m4.
14431         (Depends-on): Add mbuiter.
14432
14433 2005-08-17  Bruno Haible  <bruno@clisp.org>
14434
14435         * modules/strcasestr: New file.
14436         * MODULES.html.sh (String handling, based on ANSI C 89): Add
14437         strcasestr.
14438
14439 2005-08-17  Bruno Haible  <bruno@clisp.org>
14440
14441         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
14442
14443 2005-08-17  Bruno Haible  <bruno@clisp.org>
14444
14445         * modules/mbuiter: New file.
14446         * MODULES.html.sh (Extended multibyte and wide character utilities):
14447         Add mbuiter.
14448
14449 2005-08-17  Bruno Haible  <bruno@clisp.org>
14450
14451         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
14452         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
14453
14454 2005-08-17  Bruno Haible  <bruno@clisp.org>
14455
14456         * m4/strcasestr.m4: New file.
14457
14458 2005-08-17  Bruno Haible  <bruno@clisp.org>
14459
14460         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
14461         * lib/strstr.c: Completely rewritten, with multibyte locale support.
14462
14463 2005-08-17  Bruno Haible  <bruno@clisp.org>
14464
14465         * lib/strcasestr.h: New file.
14466         * lib/strcasestr.c: New file.
14467
14468 2005-08-17  Bruno Haible  <bruno@clisp.org>
14469
14470         * lib/strcasecmp.c: Use mbuiter.h.
14471
14472 2005-08-17  Bruno Haible  <bruno@clisp.org>
14473
14474         * lib/mbuiter.h: New file.
14475
14476 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
14477
14478         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
14479         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
14480         and gl_GETOPT are both invoked via different paths (as happens
14481         with GNU tar CVS because it uses both argp and getopt), the former
14482         wins.
14483
14484 2005-08-16  Bruno Haible  <bruno@clisp.org>
14485
14486         * modules/tls: New file.
14487         * MODULES.html.sh (Multithreading): Add tls.
14488
14489 2005-08-16  Bruno Haible  <bruno@clisp.org>
14490
14491         * modules/strnlen1: New file.
14492         * MODULES.html.sh (String handling): Add strnlen1.
14493
14494 2005-08-16  Bruno Haible  <bruno@clisp.org>
14495
14496         * modules/strcase (Files): Add m4/mbrtowc.m4.
14497         (Depends-on): Add strnlen1, mbchar.
14498
14499 2005-08-16  Bruno Haible  <bruno@clisp.org>
14500
14501         * modules/mbiter: New file.
14502         * MODULES.html.sh (Extended multibyte and wide character utilities):
14503         Add mbiter.
14504
14505 2005-08-16  Bruno Haible  <bruno@clisp.org>
14506
14507         * modules/mbfile: New file.
14508         * MODULES.html.sh (Extended multibyte and wide character utilities):
14509         Add mbfile.
14510
14511 2005-08-16  Bruno Haible  <bruno@clisp.org>
14512
14513         * modules/mbchar: New file.
14514         * MODULES.html.sh (Extended multibyte and wide character utilities):
14515         New section.
14516
14517 2005-08-16  Bruno Haible  <bruno@clisp.org>
14518
14519         * m4/tls.m4: New file, from GNU gettext.
14520
14521 2005-08-16  Bruno Haible  <bruno@clisp.org>
14522
14523         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
14524         always.
14525         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
14526
14527 2005-08-16  Bruno Haible  <bruno@clisp.org>
14528
14529         * m4/mbiter.m4: New file.
14530
14531 2005-08-16  Bruno Haible  <bruno@clisp.org>
14532
14533         * m4/mbfile.m4: New file.
14534
14535 2005-08-16  Bruno Haible  <bruno@clisp.org>
14536
14537         * m4/mbchar.m4: New file.
14538
14539 2005-08-16  Bruno Haible  <bruno@clisp.org>
14540
14541         * lib/tls.h: New file, from GNU gettext.
14542         * lib/tls.c: New file, from GNU gettext.
14543
14544 2005-08-16  Bruno Haible  <bruno@clisp.org>
14545
14546         * lib/strnlen1.h: New file.
14547         * lib/strnlen1.c: New file.
14548
14549 2005-08-16  Bruno Haible  <bruno@clisp.org>
14550
14551         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
14552         (mbi_init): Update.
14553         (mbi_avail, mbi_advance): Let the iteration end before the terminating
14554         NUL byte, not after it.
14555
14556 2005-08-16  Bruno Haible  <bruno@clisp.org>
14557
14558         * lib/strcase.h (strcasecmp): Add note in comments.
14559         * lib/strncasecmp.c: Use code from strcasecmp.c.
14560         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
14561         (strcasecmp): Work correctly in multibyte locales.
14562
14563 2005-08-16  Bruno Haible  <bruno@clisp.org>
14564
14565         * lib/mbiter.h: New file.
14566
14567 2005-08-16  Bruno Haible  <bruno@clisp.org>
14568
14569         * lib/mbfile.h: New file.
14570
14571 2005-08-16  Bruno Haible  <bruno@clisp.org>
14572
14573         * lib/mbchar.h: New file.
14574         * lib/mbchar.c: New file.
14575
14576 2005-08-16  Bruno Haible  <bruno@clisp.org>
14577
14578         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
14579         the valid ones. Makes the comparison operations transitive:
14580         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
14581         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
14582
14583 2005-08-15  Simon Josefsson  <jas@extundo.com>
14584
14585         * modules/ssize_t (License): Change to 'unlimited'.
14586
14587         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
14588
14589 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
14590
14591         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
14592         Add comments for each pending glibc patch.
14593
14594 2005-08-15  Bruno Haible  <bruno@clisp.org>
14595
14596         * lib/regex.h (__restrict_arr): Don't define to __restrict if
14597         __cplusplus is defined.
14598
14599 2005-08-14  Jim Meyering  <jim@meyering.net>
14600
14601         Sync from coreutils.
14602
14603         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
14604         Use the hash-table-based cycle-detection code not just when
14605         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
14606         Reported by James Youngman in
14607         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
14608         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
14609         FTS_TIGHT_CYCLE_CHECK.
14610         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
14611         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
14612         once again.
14613         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
14614         * lib/fts.c (fd_safer): Remove decl.
14615         Include fcntl--.h rather than unistd-safer.h
14616         (fts_safe_changedir): Don't call fd_safer; no longer needed
14617         now that we include fcntl--.h.
14618
14619 2005-08-12  Simon Josefsson  <jas@extundo.com>
14620
14621         * modules/getndelim2: Use ssize_t module.
14622         * modules/getnline: Likewise.
14623         * modules/safe-read: Likewise.
14624         * modules/xreadlink: Likewise.
14625
14626         * modules/ssize_t: New file.
14627
14628 2005-08-12  Simon Josefsson  <jas@extundo.com>
14629
14630         * m4/readline.m4: Look for termcap, curses or ncurses if required.
14631
14632 2005-08-12  Simon Josefsson  <jas@extundo.com>
14633
14634         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14635         ssize_t.
14636
14637 2005-08-12  Simon Josefsson  <jas@extundo.com>
14638
14639         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
14640         readline, getdelim and check_version.
14641         (Support for systems lacking ISO C 99: Sizes of integer types):
14642         Add size_max.
14643
14644 2005-08-12  Bruno Haible  <bruno@clisp.org>
14645
14646         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
14647
14648 2005-08-11  Simon Josefsson  <jas@extundo.com>
14649
14650         * modules/readline: New file.
14651
14652         * modules/strnlen (Files): Add strnlen.h.
14653
14654 2005-08-11  Simon Josefsson  <jas@extundo.com>
14655
14656         * m4/readline.m4: New file.
14657
14658 2005-08-11  Simon Josefsson  <jas@extundo.com>
14659
14660         * lib/readline.h, readline.c: New file.
14661
14662 2005-08-11  Simon Josefsson  <jas@extundo.com>
14663
14664         * doc/gnulib.texi (Initial import, Finishing touches): Mention
14665         gl_AVOID.
14666
14667 2005-08-11  Bruno Haible  <bruno@clisp.org>
14668
14669         * lib/strnlen.h (strnlen): Change parameter name to match comment.
14670
14671 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
14672
14673         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
14674
14675 2005-08-10  Simon Josefsson  <jas@extundo.com>
14676
14677         * tests/test-iconvme.c: New file.
14678
14679 2005-08-10  Simon Josefsson  <jas@extundo.com>
14680
14681         * m4/strnlen.m4: New file.
14682
14683         * m4/strndup.m4: Don't check for strnlen declaration, done in
14684         strnlen.m4.
14685
14686 2005-08-10  Simon Josefsson  <jas@extundo.com>
14687
14688         * lib/strndup.c: Use strnlen.h.
14689
14690         * lib/strnlen.h: New file.
14691
14692 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
14693
14694         * README: Typos.
14695
14696 2005-08-02  Simon Josefsson  <jas@extundo.com>
14697
14698         * modules/readline: New file.
14699
14700 2005-08-02  Simon Josefsson  <jas@extundo.com>
14701
14702         * modules/getdelim: New file.
14703
14704         * modules/getline: Rewrite, don't use getndelim2.
14705
14706 2005-08-02  Simon Josefsson  <jas@extundo.com>
14707
14708         * m4/getline.m4: Separate out getdelim stuff into separate module.
14709
14710         * m4/getdelim.m4: New file.
14711
14712 2005-08-02  Simon Josefsson  <jas@extundo.com>
14713
14714         * lib/getline.h, getline.c: Rewrite.
14715
14716         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
14717
14718 2005-07-31  Bruno Haible  <bruno@clisp.org>
14719
14720         * lib/lock.h (gl_lock_initializer): New macro.
14721         (gl_lock_define_initialized): Use it.
14722         (gl_rwlock_initializer): New macro.
14723         (gl_rwlock_define_initialized): Use it.
14724         (gl_recursive_lock_initializer): New macro.
14725         (gl_recursive_lock_define_initialized): Use it.
14726
14727 2005-07-30  Karl Berry  <karl@gnu.org>
14728
14729         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
14730         Report from Ben Pfaff, regarding getopt.
14731
14732 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
14733
14734         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
14735         normal way.
14736         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
14737         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
14738         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
14739         (gl_GETOPT): Use the new macros.  Most of the implementation
14740         is moved to the new macros.  This is for programs like Emacs
14741         that don't want all the functionality of gl_GETOPT.
14742
14743 2005-07-26  Bruno Haible  <bruno@clisp.org>
14744
14745         * m4/lock.m4: Update from GNU gettext.
14746
14747 2005-07-26  Bruno Haible  <bruno@clisp.org>
14748
14749         * lib/lock.h: Update from GNU gettext.
14750         * lib/lock.c: Update from GNU gettext.
14751
14752 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
14753
14754         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
14755         obsolescent AC_TRY_RUN.  Include the default includes files, for
14756         'exit'.
14757
14758 2005-07-24  Bruno Haible  <bruno@clisp.org>
14759
14760         * modules/visibility: New file.
14761         * MODULES.html.sh (Misc): Add visibility.
14762
14763 2005-07-24  Bruno Haible  <bruno@clisp.org>
14764
14765         * m4/visibility.m4: New file.
14766
14767 2005-07-24  Bruno Haible  <bruno@clisp.org>
14768
14769         * doc/visibility.texi: New file.
14770
14771 2005-07-22  Bruno Haible  <bruno@clisp.org>
14772
14773         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
14774         $(ALLOCA_H), redundant through BUILT_SOURCES.
14775         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
14776         redundant through BUILT_SOURCES.
14777         * modules/byteswap (Makefile.am): Remove explicit dependency on
14778         $(BYTESWAP_H), redundant through BUILT_SOURCES.
14779         * modules/fnmatch (Makefile.am): Remove explicit dependency on
14780         $(FNMATCH_H), redundant through BUILT_SOURCES.
14781         * modules/getopt (Makefile.am): Remove explicit dependency on
14782         $(GETOPT_H), redundant through BUILT_SOURCES.
14783         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
14784         redundant through BUILT_SOURCES.
14785         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
14786         redundant through BUILT_SOURCES.
14787         * modules/stdbool (Makefile.am): Remove explicit dependency on
14788         $(STDBOOL_H), redundant through BUILT_SOURCES.
14789         * modules/stdint (Makefile.am): Remove explicit dependency on
14790         $(STDINT_H), redundant through BUILT_SOURCES.
14791         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
14792         Remove explicit dependency on $(SYSEXITS_H).
14793         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
14794
14795 2005-07-18  Simon Josefsson  <jas@extundo.com>
14796
14797         * lib/check-version.c (check_version): Accept identical versions too.
14798
14799 2005-07-18  Bruno Haible  <bruno@clisp.org>
14800
14801         * modules/lock: New file.
14802         * MODULES.html.sh (Multithreading): New section.
14803
14804 2005-07-18  Bruno Haible  <bruno@clisp.org>
14805
14806         * m4/lock.m4: New file, from GNU gettext.
14807
14808 2005-07-18  Bruno Haible  <bruno@clisp.org>
14809
14810         * lib/lock.h: New file, from GNU gettext.
14811         * lib/lock.c: New file, from GNU gettext.
14812
14813 2005-07-18  Bruno Haible  <bruno@clisp.org>
14814
14815         * lib/lock.h (gl_once_t): New type.
14816         (gl_once_define, gl_once): New macros.
14817         * lib/lock.c (fresh_once): New variable.
14818         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
14819         functions.
14820
14821 2005-07-16  Simon Josefsson  <jas@extundo.com>
14822
14823         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
14824         workaround, suggested by Bruno.
14825
14826 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
14827
14828         * modules/xalloc (Depends-on): Add xalloc-die.
14829         * modules/xvasprintf (Depends-on): Add xalloc-die.
14830
14831 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
14832
14833         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
14834         with a minor change.
14835
14836 2005-07-15  Bruno Haible  <bruno@clisp.org>
14837
14838         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
14839         When using lib/poll.c, define poll as rpl_poll.
14840
14841 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
14842
14843         * modules/argp (Depends-on): Remove unlocked-io.
14844
14845 2005-07-14  Derek Price  <derek@ximbiot.com>
14846
14847         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
14848         for glob symlink bug.
14849
14850 2005-07-14  Bruno Haible  <bruno@clisp.org>
14851
14852         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
14853         Instead, test for *_unlocked function declarations directly.
14854
14855 2005-07-11  Simon Josefsson  <jas@extundo.com>
14856
14857         * modules/size_max: New file.
14858
14859         * modules/xsize: Depend on size_max module for size_max.m4.
14860
14861 2005-07-11  Simon Josefsson  <jas@extundo.com>
14862
14863         * lib/size_max.h: New file.
14864
14865 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
14866
14867         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
14868         copyright symbol and the year.
14869         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
14870         (version_etc_va): Use parameterized copyright notice.
14871         Reword to conform to the current GNU coding standards.
14872
14873 2005-07-11  Karl Berry  <karl@gnu.org>
14874
14875         * doc/gnulib.texi (Quoting): new node.
14876         (Initial import): more info, from Patrice.
14877
14878 2005-07-11  Bruno Haible  <bruno@clisp.org>
14879
14880         * gnulib-tool (func_usage): Document option --avoid.
14881         (Command line options): Handle --avoid.
14882         (func_acceptable): New function.
14883         (func_modules_transitive_closure): Use it.
14884
14885 2005-07-11  Bruno Haible  <bruno@clisp.org>
14886
14887         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
14888         Reported by Jim Meyering.
14889
14890 2005-07-10  Bruno Haible  <bruno@clisp.org>
14891
14892         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
14893         Needed when size_t is smaller than 'unsigned int'.
14894         Reported by Paul Eggert.
14895
14896 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
14897
14898         * modules/argp (Depends-on): Add unlocked-io
14899
14900 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
14901
14902         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
14903         block of defines.
14904
14905 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
14906
14907         * config/srclist.txt: Comment out regcomp.c, since we have a porting
14908         fix now.
14909
14910 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
14911         and Paul Eggert  <eggert@cs.ucla.edu>
14912
14913         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
14914         in wint_t, not wchar_t.  Remove now-unnecessary cast.
14915
14916 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
14917
14918         * modules/regex (Files): Add lib/regex_internal.c,
14919         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
14920         (Depends-on): Add extensions.
14921         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
14922
14923 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
14924
14925         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
14926         pathconf.
14927         * m4/same.m4 (gl_SAME): Likewise.
14928         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
14929
14930         * m4/regex.m4: Adjust to new libc regex implementation.
14931         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
14932         all the .c and .h parts of (the new) regex.
14933         Quote the m4 stuff better.
14934         Check for RE_ICASE bug of old gnulib.
14935         Check for REG_STARTEND of recent libc.
14936         Rename local variables from jm_* to gl_*.
14937         Quote operand of "test -f".
14938         Say "recent enough" version of libc, not "version 2".
14939         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
14940         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
14941         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
14942         Remove check for btowc, isascii.
14943         Require AM_LANGINFO_CODESET.
14944
14945 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
14946
14947         * lib/regex.c, regex.h: Sync from libc.
14948         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
14949         * lib/regexec.c:
14950         New files, synced from libc, except that regex_internal.h
14951         currently has a small porting fix.
14952
14953 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
14954
14955         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
14956         regex_internal.c, regexec.c.
14957         Add regex_internal.h too, but as a comment, since the libc version
14958         is currently broken in gnulib mode.
14959
14960 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
14961
14962         Support programs like Emacs that use gnulib but not gettext.
14963         * MODULES.html.sh (Internationalization functions): Add gettext-h.
14964         * modules/gettext-h: New file.
14965         * modules/gettext (Files): Remove lib/gettext.h.
14966         (Depends-on): Add gettext-h.
14967         (Makefile.am): Remove lib_SOURCES.
14968         * modules/argmatch, modules/c-stack, modules/closeout:
14969         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
14970         * modules/execute, modules/file-type, modules/getaddrinfo:
14971         * modules/getopt, modules/human, modules/javacomp:
14972         * modules/javaexec, modules/mkdir-p, modules/obstack:
14973         * modules/openat, modules/pagealign_alloc, modules/pipe:
14974         * modules/quotearg, modules/regex, modules/rpmatch:
14975         * modules/unicodeio, modules/userspec, modules/version-etc:
14976         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
14977         * modules/xsetenv:
14978         Depend on gettext-h, not gettext.
14979
14980 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
14981
14982         * gnulib-tool (func_import): Add support for 'public domain' license.
14983         * modules/alloca, modules/atexit, modules/memmove:
14984         Now public domain, not GPL.
14985         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
14986         * modules/realloc, modules/strerror, modules/strtod:
14987         Now LGPL, not GPL.
14988
14989 2005-07-05  Bruno Haible  <bruno@clisp.org>
14990
14991         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
14992         autoconf CVS. Needed for mingw.
14993
14994 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14995
14996         Remove the dependency of the strftime module on the tzset module.
14997         * modules/strftime (Depends-on): Remove dependency on tzset.
14998
14999 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15000
15001         Remove the dependency of the strftime module on the tzset module.
15002         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
15003         gl_FUNC_TZSET_CLOBBER.
15004
15005 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15006
15007         Remove the dependency of the strftime module on the tzset module.
15008         * lib/strftime.c (my_strftime)
15009         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
15010         Copy the input structure, to work around some of the bug with
15011         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
15012         Solaris releases, you should also use the tzset module, but we won't
15013         require it as a dependency any more since we don't want LGPLed code
15014         to depend on GPLed code.
15015
15016 2005-07-02  Jim Meyering  <jim@meyering.net>
15017
15018         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
15019         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
15020         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
15021         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
15022
15023 2005-07-02  Jim Meyering  <jim@meyering.net>
15024
15025         * lib/backupfile.c (backup_args): Change a `0' to NULL.
15026
15027 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
15028
15029         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
15030         declares only 'struct timespec;' (!).
15031
15032 2005-07-01  Jim Meyering  <jim@meyering.net>
15033
15034         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
15035         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
15036         * lib/save-cwd.c, tempname.c:
15037         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
15038         and don't include <sys/file.h>).
15039
15040 2005-06-29  Jim Meyering  <jim@meyering.net>
15041
15042         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
15043         type name.  Use the variable name instead.
15044         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
15045         Likewise.
15046
15047 2005-06-28  Simon Josefsson  <jas@extundo.com>
15048
15049         * modules/check-version (Files): Add check-version.m4.
15050
15051 2005-06-28  Simon Josefsson  <jas@extundo.com>
15052
15053         * m4/check-version.m4: New file, suggested by Jim Meyering
15054         <jim@meyering.net>.
15055
15056 2005-06-28  Simon Josefsson  <jas@extundo.com>
15057
15058         * lib/check-version.h, lib/check-version.c: New files.
15059
15060 2005-06-28  Simon Josefsson  <jas@extundo.com>
15061
15062         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
15063         collision with global variable.  Better indentation.  Don't
15064         increment buffer pointer beyond buffer end.  Based on comments
15065         from Paul Eggert <eggert@cs.ucla.edu>.
15066
15067         * lib/base64.h: Indent.
15068
15069 2005-06-28  Simon Josefsson  <jas@extundo.com>
15070
15071         * doc/gnulib.texi (Library version handling): New section.
15072
15073 2005-06-28  Jim Meyering  <jim@meyering.net>
15074
15075         * check-module (find_included_lib_files): Hard-code another
15076         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
15077         but modules/fts-lgpl (correctly) does not list those files.
15078
15079         * modules/canonicalize (Files): Add lib/pathmax.h.
15080
15081 2005-06-25  Simon Josefsson  <jas@extundo.com>
15082
15083         * modules/check-version: New file.
15084
15085 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
15086
15087         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
15088         initializer of struct addrinfo, as an indication that we don't
15089         care how many members the structure has.
15090
15091 2005-06-24  Derek Price  <derek@ximbiot.com>
15092         and Bruno Haible  <bruno@clisp.org>
15093
15094         Remove stat module & update lstat.
15095         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
15096         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
15097         * m4/stat.m4: Remove this file.
15098
15099 2005-06-24  Derek Price  <derek@ximbiot.com>
15100         and Bruno Haible  <bruno@clisp.org>
15101
15102         Remove stat module & update lstat.
15103         * lib/stat.c: Remove this file...
15104         (slash_aware_lstat): ...moving this content and its support...
15105         * lib/lstat.c (rpl_lstat): ...into here.
15106         * lib/lstat.h: New file.
15107
15108 2005-06-24  Derek Price  <derek@ximbiot.com>
15109         and Bruno Haible  <bruno@clisp.org>
15110
15111         Remove stat module & update lstat.
15112         * config/srclist.txt (libc sources): Remove stat.
15113
15114 2005-06-24  Derek Price  <derek@ximbiot.com>
15115         and Bruno Haible  <bruno@clisp.org>
15116
15117         Remove stat module & update lstat.
15118         * MODULES.html.sh (stat): Remove.
15119         * MODULES.html: Regenerated.
15120         * modules/lstat (Description): Correct function name.
15121         (Files): Add "lstat.h".
15122         (Depends-on): Remove stat, add xalloc, stat-macros.
15123         * modules/stat: Remove this file.
15124         (Include): Add "lstat.h", remove <sys/stat.h>.
15125
15126 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
15127
15128         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
15129         (ranged_convert): Don't save conversion in a temporary struct.
15130         This causes a warning with GCC 4.0.0, and anyway in the typical
15131         case it's not worth the extra 100 bytes or so of code.
15132         (ranged_convert, __mktime_internal): When calling a function via a
15133         pointer P, use P () rather than (*P) (), as we now assume C89 or
15134         better.
15135
15136 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
15137
15138         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
15139         "who -r" failed to give output.  Problem reported by Tim Waugh.
15140
15141         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
15142         (xcalloc): Use it to avoid needless tests.
15143         Problem reported by Jim Meyering.
15144
15145 2005-06-20  Derek Price  <derek@ximbiot.com>
15146
15147         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
15148         unnecessary for Autoconfs > 2.59c.
15149
15150 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15151
15152         * lib/argp.h (__option_is_short): Check upper limit of
15153         __key. Isprint() requires its argument to have the value
15154         of an unsigned char or EOF.
15155
15156 2005-06-16  Jim Meyering  <jim@meyering.net>
15157
15158         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
15159         when either N or S is zero.
15160
15161 2005-06-16  Derek Price  <derek@ximbiot.com>
15162
15163         * m4/bison.m4: Declare YACC & YFLAGS precious.
15164
15165 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
15166
15167         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
15168         multibyte string or pattern, fall back on unibyte matching.
15169         Problem reported by James Youngman.
15170
15171 2005-06-08  Bruno Haible  <bruno@clisp.org>
15172
15173         * modules/csharpcomp: New file.
15174         * MODULES.html.sh (C#): Add csharpcomp.
15175
15176 2005-06-08  Bruno Haible  <bruno@clisp.org>
15177
15178         * m4/csharpcomp.m4: New file, from GNU gettext.
15179
15180 2005-06-08  Bruno Haible  <bruno@clisp.org>
15181
15182         * lib/csharpcomp.h: New file, from GNU gettext.
15183         * lib/csharpcomp.c: New file, from GNU gettext.
15184         * lib/csharpcomp.sh.in: New file, from GNU gettext.
15185
15186 2005-06-08  Bruno Haible  <bruno@clisp.org>
15187
15188         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
15189         warning on mingw.
15190
15191 2005-06-07  Derek Price  <derek@ximbiot.com>
15192
15193         Sync from CVS.
15194         * lib/glob_.h: Indent nested #ifdef.
15195
15196 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
15197
15198         Sync from coreutils.
15199         Use "file name" when talking about file names, instead of "filename"
15200         or "path", as per the GNU coding standards.
15201         * lib/mkdir-p.c: Renamed from makepath.c.
15202         (make_dir_parents): Renamed from make_path.  All callers changed.
15203         * lib/mkdir-p.h: Likewise.  All includers changed.
15204         * lib/filenamecat.c: Renamed from path-concat.c.
15205         (file_name_concat): Renamed from path_concat.  All callers changed.
15206         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
15207         * lib/filenamecat.h: Likewise.  All includers changed.
15208         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
15209         in comments or local variable names.
15210         * lib/basename.c: Likewise.
15211         * lib/canonicalize.c, canonicalize.h: Likewise.
15212         * lib/dirname.c, dirname.h: Likewise.
15213         * lib/euidaccess.c: Likewise.
15214         * lib/exclude.c: Likewise
15215         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
15216         * lib/fsusage.c, fsuage.h: Likewise.
15217         * lib/fts.c, fts_.h: Likewise.
15218         * lib/getcwd.c: Likewise.
15219         * lib/getloadavg.c: Likewise.
15220         * lib/mkstemp.c: Likewise.
15221         * lib/mountlist.c, mountlist.h: Likewise.
15222         * lib/openat.c, openat.h: Likewise.
15223         * lib/readlink-stub.c: Likewise.
15224         * lib/readutmp.c, readutmp.h: Likewise.
15225         * lib/rename.c: Likewise.
15226         * lib/rmdir.c: Likewise.
15227         * lib/same.c: Likewise.
15228         * lib/savedir.c: Likewise.
15229         * lib/stripslash.c: Likewise.
15230         * lib/tempname.c: Likewise.
15231         * lib/xreadlink.c: Likewise.
15232         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
15233         All uses changed.
15234         * lib/exclude.h: Likewise.
15235
15236         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
15237         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
15238         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
15239         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
15240         * lib/pathmax.h: Include <limits.h> unconditionally, since other
15241         files have been getting away with it for years (MORE/BSD 4.3
15242         is extinct now).
15243         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
15244         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
15245
15246         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
15247         Define to 256, not 255, as per modern POSIX.
15248
15249 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
15250
15251         Sync from coreutils.
15252         Use "file name" when talking about file names, instead of "filename"
15253         or "path", as per the GNU coding standards.
15254         * MODULES.html.sh: mkdir-p renamed from makepath.
15255         filenamecat renamed from path-concat.
15256         * modules/filenamecat: Renamed from modules/path-concat.
15257         (Files): filenamecat.h and filenamecat.c renamed from
15258         path-concat.h and path-concat.c.
15259         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
15260         (Include): filenamecat.h, not path-concat.h.
15261         * modules/mkdir-p: Renamed from modules/makepath.
15262         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
15263         makepath.c.
15264         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
15265         (Include): mkdir-p.h, not makepath.h.
15266
15267 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
15268
15269         Sync from coreutils.
15270         * m4/mkdir-p.m4: Renamed from makepath.m4.
15271         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
15272         Rename files from makepath.c to mkdir-p.c, and from
15273         makepath.h to mkdir-p.h.
15274         * m4/filenamecat.m4: Renamed from path-concat.m4.
15275         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
15276         Rename files from path-concat.c to filenamecat.c,
15277         and from path-concat.h to filenamecat.h.
15278         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
15279         "file name" in local variables or comments.
15280         * m4/rename.m4: Likewise.
15281
15282 2005-06-01  Bruno Haible  <bruno@clisp.org>
15283
15284         * modules/csharpexec: New file.
15285         * MODULES.html.sh (C#): New section.
15286
15287 2005-06-01  Bruno Haible  <bruno@clisp.org>
15288
15289         * m4/csharp.m4: New file, from GNU gettext.
15290         * m4/csharpexec.m4: New file, from GNU gettext.
15291
15292 2005-06-01  Bruno Haible  <bruno@clisp.org>
15293
15294         * lib/csharpexec.h: New file, from GNU gettext.
15295         * lib/csharpexec.c: New file, from GNU gettext.
15296         * lib/csharpexec.sh.in: New file, from GNU gettext.
15297
15298 2005-05-31  Derek Price  <derek@ximbiot.com>
15299             Paul Eggert  <eggert@cs.ucla.edu>
15300
15301         Sync from cvs.
15302         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
15303
15304 2005-05-31  Derek Price  <derek@ximbiot.com>
15305             Paul Eggert  <eggert@cs.ucla.edu>
15306
15307         Sync from cvs.
15308         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
15309
15310 2005-05-29  Derek Price  <derek@ximbiot.com>
15311
15312         * config/srclist.txt (glob_.h, glob.c): Add these files.
15313
15314 2005-05-29  Derek Price  <derek@ximbiot.com>
15315
15316         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
15317         * modules/glob: New file.
15318         * modules/getlogin_r: Add link to POSIX spec in description.
15319
15320 2005-05-29  Derek Price  <derek@ximbiot.com>
15321             Paul Eggert  <eggert@cs.ucla.edu>
15322
15323         * m4/glob.m4: New file.
15324
15325 2005-05-29  Derek Price  <derek@ximbiot.com>
15326             Paul Eggert  <eggert@cs.ucla.edu>
15327
15328         * lib/glob_.h, lib/glob.c: New files.
15329
15330 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
15331
15332         * modules/fts (Files): Remove m4/inttypes-pri.m4.
15333         * modules/fts-lgpl (Depends-on): Remove gettext.
15334
15335 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
15336
15337         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
15338         and don't require gt_INTTYPES_PRI.
15339
15340 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
15341
15342         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
15343
15344         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
15345         the configuration hassle isn't worth it.
15346         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
15347         (LONGEST_MODIFIER, PRIuMAX): Remove.
15348
15349 2005-05-27  Bruno Haible  <bruno@clisp.org>
15350
15351         * lib/getlogin_r.h: Remove second include of <stddef.h>.
15352
15353 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
15354
15355         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
15356         _POSIX_PTHREAD_SEMANTICS for Solaris.
15357
15358 2005-05-25  Derek Price  <derek@ximbiot.com>
15359
15360         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
15361
15362 2005-05-25  Derek Price  <derek@ximbiot.com>
15363             Paul Eggert  <eggert@cs.ucla.edu>
15364
15365         * modules/getlogin_r, m4/getlogin_r.m4: New files.
15366         * lib/getlogin_r.c, getlogin_r.h: New files.
15367
15368 2005-05-25  Bruno Haible  <bruno@clisp.org>
15369             Derek Price  <derek@ximbiot.com>
15370
15371         * lib/getlogin_r.h: Simplify API documentation.
15372
15373 2005-05-23  Derek Price  <derek@ximbiot.com>
15374
15375         * modules/minmax (Files): Add m4/minmax.m4.
15376         (configure.ac): Add gl_MINMAX.
15377
15378 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
15379
15380         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
15381         so that unistd-safer.h (GPL'ed code) need not be included.
15382
15383 2005-05-22  Bruno Haible  <bruno@clisp.org>
15384
15385         * m4/minmax.m4: New file.
15386         Based on a patch by Derek Price <derek@ximbiot.com>.
15387
15388 2005-05-22  Bruno Haible  <bruno@clisp.org>
15389
15390         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
15391         (INT64_MIN): Fix definition.
15392         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
15393
15394         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
15395         NEED_SIGNED_INT_TYPES.
15396
15397         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
15398         HAVE_SYSTEM_INTTYPES.
15399
15400 2005-05-22  Bruno Haible  <bruno@clisp.org>
15401
15402         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
15403         Also include <sys/param.h> if it defines MIN, MAX.
15404         Based on a patch by Derek Price <derek@ximbiot.com>.
15405
15406 2005-05-21  Jim Meyering  <jim@meyering.net>
15407
15408         * modules/fts (Files): Add m4/inttypes-pri.m4.
15409         (Depends-on): Add lstat and remove gettext.  Alphabetize.
15410
15411 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
15412
15413         New fts module.
15414         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
15415         (setup_dir, free_dir): New functions.
15416         (enter_dir, leave_dir): Define trivial
15417         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
15418         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
15419         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
15420         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
15421         Move to fts-cycle.c.
15422         (fts_open): Use setup_dir.
15423         (fts_close): Use free_dir.
15424         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
15425         This adds a label and some gotos, but the alternatives were messier.
15426         Check for memory allocation failure when entering a dir.
15427         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
15428         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
15429         (FTS): New member fts_cycle, that is a union that contains the
15430         old active_dir_ht and cycle_state.  All uses changed to mention
15431         fts_cycle.ht and fts_cycle.state.
15432         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
15433         fts.c, with the following changes:
15434         (setup_dir, free_dir): New functions.
15435         (enter_dir): Now returns bool.  Return true if successful, false
15436         if memory exhausted.  All callers changed.
15437         Do not bother partly cleaning up on
15438         memory allocation failure; that is free_dir's job.
15439         However, free ad if hash_insert fails, to avoid memory leak.
15440         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
15441         fts->fts_options to see which union member to use.
15442
15443 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
15444
15445         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
15446         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
15447
15448 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
15449
15450         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
15451
15452 2005-05-20  Jim Meyering  <jim@meyering.net>
15453
15454         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
15455         Now a macro, to pacify GCC.
15456
15457 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
15458
15459         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
15460         of -1.
15461
15462 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
15463
15464         * lib/chown.c (rpl_chown): Return -1 on failure.
15465
15466 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
15467
15468         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
15469         Don't check for stddef.h.
15470         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
15471         don't use its results.
15472         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
15473         since we include them unconditionally.  Don't require
15474         AM_STDBOOL_H, since stdbool is a prerequisite.
15475         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
15476         since we assume C89 or better.
15477         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
15478         as we don't use their results.
15479         Don't check for fchdir, memmove, memset, strrchr, as we use
15480         them unconditionally.
15481         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
15482         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
15483
15484 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
15485
15486         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
15487         Include <stddef.h> unconditionally, since we assume C89 now.
15488         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
15489         * lib/fts.c: Include fts_.h first, to check interface.
15490         Do not include intprops.h; no longer needed.
15491         Include cycle-check.h and hash.h, since fts_.h no longer does.
15492         Remove unnecessary casts of closedir to void.
15493         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
15494         decide whether to decrement nlinks.
15495         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
15496         (FTS): Use struct hash_table * instead of Hash_table, so that
15497         we no longer need to include hash.h here.
15498
15499 2005-05-18  Jim Meyering  <jim@meyering.net>
15500
15501         * modules/dirfd (License): Change to LGPL.  Most of the code
15502         is already in the public domain.
15503
15504 2005-05-18  Jim Meyering  <jim@meyering.net>
15505
15506         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
15507         Reported by Yoann Vandoorselaere.
15508
15509 2005-05-17  Jim Meyering  <jim@meyering.net>
15510
15511         * m4/fts.m4: New file, from coreutils.
15512
15513 2005-05-17  Jim Meyering  <jim@meyering.net>
15514
15515         * lib/fts.c, lib/fts_.h: New files, from coreutils.
15516
15517 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
15518
15519         Sync from coreutils.
15520         * m4/unlinkdir.m4: New file.
15521
15522 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
15523
15524         Sync from coreutils.
15525         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
15526         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
15527         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
15528         White space changes only.
15529         * lib/makepath.c (make_path): Port to hosts where leading "//" is
15530         special.
15531         * lib/yesno.c: Include getline.h, not ctype.h.
15532         (yesno): Don't remove leading white space; POSIX doesn't allow it.
15533         Use getline to remove arbitrary restriction on response length.
15534
15535 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
15536
15537         * config/srclist-update: Spell out "Street" in FSF postal
15538         mail address; this is the style the FSF seems to prefer.
15539
15540         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
15541         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
15542         this updates FSF postal mail address.
15543
15544         Sync from coreutils.
15545         * modules/unlinkdir: New file.
15546         * modules/yesno (Depends-on): Add getline.
15547         * MODULES.html.sh (File system functions): Add unlinkdir.
15548
15549 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
15550
15551         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
15552         lib/strsep.h:
15553         Change the initial comment to refer to GPL, not LGPL.
15554         gnulib-tool will change it to LGPL as needed.
15555
15556         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
15557         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
15558         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
15559         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
15560         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
15561         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
15562         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
15563         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
15564         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
15565         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
15566         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
15567         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
15568         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
15569         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
15570         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
15571         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
15572         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
15573         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
15574         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
15575         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
15576         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
15577         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
15578         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
15579         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
15580         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
15581         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
15582         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
15583         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
15584         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
15585         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
15586         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
15587         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
15588         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
15589         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
15590         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
15591         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
15592         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
15593         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
15594         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
15595         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
15596         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
15597         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
15598         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
15599         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
15600         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
15601         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
15602         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
15603         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
15604         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
15605         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
15606         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
15607         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
15608         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
15609         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
15610         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
15611         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
15612         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
15613         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
15614         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
15615         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
15616         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
15617         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
15618         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
15619         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
15620         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
15621         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
15622         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
15623         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
15624         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
15625         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
15626         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
15627         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
15628         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
15629         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
15630         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
15631         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
15632         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
15633         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
15634         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
15635         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
15636         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
15637         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
15638         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
15639         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
15640         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
15641         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
15642         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
15643         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
15644         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
15645         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
15646         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
15647         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
15648         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
15649         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
15650         lib/yesno.c, lib/yesno.h:
15651         Update FSF postal mail address.
15652
15653 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
15654
15655         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
15656         tests/test-memmem.c, tests/test-stpncpy.c:
15657         Update FSF postal mail address.
15658
15659 2005-05-13  Bruno Haible  <bruno@clisp.org>
15660
15661         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
15662         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
15663         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
15664         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
15665         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
15666         Add support for 64-bit integers in the MSVC compiler.
15667
15668 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15669
15670         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
15671
15672 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
15673
15674         * gnulib-tool (func_import): Sort and uniquify recommended includes.
15675
15676 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
15677
15678         * doc/getdate.texi (General date syntax): Don't say that date
15679         date --iso-8601=ns generates acceptable dates; it doesn't yet.
15680         Problem reported by Nic Ferrier.
15681
15682 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15683
15684         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
15685         specified in ai_socktype. Fix invalid ai_protocol
15686         check. ai_protocol is usually set to 0 or depending on
15687         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
15688         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
15689         ai_socktype / ai_protocol in the returned addrinfo structure.
15690
15691 2005-05-10  Simon Josefsson  <jas@extundo.com>
15692
15693         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
15694         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
15695
15696 2005-05-10  Karl Berry  <karl@gnu.org>
15697
15698         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
15699         (from http://www.gnu.org/licenses).
15700         * doc/COPYING.LIB: also rename to COPYING.LESSER.
15701         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
15702         fdl.texi suffices.
15703
15704 2005-05-10  Karl Berry  <karl@gnu.org>
15705
15706         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
15707         (COPYING.DOC): remove.
15708
15709         * config/srclist-update: new FSF address.
15710
15711 2005-05-10  Derek Price  <derek@ximbiot.com>
15712
15713         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
15714         possible.
15715
15716 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15717             Bruno Haible  <bruno@clisp.org>
15718
15719         * modules/inet_ntop: New file.
15720         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15721         inet_ntop.
15722
15723 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15724             Bruno Haible  <bruno@clisp.org>
15725
15726         * m4/inet_ntop.m4: New file.
15727
15728 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15729             Bruno Haible  <bruno@clisp.org>
15730
15731         * lib/inet_ntop.h: New file.
15732         * lib/inet_ntop.c: New file, from glibc with modifications.
15733
15734 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
15735
15736         * modules/time_r (License): Change to LGPL.
15737         * modules/extensions (License): Change to LGPL.  Actually,
15738         the license is more permissive than that, but currently gnulib-tool
15739         doesn't know how to handle more-permissive licenses.
15740
15741         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
15742         Problem reported by Dave Love.
15743
15744 2005-05-08  Jim Meyering  <jim@meyering.net>
15745
15746         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
15747         blank.
15748
15749 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
15750
15751         * modules/argmatch (Depends-on): Add stdbool.
15752         * modules/backupfile (Depends-on): Likewise.
15753         * modules/chdir-long (Depends-on): Likewise.
15754         * modules/closeout (Depends-on): Likewise.
15755         * modules/cycle-check (Depends-on): Likewise.
15756         * modules/dirname (Depends-on): Likewise.
15757         * modules/fnmatch (Depends-on): Likewise.
15758         * modules/fsusage (Depends-on): Likewise.
15759         * modules/fwriteerror (Depends-on): Likewise.
15760         * modules/getcwd (Depends-on): Likewise.
15761         * modules/getloadavg (Depends-on): Likewise.
15762         * modules/hard-locale (Depends-on): Likewise.
15763         * modules/makepath (Depends-on): Likewise.
15764         * modules/mountlist (Depends-on): Likewise.
15765         * modules/nanosleep (Depends-on): Likewise.
15766         * modules/posixtm (Depends-on): Likewise.
15767         * modules/quotearg (Depends-on): Likewise.
15768         * modules/readtokens (Depends-on): Likewise.
15769         * modules/readtokens0 (Depends-on): Likewise.
15770         * modules/readutmp (Depends-on): Likewise.
15771         * modules/save-cwd (Depends-on): Likewise.
15772         * modules/strftime (Depends-on): Likewise.
15773         * modules/userspec (Depends-on): Likewise.
15774         * modules/utimecmp (Depends-on): Likewise.
15775         * modules/xgetcwd (Depends-on): Likewise.
15776         * modules/xnanosleep (Depends-on): Likewise.
15777         * modules/xstrtod (Depends-on): Likewise.
15778         * modules/yesno (Depends-on): Likewise.
15779
15780 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
15781
15782         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
15783         needless checks.
15784
15785 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
15786
15787         Merge from coreutils.  Among other things,
15788         add bulletproofing for cases where stdin, stdout, or stderr are closed.
15789         * lib/fd-safer.c: New file.
15790         * lib/fcntl-safer.h, open-safer.c: Remove.
15791         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
15792         * lib/dup-safer.c: Include unistd-safer.h first.
15793         Don't include errno.h.
15794         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
15795         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
15796         * lib/file-type.c: Rely on file-type.h change.
15797         * lib/getloadavg.c: Include unistd-safer.h.
15798         (getloadavg): Use safer open.
15799         * lib/getusershell.c: Include "stdio-safer.h".
15800         (getusershell): Use safer fopen.
15801         * lib/long-options.c (long_options): Use NULL rather than 0.
15802         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
15803         'free'.
15804         * lib/modechange.c: Likewise.
15805         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
15806         (MODE_DONE): New constant.
15807         (struct mode_change): Remove 'next' member.
15808         (make_node_op_equals): New function; like the old one of the
15809         same name, except it allocates an array.
15810         (mode_compile, mode_create_from_ref): Use it.
15811         (mode_compile): Allocate result as an array, not a linked list.
15812         Parse octal string ourself, so that we catch mistakes like "+0".
15813         (mode_adjust): Arg is an array, not a linked list.
15814         * lib/modechange.c: Include stat-macros.h, xalloc.h.
15815         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
15816         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
15817         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
15818         Remove.  This is now stat-macros.h's job.
15819         (talloc): Remove.  All callers replaced by xalloc, so that
15820         our invokers don't have to worry about reporting memory failures.
15821         (make_node_op_equals): Remove.
15822         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
15823         New constants.
15824         (struct mode_change): Moved here from modechange.h.
15825         (mode_append_entry): Remove.
15826         (mode_compile): Remove MASKED_OPS arg, since it encouraged
15827         apps to have incorrect behavior.  Use simpler algorithm for head
15828         and tail.  Don't futz with umask; that's now the job of mode_adjust.
15829         Detect more invalid usages rather than having somewhat-random behavior.
15830         Don't insert an "a=" action, as that leads to incorrect behavior.
15831         (mode_compile, mode_create_from_ref): Return NULL on error instead
15832         of an enum, since now there's only one way to have an error.  All
15833         callers changed.
15834         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
15835         at the correct time.  Simplify calculation of "+u" and its ilk.
15836         Don't mishandle "+X".
15837         (mode_free): Remove "register" and localize decls.
15838         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
15839         (struct mode_change): Move to modechange.c; callers don't
15840         need to see this stuff.
15841         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
15842         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
15843         (mode_change, mode_adjust): Reflect the new signatures noted above.
15844         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
15845         that might redefine system include files.
15846         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
15847         (my_usleep): Use NULL rather than (void *) 0.
15848         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
15849         Use siginterrupt to specify that system calls should be interrupted.
15850         (rpl_nanosleep): Move initialization of suspended closer to call of
15851         my_usleep.
15852         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
15853         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
15854         (desirable_utmp_entry): New function.
15855         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
15856         using x2nrealloc, to simplify logic.
15857         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
15858         size calculation.  Do not assume utmp file is a regular file.
15859         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
15860         (READ_UTMP_CHECK_PIDS): New constant.
15861         * lib/save-cwd.c: Include unistd-safer.h.
15862         (save_cwd): Use fd_safer.
15863         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
15864         [!_LIBC] Include "stat-macros.h" instead.
15865         * lib/unistd-safer.h (fd_safer): New decl.
15866
15867 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
15868
15869         * modules/getloadavg (Depends-on): Add unistd-safer.
15870         * modules/getusershell (Depends-on): Add stdio-safer.
15871         * modules/lstat (Depends-on): Remove xalloc.
15872         * modules/mkstemp (Depends-on): Add stat-macros.
15873         * modules/modechange (Depends-on): Remove xstrtol.
15874         Add stat-macros, xalloc.
15875         * modules/save-cwd (Depends-on): Add unistd-safer.
15876         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
15877         * modules/unistd-safer (Files): Add lib/fd-safer.c
15878         (Makefile.am): Remove lib_SOURCES.
15879
15880         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
15881         Remove fcntl-safer; unistd-safer supersedes it.
15882
15883 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
15884
15885         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
15886         AC_HEADER_STAT.
15887         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
15888         (gl_PREREQ_CHOWN): Remove.
15889         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
15890         it.  Don't require AC_HEADER_STAT.
15891         (gl_PREREQ_LSTAT): Remove.
15892         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
15893         Don't require AC_HEADER_STAT.
15894         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
15895         (gl_PREREQ_RMDIR): Remove.
15896         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
15897         mention stat-macros.h or AC_HEADER_STAT, since we'll make
15898         the stat-macros module a prerequisite.
15899         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
15900         * m4/filemode.m4 (gl_FILEMODE): Likewise.
15901         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
15902         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
15903         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
15904         variable names.
15905         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
15906         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
15907         variable prefixes.
15908         * m4/fcntl-safer.m4: Remove.
15909         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
15910         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
15911         Invoke gl_PREREQ_FD_SAFER.
15912         (gl_PREREQ_FD_SAFER): New macro.
15913         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
15914         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
15915         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
15916         Remove duplicate call to AC_LIBOBJ(readutmp).
15917         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
15918
15919         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
15920         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
15921
15922 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
15923
15924         * MODULES.html.sh (Misc): Add byteswap.
15925
15926 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
15927
15928         * modules/getcwd (Depends-on): Add extensions.
15929         * modules/openat (Depends-on): Likewise.
15930
15931 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
15932
15933         * modules/byteswap: New file.
15934
15935 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
15936
15937         * m4/byteswap.m4: New file.
15938
15939 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
15940
15941         * lib/byteswap_.h: New file.
15942
15943 2005-04-25  Karl Berry  <karl@gnu.org>
15944
15945         * m4/gettext.m4: Update from GNU gettext 0.14.4.
15946
15947 2005-04-25  Albert Chin  <china@thewrittenword.com>
15948
15949         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
15950         Toolkit C bug.
15951
15952 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
15953
15954         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
15955         (func_ln_if_changed) Remove forcibly for no error message
15956         in case file does not exist.
15957
15958 2005-04-19  Simon Josefsson  <jas@extundo.com>
15959
15960         * gnulib-tool (Options): Make --symlink mean --symbolic.
15961
15962 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
15963
15964         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
15965
15966 2005-04-16  Simon Josefsson  <jas@extundo.com>
15967
15968         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
15969
15970 2005-04-15  Simon Josefsson  <jas@extundo.com>
15971
15972         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
15973
15974 2005-04-15  Simon Josefsson  <jas@extundo.com>
15975
15976         * gnulib-tool: Rename --symlink to --symbolic.
15977
15978 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
15979
15980         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
15981         symbolic links to files instead of copying/moving.  Add --aux-dir,
15982         specifying directory relative --dir where auxiliary build tools
15983         are placed.
15984
15985 2005-04-14  Bruno Haible  <bruno@clisp.org>
15986
15987         * modules/allocsa (License): Change to LGPL.
15988         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
15989
15990 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
15991
15992         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
15993         that "UTC +1 second" continues to work.  Problem reported
15994         by Dmitry V. Levin.
15995         (relunit_snumber): New rule.
15996         (relunit): Use it.
15997
15998 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
15999
16000         * lib/getdate.y (universal_time_zone_table): New constant.
16001         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
16002         universal_time_zone_table.
16003         (lookup_zone): Prefer universal_time_zone_table to
16004         local_time_zone_table, so that "GMT" time stamps are allowed in
16005         London during the summer.  Problem reported by Ian Abbott.
16006
16007 2005-04-12  Jim Meyering  <jim@meyering.net>
16008
16009         * lib/human.c (humblock): Set *options even when returning due to
16010         xstrtoumax conversion failure.  Thanks to a used-uninitialized
16011         warning from gcc-4.
16012
16013 2005-04-09  Jim Meyering  <jim@meyering.net>
16014
16015         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
16016         -Wuninitialized: initialize tm0.tm_year.
16017
16018 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
16019
16020         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
16021         count, since there's no maximum.  All uses changed.
16022         Add member dsts_seen.
16023         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
16024         not being INT_MAX.
16025         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
16026         Use pc_rels_seen to decide whther a date is absolute.
16027
16028         * lib/getdate.y (number): Don't overwrite year.
16029         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
16030         check.
16031
16032 2005-04-02  Simon Josefsson  <jas@extundo.com>
16033
16034         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
16035         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
16036
16037 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
16038
16039         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
16040         where no absolute path name can be longer than PATH_MAX.
16041
16042 2005-03-27  Jim Meyering  <jim@meyering.net>
16043
16044         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
16045
16046 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
16047
16048         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
16049         "one's complement" -> "ones' complement" in comment, as per Knuth.
16050         "value of type" -> "type or expression" in comment.
16051         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
16052
16053 2005-03-26  Jim Meyering  <jim@meyering.net>
16054
16055         Comment nits.
16056         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
16057         Correct typos: s/or/of/.
16058
16059 2005-03-26  Jim Meyering  <jim@meyering.net>
16060
16061         * modules/check-include-files: Move to ../ and rename to...
16062         * check-module: ...this.
16063
16064 2005-03-25  Jim Meyering  <jim@meyering.net>
16065
16066         * modules/xvasprintf (Files): Add xalloc.h.
16067
16068 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
16069
16070         * modules/gettext (Files): config/config.rpath ->
16071         build-aux/config.rpath
16072         * modules/iconv (Files): Likewise.
16073         Problem reported by Oskar Liljeblad.
16074
16075 2005-03-23  Jim Meyering  <jim@meyering.net>
16076
16077         * modules/check-include-files: New script to check for
16078         missing dependencies, multiple includes, etc.
16079
16080         * modules/c-strtold (Depends-on): Add xalloc.
16081         * modules/c-strtod (Depends-on): Add xalloc.
16082         * modules/hash (Depends-on): Add xalloc.
16083         (Files): Remove lib/xalloc.h.
16084
16085         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
16086         * modules/userspec (Files): Add lib/inttostr.h.
16087
16088 2005-03-23  Jim Meyering  <jim@meyering.net>
16089
16090         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
16091
16092 2005-03-22  Jim Meyering  <jim@meyering.net>
16093
16094         * modules/stat-macros: New module.
16095         * modules/canonicalize, modules/euidaccess, modules/file-type,
16096         * modules/filemode, modules/lchown, modules/makepath,
16097         * modules/rmdir, modules/stat: Depend on new stat-macros module
16098         rather than listing lib/stat-macros.h manually.
16099         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
16100
16101 2005-03-22  Jim Meyering  <jim@meyering.net>
16102
16103         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
16104
16105 2005-03-22  Bruno Haible  <bruno@clisp.org>
16106
16107         * config/srclist.txt: Replace target directory 'config' with
16108         'build-aux'.
16109         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
16110         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
16111         ../build-aux/.
16112
16113 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
16114
16115         * modules/chdir-long (Depends-on): Add mempcpy.
16116
16117         * modules/acl, modules/backupfile, modules/c-strtod,
16118         modules/c-strtold, modules/canon-host, modules/canonicalize,
16119         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
16120         modules/exclude, modules/exitfail, modules/file-type,
16121         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
16122         modules/getdate, modules/getline, modules/getpagesize,
16123         modules/getpass, modules/getugroups, modules/group-member,
16124         modules/hard-locale, modules/hash, modules/human, modules/idcache,
16125         modules/inttostr, modules/long-options, modules/makepath,
16126         modules/md5, modules/memcasecmp, modules/memcoll,
16127         modules/modechange, modules/mountlist, modules/path-concat,
16128         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
16129         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
16130         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
16131         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
16132         modules/strftime, modules/strndup, modules/strverscmp,
16133         modules/timespec, modules/unlocked-io, modules/userspec,
16134         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
16135         modules/yesno:
16136         Remove lib_SOURCES line from Makefile.am section, as this is now
16137         done automatically by the corresponding Autoconf macro.
16138
16139 2005-03-21  Jim Meyering  <jim@meyering.net>
16140
16141         Changes imported from coreutils.
16142
16143         * lib/cycle-check.c: Don't include xalloc.h.
16144
16145         * lib/path-concat.c: Don't include assert.h.
16146         (path_concat): Remove assertion that would have triggered
16147         for ABASE starting with more than one slash.
16148         Reported by Andreas Schwab.
16149
16150         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
16151         properly when ABASE is an absolute file name.
16152         Correct the description of this function.
16153         Include <assert.h>.
16154         Add an assertion and a test driver.
16155         This fixes a bug introduced on 2004-07-02.
16156         Andreas Schwab reported the resulting failure of cp --parents:
16157         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
16158
16159 2005-03-21  Jim Meyering  <jim@meyering.net>
16160
16161         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
16162         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
16163
16164 2005-03-21  Jim Meyering  <jim@meyering.net>
16165         and  Paul Eggert  <eggert@cs.ucla.edu>
16166
16167         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
16168         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
16169         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
16170         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
16171         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
16172         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
16173         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
16174         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
16175         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
16176         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
16177         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
16178         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
16179         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
16180         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
16181         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
16182         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
16183         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
16184         for these modules.
16185
16186 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
16187
16188         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
16189         (which shouldn't happen), generate nothing instead of returning 0
16190         immediately, so that nstrftime (NULL, ...) doesn't return 0.
16191
16192 2005-03-16  Bruno Haible  <bruno@clisp.org>
16193
16194         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
16195         HAVE_LONGLONG_64BIT.
16196
16197 2005-03-16  Bruno Haible  <bruno@clisp.org>
16198
16199         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
16200         HAVE_LONGLONG_64BIT.
16201
16202 2005-03-16  Bruno Haible  <bruno@clisp.org>
16203
16204         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
16205         HAVE_LONGLONG_64BIT.
16206
16207 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
16208
16209         * lib/strftime.c (my_strftime): Prepend space to format so that we can
16210         reliably distinguish strftime failure from empty output on POSIX
16211         hosts.
16212
16213 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
16214
16215         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
16216         (iconv_string): Don't guess a size-zero buffer, as that might cause
16217         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
16218         result would be 'too large', where 'too large' is (heuristically)
16219         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
16220         overflow concerns.  This will prevent some unwanted malloc failures
16221         when the inputs are very large.
16222
16223 2005-03-15  Karl Berry  <karl@gnu.org>
16224
16225         * config/srclist.txt (config.rpath): from gettext.
16226         * config/config.rpath: update.
16227
16228 2005-03-15  Bruno Haible  <bruno@clisp.org>
16229
16230         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
16231         to 'negate'.
16232
16233         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
16234         variable.
16235
16236         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
16237         results.
16238
16239 2005-03-14  Simon Josefsson  <jas@extundo.com>
16240
16241         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
16242         <fx@gnu.org>.
16243
16244 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
16245
16246         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
16247         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
16248         intprops.h.
16249         * lib/strtol.c: Likewise.
16250
16251 2005-03-14  Jim Meyering  <jim@meyering.net>
16252
16253         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
16254         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
16255         to be nonzero so that we (and caller) can detect the difference
16256         between a valid zero-length expansion and an error return, even
16257         when the underlying strftime fails before writing anything into
16258         that location.
16259
16260 2005-03-14  Bruno Haible  <bruno@clisp.org>
16261
16262         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
16263         Update from GNU gettext 0.14.3.
16264
16265 2005-03-10  Jim Meyering  <jim@meyering.net>
16266
16267         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
16268
16269 2005-03-10  Jim Meyering  <jim@meyering.net>
16270
16271         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
16272         so that this module works on systems without fchdir.
16273
16274 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
16275
16276         Factor int-properties macros into a single file, except for
16277         glibc-related files.
16278         * lib/intprops.h: New file.
16279         * lib/getloadavg.c: Include it instead of limits.h.
16280         (INT_STRLEN_BOUND): Remove.
16281         * lib/human.c: Include intprops.h.
16282         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
16283         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
16284         302/1000.
16285         * lib/inttostr.h: Include intprops.h instead of limits.h.
16286         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
16287         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
16288         for consistency with intprops.h.
16289         (time_t_is_integer, twos_complement_arithmetic): Use them.
16290         * lib/sig2str.h: Include <signal.h>, intprops.h.
16291         (INT_STRLEN_BOUND): Remove.
16292         * lib/strftime.c (TYPE_SIGNED): Remove.
16293         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
16294         * lib/strtol.c: Adjust comments to match intprops.h.
16295         * lib/userspec.c: Include intprops.h.
16296         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
16297         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
16298         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
16299         instead of rolling our own expressions.
16300         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
16301
16302         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
16303         instead of int.
16304         (my_strftime): Do not mishandle years close to INT_MAX, by doing
16305         the right thing even if adding 1900 would overflow.  Similarly
16306         for tm_mon + 1 and tm_yday + 1.
16307         Make %Y always equivalent to %C%y, and similarly for %G and %g.
16308         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
16309         (DO_SIGNED_NUMBER): New macro.
16310         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
16311
16312 2005-03-07  Bruno Haible  <bruno@clisp.org>
16313
16314         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
16315
16316 2005-03-07  Bruno Haible  <bruno@clisp.org>
16317
16318         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
16319
16320 2005-03-04  Derek R. Price  <derek@ximbiot.com>
16321
16322         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
16323         (func_import): Only replace files via --import when they have actually
16324         changed.
16325
16326 2005-03-03  Derek R. Price  <derek@ximbiot.com>
16327
16328         * m4/mmap-anon.m4: New file.
16329         * m4/pagealign_alloc.m4: New file.
16330
16331 2005-03-03  Derek R. Price  <derek@ximbiot.com>
16332             Bruno Haible  <bruno@clisp.org>
16333
16334         * modules/pagealign_alloc: New file.
16335         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
16336
16337 2005-03-03  Derek R. Price  <derek@ximbiot.com>
16338             Bruno Haible  <bruno@clisp.org>
16339
16340         * lib/pagealign_alloc.h: New file.
16341         * lib/pagealign_alloc.c: New file.
16342
16343 2005-03-03  Bruno Haible  <bruno@clisp.org>
16344
16345         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
16346         Use an all-permissive copyright notice, recommended by RMS.
16347
16348 2005-03-02  Bruno Haible  <bruno@clisp.org>
16349
16350         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
16351         of AIX, the replacement has to be done only after <string.h> is
16352         included, therefore not in config.h. stpncpy.h does the replacement,
16353         and stpncpy.c uses it.
16354
16355 2005-03-02  Bruno Haible  <bruno@clisp.org>
16356
16357         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
16358         stpncpy.c uses it.
16359
16360 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
16361
16362         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
16363         The workaround isn't strictly needed for POSIX conformance, and
16364         it's too much of a pain to configure and maintain.  We'll ask
16365         people to fix their kernels instead.
16366         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
16367         (NANOSLEEP_BUG_WORKAROUND): Remove.
16368         (xnanosleep): Remove the workaround.
16369
16370 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
16371
16372         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
16373         Reported by Derek Price.
16374         (Include): Add "timespec.h".
16375
16376         * modules/xnanosleep (Depends-on): Remove gethrxtime.
16377
16378 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
16379
16380         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
16381         to detect nanosleep bug.
16382
16383 2005-03-01  Bruno Haible  <bruno@clisp.org>
16384
16385         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
16386
16387 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
16388
16389         * modules/gethrxtime: New file.
16390         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
16391         (Depends-on): Add gethrxtime.
16392         (configure.ac): Add gl_XNANOSLEEP.
16393         (Makefile.am): Remove lib_SOURCES line.
16394
16395 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
16396
16397         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
16398         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
16399
16400 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
16401
16402         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
16403         * lib/timespec.h (gettime): Return void, since it always
16404         succeeds now.  All uses changed.
16405         * lib/gettime.c (gettime) Likewise.
16406         [HAVE_NANOTIME]: Prefer nanotime.
16407         Assume gettimeofday succeeds, as POSIX requires.
16408         Assime time () succeeds, since other code already does.
16409         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
16410         (timespec_subtract): Remove.
16411         (NANOSLEEP_BUG_WORKAROUND): New constant.
16412         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
16413         things considerably.  Use it only on GNU/Linux hosts, since the
16414         workaround shouldn't be needed elsewhere.
16415
16416 2005-02-24  Bruno Haible  <bruno@clisp.org>
16417
16418         * modules/gettext (Files): Add m4/glibc2.m4.
16419
16420 2005-02-24  Bruno Haible  <bruno@clisp.org>
16421
16422         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
16423         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
16424         * m4/progtest.m4:
16425         Update from GNU gettext 0.14.2.
16426         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
16427
16428 2005-02-24  Bruno Haible  <bruno@clisp.org>
16429
16430         * lib/localcharset.c: Update from GNU gettext 0.14.2.
16431         * lib/config.charset: Update from GNU gettext 0.14.2.
16432
16433 2005-02-24  Bruno Haible  <bruno@clisp.org>
16434
16435         * lib/gettext.h: Update from GNU gettext 0.14.2.
16436
16437 2005-02-23  Simon Josefsson  <jas@extundo.com>
16438
16439         * m4/iconvme.m4: New file.
16440
16441 2005-02-23  Jim Meyering  <jim@meyering.net>
16442
16443         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
16444         change.
16445         Thanks to Bruno Haible for catching it.
16446
16447 2005-02-22  Simon Josefsson  <jas@extundo.com>
16448
16449         * modules/iconvme: New file.
16450
16451         * MODULES.html.sh: Add iconvme.
16452
16453 2005-02-22  Simon Josefsson  <jas@extundo.com>
16454
16455         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
16456
16457 2005-02-22  Simon Josefsson  <jas@extundo.com>
16458
16459         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
16460
16461 2005-02-22  Jim Meyering  <jim@meyering.net>
16462
16463         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
16464         s/ifndef/ifdef/.
16465
16466 2005-02-20  Neil Conway  <neilc@samurai.com>
16467
16468         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
16469         returned by OSX/Darwin if the specified buffer is not large
16470         enough for the hostname.
16471
16472 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16473
16474         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
16475         pass it to _help, otherwise the latter coredumps trying to
16476         dereference state.root_argp.
16477
16478 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
16479
16480         * modules/chdir-long (Depends-on): Add memrchr.
16481         * modules/memrchr (Files): Add lib/memrchr.h.
16482         (Include): "memrchr.h".
16483
16484 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
16485
16486         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
16487
16488 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
16489
16490         * lib/memrchr.h: New file.
16491         * lib/chdir-long.c: Include it.
16492         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
16493         Don't bother including stddef.h.
16494
16495 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
16496
16497         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
16498         inclusion.
16499         Include <sys/types.h>, for dev_t.
16500         (ME_DUMMY, ME_REMOTE): Move from here....
16501         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
16502         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
16503         Dmitry V. Levin.
16504         Include mountlist.h first, to test the interface.
16505
16506 2005-01-29  Bruno Haible  <bruno@clisp.org>
16507
16508         * lib/progname.c (program_name): Initialize.
16509         Needed when linking statically on MacOS X.
16510
16511 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
16512
16513         Sync from coreutils.
16514         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
16515         (Depends-on): Add c-strtod.
16516         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
16517
16518 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
16519
16520         Sync from coreutils.
16521         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
16522
16523         Remove files that are specific to coreutils.
16524         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
16525
16526 2005-01-28  Bruno Haible  <bruno@clisp.org>
16527
16528         * modules/javacomp: New file.
16529         * MODULES.html.sh (Java): Add javacomp.
16530
16531 2005-01-28  Bruno Haible  <bruno@clisp.org>
16532
16533         * m4/javacomp.m4: New file, from GNU gettext.
16534
16535 2005-01-28  Bruno Haible  <bruno@clisp.org>
16536
16537         * lib/javacomp.sh.in: New file, from GNU gettext.
16538         * lib/javacomp.h: New file, from GNU gettext.
16539         * lib/javacomp.c: New file, from GNU gettext.
16540
16541 2005-01-26  Simon Josefsson  <jas@extundo.com>
16542
16543         * lib/gai_strerror.c: Use GPL in header.
16544
16545 2005-01-26  Bruno Haible  <bruno@clisp.org>
16546
16547         * modules/javaexec: New file.
16548         * MODULES.html.sh (Java): Add javaexec.
16549
16550 2005-01-26  Bruno Haible  <bruno@clisp.org>
16551
16552         * m4/javaexec.m4: New file, from GNU gettext.
16553
16554 2005-01-26  Bruno Haible  <bruno@clisp.org>
16555
16556         * lib/javaexec.sh.in: New file, from GNU gettext.
16557         * lib/javaexec.h: New file, from GNU gettext.
16558         * lib/javaexec.c: New file, from GNU gettext.
16559
16560 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16561
16562         * modules/lchown (Depends-on): Remove lchown.h
16563
16564 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16565
16566         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
16567         must be defined if the header file was not found, in order
16568         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
16569
16570 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16571
16572         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
16573         initializers for struct pentry_state.
16574         (__argp_error): Check return value of __asprintf
16575         (__argp_failure): Translate error message
16576
16577         * lib/argp-parse.c: Removed braces around the expansion of N_()
16578
16579 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
16580
16581         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
16582         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
16583         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
16584         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
16585         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
16586         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
16587         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
16588         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
16589         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
16590         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
16591         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
16592         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
16593         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
16594         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
16595         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
16596         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
16597         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
16598         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
16599         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
16600         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
16601         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
16602         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
16603         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
16604         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
16605         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
16606         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
16607         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
16608         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
16609         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
16610         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
16611         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
16612         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
16613         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
16614         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
16615         xstrtol.m4, xstrtoumax.m4, yesno.m4:
16616         Use an all-permissive copyright notice, recommended by RMS.
16617
16618 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
16619
16620         * modules/chdir-long (Depends-on): Remove mempcpy.
16621
16622 2005-01-21  Jim Meyering  <jim@meyering.net>
16623
16624         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
16625         same value as for Solaris 9.
16626
16627         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
16628         component length.  This included changing the parameter to be
16629         of type `char *' rather than `char const *'.
16630         * lib/chdir-long.h (chdir_long): Update prototype.
16631
16632         * lib/openat.c (fdopendir, fstatat): New functions.
16633         * lib/openat.h: Include headers required for use of DIR and struct
16634         stat.
16635         [AT_SYMLINK_NOFOLLOW]: Define.
16636         (fdopendir, fstatat): Add prototypes.
16637
16638 2005-01-21  Bruno Haible  <bruno@clisp.org>
16639
16640         * modules/classpath: New file.
16641         * MODULES.html.sh (Java): Add classpath.
16642
16643 2005-01-21  Bruno Haible  <bruno@clisp.org>
16644
16645         * lib/classpath.h: New file, from GNU gettext.
16646         * lib/classpath.c: New file, from GNU gettext.
16647
16648 2005-01-20  Simon Josefsson  <jas@extundo.com>
16649
16650         * modules/version-etc-fsf: New file.
16651
16652 2005-01-20  Simon Josefsson  <jas@extundo.com>
16653
16654         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
16655         * lib/version-etc.c: Remove version_etc_copyright.
16656         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
16657         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
16658
16659 2005-01-20  Simon Josefsson  <jas@extundo.com>
16660
16661         * lib/base64.h (isbase64): Add.
16662
16663         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
16664         using a unsigned prototype, don't inline.
16665         (base64_decode): Use it.
16666
16667 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
16668
16669         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
16670         it.
16671
16672 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
16673
16674         * lib/save-cwd.c (save_cwd): Remove code to support the case
16675         where fchdir is missing or flaky.
16676
16677 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
16678
16679         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
16680
16681 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
16682
16683         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
16684         AC_LIBSOURCES now does this.
16685         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
16686         with new ullong_max module.
16687
16688 2005-01-19  Bruno Haible  <bruno@clisp.org>
16689
16690         * modules/sh-quote: New file.
16691         * MODULES.html.sh (Executing programs): Add sh-quote.
16692
16693 2005-01-19  Bruno Haible  <bruno@clisp.org>
16694
16695         * lib/sh-quote.h: New file, from GNU gettext.
16696         * lib/sh-quote.c: New file, from GNU gettext.
16697
16698 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
16699
16700         Merge from coreutils.
16701         * m4/ullong_max.m4: New file.
16702         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
16703         (gl_MACROS): Assume localeconv exists.
16704
16705 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
16706
16707         Merge changes from coreutils, as described below in several
16708         changelogs dated today.
16709
16710         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
16711         (O_DIRECTORY): Remove; not needed here, since "." must be
16712         a directory.  All uses removed.
16713         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
16714         universal on Suns, and we also need to test for IRIX.
16715         Revamp code to use 'if' rather than '#if'.
16716         Avoid unnecessary comparison of cwd->desc to 0.
16717
16718         * lib/utimens.c (futimens): Robustify the previous patch, by checking
16719         for known valid error numbers rather than observed invalid ones.
16720
16721 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
16722
16723         * modules/ullong_max: New file.
16724
16725         * modules/chdir-long, modules/openat: New files.
16726         * modules/save-cwd (Depends-on): Depend on chdir-long.
16727         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
16728
16729 2005-01-18  Jim Meyering  <jim@meyering.net>
16730
16731         Merge from coreutils.
16732         * m4/chdir-long.m4, m4/openat.m4: New files.
16733         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
16734         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
16735         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
16736         is sane and DOES follow symlinks.  Besides, testing 20 different
16737         systems found no broken chown implementations.
16738         Prompted by a change in rsync's copy of this macro.
16739         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
16740
16741         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
16742
16743         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
16744         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
16745         NULL-means-set-to-current-time semantics.
16746         Remove temporary file immediately, rather than waiting
16747         for configure's at-exit trap code to do it.
16748
16749 2005-01-18  Jim Meyering  <jim@meyering.net>
16750
16751         * lib/version-etc.c (version_etc_copyright): Update copyright date.
16752
16753         * lib/utimens.c (futimens): Account for the fact that futimes
16754         can also fail with errno == ENOSYS or errno == ENOENT.
16755         Patch from Dmitry V. Levin.
16756
16757         Change the name of the robust chdir function from chdir to chdir_long.
16758         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
16759         (restore_cwd): Use chdir_long, not chdir.
16760         * lib/chdir-long.c: Renamed from chdir.c.
16761         * lib/chdir-long.h: Renamed from chdir.h.
16762         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
16763         Hurd.
16764
16765 2005-01-18  Bruno Haible  <bruno@clisp.org>
16766
16767         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
16768         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
16769         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
16770         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
16771         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
16772         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
16773         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
16774         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
16775         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
16776         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
16777         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
16778         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
16779         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
16780         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
16781         Use an all-permissive copyright notice, recommended by RMS.
16782
16783 2005-01-18  Bob Proulx  <bob@proulx.com>
16784
16785         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
16786         simplify offsetof() macro construct to avoid compile failure with
16787         native HP-UX 11.0 ANSI C compiler.
16788
16789 2005-01-17  Bruno Haible  <bruno@clisp.org>
16790
16791         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
16792         redundant because stpncpy.m4 takes care of it.
16793
16794 2005-01-17  Bruno Haible  <bruno@clisp.org>
16795
16796         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
16797
16798 2005-01-17  Bruno Haible  <bruno@clisp.org>
16799
16800         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
16801         used.
16802
16803 2005-01-17  Bruno Haible  <bruno@clisp.org>
16804
16805         * lib/fwriteerror.h (fwriteerror): Change specification to include
16806         fclose.
16807         * lib/fwriteerror.c: Include <stdbool.h>.
16808         (fwriteerror): At the end, close the file stream. Record whether
16809         stdout was already closed.
16810
16811 2005-01-17  Bruno Haible  <bruno@clisp.org>
16812
16813         * lib/execute.c (environ): Declare if needed.
16814         * lib/pipe.c (environ): Likewise.
16815         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
16816
16817 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16818
16819         * modules/argp: Depend on vsnprintf
16820
16821 2005-01-10  Jim Meyering  <jim@meyering.net>
16822
16823         * modules/closeout (Depends-on): Add atexit.
16824
16825 2005-01-06  Bruno Haible  <bruno@clisp.org>
16826
16827         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
16828
16829 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
16830
16831         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
16832         definitions to be after all include files, to avoid collisions.
16833         Problem reported by Bob Proulx.
16834
16835 2005-01-04  Jim Meyering  <jim@meyering.net>
16836
16837         Changes imported from coreutils.
16838         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
16839         as the mkstemp template, use a temporary directory and an
16840         8.3-friendly template to avoid trouble on systems like DJGPP.
16841         Reported by Juan M. Guerrero via Stepan Kasal.
16842         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
16843         close. Remove the temporary directory right away, rather than waiting
16844         for configure's at-exit trap code to do it.
16845         Suggestion from Stepan Kasal.
16846
16847 2005-01-01  Simon Josefsson  <jas@extundo.com>
16848
16849         * gnulib-tool: Print #include directives when --import'ing.
16850
16851 2004-12-28  Simon Josefsson  <jas@extundo.com>
16852
16853         * tests/test-base64.c: Include required header files.  Remove
16854         unused variables.
16855
16856 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
16857
16858         * modules/error (Depends-on): Remove gettext.
16859
16860 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
16861
16862         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
16863         not needed.  This removes a dependency on the gettext module.
16864         [defined _LIBC]: Do not include <libintl.h>; not needed.
16865
16866 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
16867
16868         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
16869         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
16870
16871 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
16872
16873         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
16874         HAVE_DECL_STRTOLD.
16875
16876 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
16877
16878         * modules/getdate (Depends-on): Remove alloca-opt.
16879
16880 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
16881
16882         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
16883
16884 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
16885
16886         * lib/argp-parse.c: Include <stddef.h>.
16887         (alignof, alignto): New macros.
16888         (parser_init): Don't assume that void * is aligned sufficiently
16889         for struct option.
16890
16891         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
16892         need to extend the stack.
16893         (YYINITDEPTH): New macro, so that the initial stack isn't overly
16894         large.
16895
16896 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16897
16898         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
16899
16900 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
16901
16902         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
16903         (2004-10-24) change.  Apparently this was a false alarm.
16904
16905         * modules/getdate: Depend on alloca-opt, not alloca.
16906
16907 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
16908
16909         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
16910         Remove now-obsolete comment about AIX.
16911         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
16912         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
16913         (YYMAXDEPTH): New macro.
16914
16915 2004-12-18  Simon Josefsson  <jas@extundo.com>
16916
16917         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
16918
16919 2004-12-18  Bruno Haible  <bruno@clisp.org>
16920
16921         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
16922
16923 2004-12-18  Bruno Haible  <bruno@clisp.org>
16924
16925         * lib/fatal-signal.c (fatal_signals): Make non-const.
16926         (init_fatal_signals): New function.
16927         (uninstall_handlers, install_handlers): Ignore signals that were set to
16928         SIG_IGN.
16929         (at_fatal_signal): Call init_fatal_signals.
16930         (init_fatal_signal_set): Likewise. Ignore signals that were set to
16931         SIG_IGN.
16932         Reported by Paul Eggert.
16933
16934 2004-12-18  Bruno Haible  <bruno@clisp.org>
16935
16936         * doc/alloca.texi: New file.
16937         * doc/alloca-opt.texi: New file.
16938
16939 2004-12-17  Jim Meyering  <jim@meyering.net>
16940
16941         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
16942         Otherwise, install-sh could exit with improper exit status when
16943         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
16944
16945 2004-12-16  Simon Josefsson  <jas@extundo.com>
16946
16947         * tests/test-base64.c: Add license.
16948
16949 2004-12-15  Stepan Kasal  <address@hidden>
16950
16951         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
16952
16953 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
16954
16955         * modules/getcwd (Files): Add m4/d-ino.m4.
16956         Suggested by Mark D. Baushke.
16957
16958 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
16959
16960         * lib/getdate.y (textint): New member "negative".
16961         (time_zone_hhmm): New function.
16962         Expect 14 shift-reduce conflicts, not 13.
16963         (o_colon_minutes): New rule.
16964         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
16965         (yylex): Set the "negative" member of signed numbers.
16966
16967 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
16968
16969         * doc/getdate.texi (Time of day items, Time zone items):
16970         Describe new formats +00:00, UTC+00:00.
16971
16972 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
16973
16974         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
16975         spurious "-l"s.  Problem reported by Stepan Kasal.
16976
16977 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
16978
16979         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
16980         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
16981
16982 2004-12-04  Simon Josefsson  <jas@extundo.com>
16983
16984         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
16985         Vandoorselaere <yoann@prelude-ids.org>.
16986
16987 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
16988
16989         Changes imported from coreutils.
16990         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
16991         exist.
16992         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
16993
16994 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
16995
16996         Changes imported from coreutils.
16997         * lib/hard-locale.c: Assume <locale.h> exists.
16998         Include "strdup.h".
16999         (GLIBC_VERSION): New macro.
17000         (hard_locale): Assume setlocale exists.
17001         Rewrite to avoid #ifdef.
17002         Use strdup rather than malloc + strcpy.
17003         * lib/human.c: Assume <locale.h> exists.
17004         (human_readable): Assume localeconv exists.
17005
17006 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
17007
17008         * modules/hard-locale (Depends-on): Add strdup.
17009
17010 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
17011
17012         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
17013         convert T2, not T.  (Imported from libc.)
17014
17015 2004-11-30  Simon Josefsson  <jas@extundo.com>
17016
17017         * modules/restrict (License): Change to LGPL.
17018
17019 2004-11-30  Simon Josefsson  <jas@extundo.com>
17020
17021         * m4/restrict.m4: Add copyright and copying conditions.
17022
17023 2004-11-30  Simon Josefsson  <jas@extundo.com>
17024
17025         * m4/base64.m4: New file.
17026
17027 2004-11-30  Simon Josefsson  <jas@extundo.com>
17028
17029         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
17030         base64.
17031
17032         * tests/test-base64.c: New file.
17033
17034         * modules/base64: New file.
17035
17036 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
17037
17038         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
17039         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
17040
17041         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
17042
17043 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
17044
17045         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
17046         (__getcwd.c): Don't restore errno; glibc doesn't.
17047         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
17048         first, falling back to our code only if its results look suspicious.
17049         Ensure that the resulting buffer is only as large as necessary.
17050
17051         * lib/readutmp.c: Include readutmp.h first.
17052         Include <errno.h>, since readutmp.h no longer does that.
17053         * lib/readutmp.h: Don't include <errno.h>,
17054         <sys/param.h>, <time.h>; not needed to establish interface.
17055         (errno): Remove decl.
17056         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
17057         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
17058         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
17059
17060 2004-11-28  Simon Josefsson  <jas@extundo.com>
17061
17062         * lib/base64.h, base64.c: New file.
17063
17064 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
17065
17066         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
17067
17068 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
17069
17070         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
17071         (Depends-on): Remove pathmax, same.  Add mempcpy.
17072         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
17073         (Makefile.am): Append getcwd.h to lib_SOURCES.
17074         (Include): Add getcwd.h.
17075         (Maintainer): Change from Jim Meyering to "all, glibc",
17076         since getdate now uses intended-for-glibc code.
17077         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
17078         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
17079
17080 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
17081
17082         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
17083         HP's ANSI C compiler.
17084         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
17085         Declaring int functions causes warnings on some modern systems and
17086         shouldn't be needed to compile on ancient ones.
17087         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
17088         defined.
17089
17090         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
17091         with the following changes.
17092         (__set_errno): Parenthesize properly.
17093         Include <stdbool.h>.
17094         (MIN, MAX, MATCHING_INO): New macros.
17095         (__getcwd): Define with prototype, not K&R form.
17096         Use heuristics to allocate default buffer on stack if possible.
17097         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
17098         behavior, and to avoid the PATH_MAX limit when computing
17099         ../../../../...
17100         Use MATCHING_INO to compare inode number to file.
17101         Check for arithmetic overflow in size calculations.
17102         Fix bug in reallocation of dot array that caused getcwd to fail
17103         on directories nested deeper than 75.
17104         Be more careful about saving errno on error.
17105         Do not use realloc; use only free+malloc, as this is a bit
17106         more flexible and avoids a needless copy operation.
17107         Do not inspect st_dev and st_ino for symbolic links; POSIX
17108         doesn't specify the latter.
17109         Check for closedir errors.
17110         Avoid needless casts.
17111         Use "#ifdef weak_alias" around weak_alias, to be like other
17112         glibc code.
17113         The following changes to getcwd.c have effect only when used in
17114         gnulib; they have no effect inside glibc proper.
17115         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
17116         as alloca isn't used.
17117         (alloca, __alloca): Likewise.
17118         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
17119         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
17120         unconditionally, as gnulib assumes C89 or better.
17121         Do not include <sys/param.h>.
17122         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
17123         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
17124         better.
17125         (NULL) [!defined NULL]: Remove; we assume C89 or better.
17126         Include <dirent.h> in a way that is compatible with modern Autoconf.
17127         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
17128         New macros, if not already defined.
17129         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
17130         Use "_LIBC", not "defined _LIBC", for consistency.
17131         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
17132         a mempcpy module.
17133         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
17134         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
17135         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
17136         credit only to Jim Meyering and adjust the copyright dates.
17137         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
17138         <stdlib.h>, <unistd.h>, "pathmax.h".
17139         Instead, include "xgetcwd.h" (first) and "getcwd.h".
17140         (INITIAL_BUFFER_SIZE): Remove.
17141         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
17142
17143 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
17144
17145         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
17146         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
17147         Use the _ONCE methods, for efficiency.
17148         Check for fcntl.h.  In test program, include <errno.h>
17149         and <fcntl.h> if available.  Remove old K&R cruft from
17150         test program.  Check for common errors in GNU/Linux,
17151         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
17152         don't do AC_LIBOBJ, as that's getcwd.m4's job.
17153         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
17154         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
17155         name accordingly.
17156         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
17157         accommodate new getcwd.c.
17158         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
17159         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
17160         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
17161         that's all we need now.
17162
17163 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17164
17165         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
17166         argp-parse.c depends on getopt internals, that means we should
17167         always use our getopt, to be on the safe side.
17168         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
17169         order not to spoil the result of an eventual previous invocation
17170         of gl_GETOPT_SUBSTITUTE.
17171
17172 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17173
17174         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
17175         redefinition warnings. To avoid them, include the defines
17176         in `#if !defined __need_getopt ... #endif'. The only place
17177         where __getopt_argv_const is used is in definitions
17178         of getopt_long and getopt_long_only below, which are as well
17179         protected by `#ifndef __need_getopt'.
17180         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
17181         __need_getopt after including <stdio.h> and <unistd.h> These
17182         headers might have defined it.
17183
17184 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
17185
17186         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
17187
17188 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
17189
17190         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
17191         (futimens): New function, which uses futimes if available.
17192         (futimens, utimens): Support timespec==NULL, with same semantics
17193         as utime and utimens.
17194         * lib/utimens.h (futimens): New decl.
17195
17196 2004-11-23  Jim Meyering  <jim@meyering.net>
17197
17198         * lib/getopt_.h: Remove trailing blanks.
17199
17200 2004-11-23  Jim Meyering  <jim@meyering.net>
17201
17202         * lib/__fpending.c: Add comment.
17203
17204 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
17205
17206         * modules/canonicalize (Depends-on): Add xreadlink.
17207         Problem reported by James Youngman.
17208
17209 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
17210
17211         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
17212         New macros.
17213         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
17214         optopt): Use them instead of invoking ## directly; otherwise, the
17215         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
17216
17217 2004-11-19  Bruno Haible  <bruno@clisp.org>
17218
17219         * lib/strtok_r.c: Move comments from here...
17220         * lib/strtok_r.h: ... to here.
17221
17222 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
17223
17224         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
17225         implementations that mishandle size_t overflow.
17226
17227 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
17228
17229         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
17230         might fail.  Problem reported by Yoann Vandoorselaere.
17231         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
17232         implementations that mishandle size_t overflow.
17233
17234 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
17235
17236         * modules/canon-host (Depends-on): Add strdup.
17237
17238 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
17239
17240         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
17241
17242 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
17243
17244         * lib/canon-host.c: Include "strdup.h".
17245         (canon_host): Use getaddrinfo if available, so that IPv6 works.
17246         Use strdup instead of malloc/strcpy to duplicate strings.
17247
17248         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
17249         (human_space_before_unit): New constant.
17250         * lib/human.c (human_readable): Support it.
17251
17252         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
17253         (xgetcwd): Set errno correctly when failing.
17254         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
17255         the failure is actually due to a PATH_MAX problem.
17256
17257         Further getopt changes to make it more likely that glibc will
17258         buy the changes back.
17259         * lib/getopt.c (POSIXLY_CORRECT): New constant.
17260         (getopt): Use it, so to preserve glibc semantic
17261         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
17262         when compiling for libc.
17263         * lib/getopt_.h (__getopt_argv_const): Bring it back.
17264         (getopt_long, getopt_long_only): Use it.
17265
17266         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
17267         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
17268         (getopt): Argv is now char * const *, as per standard.
17269         (_getopt_internal_r, _getopt_internal): Argv is now char **,
17270         not char *__getopt_argv_const *.
17271         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
17272         _getopt_long_only_r): Likewise.
17273         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
17274         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
17275         _getopt_long_r, _getopt_long_only_r): Likewise.
17276         * lib/getopt_.h (__getopt_argv_const): Remove.
17277         (getopt): Argv is now char * const *, as per standard.
17278
17279         * lib/getdate.y (tORDINAL): New token.
17280         (day, relunit): Allow it for relative times.
17281         (relative_time_table): Use tORDINAL for ordinals.
17282
17283 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
17284
17285         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
17286         Document that "second" isn't allowed as an ordinal number.
17287
17288 2004-11-16  Jim Meyering  <jim@meyering.net>
17289
17290         * modules/closeout (Depends-on): Add fpending.
17291
17292 2004-11-15  Jim Meyering  <jim@meyering.net>
17293
17294         * lib/closeout.c: Include "__fpending.h" once again.
17295         Include <stdbool.h>.
17296         (close_stdout): Don't fail just because stdout was closed initially,
17297         since some programs don't write to stdout in the normal course of
17298         operation (other than --version and --help), and we don't want this
17299         function to make e.g. `touch file >&-' fail.
17300         But do fail if it was closed and someone has tried to write to it.
17301         E.g., `printf foo >&-' must fail.
17302
17303 2004-11-13  Jim Meyering  <jim@meyering.net>
17304
17305         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
17306
17307 2004-11-12  Simon Josefsson  <jas@extundo.com>
17308
17309         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
17310         small doc fix is still pending.
17311
17312 2004-11-11  Simon Josefsson  <jas@extundo.com>
17313
17314         * modules/strtok_r: New file.
17315
17316         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
17317         strtok_r.
17318
17319 2004-11-11  Simon Josefsson  <jas@extundo.com>
17320
17321         * m4/strtok_r.m4: New file.
17322
17323         * m4/getopt.m4: Replace opterr.
17324
17325 2004-11-11  Simon Josefsson  <jas@extundo.com>
17326
17327         * lib/strtok_r.h, strtok_r.c: New file.
17328
17329 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
17330
17331         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
17332         of replacing opterr, getopt, etc.  This should handle the
17333         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
17334
17335 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
17336
17337         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
17338         we can stop lying to compilers about the constness of argv when we
17339         are compiled outside glibc.
17340         (getopt, getopt_long, getopt_long_only): Use it.
17341         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
17342         _getopt_internal, getopt): Likewise.
17343         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
17344         _getopt_long_only_r): Likewise.
17345         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
17346         _getopt_long_r, _getopt_long_only_r): Likewise.
17347
17348         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
17349         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
17350         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
17351         the other external symbols.
17352         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
17353         declaration, since the above renaming now works around collisions.
17354
17355 2004-11-11  Jim Meyering  <jim@meyering.net>
17356
17357         * lib/linebreak.c: Remove trailing blanks.
17358         * lib/alloca_.h: Likewise.
17359         * lib/acosl.c: Likewise.
17360         * lib/euidaccess.c: Likewise.
17361         * lib/allocsa.h: Likewise.
17362
17363 2004-11-10  Simon Josefsson  <jas@extundo.com>
17364
17365         * m4/getaddrinfo.m4: New file.
17366
17367 2004-11-10  Simon Josefsson  <jas@extundo.com>
17368
17369         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
17370
17371 2004-11-10  Simon Josefsson  <jas@extundo.com>
17372
17373         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
17374         getaddrinfo.
17375
17376         * modules/getaddrinfo: New file.
17377
17378 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
17379
17380         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
17381
17382 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
17383
17384         * lib/mktime.c (SHR): New macro, which is a portable
17385         substitute for >> that should work even on Crays.
17386         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
17387         Problem reported by Mark D. Baushke in
17388         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
17389         * lib/getdate.y (SHR): Likewise.
17390         (tm_diff): Use it.
17391         * lib/strftime.c (SHR): Likewise.
17392         (tm_diff): Use it.
17393         * lib/quotearg.c (struct quoting_options): Use unsigned int for
17394         quote_these_too, so that right shifts are well defined.  All uses
17395         changed.
17396
17397 2004-11-10  Jim Meyering  <jim@meyering.net>
17398
17399         Ensure that no close failure goes unreported.
17400         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
17401         return early when it seems there's nothing to flush.
17402         Don't include __fpending.h.
17403
17404 2004-11-10  Jim Meyering  <jim@meyering.net>
17405
17406         * modules/closeout (Depends-on): Remove fpending.
17407
17408 2004-11-10  Jim Meyering  <jim@meyering.net>
17409
17410         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
17411
17412 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
17413
17414         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
17415         gl_FUNC_STRFTIME.
17416         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
17417         and AC_REQUIRE when possible, to avoid duplicate checks.
17418         Check for <wchar.h>.
17419
17420 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
17421
17422         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
17423
17424 2004-11-09  Bruno Haible  <bruno@clisp.org>
17425
17426         * m4/sockpfaf.m4: New file.
17427
17428 2004-11-05  Bruno Haible  <bruno@clisp.org>
17429
17430         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
17431         Reported by Mark D. Baushke <mdb@cvshome.org>.
17432
17433 2004-11-04  Bruno Haible  <bruno@clisp.org>
17434
17435         2004-09-11  Bruno Haible  <bruno@clisp.org>
17436                 * allocsa.valgrind: New file.
17437         2004-02-06  Bruno Haible  <bruno@clisp.org>
17438                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
17439                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
17440                 Reported by Christopher Seip <chris.seip@hp.com>.
17441
17442 2004-11-04  Bruno Haible  <bruno@clisp.org>
17443
17444         * modules/allocsa (Files): Add lib/allocsa.valgrind.
17445         (Makefile.am): Distribute it.
17446
17447 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
17448
17449         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
17450         with errno == ERANGE if the buffer is too small.
17451         Problem reported by Mark D. Baushke.
17452
17453 2004-11-03  Albert Chin  <china@thewrittenword.com>
17454             Paul Eggert  <eggert@cs.ucla.edu>
17455
17456         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
17457         equivalent, substitute $ac_type for equivalent type rather than
17458         blindly using uint32_t *always* which won't work if uint32_t is not
17459         available.  Define _UINT32_T to work around typedef of uint32_t if
17460         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
17461         2.5.1.
17462
17463 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
17464
17465         * m4/jm-macros.m4: Sync from coreutils.
17466         (gl_MACROS): Check for mbrlen, for pathchk.
17467         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
17468
17469 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
17470
17471         * lib/xreadlink.c (MAXSIZE): New macro.
17472         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
17473         size does not exceed MAXSIZE.  Avoid cast.
17474         As suggested by Mark D. Baushke in
17475         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
17476         if readlink fails with buffer size just under MAXSIZE, try again
17477         with MAXSIZE.
17478
17479 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
17480
17481         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
17482
17483 2004-11-02  Derek R. Price  <derek@ximbiot.com>
17484         and  Paul Eggert  <eggert@cs.ucla.edu>
17485
17486         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
17487         (get_date): Overparenthesize to avoid GCC warning.
17488
17489 2004-11-02  Bruno Haible  <bruno@clisp.org>
17490
17491         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
17492         returns void.
17493
17494 2004-11-02  Bruno Haible  <bruno@clisp.org>
17495
17496         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
17497         function returns void.
17498
17499 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
17500
17501         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
17502         fflush_unlocked, flockfile, funlockfile, funlockfile,
17503         fputs_unlocked, putc_unlocked.
17504
17505 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
17506
17507         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
17508         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
17509         already declared.
17510
17511 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
17512
17513         * modules/getdate (Files): Add doc/getdate.texi.
17514         (Depends-on): Add setenv, xalloc.
17515
17516 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
17517
17518         * lib/getdate.y: Add support for TZ="foo" within a date string.
17519         Fix some bugs near time_t boundaries.  Reject dates with
17520         out-of-range components, e.g., "Sept 31".
17521         Include <stdlib.h>, "setenv.h", "xalloc.h".
17522         (ISDIGIT_LOCALE): Remove; unused.
17523         Note that the TZ and time functions used here are not reentrant.
17524         (mktime_ok, get_tz): New functions.
17525         (TZBUFSIZE): New constant.
17526         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
17527         This requires that we sometimes generate our own TZ="XXX..." setting.
17528
17529 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
17530
17531         * doc/getdate.texi: New file, from coreutils with modifications for
17532         the new TZ parsing.
17533
17534 2004-10-27  Derek R. Price  <derek@ximbiot.com>
17535
17536         * lib/mktime.c (not_equal_tm): Remove redundant check.
17537
17538 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
17539
17540         * modules/regex (lib_SOURCES): Add regex.c.
17541         Reported by James Youngman in
17542         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
17543
17544 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
17545
17546         * lib/getdate.y: Use Bison 1.875 features, and some minor
17547         code cleanups.  This change does not affect semantics.
17548         Don't include <stdlib.h>; no longer needed.
17549         Don't include unlocked-io.h; only the "#if TEST" code uses
17550         stdio, and performance isn't crucial there.
17551         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
17552         Bison 1.875 features as described below.
17553         All uses of "PC." replaced by "pc->".
17554         (YYSTYPE): Add a forward declaration.
17555         (yylex, yyerror): Use full prototypes in forward decls.
17556         Use "%pure-parser" rather than obsolescent "%pure_parser".
17557         Use %parse-param and %lex-param instead of obsolescent
17558         YYPARSE_PARAM and YYLEX_PARAM.
17559         (meridian_table, month_and_day_table, time_units_table,
17560         relative_time_table, time_zone_table, military_table,
17561         lookup_zone, lookup_word, get_date):
17562         Use NULL instead of 0 where appropriate.
17563         (to_hour): Avoid abort (), to avoid a dependency on
17564         stdlib.h.
17565         (yyerror, yylex): Now accepts parser_control * arg.
17566         (main) [TEST]: Use '\0' rather than 0 for char.
17567
17568 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
17569
17570         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
17571
17572 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
17573
17574         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
17575         It's now the caller's responsibility to handle the case where
17576         !HAVE_GETPAGESIZE && !defined getpagesize.
17577
17578         * lib/mktime.c (leapyear): Arg is long int, not int.
17579
17580 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
17581
17582         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
17583
17584 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
17585
17586         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
17587         missing.  Problem reported by James Youngman.
17588
17589 2004-10-16  Simon Josefsson  <jas@extundo.com>
17590
17591         * gnulib-tool: Fix comments.  Fix parse problem.
17592         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
17593
17594 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
17595
17596         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
17597         implementation of getopt_long.  Problem reported by Alexander Taler in:
17598         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
17599
17600 2004-10-15  Bruno Haible  <bruno@clisp.org>
17601
17602         * gnulib-tool: Untabify. Initialize supplied_libname.
17603         (func_usage): More homogenous output.
17604         (func_modules_transitive_closure, func_modules_to_filelist,
17605         func_emit_lib_Makefile_am): New functions.
17606         (func_import): New function, extracted from big case statement. Use
17607         func_get_license, func_modules_transitive_closure,
17608         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
17609         opt_lgpl. Don't use test -a, as it's not portable.
17610         (func_create_testdir): Use func_modules_transitive_closure,
17611         func_modules_to_filelist, func_emit_lib_Makefile_am.
17612
17613 2004-10-15  Bruno Haible  <bruno@clisp.org>
17614
17615         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
17616
17617 2004-10-15  Bruno Haible  <bruno@clisp.org>
17618
17619         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
17620         the portions belonging to each module.
17621         Suggested by Derek Robert Price <derek@ximbiot.com>.
17622
17623 2004-10-12  Simon Josefsson  <jas@extundo.com>
17624
17625         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
17626         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
17627         to real functions.
17628
17629 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17630
17631         * modules/vsnprintf: New file.
17632
17633 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17634
17635         * m4/vsnprintf.m4: New file.
17636
17637 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17638
17639         * lib/vsnprintf.h: New file.
17640         * lib/vsnprintf.c: New file.
17641
17642 2004-10-11  Bruno Haible  <bruno@clisp.org>
17643
17644         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
17645         vsnprintf.
17646
17647 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
17648
17649         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
17650
17651 2004-10-07  Bruno Haible  <bruno@clisp.org>
17652
17653         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
17654         fits into the provided buffer.
17655
17656 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
17657
17658         * lib/diacrit.c, diacrit.h: Add GPL notice.
17659
17660         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
17661         notice.
17662         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
17663         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
17664         This avoids a potential constant-folding bug.
17665
17666 2004-10-05  Bruno Haible  <bruno@clisp.org>
17667
17668         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
17669         for the declaration of strsep.
17670
17671 2004-10-05  Bruno Haible  <bruno@clisp.org>
17672
17673         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
17674
17675 2004-10-04  Simon Josefsson  <jas@extundo.com>
17676
17677         * modules/memmem: New file.
17678         * tests/test-memmem.c: New file.
17679         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
17680
17681 2004-10-04  Simon Josefsson  <jas@extundo.com>
17682
17683         * m4/memmem.m4: New file.
17684
17685 2004-10-04  Simon Josefsson  <jas@extundo.com>
17686
17687         * lib/memmem.h: New file.
17688         * lib/memmem.c: New file, taken from glibc.
17689
17690 2004-10-04  Simon Josefsson  <jas@extundo.com>
17691
17692         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
17693         '#ifdef USE_UNLOCKED_IO'.
17694
17695 2004-10-04  Simon Josefsson  <jas@extundo.com>
17696
17697         * config/srclist.txt: Add memmem from glibc.
17698
17699 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
17700
17701         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
17702
17703         * modules/argmatch, modules/argp, modules/closeout, modules/error,
17704         modules/exclude, modules/getdate, modules/getline,
17705         modules/getndelim2, modules/getpass, modules/getpass-gnu,
17706         modules/getusershell, modules/linebuffer, modules/md5,
17707         modules/mountlist, modules/posixtm, modules/readtokens,
17708         modules/readutmp, modules/regex, modules/sha1,
17709         modules/version-etc, modules/yesno:
17710         Remove dependency on unlocked-io.
17711
17712 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
17713
17714         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
17715
17716         * m4/unlocked-io.m4: Add copyright notice.
17717         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
17718
17719 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
17720
17721         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
17722         * lib/xmalloc.c (xmemdup): Likewise.
17723         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
17724         XFREE): Remove these long-obsolescent macros.
17725         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
17726         * lib/xstrdup.c: Remove.
17727
17728         * lib/regex.c (re_comp): Cast gettext return value to char *,
17729         Problem reported by Martin Neitzel via Mark D. Baushke.
17730
17731 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
17732
17733         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
17734         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
17735         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
17736         regex.c, sha1.c, version-etc.c, yesno.c:
17737         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
17738         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
17739         the includer's responsibility.
17740
17741         Sync from coreutils.
17742
17743         * lib/modechange.c (mode_compile): Don't decrement a pointer that
17744         points to the start of a string, as the C Standard says the
17745         resulting behavior is undefined.
17746
17747         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
17748         simple -> simple_backups, numbered_existing ->
17749         numbered_existing_backups, numbered -> numbered_backups
17750         to avoid shadowing problems.  All uses changed.
17751         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
17752         * lib/backupfile.c (check_extension, numbered_backup):
17753         Rename locals to avoid shadowing 'basename'.
17754         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
17755         once.
17756
17757         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
17758         * lib/.cvsignore: Add getopt.h.
17759
17760 2004-10-04  Bruno Haible  <bruno@clisp.org>
17761
17762         * modules/README: New file.
17763         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
17764         not a module.
17765
17766 2004-10-02  Jim Meyering  <jim@meyering.net>
17767
17768         * lib/dirfd.h, getpagesize.h: Add copyright notice.
17769
17770 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17771
17772         * modules/strsep: New file.
17773
17774 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17775
17776         * m4/strsep.m4: New file.
17777
17778 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17779
17780         * lib/strsep.h: New file.
17781         * lib/strsep.c: New file.
17782
17783 2004-10-01  Simon Josefsson  <jas@extundo.com>
17784
17785         * lib/snprintf.c (snprintf): Handle size==0.
17786
17787 2004-10-01  Simon Josefsson  <jas@extundo.com>
17788             Bruno Haible  <bruno@clisp.org>
17789
17790         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
17791         (snprintf): Declare 'args'.
17792
17793 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
17794
17795         * lib/snprintf.c: Remove comments as to why each header is needed.
17796
17797 2004-10-01  Bruno Haible  <bruno@clisp.org>
17798
17799         * MODULES.html.sh: Add strsep.
17800
17801 2004-09-30  Simon Josefsson  <jas@extundo.com>
17802
17803         * modules/snprintf: New file.
17804
17805 2004-09-30  Simon Josefsson  <jas@extundo.com>
17806
17807         * m4/snprintf.m4: New file.
17808
17809 2004-09-30  Simon Josefsson  <jas@extundo.com>
17810
17811         * lib/snprintf.h, lib/snprintf.c: New files.
17812
17813 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17814
17815         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
17816         (hol_entry_help): Never translate an empty string.
17817         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
17818         * lib/argp.h (OPTION_NO_TRANS): New option.
17819
17820 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
17821
17822         * modules/argp (Maintainer): Replace Simon Josefsson
17823         by Sergey Poznyakoff.
17824
17825 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
17826
17827         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
17828         changes merged back into glibc.
17829
17830 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
17831
17832         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
17833
17834 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
17835
17836         * lib/xvasprintf.c: Include xalloc.h.
17837         (xvasprintf): Use xalloc_die, not xmalloc_die.
17838
17839 2004-09-29  Bruno Haible  <bruno@clisp.org>
17840
17841         * modules/alloca-opt: New file, derived from modules/alloca.
17842         * modules/allocsa: Depend on alloca-opt instead of alloca.
17843         * modules/setenv: Likewise.
17844         * modules/vasnprintf: Likewise.
17845         * MODULES.html.sh: Add alloca-opt.
17846
17847 2004-09-28  Simon Josefsson  <jas@extundo.com>
17848
17849         * gnulib-tool: New parameter --lgpl, to asseert that modules are
17850         LGPL, and to replace license template from GPL to LGPL.
17851
17852 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
17853
17854         * modules/dummy: Change license to LGPL.
17855
17856 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
17857
17858         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
17859
17860 2004-09-24  Simon Josefsson  <jas@extundo.com>
17861
17862         * modules/minmax (License): Change from GPL to LGPL.
17863
17864 2004-09-23  Simon Josefsson  <jas@extundo.com>
17865
17866         * gnulib-tool (--import): Typo.
17867
17868 2004-09-23  Simon Josefsson  <jas@extundo.com>
17869
17870         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
17871
17872 2004-09-22  Bruno Haible  <bruno@clisp.org>
17873
17874         * modules/*: Add 'License' field.
17875         * gnulib-tool: Accept --extract-license option.
17876         (func_get_license): New function.
17877
17878 2004-09-21  Bruno Haible  <bruno@clisp.org>
17879
17880         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
17881         Reported by Simon Josefsson.
17882
17883 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
17884
17885         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
17886         gl_AC_TYPE_LONG_LONG.
17887
17888 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
17889
17890         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
17891
17892 2004-09-18  Simon Josefsson  <jas@extundo.com>
17893         and  Paul Eggert  <eggert@cs.ucla.edu>
17894
17895         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
17896         calls with autoreconf.  Define GL_LIB.
17897
17898 2004-09-14  Karl Berry  <karl@gnu.org>
17899
17900         * config/srclist.txt: unsync setenv.c, sigh.
17901
17902 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
17903
17904         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
17905         Problem reported by Bruno Haible in:
17906         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
17907
17908 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
17909
17910         * config/srclist.txt: Comment out argp-pvh.c.
17911
17912 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
17913
17914         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
17915         in case some system header has #define'd it.  Problem reported by
17916         Soeren D. Schulze in
17917         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
17918
17919 2004-09-09  Karl Berry  <karl@gnu.org>
17920
17921         * regex.[ch]: delete from the root.  These were supposed to be
17922                 synced with emacs cvs, but this has not happened for about
17923                 a year, and anyway nothing else uses emacs regex.[ch].
17924                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
17925                 lib/regex[.ch] is untouched.
17926
17927 2004-09-09  Bruno Haible  <bruno@clisp.org>
17928
17929         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
17930
17931 2004-09-09  Bruno Haible  <bruno@clisp.org>
17932
17933         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
17934         modifications.
17935         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
17936
17937 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
17938
17939         * modules/xvasprintf: New file.
17940         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
17941
17942 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
17943
17944         * lib/xvasprintf.h: New file.
17945         * lib/xvasprintf.c: New file.
17946         * lib/xasprintf.c: New file.
17947
17948 2004-09-08  Bruno Haible  <bruno@clisp.org>
17949
17950         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
17951
17952 2004-09-08  Bruno Haible  <bruno@clisp.org>
17953
17954         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
17955         length is > INT_MAX.
17956         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
17957         more.
17958
17959 2004-09-08  Bruno Haible  <bruno@clisp.org>
17960
17961         * lib/stdint_.h: New file, taken from GNU clisp.
17962
17963 2004-09-08  Bruno Haible  <bruno@clisp.org>
17964             Oskar Liljeblad  <oskar@osk.mine.nu>
17965
17966         * modules/stdint: New file.
17967         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
17968
17969 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
17970
17971         Import from coreutils.
17972         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
17973         strings on unbounded length.  alloca's performance benefits aren't
17974         that important here.
17975         (V_STRDUP): Remove.
17976         (parse_with_separator): New function, with most of the internals
17977         of the old parse_user_spec.  Allow user to omit both user and group,
17978         for compatibility with FreeBSD.
17979         Clone only the user name, not the entire spec.
17980         Do not set *uid, *gid unless entirely successful.
17981         Avoid memory leak in some failing cases.
17982         Fix regression for USER.GROUP reported by Dmitry V. Levin in
17983         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
17984         (parse_user_spec): Rewrite to use parse_with_separator.
17985
17986 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
17987
17988         * modules/userspec: Don't depend on alloca.
17989
17990 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
17991
17992         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
17993
17994 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
17995
17996         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
17997         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
17998         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
17999
18000 2004-08-16  Simon Josefsson  <jas@extundo.com>
18001
18002         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
18003         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
18004         Add --dry-run for --import.
18005         Let user provided command line parameters override configure.ac
18006         settings.
18007
18008 2004-08-12  Simon Josefsson  <jas@extundo.com>
18009
18010         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
18011         as discussed with Paul Eggert in threads rooted at
18012         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
18013         and
18014         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
18015         Before, the test was empty, and relied on ELIDE_CODE in source
18016         code.)
18017         (gl_PREREQ_GETOPT): New macro.
18018         (gl_GETOPT): Use them.
18019
18020 2004-08-12  Simon Josefsson  <jas@extundo.com>
18021
18022         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
18023         * lib/getopt_.h: Renamed from getopt.h.
18024
18025 2004-08-12  Simon Josefsson  <jas@extundo.com>
18026
18027         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
18028         Change default library name from libfoo to libgnu.
18029         Now, if you have a configure.ac that says:
18030                 gl_SOURCE_BASE(gl)
18031                 gl_M4_BASE(gl/m4)
18032                 gl_MODULES(error getopt etcetera)
18033                 gl_INIT
18034         you can import all you need by running:
18035                 ../gnulib/gnulib-tool --import
18036
18037         * modules/getopt (Files): Rename getopt.h to getopt_.h.
18038         (Makefile.am): Rewrite, use logic from argz.
18039         (Include): Use <getopt.h> instead of "getopt.h".
18040
18041 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
18042
18043         * modules/argp (Files): Add m4/unlocked-io.m4.
18044         (Depends-on): Add extensions.
18045
18046 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
18047
18048         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
18049         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
18050         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
18051         Check for program_invocation_name, program_invocation_short_name,
18052         flockfile, funlockfile, features.h, _getopt_long_only_r.
18053
18054 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
18055
18056         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
18057         its complicated substitute.
18058         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
18059         and program_invocation_name.
18060         (__argp_basename) [!_LIBC]: Remove; the only use was
18061         replaced by its body.
18062         (__argp_short_program_name): Change condition from
18063         !defined __argp_short_program_name to
18064         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
18065         to match argp-namefrob.h.
18066         (__argp_failure): Don't assume strerror_r returns char *.
18067         * lib/argp-parse.c (N_): Define unconditionally.
18068         (argp_default_options): Fill out initializers with 0 to avoid
18069         gcc warnings.
18070
18071 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
18072
18073         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
18074         getopt1.c.
18075
18076 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
18077
18078         Merge from coreutils.
18079
18080         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
18081
18082         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
18083         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
18084
18085 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
18086
18087         Merge from coreutils.
18088
18089         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
18090         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
18091         for Reliant Unix 5.43.
18092
18093         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
18094         (union fooround): Use uintmax_t, not long int.
18095         The rest is a merge from libc:
18096         [defined _LIBC]: Include <shlib-compat.h>.
18097         (_obstack) [defined _LIBC]: Remove after 2.3.4.
18098
18099         * lib/settime.c (settime): Recode to avoid warning with
18100         Sun Forte C 6U2.
18101
18102         * lib/strverscmp.c: Convert to UTF-8.
18103
18104 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
18105
18106         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
18107         m4/uintmax_t.m4.
18108
18109 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
18110
18111         * modules/xalloc-die: New file.
18112         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
18113
18114         * modules/md5 (Files): Add m4/uint32_t.m4.
18115         * modules/sha1: Renamed from modules/sha.
18116         (Files):
18117         Rename lib/sha.h to lib/sha1.h.
18118         Rename lib/sha.c to lib/sha1.c.
18119         Rename m4/sha.m4 to m4/sha1.m4.
18120         (lib_SOURCES): Likewise.
18121         (configure.ac): Rename gl_SHA to gl_SHA1.
18122         (Include): sha.h -> sha1.h.
18123
18124 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
18125
18126         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
18127         * m4/sha1.m4: Renamed from sha.m4.
18128         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
18129
18130 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
18131
18132         * lib/obstack.h (obstack_empty_p):
18133         Don't assume that chunk->contents is suitably aligned.
18134         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
18135         Likewise. Problem reported by Benno in
18136         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
18137
18138         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
18139         readable.  This could be improved further but it'd take some work.
18140
18141 2004-08-08  Simon Josefsson  <jas@extundo.com>
18142
18143         * modules/xgethostname (Depends-on): Remove exit and error (not
18144         used).
18145
18146         * modules/getpass-gnu: Add getpass.h.
18147         (Depends-on): Add stdbool.
18148         * modules/getpass: Add getpass.h.
18149
18150 2004-08-08  Simon Josefsson  <jas@extundo.com>
18151
18152         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
18153         Check getpass declaration.
18154
18155 2004-08-08  Simon Josefsson  <jas@extundo.com>
18156
18157         * lib/xgethostname.c: Don't include error.h (not used).
18158
18159         * lib/getpass.h: Add.
18160         * lib/getpass.c: Include getpass.h first.
18161
18162 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
18163
18164         * lib/xalloc-die.c: New file.
18165         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
18166         All uses removed.
18167         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
18168         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
18169         xalloc-die.c.
18170         (_, N_, xalloc_die): Move to xalloc-die.c.
18171         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
18172         so that we needn't mess with xalloc_msg_memory_exhausted.
18173
18174         * lib/sha1.h: Renamed from sha.h.
18175         (SHA1_H): Renamed from _SHA_H.
18176         (sha1_ctx): Renamed from sha_ctx.
18177         (sha1_init_ctx): Renamed from sha_init_ctx.
18178         (sha1_process_block): Renamed from sha_process_block.
18179         (sha1_process_bytes): Renamed from sha_process_bytes.
18180         (sha1_finish_ctx): Renamed from sha_finish_ctx.
18181         (sha1_read_ctx): Renamed from sha_read_ctx.
18182         (sha1_stream): Renamed from sha_stream.
18183         (sha1_buffer): Renamed from sha_buffer.
18184         * lib/sha1.c: Likewise; renamed from sha.c.
18185         Do not include <sys/types.h>.
18186         Include <stddef.h> rather than <stdlib.h>.
18187
18188 2004-08-08  Bruno Haible  <bruno@clisp.org>
18189
18190         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
18191         FILESYSTEM_PREFIX_LEN.
18192         * lib/progreloc.c: Likewise.
18193         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
18194
18195 2004-08-06  Simon Josefsson  <jas@extundo.com>
18196
18197         * modules/progname (Depends-on): Don't depend on stdbool.
18198
18199 2004-08-06  Simon Josefsson  <jas@extundo.com>
18200
18201         * modules/getsubopt: New file.
18202         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18203         getsubopt.
18204
18205 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
18206
18207         More merge from coreutils.
18208
18209         * m4/utimens.m4, m4/utimecmp.m4: New files.
18210         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
18211         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
18212         prereq.m4, sha.m4: Import changes from coreutils.
18213
18214 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
18215
18216         More merge from coreutils.
18217         * modules/raise, modules/readtokens0, modules/utimens:
18218         * modules/utimecmp, module/xnanosleep: New files.
18219         * modules/strftime: Add lib/strftime.h.
18220         Change include from <time.h> to "strftime.h".
18221         * modules/yesno: Add lib/yesno.h.
18222         * modules/backupfile: Remove lib/addext.c.
18223         * modules/euidaccess: Add stat-macros.h.
18224         * modules/canonicalize, modules/euidaccess,
18225         modules/filemode, modules/lchown, modules/makepath,
18226         modules/rmdir, modules/stat: Likewise.
18227
18228 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
18229
18230         Merge from tar.
18231         * lib/argp-help.c (make_hol, hol_append): Don't assume that
18232         SIZE_MAX is a valid preprocessor constant.
18233         (__argp_basename): Change from "#ifndef _LIBC"
18234         to "#ifndef __argp_short_program_name", so that
18235         we don't compile these functions for tar.
18236
18237         More merges from coreutils.
18238         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
18239         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
18240         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
18241         * lib/addext.c: Remove; no longer needed.
18242         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
18243         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
18244         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
18245         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
18246         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
18247         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
18248         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
18249         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
18250         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
18251         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
18252         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
18253         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
18254         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
18255         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
18256         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
18257         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
18258         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
18259         Import changes from coreutils.
18260
18261 2004-08-05  Simon Josefsson  <jas@extundo.com>
18262
18263         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
18264
18265 2004-08-05  Simon Josefsson  <jas@extundo.com>
18266
18267         * m4/getsubopt.m4: New file.
18268
18269 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
18270
18271         Merge from coreutils.
18272
18273         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
18274         * m4/getcwd-path-max.m4: New files.
18275
18276         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
18277         FILESYSTEM_PREFIX_LEN ->
18278         FILE_SYSTEM_PREFIX_LEN.
18279         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
18280         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
18281         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
18282         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
18283
18284         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
18285         prerequisite modules now handle the DOS stuff.
18286         Don't check for unistd.h.
18287
18288 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
18289
18290         Merge from coreutils.
18291
18292         * lib/.gdb-history: Remove; this doesn't belong here.
18293
18294         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
18295         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
18296         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
18297         * lib/getcwd.c: New files.
18298
18299         * lib/dirname.h: Include <stdbool.h>.
18300         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
18301         for consistency with POSIX terminology.  All uses changed.
18302         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
18303         (strip_trailing_slashes): Use bool for booleans.
18304         * lib/stripslash.c (strip_trailing_slashes): Likewise.
18305
18306         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
18307         sometimes returns a positive errno value even when it succeeds.
18308         (print_errno_message) [!LIBC]: Fall back on strerror if
18309         __strerror_r fails.
18310
18311         * lib/path-concat.c (mempcpy): Don't define if a system header defines
18312         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
18313         (longest_relative_suffix): New function.
18314         (path_concat): Use it.  Assume first argument is not NULL.
18315         Port to DOS.  Omit redundant separators.
18316         Report an error instead of returning NULL.
18317         Use mempcpy instead of memcpy.
18318         (xpath_concat): Remove: not declared or used.
18319
18320         * lib/same.h: Include <stdbool.h>
18321         (same_name): Return bool, not int.
18322         * lib/same.c (same_name): Likewise.
18323         (errno): Don't declare; we assume C89 or better now.
18324
18325         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
18326         if not already defined.
18327
18328         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
18329         * lib/dup-safer.c (errno): Likewise.
18330
18331 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
18332
18333         Merge from coreutils.
18334         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
18335         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
18336         * modules/path-concat: Don't depend on strdup.
18337
18338 2004-08-03  Simon Josefsson  <jas@extundo.com>
18339
18340         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
18341         * lib/progname.h: Don't include stdbool.h.
18342
18343 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
18344
18345         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
18346         * MODULES.html.sh (func_all_modules): Remove fatal.
18347
18348 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
18349
18350         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
18351
18352 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
18353
18354         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
18355         working.
18356
18357 2004-08-02  Simon Josefsson  <jas@extundo.com>
18358
18359         * lib/getsubopt.h: New file, with comments from Bruno Haible.
18360         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
18361         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
18362
18363 2004-08-01  Simon Josefsson  <jas@extundo.com>
18364
18365         * lib/xgetdomainname.c: Include stdlib.h, for free().
18366
18367 2004-07-19  Bruno Haible  <bruno@clisp.org>
18368
18369         * MODULES.html.sh (func_all_modules): Add dummy.
18370
18371 2004-07-16  Simon Josefsson  <jas@extundo.com>
18372
18373         * modules/dummy: New file.
18374
18375 2004-07-16  Simon Josefsson  <jas@extundo.com>
18376
18377         * lib/dummy.c: New file.
18378
18379 2004-07-16  Bruno Haible  <bruno@clisp.org>
18380
18381         * lib/backupfile.h: Add extern "C" for C++.
18382         * lib/closeout.h: Likewise.
18383         * lib/copy-file.h: Likewise.
18384         * lib/findprog.h: Likewise.
18385         * lib/full-write.h: Likewise.
18386         * lib/pathname.h: Likewise.
18387         * lib/progname.h: Likewise.
18388         * lib/stpcpy.h: Likewise.
18389         * lib/stpncpy.h: Likewise.
18390         * lib/strcase.h: Likewise.
18391         * lib/strstr.h: Likewise.
18392         * lib/xalloc.h: Likewise.
18393
18394         * lib/mbswidth.h: Add extern "C" for C++.
18395         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
18396
18397 2004-07-13  Robert Millan  <robertmh@gnu.org>
18398
18399         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
18400
18401 2004-07-09  Simon Josefsson  <jas@extundo.com>
18402
18403         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
18404         failed without this.)
18405
18406 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
18407
18408         * modules/chown (Files): Add lib/fchown-stub.c, since
18409         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
18410
18411 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
18412
18413         * lib/fchown-stub.c: New file.
18414
18415 2004-06-24  Jim Meyering  <jim@meyering.net>
18416
18417         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
18418
18419 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
18420
18421         * modules/argz: Omit "#include".
18422
18423         * MODULES.html.sh (func_all_modules): Add calloc, to match
18424         2004-06-01 addition of calloc module.
18425
18426 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
18427
18428         * m4/argz.m4: New file, which is autoupdated from libtool.
18429
18430 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
18431
18432         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
18433         libtool.
18434
18435 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
18436
18437         * config/srclist-update: Don't insist on "USA." before the
18438         close-comment, as libtool omits the period and puts the */ on a
18439         separate line.
18440         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
18441         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
18442
18443 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
18444
18445         * modules/argz: New file.
18446         * MODULES.html.sh (func_all_modules): Add argz.
18447
18448 2004-06-12  Jim Meyering  <jim@meyering.net>
18449         and  Paul Eggert  <eggert@cs.ucla.edu>
18450
18451         * modules/hash (Files): Add lib/xalloc.h.
18452         * modules/pipe (Depends-on): Add wait-process.
18453         * modules/stat (Depends-on): Add xalloc.
18454         * modules/userspec (Files): Add lib/userspec.h.
18455         * modules/xstrto
18456
18457         Upgrade from gettext-0.13.
18458         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
18459         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
18460         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
18461
18462 2004-06-10  Jim Meyering  <jim@meyering.net>
18463
18464         * lib/calloc.c: New file.
18465
18466 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
18467
18468         * lib/getdate.y (yylex): Allow space between sign and number.
18469         Problem reported by Dan Jacobson.
18470
18471 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
18472
18473         Merge from coreutils CVS.
18474
18475         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
18476         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
18477         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
18478         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
18479         xstrtol.m4: Fix copyright date and/or serial number.
18480
18481         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
18482         See if we need an fchown replacement.
18483         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
18484         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
18485         and use the replacement function if we detect either defect.
18486
18487         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
18488         gl_UTIMECMP.
18489
18490 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
18491         and  Jim Meyering  <jim@meyering.net>
18492
18493         Merge from coreutils CVS.
18494
18495         * lib/stat-macros.h: New file, with contents from file-type.h
18496         and coreutils' system.h.
18497         * lib/file-type.c: Include "stat-macros.h".
18498         * lib/file-type.h (file_type): Move all macro definitions to new file,
18499         stat-macros.h.
18500
18501         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
18502         Wrap old code with this conditional.
18503         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
18504         function that does not dereference symlinks.
18505         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
18506
18507         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
18508         dependency problems.
18509         (xreadlink): Accept new arg SIZE, for efficiency.
18510         All decls and uses changed.
18511         * lib/xreadlink.h: Include <stddef.h>, for size_t.
18512
18513         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
18514         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
18515
18516         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
18517         sysexits.h.
18518
18519 2004-06-01  Jim Meyering  <jim@meyering.net>
18520
18521         * m4/calloc.m4: New file.
18522
18523 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
18524
18525         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
18526         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
18527         Also, fix a typo in a diagnostic.
18528
18529 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
18530
18531         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
18532         or AC_FUNC_REALLOC.
18533
18534 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
18535
18536         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
18537         macros to be defined.
18538         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
18539         the allocator returns NULL because the requested size is zero.
18540
18541 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
18542
18543         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
18544         var.  Add comment explaining why libc still defines it.  This
18545         merges the following patch from glibc:
18546         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
18547
18548 2004-05-20  Andreas Schwab  <schwab@suse.de>
18549
18550         * m4/free.m4: Replace free if it not known to work, not the other
18551         way round.
18552
18553 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
18554
18555         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
18556         present in glibc since revision 1.1 of this file.
18557         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
18558         obstack_alignment_mask, obstack_alloc, obstack_base,
18559         obstack_blank, obstack_blank_fast, obstack_chunk_size,
18560         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
18561         obstack_grow0, obstack_init, obstack_int_grow,
18562         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
18563         obstack_next_free, obstack_object_size, obstack_ptr_grow,
18564         obstack_ptr_grow_fast, obstack_room): Remove declarations of
18565         nonexistent functions.
18566
18567 2004-05-18  Karl Berry  <karl@gnu.org>
18568
18569         * config/srclist.txt: break link for vasnprintf.c.
18570
18571 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
18572
18573         Port obstack to the AS/400, where pointers are 16 bytes wide and
18574         you cannot cast an integer to a valid pointer.  This patch is
18575         currently waiting to be integrated into glibc; see
18576         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
18577
18578         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
18579         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
18580         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
18581         (struct obstack): temp member is now a union of a pointer and
18582         an integer, instead of an integer.  All integer uses changed.
18583         This does not affect the physical layout of struct obstack,
18584         except on hosts (like the AS/400) where the size or alignment of
18585         void * is greater than that of ptrdiff_t.
18586         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
18587         __STDC__)]: Store temporary in pointer member of union, not
18588         integer member.
18589         * lib/obstack.c: Include <stddef.h>, for offsetof.
18590         (struct fooalign): Remove; it doesn't need a name.
18591         (union fooround): Change double to long double, and add void *.
18592         (DEFAULT_ALIGNMENT): Use offsetof to compute.
18593         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
18594         not a macro.  Hence the values are always int; so remove all
18595         casts-to-int in uses.
18596
18597 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
18598
18599         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
18600         we can get this patch merged into glibc.
18601
18602 2004-05-17  Derek R. Price  <derek@ximbiot.com>
18603             Paul Eggert  <eggert@cs.ucla.edu>
18604
18605         * m4/argp: Depend on alloca.
18606
18607 2004-05-17  Derek R. Price  <derek@ximbiot.com>
18608             Paul Eggert  <eggert@cs.ucla.edu>
18609
18610         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
18611         freecoding.
18612
18613 2004-05-17  Bruno Haible  <bruno@clisp.org>
18614
18615         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
18616         precision that consists of a '.' followed by an empty digit string.
18617         Patch by Tor Lillqvist <tml@iki.fi>.
18618
18619 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
18620
18621         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
18622         for backward compatibility with older code.  We need our own
18623         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
18624         it under some other name, and our alloca.h will define it.
18625
18626 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
18627             Derek Price  <derek@ximbiot.com>
18628
18629         * lib/alloca.c: Include <alloca.h>, to get our interface.
18630         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
18631         include <alloca.h> first.  Use C89 prototype for alloca; this
18632         requires including <stddef.h> for size_t.  Use extern "C" if C++.
18633         Use #elif for simplicity, since we can assume C89 now.
18634         Don't try to source the system alloca.h since it will not be found
18635         and to prevent recursively including its replacement.
18636         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
18637         * lib/regex.c: Likewise.
18638
18639 2004-05-16  Derek Price  <derek@ximbiot.com>
18640             Paul Eggert  <eggert@cs.ucla.edu>
18641
18642         getline cleanup.  This changes the getndelim2 API: both order of
18643         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
18644         no delimiter).
18645
18646         * lib/getline.c: Don't include stddef.h or stdio.h, since our
18647         interface does that.
18648         (getline): Always use getdelim, so that we don't have two
18649         copies of this code.
18650         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
18651         if available.
18652         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
18653         (GETNDELIM2_MAXIMUM): New macro.
18654         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
18655         instead of the old practice of delim2==0.  All callers changed.
18656         Return -1 on overflow, instead of returning junk.
18657         Do not set *linesize unless allocation succeeds.
18658         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
18659         that we include sys/types.h.
18660         * lib/getnline.h: Likewise.
18661         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
18662         (getndelim2): Reorder arguments.
18663         * lib/getnline.c (getnline, getndelim):
18664         Don't discard the NMAX argument.
18665         (getnline): Invoke getndelim, to avoid code duplication.
18666         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
18667         of (size_t) -1 by callers of the getnline family.
18668
18669 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
18670
18671         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
18672         Check for gettimeofday.
18673         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
18674         Check for settimeofday, stime.
18675
18676 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
18677
18678         * lib/nanosleep.c (suspended): Change its type from int to
18679         sig_atomic_t volatile.
18680         (first_call): Make it private to rpl_nanosleep, and have it
18681         be zero initially as that's a bit faster.
18682         (my_usleep): Round up fractional times instead of truncating them,
18683         as this is the usual meaning for 'sleep'.
18684
18685         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
18686         doesn't work.
18687         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
18688         (ENOSYS): Define if not defined.
18689         (settime): Fall back on stime if it exists and settimeofday fails.
18690         But don't bother with fallbacks if a method fails with errno == EPERM.
18691
18692 2004-05-11  Jim Meyering  <jim@meyering.net>
18693
18694         Prior to this change, the save_cwd caller required read access to the
18695         current directory on most systems (ones with the fchdir function).
18696
18697         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
18698         fails, try write-only, and finally, resort to using xgetcwd.
18699
18700 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
18701
18702         * lib/obstack.c, obstack.h: Import changes from libc.
18703
18704 2004-04-28  Bruno Haible  <bruno@clisp.org>
18705
18706         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
18707         also implicitly appends .exe to executables.
18708         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
18709         accepts Windows pathnames.
18710         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
18711         Treat Cygwin like Windows, since it now accepts Windows pathnames.
18712         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
18713         Treat Cygwin like Windows, since it now accepts Windows pathnames.
18714         Reported by Derek Robert Price <derek@ximbiot.com>.
18715
18716 2004-04-21  Karl Berry  <karl@gnu.org>
18717
18718         * config/srclist.txt (localcharset.c): break sync.
18719
18720 2004-04-20  Paul Eggert  <eggert@twinsun.com>
18721
18722         * m4/host-os.m4: Add a copyright notice.
18723
18724 2004-04-20  Jim Meyering  <jim@meyering.net>
18725
18726         Change UTILS_ to gl_ in AC_DEFINE'd names.
18727         Change utils_- and jm_-prefixed variables, too.
18728         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
18729         UTILS_FUNC_MKDIR_TRAILING_SLASH.
18730         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
18731
18732         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
18733         Don't emit trailing blanks.
18734         Also rename jm_-prefixed variables to have gl_ prefix.
18735
18736         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
18737         Also rename jm_-prefixed variables to have gl_ prefix.
18738
18739         * m4/jm-macros.m4: Reflect the renamings.
18740         * m4/prereq.m4: Likewise.
18741
18742 2004-04-20  Jim Meyering  <jim@meyering.net>
18743
18744         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
18745         memory.
18746
18747 2004-04-20  Jim Meyering  <jim@meyering.net>
18748             Bruno Haible  <bruno@clisp.org>
18749
18750         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
18751         memory when realloc fails.
18752
18753 2004-04-19  Jim Meyering  <jim@meyering.net>
18754
18755         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
18756         now that readutmp.c may call `free (0)'.
18757
18758 2004-04-19  Bruno Haible  <bruno@clisp.org>
18759
18760         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
18761         * m4/inttypes_h.m4: Likewise.
18762         * m4/stdint_h.m4: Likewise.
18763         * m4/intmax_t.m4: Likewise.
18764         * m4/uintmax_t.m4: Likewise.
18765
18766 2004-04-18  Jim Meyering  <jim@meyering.net>
18767
18768         * m4/prereq.m4: Don't forbid jm_ prefix.
18769
18770         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
18771         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
18772         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
18773         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
18774         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
18775         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
18776         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
18777         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
18778         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
18779         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
18780         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
18781         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
18782         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
18783         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
18784         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
18785         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
18786         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
18787         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
18788         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
18789
18790 2004-04-18  Jim Meyering  <jim@meyering.net>
18791
18792         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
18793         failure, don't leak memory and do call END_UTMP_ENT.
18794
18795 2004-04-16  Jim Meyering  <jim@meyering.net>
18796
18797         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
18798         coreutils' stat program.
18799         (gl_PREREQ): Don't require jm_PREREQ_STAT.
18800
18801 2004-04-11  Paul Eggert  <eggert@twinsun.com>
18802
18803         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
18804         C89.
18805         (CHAR_BIT): Remove, since we assume C89.
18806         Include <stdint.h> if available, as per current Autoconf CVS advice.
18807
18808 2004-03-31  Jim Meyering  <jim@meyering.net>
18809
18810         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
18811         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
18812         * m4/xalloc.m4: Likewise.
18813
18814 2004-03-30  Paul Eggert  <eggert@twinsun.com>
18815
18816         Merge from coreutils.
18817
18818         * m4/inttostr.m4: New file.
18819         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
18820         Require AM_STDBOOL_H and gl_TIMESPEC instead.
18821         Require gl_CLOCK_TIME.
18822         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
18823
18824 2004-03-30  Paul Eggert  <eggert@twinsun.com>
18825
18826         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
18827         not bool, to be more consistent with Unix conventions.
18828         Suggested by Bruno Haible.
18829
18830         Merge from coreutils.
18831
18832         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
18833         * lib/umaxtostr.c: New files.
18834
18835         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
18836         the usual <time.h> dance.
18837         (get_date): Change signature to support fractional time stamps.
18838         All callers changed.
18839         * lib/getdate.y: Include "getdate.h" first, as we can now
18840         assume C89 and don't need to worry about 'const'.
18841         Similarly, include "unlocked-io.h" near start, not in middle.
18842         Include <limits.h>.
18843         (textint.value): Use long int rather than int.
18844         (textint.digits): Use size_t rather than int.
18845         (BILLION, LOG10_BILLION): New constants.
18846         (parser_control): New member rel_ns.  Members day_ordinal,
18847         time_zone, month, day, hour, minutes, rel_year, rel_month,
18848         rel_day, rel_hour, rel_minutes, rel_seconds
18849         are now long int, not int.  Member seconds is now struct timespec,
18850         not int.  New member timespec_seen.  Members dates_seen, days_seen,
18851         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
18852         not int.
18853         (%union.intval): Now long int, not int.
18854         New member timespec.
18855         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
18856         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
18857         (spec): Now is a timespec or an item list.
18858         (timespec, items): New nonterminals.
18859         (time, rel, relunit, number, get_date):
18860         Add support for fractional seconds.
18861         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
18862         (gmtime, localtime, mktime): Remove decls; not needed with C89.
18863         (to_hour): First arg is now long int, not int.
18864         (to_year): Returns long int, not int.
18865         Don't treat year -70 like 70.
18866         (tm_diff): Returns long int, not int.
18867         (lookup_word): Use bool instead of int when appropriate.
18868         (yylex): Use size_t for count, not int.
18869         Detect overflow when parsing large integer constants.
18870         Add support for fractions.
18871         (get_date): Make pointers 'const' if possible.
18872         Use more-portable code to detect integer overflow.
18873         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
18874         Don't use ctime; it's not reliable if the year has >4 digits.
18875
18876         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
18877         This is for compatibility with BSD.
18878
18879         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
18880         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
18881         From coreutils' system.h.
18882
18883         * lib/userspec.c: Don't include "posixver.h".
18884         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
18885         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
18886         compatible extension.  Simplify code by removing a boolean int
18887         that was always nonzero if a string was nonnull.
18888
18889 2004-03-30  Jim Meyering  <jim@meyering.net>
18890
18891         Merge from coreutils.
18892
18893         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
18894         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
18895         on some systems one must include <grp.h> before it.
18896         Reported by Christian Krackowizer.
18897
18898 2004-03-30  Jim Meyering  <jim@meyering.net>
18899
18900         Merge from coreutils.
18901
18902         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
18903
18904         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
18905         an empty input stream.
18906
18907         * lib/readtokens.c: Include <stdbool.h>.
18908         (readtoken): Use `size_t' rather than int/long.
18909         All callers adjusted.
18910         Use `bool' rather than `int' where appropriate.
18911         Use memset rather than an explicit loop.
18912         Use x2nrealloc rather than xrealloc.
18913         Allow the use of `\0' as a delimiter.
18914         (readtokens): Likewise.
18915         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
18916
18917 2004-03-30  Jim Meyering  <jim@meyering.net>
18918
18919         * m4/realloc.m4: Remove file, since now it does no more than
18920         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
18921         the `configure.ac' section of module/realloc.
18922         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
18923
18924 2004-03-30  Bruno Haible  <bruno@clisp.org>
18925
18926         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
18927         nonnull.
18928
18929 2004-03-29  Paul Eggert  <eggert@twinsun.com>
18930
18931         Merge changes to getloadavg.c from coreutils and Emacs.
18932
18933         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
18934         Define to an expression, not to the empty string.
18935         Include cloexec.h and xalloc.h.
18936         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
18937         Use set_cloexec_flag rather than rolling our own.
18938         * lib/cloexec.c, lib/cloexec.h: New files.
18939
18940 2004-03-29  Paul Eggert  <eggert@twinsun.com>
18941
18942         * m4/cloexec.m4: New file.
18943
18944 2004-03-18  Paul Eggert  <eggert@twinsun.com>
18945
18946         * lib/getopt.h: Sync with libc CVS.
18947
18948 2004-03-18  Paul Eggert  <eggert@twinsun.com>
18949             Bruno Haible  <bruno@clisp.org>
18950
18951         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
18952         mbswidth.
18953
18954 2004-03-18  Paul Eggert  <eggert@twinsun.com>
18955             Bruno Haible  <bruno@clisp.org>
18956
18957         * lib/mbswidth.h: Include <wchar.h> only if
18958         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
18959         <wchar.h>.
18960         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
18961
18962 2004-03-09  Paul Eggert  <eggert@twinsun.com>
18963
18964         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
18965         Sync with libc CVS.
18966         * lib/getopt_int.h: New file, also synced from libc.
18967
18968 2004-03-09  Paul Eggert  <eggert@twinsun.com>
18969
18970         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
18971         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
18972         Bring back getopt.c, getopt.h, getopt1.c.
18973
18974 2004-03-07  Paul Eggert  <eggert@twinsun.com>
18975
18976         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
18977         All uses changed.  Check for sa_sigaction member; this fixes
18978         a bug first reported by Jason Andrade in
18979         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
18980
18981 2004-03-07  Paul Eggert  <eggert@twinsun.com>
18982
18983         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
18984         '#if' expressions.  Unlike the code it replaces, it does not
18985         depend on (defined _SC_PAGESIZE).  However, it does depend on
18986         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
18987         first reported by Jason Andrade in
18988         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
18989
18990 2004-02-25  Simon Josefsson  <jas@extundo.com>
18991
18992         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
18993
18994 2004-02-25  Simon Josefsson  <jas@extundo.com>
18995
18996         * lib/strdup.h: New file.
18997         * lib/strdup.c: Include it.
18998         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
18999         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
19000
19001 2004-02-23  Karl Berry  <karl@gnu.org>
19002
19003         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
19004         (from fencepost.gnu.org:/gd/gnuorg).
19005
19006 2004-02-23  Karl Berry  <karl@gnu.org>
19007
19008         * config/srclistvars.sh (GNUORG) [karl]: redefine.
19009         * config/srclist.txt: add maintain/standards documents.
19010
19011 2004-02-18  Bruno Haible  <bruno@clisp.org>
19012
19013         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
19014         Reported by Derek Robert Price <derek@ximbiot.com>.
19015
19016 2004-02-16  Karl Berry  <karl@gnu.org>
19017
19018         * config/mkinstalldirs, install-sh: update from automake.
19019
19020 2004-02-06  Karl Berry  <karl@gnu.org>
19021
19022         * m4/po.m4: update from gettext 0.14.1.
19023
19024 2004-02-06  Karl Berry  <karl@gnu.org>
19025
19026         * lib/config.charset: update from gettext 0.14.1.
19027
19028 2004-02-05  Paul Eggert  <eggert@twinsun.com>
19029
19030         Add comments and code, prompted by suggestions from Bruno Haible
19031         for sh-quote.
19032         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
19033         describing the enum quoting_style values.
19034         * lib/quotearg.c (quotearg_alloc): New function.
19035         (quotearg_buffer_restyled): Treat lone { and } as special.
19036         Treat = as special.  Work around bug with older shells
19037         that "see" a '\' that is really the 2nd byte of a multibyte char.
19038         Quote empty string with shell_quoting_style.
19039
19040 2004-02-03  Bruno Haible  <bruno@clisp.org>
19041
19042         * m4/pipe.m4: New file, from GNU gettext.
19043
19044 2004-02-03  Bruno Haible  <bruno@clisp.org>
19045
19046         * lib/pipe.h: New file, from GNU gettext.
19047         * lib/pipe.c: New file, from GNU gettext.
19048
19049 2004-01-27  Bruno Haible  <bruno@clisp.org>
19050
19051         * m4/execute.m4: New file, from GNU gettext.
19052
19053 2004-01-27  Bruno Haible  <bruno@clisp.org>
19054
19055         * lib/execute.h: New file, from GNU gettext.
19056         * lib/execute.c: New file, from GNU gettext.
19057         * lib/w32spawn.h: New file, from GNU gettext.
19058
19059 2004-01-24  Paul Eggert  <eggert@twinsun.com>
19060
19061         Merge from diffutils.
19062
19063         * lib/file-type.c (file_type): Add typed memory objects.
19064         * lib/file-type.h (S_TYPEISTMO): New macro.
19065
19066         * lib/c-stack.h (c_stack_action): Remove argv argument.
19067         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
19068         (die): Don't calculate message unless segv_action returns.
19069         (get_stack_location, min_address_from_argv, max_address_from_argv,
19070         volatile stack_base, volatile_stack_size): Remove.
19071         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
19072         that every segmentation violation is a stack overflow.  (Ouch!)
19073         See Debian bug 136249 (still outstanding) for more info about why
19074         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
19075
19076 2004-01-24  Paul Eggert  <eggert@twinsun.com>
19077
19078         Exit-status fix from coreutils.
19079
19080         Use exit_failure consistently in place of EXIT_FAILURE,
19081         so that program exit statuses are consistent on failure.
19082
19083         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
19084         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
19085         * lib/argmatch.h: Comment fix to match the above.
19086         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
19087         Now a macro referring to exit_failure, instead of a separate
19088         variable.  Include "exitfail.h" to get it.
19089         * lib/xstrtol.h: Include "exitfail.h".
19090         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
19091
19092         * lib/long-options.c (parse_long_options): Use prototype
19093         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
19094         for clarity.
19095
19096 2004-01-21  Jim Meyering  <jim@meyering.net>
19097
19098         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
19099         so as not to conflict with a different-sized __mktime_internal
19100         function in GNU libc.
19101         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
19102         Problem building statically-linked `ls' reported by Michael Brunnbauer.
19103
19104 2004-01-20  Karl Berry  <karl@gnu.org>
19105
19106         * config/config.guess: update from config.
19107
19108         * config/srclistvars.sh: GNUWWWLICENSES for karl.
19109
19110 2004-01-20  Bruno Haible  <bruno@clisp.org>
19111
19112         Safer stack allocation.
19113         * lib/setenv.c: Include allocsa.h.
19114         (alloca): Remove fallback definition.
19115         (freea): Remove macro.
19116         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
19117         instead of freea.
19118
19119 2004-01-20  Bruno Haible  <bruno@clisp.org>
19120
19121         * m4/eealloc.m4: New file, from GNU gettext.
19122
19123 2004-01-20  Bruno Haible  <bruno@clisp.org>
19124
19125         * m4/allocsa.m4: New file, from GNU gettext.
19126
19127 2004-01-20  Bruno Haible  <bruno@clisp.org>
19128
19129         * lib/xallocsa.h: New file, from GNU gettext.
19130         * lib/xallocsa.c: New file, from GNU gettext.
19131
19132 2004-01-20  Bruno Haible  <bruno@clisp.org>
19133
19134         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
19135
19136 2004-01-20  Bruno Haible  <bruno@clisp.org>
19137
19138         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
19139         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
19140         specially.
19141
19142 2004-01-20  Bruno Haible  <bruno@clisp.org>
19143
19144         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
19145         patch.
19146
19147 2004-01-20  Bruno Haible  <bruno@clisp.org>
19148
19149         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
19150
19151 2004-01-20  Bruno Haible  <bruno@clisp.org>
19152
19153         * lib/eealloc.h: New file.
19154
19155 2004-01-20  Bruno Haible  <bruno@clisp.org>
19156
19157         * lib/binary-io.h: Avoid warnings on Cygwin.
19158
19159 2004-01-20  Bruno Haible  <bruno@clisp.org>
19160
19161         * lib/allocsa.h: New file, from GNU gettext.
19162         * lib/allocsa.c: New file, from GNU gettext.
19163
19164 2004-01-18  Karl Berry  <karl@gnu.org>
19165
19166         * doc/gpl.texi, doc/lgpl.texi: new files.
19167
19168 2004-01-18  Karl Berry  <karl@gnu.org>
19169
19170         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
19171         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
19172
19173 2004-01-15  Paul Eggert  <eggert@twinsun.com>
19174
19175         Merge from coreutils.
19176
19177         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
19178         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
19179         (gl_DEFAULT_POSIX2_VERSION): Move
19180         the documentation from 'configure' into 'config.hin',
19181         so that 'configure --help' isn't burdened by it and
19182         we don't have to worry about its formatting there.
19183         Reword the documentation so that it's more succinct
19184         and can be run together into a single paragraph.
19185         * m4/same.m4 (gl_SAME): Check for pathconf.
19186
19187 2004-01-15  Paul Eggert  <eggert@twinsun.com>
19188
19189         Merge from coreutils.
19190
19191         * lib/posixver.c: Include posixver.h.
19192
19193         * lib/same.c: Include <stdbool.h>, <limits.h>.
19194         (_POSIX_NAME_MAX): Define if not defined.
19195         (MIN): New macro.
19196         (same_name): If file names are silently truncated, report
19197         that the file names are the same if they are the same after
19198         the silent truncation.
19199
19200         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
19201         conversion function.
19202         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
19203         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
19204         longer needed.
19205
19206 2004-01-15  Jim Meyering  <jim@meyering.net>
19207
19208         Merge from coreutils.
19209
19210         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
19211         if no library is required.
19212         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
19213         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
19214         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
19215         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
19216         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
19217         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
19218         value, $ac_cv_search_crypt, if it's "none required".
19219         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
19220         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
19221         not gl_FUNC_GETLOADAVG.
19222         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
19223         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
19224
19225 2004-01-15  Jim Meyering  <jim@meyering.net>
19226
19227         Merge from coreutils.
19228
19229         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
19230         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
19231         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
19232
19233         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
19234         optional configure-time default.
19235
19236         * lib/version-etc.c (version_etc_copyright): Update copyright date.
19237
19238         * lib/xreadlink.c (xreadlink): Correct outdated comment.
19239
19240 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
19241
19242         Merge from coreutils.
19243
19244         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
19245         value, $ac_cv_search_nanosleep, if it's "none required".
19246
19247 2004-01-14  Paul Eggert  <eggert@twinsun.com>
19248
19249         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
19250         with like-named macro in fnmatch.c.
19251         (EXT): Use an internal constant instead.
19252
19253         Merge fnmatch patches from glibc.
19254         * lib/fnmatch.c (mbsinit): Remove define.
19255         Add libc_hidden_ver (__fnmatch, fnmatch).
19256         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
19257         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
19258
19259 2004-01-14  Karl Berry  <karl@gnu.org>
19260
19261         * config/install-sh: update from automake.
19262
19263 2004-01-13  Karl Berry  <karl@gnu.org>
19264
19265         * config/install-sh: update from automake.
19266
19267 2004-01-09  Karl Berry  <karl@gnu.org>
19268
19269         * config/install-sh: update from automake.
19270
19271 2004-01-05  Karl Berry  <karl@gnu.org>
19272
19273         * config/config.{sub,guess}: update from config.
19274
19275 2003-12-31  Karl Berry  <karl@gnu.org>
19276
19277         * config/depcomp: update from automake.
19278
19279 2003-12-14  Karl Berry  <karl@gnu.org>
19280
19281         * lib/config.charset: update from gettext-runtime.
19282
19283 2003-12-03  Paul Eggert  <eggert@twinsun.com>
19284
19285         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
19286         Bug reported by Alfred M. Szmidt.
19287
19288 2003-12-03  Bruno Haible  <bruno@clisp.org>
19289
19290         * m4/gettext.m4: Upgrade from gettext-0.13.
19291         * m4/po.m4: Upgrade from gettext-0.13.
19292         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
19293         * m4/intmax.m4: New file, from gettext-0.13.
19294         * m4/printf-posix.m4: New file, from gettext-0.13.
19295
19296 2003-11-29  Karl Berry  <karl@gnu.org>
19297
19298         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
19299
19300 2003-11-25  Paul Eggert  <eggert@twinsun.com>
19301             Bruno Haible  <bruno@clisp.org>
19302
19303         * lib/printf-parse.h: Don't include sys/types.h.
19304         (ARG_NONE): New macro.
19305         (char_directive): Change type of *arg_index fields to size_t.
19306         * lib/printf-parse.c: Don't include sys/types.h.
19307         (SSIZE_MAX): Remove macro.
19308         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
19309         Remove unnecessary overflow check.
19310         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
19311         fields.
19312
19313 2003-11-25  Bruno Haible  <bruno@clisp.org>
19314
19315         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
19316
19317 2003-11-25  Bruno Haible  <bruno@clisp.org>
19318
19319         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
19320         gt_TYPE_SSIZE_T.
19321
19322 2003-11-24  Paul Eggert  <eggert@twinsun.com>
19323
19324         * modules/alloca: Remove dependency on xalloc.
19325
19326 2003-11-24  Paul Eggert  <eggert@twinsun.com>
19327
19328         * lib/alloca.c: Remove dependency on xalloc module.
19329         (xalloc_die): Remove.
19330         (memory_full) [!defined emacs]: New macro.
19331         [!defined emacs]: Don't include xalloc.h.
19332         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
19333         address arithmetic overflows.  Change datatypes a bit to avoid
19334         unnecessary casts.
19335
19336 2003-11-22  Jim Meyering  <jim@meyering.net>
19337
19338         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
19339         s/size/size_t/.
19340
19341 2003-11-21  Karl Berry  <karl@gnu.org>
19342
19343         * config/config.{sub,guess}: update from config.
19344
19345 2003-11-18  Karl Berry  <karl@gnu.org>
19346
19347         * config/config.{sub,guess}: update from config.
19348
19349         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
19350
19351 2003-11-17  Paul Eggert  <eggert@twinsun.com>
19352
19353         * README: Mention that S+T cannot overflow if S is the size of
19354         an existing object and T is sufficiently small.
19355
19356 2003-11-17  Jim Meyering  <jim@meyering.net>
19357
19358         On systems without utime and without a utimes function capable of
19359         dealing with a NULL struct utimbuf* argument, this utime replacement
19360         could -- in unusual circumstances -- leak a file descriptor.
19361         * lib/utime.c: Include <unistd.h> and <errno.h>.
19362         (utime_null): Be sure to close `fd' and to preserve errno.
19363         Reported by Geoff Collyer via Arnold Robbins.
19364
19365 2003-11-17  Bruno Haible  <bruno@clisp.org>
19366
19367         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
19368         (Depends-on): Add xsize.
19369
19370 2003-11-17  Bruno Haible  <bruno@clisp.org>
19371
19372         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
19373
19374 2003-11-17  Bruno Haible  <bruno@clisp.org>
19375
19376         * lib/vasnprintf.c (alloca): Remove fallback definition.
19377         (freea): Remove definition.
19378         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
19379         Reported by Paul Eggert.
19380
19381 2003-11-16  Paul Eggert  <eggert@twinsun.com>
19382             Bruno Haible  <bruno@clisp.org>
19383
19384         Protect against address arithmetic overflow.
19385         * lib/printf-args.h: Include stddef.h.
19386         (arguments): Change type of field 'count' to size_t.
19387         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
19388         'unsigned int' where appropriate.
19389         * lib/printf-parse.h: Include sys/types.h.
19390         (char_directive): Change type of *arg_index fields to ssize_t.
19391         (char_directives): Change type of fields 'count', max_*_length to
19392         size_t.
19393         * lib/printf-parse.c: Include sys/types.h and xsize.h.
19394         (SSIZE_MAX): Define fallback value.
19395         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
19396         instead of 'int' where appropriate. Check a_allocated, d_allocated
19397         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
19398         * lib/vasnprintf.c: Include xsize.h.
19399         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
19400         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
19401         overflow. Avoid wraparound when converting a width or precision from
19402         decimal to binary.
19403
19404 2003-11-16  Bruno Haible  <bruno@clisp.org>
19405
19406         Update from GNU gettext.
19407         * lib/printf-parse.c: Generalize to it can be compiled for wide
19408         strings.
19409         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
19410         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
19411         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
19412         SNPRINTF): New macros.
19413         Don't include <alloca.h> if the file is used inside libintl.
19414         (local_wcslen): New function, for Solaris 2.5.1.
19415         (VASNPRINTF): Use it instead of wcslen.
19416
19417 2003-11-16  Bruno Haible  <bruno@clisp.org>
19418
19419         * lib/xsize.h (xmax): New function.
19420         (xsum, xsum3, xsum4): Declare as "pure" functions.
19421
19422 2003-11-12  Paul Eggert  <eggert@twinsun.com>
19423
19424         * modules/xalloc (Files): Undo latest change, since xalloc.h
19425         no longer needs SIZE_MAX or PTRDIFF_MAX.
19426
19427 2003-11-12  Paul Eggert  <eggert@twinsun.com>
19428
19429         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
19430         gl_PTRDIFF_MAX.
19431
19432 2003-11-12  Paul Eggert  <eggert@twinsun.com>
19433
19434         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
19435         "return", to pacify some unknown compiler.  Problem reported
19436         by Joerg Schilling.
19437
19438 2003-11-12  Paul Eggert  <eggert@twinsun.com>
19439
19440         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
19441         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
19442         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
19443         heuristic is just as accurate as far as we know, and it removes a
19444         dependency on size_max.m4 and ptrdiff_max.m4.
19445
19446 2003-11-11  Bruno Haible  <bruno@clisp.org>
19447
19448         * modules/xsize (Files): Add m4/size_max.m4.
19449         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
19450
19451 2003-11-11  Bruno Haible  <bruno@clisp.org>
19452
19453         * m4/size_max.m4: New file.
19454         * m4/ptrdiff_max.m4: New file.
19455         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
19456         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
19457         (gl_XALLOC): Invoke it.
19458
19459 2003-11-11  Bruno Haible  <bruno@clisp.org>
19460
19461         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
19462         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
19463         defined.
19464
19465 2003-11-10  Paul Eggert  <eggert@twinsun.com>
19466
19467         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
19468         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
19469         rejected some allocations of exactly SIZE_MAX - 2 bytes.
19470         From Bruno Haible.
19471         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
19472         not (size_t) -1, since it's defined here.
19473
19474 2003-11-09  Karl Berry  <karl@gnu.org>
19475
19476         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
19477
19478 2003-11-06  Paul Eggert  <eggert@twinsun.com>
19479
19480         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
19481         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
19482         Reject sizes of exactly SIZE_MAX bytes.
19483         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
19484         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
19485
19486 2003-11-05  Bruno Haible  <bruno@clisp.org>
19487
19488         * lib/xsize.h: Include limits.h, to avoid a possible collision with
19489         SIZE_MAX defined in <limits.h> on Solaris.
19490
19491 2003-11-04  Jim Meyering  <jim@meyering.net>
19492
19493         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
19494         variable names, rather than @VAR@.
19495         * modules/poll: Likewise.
19496
19497 2003-11-04  Bruno Haible  <bruno@clisp.org>
19498
19499         * modules/xsize: New file.
19500         * modules/linebreak: Depend on xsize.
19501         * MODULES.html.sh (func_all_modules): Add xsize.
19502
19503 2003-11-04  Bruno Haible  <bruno@clisp.org>
19504
19505         * m4/xsize.m4: New file.
19506
19507 2003-11-04  Bruno Haible  <bruno@clisp.org>
19508
19509         * lib/xsize.h: New file.
19510         * lib/linebreak.c: Include xsize.h.
19511         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
19512         argument for overflow.
19513         Suggested by Paul Eggert.
19514
19515 2003-11-03  Karl Berry  <karl@gnu.org>
19516
19517         * config/config.{guess,sub}: update from config.
19518
19519 2003-11-03  Jim Meyering  <jim@meyering.net>
19520
19521         * modules/userspec (lib_SOURCES): Add userspec.h.
19522         (Include): Add "userspec.h".
19523         Improve description.
19524
19525 2003-11-03  Jim Meyering  <jim@meyering.net>
19526
19527         * lib/userspec.c: Include "userspec.h".
19528         * lib/userspec.h: New file.
19529
19530 2003-11-03  Bruno Haible  <bruno@clisp.org>
19531
19532         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
19533
19534 2003-11-03  Bruno Haible  <bruno@clisp.org>
19535
19536         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
19537         available, to avoid (extremely rare) race condition.
19538         Suggested by Paul Eggert.
19539
19540 2003-11-02  Karl Berry  <karl@gnu.org>
19541
19542         * config/srclist.txt (vasprintf.c): sync broken, sigh.
19543
19544 2003-10-31  Paul Eggert  <eggert@twinsun.com>
19545
19546         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
19547         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
19548         (read_filesystem_list): Set and use me_type_malloced.
19549         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
19550         whatever the type happens to be), for brevity and consistency.
19551         Check for size calculation overflow on Alphas running OSF/1.
19552
19553 2003-10-31  Jim Meyering  <jim@meyering.net>
19554
19555         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
19556
19557         * lib/linebuffer.c: Include <string.h> for declaration of memset.
19558
19559 2003-10-30  Paul Eggert  <eggert@twinsun.com>
19560             Bruno Haible  <bruno@clisp.org>
19561
19562         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
19563         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
19564
19565 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
19566
19567         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
19568         netbsd*-gnu*.  Suggested by Robert Millan.
19569
19570 2003-10-29  Paul Eggert  <eggert@twinsun.com>
19571
19572         * modules/group-member: Depend on stdbool.
19573
19574 2003-10-29  Paul Eggert  <eggert@twinsun.com>
19575
19576         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
19577
19578 2003-10-29  Paul Eggert  <eggert@twinsun.com>
19579
19580         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
19581         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
19582         after the 'gnu' in these cases.  This fixes some bugs in the
19583         previous change, and is based on suggestions by Robert Millan.
19584
19585 2003-10-29  Paul Eggert  <eggert@twinsun.com>
19586
19587         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
19588         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
19589         no longer needed.
19590         * lib/quotearg.c (quotearg_n_options): Use it.
19591         * lib/group-member.c: Include <stdbool.h>.
19592         (free_group_info): Arg is now const *; don't free arg.
19593         (get_group_info): Now returns bool and accepts struct group_info *,
19594         rather than returning a malloc'ed struct group_info *.
19595         All uses changed.  Check for overflow in internal size calculation.
19596
19597         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
19598         rather than xmalloc/xrealloc.
19599         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
19600         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
19601         conformance bug: the old code used a pointer after freeing the
19602         storage that it addressed.
19603         * lib/hash.c (hash_initialize): Simplify the code by using
19604         xalloc_oversized rather than doing it by hand.
19605         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
19606         the buffer preserved.  Use free and xmalloc instead.
19607         * lib/quotearg.c (quotearg_n_options): Likewise.
19608         Use a simpler test for size overflow.  Don't use xalloc_oversized
19609         because unsigned int might be wider than size_t (!); this suggests
19610         that we should switch from unsigned int to size_t for slot numbers.
19611
19612 2003-10-28  Paul Eggert  <eggert@twinsun.com>
19613
19614         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
19615         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
19616         NetBSD kernels.  Requested by Richard Stallman.
19617
19618 2003-10-27  Paul Eggert  <eggert@twinsun.com>
19619
19620         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
19621         to allocate the returned structure.  Do not allocate a subarray,
19622         as x2nrealloc will do that.
19623         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
19624         instead of xnrealloc.
19625         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
19626
19627 2003-10-27  Bruno Haible  <bruno@clisp.org>
19628
19629         * lib/stdbool_.h: Better support for BeOS.
19630
19631 2003-10-26  Paul Eggert  <eggert@twinsun.com>
19632
19633         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
19634         now uses inline.
19635
19636 2003-10-26  Paul Eggert  <eggert@twinsun.com>
19637
19638         * lib/xalloc.h (xalloc_oversized): New static inline function, for
19639         callers that want to do their own size-overflow checking.  Include
19640         <stdbool.h>, since xalloc_oversized returns bool.
19641         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
19642         to use xalloc_oversized.
19643
19644         Add two functions x2realloc, x2nrealloc, for programs that grow
19645         arrays dynamically by doubling their sizes.
19646         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
19647         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
19648         New functions.
19649
19650         Port to C99 semantics for 'inline' of external functions.
19651         Bug reported by Bruno Haible.
19652         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
19653         with the old contents of xnmalloc.
19654         (xnmalloc, xmalloc): Use it.
19655         (xnrealloc_inline): New static inline function,
19656         with the old contents of xnrealloc.
19657         (xnrealloc, xrealloc): Use it.
19658
19659         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
19660         that.
19661
19662 2003-10-26  Karl Berry  <karl@gnu.org>
19663
19664         * config/srclist.txt (COPYING.DOC): no longer available from
19665         /gd/gnuorg; don't know where the ultimate source is.
19666
19667 2003-10-25  Paul Eggert  <eggert@twinsun.com>
19668
19669         Fix several address-calculation bugs in the hash modules,
19670         plus some minor code cleanup.
19671
19672         * lib/hash.h: Include <stdbool.h>, for bool.
19673         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
19674         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
19675         hash_get_n_entries, hash_get_max_bucket_length,
19676         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
19677         hash_rehash): Use size_t rather than unsigned.
19678         * lib/hash.c (struct hash_table, hash_get_n_buckets,
19679         hash_get_n_buckets_used, hash_get_n_entries,
19680         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
19681         hash_get_entries, hash_do_for_each, hash_string, is_prime,
19682         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
19683         Likewise.
19684         (SIZE_MAX): Define if not defined.
19685         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
19686         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
19687         hash_print):
19688         Use const * when possible.
19689         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
19690         (check_tuning): Fix bug: if tuning parameters were very close to
19691         0 or 1, rounding errors could have caused subscript violations.
19692         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
19693         (hash_initialize): Add 'fail:' label
19694         to free table and return NULL, and use it to simplify code.
19695         Use calloc rather than clearing the storage ourself.
19696         (hash_initialize, hash_rehash): Check for arithmetic overflow in
19697         buffer size calculations.
19698         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
19699         Include <stddef.h>, for size_t.
19700         * lib/hash-pjw.c (hash_pjw): Likewise.
19701         Switch to method described by Bruno Haible.
19702         Include <limits.h>, for CHAR_BIT.
19703         (SIZE_BITS): New macro.
19704
19705 2003-10-23  Paul Eggert  <eggert@twinsun.com>
19706
19707         * m4/getline.m4 (AM_FUNC_GETLINE):
19708         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
19709         hosts.  Problem reported by Derek Robert Price in
19710         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
19711         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
19712         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
19713
19714 2003-10-21  Paul Eggert  <eggert@twinsun.com>
19715
19716         * lib/getndelim2.c (getndelim2): When size calculation overflows,
19717         ceiling the allocation at NMAX bytes rather than silently
19718         discarding input bytes before NMAX is reached.  This makes
19719         a difference only if NMAX exceeds SIZE_MAX / 2.
19720
19721         * lib/obstack.c: Merge from glibc.
19722         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
19723         Add libc_hidden_def (_obstack_newchunk).
19724         (_obstack_free) [! defined _LIBC]: Remove.
19725         [defined _LIBC]: Make a strong alias from obstack_free, rather than
19726         a clone of the function body.
19727         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
19728         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
19729
19730         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
19731         glibc.
19732         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
19733         arg to memcpy.
19734
19735         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
19736         (obstack_ptr_grow_fast, obstack_int_grow_fast):
19737         Don't use lvalue casts, as GCC plans to remove support for them
19738         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
19739         was also present in the non-GCC version, indicating that this
19740         code had always been buggy and had never been widely used.
19741         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
19742         Use the fast variant of each macro, rather than copying the
19743         definiens of the fast variant; that way, we'll be more likely to
19744         catch future bugs in the fast variants.
19745
19746 2003-10-20  Bruno Haible  <bruno@clisp.org>
19747
19748         * modules/wait-process: New file.
19749         * MODULES.html.sh (func_all_modules): Add wait-process.
19750
19751 2003-10-20  Bruno Haible  <bruno@clisp.org>
19752
19753         * m4/wait-process.m4: New file.
19754
19755 2003-10-20  Bruno Haible  <bruno@clisp.org>
19756
19757         * lib/wait-process.h: New file, from GNU gettext.
19758         * lib/wait-process.c: New file, from GNU gettext.
19759
19760 2003-10-19  Jim Meyering  <jim@meyering.net>
19761
19762         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
19763         HPUX 10.20.
19764
19765 2003-10-18  Karl Berry  <karl@gnu.org>
19766
19767         * config/config.guess: update from config.
19768
19769 2003-10-16  Paul Eggert  <eggert@twinsun.com>
19770
19771         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
19772         (getgroups): First arg is int, not size_t.
19773         Don't let 'free' mangle errno.
19774
19775 2003-10-16  Paul Eggert  <eggert@twinsun.com>
19776
19777         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
19778
19779 2003-10-16  Karl Berry  <karl@gnu.org>
19780
19781         * config/config.{guess,sub}: update from config.
19782
19783 2003-10-16  Jim Meyering  <jim@meyering.net>
19784
19785         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
19786         memcpy.
19787
19788 2003-10-15  Paul Eggert  <eggert@twinsun.com>
19789
19790         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
19791         (SIZE_MAX): Remove.
19792         (new_exclude, add_exclude_file): Initial size no longer needs to
19793         be a power of 2.
19794         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
19795         our own address arithmetic overflow checking.
19796
19797         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
19798         (fnmatch): Do not alloca more than 2000 wide characters;
19799         instead, use malloc for large buffers.
19800         Check for address arithmetic overflow, and return -1
19801         with errno set to ENOMEM in that case.
19802         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
19803         (NEW_PATTERN): Do not alloca more than 8000 bytes;
19804         instead, return -1.  Check for address arithmetic overflow.
19805
19806 2003-10-14  Paul Eggert  <eggert@twinsun.com>
19807
19808         Handle invalid suffixes and overflow independently, so that
19809         callers can treat them independently as needed.  Fix some bugs in
19810         suffix handling, e.g., "100k@" was not diagnosed as an invalid
19811         suffix for a human-readable blocksize.  The major caller-visible
19812         change is the addition of a new
19813         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
19814         that both overflow and suffix chars were found.
19815
19816         * lib/human.c (humblock): Don't check separately for invalid suffix
19817         char; that is xstrtoumax's job (now that its bug is fixed).
19818         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
19819         INTMAX_MAX]: New macros.
19820         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
19821         TYPE_MAXIMUM): New macros.
19822         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
19823         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
19824         if overflow occurs, as it's what __strtol does and it's more useful
19825         in practice.
19826         (__xstrtol): If __strtol reports some error other than ERANGE,
19827         reflect it to the caller as LONGINT_INVALID.  If it reports
19828         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
19829         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
19830         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
19831         value.
19832         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
19833         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
19834         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
19835         [defined UINTMAX_MAX]: New macros.
19836
19837 2003-10-14  Bruno Haible  <bruno@clisp.org>
19838
19839         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
19840
19841 2003-10-14  Bruno Haible  <bruno@clisp.org>
19842
19843         * m4/sig_atomic_t: New file, from GNU gettext.
19844         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
19845
19846 2003-10-14  Bruno Haible  <bruno@clisp.org>
19847
19848         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
19849         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
19850         Also use volatile where needed.
19851
19852 2003-10-12  Paul Eggert  <eggert@twinsun.com>
19853
19854         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
19855         Change maintainer from Bruno Haible to 'all'.
19856
19857 2003-10-12  Paul Eggert  <eggert@twinsun.com>
19858
19859         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
19860
19861 2003-10-12  Paul Eggert  <eggert@twinsun.com>
19862
19863         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
19864         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
19865         and define in terms of the other primitives.
19866         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
19867         (SIZE_MAX): Define if not already defined.
19868         (array_size_overflow): New function.
19869         (xalloc_die): Abort instead of exiting if 'error' returns.
19870         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
19871         (xmalloc, xrealloc): Use them.
19872         (xcalloc): Check for address arithmetic overflow.
19873         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
19874         a bit faster than strcpy.
19875
19876 2003-10-10  Simon Josefsson  <jas@extundo.com>
19877
19878         * modules/argp (Depends-on): Add restrict and strcase.
19879
19880 2003-10-10  Simon Josefsson  <jas@extundo.com>
19881
19882         * m4/argp.m4: Add AC_C_INLINE.
19883
19884 2003-10-08  Paul Eggert  <eggert@twinsun.com>
19885
19886         Merge getpass from libc, plus a few fixes.
19887
19888         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
19889         Include <stdbool.h>.
19890         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
19891         __fsetlocking to empty.
19892         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
19893         do include <bits/libc-lock.h>.
19894         Do not include <fcntl.h>; not needed.
19895         [_LIBC]: Include <wchar.h>.
19896         (NOTCANCEL_MODE): New macro.
19897         (flockfile, funlockfile) [_LIBC]: New macros.
19898         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
19899         [!_LIBC]: New macros.
19900         (call_fclose): New function.
19901         (getpass): Use it.  Save tty stream separately; this simplifies the
19902         code and makes it more reliable if stdin happens to equal stdout.
19903         Invoke __fsetlocking on tty.
19904         Handle thread cancellation if needed.
19905         Namespace cleanup (use __tcgetattr, __getline).
19906         Use bool for Booleans.
19907         [USE_IN_LIBIO]: Handle wide streams.
19908         [!_LIBC]: Unconditionally do the fseek, since we don't know what
19909         stream might go where.
19910
19911         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
19912         doesn't have to include <stdio.h> before us.
19913         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
19914         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
19915         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
19916         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
19917         if not declared, so that we can use getpass.c code from libc without
19918         rewriting it.
19919         (flockfile, ftrylockfile, funlockfile): New macros.
19920
19921 2003-10-08  Paul Eggert  <eggert@twinsun.com>
19922
19923         * modules/getpass: Depend on stdbool.
19924
19925 2003-10-08  Paul Eggert  <eggert@twinsun.com>
19926
19927         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
19928
19929 2003-10-07  Karl Berry  <karl@gnu.org>
19930
19931         * config/config.{guess,sub}: update from config.
19932
19933 2003-10-06  Jim Meyering  <jim@meyering.net>
19934             Bruno Haible  <bruno@clisp.org>
19935
19936         This lets translators provide better translations for the
19937         "Written by ..." part of --version output.
19938         * lib/version-etc.h: Include stdarg.h.
19939         (version_etc_copyright): Declare as readonly.
19940         (version_etc): Make this function variadic with a NULL-terminated list
19941         of author name strings.
19942         (version_etc_va): New declaration.
19943         * lib/version-etc.c: Include stdarg.h, stdlib.h.
19944         (version_etc_copyright): Declare as readonly.
19945         (version_etc_va): New function. Provide a different translatable string
19946         for each possible number of authors < 10. Abbreviate when there are 10
19947         authors or more.
19948         (version_etc): Make this function variadic. Call version_etc_va.
19949         Suggestion from Gary V. Vaughan.
19950
19951         * lib/long-options.h (parse_long_options): Change prototype: the
19952         authors string is moved to the end and becomes variadic.
19953         * lib/long-options.c: Include stdarg.h.
19954         (parse_long_options): Make this function variadic, too.
19955         Call version_etc_va, not version_etc.
19956
19957 2003-10-06  Bruno Haible  <bruno@clisp.org>
19958
19959         * modules/version-etc-2: Remove file.
19960         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
19961
19962 2003-10-06  Bruno Haible  <bruno@clisp.org>
19963
19964         * modules/fatal-signal: New file.
19965         * MODULES.html.sh (func_all_modules): Add fatal-signal.
19966
19967 2003-10-06  Bruno Haible  <bruno@clisp.org>
19968
19969         * m4/fatal-signal.m4: New file.
19970         * m4/signalblocking.m4: New file, from GNU gettext.
19971
19972 2003-10-06  Bruno Haible  <bruno@clisp.org>
19973
19974         * lib/version-etc-2.h: Remove file.
19975         * lib/version-etc-2.c: Remove file.
19976
19977 2003-10-06  Bruno Haible  <bruno@clisp.org>
19978
19979         * lib/fatal-signal.h: New file, from GNU gettext.
19980         * lib/fatal-signal.c: New file, from GNU gettext.
19981
19982 2003-10-05  Paul Eggert  <eggert@twinsun.com>
19983
19984         * README: Rework advice for preventing empty .o files.
19985         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
19986         not <sys/types.h>.
19987
19988 2003-10-04  Karl Berry  <karl@gnu.org>
19989
19990         * lib/argp*: update from libc.
19991
19992 2003-10-04  Karl Berry  <karl@gnu.org>
19993
19994         * config/config.{guess,sub}: update from config.
19995
19996 2003-10-02  Bruno Haible  <bruno@clisp.org>
19997
19998         * modules/lchown (Include): Add lchown.h.
19999         * modules/time_r (Include): Use "..." syntax.
20000         * modules/xgetdomainname (Include): Add xgetdomainname.h.
20001
20002 2003-10-01  Simon Josefsson  <jas@extundo.com>
20003
20004         * MODULES.html.sh (func_all_modules): Move gethostname from section
20005         'based on' to section 'lacking' POSIX:2001.
20006
20007 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
20008
20009         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
20010         to output mode on the same stream.
20011
20012 2003-09-29  Paul Eggert  <eggert@twinsun.com>
20013
20014         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
20015         Fix arg typo in previous patch.
20016
20017 2003-09-28  Jim Meyering  <jim@meyering.net>
20018
20019         * lib/error.c: Correct cpp indentation.
20020
20021 2003-09-27  Paul Eggert  <eggert@twinsun.com>
20022
20023         * modules/free: New file.
20024
20025 2003-09-27  Paul Eggert  <eggert@twinsun.com>
20026
20027         * m4/free.m4: New file.
20028
20029 2003-09-27  Paul Eggert  <eggert@twinsun.com>
20030
20031         * lib/minmax.h (MIN, MAX)
20032         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
20033         Omit the special code that used __typeof__, since we worry that
20034         it could be more trouble than it's worth.  See:
20035         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
20036         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
20037
20038         * lib/free.c: New file.
20039
20040 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
20041
20042         Trivial fixes to Makefile.am parts of module listings.
20043         * modules/strstr: Append strstr.h to lib_SOURCES.
20044         * modules/strcase: Likewise, for strcase.h.
20045
20046 2003-09-27  Karl Berry  <karl@gnu.org>
20047
20048         * config/mkinstalldirs: update from automake.
20049
20050 2003-09-26  Paul Eggert  <eggert@twinsun.com>
20051
20052         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
20053         (error_tail): Do not loop, reallocating temporary buffer, since
20054         the output cannot contain more wide characters than the input
20055         contains bytes, the size must be big enough already.  This avoids
20056         one potential size overflow calculation.  Check for size overflow
20057         when calculating temporary buffer size.  Free temporary buffer
20058         when done, if it was allocated with malloc; this plugs a memory
20059         leak.  Remove casts from void * to pointers, that are no longer
20060         needed now that we're assuming C89 or better.
20061
20062         Merge error changes from glibc.
20063
20064         * lib/error.c, error.h: Update copyright notice header to match glibc.
20065         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
20066         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
20067         Disable cancellation while printing error.
20068         * lib/error.h: Prepend __ to parameter names.
20069
20070 2003-09-26  Jim Meyering  <jim@meyering.net>
20071
20072         * lib/error.c (error_tail): Move some declarations
20073         into inner scope where the local variables are used.
20074
20075 2003-09-26  Bruno Haible  <bruno@clisp.org>
20076
20077         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
20078         stpncpy().
20079         Don't define stpncpy through config.h; it's now done through stpncpy.h.
20080
20081 2003-09-26  Bruno Haible  <bruno@clisp.org>
20082
20083         * lib/stpncpy.h (gnu_stpncpy): New declaration.
20084         (stpncpy): Define as alias for gnu_stpncpy.
20085         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
20086
20087 2003-09-25  Simon Josefsson  <jas@extundo.com>
20088
20089         * lib/xgetdomainname.h: New file.
20090         * lib/xgetdomainname.c: New file.
20091
20092 2003-09-25  Simon Josefsson  <jas@extundo.com>
20093             Bruno Haible  <bruno@clisp.org>
20094
20095         * modules/getdomainname: New file.
20096         * modules/xgetdomainname: New file.
20097         * MODULES.html.sh (func_all_modules): Add getdomainname,
20098         xgetdomainname.
20099
20100 2003-09-25  Simon Josefsson  <jas@extundo.com>
20101             Bruno Haible  <bruno@clisp.org>
20102
20103         * m4/getdomainname.m4: New file.
20104
20105 2003-09-25  Simon Josefsson  <jas@extundo.com>
20106             Bruno Haible  <bruno@clisp.org>
20107
20108         * lib/getdomainname.h: New file.
20109         * lib/getdomainname.c: New file.
20110
20111 2003-09-25  Karl Berry  <karl@gnu.org>
20112
20113         * lib/argp-fmtstream.c, argp-help.c: update from libc.
20114
20115 2003-09-25  Karl Berry  <karl@gnu.org>
20116
20117         * config/install-sh: update from automake.
20118
20119 2003-09-25  Bruno Haible  <bruno@clisp.org>
20120
20121         * modules/version-etc-2: New file, from modules/version-etc with
20122         modifications.
20123         * MODULES.html.sh (func_all_modules): Add version-etc-2.
20124
20125 2003-09-25  Bruno Haible  <bruno@clisp.org>
20126
20127         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
20128         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
20129
20130 2003-09-24  Simon Josefsson  <jas@extundo.com>
20131
20132         * modules/xgethostname: Add xgethostname.h.
20133
20134 2003-09-24  Paul Eggert  <eggert@twinsun.com>
20135
20136         * lib/linebuffer.c (freebuffer): Don't free the argument, just
20137         the buffer associated with the argument.  Bug reported by
20138         Simon Josefsson.
20139
20140 2003-09-24  Paul Eggert  <eggert@twinsun.com>
20141
20142         * README: Document assumptions that 'int' is at least 32 bits
20143         wide, that integer arithmetic is 2's complement without overflow,
20144         that there are no holes in integer values, that adding sizes of
20145         two nonoverlapping objects can't overflow, and that all-bits-zero
20146         yields scalar zero.  Fix spelling and capitalization typos.
20147
20148 2003-09-19  Karl Berry  <karl@gnu.org>
20149
20150         * lib/argp.h: update from libc.
20151
20152 2003-09-17  Paul Eggert  <eggert@twinsun.com>
20153
20154         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
20155         to avoid spurious warnings like "AC_RUN_IFELSE was called before
20156         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
20157
20158 2003-09-17  Paul Eggert  <eggert@twinsun.com>
20159
20160         * gnulib-tool: Use "test -h", not "test -L", for portability
20161         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
20162         (tags_regexp): Remove, since \| doesn't conform to POSIX.
20163         (sed_extract_prog): Issue s commands one-by-one, rather than
20164         using \| in one s command.
20165
20166 2003-09-16  Paul Eggert  <eggert@twinsun.com>
20167
20168         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
20169         input error, instead of returning NULL the next time we are called
20170         (and therefore losing track of errno).
20171
20172 2003-09-16  Bruno Haible  <bruno@clisp.org>
20173
20174         * gnulib-tool (func_create_testdir): Warn about duplicated
20175         dependencies.
20176
20177 2003-09-15  Paul Eggert  <eggert@twinsun.com>
20178
20179         * modules/argmatch, modules/fatal, modules/obstack,
20180         modules/xalloc, modules/xgethostname: Sort dependencies by
20181         importance, not alphabetically.
20182
20183 2003-09-15  Paul Eggert  <eggert@twinsun.com>
20184
20185         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
20186         fails, so that the caller gets the proper errno.
20187
20188         * lib/readutmp.c (read_utmp): Likewise.
20189         Check for fstat error.  Close stream and free storage
20190         when failing.
20191
20192 2003-09-14  Karl Berry  <karl@gnu.org>
20193
20194         * config/srclist.txt (strdup.c): disable for c89 changes.
20195
20196 2003-09-14  Jim Meyering  <jim@meyering.net>
20197
20198         * lib/getloadavg.c: Correct cpp indentation.
20199         * lib/strdup.c: Likewise.
20200         * lib/vasnprintf.c: Likewise.
20201
20202 2003-09-14  Bruno Haible  <bruno@clisp.org>
20203
20204         * modules/fwriteerror: New file.
20205         * MODULES.html.sh (func_all_modules): Add fwriteerror.
20206
20207 2003-09-14  Bruno Haible  <bruno@clisp.org>
20208
20209         * lib/fwriteerror.h: New file.
20210         * lib/fwriteerror.c: New file.
20211
20212 2003-09-12  Paul Eggert  <eggert@twinsun.com>
20213
20214         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
20215         modules/xgethostname, modules/xalloc: Depend on exit.
20216
20217 2003-09-12  Paul Eggert  <eggert@twinsun.com>
20218
20219         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
20220
20221         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
20222         and AC_MINIX, too, so that their extensions are available.
20223
20224         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
20225         This macro has been superseded by gl_BACKUPFILE.
20226
20227         More patches to assume C89 or better.
20228
20229         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
20230
20231         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
20232         unconditionally.
20233         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
20234         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
20235         Include <string.h>, <stdlib.h> unconditionally.
20236         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
20237         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
20238         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
20239         headers or for string.h.
20240         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
20241         or strtoul.
20242
20243         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
20244         headers.
20245         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
20246         * m4/userspec.m4 (gl_USERSPEC): Likewise.
20247         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
20248         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
20249         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
20250         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
20251         memcpy, memset.
20252         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
20253         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
20254         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
20255         strtol.
20256         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
20257         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
20258         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
20259         strtoul.
20260
20261 2003-09-12  Paul Eggert  <eggert@twinsun.com>
20262
20263         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
20264         * lib/obstack.c [!defined _LIBC]: Likewise.
20265         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
20266         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
20267         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
20268
20269         More changes to assume C89 or better.
20270
20271         * lib/error.c (error_tail): Assume vprintf.
20272
20273         * lib/argmatch.c (getenv): Remove decl.
20274         * lib/progreloc.c (get_full_program_name): Define via prototype.
20275         * lib/setenv.c (clearenv): Likewise.
20276         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
20277         needed.
20278         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
20279         (malloc, memcpy): Remove decls.
20280         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
20281         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
20282         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
20283         (memcpy): Remove macro.
20284         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
20285         (__P): Remove.  All uses removed.
20286         (PTR): Remove.  All uses changed to void *.
20287         (CHAR_BIT, NULL): Remove.
20288         (spaces, zeros, memset_space, memset_zero)
20289         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
20290         Remove.
20291         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
20292         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
20293         Define with prototype.
20294         Remove now-unnecessary prototype decl.
20295         (extra_args_spec): Assume ANSI C.  All uses changed.
20296         (extra_args_spec_iso): Remove.
20297         (my_strftime, emacs_strftimeu): Define via prototype.
20298         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
20299         unconditionally.
20300         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
20301         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
20302         (strtoul, strtol): Remove decls.
20303         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
20304         LONG_MAX): Remove.
20305         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
20306         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
20307         (LOCALE_PARAM_PROTO): New macro.
20308         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
20309         (INTERNAL (strtol), strtol): Define with a prototype.
20310         (PARAMS): Remove.  All uses removed.
20311         * lib/tempname.c: Include <string.h> unconditionally.
20312         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
20313         * lib/xgethostname.c (main): Define with a prototype.
20314         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
20315         Include <stdlib.h> unconditionally.
20316         (calloc, malloc, realloc, free): Remove decls.
20317         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
20318         Include <stdlib.h> unconditionally.  Sort include file names.
20319         (strtod): Remove.
20320         (xstrtod): Define with a prototype.
20321         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
20322         (strtol, strtoul): Remove decls.
20323
20324 2003-09-11  Paul Eggert  <eggert@twinsun.com>
20325
20326         More patches to assume C89 or better.
20327         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
20328         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
20329         string.h, memchr, STDC_HEADERS.
20330
20331 2003-09-11  Paul Eggert  <eggert@twinsun.com>
20332
20333         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
20334         Include <stdlib.h>, <string.h> unconditionally.
20335         Remove now-unnecessary cast to char *.
20336         * lib/strnlen.c: Include <string.h> unconditionally.
20337         * lib/yesno.c (yesno): Define with a prototype.
20338
20339 2003-09-11  Bruno Haible  <bruno@clisp.org>
20340
20341         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
20342
20343 2003-09-10  Jim Meyering  <jim@meyering.net>
20344
20345         * lib/error.c: Correct indentation of cpp directives.
20346
20347 2003-09-10  Bruno Haible  <bruno@clisp.org>
20348
20349         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
20350         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
20351         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
20352         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
20353         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
20354         <stdlib.h> and <string.h> checks.
20355         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
20356         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
20357
20358 2003-09-10  Bruno Haible  <bruno@clisp.org>
20359
20360         * lib/strcspn.c: Include <string.h> unconditionally.
20361         * lib/strpbrk.c: Include <string.h> unconditionally.
20362         * lib/strstr.c: Include <string.h> unconditionally.
20363         * lib/unicodeio.c: Include <string.h> unconditionally.
20364         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
20365         * lib/unsetenv.c: Likewise.
20366         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
20367         * lib/yesno.c: Include <stdlib.h> unconditionally.
20368         (rpmatch): Add prototype.
20369
20370 2003-09-09  Paul Eggert  <eggert@twinsun.com>
20371
20372         More patches to assume C89 or better.
20373         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
20374         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
20375         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
20376         or for string.h.
20377         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
20378         stdlib.h.
20379         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
20380         C headers.
20381         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
20382         string.h.
20383         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
20384         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
20385         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
20386         or for string.h.
20387         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
20388         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
20389         C headers.
20390         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
20391         memcpy.
20392         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
20393         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
20394         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
20395         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
20396         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
20397         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
20398         string.h, free.
20399         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
20400         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
20401         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
20402         C headers, or for string.h.
20403         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
20404         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
20405         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
20406         headers, memory.h, stdlib.h, string.h, strings.h.
20407         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
20408         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
20409         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
20410         strchr.
20411         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
20412         headers, memory.h, string.h.
20413         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
20414         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
20415         free.
20416         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
20417         headers.
20418         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
20419         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
20420         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
20421         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
20422         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
20423
20424 2003-09-09  Paul Eggert  <eggert@twinsun.com>
20425
20426         More K&R removal.
20427
20428         * lib/acosl.c (main): Use a prototype.
20429         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
20430         tanl.c: Likewise.
20431
20432         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
20433
20434         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
20435         (getopt, etopt_long, getopt_long_only, _getopt_internal)
20436         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
20437         with a prototype.
20438         * lib/getopt.c (const): Remove macro.
20439         Include <string.h> unconditionally.
20440         (my_index): Remove; all uses changed to strchr.
20441         (strlen): Remove decl.
20442         (exchange): Remove forward decl; no longer needed.
20443         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
20444         Define with prototype.
20445         * lib/getopt1.c (const): Remove macro.
20446         (getopt_long, getopt_long_only, main): Define with prototype.
20447
20448         * lib/getugroups.c: Include <string.h> unconditionally.
20449
20450         * lib/getusershell.c: Include <stdlib.h> unconditionally.
20451         (getusershell, setusershell, endusershell, readname, main):
20452         Define with prototypes.
20453
20454         * lib/group-member.c: Include group-member.h first.
20455         Include <stdlib.h> unconditionally.
20456
20457         * lib/hard-locale.c: Include hard-locale.h first.
20458         Include <stdlib.h>, <string.h> unconditionally.
20459
20460         * lib/hash.c (free, malloc): Remove decls.
20461         Include <stdlib.h> unconditionally.
20462
20463         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
20464         (getenv): Do not declare.
20465
20466         * lib/idcache.c: Include <string.h> unconditionally.
20467
20468         * lib/long-options.c: Include long-options.h first, to test interface.
20469         Include <stdlib.h> unconditionally.
20470
20471         * lib/makepath.c: Include makepath.h first, to test interface.
20472         Include <stdlib.h> and <string.h> unconditionally.
20473
20474         * lib/linebuffer.c: Include <stdlib.h>.
20475         (free): Remove decl.
20476
20477         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
20478         stddef.h. rpl_malloc returns void *, not char *.
20479         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
20480         prototype.
20481
20482         * lib/md5.h: Include <limits.h> unconditionally.
20483         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
20484         (__P): Remove; all uses removed.
20485         * lib/md5.c: Include "md5.h" first.
20486         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
20487         md5_buffer, md5_process_bytes, md5_process_block):
20488         Define with prototypes.
20489         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
20490         * lib/sha.c: Include "sha.h" first.
20491         Include <stdlib.h>, <string.h> unconditionally.
20492
20493         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
20494         * lib/memcmp.c (__ptr_t): Likewise.
20495         * lib/memrchr.c (__ptr_t): Likewise.
20496         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
20497         Include <string.h> unconditionally.
20498         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
20499         * lib/memchr.c: Include <stdlib.h> unconditionally.
20500         * lib/memchr.c (LONG_MAX): Remove.
20501         * lib/memrchr.c (LONG_MAX): Likewise.
20502         * lib/memchr.c (__memchr): Define via a prototype.
20503         * lib/memrchr.c (__memrchr): Likewise.
20504         * lib/memcmp.c (__P): Remove, and remove all uses.
20505         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
20506         Remove forward decls; no longer needed.
20507         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
20508         Use types required by C89 in prototype.
20509
20510         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
20511         * lib/savedir.c: Likewise.
20512         * lib/mkdir.c (free): Remove decl.
20513         * lib/rmdir.c (rmdir): Define with a prototype.
20514         * lib/savedir.c: Include savedir.h first, to test interface.
20515
20516         * lib/mktime.c (STDC_HEADERS): Remove.
20517         Include <stdlib.h>, <string.h> unconditionally.
20518
20519         * lib/modechange.c: Include <stdlib.h> unconditionally.
20520         (malloc): Remove decl.
20521
20522         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
20523         (free): Remove decl.
20524
20525         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
20526         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
20527         (This type really should be intptr_t, but that's a C99ism.)
20528         (_obstack_memcpy): Remove: all uses changed to memcpy.
20529         Include <string.h> unconditionally.
20530         (struct obstack): Assume __STDC__ for types of members
20531         chunkfun, freefun, extra_arg.
20532         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
20533         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
20534         obstack_begin, obstack_specify_allocation,
20535         obstack_specify_allocation_with_arg, obstack_chunkfun,
20536         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
20537         Remove unprototyped decls and the macros that use them.
20538         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
20539         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
20540         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
20541         (defined __STDC__ && __STDC__)]:
20542         Remove nonprototyped code.
20543         Include <stdlib.h> unconditionally.
20544         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
20545         _obstack_allocated_p, _obstack_free, obstack_free,
20546         _obstack_memory_used, print_and_abort):
20547         Define using prototypes.
20548         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
20549         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
20550         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
20551         obstack_next_free, obstack_object_size, obstack_room) [0]:
20552         Remove unused, unprototyped code.
20553
20554         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
20555
20556         * lib/physmem.c (physmem_total, physmem_available, main): Define
20557         with prototypes.
20558
20559         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
20560         (main): Define with a prototype.
20561
20562         * lib/posixver.c (getenv): Remove decl.
20563
20564         * lib/putenv.c (malloc): Returns void *, not char *.
20565         Include <string.h> unconditionally.
20566         (strchr, memcpy, NULL): Do not define.
20567
20568         * lib/readtokens.c: Include readtokens.h first, to test interface.
20569         Include <stdlib.h>, <string.h> unconditionally.
20570         (init_tokenbuffer): Define with a prototype.
20571
20572         * lib/regex.c (PARAMS): Remove.  All uses removed.
20573         All uses of _RE_ARGS removed, too.
20574         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
20575         unconditionally.
20576         (bzero): Assume memset exists.
20577         (memcmp, memcpy, NULL): Remove.
20578         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
20579         char, or assignments to local vars of type signed char.
20580         (init_syntax_once, PREFIX(extract_number_and_incr),
20581         PREFIX(print_partial_compiled_pattern),
20582         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
20583         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
20584         PREFIX(regex_grow_registers), PREFIX(regex_compile),
20585         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
20586         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
20587         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
20588         wcs_compile_range, byte_compile_range, truncate_wchar,
20589         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
20590         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
20591         count_mbs_length, wcs_re_match_2_internal,
20592         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
20593         PREFIX(alt_match_null_string_p),
20594         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
20595         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
20596         regfree, PREFIX(extract_number)): Define with prototype.  Remove
20597         now-unnecessary declaration, if any.
20598         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
20599         regcomp, regexec):
20600         Remove now-unnecessary casts among pointer types.
20601         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
20602
20603         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
20604         (free): Remove decl.
20605
20606         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
20607
20608         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
20609         (free): Remove decl.
20610
20611         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
20612         * lib/xgetcwd.c: Likewise.
20613
20614         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
20615         (free): Remove decl.
20616
20617         * lib/strchrnul.c (strchrnul): Define with a prototype.
20618         Fix bug: c_in was not converted to char before searching.
20619
20620         The following changes are not K&R related:
20621
20622         * lib/group-member.h: Include <sys/types.h>, so that this file is
20623         self-contained.
20624         * lib/makepath.h: Likewise.
20625
20626         * lib/getusershell.c (readname, default_index, line_size, readname):
20627         Use size_t, not int, for sizes.
20628         (readname): If the size overflows, report an error instead of
20629         looping forever.
20630
20631 2003-09-09  Paul Eggert  <eggert@twinsun.com>
20632
20633         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
20634         libc.
20635
20636 2003-09-09  Paul Eggert  <eggert@twinsun.com>
20637
20638         * README: New section: portability guidelines.
20639
20640 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
20641
20642         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
20643         C89 spec.
20644
20645 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
20646
20647         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
20648
20649 2003-09-08  Paul Eggert  <eggert@twinsun.com>
20650
20651         Assume C89 or better; remove K&R cruft.
20652         A few of these changes were first proposed by Derek Robert Price
20653         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
20654
20655         * lib/addext.c: Include <string.h> unconditionally.
20656         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
20657         Don't declare getenv or malloc.
20658
20659         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
20660         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
20661         (NULL): Remove.
20662         (find_stack_direction, alloca): Use prototypes.
20663
20664         * lib/atexit.c (atexit): Define using a prototype.
20665
20666         * lib/basename.c, dirname.c, stripslash.c:
20667         Include <string.h> unconditionally.
20668
20669         * lib/bcopy.c: Include <stddef.h>.
20670         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
20671
20672         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
20673
20674         * lib/error.h (error, error_at_line, error_print_progname)
20675         [! (defined (__STDC__) && __STDC__)]: Remove decls.
20676         * lib/error.c: Include error.h first, to check interface.
20677         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
20678         (VA_START): Remove; all uses changeed to va_start.
20679         (exit, strerror): Remove decls.
20680         (error_print_progname): Prototype uncondionally.
20681         Don't include <errno.h>; no longer needed.
20682         (private_strerror): Remove.
20683         (error_tail): Always define.
20684         (error, error_at_line): Assume C89 or better; always use prototypes.
20685         * lib/fatal.c: Include "fatal.h" first, to test interface.
20686         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
20687         (VA_START): Remove; all uses changed to va_start.
20688         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
20689         this case.
20690         (exit): Remove decl.
20691         (fatal): Prototype unconditionally.  Assume va_start works.
20692         Abort at end, to pacify gcc.
20693
20694         * lib/euidaccess.c (main): Define with a prototype.
20695
20696         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
20697
20698         * lib/exitfail.c: Include <stdlib.h> unconditionally.
20699
20700         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
20701         prototypes.
20702         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
20703         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
20704         (getenv): Remove decl.
20705         (fnmatch): Define using a prototype.
20706         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
20707         (FCT): Define using a prototype.
20708
20709         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
20710
20711         * lib/gethostname.c: Include <stddef.h>.
20712         (gethostname): Define with prototype.  Length is size_t, not int.
20713
20714 2003-09-08  Paul Eggert  <eggert@twinsun.com>
20715
20716         Assume C89 or better; remove K&R cruft.
20717         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
20718         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
20719         string.h, getenv, malloc.
20720         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
20721         headers.
20722         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
20723         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
20724         do not check for strerror.
20725         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
20726         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
20727         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
20728         do not check for doprnt or vprintf.
20729         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
20730         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
20731
20732 2003-09-08  Paul Eggert  <eggert@twinsun.com>
20733
20734         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
20735         getversion.c should have been removed then, but was accidentally
20736         preserved.
20737
20738         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
20739         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
20740
20741 2003-09-08  Karl Berry  <karl@gnu.org>
20742
20743         * config/config.sub, config.guess, srclistvars.sh: update from savannah
20744                 config, forget about prep.
20745
20746         * config/depcomp, missing: update from automake.
20747
20748 2003-09-07  Paul Eggert  <eggert@twinsun.com>
20749
20750         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
20751         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
20752
20753 2003-09-07  Paul Eggert  <eggert@twinsun.com>
20754
20755         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
20756         copy_tm_result.  Bug reported by Simon Josefsson in
20757         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
20758
20759 2003-09-06  Paul Eggert  <eggert@twinsun.com>
20760
20761         * m4/time_r.m4: New file.
20762         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
20763         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
20764         is. Check for timegm declaration.
20765         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
20766         Do not check for gmtime_r.
20767         Replace mktime if __mktime_internal does not exist and if mktime
20768         hasn't been replaced already.
20769
20770 2003-09-06  Paul Eggert  <eggert@twinsun.com>
20771
20772         * lib/time_r.c, lib/time_r.h: New files.
20773
20774         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
20775         __localtime_r.
20776         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
20777         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
20778
20779         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
20780         __gmtime_r.
20781         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
20782         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
20783         Include <time_r.h>.
20784
20785         * lib/timegm.c: Switch to glibc implementation, with the following
20786         changes:
20787         [defined HAVE_CONFIG_H]: Include <config.h>.
20788         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
20789         (__mktime_internal) [!defined _LIBC]: New decl.
20790         (__gmtime_r) [!defined _LIBC]: New macro and function.
20791         (timegm): Use a prototype, since gnulib assumes C89.
20792         Do not bother declaring tmp to be const, as it's not really usefu.
20793         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
20794         (timegm): Declare only if HAVE_DECL_TIMEGM.
20795
20796 2003-09-06  Paul Eggert  <eggert@twinsun.com>
20797
20798         * MODULES.html.sh (func_all_modules): Add time_r.
20799         * modules/time_r: New file.
20800         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
20801         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
20802
20803 2003-09-03  Paul Eggert  <eggert@twinsun.com>
20804
20805         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
20806         Bug reported by Lute Kamstra in
20807         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
20808
20809         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
20810         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
20811         course with correspondingly smaller numbers for tomorrow and
20812         yesterday.  From Tadayoshi Funaba.  Originally installed into
20813         sh-utils on 1999-08-07, but the patch got lost (I guess during the
20814         coreutils merge?).
20815
20816 2003-08-31  Simon Josefsson  <jas@extundo.com>
20817
20818         * modules/timegm: New file.
20819         * MODULES.html.sh (func_all_modules): Add timegm.
20820
20821 2003-08-31  Simon Josefsson  <jas@extundo.com>
20822
20823         * m4/timegm.m4: New file.
20824
20825 2003-08-31  Simon Josefsson  <jas@extundo.com>
20826
20827         * lib/timegm.h: New file.
20828         * lib/timegm.c: New file.  Based on
20829         wget-1.8.2/src/http.c:mktime_from_utc.
20830
20831 2003-08-31  Karl Berry  <karl@gnu.org>
20832
20833         * lib/argp.h: update from libc.
20834
20835 2003-08-28  Bruno Haible  <bruno@clisp.org>
20836
20837         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
20838         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
20839         followed by '#define fnmatch fnmatch_posix' gives an error.
20840
20841 2003-08-28  Bruno Haible  <bruno@clisp.org>
20842
20843         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
20844         warning on QNX, which defines O_BINARY to 000000.
20845
20846 2003-08-27  Jim Meyering  <jim@meyering.net>
20847
20848         * m4/mkstemp.m4: Require that the system mkstemp be able to create
20849         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
20850         would fail after 32.  Reported by Danny Levinson.  Details here:
20851         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
20852
20853 2003-08-24  Bruno Haible  <bruno@clisp.org>
20854
20855         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
20856         MSVC7 <stdio.h> is included later.
20857
20858 2003-08-22  Simon Josefsson  <jas@extundo.com>
20859
20860         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
20861
20862 2003-08-20  Karl Berry  <karl@gnu.org>
20863
20864         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
20865
20866 2003-08-20  Bruno Haible  <bruno@clisp.org>
20867
20868         * modules/progname: New file.
20869         * MODULES.html.sh (func_all_modules): Add progname.
20870
20871 2003-08-20  Bruno Haible  <bruno@clisp.org>
20872
20873         * lib/progname.h: New file, from GNU gettext.
20874         * lib/progname.c: New file, from GNU gettext.
20875         * lib/progreloc.c: New file, from GNU gettext.
20876
20877 2003-08-19  Jim Meyering  <jim@meyering.net>
20878
20879         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
20880         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
20881
20882 2003-08-19  Bruno Haible  <bruno@clisp.org>
20883
20884         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
20885         more.
20886
20887 2003-08-19  Bruno Haible  <bruno@clisp.org>
20888
20889         * lib/xstrdup.c: Assume <string.h> exists.
20890
20891 2003-08-18  Paul Eggert  <eggert@twinsun.com>
20892
20893         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
20894         in makefile rules.
20895
20896 2003-08-18  Jim Meyering  <jim@meyering.net>
20897
20898         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
20899         * m4/lib-ld.m4: Likewise.
20900
20901 2003-08-18  Jim Meyering  <jim@meyering.net>
20902
20903         * lib/setenv.h: Indent nested cpp directive.
20904         * lib/vasnprintf.c: Remove trailing blanks.
20905
20906 2003-08-17  Simon Josefsson  <jas@extundo.com>
20907
20908         * modules/xstrndup: New file.
20909         * MODULES.html.sh (func_all_modules): Add xstrndup.
20910
20911 2003-08-17  Simon Josefsson  <jas@extundo.com>
20912
20913         * modules/argp: Fix autoconf macro name. Add more dependencies.
20914
20915 2003-08-17  Simon Josefsson  <jas@extundo.com>
20916
20917         * m4/xstrndup.m4: New file.
20918
20919 2003-08-17  Simon Josefsson  <jas@extundo.com>
20920
20921         * m4/argp.m4: New file.
20922
20923 2003-08-17  Simon Josefsson  <jas@extundo.com>
20924             Bruno Haible  <bruno@clisp.org>
20925
20926         * lib/xstrndup.h: New file.
20927         * lib/xstrndup.c: New file.
20928
20929 2003-08-17  Bruno Haible  <bruno@clisp.org>
20930
20931         * modules/strndup (Files, Include): Add lib/strndup.h.
20932
20933 2003-08-17  Bruno Haible  <bruno@clisp.org>
20934
20935         * modules/euidaccess (Files): Add lib/euidaccess.h.
20936
20937 2003-08-17  Bruno Haible  <bruno@clisp.org>
20938
20939         * lib/strndup.h: New file.
20940
20941 2003-08-17  Bruno Haible  <bruno@clisp.org>
20942
20943         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
20944         like AC_GNU_SOURCE.
20945         * modules/extensions (configure.ac): Comment out the invocation of
20946         gl_USE_SYSTEM_EXTENSIONS.
20947
20948 2003-08-16  Paul Eggert  <eggert@twinsun.com>
20949
20950         Merges from coreutils, etc.
20951         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
20952         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
20953         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
20954         fixing a typo.
20955         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
20956         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
20957
20958 2003-08-16  Paul Eggert  <eggert@twinsun.com>
20959
20960         Document merge from coreutils.
20961         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
20962         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
20963         * modules/utime: Add m4/utimes-null.m4.
20964
20965 2003-08-16  Paul Eggert  <eggert@twinsun.com>
20966
20967         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
20968         space, undoing this 2003-08-12 change:
20969         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
20970
20971 2003-08-16  Paul Eggert  <eggert@twinsun.com>
20972
20973         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
20974         strtoul.c from libc, undoing this 2003-08-12 change:
20975         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
20976
20977 2003-08-16  Jim Meyering  <jim@meyering.net>
20978
20979         Merges from coreutils.
20980         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
20981         prefix.  Adjust cache variables similarly.  Create 500 rather than
20982         just 300 files, to exercise bug on Darwin6.5, too.
20983         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
20984         $missing_dir.
20985         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
20986         AM_SYS_POSIX_TERMIOS.
20987         Reported by mkc@mathdogs.com.
20988         Also change use of $am_cv_sys_posix_termios
20989         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
20990         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
20991         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
20992         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
20993         in /proc/mounts until it finds one with matching device number.  This
20994         is unnecessary when the FILE argument *is* a mount point.  No stat call
20995         is necessary in that case.  So, disable the statvfs-testing code on
20996         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
20997         as RedHat bug# 84846.
20998         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
20999         to 1MB, so as not to render systems with no stack size limit (e.g.,
21000         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
21001         Include <unistd.h>.  On some systems,
21002         it is required for the definition of _SC_PAGESIZE.
21003
21004 2003-08-16  Jim Meyering  <jim@meyering.net>
21005
21006         Merge from coreutils.
21007         * lib/xstrtoimax.c: #else #if -> #elif.
21008         * lib/xstrtoumax.c: Likewise.
21009
21010 2003-08-16  Jim Meyering  <jim@meyering.net>
21011
21012         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
21013         * m4/utimes.m4: Removed.
21014         * m4/utimes-null.m4: Renamed from utimes.m4.
21015
21016         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
21017         to 1MB, so as not to render systems with no stack size limit (e.g.,
21018         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
21019         Include <unistd.h>.  On some systems,
21020         it is required for the definition of _SC_PAGESIZE.
21021
21022 2003-08-16  Jim Meyering  <jim@meyering.net>
21023         and Paul Eggert  <eggert@cs.ucla.edu>
21024
21025         Merges from coreutils, etc.
21026
21027         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
21028         using the latest version from cvs.  This avoids problems with #line
21029         directives using a vendor (Sun) compiler.
21030         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
21031         Don't set GETGROUPS_LIB here; now it's
21032         done via getgroups.m4's wrapper function.
21033         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
21034         rather than just in sh-util/configure.in, so that the
21035         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
21036         same.
21037         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
21038         AC_FUNC_GETLOADAVG where to find getloadavg.c.
21039         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
21040         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
21041         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
21042         Remove code that is now done by the newly-required macros.
21043         Append $(EXEEXT) to DF_PROG.
21044         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
21045         Do not invoke or require the following here,
21046         since prereq.m4 or some gnulib .m4 now does this for us:
21047         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
21048         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
21049         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
21050         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
21051         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
21052         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
21053         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
21054         AC_FUNC_OBSTACK.
21055         Do not replace the following functions, as this is now the job
21056         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
21057         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
21058         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
21059         atexit getpass, strdup, getpagesize.
21060         Replace 'raise'.
21061         Do not check for the following functions, as this is now the job
21062         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
21063         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
21064         setregid.
21065         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
21066         Check for sys/sysctl.h.
21067         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
21068         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
21069         of checking for ssize_t ourselves.
21070
21071         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
21072         Require every macro that gnulib/modules/* suggests for us.
21073         (jm_PREREQ_ADDEXT): New macro.
21074         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
21075         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
21076
21077         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
21078         (gl_PHYSMEM): Use it.
21079         Also check for `table' function.
21080         Check for new headers and functions.
21081         Add check for sys/sysmp.h.
21082         With suggestions from Kaveh Ghazi.
21083         Ignore headers that are present but cannot be compiled.  This
21084         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
21085         C 5.4.
21086
21087 2003-08-15  Paul Eggert  <eggert@twinsun.com>
21088
21089         Document merge from coreutils.
21090         * modules/userspec: Depend on posixver.
21091         * modules/strftime: Depend on tzset.
21092
21093 2003-08-15  Paul Eggert  <eggert@twinsun.com>
21094
21095         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
21096         rather than tab, after '#' in shell-script copyright notices.
21097         Suggested by Bruno Haible.
21098
21099 2003-08-15  Paul Eggert  <eggert@twinsun.com>
21100
21101         * config/srclist-update: Use three spaces, rather than tab, after '#'
21102         in shell-script copyright notices.  Suggested by Bruno Haible.
21103         Remove unnecessary parenthesization in regular expression.
21104
21105 2003-08-15  Jim Meyering  <jim@meyering.net>
21106
21107         Merge from coreutils.
21108         * lib/xgethostname.c: Include <stdlib.h>.
21109         (xghostname): Don't exit for anything other than memory-related
21110         failure; just return NULL.
21111         * lib/userspec.c: Include "posixver.h".
21112         (parse_user_spec): Accept `.' as a separator only
21113         in pre-POSIX-200112 mode.
21114         * lib/strtoimax.c: Use #elif rather than #else #if.
21115         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
21116         Remove function, now that we can rely on a working tzset function.
21117         [!_LIBC]: Ensure that the required autoconf test has been run.
21118         [!defined _NL_CURRENT && HAVE_STRFTIME]:
21119         Use underlying_strftime for %r.
21120         * lib/sha.c: Merge in some clean-up and optimization changes from
21121         glibc.
21122         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
21123         Ensure that it is a multiple of 64.
21124         Rearrange loop exit tests so as to avoid performing an
21125         additional fread after encountering an error or EOF.
21126         * lib/realloc.c: Update copyright date.
21127
21128 2003-08-15  Jim Meyering  <jim@meyering.net>
21129         and Paul Eggert  <eggert@twinsun.com>
21130
21131         Merge from coreutils.
21132         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
21133         member but strut utmpx does not.  Needed for AIX 4.3.3.
21134         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
21135
21136 2003-08-15  Jim Meyering  <jim@meyering.net>
21137         and Paul Eggert  <eggert@cs.ucla.edu>
21138
21139         Merges from coreutils, etc.
21140         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
21141         Require gl_FUNC_TZSET_CLOBBER.
21142         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
21143         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
21144         members.
21145
21146 2003-08-14  Paul Eggert  <eggert@twinsun.com>
21147
21148         Help the merge from coreutils.
21149         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
21150         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
21151         * m4/tzset.m4: Use it too.
21152
21153 2003-08-14  Paul Eggert  <eggert@twinsun.com>
21154
21155         * modules/tzset: New file.
21156
21157 2003-08-14  Jim Meyering  <jim@meyering.net>
21158
21159         Merges from coreutils.
21160         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
21161         variable names, rather than @FNMATCH_H@.
21162         * modules/alloca: Likewise for $(ALLOCA_H).
21163
21164         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
21165         the three copies of the literal target, `fnmatch.h'.
21166         * modules/alloca (alloca.h): Likewise.
21167
21168 2003-08-14  Jim Meyering  <jim@meyering.net>
21169
21170         Merge from coreutils.
21171         * m4/tzset.m4: New file.
21172         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
21173         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
21174         otherwise, AIX 5.1 systems would end up using the latter.
21175         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
21176         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
21177         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
21178         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
21179
21180 2003-08-14  Jim Meyering  <jim@meyering.net>
21181
21182         Merge from coreutils.
21183         * lib/obstack.h: Whitespace changes.
21184         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
21185         and xcalloc return values.
21186         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
21187         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
21188         hang on OSF/1 5.1 for DIR on both local and remote file systems.
21189         Reported by (and fix confirmed by) Nelson H. F. Beebe.
21190         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
21191         error from mntctl.
21192         Use mntctl's return value to drive the entry-processing loop, since
21193         we can't rely on the value of the vmt_length member in the last
21194         entry.  On some systems doing so could result in exhausting
21195         virtual memory.  Based in part on a patch from Mike Jetzer.
21196
21197 2003-08-14  Jim Meyering  <jim@meyering.net>
21198         and Paul Eggert  <eggert@twinsun.com>
21199
21200         Merges from coreutils, plus other fixes.
21201         * lib/physmem.c: Merge in portability changes from gcc/libiberty
21202         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
21203         for credits and details.  Thanks to Kaveh Ghazi for helping
21204         to keep these files in sync.
21205         (ARRAY_SIZE): Define it.
21206         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
21207         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
21208         (memcasecmp): Don't assume size_t fits in unsigned int.
21209         Remove casts and duplicate code.
21210         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
21211         (memcpy): Remove definition.
21212         Merge in some clean-up and optimization changes from glibc.
21213         [BLOCKSIZE]: Move definition to top of file.
21214         Ensure that it is a multiple of 64.
21215         Rearrange loop exit tests so as to avoid performing an
21216         additional fread after encountering an error or EOF.
21217         * lib/md5.h (md5_uintptr): Define.
21218         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
21219         return to the initial working directory.  Preserve errno
21220         for caller.
21221         * lib/idcache.c: Include "xalloc.h".
21222         (xmalloc, xrealloc): Remove decls.
21223         (getuser): Remove casts no longer required in C89.
21224         * lib/human.c: Include stdio.h, for sprintf.
21225         * lib/group-member.c: Include "xalloc.h".
21226         (xmalloc, xrealloc): Remove decls.
21227         (get_group_info): Remove casts no longer required in C89.
21228         * lib/getusershell.c (readname): Remove casts no longer required in
21229         C89.
21230         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
21231         * lib/getline.c: Whitespace fix, from coreutils.
21232
21233 2003-08-13  Paul Eggert  <eggert@twinsun.com>
21234
21235         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
21236         Check for isascii.
21237
21238         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
21239         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
21240         Undo previous (whitespace-only) change.
21241
21242 2003-08-13  Paul Eggert  <eggert@twinsun.com>
21243
21244         * lib/exclude.c: Include <ctype.h>
21245         (IN_CTYPE_DOMAIN): New macro.
21246         (is_space): New fn.
21247         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
21248         and empty lines.
21249
21250         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
21251         Undo previous (whitespace-only) change.
21252
21253 2003-08-13  Paul Eggert  <eggert@twinsun.com>
21254
21255         * config/srclist-update: Change update back to the old behavior,
21256         leaving whitespace alone.  Use one 'sed' command rather than a
21257         pipeline.
21258         (fixlicense): Now a variable, not a function.
21259         (remove_trailing_blanks): Remove.
21260         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
21261         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
21262         Undo previous (whitespace-only) change.
21263
21264 2003-08-12  Paul Eggert  <eggert@twinsun.com>
21265
21266         Merge from coreutils.
21267         * modules/euidaccess: Add lib_SOURCES, include for new
21268         file euidaccess.h
21269
21270 2003-08-12  Paul Eggert  <eggert@twinsun.com>
21271
21272         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
21273         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
21274         Normalize leading white space and remove trailing white space.
21275
21276         Merge from coreutils
21277         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
21278
21279         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
21280         0.12.1.  These files are now being upgraded automatically by
21281         ../config/srclist-update.
21282
21283 2003-08-12  Paul Eggert  <eggert@twinsun.com>
21284
21285         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
21286         Normalize leading white space and remove trailing white space.
21287         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
21288         notice, as per ../config/srclist-update.
21289
21290         Merge from coreutils.
21291         * lib/euidaccess.h: New file.
21292         * lib/euidaccess.c: Include it.
21293         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
21294         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
21295         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
21296
21297 2003-08-12  Paul Eggert  <eggert@twinsun.com>
21298
21299         * config/srclist-update: Add copyright notice.
21300         (remove_id_lines, remove_trailing_blanks): New constants.
21301         (fixfile): Use them to normalize spacing a bit in copied files.
21302         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
21303         Normalize leading white space and remove trailing white space.
21304
21305         * config/texinfo.tex: Sync with texinfo.
21306
21307         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
21308         strtoul.c from libc, to merge coreutils whitespace changes.
21309
21310         * config/srclist.txt: Get the following m4 files from gettext:
21311         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
21312         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
21313         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
21314         wint_t.m4.
21315
21316 2003-08-12  Karl Berry  <karl@gnu.org>
21317
21318         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
21319         been made.
21320
21321 2003-08-11  Paul Eggert  <eggert@twinsun.com>
21322
21323         * modules/gnu-source, m4/gnu-source.m4:
21324         Remove; we're assuming Autoconf 2.54 or later now.
21325         Suggested by Bruno Haible.
21326         * MODULES.html.sh (func_all_modules): Remove gnu-source.
21327
21328 2003-08-11  Bruno Haible  <bruno@clisp.org>
21329
21330         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
21331
21332 2003-08-11  Bruno Haible  <bruno@clisp.org>
21333
21334         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
21335         (vasnprintf): Use it instead of wcslen.
21336
21337 2003-08-11  Bruno Haible  <bruno@clisp.org>
21338
21339         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
21340         value to ensure that _Bool promotes to int. Use #define for _Bool when
21341         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
21342
21343 2003-08-10  Karl Berry  <karl@gnu.org>
21344
21345         * lib/regex.h: update from libc (whitespace fix).
21346
21347 2003-08-09  Paul Eggert  <eggert@twinsun.com>
21348
21349         Merge some files from coreutils.  These changes were
21350         originally made by Jim Meyering.
21351         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
21352         many older Unixes require this.
21353         * lib/alloca.c (alloca): Remove cast to argument of free;
21354         no longer needed in C89.
21355         * lib/alloca_.h, regex.h: Fix white space to match
21356         what GNU indent does.
21357
21358 2003-08-09  Paul Eggert  <eggert@twinsun.com>
21359
21360         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
21361         apparently Emacs's Unicode mode got confused before my 2003-08-05
21362         checkin.
21363
21364 2003-08-08  Paul Eggert  <eggert@twinsun.com>
21365
21366         * m4/extensions.m4: New file.
21367         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
21368         Require gl_USE_SYSTEM_EXTENSIONS.
21369         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
21370         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
21371
21372 2003-08-08  Paul Eggert  <eggert@twinsun.com>
21373
21374         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
21375         * modules/extensions, modules/gnu-source: New files.
21376         * modules/timespec, modules/unlocked-io: Depend on extensions.
21377
21378 2003-08-07  Paul Eggert  <eggert@twinsun.com>
21379
21380         * modules/restrict: New file.
21381         * MODULES.html.sh (func_all_modules): Add restrict.
21382         * modules/regex: Depend on restrict.
21383
21384 2003-08-07  Paul Eggert  <eggert@twinsun.com>
21385
21386         * m4/restrict.m4: New file.
21387         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
21388
21389 2003-08-07  Bruno Haible  <bruno@clisp.org>
21390
21391         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
21392         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
21393
21394 2003-08-07  Bruno Haible  <bruno@clisp.org>
21395
21396         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
21397         makes the module 'getndelim2' compatible with the module 'getline'.
21398
21399 2003-08-05  Paul Eggert  <eggert@twinsun.com>
21400
21401         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
21402         byte with "\201" to avoid glitches when editing that source file
21403         with multi-gnome-terminal.
21404
21405 2003-08-05  Paul Eggert  <eggert@twinsun.com>
21406
21407         * lib/bumpalloc.h: Remove.
21408
21409 2003-08-05  Paul Eggert  <eggert@twinsun.com>
21410
21411         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
21412         * modules/bumpalloc: Remove.
21413
21414 2003-08-04  Paul Eggert  <eggert@twinsun.com>
21415
21416         * lib/getloadavg.c: Change copyright notice and spacing to conform to
21417         GNU coding style.
21418
21419         Merge from coreutils.
21420         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
21421         1. From glibc.
21422         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
21423         from Karl Berry, implemented by Jim Meyering.
21424         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
21425         from Dmitry V. Levin.
21426         Remove anachronistic cast of xrealloc.
21427         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
21428         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
21429         type. Otherwise, it wouldn't compile with at least /bin/cc on
21430         ymp-cray-unicos9.0.2.X.
21431         Combine two mostly-identical uses of alloca into one.
21432         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
21433
21434 2003-08-04  Dave Love  <d.love@dl.ac.uk>
21435
21436         [From Emacs.]
21437
21438         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
21439         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
21440         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
21441         obsolete NLIST_NAME_UNION.
21442         [__GNU__]: Undef BSD and FSCALE.
21443         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
21444
21445 2003-08-03  Paul Eggert  <eggert@twinsun.com>
21446
21447         * lib/stdbool_.h (_Bool): Make it signed char, instead of
21448         an enum type, so that it's guaranteed to promote to int.  See:
21449         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
21450
21451 2003-08-03  Karl Berry  <karl@gnu.org>
21452
21453         * config/depcomp: update from automake.
21454
21455 2003-07-31  Paul Eggert  <eggert@twinsun.com>
21456
21457         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
21458         (strerror): Don't assume that a printable int fits in 14 bytes.
21459
21460 2003-07-31  Bruno Haible  <bruno@clisp.org>
21461
21462         * modules/getpass-gnu: New file.
21463         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
21464
21465 2003-07-31  Bruno Haible  <bruno@clisp.org>
21466
21467         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
21468
21469 2003-07-24  Karl Berry  <karl@gnu.org>
21470
21471         * config/missing: update from automake.
21472
21473 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
21474             Bruno Haible  <bruno@clisp.org>
21475
21476         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
21477         * lib/getline.c (getline, getdelim): Likewise.
21478         Remove _GNU_SOURCE define; now it's defined in config.h through
21479         m4/getline.m4.
21480
21481 2003-07-23  Karl Berry  <karl@gnu.org>
21482
21483         * config/config.sub: update from prep.
21484
21485 2003-07-22  Paul Eggert  <eggert@twinsun.com>
21486
21487         * modules/xalloc (Depends-on): Add exitfail.
21488         * modules/xmemcoll: Likewise.
21489
21490 2003-07-22  Paul Eggert  <eggert@twinsun.com>
21491
21492         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
21493         over-parenthesization in macros.
21494
21495         Sync with coreutils.
21496
21497         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
21498         required by C99.
21499
21500         Use `exit_failure' for xalloc and xmemcoll instead of their own
21501         private exit-failure variables.
21502         * lib/xalloc.h (xalloc_exit_failure): Remove.
21503         * lib/xmalloc.c: Likewise.  Include exitfail.h.
21504         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
21505         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
21506         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
21507         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
21508
21509 2003-07-20  Jim Meyering  <jim@meyering.net>
21510
21511         * modules/closeout (Depends-on): Add exitfail.
21512         Suggestion from Bruno Haible.
21513
21514 2003-07-19  Karl Berry  <karl@gnu.org>
21515
21516         * config/config.sub: update from prep.
21517
21518 2003-07-18  Paul Eggert  <eggert@twinsun.com>
21519
21520         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
21521         Remove.
21522         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
21523         to test that it can stand by itself.  Include "exitfail.h".
21524         Clients should set exit_failure instead.
21525         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
21526
21527 2003-07-18  Bruno Haible  <bruno@clisp.org>
21528
21529         * modules/getndelim2: New file.
21530         * modules/getline: Share files with module getndelim2.
21531         * modules/getnline: Depend on getndelim2 instead of sharing files with
21532         it. Add getnline.c to lib_SOURCES.
21533         * MODULES.html.sh (func_all_modules): Add getndelim2.
21534
21535 2003-07-18  Bruno Haible  <bruno@clisp.org>
21536
21537         * m4/getndelim2.m4: New file.
21538         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
21539         invoke gl_PREREQ_GETNDELIM2.
21540         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
21541         gl_PREREQ_GETNDELIM2.
21542         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
21543         gl_GETNDELIM2.
21544
21545 2003-07-18  Bruno Haible  <bruno@clisp.org>
21546
21547         * lib/getndelim2.h: New file.
21548         * lib/getndelim2.c: Make into a module of its own. Include config.h,
21549         getndelim2.h.
21550         (getndelim2): Make non-static. Change return type to ssize_t.
21551         * lib/getline.h: Change argument names.
21552         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
21553         * lib/getnline.c: Include getndelim2.h.
21554
21555 2003-07-18  Andreas Schwab  <schwab@suse.de>
21556
21557         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
21558
21559 2003-07-17  Karl Berry  <karl@gnu.org>
21560
21561         * config/config.sub: update from prep.
21562
21563 2003-07-17  Bruno Haible  <bruno@clisp.org>
21564
21565         * modules/getnline: New file.
21566         * modules/getline: Add lib/getndelim2.c to source file list.
21567         * MODULES.html.sh (func_all_modules): Add getnline.
21568
21569 2003-07-17  Bruno Haible  <bruno@clisp.org>
21570
21571         * m4/getnline.m4: New file.
21572
21573 2003-07-17  Bruno Haible  <bruno@clisp.org>
21574
21575         * m4/Makefile.am.in: Remove file.
21576         * m4/Makefile.am: Remove file.
21577         * m4/Makefile.in: Remove file.
21578
21579 2003-07-17  Bruno Haible  <bruno@clisp.org>
21580
21581         * lib/getnline.h: New file.
21582         * lib/getnline.c: New file.
21583         * lib/getndelim2.c: New file, extracted from getline.c.
21584         (getndelim2): Renamed from getdelim2, with added nmax argument.
21585         * lib/getline.c: Include getndelim2.c.
21586         (getdelim2): Moved out to getndelim2.c.
21587         (getline, getdelim): Update.
21588
21589 2003-07-17  Bruno Haible  <bruno@clisp.org>
21590
21591         * lib/Makefile.am: Remove file.
21592         * lib/Makefile.in: Remove file.
21593
21594 2003-07-17  Bruno Haible  <bruno@clisp.org>
21595
21596         * configure.in: Remove file.
21597         * Makefile.in: Remove file.
21598
21599 2003-07-17  Bruno Haible  <bruno@clisp.org>
21600
21601         * MODULES.html.sh: Put the </BODY> right before </HTML>.
21602
21603 2003-07-16  Karl Berry  <karl@gnu.org>
21604
21605         * config/srclist-update: was running fixlicense twice, which caused
21606                 texinfo.tex to be nullified for some reason.  Simplify,
21607                 $gplsrc is no longer needed as far as I can see?
21608
21609 2003-07-16  Jim Meyering  <jim@meyering.net>
21610
21611         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
21612
21613 2003-07-15  Paul Eggert  <eggert@twinsun.com>
21614
21615         * config/srclist.txt: Get the following files from gettext-runtime/intl
21616         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
21617         ref-del.sin.  From Bruno Haible.
21618         * config/srclist-update (fixfile): Change grep pattern again, since the
21619         previous fix didn't work (there was another trailing $).  Use
21620         '[$]' to escape the $s.
21621
21622 2003-07-15  Karl Berry  <karl@gnu.org>
21623
21624         * lib/vasnprintf.c: update from gettext.
21625
21626 2003-07-15  Karl Berry  <karl@gnu.org>
21627
21628         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
21629         gets expanded when surrounded by '$'.
21630
21631 2003-07-15  Jim Meyering  <jim@meyering.net>
21632
21633         * modules/save-cwd: Don't depend on error.  From Derek Price.
21634
21635 2003-07-15  Jim Meyering  <jim@meyering.net>
21636
21637         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
21638
21639 2003-07-14  Simon Josefsson  <jas@extundo.com>
21640
21641         * modules/mempcpy: New file.
21642         * MODULES.html.sh (func_all_modules): Add mempcpy.
21643
21644 2003-07-14  Simon Josefsson  <jas@extundo.com>
21645
21646         * m4/mempcpy.m4: New file.
21647
21648 2003-07-14  Simon Josefsson  <jas@extundo.com>
21649
21650         * lib/mempcpy.h: New file.
21651         * lib/mempcpy.c: New file.
21652
21653 2003-07-14  Paul Eggert  <eggert@twinsun.com>
21654
21655         * modules/getdate, modules/posixtm: Depend on mktime.
21656
21657 2003-07-14  Paul Eggert  <eggert@twinsun.com>
21658
21659         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
21660         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
21661         unicodeio.c, unicodeio.h, unlocked-io.h:
21662         Switch from LGPL to GPL.
21663
21664 2003-07-14  Paul Eggert  <eggert@twinsun.com>
21665
21666         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
21667         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
21668         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
21669         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
21670         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
21671         updated automatically by ../config/srclist-update.  This changes
21672         their license from LPGL to GPL.
21673
21674 2003-07-14  Paul Eggert  <eggert@twinsun.com>
21675
21676         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
21677         assumed to refer to the root of the most recent stable gettext version.
21678         * config/srclistvars.sh: Add defaults for eggert.
21679         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
21680         Match "This program" as well as "The program".  This is needed
21681         for gettext.
21682
21683 2003-07-14  Jim Meyering  <jim@meyering.net>
21684
21685         Don't emit diagnostics.  Let callers do that.
21686         * lib/save-cwd.c: Don't include "error.h".
21687         (save_cwd): Don't call error.  Ensure that errno is valid
21688         when returning nonzero.
21689
21690         * lib/save-cwd.h (restore_cwd): Update prototype.
21691         * lib/save-cwd.c (restore_cwd): Remove two parameters.
21692         Simplify.  Don't call error upon failure.  Let callers do that.
21693         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
21694         when auditing is enabled.  But don't bother updating the #if.
21695
21696 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
21697
21698         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
21699         it breaks C++ compilation.
21700         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
21701
21702 2003-07-10  Simon Josefsson  <jas@extundo.com>
21703
21704         * modules/strchrnul (Makefile.am): Add strchrnul.h.
21705
21706 2003-07-10  Jim Meyering  <jim@meyering.net>
21707
21708         * m4/clock_time.m4: Remove trailing blank.
21709         * m4/intmax_t.m4: Likewise.
21710
21711 2003-07-10  Jim Meyering  <jim@meyering.net>
21712
21713         * lib/vasnprintf.c: Remove trailing blanks.
21714         Make cpp indentation consistent.
21715
21716 2003-07-09  Paul Eggert  <eggert@twinsun.com>
21717
21718         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
21719         posixver.c, strftime.c, strnlen.c, strverscmp.c:
21720         Switch from LGPL to GPL.
21721
21722 2003-07-09  Paul Eggert  <eggert@twinsun.com>
21723
21724         * config/srclist.txt: Sort sublists.  Add
21725         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
21726         that differ from gnulib for one reason or another; we'd like this list
21727         to be smaller but for now let's document what we have.
21728
21729 2003-07-08  Paul Eggert  <eggert@twinsun.com>
21730
21731         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
21732         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
21733         and sweeter "eval x=$x".
21734         * config/srclist.txt: Get lib/argp* from glibc.
21735
21736 2003-07-07  Paul Eggert  <eggert@twinsun.com>
21737
21738         * lib/mktime.c: Fix some boundary cases and remove need for floating
21739         point.
21740
21741         Issue a compile-time diagnostic if time_t is floating point, or if
21742         two's complement arithmetic is not in effect, or if arithmetic
21743         right shift does not propagate the sign.  These assumptions were
21744         all in the original code but they weren't checked.
21745
21746         (TIME_T_MIDPOINT, verify): New macros.
21747         (__isleap): Remove; it has integer overflow problems.
21748         (leapyear): New function, without those problems.
21749         (ydhms_tm_diff): Remove; splitting into two parts.
21750         (ydhms_diff): New function, containing the arithmetic part of
21751         the old ydhms_tm_diff function.  Issue a compile-time
21752         diagnostic if we are not using C99 integer division.
21753         Avoid casts when possible.
21754         (guess_time_tm): New function, containing the checking part of
21755         the old ydhms_tm_diff function.  Return the new value, rather than
21756         the difference between it and the old.  Accept a new argument T
21757         so that *T specifies the old value.  Check for overflow in the result.
21758
21759         (__mktime_internal): Use a time_t offset, not a long int offset.
21760         This undoes the 2003-06-04 change, which is no longer needed now
21761         that we have better overflow checking.
21762         (localtime_offset): Likewise.
21763
21764         (__mktime_internal): Avoid harmful overflow on hosts where time_t
21765         and long are 64-bit but int is only 32-bit.
21766         (ydhms_diff): Use long int to store year1 and yday1.
21767         Issue a compile-time diagnostic if long int is not wide enough.
21768
21769         (__mktime_internal): Use long int to store adjusted year and yday.
21770         Use plain C rather than preprocessor commands, if that doesn't
21771         affect efficiency.
21772         Check for overflow (and try to repair) after each probe
21773         rather than checking only at the very end.  This avoids some bugs
21774         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
21775         does not equal GMT offset at maximum time).
21776         Use integer to check for overflow rather than floating point; this
21777         is more portable to non-IEEE hosts, and is a tad faster.
21778         When we detect that we are oscillating between two values,
21779         don't check whether tm_isdst has the requested value, since
21780         we already know the answer.  When tm_isdst has the wrong value,
21781         use a different heuristic to find the right one, based on the
21782         extreme values actually observed in practice in tz2003a,
21783         rather than the (overly optimistic) "previous 3 calendar quarters".
21784
21785         (not_equal_tm, print_tm, check_result): Use "const T" rather than
21786         "T const" to accommodate glibc style.
21787         (check_result): Use less-confusing report format.  "long" -> "long int.
21788         (main): Likewise.
21789         Don't loop if the iteration overflows time_t.
21790         Allow a negative step in the iteration.
21791
21792 2003-07-06  Karl Berry  <karl@gnu.org>
21793
21794         * config/depcomp: update from automake.
21795         * config/config.sub: update from prep.
21796
21797 2003-07-03  Karl Berry  <karl@gnu.org>
21798
21799         * config/config.guess: update from prep.
21800
21801 2003-07-01  Paul Eggert  <eggert@twinsun.com>
21802
21803         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
21804         xreadlink.c now includes it unconditionally.
21805
21806 2003-07-01  Paul Eggert  <eggert@twinsun.com>
21807
21808         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
21809         having it depend on HAVE_SYS_TYPES_H.
21810
21811 2003-07-01  Bruno Haible  <bruno@clisp.org>
21812
21813         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
21814         <sys/types.h> should be sufficient.
21815         Reported by Paul Eggert.
21816
21817 2003-06-26  Karl Berry  <karl@gnu.org>
21818
21819         * config/depcomp: update from automake.
21820
21821 2003-06-26  Bruno Haible  <bruno@clisp.org>
21822
21823         * modules/human: Depend on module stdbool.
21824
21825 2003-06-25  Bruno Haible  <bruno@clisp.org>
21826
21827         * modules/readlink: New file.
21828         * modules/xreadlink: Depend on it.
21829         * MODULES.html.sh (func_all_modules): Add readlink.
21830
21831 2003-06-25  Bruno Haible  <bruno@clisp.org>
21832
21833         * m4/readlink.m4: New file.
21834
21835 2003-06-25  Bruno Haible  <bruno@clisp.org>
21836
21837         * lib/readlink.c: New file.
21838
21839 2003-06-22  Karl Berry  <karl@gnu.org>
21840
21841         * config/srclist.txt: update mkinstalldirs from automake.
21842         * config/mkinstalldirs: update.
21843
21844 2003-06-22  Bruno Haible  <bruno@clisp.org>
21845
21846         Portability to mingw32.
21847         * m4/ssize_t.m4: New file, from GNU gettext.
21848         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
21849         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
21850
21851 2003-06-22  Bruno Haible  <bruno@clisp.org>
21852
21853         * modules/safe-read: Add m4/ssize_t.m4.
21854         * modules/xreadlink: Add m4/ssize_t.m4.
21855
21856 2003-06-20  Bruno Haible  <bruno@clisp.org>
21857
21858         Assume C89, so PARAMS isn't needed.
21859         * lib/unicodeio.h (PARAMS): Remove.
21860         * lib/unicodeio.c: Don't use PARAMS.
21861
21862 2003-06-18  Karl Berry  <karl@gnu.org>
21863
21864         * config/config.{guess,sub}: update from prep.
21865
21866 2003-06-18  Jim Meyering  <jim@meyering.net>
21867
21868         Merge changes from coreutils.
21869         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
21870         Remove explicit declarations of xmalloc and realloc.
21871         Include xalloc.h.
21872         (read_utmp): Remove anachronistic cast of xmalloc.
21873
21874 2003-06-17  Paul Eggert  <eggert@twinsun.com>
21875
21876         Assume C89, so PARAMS isn't needed.
21877         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
21878         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
21879         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
21880         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
21881         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
21882         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
21883         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
21884         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
21885         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
21886         lib/xstrtod.h, lib/xstrtol.h: Likewise.
21887         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
21888         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
21889         no longer needed. Anyway, config.h should always be included before any
21890         other file.
21891
21892 2003-06-11  Simon Josefsson  <jas@extundo.com>
21893
21894         * modules/sysexits: New file.
21895         * MODULES.html.sh (func_all_modules): Add sysexits.
21896
21897 2003-06-11  Simon Josefsson  <jas@extundo.com>
21898
21899         * lib/sysexit_.h: New file.
21900
21901 2003-06-11  Derek Price  <derek@ximbiot.com>
21902
21903         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
21904         necessary.
21905
21906 2003-06-11  Bruno Haible  <bruno@clisp.org>
21907
21908         * m4/sysexits.m4: New file.
21909
21910 2003-06-10  Simon Josefsson  <jas@extundo.com>
21911
21912         * lib/argp.h: New file, from glibc.
21913         * lib/argp-ba.c: New file, from glibc.
21914         * lib/argp-eexst.c: New file, from glibc.
21915         * lib/argp-fmtstream.c: New file, from glibc.
21916         * lib/argp-fmtstream.h: New file, from glibc.
21917         * lib/argp-fs-xinl.c: New file, from glibc.
21918         * lib/argp-help.c: New file, from glibc.
21919         * lib/argp-namefrob.h: New file, from glibc.
21920         * lib/argp-parse.c: New file, from glibc.
21921         * lib/argp-pv.c: New file, from glibc.
21922         * lib/argp-pvh.c: New file, from glibc.
21923         * lib/argp-xinl.c: New file, from glibc.
21924
21925 2003-06-10  Simon Josefsson  <jas@extundo.com>
21926
21927         * modules/strchrnul: New file.
21928
21929 2003-06-10  Simon Josefsson  <jas@extundo.com>
21930
21931         * modules/argp: New file.
21932
21933 2003-06-10  Simon Josefsson  <jas@extundo.com>
21934
21935         * m4/strchrnul.m4: New file.
21936
21937 2003-06-10  Simon Josefsson  <jas@extundo.com>
21938
21939         * lib/strchrnul.h: New file.
21940         * lib/strchrnul.c: New file.
21941
21942 2003-06-10  Bruno Haible  <bruno@clisp.org>
21943
21944         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
21945
21946 2003-06-07  Karl Berry  <karl@gnu.org>
21947
21948         * config/config.{guess,sub}: update from prep.
21949
21950 2003-06-07  Jim Meyering  <jim@meyering.net>
21951
21952         * modules/strtod: Use $(...) notation, not @...@ for
21953         AC_REPLACE'd variables.
21954         * modules/localcharset: Likewise.
21955
21956 2003-06-07  Jim Meyering  <jim@meyering.net>
21957
21958         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
21959         in place of my name in the copyright comment.
21960         Remove definition and uses of __P.
21961
21962         From coreutils.
21963         * lib/stat.c: Don't declare xmalloc explicitly.
21964         Instead, include "xalloc.h".
21965         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
21966         xrealloc, and xcalloc return values.
21967         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
21968         Improve comment.
21969         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
21970
21971 2003-06-07  Bruno Haible  <bruno@clisp.org>
21972
21973         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
21974         avoid AC_CONFIG_LINKS.
21975         * modules/fnmatch (Makefile.am): Use explicit creation rule for
21976         fnmatch.h, to avoid AC_CONFIG_LINKS.
21977         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
21978
21979 2003-06-07  Bruno Haible  <bruno@clisp.org>
21980
21981         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
21982         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
21983         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
21984         directory.
21985         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
21986         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
21987         directory.
21988
21989 2003-06-06  Jim Meyering  <jim@meyering.net>
21990
21991         Merge from coreutils.
21992         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
21993         Consolidate declarations and initializations of *_base* locals.
21994
21995         Merge from coreutils.
21996         This avoids a core dump on systems without GNU putenv,
21997         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
21998         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
21999         (unsetenv): New static function, from GNU libc.
22000         (rpl_putenv): Use it.
22001
22002         * lib/modechange.c: Remove trailing blanks.
22003
22004         Merge from coreutils.
22005         * lib/fsusage.c: Remove declaration of statfs.
22006         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
22007
22008         * lib/posixtm.c: Include <stdbool.h> unconditionally.
22009
22010 2003-06-06  Jim Meyering  <jim@meyering.net>
22011
22012         * lib/stdbool_.h: Renamed from stdbool.h.in.
22013
22014 2003-06-06  Jim Meyering  <jim@meyering.net>
22015             Bruno Haible  <bruno@clisp.org>
22016
22017         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
22018         Adjust Makefile.am snippet not to redirect directly to target.
22019         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
22020
22021 2003-06-05  Paul Eggert  <eggert@twinsun.com>
22022
22023         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
22024         mismatch, look in future quarters as well as past.  This fixes a
22025         bug when processing fall-backwards gaps immediately after a long
22026         period of daylight-saving time.
22027
22028         * lib/mktime.c: Assume freestanding C89 or better.
22029         (HAVE_LIMITS_H): Remove.  Assume it's 1.
22030         (__P): Remove; not used.
22031         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
22032         (mktime, not_equal_tm, print_tm, check_result,
22033         main): Use prototypes.  Use const * where appropriate.
22034         (main): Fix typo in testing code that uncovered by above changes.
22035         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
22036
22037 2003-06-04  Paul Eggert  <eggert@twinsun.com>
22038
22039         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
22040         locale.h, localeconv.  This merges changes from coreutils.
22041
22042         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
22043         It can be removed after the next Autoconf is released.
22044         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
22045         needed.
22046
22047 2003-06-04  Paul Eggert  <eggert@twinsun.com>
22048
22049         * lib/mktime.c: Fix Debian bug 177940
22050         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
22051         (localtime_offset): Now long int, not time_t, because we want it
22052         to be guaranteed to be signed.  All uses changed.
22053         (__mktime_internal): If overflow would occur when adding offset,
22054         don't add it.
22055
22056         Merge 'human' changes from coreutils.  Rewrite to support
22057         locale-specific notations like thousands separators.
22058         * lib/human.c: Simplify authorship notice.
22059         Include human.h immediately after config.h.
22060         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
22061         <limits.h>: Do not include, since human.h does.
22062         (SIZE_MAX, UINTMAX_MAX): New macros.
22063         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
22064         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
22065         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
22066         (power_letter): Renamed from suffixes.
22067         (generate_suffix_backwards): Remove.
22068         (adjust_value): Now takes int style (because of human.h changes)
22069         and long double value (for greater precision on some platforms).
22070         (group_number): New function.
22071         (human_readable): Use it.  Use integer options, not enum.
22072         Put the options before the sizes in the arg list.
22073         Support all the new options.
22074         The old human_readable function has been removed;
22075         use inttostr.h instead.
22076         (human_readable, default_block_size, humblock):
22077         Use uintmax_t, not int, for block sizes.
22078         (human_readable_inexact, block_size_types): Remove.
22079         (block_size_opts): New constant.
22080         (human_options): Renamed from human_block_size, with new signature
22081         that allows block sizes up to UINTMAX_MAX.  All callers changed.
22082         * lib/human.h: Add copyright and authorship notice.
22083         Include <limits.h> and <stdbool.h> unconditionally.
22084         (PARAMS): Remove.  All uses removed.
22085         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
22086         (enum human_inexact_style): Remove tag; now a nameless enum.
22087         (human_floor, human_ceiling, human_round_to_even): Now have
22088         values 2, 0, 1 rather than -1, 1, 0.
22089         (human_group_digits, human_suppress_point_zero, human_autoscale,
22090         human_base_1024, human_SI, human_B): New constants.
22091         (human_readable_inexact, human_block_size): Remove.
22092         (human_readable): Size args are now uintmax_t, not int.
22093         (human_options): New decl.
22094
22095         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
22096         unnecessary now that we assume C89 or better.  This change
22097         imported from coreutils.
22098
22099         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
22100         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
22101         in the 2003-05-30 sync from glibc.
22102
22103         .h files should stand alone, but we shouldn't include <sys/types.h>
22104         if we can get away with just <stddef.h>.
22105
22106         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
22107         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
22108         rather than <sys/types.h>, as we merely need size_t.
22109         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
22110         to get size_t.
22111         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
22112         Include <stdio.h>, to get FILE.
22113         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
22114         memcasecmp.h has included <stddef.h> and all we need is size_t.
22115         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
22116         our interface, instead of including <sys/types.h>
22117
22118 2003-06-04  Paul Eggert  <eggert@twinsun.com>
22119
22120         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
22121         now, as glibc mktime is buggy on non-glibc systems.
22122
22123 2003-06-03  Karl Berry  <karl@gnu.org>
22124
22125         * config/config.sub: update from prep.
22126
22127 2003-06-02  Paul Eggert  <eggert@twinsun.com>
22128
22129         [from coreutils]
22130         Fix some minor time-related bugs with POSIX time arguments.
22131         Some valid time stamps were being rejected (notably -1, and
22132         time stamps before 1900 on 64-bit hosts).  And some invalid
22133         time stamps were being accepted, e.g. September 31.
22134
22135         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
22136         that we can return (time_t) -1 successfully.
22137         * lib/posixtm.c: Likewise.
22138         [HAVE_STDBOOL_H]: Include <stdbool.h>.
22139         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
22140         (t): Remove static var.
22141         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
22142         of static var.  All uses changed.
22143         (year): Do not reject years before 1900; they can occur with
22144         64-bit time_t.
22145         (posix_time_parse): Do not check for out-of-range components;
22146         that is now the caller's responsibility, since our checks were
22147         only approximations.
22148         (posixtime): Use mktime to check for out-of-range components,
22149         since it knows them exactly.
22150         If mktime returns (time_t) -1, check whether an error actually occurred
22151         by invoking localtime on -1.
22152         (main) [TEST_POSIXTIME]: Check for input data errors, and report
22153         posixtime failures better.
22154         Improve the test data (in comments only).
22155
22156 2003-06-02  Karl Berry  <karl@gnu.org>
22157
22158         * config/mkinstalldirs (version): new variable.
22159         (--version): new option.
22160         (usage): improve message.
22161
22162 2003-05-30  Karl Berry  <karl@gnu.org>
22163
22164         * lib/mktime.c: update from libc.
22165
22166 2003-05-30  Bruno Haible  <bruno@clisp.org>
22167
22168         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
22169         * config/config.rpath: Upgrade to gettext-0.12.1.
22170
22171 2003-05-30  Bruno Haible  <bruno@clisp.org>
22172
22173         * m4/gettext.m4: Upgrade to gettext-0.12.1.
22174         * m4/nls.m4: New file, from gettext-0.12.1.
22175         * m4/po.m4: New file, from gettext-0.12.1.
22176         * m4/progtest.m4: Upgrade to gettext-0.12.1.
22177
22178 2003-05-30  Bruno Haible  <bruno@clisp.org>
22179
22180         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
22181         * lib/localcharset.h: Likewise.
22182         * lib/localcharset.c: Likewise.
22183
22184 2003-05-29  Karl Berry  <karl@gnu.org>
22185
22186         * config/config.rpath: update from gettext.
22187
22188 2003-05-28  Paul Eggert  <eggert@twinsun.com>
22189
22190         Assume the headers required for C89 freestanding compilers.
22191         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
22192         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
22193         * m4/human.m4 (gl_HUMAN): Likewise.
22194         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
22195         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
22196         * m4/userspec.m4 (gl_USERSPEC): Likewise.
22197         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
22198         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
22199         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
22200
22201 2003-05-28  Paul Eggert  <eggert@twinsun.com>
22202
22203         Assume the headers required for C89 freestanding compilers.
22204         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
22205         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
22206         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
22207         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
22208         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
22209         define, since <limits.h> is guaranteed to do that.
22210         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
22211         * lib/exclude.c: Include <stdbool.h> unconditionally.
22212         * lib/tempname.c: Include <stddef.h> unconditionally.
22213         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
22214         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
22215         <stddef.h> does that.
22216         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
22217         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
22218         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
22219         needed.
22220         * lib/xstrtol.c: Likewise.
22221         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
22222         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
22223
22224         * lib/addext.c (addext): Use assignment rather than cast, to avoid
22225         warnings on some platforms.
22226
22227         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
22228         arbitrarily.
22229
22230 2003-05-26  Jim Meyering  <jim@meyering.net>
22231
22232         Merge in a change from coreutils:
22233         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
22234         that is guaranteed to be `no'.  Use `no_such_member' to indicate
22235         that condition, rather than `-1' which is slightly misleading.
22236         Change the name of the cache variable to have the gl_ prefix.
22237         Prompted by a patch from Richard Dawe for DJGPP.
22238
22239 2003-05-24  Karl Berry  <karl@gnu.org>
22240
22241         * config/config.guess: update from prep.
22242
22243 2003-05-22  Karl Berry  <karl@gnu.org>
22244
22245         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
22246
22247 2003-05-20  Karl Berry  <karl@gnu.org>
22248
22249         * config/config.guess: update from prep.
22250
22251 2003-05-18  Karl Berry  <karl@gnu.org>
22252
22253         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
22254         might actually be set by the user.
22255
22256         * config/depcomp, install-sh, mdate-sh: update from automake.
22257
22258 2003-05-17  Bruno Haible  <bruno@clisp.org>
22259
22260         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
22261         invalid expansion for AC_EGREP_CPP.
22262         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
22263         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
22264         Suggested by Akim Demaille <akim@epita.fr> in
22265         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
22266
22267 2003-05-12  Jim Meyering  <jim@meyering.net>
22268
22269         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
22270         the space-padded-by-default conversion specifiers, %e, %k, %l.
22271
22272 2003-05-12  Bruno Haible  <bruno@clisp.org>
22273
22274         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
22275         the string is longer than 4 KB.
22276
22277 2003-05-11  Karl Berry  <karl@gnu.org>
22278
22279         * config/config.{guess,sub}: update from prep.
22280
22281 2003-05-09  Bruno Haible  <bruno@clisp.org>
22282
22283         * modules/error: Add m4/strerror_r.m4 to file list.
22284
22285 2003-05-03  Bruno Haible  <bruno@clisp.org>
22286
22287         Upgrade to Unicode-4.0.
22288         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
22289         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
22290         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
22291         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
22292         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
22293         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
22294         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
22295         Change width of U+E0100..U+E01EF from 1 to 0.
22296
22297 2003-04-25  Jim Meyering  <jim@meyering.net>
22298
22299         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
22300         of type size_t, not int.
22301
22302 2003-04-25  Bruno Haible  <bruno@clisp.org>
22303
22304         * lib/copy-file.c: Include <stddef.h>, for size_t.
22305
22306 2003-04-21  Paul Eggert  <eggert@twinsun.com>
22307
22308         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
22309         code which expansion is under static control.  Patch imported from
22310         Akim Demaille's patch to Bison; see
22311         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
22312
22313 2003-04-14  Bruno Haible  <bruno@clisp.org>
22314
22315         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
22316
22317 2003-04-11  Jim Meyering  <jim@meyering.net>
22318
22319         Merge changes from Coreutils.
22320
22321         2003-03-22  Jim Meyering  <jim@meyering.net>
22322
22323         * lib/strftime.c (widen): Cast alloca return value to proper type.
22324
22325         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
22326
22327         From GNU libc.
22328         * lib/strftime.c (my_strftime): Handle very large width
22329         specifications for numeric values correctly.  Improve checks for
22330         overflow.
22331
22332         2003-01-19  Jim Meyering  <jim@meyering.net>
22333
22334         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
22335         definitions.
22336         (nl_get_alt_digit) [! defined my_strftime]: Define.
22337         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
22338         _nl_get_alt_digit and _nl_get_walt_digit.
22339
22340         * lib/strftime.c (my_strftime): Merge in locale-related changes from
22341         libc. These changes have no effect outside of _LIBC.
22342
22343 2003-04-10  Bruno Haible  <bruno@clisp.org>
22344
22345         * modules/findprog: New file.
22346         * MODULES.html.sh (func_all_modules): Add it.
22347
22348 2003-04-10  Bruno Haible  <bruno@clisp.org>
22349
22350         * m4/findprog.m4: New file.
22351         * m4/eaccess.m4: New file.
22352
22353 2003-04-10  Bruno Haible  <bruno@clisp.org>
22354
22355         * lib/findprog.h: New file, from GNU gettext.
22356         * lib/findprog.c: New file, from GNU gettext.
22357
22358 2003-04-05  Jim Meyering  <jim@meyering.net>
22359
22360         Merge changes from Coreutils.
22361
22362         * lib/exclude.h (PARAMS): Remove definition and uses.
22363         * lib/exclude.c: Remove uses of `PARAMS'.
22364
22365         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
22366         Add test-cases for DOS filenames. Declare program_name.
22367         (main): Set up program_name.  Patch by Rich Dawe.
22368
22369         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
22370         error from mntctl.
22371         Use mntctl's return value to drive the entry-processing loop, since
22372         we can't rely on the value of the vmt_length member in the last
22373         entry.  On some systems doing so could result in exhausting
22374         virtual memory.  Based in part on a patch from Mike Jetzer.
22375
22376 2003-04-04  Bruno Haible  <bruno@clisp.org>
22377
22378         * modules/linebreak: New file.
22379         * MODULES.html.sh (func_all_modules): Add it.
22380
22381 2003-04-04  Bruno Haible  <bruno@clisp.org>
22382
22383         * m4/linebreak.m4: New file.
22384
22385 2003-04-04  Bruno Haible  <bruno@clisp.org>
22386
22387         * lib/linebreak.h: New file, from GNU gettext.
22388         * lib/linebreak.c: New file, from GNU gettext with slight
22389         modifications.
22390         * lib/lbrkprop.h: New file, from GNU gettext.
22391
22392 2003-04-03  Bruno Haible  <bruno@clisp.org>
22393
22394         * modules/utf8-ucs4: New file.
22395         * modules/utf16-ucs4: New file.
22396         * modules/ucs4-utf8: New file.
22397         * modules/ucs4-utf16: New file.
22398         * MODULES.html.sh (func_all_modules): Add them.
22399
22400 2003-04-03  Bruno Haible  <bruno@clisp.org>
22401
22402         * m4/utf-ucs4.m4: New file.
22403         * m4/ucs4-utf.m4: New file.
22404
22405 2003-04-03  Bruno Haible  <bruno@clisp.org>
22406
22407         * lib/utf8-ucs4.h: New file, from GNU gettext.
22408         * lib/utf16-ucs4.h: New file, from GNU gettext.
22409         * lib/ucs4-utf8.h: New file, from GNU gettext.
22410         * lib/ucs4-utf16.h: New file, from GNU gettext.
22411
22412 2003-04-02  Bruno Haible  <bruno@clisp.org>
22413
22414         * modules/binary-io: New file.
22415         * MODULES.html.sh (func_all_modules): Add it.
22416
22417 2003-04-02  Bruno Haible  <bruno@clisp.org>
22418
22419         * lib/binary-io.h: New file, from GNU gettext.
22420
22421 2003-04-01  Bruno Haible  <bruno@clisp.org>
22422
22423         * modules/pathname: New file.
22424         * MODULES.html.sh (func_all_modules): Add it.
22425
22426 2003-04-01  Bruno Haible  <bruno@clisp.org>
22427
22428         * lib/pathname.h: New file, from GNU gettext.
22429         * lib/concatpath.c: New file, from GNU gettext.
22430
22431 2003-03-30  Bruno Haible  <bruno@clisp.org>
22432
22433         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
22434
22435 2003-03-30  Bruno Haible  <bruno@clisp.org>
22436
22437         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
22438         function chown() doesn't exist.
22439
22440 2003-03-28  Bruno Haible  <bruno@clisp.org>
22441
22442         * modules/copy-file: New file.
22443         * MODULES.html.sh (func_all_modules): Add it.
22444
22445 2003-03-28  Bruno Haible  <bruno@clisp.org>
22446
22447         * m4/copy-file.m4: New file.
22448
22449 2003-03-28  Bruno Haible  <bruno@clisp.org>
22450
22451         * lib/copy-file.h: New file, from GNU gettext.
22452         * lib/copy-file.c: New file, from GNU gettext.
22453
22454 2003-03-18  Jim Meyering  <jim@meyering.net>
22455
22456         * lib/quote.c (quote_n): Fix typo in comment.
22457
22458 2003-03-18  Bruno Haible  <bruno@clisp.org>
22459
22460         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
22461         checking.
22462         * m4/onceonly_2_57.m4: Likewise.
22463
22464 2003-03-17  Bruno Haible  <bruno@clisp.org>
22465
22466         * m4/onceonly.m4: Require autoconf 2.54 or newer.
22467         (m4_quote): Remove macro.
22468         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
22469
22470 2003-03-14  Jim Meyering  <jim@meyering.net>
22471
22472         Merge changes from Coreutils.
22473         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
22474         to be const, in order to avoid warnings.
22475         (obstack_room): Likewise.
22476         (obstack_empty_p): Likewise.
22477
22478 2003-03-14  Bruno Haible  <bruno@clisp.org>
22479
22480         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
22481         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
22482
22483 2003-03-13  Paul Eggert  <eggert@twinsun.com>
22484
22485         Merge changes from Bison.
22486         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
22487         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
22488         when compiling Bison 1.875's `bitset bset = obstack_alloc
22489         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
22490         * lib/hash.c: Include <stdbool.h> unconditionally.
22491
22492 2003-03-13  Paul Eggert  <eggert@twinsun.com>
22493
22494         * m4/onceonly.m4 (m4_quote): New macro.
22495         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
22496         Quote AC_FOREACH variable-expansions properly.
22497
22498 2003-03-13  Paul Eggert  <eggert@twinsun.com>
22499
22500         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
22501
22502 2003-03-09  Paul Eggert  <eggert@twinsun.com>
22503
22504         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
22505         Reported by Bruce Becker; see:
22506         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
22507
22508 2003-03-03  Paul Eggert  <eggert@twinsun.com>
22509             Bruno Haible  <bruno@clisp.org>
22510
22511         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
22512         Reported by John Hughes, see
22513         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
22514
22515 2003-02-20  Bruno Haible  <bruno@clisp.org>
22516
22517         * MODULES.html.sh (func_all_modules): Add poll.
22518
22519 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
22520
22521         * modules/poll: New file.
22522
22523 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
22524
22525         * lib/poll_.h: New file.
22526         * lib/poll.c: New file.
22527
22528 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
22529
22530         * m4/poll.m4: New file.
22531
22532 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
22533
22534         * modules/mathl: New file.
22535
22536 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
22537
22538         * lib/mathl.h: New file.
22539         * lib/acosl.c: New file.
22540         * lib/asinl.c: New file.
22541         * lib/atanl.c: New file.
22542         * lib/ceill.c: New file.
22543         * lib/cosl.c: New file.
22544         * lib/expl.c: New file.
22545         * lib/floorl.c: New file.
22546         * lib/frexpl.c: New file.
22547         * lib/ldexpl.c: New file.
22548         * lib/logl.c: New file.
22549         * lib/sincosl.c: New file.
22550         * lib/sinl.c: New file.
22551         * lib/sqrtl.c: New file.
22552         * lib/tanl.c: New file.
22553         * lib/trigl.c: New file.
22554         * lib/trigl.h: New file.
22555
22556 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
22557
22558         * m4/mathl.m4: New file.
22559
22560 2003-02-18  Bruno Haible  <bruno@clisp.org>
22561
22562         * MODULES.html.sh (func_all_modules): Add mathl.
22563
22564 2003-02-17  Bruno Haible  <bruno@clisp.org>
22565
22566         * modules/mkdtemp: New module.
22567         * MODULES.html.sh (func_all_modules): Add it.
22568
22569 2003-02-17  Bruno Haible  <bruno@clisp.org>
22570
22571         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
22572
22573 2003-02-17  Bruno Haible  <bruno@clisp.org>
22574
22575         * lib/mkdtemp.h: New file, from GNU gettext.
22576         * lib/mkdtemp.c: New file, from GNU gettext.
22577
22578 2003-02-02  Jim Meyering  <jim@meyering.net>
22579
22580         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
22581         e.g. glibc-2.2.93.
22582
22583 2003-01-31  Bruno Haible  <bruno@clisp.org>
22584
22585         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
22586         'rpl_rename'.
22587         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
22588         'rpl_strnlen'.
22589         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
22590         'rpl_strtod'.
22591         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
22592         'rpl_utime'.
22593
22594 2003-01-31  Bruno Haible  <bruno@clisp.org>
22595
22596         * lib/rename.c: #undef rename before defining rpl_rename.
22597         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
22598
22599 2003-01-30  Bruno Haible  <bruno@clisp.org>
22600
22601         * modules/vasnprintf, modules/vasprintf: New modules.
22602         * MODULES.html.sh (func_all_modules): Add them.
22603
22604 2003-01-30  Bruno Haible  <bruno@clisp.org>
22605
22606         * m4/signed.m4: New file, from GNU gettext.
22607         * m4/longdouble.m4: New file, from GNU gettext.
22608         * m4/wchar_t.m4: New file, from GNU gettext.
22609         * m4/wint_t.m4: New file, from GNU gettext.
22610         * m4/vasnprintf.m4: New file.
22611         * m4/vasprintf.m4: New file.
22612
22613 2003-01-30  Bruno Haible  <bruno@clisp.org>
22614
22615         * lib/printf-args.h: New file, from GNU gettext.
22616         * lib/printf-args.c: New file, from GNU gettext.
22617         * lib/printf-parse.h: New file, from GNU gettext.
22618         * lib/printf-parse.c: New file, from GNU gettext.
22619         * lib/vasnprintf.h: New file, from GNU gettext.
22620         * lib/vasnprintf.c: New file, from GNU gettext.
22621         * lib/asnprintf.c: New file, from GNU gettext.
22622         * lib/vasprintf.h: New file, from GNU gettext with modifications.
22623         * lib/vasprintf.c: New file, from GNU gettext.
22624         * lib/asprintf.c: New file, from GNU gettext.
22625
22626 2003-01-29  Bruno Haible  <bruno@clisp.org>
22627
22628         * modules/stpncpy: New module.
22629         * MODULES.html.sh (func_all_modules): Add it.
22630
22631 2003-01-29  Bruno Haible  <bruno@clisp.org>
22632
22633         * m4/stpncpy.m4: New file.
22634
22635 2003-01-29  Bruno Haible  <bruno@clisp.org>
22636
22637         * lib/stpncpy.h: New file, from GNU gettext with modifications.
22638         * lib/stpncpy.c: New file, from GNU gettext with modifications.
22639
22640 2003-01-28  Bruno Haible  <bruno@clisp.org>
22641
22642         * modules/c-ctype: New module.
22643         * MODULES.html.sh (func_all_modules): Add it.
22644
22645 2003-01-28  Bruno Haible  <bruno@clisp.org>
22646
22647         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
22648         Paul Eggert.
22649         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
22650         Paul Eggert.
22651
22652 2003-01-27  Bruno Haible  <bruno@clisp.org>
22653
22654         * modules/xsetenv: New module.
22655         * MODULES.html.sh (func_all_modules): Add it.
22656
22657 2003-01-27  Bruno Haible  <bruno@clisp.org>
22658
22659         * lib/xsetenv.h: New file, from GNU gettext.
22660         * lib/xsetenv.c: New file, from GNU gettext.
22661
22662 2003-01-23  Jim Meyering  <jim@meyering.net>
22663
22664         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
22665         from working on systems without dirfd (at least Irix and OSF1/Tru64).
22666
22667 2003-01-23  Bruno Haible  <bruno@clisp.org>
22668
22669         * modules/minmax: New module.
22670         * MODULES.html.sh (func_all_modules): Add it.
22671
22672 2003-01-23  Bruno Haible  <bruno@clisp.org>
22673
22674         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
22675         Eggert.
22676
22677 2003-01-22  Bruno Haible  <bruno@clisp.org>
22678
22679         * modules/exit: New module.
22680         * MODULES.html.sh (func_all_modules): Add it.
22681
22682 2003-01-22  Bruno Haible  <bruno@clisp.org>
22683
22684         * lib/exit.h: New file, from GNU gettext.
22685
22686 2003-01-19  Bruno Haible  <bruno@clisp.org>
22687
22688         * gnulib-tool: Recognize option --extract-maintainer.
22689         (func_get_maintainer): New function.
22690         * modules/*: Add Maintainer entry.
22691
22692 2003-01-16  Jim Meyering  <jim@meyering.net>
22693
22694         * m4/regex.m4: The `regex' struct is both input and output.
22695         Initialize it before each use.  Patch by Tim Waugh.
22696
22697 2003-01-16  Bruno Haible  <bruno@clisp.org>
22698
22699         * MODULES.html.sh: Add a table of contents. Add the module name as
22700         leftmost column. Add hyperlinks.
22701
22702 2003-01-15  Bruno Haible  <bruno@clisp.org>
22703
22704         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
22705
22706 2003-01-15  Bruno Haible  <bruno@clisp.org>
22707
22708         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
22709         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
22710         suffix.
22711
22712 2003-01-15  Bruno Haible  <bruno@clisp.org>
22713
22714         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
22715
22716 2003-01-15  Bruno Haible  <bruno@clisp.org>
22717
22718         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
22719         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
22720
22721 2003-01-14  Jim Meyering  <jim@meyering.net>
22722
22723         * lib/same.c (same_name): Tweak a comment.
22724
22725 2003-01-14  Bruno Haible  <bruno@clisp.org>
22726
22727         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
22728         when a string comparison is sufficient.
22729
22730 2003-01-14  Bruno Haible  <bruno@clisp.org>
22731
22732         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
22733         'unsigned int'.
22734
22735 2003-01-14  Bruno Haible  <bruno@clisp.org>
22736
22737         * lib/hash-pjw.c: Add comment about low quality of this function.
22738
22739 2003-01-13  Bruno Haible  <bruno@clisp.org>
22740
22741         * modules/stpcpy: Distribute lib/stpcpy.h.
22742         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
22743
22744 2003-01-13  Bruno Haible  <bruno@clisp.org>
22745
22746         * modules/*: Add a description.
22747         * modules/strpbrk: Fix Makefile.am snippet.
22748         * modules/strtoimax: Fix dependencies.
22749         * modules/strtoumax: Likewise.
22750
22751 2003-01-13  Bruno Haible  <bruno@clisp.org>
22752
22753         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
22754         * modules/alloca (Makefile.am): All object files depend on alloca.h.
22755         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
22756
22757 2003-01-13  Bruno Haible  <bruno@clisp.org>
22758
22759         * gnulib-tool (func_create_testdir): Store config/* files in the main
22760         directory.
22761         * config.rpath: Move to ...
22762         * config/config.rpath: ... here.
22763         * modules/gettext: Contains config/config.rpath, not config.rpath.
22764         * modules/iconv: Likewise.
22765
22766 2003-01-12  Paul Eggert  <eggert@twinsun.com>
22767
22768         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
22769         to avoid collisions with libcurses and libreadline.
22770
22771         * m4/getstr.m4: Remove.
22772         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
22773
22774 2003-01-12  Paul Eggert  <eggert@twinsun.com>
22775
22776         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
22777         to avoid collisions with libcurses and libreadline.
22778
22779         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
22780         * lib/getstr.h, getstr.c: Remove.
22781         * lib/getline.c: Include "getline.h", to check interface.
22782         Move body of old getstr.c here: this defines MIN_CHUNK and
22783         declares getdelim2, which is renamed from getstr.
22784         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
22785
22786         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
22787         All uses changed.
22788         * lib/linebuffer.h: Likewise.
22789         (readline): Remove backward-compatibility macro.
22790
22791 2003-01-12  Paul Eggert  <eggert@twinsun.com>
22792
22793         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
22794         to avoid collisions with libcurses and libreadline.
22795         * getstr: Remove.
22796         * MODULES.html.sh: Remove getstr.
22797         * modules/getline: Depend on unlocked-io, not getstr.
22798
22799 2003-01-12  Jim Meyering  <jim@meyering.net>
22800
22801         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
22802
22803 2003-01-10  Bruno Haible  <bruno@clisp.org>
22804
22805         * modules/alloca: Change Makefile.am requirements. Simplify Include
22806         requirements. Add lib/alloca_.h to file list.
22807
22808 2003-01-10  Bruno Haible  <bruno@clisp.org>
22809
22810         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
22811
22812 2003-01-10  Bruno Haible  <bruno@clisp.org>
22813
22814         * lib/alloca_.h: New file.
22815         * lib/getdate.y: Unconditionally include alloca.h.
22816         * lib/makepath.c: Likewise.
22817         * lib/setenv.c: Likewise.
22818         * lib/userspec.c: Likewise.
22819
22820 2003-01-09  Karl Berry  <karl@gnu.org>
22821
22822         * MODULES.html.sh: include `dirname $0` in PATH, to find
22823         gnulib-tool.
22824
22825 2003-01-09  Bruno Haible  <bruno@clisp.org>
22826
22827         * modules/stdbool: Change configure.ac, Makefile.am requirements.
22828         Simplify Include requirements. Add lib/stdbool.h.in to file list.
22829
22830 2003-01-09  Bruno Haible  <bruno@clisp.org>
22831
22832         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
22833
22834 2003-01-09  Bruno Haible  <bruno@clisp.org>
22835
22836         * lib/stdbool.h.in: New file.
22837
22838 2003-01-09  Bruno Haible  <bruno@clisp.org>
22839
22840         * gnulib-tool (func_all_modules): Ignore files ending in ~.
22841         * MODULES.html.sh: Likewise.
22842
22843 2003-01-08  Jim Meyering  <jim@meyering.net>
22844
22845         * lib/full-write.c: Undefine and define-away `const' after inclusion
22846         of errno.h, not before.  Suggestion from Bruno Haible.
22847
22848 2003-01-08  Bruno Haible  <bruno@clisp.org>
22849
22850         * modules/full-read: Depend on full-write.
22851
22852 2003-01-08  Bruno Haible  <bruno@clisp.org>
22853
22854         * lib/safe-read.c: Include specification header first, to ensure its
22855         selfcontainedness.
22856         * lib/full-write.c: Likewise.
22857
22858 2003-01-07  Jim Meyering  <jim@meyering.net>
22859
22860         * lib/full-write.c: Rework so that it may serve to define full_read,
22861         too.
22862         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
22863
22864 2003-01-07  Bruno Haible  <bruno@clisp.org>
22865
22866         * lib/strtoimax.c: Include <stdint.h> as an alternative to
22867         <inttypes.h>.
22868         * lib/xstrtol.h: Likewise.
22869         * lib/xstrtoimax.c: Likewise.
22870         * lib/xstrtoumax.c: Likewise.
22871         * lib/human.h: Likewise.
22872
22873         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
22874         on systems that have <inttypes.h> but not <stdint.h>.
22875
22876 2003-01-07  Bruno Haible  <bruno@clisp.org>
22877
22878         * MODULES.html.sh: Add copyright notice.
22879         (missed_files): Omit CVS directory entries.
22880         (func_module): Make it work with sed-3.02.
22881         * MODULES.txt: Remove file.
22882
22883 2003-01-06  Jim Meyering  <jim@meyering.net>
22884
22885         * lib/version-etc.c: Update year in translatable copyright string.
22886
22887 2003-01-03  Karl Berry  <karl@gnu.org>
22888
22889         * config/config.{guess,sub}: update from prep.
22890
22891 2003-01-02  Karl Berry  <karl@gnu.org>
22892
22893         * doc/COPYING.DOC: belatedly updated to 1.2.
22894
22895 2003-01-01  Karl Berry  <karl@gnu.org>
22896
22897         * gnulib-tool (func_verify_module): report module name $module in
22898         error message, not $1.
22899         * gnulib-tool (create-testdir): don't complain if destdir couldn't
22900         be created, only if it doesn't exist.
22901         * gnulib-tool (last_checkin_date): don't expand the $Date here.
22902
22903 2002-12-31  Paul Eggert  <eggert@twinsun.com>
22904
22905         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
22906
22907 2002-12-31  Paul Eggert  <eggert@twinsun.com>
22908
22909         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
22910         memcmp if strcoll doesn't work.
22911
22912 2002-12-31  Bruno Haible  <bruno@clisp.org>
22913
22914         * lib/utime.c (utime_null): No need to call ftruncate if the file was
22915         nonempty.
22916
22917 2002-12-31  Bruno Haible  <bruno@clisp.org>
22918
22919         * lib/memcoll.c (STRCOLL): New macro.
22920         (memcoll): Use it.
22921
22922 2002-12-31  Bruno Haible  <bruno@clisp.org>
22923
22924         * lib/localcharset.h: New file.
22925         * lib/localcharset.c: Include it.
22926         * lib/unicodeio.c: Likewise.
22927
22928 2002-12-31  Bruno Haible  <bruno@clisp.org>
22929
22930         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
22931         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
22932
22933 2002-12-31  Bruno Haible  <bruno@clisp.org>
22934
22935         * lib/getline.h: Include <stddef.h>, for size_t.
22936
22937         * lib/unicodeio.h: Include <stddef.h>, for size_t.
22938         * lib/unicodeio.c: Don't include <stddef.h>.
22939
22940 2002-12-31  Bruno Haible  <bruno@clisp.org>
22941
22942         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
22943         HAVE_TM_ZONE.
22944
22945 2002-12-24  Karl Berry  <karl@gnu.org>
22946
22947         * config/config.guess: update from prep.
22948
22949 2002-12-24  Bruno Haible  <bruno@clisp.org>
22950
22951         General infrasructure.
22952         * m4/README: Rewritten.
22953         * m4/onceonly.m4: New file.
22954         * m4/onceonly_2_57.m4: New file.
22955
22956         Module atexit.
22957         * m4/atexit.m4: New file.
22958
22959         Module strtod.
22960         * m4/strtod.m4: New file.
22961
22962         Module strtol.
22963         * m4/strtol.m4: New file.
22964
22965         Module strtoul.
22966         * m4/strtoul.m4: New file.
22967
22968         Module memchr.
22969         * m4/memchr.m4: New file.
22970
22971         Module memcmp.
22972         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
22973         (jm_FUNC_MEMCMP): Invoke it.
22974
22975         Module memcpy.
22976         * m4/memcpy.m4: New file.
22977
22978         Module memmove.
22979         * m4/memmove.m4: New file.
22980
22981         Module memset.
22982         * m4/memset.m4: New file.
22983
22984         Module strcspn.
22985         * m4/strcspn.m4: New file.
22986
22987         Module strpbrk.
22988         * m4/strpbrk.m4: New file.
22989
22990         Module strstr.
22991         * m4/strstr.m4: New file.
22992
22993         Module strerror.
22994         * m4/strerror.m4: New file.
22995
22996         Module mktime.
22997         * m4/mktime.m4: Renamed from jm-mktime.m4.
22998         (gl_PREREQ_MKTIME): New macro.
22999         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
23000
23001         Module malloc.
23002         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
23003         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
23004         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
23005
23006         Module realloc.
23007         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
23008         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
23009         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
23010
23011         Module strftime.
23012         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
23013         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
23014         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
23015         gl_TM_GMTOFF.
23016         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
23017
23018         Module xalloc.
23019         * m4/xalloc.m4: New file.
23020
23021         Module alloca.
23022         * m4/alloca.m4: New file.
23023
23024         Module putenv.
23025         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
23026         (jm_FUNC_PUTENV): Invoke it.
23027
23028         Module setenv.
23029         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
23030         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
23031         when invoked twice.
23032         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
23033         gt_FUNC_SETENV.
23034
23035         Module memrchr.
23036         * m4/memrchr.m4: New file.
23037
23038         Module stpcpy.
23039         * m4/stpcpy.m4: New file.
23040
23041         Module strcase.
23042         * m4/strcase.m4: New file.
23043
23044         Module strdup.
23045         * m4/strdup.m4: New file.
23046
23047         Module strnlen.
23048         * m4/strnlen.m4: New file.
23049
23050         Module strndup.
23051         * m4/strndup.m4: New file.
23052
23053         Module xstrtod.
23054         * m4/xstrtod.m4: New file.
23055
23056         Module xstrtol.
23057         * m4/xstrtol.m4: New file.
23058
23059         Module getdate.
23060         * m4/getdate.m4: New file.
23061
23062         Module unlocked-io.
23063         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
23064         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
23065         * m4/jm-glibc-io.m4n: Remove file.
23066
23067         Module long-options.
23068         * m4/long-options.m4: New file.
23069
23070         Module md5.
23071         * m4/md5.m4: New file.
23072
23073         Module sha.
23074         * m4/sha.m4: New file.
23075
23076         Module getstr.
23077         * m4/getstr.m4: New file.
23078
23079         Module getline.
23080         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
23081         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
23082         <sys/types.h>, for size_t. Use the function name gnu_getline, not
23083         simply getline. Infoke gl_PREREQ_GETLINE.
23084
23085         Module obstack.
23086         * m4/obstack.m4: New file.
23087
23088         Module hash.
23089         * m4/hash.m4: New file.
23090
23091         Module readtokens.
23092         * m4/readtokens.m4: New file.
23093
23094         Module strverscmp.
23095         * m4/strverscmp.m4: New file.
23096
23097         Module stdbool.
23098         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
23099         OSF/1.
23100
23101         Module strtoll.
23102         * m4/strtoll.m4: New file.
23103
23104         Module strtoull.
23105         * m4/strtoull.m4: New file.
23106
23107         Module strtoimax.
23108         * m4/strtoimax.m4: New file.
23109
23110         Module strtoumax.
23111         * m4/strtoumax.m4: New file.
23112
23113         Module xstrtoimax.
23114         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
23115         jm_AC_PREREQ_XSTRTOIMAX.
23116         Moved the strtol prerequisites to strtol.m4.
23117         Moved the strtoll prerequisites to strtoll.m4.
23118         Moved the strtoimax prerequisites to strtoimax.m4.
23119
23120         Module xstrtoumax.
23121         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
23122         jm_AC_PREREQ_XSTRTOUMAX.
23123         Moved the strtoul prerequisites to strtoul.m4.
23124         Moved the strtoull prerequisites to strtoull.m4.
23125         Moved the strtoumax prerequisites to strtoumax.m4.
23126
23127         Module chown.
23128         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
23129         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
23130
23131         Module dup2.
23132         * m4/dup2.m4: New file.
23133
23134         Module ftruncate.
23135         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
23136         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
23137
23138         Module getgroups.
23139         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
23140         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
23141
23142         Module gettimeofday.
23143         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
23144         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
23145         gl_PREREQ_GETTIMEOFDAY.
23146
23147         Module mkdir.
23148         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
23149         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
23150
23151         Module mkstemp.
23152         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
23153         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
23154         jm_AC_TYPE_UINTMAX_T.
23155         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
23156
23157         Module stat.
23158         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
23159         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
23160
23161         Module lstat.
23162         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
23163         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
23164
23165         Module timespec.
23166         * m4/timespec.m4 (gl_TIMESPEC): New macro.
23167         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
23168         * m4/st_mtim.m4: Indentation.
23169
23170         Module nanosleep.
23171         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
23172         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
23173         gl_PREREQ_NANOSLEEP.
23174
23175         Module regex.
23176         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
23177         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
23178         (gl_REGEX): New macro.
23179
23180         Module rename.
23181         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
23182         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
23183
23184         Module rmdir.
23185         * m4/rmdir.m4: New file.
23186
23187         Module utime.
23188         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
23189         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
23190         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
23191
23192         Module dirname.
23193         * m4/dirname.m4: New file.
23194
23195         Module getopt.
23196         * m4/getopt.m4: New file.
23197
23198         Module unistd-safer.
23199         * m4/unistd-safer.m4: New file.
23200
23201         Module fnmatch.
23202         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
23203         declaration.
23204         (gl_PREREQ_FNMATCH_EXTRA): New macro.
23205         (gl_FUNC_FNMATCH_POSIX): New macro.
23206         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
23207         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
23208         simply fnmatch.
23209
23210         Module exclude.
23211         * m4/exclude.m4: New file.
23212
23213         Module human.
23214         * m4/human.m4: New file.
23215
23216         Module acl.
23217         * m4/acl.m4: Nop.
23218
23219         Module backupfile.
23220         * m4/backupfile.m4: New file.
23221         * m4/d-ino.m4: Indentation.
23222
23223         Module fsusage.
23224         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
23225         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
23226         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
23227
23228         Module dirfd.
23229         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
23230         requirements.
23231
23232         Module euidaccess.
23233         * m4/euidaccess.m4: New file.
23234
23235         Module file-type.
23236         * m4/file-type.m4: New file.
23237
23238         Module fileblocks.
23239         * m4/fileblocks.m4: New file.
23240
23241         Module filemode.
23242         * m4/filemode.m4: New file.
23243
23244         Module isdir.
23245         * m4/isdir.m4: New file.
23246
23247         Module lchown.
23248         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
23249         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
23250
23251         Module makepath.
23252         * m4/makepath.m4: New file.
23253
23254         Module modechange.
23255         * m4/modechange.m4: New file.
23256
23257         Module mountlist.
23258         * m4/mountlist.m4: New file.
23259         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
23260         Indentation.
23261
23262         Module path-concat.
23263         * m4/path-concat.m4: New file.
23264
23265         Module pathmax.
23266         * m4/pathmax.m4: New file.
23267
23268         Module same.
23269         * m4/same.m4: New file.
23270
23271         Module save-cwd.
23272         * m4/save-cwd.m4: New file.
23273
23274         Module savedir.
23275         * m4/savedir.m4: New file.
23276
23277         Module xgetcwd.
23278         * m4/xgetcwd.m4: New file.
23279         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
23280
23281         Module xreadlink.
23282         * m4/xreadlink.m4: New file.
23283
23284         Module safe-read.
23285         * m4/safe-read.m4: New file.
23286
23287         Module safe-write.
23288         * m4/safe-write.m4: New file.
23289
23290         Module closeout.
23291         * m4/closeout.m4: New file.
23292
23293         Module stdio-safer.
23294         * m4/stdio-safer.m4: New file.
23295
23296         Module getpass.
23297         * m4/getpass.m4: New file.
23298
23299         Module getugroups.
23300         * m4/getugroups.m4: New file.
23301
23302         Module group-member.
23303         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
23304         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
23305
23306         Module idcache.
23307         * m4/idcache.m4: New file.
23308
23309         Module userspec.
23310         * m4/userspec.m4: New file.
23311
23312         Module gettime.
23313         * m4/clock_time.m4: New file.
23314         * m4/gettime.m4: New file.
23315
23316         Module settime.
23317         * m4/settime.m4: New file.
23318
23319         Module posixtm.
23320         * m4/posixtm.m4: New file.
23321
23322         Module gethostname.
23323         * m4/gethostname.m4: New file.
23324
23325         Module canon-host.
23326         * m4/canon-host.m4: New file.
23327
23328         Module gettext.
23329         * m4/codeset.m4: New file, from gettext-0.11.5.
23330         * m4/gettext.m4: New file, from gettext-0.11.5.
23331         * m4/glibc21.m4: New file, from gettext-0.11.5.
23332         * m4/iconv.m4: New file, from gettext-0.11.5.
23333         * m4/intdiv0.m4: New file, from gettext-0.11.5.
23334         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
23335         * m4/inttypes.m4: New file, from gettext-0.11.5.
23336         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
23337         * m4/isc-posix.m4: New file, from gettext-0.11.5.
23338         * m4/lcmessage.m4: New file, from gettext-0.11.5.
23339         * m4/lib-ld.m4: New file, from gettext-0.11.5.
23340         * m4/lib-link.m4: New file, from gettext-0.11.5.
23341         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
23342         * m4/progtest.m4: New file, from gettext-0.11.5.
23343         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
23344         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
23345         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
23346
23347         Module localcharset.
23348         * m4/localcharset.m4: New file.
23349
23350         Module hard-locale.
23351         * m4/hard-locale.m4: New file.
23352
23353         Module mbswidth.
23354         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
23355         onceonly macros.
23356         * m4/mbrtowc.m4: Add comment.
23357
23358         Module memcasecmp.
23359         * m4/memcasecmp.m4: New file.
23360
23361         Module memcoll.
23362         * m4/memcoll.m4: New file.
23363
23364         Module unicodeio.
23365         * m4/unicodeio.m4: New file.
23366
23367         Module rpmatch.
23368         * m4/rpmatch.m4: New file.
23369
23370         Module yesno.
23371         * m4/yesno.m4: New file.
23372
23373         Module exitfail.
23374         * m4/exitfail.m4: New file.
23375
23376         Module c-stack.
23377         * m4/c-stack.m4 (gl_C_STACK): New macro.
23378         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
23379
23380         Module error.
23381         * m4/error.m4 (gl_ERROR): New macro.
23382         (jm_PREREQ_ERROR): Use onceonly macros.
23383
23384         Module fatal.
23385         * m4/fatal.m4: New file.
23386
23387         Module getloadavg.
23388         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
23389         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
23390
23391         Module getpagesize.
23392         * m4/getpagesize.m4: New file.
23393
23394         Module getusershell.
23395         * m4/getusershell.m4: New file.
23396
23397         Module physmem.
23398         * m4/physmem.m4: New file.
23399
23400         Module posixver.
23401         * m4/posixver.m4: New file.
23402
23403         Module quotearg.
23404         * m4/quotearg.m4: New file.
23405
23406         Module quote.
23407         * m4/quote.m4: New file.
23408
23409         Module readutmp.
23410         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
23411
23412         Module sig2str.
23413         * m4/sig2str.m4: New file.
23414
23415         Other.
23416         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
23417         ulonglong.m4.
23418         * m4/intmax_t.m4: New file.
23419         * m4/d-type.m4: Indentation.
23420         * m4/jm-macros.m4: Update.
23421         * m4/prereq.m4 (jm_PREREQ): Update.
23422         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
23423         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
23424         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
23425         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
23426         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
23427         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
23428         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
23429         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
23430         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
23431         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
23432         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
23433         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
23434         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
23435         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
23436         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
23437         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
23438         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
23439         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
23440         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
23441
23442 2002-12-24  Bruno Haible  <bruno@clisp.org>
23443
23444         * MODULES.txt: Update according to m4/ changes.
23445
23446         Module gettext.
23447         * config.rpath: New file, from gettext-0.11.5.
23448
23449         * modules/*: New module descriptions.
23450         * gnulib-tool: New file.
23451         * MODULES.html.sh: New file.
23452
23453 2002-12-21  Karl Berry  <karl@gnu.org>
23454
23455         * doc/fdl.texi: update to version 1.2.
23456
23457 2002-12-19  Karl Berry  <karl@gnu.org>
23458
23459         * config/config.guess: update from prep.
23460
23461 2002-12-18  Bruno Haible  <bruno@clisp.org>
23462
23463         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
23464         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
23465
23466 2002-12-17  Bruno Haible  <bruno@clisp.org>
23467
23468         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
23469         stdlib.h, string.h.
23470
23471 2002-12-17  Bruno Haible  <bruno@clisp.org>
23472
23473         * lib/canon-host.c (strdup): Remove unused declaration.
23474
23475         * lib/fsusage.c: Include full_read.h.
23476         (get_fs_usage): Use full_read instead of safe_read.
23477
23478         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
23479
23480 2002-12-12  Karl Berry  <karl@gnu.org>
23481
23482         * config/config.guess: update from prep.
23483
23484 2002-12-11  Bruno Haible  <bruno@clisp.org>
23485
23486         * m4/setenv.m4: New file, from gettext-0.11.5.
23487
23488 2002-12-11  Bruno Haible  <bruno@clisp.org>
23489
23490         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
23491         not unsetenv().
23492         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
23493         modifications:
23494
23495         2002-12-11  Bruno Haible  <bruno@clisp.org>
23496
23497                 * setenv.c (alloca): Fall back to malloc.
23498                 (freea): New macro.
23499                 (setenv): Use freea() to free memory allocated with alloca().
23500
23501         2002-11-13  Bruno Haible  <bruno@clisp.org>
23502
23503                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
23504                 function declarations.
23505                 * unsetenv.c (unsetenv): Likewise.
23506
23507         2002-03-04  Bruno Haible  <bruno@clisp.org>
23508
23509                 Portability to AIX 4.3.3.
23510                 * unsetenv.c: New file, extracted from setenv.c.
23511                 * setenv.c: Move the unsetenv() function to unsetenv.c.
23512
23513         2001-12-20  Bruno Haible  <bruno@clisp.org>
23514
23515                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
23516                 use malloc instead. For SunOS 4.
23517
23518         2001-12-11  Bruno Haible  <bruno@clisp.org>
23519
23520                 * setenv.c: Declare alloca.
23521                 (compar_fn_t): New typedef.
23522                 (KNOWN_VALUE, STORE_VALUE): Use it.
23523
23524         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
23525         setenv.h.
23526
23527 2002-12-10  Paul Eggert  <eggert@twinsun.com>
23528
23529         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
23530         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
23531         Choose values that are less likely to collide with system fnmatch
23532         options.
23533         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
23534         defined (e.g., a pure POSIX system).
23535         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
23536         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
23537
23538 2002-12-06  Paul Eggert  <eggert@twinsun.com>
23539
23540         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
23541         a pain in practice to deal with generated m4 files.  This change
23542         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
23543
23544         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
23545         and jm-glibc-io.m4, as they are no longer a special case.
23546         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
23547         kludge and the auto-generation stuff.  Check only whether the
23548         functions are declared, not whether they exist, since older hosts
23549         that don't declare the functions can't use the optimization anyway.
23550
23551 2002-12-06  Jim Meyering  <jim@meyering.net>
23552
23553         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
23554
23555         Merge in changes from libc's misc/error.c, in preparation
23556         for the merge of gnulib's changes back into libc.
23557
23558         * lib/error.c (_): Define only if not already defined.
23559         Move definition to follow all #include directives.
23560         Include unlocked-io.h only if !_LIBC.
23561         [_LIBC]: Include <libio/libioP.h>.
23562         [USE_IN_LIBIO]: Include <libio/iolibio.h>
23563         (fflush): Tweak definition to use INTUSE.
23564         (putc): Define.
23565
23566 2002-12-05  Paul Eggert  <eggert@twinsun.com>
23567
23568         * lib/alloca.c [defined emacs]: Include "lisp.h".
23569         (xalloc_die) [defined emacs]: New macro.
23570         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
23571         [! defined emacs]: Include <xalloc.h>.
23572         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
23573         (pointer): Typedef to POINTER_TYPE *.
23574         (malloc): Remove decl; we now always use xmalloc.
23575         (alloca): Use old-style definition, since Emacs needs this.
23576         Check for arithmetic overflow when computing combined size.
23577
23578 2002-12-04  Paul Eggert  <eggert@twinsun.com>
23579
23580         Do not generate unlocked-io.h automatically, since it's easier to
23581         maintain it by hand.
23582
23583         * lib/unlocked-io.h: New file, from GNU diffutils,
23584         but with proper copyright notice and attribution.
23585         * lib/gen-uio: Remove.
23586         * lib/Makefile.am: Add copyright notice.
23587         (libfetish_a_SOURCES): Add unlocked-io.h.
23588         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
23589         (DISTCLEANFILES, io_functions): Remove macros.
23590         (EXTRA_DIST): Remove gen_uio.
23591         (unlocked-io.h): Remove rule.
23592
23593 2002-12-04  Jim Meyering  <jim@meyering.net>
23594
23595         Reflect the fact that stat.c and lstat.c are no longer generated.
23596         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
23597         (DISTCLEANFILES): Likewise.
23598         (EXTRA_DIST): Likewise.
23599         (all_local): Don't depend on stat.c or lstat.c.
23600         (stat.c, lstat.c): Remove rules.
23601         (EXTRA_DIST): Remove xstat.in.
23602
23603         * lib/xstat.in: Remove file.  Contents moved into stat.c.
23604         * lib/stat.c: New file.  Contents mostly from xstat.in.
23605         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
23606         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
23607
23608         * lib/safe-read.c: Rework so that it may serve to define safe_write,
23609         too.
23610         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
23611
23612 2002-12-03  Jim Meyering  <jim@meyering.net>
23613
23614         * lib/safe-read.c, safe-write.c: Change variable names and comments,
23615         but not semantics, to minimize the differences between these two files.
23616         (safe_read): Change comment to mention SAFE_READ_ERROR.
23617
23618         * lib/safe-read.c (IS_EINTR): Define.
23619         (safe_read): Use IS_EINTR in place of in-function cpp directives.
23620
23621 2002-12-02  Jim Meyering  <jim@meyering.net>
23622
23623         * lib/safe-read.c (EINTR): Define.
23624         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
23625         (INT_MAX): Provide fallback.
23626         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
23627
23628         * lib/safe-read.h (SAFE_READ_ERROR): Define.
23629
23630 2002-12-02  Bruno Haible  <bruno@clisp.org>
23631
23632         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
23633         Define, taken from safe-read.c.
23634         (INT_MAX): Provide fallback.
23635         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
23636         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
23637
23638         * lib/safe-read.c (EINTR): Remove definition.
23639         (safe_read): Don't use EINTR if it is absent.
23640
23641 2002-12-01  Jim Meyering  <jim@meyering.net>
23642
23643         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
23644         zero.
23645         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
23646
23647 2002-11-27  Paul Eggert  <eggert@twinsun.com>
23648
23649         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
23650         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
23651         with `if (! (value < limit)) abort ();', for readability.
23652
23653 2002-11-26  Karl Berry  <karl@gnu.org>
23654
23655         * lib/strdup.c: copy from libc again, with jim's ok.
23656         * lib/.cppi-disable: re-add strdup.c
23657
23658 2002-11-25  Karl Berry  <karl@gnu.org>
23659
23660         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
23661         instead of "strtol.c".
23662
23663 2002-11-25  Karl Berry  <karl@gnu.org>
23664
23665         * config/install-sh: update from automake for variable quoting, $0 in
23666         error msgs, etc.
23667
23668         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
23669         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
23670         entry.
23671
23672 2002-11-25  Jim Meyering  <jim@meyering.net>
23673
23674         * lib/mktime.c: Sync from libc, now that it has the latest fix.
23675
23676 2002-11-24  Karl Berry  <karl@gnu.org>
23677
23678         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
23679         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
23680
23681 2002-11-24  Jim Meyering  <jim@meyering.net>
23682
23683         Update from coreutils:
23684
23685         * lib/mktime.c: Merge in changes from libc.
23686
23687         Avoid a link-time failure on some Linux systems.
23688         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
23689         (otherwise).
23690         (__mon_yday): Declare with the STATIC attribute.
23691         (__mktime_internal): Likewise.
23692         Based on a report from Greg Schafer.
23693
23694 2002-11-23  Jim Meyering  <jim@meyering.net>
23695
23696         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
23697         Use `unsigned', not `int', as type of index.
23698
23699         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
23700
23701         * lib/fsusage.c: Remove unneeded parentheses around operands of
23702         `defined'.
23703
23704 2002-11-22  Paul Eggert  <eggert@twinsun.com>
23705
23706         * lib/quotearg.h: Allow multiple inclusion by surrounding with
23707         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
23708         so that we can be included first.
23709         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
23710         * lib/quotearg.c: Include quotearg.h immediately after config.h.
23711         No need to include stddef.h or sys/types.h any more.
23712         Surround local include files with "", not "<>".
23713         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
23714         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
23715         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
23716         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
23717         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
23718         (ISPRINT): Remove; no longer needed now that we assume C89.
23719
23720         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
23721         Preserve errno.
23722
23723         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
23724         quotearg_char): Use SIZE_MAX rather than
23725         (size_t) -1 when we are talking about "infinity".
23726
23727         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
23728
23729 2002-11-22  Paul Eggert  <eggert@twinsun.com>
23730
23731         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
23732         hint that one should use `if (! x) abort ();' rather than `assert
23733         (x);', and anyway it's one less thing to worry about configuring.
23734         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
23735         hash_rehash, hash_insert): Use abort rather than assert.
23736
23737 2002-11-22  Bruno Haible  <bruno@clisp.org>
23738
23739         * lib/safe-read.h: Assume C89. Add comments.
23740         (safe_read): Change return type to size_t.
23741         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
23742         byte counts > SSIZE_MAX correctly.
23743         * lib/safe-write.h: New file.
23744         * lib/safe-write.c: New file.
23745         * lib/full-read.h: New file.
23746         * lib/full-read.c: New file.
23747         * lib/full-write.h: Assume C89. Add comments.
23748         * lib/full-write.c: Include safe-write.h.
23749         (full_write): Rewritten to use safe_write.
23750         Suggested by Jim Meyering and Paul Eggert.
23751
23752 2002-11-21  Jim Meyering  <jim@meyering.net>
23753
23754         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
23755
23756         Merge in changes from the coreutils.
23757
23758         2002-09-25  Paul Eggert  <eggert@twinsun.com>
23759         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
23760         <stdint.h>.
23761         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
23762         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
23763         int.  Work more efficiently if X is the same width as uintmax_t.
23764         Do not compare X to -1, to avoid bogus compiler warning.
23765         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
23766         Don't assume that f_frsize and f_bsize are the same type.
23767
23768         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
23769         warning on FreeBSD.
23770
23771         * lib/makepath.c (make_path): Restore umask *before* creating the final
23772         component.
23773         (make_path): Minor reformatting.
23774
23775         * lib/xmalloc.c: Adjust to work with new autoconf macros,
23776         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
23777         HAVE_MALLOC/HAVE_REALLOC.
23778
23779         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
23780         dummy ones.  At least on GNU/Linux systems, `auto' means something
23781         else.
23782         From Michael Stone.
23783
23784 2002-11-21  Bruno Haible  <bruno@clisp.org>
23785
23786         Remove case insensitive option matching.
23787         * lib/argmatch.h (argcasematch): Remove declaration.
23788         (ARGCASEMATCH): Remove macro.
23789         (__xargmatch_internal): Remove case_sensitive argument.
23790         (XARGMATCH): Update.
23791         (XARGCASEMATCH): Remove macro.
23792         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
23793         case_sensitive argument.
23794         (argcasematch): Remove function.
23795         (__xargmatch_internal): Remove case_sensitive argument.
23796         (main): Use XARGMATCH instead of XARGCASEMATCH.
23797
23798         * lib/xmalloc.c: Change compile-time error message. Add comment about
23799         required autoconf version.
23800
23801 2002-11-20  Paul Eggert  <eggert@twinsun.com>
23802
23803         Merge argmatch cleanups from Bison.  Assume C89.
23804
23805         * lib/argmatch.c: Include config.h here, not in argmatch.h.
23806         Include stdlib.h, for EXIT_FAILURE.
23807         Always include <string.h>, since we assume C89.
23808         (EXIT_FAILURE): Remove pre-C89 bug workaround.
23809         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
23810         Include <stddef.h> instead, since it's all we need for size_t.
23811         (PARAMS): Remove.  All uses removed.
23812         (ARRAY_CARDINALITY): Do not bother to #undef.
23813         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
23814         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
23815         Remove unnecessary parentheses.
23816         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
23817         Insert necessary parentheses.
23818         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
23819         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
23820
23821 2002-11-19  Bruno Haible  <bruno@clisp.org>
23822
23823         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
23824         * lib/mbswidth.h: Include <stddef.h>, for size_t.
23825
23826         * lib/mbswidth.h (PARAMS): Remove macro.
23827         (mbswidth, mbsnwidth): Use ANSI C function declarations.
23828         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
23829
23830         * lib/gcd.h (PARAMS): Remove macro.
23831         (gcd): Use ANSI C function declarations.
23832         * lib/gcd.c (gcd): Likewise.
23833
23834 2002-11-15  Bruno Haible  <bruno@clisp.org>
23835
23836         * lib/strcspn.c: Include <stddef.h>.
23837         (strcspn): Use ANSI C function declaration. Change return type to
23838         size_t. Use NULL.
23839         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
23840         (strpbrk): Use NULL.
23841         * lib/strpbrk.h (PARAMS): Remove macro.
23842         (strpbrk): Use ANSI C function declaration.
23843         * lib/strstr.c: Don't include <sys/types.h>.
23844         * lib/strstr.h (PARAMS): Remove macro.
23845         (strstr): Use ANSI C function declarations.
23846
23847 2002-11-14  Karl Berry  <karl@gnu.org>
23848
23849         * config/mkinstalldirs: `do' on separate line, instead of
23850         `for var; do'.
23851
23852 2002-11-06  Bruno Haible  <bruno@clisp.org>
23853
23854         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
23855         * lib/gcd.c (gcd): Likewise.
23856
23857 2002-11-05  Bruno Haible  <bruno@clisp.org>
23858
23859         * lib/gcd.h: New file, from gettext-0.11.5.
23860         * lib/gcd.c: New file, from gettext-0.11.5.
23861
23862 2002-11-05  Bruno Haible  <bruno@clisp.org>
23863
23864         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
23865         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
23866         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
23867         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
23868
23869         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
23870         <libintl.h>.
23871         * lib/makepath.c: Include gettext.h instead of <locale.h> and
23872         <libintl.h>.
23873
23874         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
23875         * lib/human.c: Include gettext.h instead of <libintl.h>.
23876         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
23877         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
23878         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
23879         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
23880         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
23881         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
23882         (textdomain): Remove definition.
23883         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
23884
23885         * lib/long-options.c: Remove include of <libintl.h> and definition of
23886         _.
23887         * lib/same.c: Remove include of <libintl.h> and definition of _.
23888
23889 2002-11-04  Owen Taylor  <otaylor@redhat.com>
23890
23891         * lib/config.charset: A few additions for Solaris.
23892
23893 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
23894
23895         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
23896         * lib/localcharset.c (locale_charset): Declare as extern "C".
23897
23898 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
23899
23900         * lib/config.charset: msdos in uk_UA uses CP1125.
23901
23902 2002-11-04  Bruno Haible  <bruno@clisp.org>
23903
23904         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
23905         * lib/strcase.h: New file, from GNU gettext-0.11.5.
23906         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
23907         * lib/strstr.h: New file, from GNU gettext-0.11.5.
23908         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
23909
23910 2002-11-04  Bruno Haible  <bruno@clisp.org>
23911
23912         * lib/localcharset.c (locale_charset): Don't return an empty string.
23913
23914 2002-11-04  Bruno Haible  <bruno@clisp.org>
23915
23916         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
23917         aliases.
23918
23919 2002-11-04  Bruno Haible  <bruno@clisp.org>
23920
23921         * lib/config.charset: Update for newest glibc. Add canonical names
23922         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
23923
23924 2002-11-04  Bruno Haible  <bruno@clisp.org>
23925
23926         * lib/config.charset: Add support for NetBSD.
23927
23928 2002-11-04  Bruno Haible  <bruno@clisp.org>
23929
23930         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
23931
23932 2002-11-01  Bruno Haible  <bruno@clisp.org>
23933
23934         * configure.in: Add AC_CONFIG_AUX_DIR call.
23935         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
23936         test/Makefile.
23937         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
23938
23939 2002-09-28  Karl Berry  <karl@gnu.org>
23940
23941         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
23942         installed automake until the next release, since changes have been
23943         made.
23944
23945 2002-09-25  Karl Berry  <karl@gnu.org>
23946
23947         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
23948         * lib/getopt*: copy from libc/posix.
23949         * lib/gettext.h: copy from gettext.
23950         * lib/.cppi-disable: add strdup.c, gettext.h.
23951
23952 2002-09-25  Karl Berry  <karl@gnu.org>
23953
23954         * config/srclist.txt: enable gettext.h check.
23955         * config/config.{guess,sub}: update from prep.
23956         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
23957                 from automake 1.6.3.
23958         See srclist*.
23959
23960 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
23961
23962         * regex.c (PATFETCH): Remove the translating fetch.
23963         (PATFETCH_RAW): Rename to PATFETCH.
23964         (set_image_of_range): New fun.
23965         (SET_RANGE_TABLE_WORK_AREA): Use it.
23966         (regex_compile): Don't translate the pattern chars so eagerly.
23967         Only do it when inserting an `exactn' bytecode or when handling
23968         a char-range.
23969         (mutually_exclusive_p): Avoid empty statement.
23970
23971 2002-07-06  Jim Meyering  <meyering@lucent.com>
23972
23973         * m4/README: Don't mention Makefile.am.in.
23974         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
23975
23976 2002-07-01  Jim Meyering  <meyering@lucent.com>
23977
23978         * lib/c-stack.c: Include sys/time.h.
23979         From Volker Borchert.
23980
23981 2002-06-26  Paul Eggert  <eggert@twinsun.com>
23982
23983         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
23984
23985 2002-06-26  Paul Eggert  <eggert@twinsun.com>
23986
23987         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
23988         New macro.  Use it uniformly instead of
23989         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
23990         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
23991         reported by Vin Shelton.
23992
23993 2002-06-22  Paul Eggert  <eggert@twinsun.com>
23994
23995         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
23996         Do not assume SA_SIGINFO behavior.
23997         Bug reported by Jim Meyering on NetBSD 1.5.2.
23998
23999 2002-06-22  Jim Meyering  <meyering@lucent.com>
24000
24001         * m4/c-stack.m4: New file, from diffutils-2.8.2.
24002         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
24003
24004         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
24005         now that configure.ac uses AC_GNU_SOURCE.
24006         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
24007         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
24008
24009         Update to latest tools.  Suggestions from Paul Eggert.
24010         * m4/stdbool.m4: New file, from diffutils-2.8.2.
24011         * m4/gnu-source.m4: Update from diffutils-2.8.2.
24012         * m4/fnmatch.m4: Likewise.
24013         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
24014         to AC_HEADER_STDBOOL
24015
24016 2002-06-22  Jim Meyering  <meyering@lucent.com>
24017
24018         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
24019         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
24020
24021 2002-06-22  Jim Meyering  <meyering@lucent.com>
24022
24023         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
24024
24025         * lib/exitfail.c, exitfail.h: Likewise.
24026         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
24027
24028         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
24029         of fnmatch.h.
24030         (EXTRA_DIST): Add fnmatch_loop.c.
24031         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
24032
24033         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
24034         * lib/fnmatch.c: Update from diffutils-2.8.2.
24035         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
24036         * lib/fnmatch.h: Remove file.
24037
24038 2002-06-21  Jim Meyering  <meyering@lucent.com>
24039
24040         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
24041         * m4/mbrtowc.m4: Likewise.
24042
24043         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
24044         * m4/mbswidth.m4: Reflect name change:
24045         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
24046         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
24047
24048         * m4/lib-link.m4: Update from gettext-0.11.2.
24049         * m4/gettext.m4: Likewise.
24050
24051         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
24052         From Alfred M. Szmidt.
24053
24054 2002-06-18  Paul Eggert  <eggert@twinsun.com>
24055
24056         * lib/file-type.h: Report an error if neither S_ISREG nor
24057         S_IFREG is defined, instead of using a test specific to glibc
24058         2.2.  This should be safe, since POSIX requires S_ISREG and
24059         Unix Version 7 had S_IFREG.  We don't need to check for
24060         <sys/types.h> since we don't use any symbols that it defines.
24061
24062 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
24063
24064         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
24065         $@-t, so that each temporary file name is unique and valid in the first
24066         8 characters, for operation under DOS.
24067
24068 2002-06-15  Paul Eggert  <eggert@twinsun.com>
24069
24070         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
24071
24072 2002-06-15  Jim Meyering  <meyering@lucent.com>
24073
24074         Work even with DJGPP 2.03, which lacks support for symlinks.
24075         From Richard Dawe.
24076         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
24077         is defined.
24078         * lib/lchown.c (S_ISLNK): Likewise.
24079
24080 2002-06-15  Jim Meyering  <meyering@lucent.com>
24081
24082         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
24083         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
24084         have been included before this file.
24085
24086 2002-06-14  Jim Meyering  <meyering@lucent.com>
24087
24088         * lib/file-type.h: Use the version from diffutils-2.8.2.
24089         * lib/file-type.c: Likewise.
24090
24091 2002-06-07  Jim Meyering  <meyering@lucent.com>
24092
24093         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
24094         They're needed at least for NetBSD 1.5.2.
24095         ($statxfs_includes): Include those same headers.
24096         ($statxfs_includes): Include sys/vfs.h if available.
24097         ($statxfs_includes): Likewise for sys/statvfs.h.
24098         Check for the following members in both structs statfs and statvfs:
24099         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
24100
24101 2002-06-01  Jim Meyering  <meyering@lucent.com>
24102
24103         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
24104         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
24105
24106 2002-05-28  Jim Meyering  <meyering@lucent.com>
24107
24108         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
24109         Reported by Volker Borchert.
24110
24111 2002-05-27  Jim Meyering  <meyering@lucent.com>
24112
24113         Fix a problem seen only on nonconforming systems whereby ls.c's
24114         use of localtime, and then of gettimeofday would cause trouble:
24115         the localtime call used to initialize rpl_gettimeofday's save
24116         mechanism would clobber ls's current local time information so
24117         that in any long listing the first file would always be listed
24118         with date 1970-01-01.  Analysis by Volker Borchert.
24119
24120         * lib/gettimeofday.c (localtime): Undefine.
24121         (rpl_localtime): New function.
24122
24123 2002-05-27  Jim Meyering  <meyering@lucent.com>
24124
24125         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
24126         localtime.
24127
24128         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
24129         use the replacement function; it wouldn't resolve at link time.
24130         Reported by Volker Borchert.
24131
24132 2002-05-22  Jim Meyering  <meyering@lucent.com>
24133
24134         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
24135         file-type.h.
24136         * lib/file-type.h: New file.
24137         * lib/file-type.c (file_type): New file/function.  Extracted from
24138         diffutils.
24139
24140 2002-04-30  Jim Meyering  <meyering@lucent.com>
24141
24142         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
24143
24144 2002-04-29  Paul Eggert  <eggert@twinsun.com>
24145
24146         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
24147
24148 2002-04-29  Paul Eggert  <eggert@twinsun.com>
24149
24150         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
24151         Do not check for alloca.h (no longer used) or stdbool.h (was never
24152         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
24153
24154 2002-04-29  Paul Eggert  <eggert@twinsun.com>
24155
24156         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
24157
24158 2002-04-29  Jim Meyering  <meyering@lucent.com>
24159
24160         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
24161         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
24162         Use AC_FUNC_STRNLEN here instead.
24163
24164         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
24165         With autoconf-2.53a, it's part of AC_PROG_CC.
24166
24167 2002-04-28  Paul Eggert  <eggert@twinsun.com>
24168
24169         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
24170         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
24171
24172 2002-04-28  Paul Eggert  <eggert@twinsun.com>
24173
24174         * lib/sig2str.h, lib/sig2str.c: New files.
24175         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
24176
24177 2002-04-28  Paul Eggert  <eggert@twinsun.com>
24178
24179         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
24180         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
24181         of 127, since 64 is the largest conceivable number for ancient
24182         nonstandard hosts.
24183         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
24184
24185 2002-04-28  Jim Meyering  <meyering@lucent.com>
24186
24187         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
24188
24189 2002-04-24  Jim Meyering  <meyering@lucent.com>
24190
24191         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
24192         (jm_PREREQ): Use it.
24193
24194         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
24195         mach/mach.h fcntl.h.
24196         Check for this function: setlocale.
24197
24198 2002-04-24  Jim Meyering  <meyering@lucent.com>
24199
24200         * lib/gettext.h: New file, from Gettext.
24201         * lib/Makefile.am (INCLUDES): Remove -I../intl.
24202         (libfetish_a_SOURCES): Add gettext.h.
24203
24204 2002-04-16  Jim Meyering  <meyering@lucent.com>
24205
24206         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
24207         ut_pid, ut_id, ut_exit.
24208
24209 2002-04-16  Jim Meyering  <meyering@lucent.com>
24210
24211         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
24212         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
24213         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
24214
24215 2002-04-12  Jim Meyering  <meyering@lucent.com>
24216
24217         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
24218         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
24219         existence of the getmntinfo function.  Needed for Darwin 5.3.
24220
24221         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
24222         This is necessary at least on Darwin 5.3.
24223
24224         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
24225         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
24226         strnlen.o in the library, and that makes some versions of ranlib
24227         object.
24228
24229 2002-04-12  Jim Meyering  <meyering@lucent.com>
24230
24231         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
24232
24233 2002-04-09  Jim Meyering  <meyering@lucent.com>
24234
24235         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
24236         to be more precise.  Rather than saying we're checking whether the
24237         function `works', say what we're testing.
24238         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
24239         Reported by Bruno Haible.
24240
24241 2002-03-10  Jim Meyering  <meyering@lucent.com>
24242
24243         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
24244         Suggestion from Santiago Vila.
24245
24246 2002-03-08  Jim Meyering  <meyering@lucent.com>
24247
24248         * lib/rename.c: Mention that this wrapper is needed also on
24249         mips-dec-ultrix4.4 systems.
24250
24251 2002-03-02  Jim Meyering  <meyering@lucent.com>
24252
24253         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
24254         not HAVE_CLOCK_SETTIME.
24255
24256 2002-02-27  Paul Eggert  <eggert@twinsun.com>
24257
24258         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
24259         Check for clock_settime.
24260
24261 2002-02-27  Paul Eggert  <eggert@twinsun.com>
24262
24263         * lib/nanosleep.h: Rename to....
24264         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
24265
24266         * lib/gettime.c: New file.
24267         * lib/settime.c: New file.
24268         * lib/stime.c: Remove.
24269
24270         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
24271         timespec.h.  Remove nanosleep.h.
24272
24273 2002-02-25  Paul Eggert  <eggert@twinsun.com>
24274
24275         * m4/acl.m4: New file.
24276         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
24277         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
24278
24279 2002-02-25  Paul Eggert  <eggert@twinsun.com>
24280
24281         * lib/acl.c, lib/acl.h: New files.
24282         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
24283
24284 2002-02-24  Jim Meyering  <meyering@lucent.com>
24285
24286         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
24287         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
24288         cause trouble.  Reported by Nelson Beebe.
24289
24290 2002-02-23  Paul Eggert  <eggert@twinsun.com>
24291
24292         * lib/path-concat.c (xpath_concat): Reorder code to pacify
24293         compilers that don't know that xalloc_die never returns.
24294
24295 2002-02-20  Jim Meyering  <meyering@lucent.com>
24296
24297         * lib/getdate.c: Regenerate using bison-1.33.
24298
24299 2002-02-17  Jim Meyering  <meyering@lucent.com>
24300
24301         * config/config.guess (main): Don't use `head -1'; it's no longer
24302         portable. Use `sed 1q' instead.
24303
24304 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
24305
24306         * m4/codeset.m4: Upgrade to gettext-0.11.
24307         * m4/gettext.m4: Upgrade to gettext-0.11.
24308         * m4/glibc21.m4: Upgrade to gettext-0.11.
24309         * m4/iconv.m4: Upgrade to gettext-0.11.
24310         * m4/isc-posix.m4: Upgrade to gettext-0.11.
24311         * m4/lcmessage.m4: Upgrade to gettext-0.11.
24312         * m4/lib-ld.m4: New file, from gettext-0.11.
24313         * m4/lib-link.m4: New file, from gettext-0.11.
24314         * m4/lib-prefix.m4: New file, from gettext-0.11.
24315         * m4/progtest.m4: Upgrade to gettext-0.11.
24316
24317 2002-02-15  Paul Eggert  <eggert@twinsun.com>
24318
24319         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
24320         (jm_PREREQ): Use it.
24321
24322 2002-02-15  Paul Eggert  <eggert@twinsun.com>
24323
24324         * lib/posixver.c, lib/posixver.h: New files.
24325         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
24326
24327 2002-02-02  Paul Eggert  <eggert@twinsun.com>
24328             Bruno Haible  <bruno@clisp.org>
24329
24330         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
24331         (fwrite_success_callback): New declaration.
24332         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
24333         print_unicode_char. Call failure callback instead of error.
24334         (fwrite_success_callback): New function.
24335         (exit_failure_callback): New function.
24336         (fallback_failure_callback): New function.
24337         (print_unicode_char): Call unicode_to_mb.
24338
24339 2002-01-26  Jim Meyering  <meyering@lucent.com>
24340
24341         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
24342         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
24343
24344 2002-01-26  Jim Meyering  <meyering@lucent.com>
24345
24346         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
24347
24348 2002-01-22  Paul Eggert  <eggert@twinsun.com>
24349
24350         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
24351
24352 2002-01-22  Jim Meyering  <meyering@lucent.com>
24353
24354         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
24355         Otherwise, some versions of automake would omit the rule that makes
24356         Makefile from Makefile.in.
24357
24358 2002-01-21  Paul Eggert  <eggert@twinsun.com>
24359
24360         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
24361         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
24362         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
24363         (memcoll): Set errno to zero if there is no error.
24364
24365         * lib/quotearg.c (quotearg_buffer_restyled):
24366         Fix bug with quoting buffers containing NUL when backslashing escapes.
24367         This bug was exposed by the other changes in this patch.
24368         (quotearg_n_options): New arg ARGSIZE.
24369         All callers changed.
24370         (quoting_options_from_style): New function.
24371         (quotearg_n_style): Use it.
24372         (quotearg_n_style_mem): New function.
24373
24374         * lib/quotearg.h (quotearg_n_style_mem): New function.
24375
24376 2002-01-19  Jim Meyering  <meyering@lucent.com>
24377
24378         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
24379         Remove useless quotes: DF_PROG="df".
24380         * m4/strnlen.m4: New file.
24381
24382 2002-01-16  Paul Eggert  <eggert@twinsun.com>
24383
24384         * lib/backupfile.c (ISDIGIT): Comment fix.
24385         * lib/getdate.y (ISDIGIT): Likewise.
24386         * lib/posixtm.c (ISDIGIT, year): Likewise.
24387         * lib/strverscmp.c (ISDIGIT): Likewise.
24388         * lib/userspec.c (ISDIGIT): Likewise.
24389
24390 2002-01-16  Jim Meyering  <meyering@lucent.com>
24391
24392         * lib/getdate.y: Add three semicolons, each just before a closing
24393         brace. Bison (as of version 1.31) no longer papers over that mistake.
24394
24395 2002-01-05  Jim Meyering  <meyering@lucent.com>
24396
24397         * lib/version-etc.c (version_etc_copyright): Update copyright year.
24398
24399 2001-12-19  Paul Eggert  <eggert@twinsun.com>
24400
24401         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
24402         not silently exit merely because the output buffer happens to
24403         have nothing pending.
24404
24405 2001-12-18  Paul Eggert  <eggert@twinsun.com>
24406
24407         See the big note in ../ChangeLog.
24408         * lib/human.c (suffixes): Prefer K to k for 1024.
24409         (generate_suffix_backwards): New function.
24410         (human_readable_inexact): Use it.
24411         * lib/xstrtol.c (__xstrtol): If there is no number but there
24412         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
24413         Accept 'K' as well as 'k'.
24414
24415 2001-12-15  Jim Meyering  <meyering@lucent.com>
24416
24417         * lib/regex.h (__restrict_arr): Update from libc.
24418
24419         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
24420         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
24421         (STREQ): Define.
24422
24423 2001-12-14  Jim Meyering  <meyering@lucent.com>
24424
24425         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
24426         Suggestion from Bruno Haible.
24427
24428 2001-12-10  Jim Meyering  <meyering@lucent.com>
24429
24430         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
24431         xrealloc, Instead, include "xalloc.h".
24432         (initbuffer): Don't cast xmalloc return value to char*.
24433         (readline): Reword comment.
24434         Don't cast xrealloc return value to char*
24435         Return NULL, not 0.
24436
24437 2001-12-09  Jim Meyering  <meyering@lucent.com>
24438
24439         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
24440         about `signed and unsigned type in conditional expression'.
24441         * lib/posixtm.c (posix_time_parse): Likewise.
24442
24443         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
24444
24445         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
24446         to avoid a pedantic warning.
24447
24448         * lib/getstr.c: Don't include assert.h.
24449         (getstr): Remove warning-evoking assertions.
24450         Return -1 if offset parameter is out of bounds.
24451         Change the type of a local from int to size_t.
24452
24453         * lib/strftime.c (my_strftime_localtime_r): Include this function
24454         definition in the `#if ! HAVE_TM_GMTOFF' block.
24455
24456         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
24457         Include xalloc.h instead.
24458
24459 2001-12-02  Jim Meyering  <meyering@lucent.com>
24460
24461         * lib/tempname.c: Don't declare getenv, thus reverting the change of
24462         2001-11-18.  It's no longer necessary, now that stdlib.h is always
24463         included.
24464
24465         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
24466         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
24467
24468 2001-11-30  Akim Demaille  <akim@epita.fr>
24469
24470         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
24471         before being defined.
24472
24473 2001-11-27  Paul Eggert  <eggert@twinsun.com>
24474
24475         * lib/quotearg.h (quotearg_n, quotearg_n_style):
24476         First arg is int, not unsigned.
24477         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
24478         (SIZE_MAX, UINT_MAX): New macros.
24479         (quotearg_n_options): Abort if N is negative.
24480         Avoid overflow check on hosts where size_t is 64 bits and int
24481         is 32 bits, as overflow is impossible there.
24482         Fix off-by-one typo that caused unnecessary reallocation.
24483
24484 2001-11-27  Jim Meyering  <meyering@lucent.com>
24485
24486         * lib/tempname.c: Merge with version from libc.
24487         * lib/regex.c: Likewise.
24488
24489         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
24490         systems for which STDC_HEADERS is 0, it was not included, resulting in
24491         a warning about an integer-to-pointer conversion problem with getenv.
24492         Reported by Volker Borchert.
24493
24494 2001-11-26  Jim Meyering  <meyering@lucent.com>
24495
24496         * lib/gtod.h: Remove file.
24497         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
24498         * lib/gettimeofday.c: Don't include gtod.h.
24499         (GTOD_init): Remove function.
24500         (rpl_gettimeofday): Do its job here instead, rather than aborting.
24501         Suggestion from Volker Borchert.
24502
24503 2001-11-23  Jim Meyering  <meyering@lucent.com>
24504
24505         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
24506         it.
24507         * lib/hash.c (struct hash_table): Define it here instead.
24508
24509 2001-11-22  Jim Meyering  <meyering@lucent.com>
24510
24511         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
24512
24513 2001-11-20  Jim Meyering  <meyering@lucent.com>
24514
24515         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
24516         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
24517
24518 2001-11-19  Jim Meyering  <meyering@lucent.com>
24519
24520         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
24521         directory.  Use "conftestXXXXXX" as the template.
24522         Suggestion from Paul Eggert.
24523
24524         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
24525         immediately, so the test doesn't mistakenly hit the max-open-files
24526         limit.
24527
24528 2001-11-18  Paul Eggert  <eggert@twinsun.com>
24529
24530         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
24531         (TEMPORARIES): New macro.
24532         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
24533         removes an artificial limitation (e.g. HP-UX 10.20, where
24534         TMP_MAX is 17576).
24535
24536 2001-11-18  Jim Meyering  <meyering@lucent.com>
24537
24538         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
24539
24540 2001-11-18  Jim Meyering  <meyering@lucent.com>
24541
24542         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
24543         on SunOS 4.
24544
24545         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
24546         files will be created before anything else.
24547
24548 2001-11-17  Paul Eggert  <eggert@twinsun.com>
24549
24550         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
24551         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
24552
24553 2001-11-17  Jim Meyering  <meyering@lucent.com>
24554
24555         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
24556         Prompted by a report from Bob Proulx.
24557
24558         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
24559         Instead, require UTILS_FUNC_MKSTEMP.
24560
24561 2001-11-17  Jim Meyering  <meyering@lucent.com>
24562
24563         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
24564         Now, that's done as part of AC_FUNC_STRTOD.
24565
24566 2001-11-17  Jim Meyering  <meyering@lucent.com>
24567
24568         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
24569         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
24570         rather than group writable.  Patch by Juan F. Codagnone.
24571
24572         * lib/readtokens.c: Remove explicit declarations of xmalloc and
24573         xrealloc, Instead, include "xalloc.h".
24574
24575         * lib/mountlist.c: Include unlocked-io.h after all system headers.
24576         Remove explicit declarations of xmalloc, xrealloc,
24577         and xstrdup.  Instead, include "xalloc.h".
24578
24579         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
24580         unlocked-io.h.
24581         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
24582         Likewise.
24583         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
24584
24585         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
24586         Reported by Padraig Brady.
24587
24588         * lib/mkstemp.c: #undef mkstemp.
24589         Include config.h.
24590         (rpl_mkstemp): Rename from mkstemp.
24591         Protoize.
24592
24593 2001-11-16  Jim Meyering  <meyering@lucent.com>
24594
24595         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
24596         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
24597         determine the amount of total physical memory, use pstat_getstatic.
24598         HPUX-11 doesn't define _SC_PHYS_PAGES.
24599         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
24600         If sysconf couldn't be used to determine the amount of available
24601         physical memory, use both pstat_getstatic and pstat_getdynamic.
24602         Based on a patch from Bob Proulx.
24603
24604 2001-11-10  Jim Meyering  <meyering@lucent.com>
24605
24606         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
24607         (jm_PREREQ): Use it.
24608
24609 2001-11-09  Jim Meyering  <meyering@lucent.com>
24610
24611         * m4/jm-macros.m4: Require autoconf-2.52f.
24612         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
24613         Use these AC_-prefixed names, not the AM_-prefixed ones.
24614
24615         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
24616
24617 2001-11-05  Jim Meyering  <meyering@lucent.com>
24618
24619         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
24620
24621 2001-11-04  Jim Meyering  <meyering@lucent.com>
24622
24623         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
24624         $DEFS.
24625
24626 2001-11-03  Jim Meyering  <meyering@lucent.com>
24627
24628         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
24629         of AC_DEFUN.
24630
24631         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
24632         know the name of the variable in the macro definition.
24633
24634 2001-11-03  Jim Meyering  <meyering@lucent.com>
24635
24636         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
24637         in argmatch_to_argument call.
24638
24639         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
24640         argument.
24641
24642         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
24643         e.g., a fault due to an attempt to free a NULL pointer.
24644
24645 2001-11-01  Jim Meyering  <meyering@lucent.com>
24646
24647         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
24648         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
24649
24650 2001-11-01  Jim Meyering  <meyering@lucent.com>
24651
24652         * lib/dirfd.c, lib/dirfd.h: New files.
24653         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
24654
24655         * lib/hash.c (hash_print) [TESTING]: Clean up.
24656
24657 2001-10-22  Paul Eggert  <eggert@twinsun.com>
24658
24659         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
24660         to avoid a warning if -Wall.
24661
24662 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
24663
24664         * README: New file
24665         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
24666         (per RMS's instructions, this is now the canonical source)
24667         * lgpl/, gpl/: New directories.
24668
24669 2001-10-21  Paul Eggert  <eggert@twinsun.com>
24670
24671         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
24672
24673 2001-10-21  Jim Meyering  <meyering@lucent.com>
24674
24675         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
24676         this code would end up calling gettext even in packages built
24677         with --disable-nls.
24678         * lib/getopt.c (_): Likewise.
24679         * lib/regex.c (_): Likewise.
24680
24681 2001-10-20  Paul Eggert  <eggert@twinsun.com>
24682
24683         * m4/error.m4 (jm_PREREQ_ERROR):
24684         Do not invoke AC_CHECK_FUNCS with strerror_r, as
24685         AC_FUNC_STRERROR_R does that.
24686         Check for strerror declaration.
24687
24688         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
24689         are supposed to have them these days.
24690         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
24691         Merge changes from latest Autoconf CVS.
24692         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
24693         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
24694         POSIX decided to standardize on the int flavor of strerror_r.
24695
24696 2001-10-20  Paul Eggert  <eggert@twinsun.com>
24697
24698         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
24699         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
24700         Use strerror_r that is only a macro, even if it is not a function.
24701         (strerror): Check for HAVE_DECL_STRERROR before declaring.
24702         (private_strerror): Use prototypes, not old-style function definition.
24703         (print_errno_message): New function.
24704         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
24705         char*-flavored one.
24706         (error_tail, error, error_at_line): Use it.
24707
24708 2001-10-11  Jim Meyering  <meyering@lucent.com>
24709
24710         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
24711         and quote_n (1, ... to avoid clobbering a buffer.
24712
24713 2001-10-05  Jim Meyering  <meyering@lucent.com>
24714
24715         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
24716         hash-pjw.h.
24717         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
24718         * lib/hash-pjw.h: New file.
24719
24720 2001-09-30  Jim Meyering  <meyering@lucent.com>
24721
24722         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
24723         `struct fsstat' has the `f_fstypename' member.
24724         Use that to define FS_TYPE, which is now used to make
24725         the getfsstat link test tighter.
24726
24727 2001-09-30  Jim Meyering  <meyering@lucent.com>
24728
24729         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
24730         Include <sys/ucred.h>, for Apple Darwin.
24731         Include sys/mount.h and sys/fs_types.h only if available.
24732         (FS_TYPE): Define.
24733         (read_filesystem_list): Use FS_TYPE.
24734
24735 2001-09-29  Paul Eggert  <eggert@twinsun.com>
24736
24737         * lib/exclude.c (excluded_filename): 0 -> false, since it's
24738         a boolean context.
24739
24740 2001-09-29  Jim Meyering  <meyering@lucent.com>
24741
24742         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
24743         [one-argument getmntent function]): Include stdio.h before mntent.h.
24744         SunOS 4.1.x needs it for the declaration of `FILE'.
24745         Patch by Volker Borchert.
24746
24747         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
24748         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
24749         sys/fs_types.h, and make the link-test for getfsstat guard #include
24750         directives with appropriate #if HAVE_*_H tests so that we can
24751         detect getfsstat on Apple Darwin1.3.7 systems.
24752         Reported by Nelson Beebe.
24753         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
24754
24755 2001-09-28  Paul Eggert  <eggert@twinsun.com>
24756
24757         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
24758         #defines strtoimax.  Also treat the other strto* functions
24759         like strtoimax.
24760
24761         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
24762         Check for strtoul and strtoumax,
24763         as those declarations are made even in the signed case.
24764         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
24765         Likewise, for strtol and strtoimax.
24766
24767 2001-09-28  Paul Eggert  <eggert@twinsun.com>
24768
24769         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
24770         #defines strtoimax.  Also treat the other strto* functions
24771         like strtoimax.
24772
24773         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
24774         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
24775         (strtoimax, strtoumax): Do not declare if already defined as a macro.
24776
24777 2001-09-26  Jim Meyering  <meyering@lucent.com>
24778
24779         Most macros in unlocked-io.h had the wrong number of arguments.
24780         * lib/gen-uio: New script.
24781         (USE_UNLOCKED_IO): Define to 1 if not already defined.
24782         * lib/unlocked-io.hin: Remove file.
24783         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
24784         rather than trying to embed it here.
24785         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
24786         Reported by Padraig Brady.
24787
24788 2001-09-25  Volker Borchert  <bt@teknon.de>
24789
24790         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
24791         `result'.
24792
24793 2001-09-24  Jim Meyering  <meyering@lucent.com>
24794
24795         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
24796
24797 2001-09-23  Jim Meyering  <meyering@lucent.com>
24798
24799         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
24800         instead of the mere test for existence of mntent.h.  The latter
24801         would get a false-positive on AIX 3.4 systems.
24802         In the outer getmntent if-block, don't die if neither of the getmntent
24803         tests succeeds.  Instead, just fall through and continue with the
24804         remaining tests.
24805
24806 2001-09-23  Jim Meyering  <meyering@lucent.com>
24807
24808         * lib/mountlist.c: Remove useless parentheses in #if directives.
24809         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
24810         the deprecated MOUNTED symbol is no longer defined in mntent.h.
24811
24812 2001-09-22  Jim Meyering  <meyering@lucent.com>
24813
24814         * m4/gettext.m4: New file.  From gettext.
24815         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
24816         * m4/progtest.m4: Likewise
24817         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
24818         * m4/glibc21.m4: Likewise.
24819
24820         * m4/libintl.m4: Remove.  No longer used.
24821
24822 2001-09-22  Jim Meyering  <meyering@lucent.com>
24823
24824         * lib/localcharset.c: Update from latest gettext.
24825         * lib/config.charset: Likewise.
24826
24827 2001-09-20  Jim Meyering  <meyering@lucent.com>
24828
24829         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
24830         strtoimax.
24831         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
24832         strtoumax.
24833
24834 2001-09-20  Jim Meyering  <meyering@lucent.com>
24835
24836         * lib/xstrtol.c (strtoimax): Guard declaration with
24837         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
24838         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
24839         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
24840         (strtoumax): Likewise, for completeness (it wasn't necessary).
24841
24842 2001-09-17  Paul Eggert  <eggert@twinsun.com>
24843
24844         * lib/strtoimax.c (HAVE_LONG_LONG):
24845         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
24846         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
24847         to work around bug in IBM C compiler.
24848
24849 2001-09-17  Jim Meyering  <meyering@lucent.com>
24850
24851         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
24852         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
24853         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
24854         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
24855         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
24856         whenever the right hand side need not be expanded by the shell.
24857
24858 2001-09-16  Paul Eggert  <eggert@twinsun.com>
24859
24860         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
24861         library.  It's not correct, as some older glibcs are buggy.
24862         fnmatch wasn't fixed until glibc 2.2.
24863
24864         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
24865         special shell magic here.
24866
24867 2001-09-16  Jim Meyering  <meyering@lucent.com>
24868
24869         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
24870         * m4/jm-macros.m4: Require it.
24871
24872 2001-09-16  Jim Meyering  <meyering@lucent.com>
24873
24874         * lib/mkdir.c: New file.
24875
24876 2001-09-15  Jim Meyering  <meyering@lucent.com>
24877
24878         * m4/jm-macros.m4: Check for help2man.
24879
24880 2001-09-11  Jim Meyering  <meyering@lucent.com>
24881
24882         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
24883         The body, by Paul Eggert, was moved here from configure.in.
24884         * m4/jm-macros.m4: Require UTILS_HOST_OS.
24885
24886 2001-09-04  Paul Eggert  <eggert@twinsun.com>
24887
24888         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
24889         (jm_PREREQ): Use it.
24890
24891 2001-09-04  Paul Eggert  <eggert@twinsun.com>
24892
24893         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
24894         Use ssize_t, not int, to store result of readlink.
24895         Check for ssize_t overflow as well as size_t overflow,
24896         as POSIX says the result of readlink is implementation-defined
24897         when ssize_t overflows.
24898         Remove unnecessary cast to char*.
24899         Use free+malloc instead of realloc, as the storage doesn't need
24900         to be preserved and it's clearer and can be more efficient that way.
24901         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
24902         * lib/xreadlink.h (xreadlink): Update prototype.
24903
24904 2001-09-04  Paul Eggert  <eggert@twinsun.com>
24905
24906         * lib/xgetcwd.c: Revert some of the previous change; intead,
24907         fix the HAVE_GETCWD_NULL code to behave more like the
24908         !HAVE_GETCWD_NULL code used to.
24909
24910         Include "xalloc.h".
24911         (xgetcwd): Do not return NULL when memory is exhausted; instead,
24912         invoke xalloc_die.
24913
24914 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24915
24916         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
24917         sys/param.h, as pathmax.h includes them.
24918
24919 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24920
24921         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
24922         (jm_PREREQ_XGETCWD): New macro.
24923
24924         * m4/getcwd.m4: New file.
24925
24926 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24927
24928         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
24929         like the HAVE_GETCWD_NULL code.
24930         Include pathmax.h if not HAVE_GETCWD.
24931         Do not include xalloc.h.
24932         (INITIAL_BUFFER_SIZE): New symbol.
24933         Do not use xmalloc / xrealloc, since the caller is responsible for
24934         handling errors.  Preserve errno around `free' during failure.
24935         Do not overrun buffer when using getwd.
24936
24937 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24938
24939         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
24940         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
24941         getcwd (NULL, 0).
24942
24943 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24944
24945         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
24946         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
24947         spotted by Jim Meyering.
24948
24949 2001-09-03  Jim Meyering  <meyering@lucent.com>
24950
24951         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
24952         failure.
24953
24954 2001-09-02  Jim Meyering  <meyering@lucent.com>
24955
24956         * lib/error.c: Update from GNU libc.
24957
24958 2001-09-01  Jim Meyering  <meyering@lucent.com>
24959
24960         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
24961         Used by df.
24962
24963 2001-09-01  Jim Meyering  <meyering@lucent.com>
24964
24965         * lib/xreadlink.c: New file.
24966         * lib/xreadlink.h: New file.
24967         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
24968         xreadlink.h.
24969
24970         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
24971         doesn't conflict with sparc Solaris 7's definition in
24972         /usr/include/sys/int_types.h.
24973
24974         * lib/exclude.c: Use `""', not `<>' to #include non-system header
24975         files.
24976         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
24977         and strncasecmp as r-values.  Unixware didn't have declarations.
24978
24979 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24980
24981         * lib/xstrtol.h: Add copyright notice.
24982         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
24983         LONGINT_INVALID_SUFFIX_CHAR.
24984
24985 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24986
24987         * lib/xstrtol.c (strtoimax): New decl.
24988
24989 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24990
24991         * lib/xgetcwd.c: Don't include pathmax.h.
24992         Include stdlib.h and unistd.h if available.
24993         Include xalloc.h.
24994         (xmalloc, xstrdup, free): Remove decls.
24995         (xgetcwd): Don't assume sizes fit in unsigned.
24996         Check for overflow when computing sizes.
24997         Simplify reallocation code.
24998
24999 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25000
25001         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
25002         a directory's st_size can have an arbitrary value, so the old
25003         usage could waste an arbitrary amount of memory.  All uses
25004         changed.
25005         * lib/savedir.h: Update prototype.
25006
25007 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25008
25009         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
25010
25011         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
25012         old strtoimax.c.
25013
25014         Also, make the following further changes to make this file's
25015         configuration more similar to that of strtol.c:
25016         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
25017         (strtoumax, uintmax_t, strtoull, strtol): Remove.
25018         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
25019         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
25020         changed to signed values.
25021
25022         And make the following changes as well:
25023         Fix copyright notice, as 1999 was missing.
25024         (verify): New macro.
25025         (strtoimax): Check sizes at compile-time, not run-time.
25026         Prefer strtol to strtoll if both work.
25027         (main): Remove; it was not that useful and was a pain to maintain.
25028
25029         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
25030
25031 2001-08-31  Jim Meyering  <meyering@lucent.com>
25032
25033         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
25034         Use an initial, malloc'd, buffer of length 128 rather than
25035         a statically allocated one of length 1024.
25036
25037 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25038
25039         Simplify code, partly by assuming autoconf 2.52 semantics.
25040
25041         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
25042
25043         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
25044         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
25045         All uses removed.
25046         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
25047         Move AC_REQUIRE to next-to-top level, to avoid confusion.
25048         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
25049         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
25050         jm_AC_HEADER_INTTYPES_H.
25051         * m4/jm-macros.m4 (jm_MACROS): Likewise.
25052
25053         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
25054
25055         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
25056         Quote first arg of AC_DEFUN.
25057         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
25058         since they are needed to parse the include file even if we need
25059         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
25060         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
25061         but with opposite signedness.
25062
25063 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25064
25065         Merge 'exclude' changes from tar 1.13.22.
25066         This fixes one or two unlikely storage allocation overflow bugs,
25067         but doesn't change user-visible behavior otherwise.
25068
25069 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25070
25071         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
25072         (jm_PREREQ_EXCLUDE): New macro.
25073
25074 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25075
25076         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
25077         tm to be declared.
25078
25079 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25080
25081         * lib/hash.c: Remove '2001' from copyright notice.
25082
25083 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25084
25085         * lib/full-write.h: New file.
25086         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
25087         * lib/full-write.c: Correct credits, as cccp.c no longer
25088         exists and anyway it was so heavily changed from the old cccp
25089         code as to be unrecognizable.  Include full-write.h.
25090         (full_write) Return size_t, with short writes meaning failure.
25091         All callers changed.  This fixes a bug with large buffers
25092         on 64-bit hosts.
25093         * lib/utime.c: Include full-write.h.
25094
25095 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25096
25097         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
25098         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
25099         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
25100         Include if available.
25101         (<xalloc.h>): Include
25102         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
25103         (verify): New macro.  Use it to verify that EXCLUDE macros do not
25104         collide with FNM macros.
25105         (struct patopts): New struct.
25106         (struct exclude): Use it, as exclude patterns now come with options.
25107         (new_exclude): Support above changes.
25108         (new_exclude, add_exclude_file):
25109         Initial size must now be a power of two to simplify overflow checking.
25110         (free_exclude, fnmatch_no_wildcards): New function.
25111         (excluded_filename): No longer requires options arg, as the options
25112         are determined by add_exclude.  Now returns bool, not int.
25113         (excluded_filename, add_exclude):
25114         Add support for the fancy new exclusion options.
25115         (add_exclude, add_exclude_file): Now takes int options arg.
25116         Check for arithmetic overflow when computing sizes.
25117         (add_exclude_file): xrealloc might modify errno, so don't
25118         realloc until after errno might be used.
25119
25120         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
25121         New macros.
25122         (free_exclude): New decl.
25123         (add_exclude, add_exclude_file): Now takes int options arg.
25124         (excluded_filename): No longer requires options arg, as the options
25125         are determined by add_exclude.  Now returns bool, not int.
25126
25127 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25128
25129         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
25130
25131 2001-08-27  Jim Meyering  <meyering@lucent.com>
25132
25133         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
25134
25135         * lib/version-etc.c (N_): Remove definition.
25136         Revert most of last change.
25137         Instead, simply don't mark the `Copyright...' string for translation.
25138         Based on advice from Paul Eggert.
25139
25140         * lib/strtoxmax.c: Tweak comment.
25141
25142 2001-08-26  Jim Meyering  <meyering@lucent.com>
25143
25144         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
25145
25146         * m4/xstrtoimax.m4: New file.
25147         * m4/xstrtoumax.m4: Add comments explaining why we
25148         AC_REPLACE_FUNCS(strtol).
25149
25150 2001-08-26  Jim Meyering  <meyering@lucent.com>
25151
25152         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
25153         of copyright with `%s' so translators don't get an untranslated
25154         message in 2002.
25155         (COPYRIGHT_YEAR): Define.
25156         (version_etc): Use fprintf rather than fputs.
25157         Suggestion from Ulrich Drepper.
25158
25159         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
25160
25161         * lib/strtoll.c: New file, from GNU libc.
25162         * lib/xstrtoimax.c: New file.
25163
25164         * lib/xstrtol.h: Add xstrtoimax.
25165         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
25166         * lib/strtoimax.c: New file.  Likewise, but first define
25167         STRTOUXMAX_SIGNED.
25168
25169         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
25170         ...
25171         * lib/strtoxmax.c: ... then renamed to this.
25172
25173 2001-08-18  Paul Eggert  <eggert@twinsun.com>
25174
25175         * m4/inttypes.m4: Add AC_PREREQ(2.13).
25176         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
25177         (jm_AC_TYPE_INTMAX_T): New macro.
25178         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
25179
25180         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
25181
25182         * m4/longlong.m4: Renamed from ulonglong.m4.
25183         * m4/inttypes.m4: Renamed from inttypes_h.m4.
25184         * m4/uintmax_t.m4: Removed.
25185
25186 2001-08-13  Paul Eggert  <eggert@twinsun.com>
25187
25188         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
25189         Port to Solaris 8, where 'sed' requires a space after the 'r'
25190         command, and where sh dislikes "$/".  Clean up the spacing a bit.
25191         Redirect output to $tmp just once.
25192
25193 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
25194
25195         * lib/addext.c (<errno.h>): Include.
25196         (errno): Declare if not defined.
25197         (addext): Work correctly when pathconf returns -1 and leaves
25198         errno alone because there is no limit.  Also, work even if
25199         pathconf returns a value greater than SIZE_MAX.
25200
25201 2001-08-12  Jim Meyering  <meyering@lucent.com>
25202
25203         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
25204         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
25205         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
25206         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
25207         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
25208         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
25209         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
25210         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
25211         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
25212         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
25213         utime.m4, utimes.m4, xstrtoumax.m4:
25214         Quote the first argument in each use of AC_DEFUN.
25215
25216 2001-08-12  Jim Meyering  <meyering@lucent.com>
25217
25218         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
25219         Simply `return getcwd (NULL, 0);'.
25220         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
25221         Use 1300 as initial value for length, not PATH_MAX.
25222
25223         * lib/pathmax.h: Clean up cpp syntax.
25224
25225 2001-08-12  Jim Meyering  <meyering@lucent.com>
25226
25227         * lib/gettimeofday.c: New file.
25228         * lib/gtod.h: New file.
25229         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
25230
25231 2001-08-05  Jim Meyering  <meyering@lucent.com>
25232
25233         * m4/jm-macros.m4: Require autoconf-2.52.
25234
25235 2001-08-04  Jim Meyering  <meyering@lucent.com>
25236
25237         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
25238         stmt, to get in sync with glibc.
25239
25240 2001-08-03  Paul Eggert  <eggert@twinsun.com>
25241
25242         The following changes are from gettext 0.10.39 as maintained by
25243         Bruno Haible.
25244
25245         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
25246         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
25247         with inverted sense.  All uses changed.
25248
25249         * lib/mbswidth.c: Don't include <limits.h>.
25250         Include <stdlib.h> and <string.h> unconditionally.
25251         (iswcntrl, mbsinit, ISCNTRL): New macros.
25252         (mbsnwidth): Use K&R style function declarations.
25253         Don't bother checking for MB_LEN_MAX == 1, since the compiler
25254         can optimize it when MB_CUR_MAX == 1.
25255         The width of control characters is zero, not 1.
25256
25257 2001-08-03  Paul Eggert  <eggert@twinsun.com>
25258
25259         The following changes are from gettext 0.10.39 as maintained by
25260         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
25261
25262         * m4/codeset.m4: Upgrade to serial AM1.
25263         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
25264         all uses changed.  Quote first arg of AC_DEFUN.
25265         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
25266
25267         * m4/iconv.m4: Upgrade to serial AM2.
25268         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
25269         Add --with-libconv-prefix.
25270         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
25271         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
25272         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
25273         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
25274         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
25275
25276         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
25277         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
25278         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
25279         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
25280         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
25281         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
25282         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
25283         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
25284         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
25285
25286         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
25287         string.h any more.
25288
25289         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
25290         not the default value.
25291
25292         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
25293         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
25294         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
25295         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
25296         Also check for iswcntrl, used for wcwidth fallback.
25297         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
25298         to Autoconf 2.13.
25299
25300 2001-08-03  Jim Meyering  <meyering@lucent.com>
25301
25302         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
25303         as it was in the original.  Reported by Paul Eggert.
25304
25305 2001-07-16  Jim Meyering  <meyering@lucent.com>
25306
25307         * m4/gettimeofday.m4: New file.
25308         Prompted by a report from Bernhard Baehr.
25309
25310 2001-07-15  Jim Meyering  <meyering@lucent.com>
25311
25312         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
25313         stuff. Now it's in ../Makefile.cfg.
25314
25315 2001-07-15  Jim Meyering  <meyering@lucent.com>
25316
25317         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
25318         (BUILT_SOURCES): Add unlocked-io.h.
25319         (io_functions): Define.
25320         (unlocked-io.h): New rule.
25321         (DISTCLEANFILES): Add unlocked-io.h.
25322         (all-local): Depend on unlocked-io.h, to ensure it is created.
25323
25324         * lib/unlocked-io.hin: New file
25325
25326         * lib/regex.c: Update from glibc.
25327
25328 2001-07-05  Jim Meyering  <meyering@lucent.com>
25329
25330         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
25331         recommendation.
25332         (libfetish_a_SOURCES): Put all .h files here instead.
25333         Remove a thus-exposed (better checks in automake) duplicate and
25334         two unnecessary .h files.
25335
25336 2001-07-04  Jim Meyering  <meyering@lucent.com>
25337
25338         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
25339         that generates jm-glibc-io.m4 so that it doesn't trigger any make
25340         distcheck failure.
25341
25342 2001-07-02  Jim Meyering  <meyering@lucent.com>
25343
25344         The following changes were prompted by suggestions from Bruno Haible.
25345
25346         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
25347         is now generated.
25348         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
25349         definition of EXTRA_DIST.
25350         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
25351         ensure that the generated file is created/updated whenever the list
25352         of $(unlocked_functions) is changed.
25353         (jm-glibc-io.m4): New rule.
25354         (unlocked-io.h): New rule -- currently unused.
25355
25356 2001-06-24  Jim Meyering  <meyering@lucent.com>
25357
25358         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
25359         unmatched right bracket, rather than kludging it with an extra,
25360         falsely-matching quote in a comment.  Patch by Akim Demaille.
25361
25362 2001-06-11  Jim Meyering  <meyering@lucent.com>
25363
25364         * lib/regex.c: Update from GNU libc.
25365
25366 2001-05-27  Jim Meyering  <meyering@lucent.com>
25367
25368         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
25369         Check for ut_type in struct utmp.
25370
25371 2001-05-27  Jim Meyering  <meyering@lucent.com>
25372
25373         * lib/readutmp.h (UT_TYPE): Define.
25374
25375 2001-05-24  Jim Meyering  <meyering@lucent.com>
25376
25377         * lib/argmatch.c: Include "quote.h".
25378         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
25379         quote function.  Reported by Göran Uddeborg.
25380
25381 2001-05-22  Jim Meyering  <meyering@lucent.com>
25382
25383         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
25384         now that we use the package-supplied version unconditionally.
25385         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
25386
25387 2001-05-21  Jim Meyering  <meyering@lucent.com>
25388
25389         * m4/regex.m4: Change a couple backticks to single quotes to avoid
25390         shell syntax errors.
25391
25392 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
25393
25394         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
25395
25396 2001-05-20  Paul Eggert  <eggert@twinsun.com>
25397
25398         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
25399         Don't bother to check library strftime, since
25400         we'll be using our own my_strftime function anyway.
25401         Define my_strftime instead of strftime.
25402
25403 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
25404
25405         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
25406         which is not yet declared.
25407
25408 2001-05-15  Jim Meyering  <meyering@lucent.com>
25409
25410         * m4/regex.m4: Use proper quoting so brackets appear in the test
25411         program.
25412         Reported by, and with help from, Bruno Haible.
25413
25414 2001-05-13  Jim Meyering  <meyering@lucent.com>
25415
25416         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
25417         undefined.
25418
25419 2001-05-11  Paul Eggert  <eggert@twinsun.com>
25420
25421         dirname code cleanup.  base_name now behaves more compatibly
25422         with POSIX basename when given file names that have trailing
25423         slashes, and similarly for dir_name.  Add new primitives
25424         base_len and dir_len.  Put the directory-name-related decls
25425         into dirname.h.
25426
25427         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
25428         * lib/backupfile.c (base_name): Likewise.
25429         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
25430         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
25431         * lib/makepath.c (strip_trailing_slashes): Likewise.
25432         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
25433         ISSLASH): Likewise.
25434         * lib/rename.c (strip_trailing_slashes): Likewise.
25435         * lib/same.c (base_name): Likewise.
25436         * lib/stripslash.c (ISSLASH): Likewise.
25437
25438         * lib/addext.c: Include <dirname.h> after size_t is defined.
25439         * lib/backupfile.c: Likewise.
25440
25441         * lib/addext.c (addext): Use base_len to trim redundant
25442         trailing slashes instead of doing it ourselves.
25443         But do not trim the last slash if it is not redundant.
25444
25445         * lib/backupfile.c (find_backup_file_name,
25446         max_backup_version): Use base_len instead of rolling it ourselves.
25447         Handle the case of "" and (on DOS) "C:" correctly.
25448
25449         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
25450         needed. Include <string.h>, <dirname.h>.
25451         (base_name): Allow file names ending in slashes, other than names
25452         that are all slashes.  In this case, return the basename followed
25453         by the slashes.  This is more general, and can be used in places
25454         where the original base_name purposely had an assertion failure.
25455         (base_len): New function.
25456
25457         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
25458         Do not include <assert.h>; no longer needed.
25459         Include xalloc.h.
25460         (memrchr): Remove decl.
25461         (dir_name_r): Remove.
25462         (dir_len): Renamed from dirlen.  All callers changed.
25463         Rewrite in terms of base_name, for simplicity and consistency.
25464         (dir_name): Never return NULL.  All callers changed.
25465         Do not include <stdlib.h> in test program; no longer needed.
25466         return 0; is fine for test program.
25467
25468         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
25469         New macros.
25470         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
25471
25472         * lib/path-concat.c (path_concat): Use base_len to compute
25473         base length, not strlen; this means we cannot rely on memcpy
25474         to null-terminate.
25475
25476         * lib/same.c (STREQ): Remove.
25477         (same_name): Handle the case where the basename ends in trailing '/'.
25478
25479         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
25480         a slash was stripped.  Do not strip the last slash after a
25481         file system prefix.
25482
25483 2001-05-11  Paul Eggert  <eggert@twinsun.com>
25484
25485         * lib/Makefile.am (libfetish_a_SOURCES):
25486         Add strftime.c, since we now compile it on all hosts.
25487
25488         * lib/strftime.c (my_strftime):
25489         Define to nstrftime if emacs, but only if my_strftime is not defined.
25490         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
25491         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
25492         Add one more extra argument: a nanoseconds value.
25493         All uses changed.
25494         (ns): New macro.
25495         (my_strftime function): Add %N format.
25496         (emacs_strftimeu): Renamed from emacs_strftime,
25497         with extra ut argument.
25498
25499 2001-05-09  Paul Eggert  <eggert@twinsun.com>
25500
25501         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
25502
25503 2001-04-21  Jim Meyering  <meyering@lucent.com>
25504
25505         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
25506         doesn't interfere.
25507
25508 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
25509
25510         * m4/ftruncate.m4: Check for chsize.
25511         Link with ftruncate.o unconditionally if ftruncate is missing.
25512         This was required when cross-compiling to i586-mingw32msvc.
25513
25514 2001-04-08  Jim Meyering  <meyering@lucent.com>
25515
25516         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
25517         recomputed; that's necessary when the offset spans a DST transition.
25518         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
25519
25520 2001-04-02  Jim Meyering  <meyering@lucent.com>
25521
25522         * lib/regex.h, regex.c: Update from GNU libc.
25523
25524 2001-03-24  Jim Meyering  <meyering@lucent.com>
25525
25526         * m4/jm-macros.m4: Require autoconf-2.49d.
25527
25528 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
25529
25530         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
25531
25532 2001-03-19  Paul Eggert  <eggert@twinsun.com>
25533
25534         * lib/version-etc.c (version_etc_copyright): Update to 2001.
25535
25536 2001-03-17  Jim Meyering  <meyering@lucent.com>
25537
25538         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
25539         now that the version in autoconf is equivalent.
25540         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
25541
25542         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
25543         Suggestion from Akim Demaille.
25544
25545         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
25546         (jm_PREREQ_TEMPNAME): New function.
25547
25548 2001-03-16  Paul Eggert  <eggert@twinsun.com>
25549
25550         * lib/tempname.c (uint64_t): Define to uintmax_t if
25551         not defined, and if UINT64_MAX is not defined.
25552         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
25553         Reported by John David Anglin.
25554
25555 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
25556
25557         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
25558         resolve alias if codeset is empty.
25559         * lib/config.charset (BeOS): Use wildcard syntax.
25560
25561 2001-03-13  Jim Meyering  <meyering@lucent.com>
25562
25563         * lib/path-concat.c (path_concat)
25564         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
25565         concatenating e.g., `C:' and `foo'.
25566         From Bruno Haible.
25567
25568 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
25569
25570         * lib/localcharset.c (locale_charset): Don't use
25571         setlocale(LC_CTYPE,NULL). Don't return NULL.
25572         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
25573
25574 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
25575
25576         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
25577         support for DOS/DJGPP.
25578
25579 2001-03-01  Paul Eggert  <eggert@twinsun.com>
25580
25581         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
25582         lacks mkstemp.  Compile our own tempname.c if we compile our own
25583         mkstemp.c, as mkstemp relies on tempname.
25584
25585 2001-03-01  Jim Meyering  <meyering@lucent.com>
25586
25587         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
25588         AH_VERBATIM really does output its argument verbatim.
25589
25590 2001-02-28  Paul Eggert  <eggert@twinsun.com>
25591
25592         * lib/Makefile.am (libfetish_a_SOURCES):
25593         Add dup-safer.c, fopen-safer.c.
25594         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
25595
25596         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
25597         * lib/unistd-safer.h: New files.
25598
25599 2001-02-25  Paul Eggert  <eggert@twinsun.com>
25600
25601         The mkstemp replacement is taken from glibc 2.2.2, with some
25602         portability fixes for use outside glibc, as follows:
25603
25604         * lib/tempname.c (struct_stat64): New macro.
25605         (direxists, __gen_tempname): Use it.
25606         This avoids a portability problem with Solaris 8.
25607
25608         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
25609         (<stddef.h>, <stdint.h>, <string.h>):
25610         Include only if STDC_HEADERS || _LIBC.
25611         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
25612         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
25613         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
25614         (__set_errno): Define this macro if <errno.h> doesn't.
25615         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
25616         Define these macros if <stdio.h> doesn't.
25617         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
25618         Define these macros if <sys/stat.h>
25619         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
25620         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
25621         __xstat64): Define if not _LIBC.
25622         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
25623         (__gen_tempname): Invoke gettimeofday only if
25624         HAVE_GETTIMEOFDAY || _LIBC;
25625         otherwise, fall back on plain "time".
25626         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
25627
25628         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
25629
25630         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
25631
25632 2001-02-18  Paul Eggert  <eggert@twinsun.com>
25633
25634         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
25635
25636 2001-02-17  Paul Eggert  <eggert@twinsun.com>
25637
25638         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
25639         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
25640         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
25641         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
25642
25643 2001-02-17  Paul Eggert  <eggert@twinsun.com>
25644
25645         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
25646         Remove workaround macros for hosts that have mbrtowc but not
25647         mbstate_t, as we now insist on proper declarations for both
25648         before using mbrtowc.
25649
25650 2001-02-17  Jim Meyering  <meyering@lucent.com>
25651
25652         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
25653         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
25654         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
25655         UnixWare 7.1.1.
25656
25657         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
25658         rather than AC_CACHE_VAL.
25659
25660 2001-02-17  Jim Meyering  <meyering@lucent.com>
25661
25662         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
25663         around included file name.
25664
25665         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
25666
25667         * lib/strftime.c: Update from GNU libc (the only changes were to
25668         comments).
25669
25670 2001-02-17  Jim Meyering  <meyering@lucent.com>
25671
25672         * lib/regex.c: Update from libc.
25673
25674 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
25675
25676         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
25677         clash.
25678
25679 2001-02-16  Paul Eggert  <eggert@twinsun.com>
25680
25681         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
25682         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
25683         Reported by Mark Hounschell via Paul Eggert.
25684
25685 2001-02-07  Jim Meyering  <meyering@lucent.com>
25686
25687         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
25688
25689 2001-02-05  Jim Meyering  <meyering@lucent.com>
25690
25691         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
25692         it includes the patch required for `large file' support with at least
25693         HP-UX's 10.20 /bin/cc.
25694
25695 2001-02-03  Jim Meyering  <meyering@lucent.com>
25696
25697         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
25698         AS_IF, now that it works once again (mysteriously).
25699         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
25700
25701 2001-01-30  Jim Meyering  <meyering@lucent.com>
25702
25703         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
25704         * m4/chown.m4: Rename conftestchown to conftest.chown.
25705         * m4/rename.m4: s/conftestdir/conftest.d1/ and
25706         s/conftestdir2/conftest.d2/.
25707         * m4/utimes.m4: s/conftestdata/conftest.data/
25708         Inspired by Pavel Roskin's change in autoconf.
25709
25710 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
25711
25712         * lib/config.charset: Update for FreeBSD 4.2.
25713
25714 2001-01-27  Jim Meyering  <meyering@lucent.com>
25715
25716         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
25717         a use of AS_IF.
25718         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
25719
25720 2001-01-26  Jim Meyering  <meyering@lucent.com>
25721
25722         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
25723         quotearg.c includes it.
25724
25725 2001-01-26  Jim Meyering  <meyering@lucent.com>
25726
25727         * lib/quotearg.c: Include stddef.h.
25728         * lib/quote.c: Include stddef.h.
25729         Reported by Axel Kittenberger.
25730
25731         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
25732         line in double quotes so that it evokes a better diagnostic.
25733         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
25734         Reported by Axel Kittenberger.
25735
25736 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
25737
25738         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
25739         as if it was a `charset'.
25740
25741 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
25742
25743         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
25744         has const.
25745
25746 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
25747
25748         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
25749         to avoid a warning.  Add back 'const' to inptr.
25750
25751 2001-01-20  Jim Meyering  <meyering@lucent.com>
25752
25753         Be sure that headers are checked before used in code compiled
25754         for the type checks.
25755         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
25756         In place of that, invoke jm_CHECK_ALL_TYPES.
25757         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
25758         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
25759         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
25760         The check for ssize_t was mistakenly run before the test for unistd.h.
25761
25762         The configure-time check for stdbool.h was missing.
25763         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
25764         (jm_PREREQ_HASH): New function.
25765
25766 2001-01-17  Jim Meyering  <meyering@lucent.com>
25767
25768         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
25769         for autoconf-2.49c.
25770         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
25771
25772 2001-01-16  Jim Meyering  <meyering@lucent.com>
25773
25774         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
25775         From Bruno Haible.
25776
25777 2001-01-14  Jim Meyering  <meyering@lucent.com>
25778
25779         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
25780         foo and bar.  Create conftestdir/ in the script, not in the C code.
25781         Remove directories in the script, not in the C code.
25782         Remove conftestdir{,2} before trying to create the directory.
25783         Make the entire configure script fail if the mkdir fails.
25784
25785 2001-01-14  Jim Meyering  <meyering@lucent.com>
25786
25787         * lib/rename.c: New file.  From Volker Borchert.
25788         Include stdlib.h, string.h or strings.h, and xalloc.h.
25789         Use strip_trailing_slashes rather than open-coding it.
25790
25791 2001-01-03  Paul Eggert  <eggert@twinsun.com>
25792
25793         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
25794
25795 2001-01-03  Jim Meyering  <meyering@lucent.com>
25796
25797         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
25798         of local `inptr' to avoid warning with some system declarations of
25799         iconv.
25800
25801 2001-01-02  Volker Borchert  <bt@teknon.de>
25802
25803         * m4/rename.m4: New file.
25804         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
25805
25806 2001-01-01  Jim Meyering  <meyering@lucent.com>
25807
25808         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
25809         even on systems with utmpx.h.  It's necessary for the declaration of
25810         utmp's ut_user member.  Reported by Andreas Jaeger.
25811
25812         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
25813         available. They are required for the declarations of getgrgid and
25814         getpwuid resp.
25815         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
25816         Reported by Andreas Jaeger.
25817
25818 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
25819
25820         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
25821         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
25822         so `make install' also works in VPATH builds.
25823
25824 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
25825
25826         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
25827         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
25828         can be used in subdirectories.
25829
25830 2000-12-29  Paul Eggert  <eggert@twinsun.com>
25831
25832         * lib/modechange.c: Do not assume that mode_t uses the
25833         traditional octal encoding.  E.g. "chmod 1 FOO" should set
25834         the other-execute bit of FOO even if S_IXOTH != 1.
25835
25836         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
25837         WOTH, XOTH, ALLM): New macros.
25838         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
25839          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
25840         Use them.
25841         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
25842         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
25843         (mode_compile):
25844         No need to use uintmax_t; unsigned long is long enough.
25845         Don't bother to get suffix since we don't use it.
25846
25847 2000-12-26  Jim Meyering  <meyering@lucent.com>
25848
25849         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
25850         better with autoheader.
25851
25852 2000-12-24  Jim Meyering  <meyering@lucent.com>
25853
25854         * lib/hash.c (is_prime): Return explicit boolean values.
25855         (hash_get_first): Return NULL to appease Irix5.6's 89.
25856         Reported by Nelson Beebe.
25857
25858 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
25859
25860         * lib/localcharset.c (locale_charset): Add support for Win32.
25861
25862 2000-12-18  Paul Eggert  <eggert@twinsun.com>
25863
25864         * lib/physmem.h, lib/physmem.c: New files.
25865
25866         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
25867         (noinst_HEADERS): Add physmem.h.
25868
25869         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
25870         't' for compatibility with Solaris 8 sort.
25871
25872 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
25873
25874         * lib/config.charset: Add support for BeOS.
25875
25876 2000-12-17  Jim Meyering  <meyering@lucent.com>
25877
25878         * m4/dos.m4 (jm_AC_DOS): New file and macro.
25879         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
25880
25881 2000-12-16  Jim Meyering  <meyering@lucent.com>
25882
25883         This bug had a serious impact on chown: `chown N:M FILE' (for integer
25884         N and M) would have treated it like `chown N:N FILE'.
25885
25886         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
25887
25888 2000-12-16  Jim Meyering  <meyering@lucent.com>
25889
25890         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
25891         SHELLS_FILE to a file name that's useful on djgpp systems.
25892         Include stdlib.h.
25893         (ADDITIONAL_DEFAULT_SHELLS): Define.
25894         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
25895         Based mostly on a patch from Prashant TR.
25896
25897 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
25898
25899         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
25900         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
25901         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
25902
25903 2000-12-08  Andreas Schwab  <schwab@suse.de>
25904
25905         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
25906         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
25907
25908 2000-12-07  Jim Meyering  <meyering@lucent.com>
25909
25910         * lib/stripslash.c (ISSLASH): Define.
25911         (strip_trailing_slashes): Use ISSLASH rather than comparing against
25912         `/'.
25913         From Prashant TR.
25914
25915         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
25916         (dir_name_r): Declare this function as static.
25917         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
25918         manifest itself on a name containing a mix of slashes and
25919         backslashes.
25920         Make this function work with names starting with a DOS-style
25921         drive letter and colon prefix.
25922         (dir_name): Append `.' if necessary.
25923         Based mostly on patches from Prashant TR and Eli Zaretskii.
25924
25925         * lib/dirname.h (dir_name_r): Remove prototype.
25926
25927 2000-12-06  Paul Eggert  <eggert@twinsun.com>
25928
25929         * m4/off_t-format.m4: Remove this file.
25930         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
25931
25932 2000-12-06  Jim Meyering  <meyering@lucent.com>
25933
25934         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
25935         replacement strtoull, we may well need the replacement strtoul, too.
25936         Check for declarations of strtoul and strtoull.
25937         Check for strtol.  Mainly as a cue to cause automake to include
25938         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
25939         Check for limits.h -- strtol.c needs it.
25940
25941 2000-12-05  Jim Meyering  <meyering@lucent.com>
25942
25943         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
25944
25945 2000-12-04  Jim Meyering  <meyering@lucent.com>
25946
25947         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
25948         Also include memory.h, stdlib.h, unistd.h if appropriate.
25949         Reported by Andreas Jaeger (conflicting declaration of malloc).
25950
25951 2000-12-02  Jim Meyering  <meyering@lucent.com>
25952
25953         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
25954         * m4/jm-macros.m4 (jm_MACROS): require it.
25955
25956 2000-12-02  Jim Meyering  <meyering@lucent.com>
25957
25958         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
25959
25960 2000-12-01  Paul Eggert  <eggert@twinsun.com>
25961
25962         * lib/memrchr.c: Include <config.h> before any system include file.
25963
25964 2000-11-30  Jim Meyering  <meyering@lucent.com>
25965
25966         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
25967
25968 2000-11-30  Jim Meyering  <meyering@lucent.com>
25969
25970         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
25971
25972 2000-11-29  Paul Eggert  <eggert@twinsun.com>
25973
25974         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
25975
25976 2000-11-26  Jim Meyering  <meyering@lucent.com>
25977
25978         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
25979
25980 2000-11-22  Paul Eggert  <eggert@twinsun.com>
25981
25982         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
25983         size of (size_t) -1; it's not portable.
25984
25985 2000-11-17  Jim Meyering  <meyering@lucent.com>
25986
25987         * lib/strstr.c: Update from GNU libc.
25988
25989 2000-11-17  Akim Demaille  <akim@epita.fr>
25990
25991         * lib/obstack.h: Formatting changes.
25992         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
25993         prevent type checking.
25994         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
25995         cast the value to (void *): assigning a `foo *' to a `void *'
25996         variable is valid.
25997         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
25998
25999 2000-11-16  Jim Meyering  <meyering@lucent.com>
26000
26001         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
26002
26003 2000-11-11  Jim Meyering  <meyering@lucent.com>
26004
26005         * lib/error.c: Add a couple #includes, merging from GNU libc version.
26006
26007 2000-11-10  Jim Meyering  <meyering@lucent.com>
26008
26009         * lib/obstack.h: Update from GNU libc.
26010         * lib/obstack.c: Likewise.
26011
26012 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
26013
26014         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
26015
26016 2000-11-06  Paul Eggert  <eggert@twinsun.com>
26017
26018         * lib/getusershell.c (setusershell): Use rewind rather than
26019         fseek/fseeko, to avoid configuration hassles with fseeko.
26020         Don't bother opening SHELLS_FILE if shellstream is NULL;
26021         it's not necessary.
26022
26023 2000-11-05  Jim Meyering  <meyering@lucent.com>
26024
26025         * lib/makepath.h (make_dir): Declare.
26026         * lib/makepath.c (make_dir): Remove `static' attribute.
26027         Tweak a comment.
26028
26029 2000-11-04  Jim Meyering  <meyering@lucent.com>
26030
26031         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
26032
26033 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
26034
26035         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
26036         last one in a bucket, advance to the next bucket.
26037
26038 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
26039
26040         * lib/fnmatch.c: Do not comment out all the code if we are using
26041         the GNU C library, because in some cases we are replacing buggy
26042         code in the GNU C library itself.
26043
26044 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
26045
26046         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
26047         (regex_compile): Catch bogus \(\1\).
26048
26049 2000-10-30  Paul Eggert  <eggert@twinsun.com>
26050
26051         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
26052         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
26053         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
26054
26055 2000-10-30  Paul Eggert  <eggert@twinsun.com>
26056
26057         * lib/error.h, getline.h, modechange.h:
26058         Remove "2000" from Copyright line, as the file hasn't been
26059         changed this year other than in the copyright notice.
26060
26061         * lib/xalloc.h: Add "2000" to Copyright line, as this file
26062         was changed this year.
26063
26064 2000-10-29  Jim Meyering  <meyering@lucent.com>
26065
26066         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
26067         renaming.
26068         * m4/ls-mntd-fs.m4: Likewise
26069
26070 2000-10-29  Jim Meyering  <meyering@lucent.com>
26071
26072         * lib/xstat.in: Fix grammar in comment.
26073
26074 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
26075
26076         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
26077         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
26078         doesn't define __restrict_arr.
26079
26080 2000-10-28  Jim Meyering  <meyering@lucent.com>
26081
26082         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
26083         (jm_PREREQ_MEMCHR): New function.
26084
26085 2000-10-28  Jim Meyering  <meyering@lucent.com>
26086
26087         * lib/memchr.c: Update from libc.
26088         Adjust for portability:
26089         [HAVE_STDLIB_H]: Include stdlib.h.
26090         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
26091         Undef __memchr, too.
26092         [!weak_alias]: Define __memchr to memchr.
26093
26094         * lib/regex.c: Update from libc.
26095         * lib/regex.h: Likewise.
26096         * lib/getopt1.c: Likewise.
26097         * lib/memcmp.c: Likewise.
26098
26099         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
26100         Avoid using fseek, when possible -- it's broken by design.
26101         Patch by Ulrich Drepper.
26102
26103 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
26104
26105         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
26106         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
26107         Giving in to popular pressure to shut up the compiler with casts.
26108
26109 2000-10-26  Jim Meyering  <meyering@lucent.com>
26110
26111         * lib/strftime.c: Update from libc.
26112
26113 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
26114
26115         * regex.c: More `unsigned char' -> `re_char' changes.
26116         Also change several `int' into `re_wchar_t'.
26117         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
26118         (PUSH_FAILURE_POINTER): Don't cast any more.
26119         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
26120         We want GCC to complain, since this piece of code makes
26121         re_match non-reentrant, which *should* be fixed.
26122         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
26123         (EXTEND_BUFFER): Use RETALLOC.
26124         (SET_LIST_BIT): Don't cast.
26125         (re_wchar_t): New type.
26126         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
26127         that those two functions will always properly return.
26128         (IMMEDIATE_QUIT_CHECK): Cast to void.
26129         (analyse_first): Use recursion rather than an explicit stack.
26130         (re_compile_fastmap): Can't fail anymore.
26131         (re_search_2): Don't check re_compile_fastmap for failure.
26132         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
26133         Now also sets the new value (passed in a new argument).
26134         (re_match_2_internal): Use it.
26135         Also, use a new var `reg' of type size_t when looping through regs
26136         rather than reuse the inappropriate `mcnt'.
26137
26138 2000-10-25  Jim Meyering  <meyering@lucent.com>
26139
26140         * lib/obstack.c: Update from libc.
26141
26142 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
26143
26144         * regex.c (regex_compile): Change the way of handling a range from
26145         a char less than 256 to a char not less than 256.
26146
26147 2000-10-24  Andrew Innes  <andrewi@gnu.org>
26148
26149         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
26150         NT-Emacs only.
26151         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
26152         so that re_search functions only quit when callers expect them to.
26153
26154 2000-10-23  Jim Meyering  <meyering@lucent.com>
26155
26156         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
26157         wrong.  That set_locale call must not have any side effects.
26158         From Paul Eggert.
26159
26160 2000-10-22  Jim Meyering  <meyering@lucent.com>
26161
26162         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
26163         [CYCLIC]: Remove now-unused definition.
26164
26165         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
26166         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
26167         Suggestion from Ulrich Drepper.
26168
26169 2000-10-21  Jim Meyering  <meyering@lucent.com>
26170
26171         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
26172         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
26173         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
26174
26175 2000-10-21  Jim Meyering  <meyering@lucent.com>
26176
26177         * lib/dirname.c (memrchr): Declare if necessary.
26178         (dir_name): Remove the restriction that there be no
26179         trailing slashes.  Now, this code skips past them, effectively
26180         ignoring them.
26181         [TEST_DIRNAME] (main): New unit tests.
26182
26183         * lib/memrchr.c: New file from GNU libc.
26184         Undef __memrchr, too.
26185         [!weak_alias]: Define __memrchr to memrchr.
26186         Guard weak_alias use with `#ifdef weak_alias'.
26187
26188 2000-10-21  Jim Meyering  <meyering@lucent.com>
26189
26190         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
26191         (dir_name): Use dir_name_r.
26192         * lib/dirname.h (dir_name_r): Declare it.
26193
26194 2000-10-17  Jim Meyering  <meyering@lucent.com>
26195
26196         * lib/quote.h (PARAMS): Define and use.
26197         Reported by Akim Demaille.
26198
26199         * lib/getopt.c: Update from libc.
26200
26201 2000-10-16  Jim Meyering  <meyering@lucent.com>
26202
26203         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
26204         setlocale.
26205         From Jan Fedak.
26206
26207 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
26208
26209         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
26210
26211 2000-09-25  Jim Meyering  <meyering@lucent.com>
26212
26213         * lib/md5.h (rol): Define (from GnuPG).
26214
26215         * lib/sha.c: Give credit (GnuPG) where due.
26216         (M): Use rol rather than open-coding it.
26217         Add a FIXME comment.
26218
26219 2000-09-21  Jim Meyering  <meyering@lucent.com>
26220
26221         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
26222         Reported by Michael Stone.
26223
26224 2000-09-20  Jim Meyering  <meyering@lucent.com>
26225
26226         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
26227         (noinst_HEADERS): Add sha.h.
26228         Based on code from Scott G. Miller and from GnuPG.
26229
26230 2000-09-18  Jim Meyering  <meyering@lucent.com>
26231
26232         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
26233         LIBS. Otherwise, everyone ends up linking with -lelf for some
26234         configurations.
26235         Reported by Mike Stone.
26236
26237 2000-09-15  Jim Meyering  <meyering@lucent.com>
26238
26239         * lib/regex.c: Update from libc.
26240
26241 2000-09-10  Jim Meyering  <meyering@lucent.com>
26242
26243         * lib/getopt.c (_getopt_internal): Update from glibc.
26244
26245 2000-09-09  Jim Meyering  <meyering@lucent.com>
26246
26247         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
26248         think it should be used as a general replacement for isascii.
26249         * lib/fnmatch.c: Likewise.
26250         * lib/mbswidth.c: Likewise
26251         * lib/regex.c: Likewise.
26252
26253         Don't use atoi.
26254         * lib/userspec.c: Include sys/param.h and limits.h.
26255         Include xstrtol.h.
26256         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
26257         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
26258         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
26259         UID, GID.  Check range.
26260
26261 2000-09-06  Jim Meyering  <meyering@lucent.com>
26262
26263         * lib/getopt.c (_getopt_internal): Update from glibc.
26264
26265 2000-08-30  Jim Meyering  <meyering@lucent.com>
26266
26267         * lib/strftime.c: Merge in changes from GNU libc.
26268
26269 2000-08-26  Jim Meyering  <meyering@lucent.com>
26270
26271         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
26272         * m4/fpending.m4: New file.
26273
26274 2000-08-26  Jim Meyering  <meyering@lucent.com>
26275
26276         * lib/closeout.c: Include "__fpending.h".
26277         (close_stdout_status): Return right away if there's nothing to flush.
26278
26279         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
26280         * lib/__fpending.c: New file.
26281         * lib/__fpending.h: New file.
26282
26283 2000-08-20  Jim Meyering  <meyering@lucent.com>
26284
26285         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
26286         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
26287         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
26288
26289 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
26290
26291         Improve fileutils installation on systems where running
26292         programs (like install) can't be unlinked.
26293         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
26294         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
26295
26296 2000-08-07  Paul Eggert  <eggert@twinsun.com>
26297
26298         Standardize on "memory exhausted" instead of "Memory exhausted"
26299         or "virtual memory exhausted".
26300         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
26301         "virtual memory exhausted".
26302         * lib/same.c (same_name): Invoke xalloc_die instead of printing
26303         our own message.
26304         * lib/userspec.c (parse_user_spec): Likewise.
26305         * lib/bumpalloc.h: comment fix
26306         * lib/same.c, userspec.c: Include xalloc.h.
26307
26308         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
26309         not char *const and pointing to a constant array.
26310         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
26311         (xrealloc): Comment fix.
26312
26313         * lib/userspec.c (parse_user_spec):
26314         Don't translate a message until just before returning,
26315         to avoid unnecessary translation.
26316
26317 2000-08-07  Jim Meyering  <meyering@lucent.com>
26318
26319         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
26320         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
26321         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
26322         getgroups.c, gethostname.c, getopt.h, group-member.c,
26323         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
26324         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
26325         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
26326         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
26327         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
26328         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
26329         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
26330         yesno.c: Back out Copyright date changes for each file with no change
26331         this year.  This eases coordination with other programs using the same
26332         source code modules.  From Paul Eggert.
26333
26334 2000-08-06  Paul Eggert  <eggert@twinsun.com>
26335
26336         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
26337         not char, for compatibility with glibc 2.1.3 strftime.c.
26338
26339 2000-08-03  Greg McGary  <greg@mcgary.org>
26340
26341         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
26342         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
26343         (EXTEND_BUFFER): Use them.
26344
26345 2000-08-01  Jim Meyering  <meyering@lucent.com>
26346
26347         * lib/dirname.c (ISSLASH): Define.
26348         (BACKSLASH_IS_PATH_SEPARATOR): Define.
26349         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
26350         both `\' and `/' may be use as path separators.
26351         Based on a patch from Prashant TR.
26352
26353 2000-07-31  Paul Eggert  <eggert@twinsun.com>
26354
26355         * lib/quotearg.c (quotearg_n_options): Don't make the initial
26356         slot vector a constant, since it might get modified.
26357
26358 2000-07-31  Jim Meyering  <meyering@lucent.com>
26359
26360         * lib/xmalloc.c: Use `virtual memory exhausted', not
26361         `Memory exhausted'.
26362         * lib/obstack.c (print_and_abort): Likewise.
26363
26364 2000-07-30  Paul Eggert  <eggert@twinsun.com>
26365
26366         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
26367         buffer, so that the caller can always quote one small
26368         component of a "memory exhausted" message in slot 0.
26369         From a suggestion by Jim Meyering.
26370
26371 2000-07-30  Jim Meyering  <meyering@lucent.com>
26372
26373         * lib/makepath.c (make_path): Quote the other instance, too.
26374
26375         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
26376         (STATIC_BUF_SIZE): Define.
26377         (quotearg_n_options): Use only statically allocated storage when
26378         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
26379         than STATIC_BUF_SIZE.
26380
26381 2000-07-29  Jim Meyering  <meyering@lucent.com>
26382
26383         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
26384         * lib/dirname.c (dir_name): Likewise.
26385
26386         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
26387         `/'.
26388
26389         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
26390         (dir_name): Assert that there are no trailing slashes.
26391
26392 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
26393
26394         * lib/mbswidth.h (mbswidth): Add a flags argument.
26395         (mbswidth): New declaration.
26396         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
26397         * lib/mbswidth.c (mbswidth): Add a flags argument.
26398         (mbsnwidth): New function.
26399
26400 2000-07-24  Jim Meyering  <meyering@lucent.com>
26401
26402         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
26403
26404 2000-07-23  Paul Eggert  <eggert@twinsun.com>
26405
26406         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
26407
26408 2000-07-23  Paul Eggert  <eggert@twinsun.com>
26409
26410         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
26411         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
26412         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
26413         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
26414         invoke multibyte primitives.
26415
26416 2000-07-23  Paul Eggert  <eggert@twinsun.com>
26417
26418         * lib/quotearg.c:
26419         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
26420         so that mbstate_t is always defined.
26421
26422         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
26423         be 1 in at least one GCC installation, and this configuration
26424         error is likely to be common.  Ignoring MB_LEN_MAX hurts
26425         performance on hosts that have mbrtowc but have only unibyte
26426         locales, but I assume these hosts are rare.
26427
26428 2000-07-23  Paul Eggert  <eggert@twinsun.com>
26429
26430         * lib/mbswidth.c (_XOPEN_SOURCE):
26431         Don't define; this causes problems on Solaris 7.
26432         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
26433
26434 2000-07-23  Jim Meyering  <meyering@lucent.com>
26435
26436         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
26437         too: getgrgid, getpwuid, getuid.
26438
26439 2000-07-23  Jim Meyering  <meyering@lucent.com>
26440
26441         * lib/basename.c (base_name): Add an assertion.
26442
26443 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
26444
26445         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
26446         shadow its mbsinit function.
26447
26448 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
26449
26450         * lib/mbswidth.h: New file.
26451         * lib/mbswidth.c: New file.
26452         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
26453         (noinst_HEADERS): Add mbswidth.h.
26454
26455 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
26456
26457         * lib/config.charset: Add support for FreeBSD. Improve support for
26458         HP-UX and IRIX 6.
26459
26460 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
26461
26462         * m4/mbswidth.m4: New file.
26463         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
26464
26465 2000-07-15  Jim Meyering  <meyering@lucent.com>
26466
26467         * lib/makepath.c: Include quote.h.
26468         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
26469         corresponding argument in a `quote (...)' call.
26470         Give better diagnostics.
26471
26472         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
26473         (noinst_HEADERS): Add quote.h.
26474
26475         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
26476         from tar's src/misc.c.
26477         * lib/quote.h: New file.  Prototypes for same.
26478
26479 2000-07-14  Paul Eggert  <eggert@twinsun.com>
26480
26481         From a suggestion by Bruno Haible.
26482         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
26483         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
26484         to decide whether to define the BeOS workaround macro;
26485         this adjusts to the change to AC_MBSTATE_T.
26486
26487 2000-07-14  Jim Meyering  <meyering@lucent.com>
26488
26489         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
26490         jm_AC_TYPE_UINTMAX_T.
26491
26492 2000-07-13  Paul Eggert  <eggert@twinsun.com>
26493
26494         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
26495
26496         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
26497         quotearg_buffer_restyled): Add support for
26498         clocale_quoting_style.  Undo previous change to
26499         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
26500         and "{RIGHT QUOTATION MARK}" msgids.
26501
26502 2000-07-10  Paul Eggert  <eggert@twinsun.com>
26503
26504         From a suggestion by Bruno Haible.
26505         * m4/mbstate_t.m4 (AC_MBSTATE_T):
26506         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
26507         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
26508         and mbstate_t, to a single-part test that simply defines mbstate_t.
26509         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
26510         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
26511
26512 2000-07-10  Jim Meyering  <meyering@lucent.com>
26513
26514         * m4/strerror_r.m4: Mirror the correction made in autoconf.
26515
26516         * m4/gnu-source.m4: Output to confdefs.h directly.
26517         Suggestion from Akim Demaille.
26518
26519 2000-07-09  Paul Eggert  <eggert@twinsun.com>
26520
26521         The old behavior of quoting `like this' doesn't look good with
26522         newer, ISO-style fonts.  See:
26523         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
26524
26525         Instead, quote "like this" by default.  Let the translator
26526         tailor the locale-specific quoting behavior by providing
26527         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
26528
26529         * lib/quotearg.c (N_): New macro.
26530         (gettext_default): New function.
26531         (quotearg_buffer_restyled): Use
26532         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
26533         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
26534
26535 2000-07-09  Jim Meyering  <meyering@lucent.com>
26536
26537         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
26538         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
26539
26540         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
26541         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
26542
26543 2000-07-09  Jim Meyering  <meyering@lucent.com>
26544
26545         * lib/Most files: Update copyright dates to include 2000.
26546
26547 2000-07-08  Jim Meyering  <meyering@lucent.com>
26548
26549         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
26550         if not defined.
26551         (xgethostname): Remove now-unnecessary #ifdef.
26552         Move declaration of `err' into loop where it's used.
26553
26554 2000-07-05  Paul Eggert  <eggert@twinsun.com>
26555         and Bruno Haible  <haible@clisp.cons.org>
26556
26557         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
26558         only if the test for an object-type mbstate_t fails.  This
26559         prevents us from mistakenly reporting that mbstate_t is a
26560         system object type after we "#define mbstate_t int" to work
26561         around its lack.
26562
26563 2000-07-05  Paul Eggert  <eggert@twinsun.com>
26564         and Bruno Haible  <haible@clisp.cons.org>
26565
26566         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
26567
26568 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
26569
26570         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
26571         to strerror_r.
26572         Include <ctype.h> for use of isalpha.
26573
26574 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
26575
26576         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
26577         by allocating a larger buffer. Test the gethostname return value for
26578         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
26579         returns an error and ENAMETOOLONG isn't defined.
26580
26581 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
26582
26583         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
26584         dimension.
26585
26586 2000-07-04  Jim Meyering  <meyering@lucent.com>
26587
26588         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
26589         of the deprecated AC_CHECKING.
26590
26591 2000-07-04  Jim Meyering  <meyering@lucent.com>
26592
26593         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
26594         Reported by Bruno Haible.
26595
26596 2000-07-04  Jim Meyering  <meyering@lucent.com>
26597
26598         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
26599         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
26600         lacks mbrtowc.
26601
26602 2000-07-03  Paul Eggert  <eggert@twinsun.com>
26603
26604         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
26605         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
26606
26607 2000-07-03  Paul Eggert  <eggert@twinsun.com>
26608         and Bruno Haible  <haible@clisp.cons.org>
26609
26610         * lib/quotearg.c (mbrtowc):
26611         Assign to *pwc, and return 1 only if result is nonzero.
26612         (iswprint): Use ISPRINT when substituting our own mbrtowc.
26613
26614 2000-07-03  Jim Meyering  <meyering@lucent.com>
26615
26616         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
26617
26618 2000-07-03  Jim Meyering  <meyering@lucent.com>
26619
26620         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
26621         This is necessary to get a definition of e.g., UTMP_FILE on
26622         HP-UX 10.20.
26623         From Bob Proulx.
26624
26625 2000-07-02  Jim Meyering  <meyering@lucent.com>
26626
26627         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
26628
26629         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
26630         AC_LIBOBJ(function_name).
26631         * m4/chown.m4: Likewise.
26632         * m4/fnmatch.m4: Likewise.
26633         * m4/ftruncate.m4: Likewise.
26634         * m4/getgroups.m4: Likewise.
26635         * m4/getline.m4: Likewise.
26636         * m4/group-member.m4: Likewise.
26637         * m4/jm-macros.m4: Likewise.
26638         * m4/lstat.m4: Likewise.
26639         * m4/malloc.m4: Likewise.
26640         * m4/memcmp.m4: Likewise.
26641         * m4/nanosleep.m4: Likewise.
26642         * m4/putenv.m4: Likewise.
26643         * m4/realloc.m4: Likewise.
26644         * m4/regex.m4: Likewise.
26645         * m4/stat.m4: Likewise.
26646         * m4/strftime.m4: Likewise.
26647
26648 2000-07-02  Jim Meyering  <meyering@lucent.com>
26649
26650         * lib/quotearg.c (mbstate_t): Don't define here.
26651
26652 2000-07-02  Jim Meyering  <meyering@lucent.com>
26653
26654         * lib/nanosleep.c (SIGCONT): Define if not already defined.
26655
26656 2000-07-01  Jim Meyering  <meyering@lucent.com>
26657
26658         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
26659
26660 2000-07-01  Jim Meyering  <meyering@lucent.com>
26661
26662         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
26663         problem.
26664
26665 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
26666
26667         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
26668         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
26669
26670 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
26671
26672         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
26673         per change in ../m4/ls-mntd-fs.m4.
26674         (read_filesystem_list): Ignore symbolic links.
26675
26676 2000-06-29  Jim Meyering  <meyering@lucent.com>
26677
26678         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
26679         for declaration of strcmp.
26680
26681         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
26682
26683         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
26684         Avoid warning by casting result to `char *' to remove `const'.
26685
26686 2000-06-28  Jim Meyering  <meyering@lucent.com>
26687
26688         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
26689         included by quotearg.c, for which we perform this test.  From
26690         Bruno Haible.
26691
26692 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
26693
26694         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
26695         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
26696         <utmpx.h> exists, put readutmp.o into LIBOBJS.
26697
26698 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
26699
26700         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
26701
26702 2000-06-26  Paul Eggert  <eggert@twinsun.com>
26703
26704         savedir now sets errno on failure and invokes xmalloc to get memory.
26705         Fix a couple of other minor bugs while we're at it.
26706
26707         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
26708         (NAMLEN): Remove macro.
26709         (malloc, realloc): Remove decls.
26710         (stpcpy): Likewise.
26711         ("xalloc.h"): Include.
26712         (NAME_SIZE_DEFAULT): New macro.
26713         (savedir): Use xmalloc / xrealloc to allocate memory.
26714         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
26715         Skip "" directory entries.
26716         Use strlen to calculate directory entry length, since the old method
26717         is rarely used these days and isn't worth supporting.
26718         Don't use a pointer after freeing it.
26719         Check for integer overflow when calculating allocation size.
26720         Use memcpy to copy entries, instead of stpcpy.
26721         Set errno properly when returning NULL.
26722         Check for readdir error.
26723
26724 2000-06-26  Jim Meyering  <meyering@lucent.com>
26725
26726         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
26727
26728 2000-06-25  Jim Meyering  <meyering@lucent.com>
26729
26730         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
26731         Linux header bug when _XOPEN_SOURCE is defined to 500.
26732
26733 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
26734
26735         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
26736         deficiency.
26737
26738 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
26739
26740         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
26741         Include xalloc.h.
26742         Don't include <stdlib.h>.  Don't declare malloc, realloc.
26743
26744 2000-06-24  Jim Meyering  <meyering@lucent.com>
26745
26746         * m4/strerror_r.m4: Revive this file -- to try out an experimental
26747         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
26748         for which strerror does return char*, but which lacks a conveniently
26749         accessible declaration of the function.  If the compile-test says
26750         strerror_r doesn't work, then resort to a `run'-test that works on
26751         BeOS and segfaults on DEC Unix.
26752
26753 2000-06-24  Jim Meyering  <meyering@lucent.com>
26754
26755         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
26756
26757 2000-06-23  Paul Eggert  <eggert@twinsun.com>
26758
26759         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
26760         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
26761
26762 2000-06-23  Paul Eggert  <eggert@twinsun.com>
26763
26764         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
26765         (mbrtowc, mbstate_t): Define substitutes if
26766         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
26767         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
26768         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
26769
26770 2000-06-23  Jim Meyering  <meyering@lucent.com>
26771
26772         * m4/afs.m4: Add missing AC_MSG_RESULT.
26773         Reported by Bruno Haible.
26774
26775         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
26776         Suggestion from Bruno Haible.
26777
26778 2000-06-23  Jim Meyering  <meyering@lucent.com>
26779
26780         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
26781
26782 2000-06-21  Jim Meyering  <meyering@lucent.com>
26783
26784         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
26785
26786 2000-06-21  Jim Meyering  <meyering@lucent.com>
26787
26788         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
26789         (noinst_HEADERS): Add getstr.h.
26790
26791         * lib/getline.c (getstr): Move into a separate file.
26792         * lib/getstr.c (getstr): New file, extracted from getline.c, with
26793         the following changes: new parameter, delim2; both delim[12]
26794         parameters have type `int', not `char'.  The latter would lose
26795         with 8-bit delimiters.
26796         * lib/getstr.h: New file.
26797
26798 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
26799
26800         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
26801         than 1024, return a memory chunk of least possible size, instead
26802         of size PATH_MAX + 2. In the loop, increment the size proportionally.
26803         Use free/xmalloc instead of xrealloc to avoid copying for very long
26804         paths.
26805
26806 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
26807
26808         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
26809         the empty string.
26810
26811 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
26812
26813         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
26814         address, not strdup.  Include <stdlib.h> and don't declare free().
26815
26816 2000-06-19  Jim Meyering  <meyering@lucent.com>
26817
26818         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
26819
26820 2000-06-18  Jim Meyering  <meyering@lucent.com>
26821
26822         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
26823
26824         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
26825         `checking whether...' message to be consistent with that of the
26826         lstat test.
26827
26828 2000-06-18  Jim Meyering  <meyering@lucent.com>
26829
26830         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
26831         Besides, these days every porting target provides a mkdir function.
26832
26833         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
26834         needed. (this snippet comes from src/system.h).
26835
26836 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
26837
26838         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
26839
26840 2000-06-15  Paul Eggert  <eggert@twinsun.com>
26841
26842         * lib/human.c (adjust_value): New function.
26843         (human_readable_inexact): Apply rounding style even when
26844         printing approximate values.
26845
26846 2000-06-14  Paul Eggert  <eggert@twinsun.com>
26847
26848         * lib/human.c (human_readable_inexact): Allow an input block
26849         size that is not a multiple of the output block size, and vice versa.
26850         Reported by Piergiorgio Sartor.
26851
26852 2000-06-14  Paul Eggert  <eggert@twinsun.com>
26853
26854         * lib/getdate.y (get_date): Apply relative times after time
26855         zone indicator, not before.  Reported by Todd A. Jacobs.
26856
26857 2000-06-13  Jim Meyering  <meyering@lucent.com>
26858
26859         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
26860
26861         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
26862
26863 2000-06-12  Paul Eggert  <eggert@twinsun.com>
26864
26865         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
26866
26867 2000-06-12  Jim Meyering  <meyering@lucent.com>
26868
26869         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
26870         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
26871         optional argument.
26872         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
26873         the optional argument, `lib'.
26874
26875 2000-06-08  Jim Meyering  <meyering@lucent.com>
26876
26877         * m4/largefile.m4: Remove file (now that it's part of autoconf).
26878
26879 2000-06-04  Paul Eggert  <eggert@twinsun.com>
26880
26881         Rewrite largefile configuration so that we don't need to run
26882         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
26883         AC_CANONICAL_HOST in configure.in -- jmm]
26884
26885         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
26886         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
26887         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
26888         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
26889         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
26890         All uses changed.
26891         Instead of inspecting the output of getconf, try to compile the
26892         test program without and with the macro definition.
26893         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
26894         for getconf.  Instead, check for the needed flags by compiling
26895         test programs.
26896
26897 2000-06-04  Paul Eggert  <eggert@twinsun.com>
26898
26899         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
26900
26901 2000-06-04  Jim Meyering  <meyering@lucent.com>
26902
26903         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
26904         SunOS 4.1.4 for which gid_t is an unsigned type.
26905
26906 2000-06-03  Jim Meyering  <meyering@lucent.com>
26907
26908         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
26909         now that autoconf requires that.
26910
26911         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
26912         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
26913         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
26914
26915 2000-06-03  Jim Meyering  <meyering@lucent.com>
26916
26917         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
26918
26919 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
26920
26921         * m4/glibc21.m4: New file.
26922         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
26923
26924 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
26925
26926         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
26927         newer, don't install charset.alias.
26928         * lib/config.charset: Change the Linux/glibc rules so they become empty
26929         on glibc-2.1 or newer.
26930
26931 2000-06-02  Jim Meyering  <meyering@lucent.com>
26932
26933         * lib/mountlist.c: Back out last change.  Instead, do this...
26934         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
26935         me_dummy member using the same `ignore'-testing code.
26936         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
26937         fs_type strings.
26938         From Mark D. Roth.
26939
26940 2000-05-29  Jim Meyering  <meyering@lucent.com>
26941
26942         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
26943         mounts with the `ignore' attribute.  Based on a patch from
26944         Mark D. Roth.
26945
26946 2000-05-28  Jim Meyering  <meyering@lucent.com>
26947
26948         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
26949         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
26950         * m4/stat.m4: Likewise.
26951         * m4/lstat.m4: Likewise.
26952         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
26953
26954         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
26955         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
26956
26957 2000-05-26  Jim Meyering  <meyering@lucent.com>
26958
26959         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
26960
26961 2000-05-24  Jim Meyering  <meyering@lucent.com>
26962
26963         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
26964         autoconf requires that.
26965         * m4/lib-check.m4: Likewise.
26966         * m4/jm-macros.m4: Likewise.
26967         * m4/strftime.m4: Likewise.
26968
26969         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
26970         AC_CHECK_DECLS, now that autoconf requires that.
26971
26972 2000-05-22  Jim Meyering  <meyering@lucent.com>
26973
26974         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
26975         * m4/lstat.m4: Likewise.
26976
26977 2000-05-22  Jim Meyering  <meyering@lucent.com>
26978
26979         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
26980
26981 2000-05-20  Jim Meyering  <meyering@lucent.com>
26982
26983         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
26984         (jm_PREREQ): Use it.
26985
26986 2000-05-18  Jim Meyering  <meyering@lucent.com>
26987
26988         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
26989         back, too, since it may have been modified by allocate_entry.
26990         (hash_delete): Rewrite to use neither the assignment operator
26991         nor the comma operator in an if-expression.
26992
26993 2000-05-15  Paul Eggert  <eggert@twinsun.com>
26994
26995         * lib/closeout.c:
26996         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
26997         Remove; no longer needed.
26998         "quotearg.h": Add include.
26999         (file_name): Do not bother to explicitly initialize to NULL; it's less
27000         efficient on some hosts.
27001         (close_stdout_status): Remove test as to whether stdout was already
27002         closed; it breaks for the case "echo x | sort >&-".
27003         Quote file name colons.
27004         Do not assume that _("write error") lacks format strings.
27005
27006 2000-05-15  Jim Meyering  <meyering@lucent.com>
27007
27008         * lib/version-etc.c (version_etc_copyright): Update the copyright
27009         string used in all --version output.
27010
27011 2000-05-14  Jim Meyering  <meyering@lucent.com>
27012
27013         * lib/closeout.c (close_stdout_set_file_name): New function.
27014         (close_stdout_status): Use new file-scoped global.
27015         Return right away if fstat says the stdout file descriptor is invalid.
27016         * lib/closeout.h (close_stdout_set_file_name): Declare.
27017
27018 2000-05-10  Jim Meyering  <meyering@lucent.com>
27019
27020         * lib/closeout.c [default_exit_status]: New file-scoped variable.
27021         (close_stdout_set_status): New function.
27022         * lib/closeout.h (close_stdout_set_status): Declare.
27023
27024 2000-05-09  Jim Meyering  <meyering@lucent.com>
27025
27026         * m4/gettext.m4: Rename this...
27027         * m4/libintl.m4: ...to this.
27028
27029 2000-05-08  Jim Meyering  <meyering@lucent.com>
27030
27031         * lib/long-options.c: Don't include closeout.h.
27032         (parse_long_options): Don't call close_stdout for --version.
27033
27034 2000-05-06  Paul Eggert  <eggert@twinsun.com>
27035
27036         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
27037         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
27038         2.1.3 bug.  This avoids a clash when files like regex.c define
27039         _GNU_SOURCE.
27040
27041 2000-05-06  Jim Meyering  <meyering@lucent.com>
27042
27043         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
27044         (AC_REPLACE_FUNCS): Add strnlen.
27045
27046         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
27047         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
27048
27049         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
27050         AC_SEARCH_LIBS call for nanosleep.
27051         (LIB_NANOSLEEP): Set and AC_SUBST.
27052
27053 2000-05-06  Jim Meyering  <meyering@lucent.com>
27054
27055         * lib/strnlen.c: Undefine __strnlen and strnlen.
27056         [!weak_alias]: Define __strnlen to strnlen.
27057
27058         * lib/atexit.c: New file, from libiberty.
27059
27060 2000-05-06  Jim Meyering  <meyering@lucent.com>
27061
27062         * lib/closeout.c (close_stdout_status): Also check for errors on the
27063         stderr stream.
27064
27065 2000-05-05  Jim Meyering  <meyering@lucent.com>
27066
27067         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
27068         AC_SEARCH_LIBS call for clock_gettime.
27069         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
27070
27071         * m4/search-libs.m4: Update from autoconf.
27072
27073         su doesn't work on Solaris 2.6.
27074         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
27075         <shadow.h>.  Reported by Dragos Harabor.
27076
27077 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
27078
27079         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
27080         memcpy instead of xmalloc, xrealloc, path_concat.
27081         (locale_charset): Treat empty environment variables as absent.
27082         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
27083
27084 2000-05-04  Jim Meyering  <meyering@lucent.com>
27085
27086         * lib/getopt.c: Update from glibc.
27087         * lib/obstack.c: Likewise.
27088         * lib/obstack.h: Likewise.
27089         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
27090         file
27091
27092         * lib/regex.h: Likewise.
27093         * lib/strndup.c: Likewise.
27094         * lib/strnlen.c: New file, from glibc.
27095
27096 2000-05-03  Jim Meyering  <meyering@lucent.com>
27097
27098         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
27099
27100 2000-05-02  Paul Eggert  <eggert@twinsun.com>
27101
27102         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
27103         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
27104         compile-time test, rather than inspecting host and OS, to
27105         decide whether to define _LARGEFILE_SOURCE.
27106
27107 2000-05-01  Jim Meyering  <meyering@lucent.com>
27108
27109         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
27110
27111         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
27112         Based on a patch from Bruno Haible.
27113
27114 2000-05-01  Jim Meyering  <meyering@lucent.com>
27115
27116         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
27117
27118 2000-04-29  Jim Meyering  <meyering@lucent.com>
27119
27120         * lib/path-concat.c: Declare strdup only if it's not defined.
27121         * lib/canon-host.c: Likewise.
27122
27123 2000-04-28  Jim Meyering  <meyering@lucent.com>
27124
27125         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
27126         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
27127         is included first, then limits.h is included by locale.h by libintl.h.
27128         From John David Anglin.
27129
27130 2000-04-25  Jim Meyering  <meyering@lucent.com>
27131
27132         * lib/makepath.c (S_IRWXUGO): Define.
27133         (make_path): Always perform explicit chmod if MODE specifies any
27134         of the `special' permission bits.  Prompted by a bug report against
27135         install from Mate Wierdl and Joost van Baal.
27136
27137 2000-04-18  Jim Meyering  <meyering@lucent.com>
27138
27139         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
27140         (jm_PREREQ): Use it.
27141
27142 2000-04-18  Jim Meyering  <meyering@lucent.com>
27143
27144         * lib/README: New file.
27145
27146         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
27147         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
27148
27149 2000-04-17  Jim Meyering  <meyering@lucent.com>
27150
27151         Get it right :-)
27152         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
27153         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
27154         Suggestion from Akim Demaille.
27155
27156 2000-04-17  Jim Meyering  <meyering@lucent.com>
27157
27158         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
27159         the definition of it to rpl_strftime also defined-away the system's
27160         declaration.
27161
27162 2000-04-15  Jim Meyering  <meyering@lucent.com>
27163
27164         Use `C' to denote so-called `contiguous' files, the same way
27165         that tar does.
27166         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
27167         (ftypelet): Use S_ISCTG.
27168         From Michael Deutschmann.
27169
27170 2000-04-14  Jim Meyering  <meyering@lucent.com>
27171
27172         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
27173         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
27174         clobbered.
27175
27176 2000-04-14  Jim Meyering  <meyering@lucent.com>
27177
27178         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
27179
27180 2000-04-13  Jim Meyering  <meyering@lucent.com>
27181
27182         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
27183         AH_VERBATIM to insert required #ifndef into config.h.in.
27184         Suggestion from Akim Demaille.
27185
27186 2000-04-12  Jim Meyering  <meyering@lucent.com>
27187
27188         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
27189         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
27190         Christian Krackowizer.
27191
27192         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
27193         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
27194         (AC_SYS_LARGEFILE): Require.
27195         (AM_C_PROTOTYPES): Require.
27196
27197 2000-04-08  Jim Meyering  <meyering@lucent.com>
27198
27199         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
27200         names don't conflict.  Reported by Eli Zaretskii.
27201
27202 2000-04-07  Jim Meyering  <meyering@lucent.com>
27203
27204         * lib/putenv.c: Move inclusion of errno.h so it follows that of
27205         sys/types.h, to work around system header problems on AIX 3.2.5.
27206         From Bruno Haible.
27207
27208 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
27209
27210         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
27211         bug.  Deal with the different error behavior of Irix iconv.
27212
27213 2000-04-05  Paul Eggert  <eggert@twinsun.com>
27214
27215         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
27216         IRIX if the installer said otherwise.
27217
27218 2000-04-05  Jim Meyering  <meyering@lucent.com>
27219
27220         Portability tweaks required for ultrix4.3.
27221         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
27222         (jm_CHECK_DECLS): Add getutent to the list of functions.
27223         (_jm_DECL_HEADERS): Add utmpx.h.
27224         From John David Anglin.
27225
27226         * m4/strftime.m4: Back out the 2000-04-02 change.
27227         Instead of that change, simply undefine putenv in the test program.
27228
27229 2000-04-05  Jim Meyering  <meyering@lucent.com>
27230
27231         Portability tweaks required for ultrix4.3.
27232         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
27233         getutent.
27234         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
27235         * lib/canon-host.c: Declare strdup.
27236         * lib/path-concat.c: Likewise.
27237         From John David Anglin.
27238
27239 2000-04-04  Jim Meyering  <meyering@lucent.com>
27240
27241         Be more DOS 8.3-friendly.
27242         * lib/ref-add.sin: Renamed from ref-add.sed.in.
27243         * lib/ref-del.sin: Renamed from ref-del.sed.in.
27244         * lib/Makefile.am: Reflect renaming.
27245         Reported by Eli Zaretskii.
27246
27247         Use a temporary file name that won't clash with `charset.alias'
27248         in the DOS 8.3 name space.
27249         * lib/Makefile.am (charset_tmp): Define.
27250         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
27251         (uninstall-local): Likewise.
27252         Reported by Eli Zaretskii.
27253
27254 2000-04-03  Jim Meyering  <meyering@lucent.com>
27255
27256         * m4/gettext.m4: Fix typo in comment.
27257
27258         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
27259         textutils/configure.in).  Suggestion from Paul Eggert.
27260         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
27261
27262 2000-04-02  Paul Eggert  <eggert@twinsun.com>
27263
27264         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
27265         variable in the shell rather than using putenv, which isn't
27266         portable.  This avoids the configure-time inter-test dependency
27267         on the potentially-renamed putenv function.
27268
27269 2000-03-30  Paul Eggert  <eggert@twinsun.com>
27270
27271         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
27272         before checking struct stat.st_blksize, so that
27273         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
27274
27275 2000-03-29  Paul Eggert  <eggert@twinsun.com>
27276
27277         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
27278         since strftime.c uses HAVE_STRFTIME to decide whether to use
27279         the underlying strftime.
27280
27281 2000-03-29  Paul Eggert  <eggert@twinsun.com>
27282
27283         * lib/time/strftime.c (my_strftime): Make sure we call the system
27284         strftime, not ourselves, when invoking the underlying strftime.
27285
27286 2000-03-24  Jim Meyering  <meyering@lucent.com>
27287
27288         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
27289         (charset_alias): Define.
27290         (install-exec-local): Factor out common code.
27291         (uninstall-local): Split lines longer than 80.
27292         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
27293         (SUFFIXES): Define.
27294         (.sed.in.sed): New rule.  Don't redirect directly to $@.
27295         (CLEANFILES): Add ref-add.sed and ref-del.sed.
27296
27297 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
27298
27299         * lib/config.charset: Output a line containing "Packages using this
27300         file".
27301         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
27302         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
27303         ref-del.sed): New rules.
27304
27305 2000-03-17  Jim Meyering  <meyering@lucent.com>
27306
27307         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
27308         Otherwise, include <strings.h>
27309
27310 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
27311
27312         * lib/unicodeio.c (utf8_wctomb): New function.
27313         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
27314         format instead of in UCS-4 with platform dependent endianness.
27315
27316 2000-03-10  Jim Meyering  <meyering@lucent.com>
27317
27318         * m4/lib-check.m4: Look for getspnam in -lgen, too.
27319         From Marco Franzen.
27320
27321 2000-03-07  Paul Eggert  <eggert@twinsun.com>
27322
27323         * lib/savedir.c (savedir): Work even if directory size is
27324         negative; this can happen with some screwy NFS configurations.
27325
27326 2000-03-06  Jim Meyering  <meyering@lucent.com>
27327
27328         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
27329         if it's NULL (because we ran out of memory).  From Bruno Haible.
27330
27331 2000-03-05  Jim Meyering  <meyering@lucent.com>
27332
27333         * lib/localcharset.c ("path-concat.h"): Include.
27334         (get_charset_aliases): Use path_concat instead of ANSI string
27335         concatenation.
27336
27337         * lib/unicodeio.h (PARAMS): Define.
27338         Use it to guard prototype.
27339
27340 2000-03-04  Jim Meyering  <meyering@lucent.com>
27341
27342         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
27343         for lib/localcharset.c.
27344
27345 2000-03-04  Jim Meyering  <meyering@lucent.com>
27346
27347         * lib/Makefile.am (install-exec-local): Create $(libdir) before
27348         installing into it.
27349         (uninstall-local): Uncomment this rule so `make distcheck' works
27350         once again.
27351
27352         * lib/unicodeio.c (<errno.h>): Include it.
27353         (errno): Declare if not defined.
27354
27355         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
27356
27357         * lib/config.charset: New version, incorporating remarks from a linux
27358         i18n mailing list.  From Bruno Haible.
27359
27360 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
27361
27362         * m4/codeset.m4: New file.
27363         * m4/iconv.m4: New file.
27364         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
27365
27366 2000-03-03  Jim Meyering  <meyering@lucent.com>
27367
27368         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
27369
27370 2000-03-02  Jim Meyering  <meyering@lucent.com>
27371
27372         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
27373         the messages come out on separate lines.
27374
27375         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
27376         rather than jm_CHECK_DECLARATIONS.
27377         * m4/decl.m4: Remove now-unused file.
27378
27379         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
27380         geteuid.
27381
27382 2000-03-02  Jim Meyering  <meyering@lucent.com>
27383
27384         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
27385
27386 2000-03-01  Jim Meyering  <meyering@lucent.com>
27387
27388         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
27389         * lib/unicodeio.c: Likewise.
27390
27391 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
27392
27393         * lib/config.charset: New file.
27394         * lib/localcharset.c: New file.
27395         * lib/unicodeio.h, lib/unicodeio.c: New files.
27396         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
27397         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
27398         (noinst_HEADERS): Add unicodeio.h.
27399         (all-local, install-exec-local, charset.alias): New targets.
27400
27401 2000-02-28  Paul Eggert  <eggert@twinsun.com>
27402
27403         * lib/quotearg.c (ALERT_CHAR): New macro.
27404         (quotearg_buffer_restyled): Use it.
27405
27406 2000-02-27  Jim Meyering  <meyering@lucent.com>
27407
27408         * m4/check-decl.m4: Add getenv to the list.
27409
27410 2000-02-27  Jim Meyering  <meyering@lucent.com>
27411
27412         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
27413         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
27414
27415         * lib/backupfile.c: Guard inclusion of stdlib.h with
27416         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
27417         Declare malloc if needed.
27418
27419         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
27420         `#ifndef HAVE_DECL..'
27421         now that autoconf always defines the HAVE_DECL_ symbols.
27422         * lib/human.c: Likewise.
27423         * lib/same.c: Likewise.
27424         * lib/strtoumax.c: Likewise.
27425
27426         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
27427         declaration check was not run.
27428         * lib/hash.c: Likewise.
27429         * lib/human.c: Likewise.
27430         * lib/same.c: Likewise.
27431         * lib/strtoumax.c: Likewise.
27432
27433         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
27434         `.', then first look up the entire `.'-containing string as a login
27435         name.
27436
27437 2000-02-23  Jim Meyering  <meyering@lucent.com>
27438
27439         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
27440         in place of my hack.
27441
27442 2000-02-18  Paul Eggert  <eggert@twinsun.com>
27443
27444         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
27445         (textint): New typedef.
27446         (parser_control): Member year changed from int to textint.
27447         All uses changed.
27448         (YYSTYPE): Removed; replaced by %union with int and textint members.
27449         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
27450         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
27451         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
27452         (tSNUMBER, tUNUMBER): Now of type <textintval>.
27453         (date, number, to_year): Use width of number in digits, not its value,
27454         to determine whether it's a 2-digit year, or a 2-digit time.
27455         (yylex): Store number of digits of numeric tokens.
27456         Reported by John Kendall.
27457
27458         (parser_control): Changed from struct parser_control to typedef (for
27459         consistency).  All uses changed.
27460
27461         (tID): Removed; not used.
27462         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
27463
27464 2000-02-14  Paul Eggert  <eggert@twinsun.com>
27465
27466         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
27467         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
27468
27469 2000-02-12  Jim Meyering  <meyering@lucent.com>
27470
27471         * lib/userspec.c (ISDIGIT): Define it.
27472         (isdigit): Remove definition.
27473         (is_number): Use ISDIGIT, not isdigit.
27474         <libintl.h>: Include.
27475         (_ and N_): Define.
27476         (parse_user_spec): Mark translatable strings.
27477
27478 2000-02-10  Jim Meyering  <meyering@lucent.com>
27479
27480         With these changes, nanosleep.[ch] are finally enough like the other
27481         lib/* replacement files to compile on a few more losing systems.
27482
27483         * lib/nanosleep.h: Don't include config.h.
27484         Remove prototype from declaration of nanosleep.
27485         (PARAMS): Remove now-unneeded definition.
27486         * lib/nanosleep.c: #undef nanosleep.
27487         (rpl_nanosleep): Rename from nanosleep.
27488
27489 2000-02-10  Jim Meyering  <meyering@lucent.com>
27490
27491         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
27492         gnu_nanosleep to rpl_nanosleep.
27493
27494 2000-02-09  Jim Meyering  <meyering@lucent.com>
27495
27496         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
27497         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
27498
27499 2000-02-08  Akim Demaille  <akim@epita.fr>
27500
27501         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
27502         `[' and `]' and remove uses of `changequote'.
27503         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
27504         (AC_SYS_LARGEFILE): Likewise.
27505         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
27506         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
27507         of changequote.
27508         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
27509         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
27510         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
27511         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
27512
27513 2000-02-05  Jim Meyering  <meyering@lucent.com>
27514
27515         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
27516         Remove explicit use of AC_HEADER_TIME.  It is required by
27517         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
27518         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
27519         in autoconf whereby the expansion of the latter ended up preceding
27520         the expansion of its prerequisite, AC_HEADER_TIME.
27521         Reported by Volker Borchert.
27522
27523 2000-02-03  Jim Meyering  <meyering@lucent.com>
27524
27525         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
27526
27527 2000-02-03  Jim Meyering  <meyering@lucent.com>
27528
27529         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
27530         rather than with `#if HAVE_UTMPNAME'.
27531
27532 2000-02-02  Jim Meyering  <meyering@lucent.com>
27533
27534         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
27535         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
27536         Reported by Eli Zaretskii.
27537
27538 2000-02-01  Jim Meyering  <meyering@lucent.com>
27539
27540         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
27541
27542 2000-01-31  Jim Meyering  <meyering@lucent.com>
27543
27544         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
27545         functions.  Add the time.h and sys/time.h headers along with the
27546         AC_REQUIRE'ment of AC_HEADER_TIME.
27547
27548 2000-01-31  Jim Meyering  <meyering@lucent.com>
27549
27550         * lib/nanosleep.h (nanosleep): Guard declaration with
27551         `#if ! HAVE_DECL_NANOSLEEP'.
27552         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
27553         the declaration in that vendor's sys/timers.h.
27554         Reported by Christian Krackowizer.
27555
27556         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
27557         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
27558         (ISPRINT): Likewise.
27559         Reported by Tom Tromey.
27560
27561 2000-01-30  Jim Meyering  <meyering@lucent.com>
27562
27563         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
27564
27565         * m4/prereq.m4 (utmp_includes): Define.
27566         Check for ut_user and ut_name members in both struct utmpx
27567         and struct utmp.
27568
27569 2000-01-30  Jim Meyering  <meyering@lucent.com>
27570
27571         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
27572         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
27573         header files where only utmpx.ut_user is declared.
27574
27575         * lib/readutmp.h (UT_USER): Define.
27576
27577 2000-01-29  Jim Meyering  <meyering@lucent.com>
27578
27579         * m4/lib-check.m4: New file containing library-related checks from
27580         fileutils and sh-utils (textutils had none).
27581
27582 2000-01-28  Jim Meyering  <meyering@lucent.com>
27583
27584         * m4/perl.m4: Change format of warning message to look more like that
27585         from the missing script.  Suggestion from François Pinard.
27586
27587 2000-01-25  Jim Meyering  <meyering@lucent.com>
27588
27589         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
27590         well as time.h in the compile check.
27591         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
27592         Fix typo in cross-compiling case: s/yes/no/.
27593
27594 2000-01-23  Jim Meyering  <meyering@lucent.com>
27595
27596         * m4/jm-macros.m4: Move df-related tests here from
27597         fileutils/configure.in
27598
27599         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
27600         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
27601
27602         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
27603         s/space/ac_fsusage_space/.
27604         (jm_FILE_SYSTEM_USAGE): Take two parameters.
27605
27606         * m4/ftruncate.m4: New file (derived from part of
27607         fileutils/configure.in).
27608         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
27609         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
27610
27611         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
27612         AC_SUBST these here, rather than just in sh-util/configure.in, so
27613         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
27614         all the same.
27615         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
27616         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
27617         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
27618         (AC_SUBST(POW_LIBM)): Likewise.
27619         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
27620
27621 2000-01-23  Jim Meyering  <meyering@lucent.com>
27622
27623         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
27624         obstack.c.
27625
27626 2000-01-22  Jim Meyering  <meyering@lucent.com>
27627
27628         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
27629
27630         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
27631
27632         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
27633         configure.in
27634         (AC_CHECK_HEADERS): Likewise for sh-utils.
27635         (AC_CHECK_HEADERS): Likewise for textutils.
27636         Merge the three lists of headers.
27637
27638         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
27639         from fileutils' configure.in.
27640
27641         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
27642         code. Moved tests into their own function (_jm_DECL_HEADERS) in
27643         check-decl.m4.
27644
27645         * m4/check-decl.m4: Use #if rather than #ifdef.
27646         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
27647         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
27648         (_jm_DECL_HEADERS): Define new function.
27649         (jm_CHECK_DECLARATIONS): Require it.
27650
27651 2000-01-22  Jim Meyering  <meyering@lucent.com>
27652
27653         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
27654         [! HAVE_DECL_STRTOULL]: Declare strtoull.
27655         Required for some AIX systems.  Reported by Christian Krackowizer.
27656         [TESTING] (main): New function.
27657
27658         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
27659         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
27660         letters.
27661
27662         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
27663         iswprint.
27664
27665         * lib/strverscmp.c (ISDIGIT): Define.
27666         (strverscmp): Use ISDIGIT, not isdigit.
27667
27668 2000-01-19  Jim Meyering  <meyering@lucent.com>
27669
27670         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
27671         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
27672         defines `struct timespec' in <sys/time.h>
27673
27674         * m4/c-bs-a.m4: Remove uses of changequote altogether.
27675         Thanks to Akim for explaining.
27676
27677 2000-01-17  Paul Eggert  <eggert@twinsun.com>
27678
27679         * lib/nanosleep.c (nanosleep):
27680         Don't use SA_INTERRUPT to decide whether to call sigaction, as
27681         POSIX.1 doesn't require SA_INTERRUPT and some systems
27682         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
27683         it's been part of POSIX.1 since day 1 (in 1988).
27684
27685 2000-01-17  Jim Meyering  <meyering@lucent.com>
27686
27687         * lib/interlock: Remove unused file.  Reported by François Pinard.
27688
27689 2000-01-16  Paul Eggert  <eggert@twinsun.com>
27690
27691         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
27692         alert, backslash, formfeed, and vertical tab unnecessarily in
27693         shell quoting style.
27694
27695 2000-01-16  Jim Meyering  <meyering@lucent.com>
27696
27697         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
27698         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
27699         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
27700         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
27701
27702 2000-01-16  Jim Meyering  <meyering@lucent.com>
27703
27704         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
27705         because the latter didn't work.
27706
27707 2000-01-15  Jim Meyering  <meyering@lucent.com>
27708
27709         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
27710         (AC_REPLACE_FUNCS): Add memcpy and memset.
27711         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
27712         Add strpbrk.
27713         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
27714
27715 2000-01-12  Jim Meyering  <meyering@lucent.com>
27716
27717         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
27718         (jm_PREREQ): Use it.
27719         (jm_PREREQ_READUTMP): New macro.
27720         (jm_PREREQ): Use it.
27721
27722 2000-01-11  Paul Eggert  <eggert@twinsun.com>
27723
27724         Quote multibyte characters correctly.
27725         * m4/c-bs-a.m4: New file.
27726         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
27727         (jm_PREREQ): Use it.
27728
27729 2000-01-11  Paul Eggert  <eggert@twinsun.com>
27730
27731         * m4/uintmax_t.m4: Port to autoconf 2.13.
27732
27733 2000-01-08  Jim Meyering  <meyering@ascend.com>
27734
27735         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
27736         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
27737
27738 2000-01-04  Jim Meyering  <meyering@ascend.com>
27739
27740         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
27741         jm_STRUCT_DIRENT_D_TYPE.
27742         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
27743         jm_STRUCT_DIRENT_D_INO.
27744         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
27745         jm_STRUCT_UTIMBUF.
27746         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
27747         renamings.
27748         * m4/utime.m4: Likewise.
27749
27750         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
27751         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
27752
27753 2000-01-03  Paul Eggert  <eggert@twinsun.com>
27754
27755         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
27756         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
27757
27758 2000-01-02  Jim Meyering  <meyering@ascend.com>
27759
27760         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
27761         remember if this is necessary.
27762
27763 1999-12-26  Jim Meyering  <meyering@ascend.com>
27764
27765         * m4/jm-macros.m4: Use it here.
27766         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
27767
27768 1999-12-23  Jim Meyering  <meyering@ascend.com>
27769
27770         * m4/jm-macros.m4: Check for clock_gettime (moved from
27771         fileutils/configure.in)
27772         Check for gettimeofday.
27773
27774 1999-12-20  Jim Meyering  <meyering@ascend.com>
27775
27776         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
27777         autoconf-2.14a-1999-12-20.
27778
27779 1999-12-19  Jim Meyering  <meyering@ascend.com>
27780
27781         * m4/lstat-slash.m4: New file.
27782         * m4/jm-macros.m4: Use the new macro:
27783         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
27784
27785 1999-12-07  Jim Meyering  <meyering@ascend.com>
27786
27787         * m4/perl.m4: Require that File::Compare be available, too.
27788         Too many systems seem to lack it.
27789
27790         * m4/strftime.m4: Add checks for most of the cpp macros tested in
27791         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
27792
27793 1999-11-18  Paul Eggert  <eggert@twinsun.com>
27794
27795         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
27796         problem with the QNX 4.25 shell, which doesn't propagate exit
27797         status of failed commands inside shell assignments.
27798
27799 1999-11-17  Jim Meyering  <meyering@ascend.com>
27800
27801         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
27802
27803 1999-11-07  Jim Meyering  <meyering@ascend.com>
27804
27805         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
27806
27807 1999-11-06  Jim Meyering  <meyering@ascend.com>
27808
27809         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
27810         * m4/jm-macros.m4 (jm_MACROS): Use it here.
27811
27812 1999-11-05  Jim Meyering  <meyering@ascend.com>
27813
27814         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
27815         configure.in of textutils, fileutils, and sh-utils into this one
27816         (shared between those packages) file.
27817         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
27818         AC_STRUCT_ST_BLKSIZE.
27819
27820 1999-11-03  Jim Meyering  <meyering@ascend.com>
27821
27822         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
27823         of AC_CHECK_TYPE checks includes unistd.h.
27824         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
27825         Suggestion from Akim Demaille.
27826
27827 1999-10-30  Jim Meyering  <meyering@ascend.com>
27828
27829         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
27830         m4-quoted string.
27831         * m4/ls-mntd-fs.m4: Likewise.
27832         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
27833         * m4/jm-winsz1.m4: Likewise.
27834
27835         * m4/const.m4: Remove file, since the fix made it into the experimental
27836         version of autoconf.
27837         * m4/mktime.m4: Likewise.
27838
27839         * m4/check-type.m4: Remove file, now that the latest version of
27840         AC_CHECK_TYPE takes a third arg to specify additional #includes.
27841
27842         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
27843         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
27844         AC_CHECK_TYPE.
27845
27846 1999-10-04  Jim Meyering  <meyering@ascend.com>
27847
27848         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
27849
27850 1999-09-22  Paul Eggert  <eggert@twinsun.com>
27851
27852         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
27853         2.95.1 bug with HP-UX 10.20.
27854
27855 1999-09-17  Jim Meyering  <meyering@ascend.com>
27856
27857         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
27858         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
27859         due to missing strdup (against sh-utils-2.0).
27860
27861 1999-08-29  Jim Meyering  <meyering@ascend.com>
27862
27863         * m4/jm-macros.m4: Require jm_BISON.
27864         * m4/bison.m4: New file.
27865
27866 1999-08-17  Paul Eggert  <eggert@twinsun.com>
27867
27868         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
27869         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
27870
27871 1999-08-05  Jim Meyering  <meyering@ascend.com>
27872
27873         * m4/getline.m4: Rename test file from conftestdata to conftest.data
27874         to avoid conflicts with `conftest' on 8+3 filesystems.
27875         Suggestion from Eli Zaretskii.
27876
27877 1999-08-04  Jim Meyering  <meyering@ascend.com>
27878
27879         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
27880         fileutils and sh-utils (textutils's getline test was inadequate).
27881         (AM_FUNC_GETLINE): Run this test.
27882         (AC_CHECK_FUNCS): Check for getdelim.
27883         Reported by Bob Proulx.
27884
27885 1999-08-02  Jim Meyering  <meyering@ascend.com>
27886
27887         * m4/jm-macros.m4: Add a comment.
27888
27889 1999-08-01  Paul Eggert  <eggert@twinsun.com>
27890
27891         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
27892         <inttypes.h> defines strtoumax as a macro (and not as a
27893         function).
27894
27895 1999-08-01  Paul Eggert  <eggert@twinsun.com>
27896
27897         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
27898         that we can shift, multiply and divide unsigned long long
27899         values; Ultrix cc can't do it.
27900
27901 1999-08-01  Paul Eggert  <eggert@twinsun.com>
27902
27903         * m4/mktime.m4: New file, which is a preview of what should appear
27904         in the next public autoconf release.
27905
27906 1999-08-01  Paul Eggert  <eggert@twinsun.com>
27907
27908         * m4/lfs.m4: Remove this file.
27909         * m4/largefile.m4: New file.  It contains the old contents of
27910         lfs.m4, except that all names with prefix AC_LFS have been
27911         changed to use the prefix AC_SYS_LARGEFILE instead, to be
27912         compatible with future autoconf versions.  Also, some minor m4
27913         quoting problems have been fixed.
27914
27915 1999-08-01  Paul Eggert  <eggert@twinsun.com>
27916
27917         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
27918         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
27919         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
27920         and simplify the shell code.
27921
27922 1999-08-01  Jim Meyering  <meyering@ascend.com>
27923
27924         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
27925         m4.
27926
27927 1999-07-20  Jim Meyering  <meyering@ascend.com>
27928
27929         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
27930
27931 1999-07-15  Jim Meyering  <meyering@ascend.com>
27932
27933         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
27934
27935 1999-05-22  Jim Meyering  <meyering@ascend.com>
27936
27937         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
27938
27939 1999-05-20  Jim Meyering  <meyering@ascend.com>
27940
27941         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
27942         Add a colon after each `then' in case $4 is empty.
27943
27944 1999-05-16  Jim Meyering  <meyering@ascend.com>
27945
27946         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
27947
27948 1999-05-10  Jim Meyering  <meyering@ascend.com>
27949
27950         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
27951
27952         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
27953         AC_FUNC_MKTIME.
27954
27955 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
27956
27957         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
27958
27959 1999-05-04  Paul Eggert  <eggert@twinsun.com>
27960
27961         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
27962         not CPPFLAGS, so that linking works correctly in IRIX.
27963
27964 1999-04-30  Paul Eggert  <eggert@twinsun.com>
27965
27966         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
27967
27968 1999-04-20  Paul Eggert  <eggert@twinsun.com>
27969
27970         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
27971         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
27972         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
27973         jm_AC_TYPE_UNSIGNED_LONG_LONG.
27974         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
27975
27976         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
27977
27978 1999-04-20  Jim Meyering  <meyering@ascend.com>
27979
27980         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
27981         AC_REPLACE xstroull if necessary.  From Paul Eggert.
27982         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
27983
27984 1999-04-18  Jim Meyering  <meyering@ascend.com>
27985
27986         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
27987         * m4/jm-macros.m4: Use it.
27988
27989 1999-04-06  Jim Meyering  <meyering@ascend.com>
27990
27991         * m4/strftime.m4: Remove test for %f.
27992
27993 1999-03-29  Jim Meyering  <meyering@ascend.com>
27994
27995         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
27996         superset of the AC_TYPE_* checks in the textutils, fileutils,
27997         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
27998         AC_TYPE_PID_T.
27999
28000 1999-03-28  Jim Meyering  <meyering@ascend.com>
28001
28002         * m4/jm-macros.m4: Define GNU_PACKAGE here.
28003         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
28004         replaced e.g., in the *.sh files of the sh-utils.
28005
28006 1999-03-20  Jim Meyering  <meyering@ascend.com>
28007
28008         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
28009         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
28010         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
28011
28012 1999-03-19  Jim Meyering  <meyering@ascend.com>
28013
28014         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
28015
28016 1999-03-12  Jim Meyering  <meyering@ascend.com>
28017
28018         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
28019
28020 1999-03-07  Jim Meyering  <meyering@ascend.com>
28021
28022         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
28023         declared.
28024
28025 1999-02-17  Jim Meyering  <meyering@ascend.com>
28026
28027         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
28028         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
28029
28030 1999-02-07  Jim Meyering  <meyering@ascend.com>
28031
28032         * m4/group-member.m4: New file -- extracted from sh-utils'
28033         configure.in.
28034
28035         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
28036         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
28037
28038 1999-02-06  Jim Meyering  <meyering@ascend.com>
28039
28040         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
28041         * m4/fnmatch.m4: Likewise.
28042         * m4/getgroups.m4: Likewise.
28043         * m4/lstat.m4: Likewise.
28044         * m4/malloc.m4: Likewise.
28045         * m4/putenv.m4: Likewise.
28046         * m4/realloc.m4: Likewise.
28047         * m4/regex.m4: Likewise.
28048         * m4/stat.m4: Likewise.
28049         * m4/strftime.m4: Likewise.
28050         Suggestion from Alain Magloire.
28051
28052         * m4/chown.m4: Use `.$ac_objext', not `.o'.
28053         * m4/fnmatch.m4: Likewise.
28054         * m4/getgroups.m4: Likewise.
28055         * m4/getline.m4: Likewise.
28056         * m4/lstat.m4: Likewise.
28057         * m4/malloc.m4: Likewise.
28058         * m4/memcmp.m4: Likewise.
28059         * m4/putenv.m4: Likewise.
28060         * m4/realloc.m4: Likewise.
28061         * m4/regex.m4: Likewise.
28062         * m4/stat.m4: Likewise.
28063         * m4/strftime.m4: Likewise.
28064         Suggestion from Alain Magloire.
28065
28066         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
28067         an argument.
28068
28069         * m4/regex.m4: Add a run-time Test for proper operation of
28070         re_compile_pattern.
28071
28072 1999-01-31  Jim Meyering  <meyering@ascend.com>
28073
28074         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
28075
28076 1999-01-30  Jim Meyering  <meyering@ascend.com>
28077
28078         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
28079
28080         * m4/jm-mktime.m4: Make this a wrapper around the official
28081         AM_FUNC_MKTIME rather than my private copy, now that the official one
28082         is up to date.
28083         * m4/mktime.m4: Remove file.
28084
28085         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
28086         * m4/uptime.m4: Likewise.
28087         * m4/uintmax_t.m4: Likewise.
28088
28089 1999-01-28  Jim Meyering  <meyering@ascend.com>
28090
28091         * m4/jm-macros.m4: Use jm_AFS.
28092         * m4/afs.m4: New file (from fileutils' configure.in).
28093
28094         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
28095         * m4/chown.m4: Likewise.
28096         * m4/d-ino.m4: Likewise.
28097         * m4/d-type.m4: Likewise.
28098         * m4/fnmatch.m4: Likewise.
28099         * m4/getgroups.m4: Likewise.
28100         * m4/gettext.m4: Likewise.
28101         * m4/jm-mktime.m4: Likewise.
28102         * m4/jm-winsz2.m4: Likewise.
28103         * m4/lcmessage.m4: Likewise.
28104         * m4/ls-mntd-fs.m4: Likewise.
28105         * m4/malloc.m4: Likewise.
28106         * m4/memcmp.m4: Likewise.
28107         * m4/putenv.m4: Likewise.
28108         * m4/realloc.m4: Likewise.
28109         * m4/st_mtim.m4: Likewise.
28110         * m4/strftime.m4: Likewise.
28111
28112 1999-01-16  Jim Meyering  <meyering@ascend.com>
28113
28114         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
28115         (ARGMATCH_DIE_DECL): Define.
28116
28117 1999-01-12  Jim Meyering  <meyering@ascend.com>
28118
28119         * m4/Makefile.am.in: Rewrite to avoid using fmt.
28120         Reported by Lars Hecking.
28121
28122 1999-01-10  Jim Meyering  <meyering@ascend.com>
28123
28124         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
28125         gross kludge.
28126         * m4/inttypes_h.m4: Likewise.
28127         * m4/lstat.m4: Likewise.
28128         * m4/malloc.m4: Likewise.
28129         * m4/readdir.m4: Likewise.
28130         * m4/realloc.m4: Likewise.
28131         * m4/st_dm_mode.m4: Likewise.
28132         * m4/stat.m4: Likewise.
28133         * m4/utimbuf.m4: Likewise.
28134         * m4/utimes.m4: Likewise.
28135
28136         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
28137         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
28138         comments in config.h.in are meaningful.
28139
28140         * m4/jm-macros.m4: Require autoconf-2.13 here.
28141
28142         * m4/regex.m4: By default, don't use the included regex.c on systems
28143         with glibc 2.  Suggestion from Uli Drepper.
28144
28145 1999-01-02  Jim Meyering  <meyering@ascend.com>
28146
28147         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
28148
28149 1998-12-18  Jim Meyering  <meyering@ascend.com>
28150
28151         * m4/Makefile.am.in (Makefile.am): Simplify rule.
28152         Based on a suggestion from Lars Hecking.
28153
28154 1998-11-16  Paul Eggert  <eggert@twinsun.com>
28155
28156         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
28157
28158 1998-11-16  Jim Meyering  <meyering@ascend.com>
28159
28160         * m4/lfs.m4: Double-quote the `uname...` expression.
28161
28162 1998-11-14  Jim Meyering  <meyering@ascend.com>
28163
28164         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
28165         * m4/stat.m4: Likewise.
28166
28167 1998-11-03  Jim Meyering  <meyering@ascend.com>
28168
28169         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
28170         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
28171
28172 1998-10-18  Jim Meyering  <meyering@ascend.com>
28173
28174         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
28175
28176 1998-10-17  Jim Meyering  <meyering@ascend.com>
28177
28178         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
28179         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
28180         calls for those previously hard-coded headers.  Instead, take a new
28181         parameter.
28182         (jm_CHECK_DECLARATIONS): Reflect interface change.
28183         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
28184         (jm_CHECK_DECL_LOCALTIME_R): New macro.
28185
28186         * m4/mktime.m4: Test for spring-forward gap before long-running test.
28187
28188 1998-10-14  Jim Meyering  <meyering@ascend.com>
28189
28190         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
28191         instead of "TZ=America/Vancouver".  From Paul Eggert.
28192
28193 1998-10-11  Jim Meyering  <meyering@ascend.com>
28194
28195         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
28196         This adds a test for a recently added compatibility fix for mktime.c.
28197         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
28198
28199 1998-09-27  Jim Meyering  <meyering@ascend.com>
28200
28201         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
28202
28203         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
28204         ../configure.in, including a change from Gordon Matzigkeit to allow
28205         cross-compiling for the Hurd.
28206
28207         * m4/glibc.m4: New file/macro to test for the GNU C Library
28208         versions 1 and 2.  From Gordon Matzigkeit.
28209         Indent.
28210
28211 1998-09-21  Jim Meyering  <meyering@ascend.com>
28212
28213         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
28214
28215 1998-08-18  Paul Eggert  <eggert@twinsun.com>
28216
28217         Port nanosecond-resolution times to UnixWare 2.1.2 and
28218         pedantic Solaris 2.6.
28219
28220         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
28221         AC_STRUCT_ST_MTIM.
28222         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
28223         Generate name of ns member, instead of just 1 or undef.
28224         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
28225
28226 1998-08-15  Jim Meyering  <meyering@ascend.com>
28227
28228         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
28229         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
28230         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
28231         instead of jm_TYPE_SSIZE_T.
28232
28233 1998-08-12  Jim Meyering  <meyering@ascend.com>
28234
28235         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
28236
28237 1998-08-02  Jim Meyering  <meyering@ascend.com>
28238
28239         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
28240         in acconfig.h manually.
28241
28242 1998-07-31  Paul Eggert  <eggert@twinsun.com>
28243
28244         * m4/st_mtim.m4: New file.
28245
28246 1998-07-28  Jim Meyering  <meyering@ascend.com>
28247
28248         * m4/utimes.m4: Undef stat.
28249
28250 1998-07-25  Jim Meyering  <meyering@ascend.com>
28251
28252         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
28253         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
28254
28255 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
28256
28257         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
28258         uid and gid actually remain unchanged.
28259
28260 1998-07-07  Jim Meyering  <meyering@ascend.com>
28261
28262         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
28263
28264 1998-07-04  Jim Meyering  <meyering@ascend.com>
28265
28266         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
28267         to prove that this macro can be used in packages without regex.c.
28268
28269 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
28270
28271         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
28272         is to be used.
28273
28274 1998-07-03  Jim Meyering  <meyering@ascend.com>
28275
28276         * m4/gettext.m4: Add -lintl if it's found to be necessary.
28277
28278         * m4/gettext.m4: New file -- from gettext-0.10.35.
28279         * m4/lcmessage.m4: Likewise.
28280         * m4/progtest.m4: Likewise.
28281
28282         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
28283         * m4/jm-macros.m4: Require the new macro.
28284
28285 1998-06-29  Jim Meyering  <meyering@ascend.com>
28286
28287         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
28288         for the definition of NGROUPS (used in a system header included
28289         by sys/mount.h).
28290
28291 1998-06-28  Jim Meyering  <meyering@ascend.com>
28292
28293         * m4/ls-mntd-fs.m4: New file.
28294         * m4/fstypename.m4: New file.
28295
28296         * m4/jm-macros.m4: Require the new macro.
28297         * m4/jm-glibc-io.m4: New file.
28298
28299 1998-05-19  Jim Meyering  <meyering@ascend.com>
28300
28301         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
28302         * m4/lchown.m4: New file.
28303
28304         * m4/Makefile.am.in: New file.
28305         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
28306
28307 1998-05-14  Jim Meyering  <meyering@ascend.com>
28308
28309         * m4/Makefile.am (EXTRA_DIST): Add them.
28310         * m4/jm-macros.m4: New file.
28311         * m4/utimbuf.m4: New file.
28312
28313 1998-05-12  Jim Meyering  <meyering@ascend.com>
28314
28315         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
28316
28317 1998-05-11  Jim Meyering  <meyering@ascend.com>
28318
28319         * m4/isc-posix.m4: New file.
28320
28321 1998-05-10  Jim Meyering  <meyering@ascend.com>
28322
28323         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
28324
28325 1998-05-09  Jim Meyering  <meyering@ascend.com>
28326
28327         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
28328         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
28329         with automake.
28330
28331         * m4/ssize_t.m4: New file.
28332         * m4/mktime.m4: Remove file -- the new automake has this now.
28333
28334 1998-04-26  Jim Meyering  <meyering@ascend.com>
28335
28336         * m4/assert.m4: New file.
28337         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
28338
28339 1998-04-05  Jim Meyering  <meyering@ascend.com>
28340
28341         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
28342         (jm_PREREQ): Use it here.
28343
28344 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
28345
28346         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
28347         in acconfig.h.
28348
28349 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
28350
28351         * m4/prereq.m4: New file.
28352         * m4/error.m4: New file.
28353         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
28354
28355 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
28356
28357         * m4/getline.m4: Don't set am_cv_func_working_getline before the
28358         cache-check for the same variable -- that defeated the purpose of
28359         the test; the test program was never run.  This was a problem only
28360         on systems with losing getline functions -- HP-UX 10.20 is one.
28361         Reported by Bjorn Helgaas.
28362
28363 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
28364
28365         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
28366
28367 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
28368
28369         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
28370
28371         * m4/const.m4: New file.  Use an initializer in this declaration
28372         typedef int charset[2]; const charset x;
28373         Reported by Bob Glickstein.
28374
28375 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
28376
28377         * m4/chown.m4: Fix reversed types on -1 args to chown.
28378         From Kaveh Ghazi.
28379
28380 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
28381
28382         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
28383         Add lseek and memchr.
28384
28385         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
28386         T.E.Dickey <dickey@clark.net> said that some older preprocessors
28387         have a 20-character limit on names.
28388
28389 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
28390
28391         * m4/inttypes_h.m4: New file.
28392         * m4/uintmax_t.m4: New file.
28393         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
28394
28395 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
28396   Free Software Foundation, Inc.
28397 Copying and distribution of this file, with or without modification,
28398 are permitted provided the copyright notice and this notice are preserved.