New module 'fprintf-posix'.
[gnulib.git] / ChangeLog
1 2007-03-08  Bruno Haible  <bruno@clisp.org>
2
3         * modules/fprintf-posix: New file.
4         * lib/fprintf.c: New file.
5         * m4/fprintf-posix.m4: New file.
6         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
7         REPLACE_FPRINTF.
8         * lib/stdio_.h (fprintf): New declaration.
9         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
10         REPLACE_FPRINTF.
11
12 2007-03-08  Bruno Haible  <bruno@clisp.org>
13
14         * modules/vfprintf-posix-tests: New file.
15         * tests/test-vfprintf-posix.sh: New file.
16         * tests/test-vfprintf-posix.c: New file.
17         * tests/test-fprintf-posix.h: New file.
18         * tests/test-fprintf-posix.out: New file.
19
20         * modules/vfprintf-posix: New file.
21         * lib/vfprintf.c: New file.
22         * m4/vfprintf-posix.m4: New file.
23         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
24         REPLACE_VFPRINTF.
25         * lib/stdio_.h (vfprintf): New declaration.
26         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
27         REPLACE_VFPRINTF.
28
29 2007-03-08  Bruno Haible  <bruno@clisp.org>
30
31         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
32
33 2007-03-08  Bruno Haible  <bruno@clisp.org>
34
35         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
36         instead of 'expr' invocations.
37         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
38         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
39         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
40         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
41         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
42         Suggested by Paul Eggert.
43
44 2007-03-08  Bruno Haible  <bruno@clisp.org>
45
46         * modules/fseterr-tests: New file.
47         * tests/test-fseterr.c: New file.
48
49         * modules/fseterr: New file.
50         * lib/fseterr.h: New file.
51         * lib/fseterr.c: New file.
52
53 2007-03-08  Bruno Haible  <bruno@clisp.org>
54
55         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
56         * lib/getopt_.h: Likewise.
57         * lib/mbswidth.h: Likewise.
58         * lib/setenv.h: Likewise.
59         * lib/vasnprintf.h: Likewise.
60         * lib/vasprintf.h: Likewise.
61         * lib/verror.h: Likewise.
62         * lib/xsetenv.h: Likewise.
63         * lib/xvasprintf.h: Likewise.
64
65 2007-03-08  Jim Meyering  <jim@meyering.net>
66
67         * users.txt: Add parted.
68
69         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
70
71 2007-03-07  Bruno Haible  <bruno@clisp.org>
72
73         * m4/printf.m4: Make the shell script snippets copy&pastable.
74
75 2007-03-02  Bruno Haible  <bruno@clisp.org>
76
77         * lib/netinet_in_.h: New file.
78         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
79         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
80         * modules/netinet_in (Files): Add lib/netinet_in_.h.
81         (Depends-on): Add absolute-header.
82         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
83         into netinet/in.h.
84
85 2007-03-03  Bruno Haible  <bruno@clisp.org>
86
87         * lib/sys_select_.h: New file.
88         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
89         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
90         * modules/sys_select (Files): Add lib/sys_select_.h.
91         (Depends-on): Add absolute-header.
92         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
93         into sys/select.h.
94
95 2007-03-02  Bruno Haible  <bruno@clisp.org>
96
97         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
98         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
99         values.
100         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
101         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
102         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
103         * modules/sys_socket (Depends-on): Add absolute-header.
104         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
105         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
106         (Include): Remove requirement of inclusion of <sys/types.h>.
107
108 2007-03-02  Bruno Haible  <bruno@clisp.org>
109
110         * lib/byteswap_.h (bswap_32): Fix formula.
111
112 2007-03-06  Bruno Haible  <bruno@clisp.org>
113
114         * modules/sprintf-posix-tests: New file.
115         * tests/test-sprintf-posix.c: New file.
116
117         * modules/sprintf-posix: New file.
118         * lib/sprintf.c: New file.
119         * m4/sprintf-posix.m4: New file.
120         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
121         REPLACE_SPRINTF.
122         * lib/stdio_.h (sprintf): New declaration.
123         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
124         REPLACE_SPRINTF.
125
126 2007-03-06  Bruno Haible  <bruno@clisp.org>
127
128         * modules/vsprintf-posix-tests: New file.
129         * tests/test-vsprintf-posix.c: New file.
130         * tests/test-sprintf-posix.h: New file.
131
132         * modules/vsprintf-posix: New file.
133         * lib/vsprintf.c: New file.
134         * m4/vsprintf-posix.m4: New file.
135         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
136         REPLACE_VSPRINTF.
137         * lib/stdio_.h (vsprintf): New declaration.
138         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
139         REPLACE_VSPRINTF.
140
141 2007-03-06  Bruno Haible  <bruno@clisp.org>
142
143         * modules/vsnprintf (Depend-on): Remove minmax.
144
145 2007-03-06  Bruno Haible  <bruno@clisp.org>
146
147         * modules/snprintf-posix-tests: New file.
148         * tests/test-snprintf-posix.c: New file.
149
150         * modules/snprintf-posix: New file.
151         * m4/snprintf-posix.m4: New file.
152         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
153         gl_FUNC_SNPRINTF.
154         (gl_FUNC_SNPRINTF): Invoke it.
155         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
156         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
157         is set.
158         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
159
160 2007-03-06  Bruno Haible  <bruno@clisp.org>
161
162         * modules/vsnprintf-posix-tests: New file.
163         * tests/test-vsnprintf-posix.c: New file.
164         * tests/test-snprintf-posix.h: New file.
165
166         * modules/vsnprintf-posix: New file.
167         * m4/vsnprintf-posix.m4: New file.
168         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
169         gl_FUNC_VSNPRINTF.
170         (gl_FUNC_VSNPRINTF): Invoke it.
171         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
172         * lib/stdio_.h (vsnprintf): Define as a replacement if
173         REPLACE_VSNPRINTF is set.
174         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
175
176 2007-03-06  Bruno Haible  <bruno@clisp.org>
177
178         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
179         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
180
181 2007-03-06  Bruno Haible  <bruno@clisp.org>
182
183         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
184         (asinl): Declare also if HAVE_DECL_ASINL is set.
185         (atanl): Declare also if HAVE_DECL_ATANL is set.
186         (ceill): Declare also if HAVE_DECL_CEILL is set.
187         (cosl): Declare also if HAVE_DECL_COSL is set.
188         (expl): Declare also if HAVE_DECL_EXPL is set.
189         (floorl): Declare also if HAVE_DECL_FLOORL is set.
190         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
191         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
192         (logl): Declare also if HAVE_DECL_LOGL is set.
193         (sinl): Declare also if HAVE_DECL_SINL is set.
194         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
195         (tanl): Declare also if HAVE_DECL_TANL is set.
196         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
197         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
198         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
199         declaration of frexpl, ldexpl.
200         * modules/printf-frexpl (Depends-on): Add math.
201         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
202
203 2007-03-05  Bruno Haible  <bruno@clisp.org>
204
205         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
206         frexpl and ldexpl are declared.
207         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
208
209 2007-03-05  Bruno Haible  <bruno@clisp.org>
210
211         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
212         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
213
214 2007-03-05  Bruno Haible  <bruno@clisp.org>
215
216         * lib/stdio_.h: Include <stddef.h>.
217
218 2007-03-05  Bruno Haible  <bruno@clisp.org>
219
220         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
221
222 2007-03-05  Bruno Haible  <bruno@clisp.org>
223
224         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
225         NetBSD 4, from Ralf Wildenhues.
226
227 2007-03-04  Bruno Haible  <bruno@clisp.org>
228
229         * lib/vasprintf.h: Update #if logic for the case when the functions
230         exist but are overridden.
231
232 2007-03-04  Bruno Haible  <bruno@clisp.org>
233
234         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
235         implementations: glibc-2.4 and MacOS X 10.3.
236         * tests/test-vasnprintf-posix.c (test_function): Test also the case
237         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
238         * tests/test-vasprintf-posix.c (test_function): Likewise.
239
240 2007-03-04  Bruno Haible  <bruno@clisp.org>
241
242         * modules/vasprintf-posix-tests: New file.
243         * tests/test-vasprintf-posix.c: New file.
244
245         * modules/vasprintf-posix: New file.
246         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
247         defined.
248         * m4/vasprintf-posix.m4: New file.
249         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
250         gl_FUNC_VASPRINTF.
251         (gl_FUNC_VASPRINTF): Invoke it.
252         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
253         here.
254         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
255
256 2007-03-04  Bruno Haible  <bruno@clisp.org>
257
258         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
259         REPLACE_GETTIMEOFDAY.
260         * modules/sys_time (Makefile.am): Likewise.
261         * m4/sys_time_h.m4: Likewise.
262         * m4/gettimeofday.m4: Likewise.
263
264 2007-03-04  Bruno Haible  <bruno@clisp.org>
265
266         * modules/vasnprintf-posix-tests: New file.
267         * tests/test-vasnprintf-posix.c: New file.
268
269         * modules/vasnprintf-posix: New file.
270         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
271         printf-frexpl.h.
272         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
273         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
274         REPLACE_VASNPRINTF is defined.
275         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
276         gl_FUNC_VASNPRINTF.
277         (gl_FUNC_VASNPRINTF): Invoke it.
278         * m4/vasnprintf-posix.m4: New file.
279         * m4/printf.m4: New file.
280
281 2007-03-04  Bruno Haible  <bruno@clisp.org>
282
283         Compile progreloc.c only if --enable-relocatable is specified.
284         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
285         if --enable-relocatable was specified.
286         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
287         lib_SOURCES.
288
289 2007-03-04  Jim Meyering  <jim@meyering.net>
290
291         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
292         Use it consistently, rather than enumerating errno constants.
293
294 2007-03-04  Bruno Haible  <bruno@clisp.org>
295
296         * modules/xvasprintf-tests: New file.
297         * tests/test-xvasprintf.c: New file.
298
299         * modules/vasprintf-tests: New file.
300         * tests/test-vasprintf.c: New file.
301
302         * modules/vasnprintf-tests: New file.
303         * tests/test-vasnprintf.c: New file.
304
305         * modules/vsnprintf-tests: New file.
306         * tests/test-vsnprintf.c: New file.
307
308         * modules/snprintf-tests: New file.
309         * tests/test-snprintf.c: New file.
310
311 2007-03-04  Bruno Haible  <bruno@clisp.org>
312
313         Compile relocatable.c only if --enable-relocatable is specified.
314         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
315         gl_RELOCATABLE_LIBRARY.
316         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
317         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
318         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
319         gl_RELOCATABLE_LIBRARY.
320         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
321         (Makefile.am): Remove lib_SOURCES.
322         * modules/relocatable-lib-lgpl (configure.ac): Invoke
323         gl_RELOCATABLE_LIBRARY.
324         (Makefile.am): Remove lib_SOURCES.
325         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
326         always.
327         * modules/relocatable-prog-wrapper (configure.ac): Invoke
328         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
329
330 2007-03-04  Bruno Haible  <bruno@clisp.org>
331
332         * modules/argmatch-tests: New file.
333         * tests/test-argmatch.c: New file.
334
335         * tests/test-allocsa.c (main): Halve the number of loop runs.
336
337         * modules/alloca-opt-tests: New file.
338         * tests/test-alloca-opt.c: New file.
339
340 2007-03-04  Jim Meyering  <jim@meyering.net>
341
342         Work around difference between Linux ACLs and Solaris 10 ZFS.
343         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
344         for EINVAL.
345
346 2007-03-03  Bruno Haible  <bruno@clisp.org>
347
348         * modules/relocatable-prog (Depends-on): Add back progreloc's
349         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
350
351 2007-03-03  Bruno Haible  <bruno@clisp.org>
352
353         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
354         * modules/relocatable-lib: New file.
355
356 2007-03-03  Bruno Haible  <bruno@clisp.org>
357
358         * modules/relocatable-prog: Renamed from modules/relocatable.
359         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
360
361 2007-03-03  Bruno Haible  <bruno@clisp.org>
362
363         * modules/relocatable-script (Files): Add doc/relocatable.texi,
364         m4/relocatable-lib.m4.
365         (Depends-on): Remove 'relocatable'.
366         (configure.ac): Add gl_RELOCATABLE_NOP.
367
368 2007-03-03  Bruno Haible  <bruno@clisp.org>
369
370         * modules/relocatable-prog-wrapper: New file.
371         * modules/relocatable (Depends-on): Add it. Remove all other
372         dependencies except progname.
373         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
374
375         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
376         (gl_FUNC_STRERROR): Nop.
377         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
378
379         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
380         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
381
382         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
383         (gl_FUNC_READLINK): Update.
384
385         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
386
387 2007-03-03  Bruno Haible  <bruno@clisp.org>
388
389         * lib/xreadlink.c: Include <unistd.h> unconditionally.
390         * modules/xreadlink (Depends-on): Add unistd.
391         * modules/xreadlink-with-size (Depends-on): Likewise.
392
393 2007-03-03  Bruno Haible  <bruno@clisp.org>
394
395         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
396         extracted from gt_FUNC_SETENV.
397         (gt_FUNC_SETENV): Remove macro.
398         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
399         remove gt_FUNC_SETENV.
400
401 2007-03-03  Bruno Haible  <bruno@clisp.org>
402
403         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
404         ENABLE_RELOCATABLE here.
405         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
406
407 2007-03-03  Bruno Haible  <bruno@clisp.org>
408
409         * modules/rbtreehash-list-tests (Depends-on): Add progname.
410         * tests/test-rbtreehash_list.c: Include progname.h.
411         (main): Call set_program_name.
412
413         * modules/rbtree-oset-tests (Depends-on): Add progname.
414         * tests/test-rbtree_oset.c: Include progname.h.
415         (main): Call set_program_name.
416
417         * modules/rbtree-list-tests (Depends-on): Add progname.
418         * tests/test-rbtree_list.c: Include progname.h.
419         (main): Call set_program_name.
420
421         * modules/linked-list-tests (Depends-on): Add progname.
422         * tests/test-linked_list.c: Include progname.h.
423         (main): Call set_program_name.
424
425 2007-03-03  Bruno Haible  <bruno@clisp.org>
426
427         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
428         All uses of __restrict changed to _Restrict_.
429         * lib/glob_.h (__restrict): Remove macro.
430
431 2007-03-02  Bruno Haible  <bruno@clisp.org>
432
433         * modules/gettext (configure.ac): Require gettext infrastructure
434         from version 0.16.1.
435
436 2007-03-02  Bruno Haible  <bruno@clisp.org>
437
438         * modules/linkedhash-list-tests (Depends-on): Add progname.
439         * tests/test-linkedhash_list.c: Include progname.h.
440         (main): Call set_program_name.
441
442         * modules/carray-list-tests (Depends-on): Add progname.
443         * tests/test-carray_list.c: Include progname.h.
444         (main): Call set_program_name.
445
446         * modules/avltreehash-list-tests (Depends-on): Add progname.
447         * tests/test-avltreehash_list.c: Include progname.h.
448         (main): Call set_program_name.
449
450         * modules/avltree-oset-tests (Depends-on): Add progname.
451         * tests/test-avltree_oset.c: Include progname.h.
452         (main): Call set_program_name.
453
454         * modules/avltree-list-tests (Depends-on): Add progname.
455         * tests/test-avltree_list.c: Include progname.h.
456         (main): Call set_program_name.
457
458         * modules/array-oset-tests (Depends-on): Add progname.
459         * tests/test-array_oset.c: Include progname.h.
460         (main): Call set_program_name.
461
462         * modules/array-list-tests (Depends-on): Add progname.
463         * tests/test-array_list.c: Include progname.h.
464         (main): Call set_program_name.
465
466         * modules/argp-tests (Depends-on): Add progname.
467         * tests/test-argp.c: Include argp.h first. Include progname.h.
468         (main): Call set_program_name.
469
470 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
471
472         * doc/gnulib-tool.texi (Initial import): Reword description of
473         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
474         limited effect even if defined after the first system include.
475
476 2007-03-01  Bruno Haible  <bruno@clisp.org>
477
478         * build-aux/config.libpath: Update to libtool-1.5.22.
479         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
480
481 2007-03-01  Bruno Haible  <bruno@clisp.org>
482
483         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
484         foo_CFLAGS.
485         Reported by Ralf Wildenhues.
486
487 2007-03-01  Bruno Haible  <bruno@clisp.org>
488
489         * build-aux/install-reloc: Remove object files left over by some
490         compilers.
491         Reported by Ralf Wildenhues.
492
493 2007-03-01  Bruno Haible  <bruno@clisp.org>
494
495         * build-aux/install-reloc: Break long lines.
496
497 2007-03-01  Bruno Haible  <bruno@clisp.org>
498
499         * doc/relocatable.texi: Document that it may not work on OpenBSD.
500         Reported by Ralf Wildenhues.
501
502 2007-03-01  Bruno Haible  <bruno@clisp.org>
503
504         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
505         include ordering constraints.
506
507 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
508
509         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
510         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
511         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
512         as another example.
513         * lib/time_.h: Fix misspelling.
514         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
515         Require gl_HEADER_TIME_H_DEFAULTS.
516         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
517         * m4/time_r.m4 (gl_TIME_R): Likewise.
518         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
519
520 2007-03-01  Bruno Haible  <bruno@clisp.org>
521
522         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
523         * m4/utimens.m4 (gl_UTIMENS): Likewise.
524
525 2007-03-01  Jim Meyering  <jim@meyering.net>
526
527         * modules/xreadlink (Maintainer): Add my name.
528         * modules/xreadlink-with-size (Depends-on): Alphabetize.
529
530 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
531             Bruno Haible  <bruno@clisp.org>
532
533         * build-aux/install-reloc: Compile also c-ctype.c.
534         * build-aux/relocatable.sh.in: New file.
535         * doc/relocatable.texi: New file.
536         * doc/relocatable-maint.texi: New file.
537         * doc/gnulib.texi: Include relocatable-maint.texi.
538         * lib/progreloc.c: Include unistd.h unconditionally.
539         * lib/relocwrapper.c: Include unistd.h unconditionally.
540         Include c-ctype.h.
541         (add_dotbin): Use c_tolower.
542         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
543         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
544         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
545         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
546         to m4/relocatable-lib.m4.
547         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
548         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
549         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
550         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
551         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
552         * modules/relocatable: New file.
553         * modules/relocatable-lib: New file.
554         * modules/relocatable-script: New file.
555
556 2007-02-28  Bruno Haible  <bruno@clisp.org>
557
558         Import --enable-relocatable infrastructure.
559         * build-aux/config.libpath: New file, from GNU gettext.
560         * build-aux/install-reloc: New file, from GNU gettext.
561         * build-aux/reloc-ldflags: New file, from GNU gettext.
562         * lib/relocatable.h: New file, from GNU gettext.
563         * lib/relocatable.c: New file, from GNU gettext.
564         * lib/relocwrapper.c: New file, from GNU gettext.
565         * m4/relocatable.m4: New file, from GNU gettext.
566
567 2007-02-28  Bruno Haible  <bruno@clisp.org>
568
569         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
570
571         * modules/xreadlink: New file, from GNU gettext with modifications.
572         * lib/xreadlink.c: New file, from GNU gettext.
573         * lib/xreadlink.h: Add comments.
574         (xreadlink): New declaration.
575
576         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
577         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
578         lib/xreadlink-with-size.c.
579         (configure.ac): Remove gl_XREADLINK invocation.
580         (Makefile.am): Augment lib_SOURCES.
581         * m4/xreadlink.m4: Remove file.
582         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
583         (xreadlink_with_size): Renamed from xreadink.
584         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
585         * modules/canonicalize (Depends-on): Replace xreadlink with
586         xreadlink-with-size.
587         * lib/canonicalize.c (canonicalize_filename_mode): Update.
588
589 2007-02-25  Jim Meyering  <jim@meyering.net>
590
591         * build-aux/announce-gen: When complaining about excess arguments,
592         list them.
593
594 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
595
596         * README: Document signed integer overflow situation more
597         accurately.
598
599 2007-02-25  Bruno Haible  <bruno@clisp.org>
600
601         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
602         'a' or 'A' conversion.
603
604 2007-02-25  Bruno Haible  <bruno@clisp.org>
605
606         * modules/filename: Renamed from modules/pathname.
607         (Files): Replace lib/pathname.h with lib/filename.h. Replace
608         lib/concatpath.c with lib/concat-filename.c.
609         (Makefile.am): Update.
610         (Include): Replace pathname.h with filename.h.
611         * lib/filename.h: Renamed from lib/pathname.h.
612         (concatenated_filename): Renamed from concatenated_pathname.
613         * lib/concat-filename.c: Renamed from lib/concatpath.c.
614         (concatenated_filename): Renamed from concatenated_pathname.
615         * lib/findprog.c: Include filename.h instead of pathname.h.
616         (find_in_path): Update.
617         * lib/javacomp.c: Include filename.h instead of pathname.h.
618         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
619         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
620         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
621         is_oldgcj_14_13_usable, is_javac_usable): Update.
622         * lib/javaexec.c: Include filename.h instead of pathname.h.
623         (execute_java_class): Update.
624         * modules/findprog: Update.
625         * modules/javacomp: Update.
626         * modules/javaexec: Update.
627         * MODULES.html.sh (File system functions): Add 'filename', remove
628         'pathname'.
629
630 2007-02-25  Bruno Haible  <bruno@clisp.org>
631
632         * modules/printf-frexpl-tests: New file.
633         * tests/test-printf-frexpl.c: New file.
634
635         * modules/printf-frexpl: New file.
636         * lib/printf-frexpl.h: New file.
637         * lib/printf-frexpl.c: New file.
638         * m4/printf-frexpl.m4: New file.
639
640 2007-02-25  Bruno Haible  <bruno@clisp.org>
641
642         * modules/printf-frexp-tests: New file.
643         * tests/test-printf-frexp.c: New file.
644
645         * modules/printf-frexp: New file.
646         * lib/printf-frexp.h: New file.
647         * lib/printf-frexp.c: New file.
648         * m4/printf-frexp.m4: New file.
649
650 2007-02-25  Bruno Haible  <bruno@clisp.org>
651
652         Assume automake >= 1.10 for the tests.
653         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
654         * modules/arctwo-tests: Likewise.
655         * modules/argp-tests: Likewise.
656         * modules/avltree-list-tests: Likewise.
657         * modules/avltree-oset-tests: Likewise.
658         * modules/avltreehash-list-tests: Likewise.
659         * modules/carray-list-tests: Likewise.
660         * modules/crc-tests: Likewise.
661         * modules/des-tests: Likewise.
662         * modules/gc-arcfour-tests: Likewise.
663         * modules/gc-arctwo-tests: Likewise.
664         * modules/gc-des-tests: Likewise.
665         * modules/gc-hmac-md5-tests: Likewise.
666         * modules/gc-hmac-sha1-tests: Likewise.
667         * modules/gc-md2-tests: Likewise.
668         * modules/gc-md4-tests: Likewise.
669         * modules/gc-md5-tests: Likewise.
670         * modules/gc-pbkdf2-sha1-tests: Likewise.
671         * modules/gc-rijndael-tests: Likewise.
672         * modules/gc-sha1-tests: Likewise.
673         * modules/gc-tests: Likewise.
674         * modules/getaddrinfo-tests: Likewise.
675         * modules/hmac-md5-tests: Likewise.
676         * modules/hmac-sha1-tests: Likewise.
677         * modules/linked-list-tests: Likewise.
678         * modules/linkedhash-list-tests: Likewise.
679         * modules/lock-tests: Likewise.
680         * modules/md2-tests: Likewise.
681         * modules/md4-tests: Likewise.
682         * modules/md5-tests: Likewise.
683         * modules/rbtree-list-tests: Likewise.
684         * modules/rbtree-oset-tests: Likewise.
685         * modules/rbtreehash-list-tests: Likewise.
686         * modules/read-file-tests: Likewise.
687         * modules/rijndael-tests: Likewise.
688         * modules/stdint-tests: Likewise.
689         * modules/tls-tests: Likewise.
690
691 2007-02-24  Bruno Haible  <bruno@clisp.org>
692
693         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
694         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
695         function; instead check whether isnan with a double argument links.
696         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
697         function; instead check whether isnan with a 'long double' argument
698         links.
699         Reported by Eric Blake <ebb9@byu.net>.
700
701 2007-02-24  Bruno Haible  <bruno@clisp.org>
702
703         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
704         defined.
705         * lib/isnanl.c: Remove all code. Just include isnan.c.
706         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
707
708 2007-02-25  Jim Meyering  <jim@meyering.net>
709
710         Avoid conflicting types for 'unsetenv' on FreeBSD.
711         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
712         conflicting with FreeBSD's (5.0 and 6.1) function declaration
713         in stdlib.h.
714
715 2007-02-24  Bruno Haible  <bruno@clisp.org>
716
717         * modules/isnanl-nolibm-tests: New file.
718         * tests/test-isnanl.c: New file.
719
720         * modules/isnanl-nolibm: New file.
721         * lib/isnanl.h: New file.
722         * lib/isnanl.c: New file.
723         * m4/isnanl.m4: New file.
724
725 2007-02-24  Bruno Haible  <bruno@clisp.org>
726
727         * modules/isnan-nolibm-tests: New file.
728         * tests/test-isnan.c: New file.
729
730         * modules/isnan-nolibm: New file.
731         * lib/isnan.h: New file.
732         * lib/isnan.c: New file.
733         * m4/isnan.m4: New file.
734
735 2007-02-24  Bruno Haible  <bruno@clisp.org>
736
737         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
738         assume that an exponent fits in 20 bits.
739
740 2007-02-24  Jim Meyering  <jim@meyering.net>
741
742         * m4/regex.m4: Update the description of the configure-time option,
743         --without-included-regex, to state accurately what the defaults are,
744         and perhaps to give people an idea why using this option is risky.
745
746 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
747
748         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
749         loops on small arguments.  This attempts to avoid the problem
750         Bruno Haible reported for AIX 4.3.2 in
751         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
752
753 2007-02-23  Bruno Haible  <bruno@clisp.org>
754
755         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
756         Needed for help2man.
757
758 2007-02-23  Karl Berry  <karl@gnu.org>
759
760         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
761         exists, foo.h should be cvs-ignored, not committed.
762
763 2007-02-23  Eric Blake  <ebb9@byu.net>
764
765         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
766         * lib/stat-time.h (includes): Likewise.
767         * lib/utimecmp.c (includes): Likewise.
768         * lib/utimens.h (includes): Likewise.
769         * lib/getdate.y (includes): Also include "timespec.h" for use
770         internal to the module.
771         * modules/utimens (Depends-on): Revert yesterday's patch.
772         * modules/nanosleep (Depends-on): Add missing dependency.
773
774 2007-02-22  Bruno Haible  <bruno@clisp.org>
775
776         * lib/glob.c: Don't include getlogin_r.h.
777
778 2007-02-22  Jim Meyering  <jim@meyering.net>
779
780         * modules/utimens (Depends-on): Add timespec, required for
781         utimens.h's inclusion of timespec.h.
782
783 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
784
785         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
786         long unreadable paths in GNU/Linux.  Problem reported by Andreas
787         Schwab in
788         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
789         I'll try to think of a better way to fix the Solaris problem.
790
791         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
792         like glibc; on Solaris 10, it fails with errno == EINVAL.
793         POSIX says the behavior is unspecified if the first argument is NULL,
794         so play it safe and never pass NULL to the system getcwd.
795
796 2007-02-21  Jim Meyering  <jim@meyering.net>
797
798         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
799         of gettimeofday.  It would conflict with the one now always
800         provided via sys_time_.h.  Reported by Matthew Woehlke, as
801         an IRIX 6.5 build failure.
802
803 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
804
805         Minor fixups to port to Solaris 10 with Sun C 5.8.
806         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
807         * modules/getcwd (Depends-on): Add dirfd.
808         * lib/putenv.c (putenv): #undef it.
809         (rpl_putenv): New decl.
810         (malloc, free): Include <stdlib.h> rather than prototyping separately.
811
812 2007-02-20  Bruno Haible  <bruno@clisp.org>
813
814         * modules/stdio-tests: New file.
815         * tests/test-stdio.c: New file.
816
817         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
818         (Depends-on): Add stdio.
819         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
820         (Include): Use <stdio.h> instead of vsnprintf.h.
821         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
822         HAVE_DECL_VSNPRINTF.
823         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
824
825         * modules/snprintf (Files): Remove lib/snprintf.h.
826         (Depends-on): Add stdio.
827         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
828         (Include): Use <stdio.h> instead of snprintf.h.
829         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
830         HAVE_DECL_SNPRINTF.
831         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
832         * lib/getaddrinfo.c: Likewise.
833
834         * modules/stdio: New file.
835         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
836         * lib/snprintf.h: Remove file.
837         * lib/vsnprintf.h: Remove file.
838         * lib/.cppi-disable: Remove snprintf.h.
839         * m4/stdio_h.m4: New file.
840         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
841
842 2007-02-20  Jim Meyering  <jim@meyering.net>
843
844         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
845         used by e.g., mingw.  From Bruno Haible.
846
847 2007-02-19  Bruno Haible  <bruno@clisp.org>
848
849         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
850         warnings.
851         Reported by Ben Pfaff <blp@cs.stanford.edu>.
852
853 2007-02-19  Bruno Haible  <bruno@clisp.org>
854
855         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
856         from mingw users.
857
858 2007-02-19  Bruno Haible  <bruno@clisp.org>
859
860         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
861         warnings.
862         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
863
864 2007-02-19  Jim Meyering  <jim@meyering.net>
865
866         Don't use FD after a successful "fdopendir (fd)".
867         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
868         Reset it by calling dirfd on the just-obtained DIR*.
869
870         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
871         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
872
873 2007-02-18  Bruno Haible  <bruno@clisp.org>
874
875         * lib/readlink.c: Include <unistd.h>.
876         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
877         HAVE_READLINK.
878         * modules/readlink (Depends-on): Add unistd.
879         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
880         (Include): Add <unistd.h>.
881
882         * lib/getlogin_r.h: Remove file.
883         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
884         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
885         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
886         HAVE_DECL_GETLOGIN_R.
887         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
888         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
889         (Include): Use <unistd.h> instead of getlogin_r.h.
890
891         * lib/getcwd.h: Remove file.
892         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
893         * lib/xgetcwd.c: Likewise.
894         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
895         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
896         * modules/getcwd (Files): Remove lib/getcwd.h.
897         (Depends-on): Add unistd.
898         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
899         (Include): Use <unistd.h> instad of getcwd.h.
900
901         * lib/ftruncate.c: Include <unistd.h> first.
902         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
903         Set HAVE_FTRUNCATE.
904         * modules/ftruncate (Depends-on): Add unistd.
905         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
906
907         * lib/fchdir.c: Include <unistd.h> first.
908         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
909         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
910         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
911         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
912         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
913
914         * lib/dup2.c: Include <unistd.h> first.
915         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
916         HAVE_DUP2.
917         * modules/dup2 (Depends-on): Add unistd.
918         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
919
920         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
921         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
922         REPLACE_CHOWN. Don't define chown as a macro here.
923         * modules/chown (Depends-on): Add unistd.
924         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
925
926         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
927         Add definition for GL_LINK_WARNING.
928         (chown, dup2): New declarations.
929         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
930         link warning.
931         (ftruncate): New declaration.
932         (getcwd): New declaration, taken from old getcwd.h.
933         (getlogin_r): New declaration, taken from old getlogin_r.h.
934         (readlink): New declaration.
935         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
936         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
937         (gl_PREREQ_UNISTD): Remove macro.
938         (gl_UNISTD_MODULE_INDICATOR): New macro.
939         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
940         many new variables. Don't set UNISTD_H.
941         * modules/unistd (Description): Change.
942         (Depends-on): Add link-warning.
943         (configure.ac): Update.
944         (Makefile.am): Create unistd.h always. Substitute many new variables
945         into it.
946
947 2007-02-18  Bruno Haible  <bruno@clisp.org>
948
949         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
950         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
951         HAVE_GETSUBOPT.
952         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
953         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
954         * lib/getsubopt.h: Remove file.
955         * modules/getsubopt (Files): Remove lib/getsubopt.h.
956         (Depends-on): Add stdlib.
957         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
958         (Includes): Use <stdlib.h> instead of getsubopt.h.
959         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
960         Set HAVE_GETSUBOPT.
961         * lib/getsubopt.c: Don't include getsubopt.h.
962
963 2007-02-18  Bruno Haible  <bruno@clisp.org>
964
965         * modules/fchdir (Depends-on): Add dup2.
966
967 2007-02-18  Bruno Haible  <bruno@clisp.org>
968
969         * lib/stdlib_.h: Handle glibc's special invocation convention
970         specially.
971
972 2007-02-18  Bruno Haible  <bruno@clisp.org>
973
974         * modules/stdlib-tests: New file.
975         * tests/test-stdlib.c: New file.
976
977         * modules/mkstemp (Files): Remove lib/mkstemp.h.
978         (Depends-on): Add stdlib.
979         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
980         (Includes): Use <stdlib.h> instead of mkstemp.h.
981         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
982         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
983         * lib/mkstemp.c: Don't include mkstemp.h.
984         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
985         * lib/stdlib--.h: Don't include mkstemp.h.
986
987         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
988         (Depends-on): Add stdlib.
989         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
990         (Includes): Use <stdlib.h> instead of mkdtemp.h.
991         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
992         HAVE_MKDTEMP.
993         * lib/mkdtemp.c: Don't include mkdtemp.h.
994         * lib/clean-temp.c: Don't include mkdtemp.h.
995
996         * modules/exit (Files): Remove lib/exit.h.
997         (Depends-on): Add stdlib.
998         (Makefile.am): Remove lib_SOURCES.
999         (Include): Use <stdlib.h> instead of exit.h.
1000         * lib/argmatch.c: Don't include exit.h.
1001         * lib/execute.c: Likewise.
1002         * lib/pagealign_alloc.c: Likewise.
1003         * lib/pipe.c: Likewise.
1004         * lib/wait-process.c: Likewise.
1005         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
1006         * lib/exitfail.c: Likewise.
1007         * lib/savewd.c: Likewise.
1008         * lib/xsetenv.c: Likewise.
1009
1010         * modules/stdlib: New file.
1011         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
1012         and extra comments about mkstemp().
1013         * lib/exit.h: Remove file.
1014         * lib/mkdtemp.h: Remove file.
1015         * lib/mkstemp.h: Remove file.
1016         * m4/stdlib_h.m4: New file.
1017         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
1018
1019 2007-02-18  Bruno Haible  <bruno@clisp.org>
1020
1021         * modules/math-tests: New file.
1022         * tests/test-math.c: New file.
1023
1024         * modules/math: New file.
1025         * modules/mathl (Files): Remove lib/mathl.h.
1026         (Depends-on): Add math.
1027         (Makefile.am): Don't mention mathl.h.
1028         (Include): Use <math.h> instead of mathl.h.
1029         * lib/math_.h: New file.
1030         * lib/mathl.h: Remove file.
1031         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
1032         mathl.h.
1033         * lib/asinl.c: Likewise.
1034         * lib/atanl.c: Likewise.
1035         * lib/ceill.c: Likewise.
1036         * lib/cosl.c: Likewise.
1037         * lib/expl.c: Likewise.
1038         * lib/floorl.c: Likewise.
1039         * lib/frexpl.c: Likewise.
1040         * lib/ldexpl.c: Likewise.
1041         * lib/logl.c: Likewise.
1042         * lib/sincosl.c: Likewise.
1043         * lib/sinl.c: Likewise.
1044         * lib/sqrtl.c: Likewise.
1045         * lib/tanl.c: Likewise.
1046         * lib/trigl.c: Likewise.
1047         * m4/math_h.m4: New file.
1048         * MODULES.html.sh (Mathematics): Add math.
1049
1050 2007-02-17  Bruno Haible  <bruno@clisp.org>
1051
1052         * modules/wctype-tests: New file.
1053         * tests/test-wctype.c: New file.
1054
1055         * modules/wchar-tests: New file.
1056         * tests/test-wchar.c: New file.
1057
1058         * modules/unistd-tests: New file.
1059         * tests/test-unistd.c: New file.
1060
1061         * modules/time-tests: New file.
1062         * tests/test-time.c: New file.
1063
1064         * modules/sysexits-tests: New file.
1065         * tests/test-sysexits.c: New file.
1066
1067         * modules/sys_time-tests: New file.
1068         * tests/test-sys_time.c: New file.
1069
1070         * modules/sys_stat-tests: New file.
1071         * tests/test-sys_stat.c: New file.
1072
1073         * modules/sys_socket-tests: New file.
1074         * tests/test-sys_socket.c: New file.
1075
1076         * modules/sys_select-tests: New file.
1077         * tests/test-sys_select.c: New file.
1078
1079         * modules/string-tests: New file.
1080         * tests/test-string.c: New file.
1081
1082         * modules/stdbool-tests: New file.
1083         * tests/test-stdbool.c: New file.
1084
1085         * modules/netinet_in-tests: New file.
1086         * tests/test-netinet_in.c: New file.
1087
1088         * modules/inttypes-tests: New file.
1089         * tests/test-inttypes.c: New file.
1090
1091         * modules/fcntl-tests: New file.
1092         * tests/test-fcntl.c: New file.
1093
1094         * modules/byteswap-tests: New file.
1095         * tests/test-byteswap.c: New file.
1096
1097         * modules/arpa_inet-tests: New file.
1098         * tests/test-arpa_inet.c: New file.
1099
1100 2007-02-17  Bruno Haible  <bruno@clisp.org>
1101
1102         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
1103         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
1104         if the corresponding module is not enabled. Emit link warnings if
1105         the function is used nevertheless.
1106         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
1107         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
1108         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
1109         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
1110         * modules/inttypes (Depends-on): Add link-warning.
1111         (Makefile.am): Copy the contents of build-aux/link-warning.h into
1112         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
1113         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
1114         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
1115         * modules/imaxdiv (configure.ac): Likewise.
1116         * modules/strtoimax (configure.ac): Likewise.
1117         * modules/strtoumax (configure.ac): Likewise.
1118
1119 2007-02-17  Bruno Haible  <bruno@clisp.org>
1120
1121         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
1122         gl_STRING_MODULE_INDICATOR_DEFAULTS.
1123         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
1124         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
1125
1126 2007-02-17  Bruno Haible  <bruno@clisp.org>
1127
1128         * modules/link-warning: New file.
1129         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
1130         * lib/string_.h (GL_LINK_WARNING): Remove definition.
1131         * modules/string (Depends-on): Add link-warning.
1132         (Makefile.am): Copy the contents of build-aux/link-warning.h into
1133         string.h.
1134         * MODULES.html.sh (Support for building libraries and executables): Add
1135         link-warning.
1136
1137 2007-02-17  Bruno Haible  <bruno@clisp.org>
1138
1139         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
1140         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
1141         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
1142         long lines.
1143
1144 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
1145             Bruno Haible  <bruno@clisp.org>
1146
1147         * modules/tmpfile: New file.
1148         * lib/tmpfile.c: New file.
1149         * m4/tmpfile.m4: New file.
1150         * MODULES.html.sh (func_all_modules): New section "Input/output".
1151
1152 2007-02-15  Bruno Haible  <bruno@clisp.org>
1153
1154         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
1155         (supports_delete_on_close): New function.
1156         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
1157
1158 2007-02-14  Bruno Haible  <bruno@clisp.org>
1159
1160         * modules/mbspcasecmp-tests: New file.
1161         * tests/test-mbspcasecmp.sh: New file.
1162         * tests/test-mbspcasecmp.c: New file.
1163
1164         New module mbspcasecmp.
1165         * modules/mbspcasecmp: New file.
1166         * lib/mbspcasecmp.c: New file.
1167         * lib/string_.h (strncasecmp): Change warning message.
1168         (mbspcasecmp): New declaration.
1169         * m4/mbspcasecmp.m4: New file.
1170         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1171         GNULIB_MBSPCASECMP.
1172         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
1173         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
1174
1175 2007-02-14  Bruno Haible  <bruno@clisp.org>
1176
1177         * modules/mbsncasecmp-tests: New file.
1178         * tests/test-mbsncasecmp.sh: New file.
1179         * tests/test-mbsncasecmp.c: New file.
1180
1181         New module mbsncasecmp.
1182         * modules/mbsncasecmp: New file.
1183         * lib/mbsncasecmp.c: New file.
1184         * lib/string_.h (mbsncasecmp): New declaration.
1185         * m4/mbsncasecmp.m4: New file.
1186         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1187         GNULIB_MBSNCASECMP.
1188         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
1189         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
1190
1191 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
1192
1193         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
1194         Verify that it doesn't overlap with our flags.
1195         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
1196         do not have the desired effect in multibyte locales; instead, use
1197         mbscasecmp.
1198         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
1199         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
1200         we don't require GNU fnmatch ourselves (if our users require it, they
1201         should do so explicitly).
1202
1203         Fix regex code so it doesn't rely on strcasecmp.
1204         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
1205         Otherwise, include gnulib's langinfo.h.
1206         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
1207         undesirable behavior in non-C locales.  Instead, rely on localecharset.
1208         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
1209         * modules/regex (FILES): Remove m4/codeset.m4.
1210         (Depends-on): Add localcharset.  Remove strcase.
1211
1212 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1213
1214         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
1215         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
1216
1217 2007-02-13  Bruno Haible  <bruno@clisp.org>
1218
1219         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
1220         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1221
1222 2007-02-12  Bruno Haible  <bruno@clisp.org>
1223
1224         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
1225         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
1226         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
1227         time warning rather than a link error.
1228
1229 2007-02-12  Bruno Haible  <bruno@clisp.org>
1230
1231         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
1232         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
1233         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1234
1235 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
1236
1237         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
1238         args, not 2.
1239
1240 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
1241
1242         New module 'time', so that apps can include <time.h> as per
1243         POSIX and GNU instead of separate include files like time_r.h
1244         and timegm.h.  This implementation tries out a simpler approach
1245         for replacing decls in standard include files (as compared to
1246         the string module), somewhat as an experiment.
1247
1248         * config/srclist.txt: Comment out mktime.c for now.
1249         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
1250         since it doesn't apply any more.  Use generic wording instead.
1251         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
1252         'time'.
1253         * lib/time_.h, m4/time_h.m4, modules/time: New files.
1254         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
1255         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
1256         Don't include <sys/types.h>; no longer needed since we assume C89.
1257         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
1258         * lib/strftime.c: Likewise.
1259         * lib/time_r.c: Likewise.
1260         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
1261         * lib/nanosleep.c: Include <time.h> first, to check interface.
1262         * lib/strptime.c: Likewise.
1263         * lib/time_r.c: Likewise.
1264         * lib/timegm.c: Likewise.
1265         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
1266         needed.
1267         * lib/timegm.c: Don't include timegm.h; no longer needed.
1268         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
1269         time.h now handles any problems in that area.
1270         (struct timespec, nanosleep): Remove; time.h now arranges for these.
1271         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
1272         that time.h defines struct timespec.
1273         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
1274         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
1275         handles that.
1276         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
1277         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
1278         needed.  Set REPLACE_LOCALTIME.
1279         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
1280         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
1281         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
1282         nanosleep; time_h.m4 now does that.  Don't require
1283         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
1284         module handles this now.
1285         * modules/getdate (Depends-on): Remove timespec.  Add time.
1286         * modules/nanosleep (Depends-on): Likewise.
1287         * modules/stat-time (Depends-on): Likewise.
1288         * modules/nanosleep (Include): Include time.h, not timespec.h.
1289         * modules/strptime (Files): Remove lib/strptime.h.
1290         (Depends-on): Add extensions, time.
1291         (Include): Include time.h, not strptime.h.
1292         * modules/time_r (Files): Remove lib/time_r.h.
1293         (Depends-on): Add time.
1294         (Include): Include time.h, not time_r.h.
1295         * modules/timegm: Likewise.
1296         * modules/timespec (Description): Now does timespec-related decls
1297         of our own, instead of struct timespec itself.
1298         (Depends-on): Add time; remove extensions.
1299         (Maintainer): Add self.
1300         * modules/utimecmp (Depends-on): Add time; remove timespec.
1301         * modules/utimens (Depends-on): Likewise.
1302         * modules/xnanosleep (Depends-on): Likewise.
1303
1304 2007-02-11  Bruno Haible  <bruno@clisp.org>
1305
1306         * lib/c-strstr.c: Include allocsa.h.
1307         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
1308         * lib/c-strcasestr.c: Include allocsa.h.
1309         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
1310         * lib/strcasestr.c: Include allocsa.h.
1311         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
1312         * lib/mbsstr.c: Include allocsa.h.
1313         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
1314         allocsa/freesa instead of malloc/free.
1315         * lib/mbscasestr.c: Include allocsa.h.
1316         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
1317         allocsa/freesa instead of malloc/free.
1318         * modules/c-strstr (Depends-on): Add allocsa.
1319         * modules/c-strcasestr (Depends-on): Likewise.
1320         * modules/strcasestr (Depends-on): Likewise.
1321         * modules/mbsstr (Depends-on): Likewise.
1322         * modules/mbscasestr (Depends-on): Likewise.
1323
1324 2007-02-11  Bruno Haible  <bruno@clisp.org>
1325
1326         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
1327
1328         * modules/mbsspn-tests: New file.
1329         * tests/test-mbsspn.sh: New file.
1330         * tests/test-mbsspn.c: New file.
1331
1332 2007-02-11  Bruno Haible  <bruno@clisp.org>
1333
1334         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
1335
1336         * modules/mbspbrk-tests: New file.
1337         * tests/test-mbspbrk.sh: New file.
1338         * tests/test-mbspbrk.c: New file.
1339
1340 2007-02-11  Bruno Haible  <bruno@clisp.org>
1341
1342         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
1343         unneeded cast.
1344
1345         * modules/mbscspn-tests: New file.
1346         * tests/test-mbscspn.sh: New file.
1347         * tests/test-mbscspn.c: New file.
1348
1349 2007-02-11  Bruno Haible  <bruno@clisp.org>
1350
1351         * modules/mbscasecmp-tests: New file.
1352         * tests/test-mbscasecmp.sh: New file.
1353         * tests/test-mbscasecmp.c: New file.
1354
1355 2007-02-11  Bruno Haible  <bruno@clisp.org>
1356
1357         Ensure O(n) worst-case complexity of mbscasestr.
1358         * lib/mbscasestr.c: Include stdbool.h.
1359         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
1360         functions.
1361         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
1362         the bookkeeping indicates that it's worth it.
1363         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
1364
1365         * modules/mbscasestr-tests: New file.
1366         * tests/test-mbscasestr1.c: New file.
1367         * tests/test-mbscasestr2.sh: New file.
1368         * tests/test-mbscasestr2.c: New file.
1369         * tests/test-mbscasestr3.sh: New file.
1370         * tests/test-mbscasestr3.c: New file.
1371         * tests/test-mbscasestr4.sh: New file.
1372         * tests/test-mbscasestr4.c: New file.
1373         * m4/locale-tr.m4: New file.
1374
1375 2007-02-11  Bruno Haible  <bruno@clisp.org>
1376
1377         Ensure O(n) worst-case complexity of mbsstr.
1378         * lib/mbsstr.c: Include stdbool.h.
1379         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
1380         functions.
1381         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
1382         bookkeeping indicates that it's worth it.
1383         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
1384
1385         * modules/mbsstr-tests: New file.
1386         * tests/test-mbsstr1.c: New file.
1387         * tests/test-mbsstr2.sh: New file.
1388         * tests/test-mbsstr2.c: New file.
1389         * tests/test-mbsstr3.sh: New file.
1390         * tests/test-mbsstr3.c: New file.
1391         * m4/locale-fr.m4: New file.
1392
1393 2007-02-11  Bruno Haible  <bruno@clisp.org>
1394
1395         * lib/mbsrchr.c (mbsrchr): Fix bug.
1396
1397         * modules/mbsrchr-tests: New file.
1398         * tests/test-mbsrchr.sh: New file.
1399         * tests/test-mbsrchr.c: New file.
1400
1401 2007-02-11  Bruno Haible  <bruno@clisp.org>
1402
1403         * lib/mbschr.c (mbschr): Fix bug.
1404
1405         * modules/mbschr-tests: New file.
1406         * tests/test-mbschr.sh: New file.
1407         * tests/test-mbschr.c: New file.
1408         * m4/locale-zh.m4: New file.
1409
1410 2007-02-11  Bruno Haible  <bruno@clisp.org>
1411
1412         Support for copying multibyte string iterators.
1413         * lib/mbiter.h: Include <string.h>.
1414         (mbiter_multi_copy): New function.
1415         (mbi_copy): New macro.
1416         * lib/mbuiter.h: Include <string.h>.
1417         (mbuiter_multi_copy): New function.
1418         (mbui_copy): New macro.
1419
1420 2007-02-11  Bruno Haible  <bruno@clisp.org>
1421
1422         New module mbslen.
1423         * modules/mbslen: New file.
1424         * lib/mbslen.c: New file.
1425         * lib/string_.h (mbslen): New declaration.
1426         * m4/mbslen.m4: New file.
1427         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1428         GNULIB_MBSLEN.
1429         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
1430         * MODULES.html.sh (Internationalization functions): Add mbslen.
1431
1432 2007-02-11  Bruno Haible  <bruno@clisp.org>
1433
1434         Ensure O(n) worst-case complexity of strcasestr substitute.
1435         * lib/strcasestr.c: Include stdbool.h.
1436         (knuth_morris_pratt): New function.
1437         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
1438         bookkeeping indicates that it's worth it.
1439         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
1440
1441         * modules/strcasestr-tests: New file.
1442         * tests/test-strcasestr.c: New file.
1443
1444 2007-02-11  Bruno Haible  <bruno@clisp.org>
1445
1446         Ensure O(n) worst-case complexity of c_strcasestr.
1447         * lib/c-strcasestr.c: Include stdbool.h, string.h.
1448         (knuth_morris_pratt): New function.
1449         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
1450         the bookkeeping indicates that it's worth it.
1451         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
1452
1453         * modules/c-strcasestr-tests: New file.
1454         * tests/test-c-strcasestr.c: New file.
1455
1456 2007-02-11  Bruno Haible  <bruno@clisp.org>
1457
1458         Ensure O(n) worst-case complexity of c_strstr.
1459         * lib/c-strstr.c: Include stdbool.h, string.h.
1460         (knuth_morris_pratt): New function.
1461         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
1462         bookkeeping indicates that it's worth it.
1463         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
1464
1465         * lib/c-strstr.c: Complete rewrite for maintainability.
1466
1467         * modules/c-strstr-tests: New file.
1468         * tests/test-c-strstr.c: New file.
1469
1470 2007-02-11  Bruno Haible  <bruno@clisp.org>
1471
1472         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
1473         5.2.1 and earlier, whereby \055 was treated just like the range
1474         delimiter '-'.
1475         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
1476
1477 2007-02-08  Bruno Haible  <bruno@clisp.org>
1478
1479         * modules/regex (Depends-on): Add stdbool.
1480         Reported by Dalibor Topic <robilad@kaffe.org>.
1481
1482 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
1483
1484         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
1485         Prefer returning from main to exiting from it.
1486         Remove unnecessary parens after sizeof.
1487
1488 2007-02-05  Bruno Haible  <bruno@clisp.org>
1489
1490         New module mbssep.
1491         * modules/mbssep: New file.
1492         * lib/mbssep.c: New file.
1493         * lib/string_.h (strsep): Add a conditional link warning.
1494         (mbssep): New declaration.
1495         * m4/mbssep.m4: New file.
1496         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1497         GNULIB_MBSSEP.
1498         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
1499         * MODULES.html.sh (Internationalization functions): Add mbssep.
1500
1501 2007-02-05  Bruno Haible  <bruno@clisp.org>
1502
1503         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
1504         Optimize search in case of 1 delimiter.
1505
1506 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
1507
1508         * lib/acl.h: Include sys/types.h before sys/acl.h.
1509
1510 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
1511
1512         Merge upstream fix for glibc bugzilla #3957:
1513
1514         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
1515
1516         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
1517         bit for RE_HAT_LISTS_NOT_NEWLINE.
1518         (build_charclass_op): Remove bogus comment.
1519
1520 2007-02-05  Simon Josefsson  <simon@josefsson.org>
1521
1522         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
1523
1524 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
1525
1526         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
1527         * lib/memmem.c [!defined _LIBC]: Include config.h.
1528
1529 2007-02-04  Bruno Haible  <bruno@clisp.org>
1530
1531         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
1532         warning message.
1533
1534 2007-02-04  Bruno Haible  <bruno@clisp.org>
1535
1536         New module mbstok_r.
1537         * modules/mbstok_r: New file.
1538         * lib/mbstok_r.c: New file.
1539         * lib/string_.h (strtok_r): Change argument names to match the
1540         comments. Add a conditional link warning.
1541         (mbstok_r): New declaration.
1542         * m4/mbstok_r.m4: New file.
1543         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1544         GNULIB_MBSTOK_R.
1545         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
1546         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
1547
1548 2007-02-04  Bruno Haible  <bruno@clisp.org>
1549
1550         New module mbsspn.
1551         * modules/mbsspn: New file.
1552         * lib/mbsspn.c: New file.
1553         * lib/string_.h (strspn): Add a conditional link warning.
1554         (mbsspn): New declaration.
1555         * m4/mbsspn.m4: New file.
1556         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1557         GNULIB_MBSSPN.
1558         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
1559         * MODULES.html.sh (Internationalization functions): Add mbsspn.
1560
1561 2007-02-04  Bruno Haible  <bruno@clisp.org>
1562
1563         New module mbspbrk.
1564         * modules/mbspbrk: New file.
1565         * lib/mbspbrk.c: New file.
1566         * lib/string_.h (strpbrk): Add a conditional link warning.
1567         (mbspbrk): New declaration.
1568         * m4/mbspbrk.m4: New file.
1569         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1570         GNULIB_MBSPBRK.
1571         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
1572         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
1573
1574 2007-02-04  Bruno Haible  <bruno@clisp.org>
1575
1576         New module mbscspn.
1577         * modules/mbscspn: New file.
1578         * lib/mbscspn.c: New file.
1579         * lib/string_.h (strcspn): Add a conditional link warning.
1580         (mbscspn): New declaration.
1581         * m4/mbscspn.m4: New file.
1582         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1583         GNULIB_MBSCSPN.
1584         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
1585         * MODULES.html.sh (Internationalization functions): Add mbscspn.
1586
1587 2007-02-04  Bruno Haible  <bruno@clisp.org>
1588
1589         New module mbscasestr, reduced goal of strcasestr.
1590         * modules/mbscasestr: New file.
1591         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
1592         (mbscasestr): Renamed from strcasestr.
1593         * lib/strcasestr.c: Don't include mbuiter.h.
1594         (strcasestr): Remove support for multibyte locales.
1595         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
1596         Change the conditional link warning.
1597         (mbscasestr): New declaration.
1598         * m4/mbscasestr.m4: New file.
1599         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
1600         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
1601         REPLACE_STRCASESTR.
1602         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
1603         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
1604         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
1605         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
1606         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
1607         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
1608         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
1609         (Depends-on): Remove mbuiter.
1610         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
1611
1612 2007-02-04  Bruno Haible  <bruno@clisp.org>
1613
1614         Simplify handling of strncasecmp.
1615         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
1616         the conditional link warning.
1617         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
1618         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
1619         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
1620         * modules/strcase (configure.ac): Don't invoke
1621         gl_STRING_MODULE_INDICATOR.
1622         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
1623
1624 2007-02-04  Bruno Haible  <bruno@clisp.org>
1625
1626         New module mbscasecmp, reduced goal of strcasecmp.
1627         * modules/mbscasecmp: New file.
1628         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
1629         (mbscasecmp): Renamed from strcasecmp.
1630         * lib/strcasecmp.c: Don't include mbuiter.h.
1631         (strcasecmp): Remove support for multibyte locales.
1632         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
1633         Change the conditional link warning.
1634         (mbscasecmp): New declaration.
1635         * m4/mbscasecmp.m4: New file.
1636         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
1637         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
1638         REPLACE_STRCASECMP.
1639         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
1640         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1641         GNULIB_MBSCASECMP.
1642         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
1643         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
1644         * modules/strcase (Files): Remove m4/mbrtowc.m4.
1645         (Depends-on): Remove mbuiter.
1646         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
1647
1648 2007-02-04  Bruno Haible  <bruno@clisp.org>
1649
1650         New module mbsstr. Remove module strstr.
1651         * modules/mbsstr: New file.
1652         * modules/strstr: Remove file.
1653         * lib/mbsstr.c: Renamed from lib/strstr.c.
1654         (mbsstr): Renamed from strstr.
1655         * lib/string_.h (strstr): Remove declaration. Change the conditional
1656         link warning.
1657         (mbsstr): New declaration.
1658         * m4/mbsstr.m4: New file.
1659         * m4/strstr.m4: Remove file.
1660         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
1661         REPLACE_STRSTR.
1662         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
1663         Don't initialize GNULIB_STRSTR.
1664         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
1665         substitute GNULIB_STRSTR and REPLACE_STRSTR.
1666         * MODULES.html.sh (Internationalization functions): Add mbsstr.
1667         (Support for systems lacking ANSI C 89): Remove strstr.
1668
1669 2007-02-04  Bruno Haible  <bruno@clisp.org>
1670
1671         New module mbsrchr.
1672         * modules/mbsrchr: New file.
1673         * lib/mbsrchr.c: New file.
1674         * lib/string_.h (strrchr): Add a conditional link warning.
1675         (mbsrchr): New declaration.
1676         * m4/mbsrchr.m4: New file.
1677         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1678         GNULIB_MBSRCHR.
1679         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
1680         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
1681
1682 2007-02-04  Bruno Haible  <bruno@clisp.org>
1683
1684         New module mbschr.
1685         * modules/mbschr: New file.
1686         * lib/mbschr.c: New file.
1687         * lib/string_.h (strchr): Add a conditional link warning.
1688         (mbschr): New declaration.
1689         * m4/mbschr.m4: New file.
1690         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1691         GNULIB_MBSCHR.
1692         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
1693         * MODULES.html.sh (Internationalization functions): Add mbschr.
1694
1695 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
1696
1697         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
1698
1699         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
1700
1701 2007-02-04  Bruno Haible  <bruno@clisp.org>
1702
1703         New module description section 'configure.ac-early'.
1704         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
1705         (func_get_autoconf_early_snippet): New function.
1706         (func_import, func_create_testdir): Use it. Remove special cases for
1707         modules 'extensions' and 'lock'.
1708         * modules/extensions (configure.ac-early): Require
1709         gl_USE_SYSTEM_EXTENSIONS.
1710         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
1711
1712 2007-02-04  Bruno Haible  <bruno@clisp.org>
1713
1714         Make use of gcj-4.3's -fsource and -ftarget option.
1715         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
1716         and if so try the options -fsource and -ftarget.
1717         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
1718         source_version, ftarget_option, target_version arguments.
1719         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
1720         (is_envjavac_oldgcj_14_14_usable): Renamed from
1721         is_envjavac_gcj_14_14_usable.
1722         (is_envjavac_oldgcj_14_13_usable): Renamed from
1723         is_envjavac_gcj_14_13_usable.
1724         (is_gcj_present): Update.
1725         (is_gcj_43, is_gcj43_usable): New functions.
1726         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
1727         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
1728         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
1729         try the options -fsource and -ftarget.
1730
1731 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
1732
1733         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
1734         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
1735         larger value.
1736
1737 2007-02-03  Jim Meyering  <jim@meyering.net>
1738
1739         Give tools a better chance to allocate space for very large buffers.
1740         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
1741
1742         Make pwd and readlink work also when run with an unreadable parent dir
1743         on systems with openat support.
1744         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
1745         provided getcwd function, even when we have openat support.
1746         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
1747
1748 2007-02-02  Bruno Haible  <bruno@clisp.org>
1749
1750         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
1751         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
1752         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
1753         portability problems if one of these functions is only used on specific
1754         platforms.
1755         Reported by Paul Eggert.
1756
1757 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
1758
1759         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
1760         is causing more trouble than it's curing.
1761         * lib/regex_internal.h (__mempcpy): Remove.
1762         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
1763         (and make the code a tad smaller to boot).
1764         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
1765
1766 2007-02-02  Jim Meyering  <jim@meyering.net>
1767
1768         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
1769         section, not in the Makefile.am: one.
1770
1771 2007-02-02  Eric Blake  <ebb9@byu.net>
1772
1773         * lib/strchrnul.c: Always include config.h first.
1774
1775         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
1776         gnulib strstr is not necessary here.
1777
1778 2007-02-02  Simon Josefsson  <simon@josefsson.org>
1779
1780         * m4/socklen.m4: Fix typo.
1781
1782 2007-02-02  Eric Blake  <ebb9@byu.net>
1783
1784         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
1785         * modules/netinet_in (Makefile.am): Likewise.
1786
1787 2007-02-01  Bruno Haible  <bruno@clisp.org>
1788
1789         * lib/string_.h (GL_LINK_WARNING): New macro.
1790         (strcasecmp, strstr, strcasestr): If provided by the system,
1791         conditionally define as a macro that leads to a warning instead of to
1792         an error.
1793         (strncasecmp): Conditionally define as a macro that leads to a warning.
1794
1795 2007-02-01  Karl Berry  <karl@gnu.org>
1796
1797         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
1798
1799 2007-02-01  Bruno Haible  <bruno@clisp.org>
1800
1801         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
1802         renamings.
1803
1804 2007-02-01  Eric Blake  <ebb9@byu.net>
1805
1806         * modules/regex (Depends-on): Revert dependence on mempcpy.
1807         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
1808         module's definition of mempcpy.
1809         Reported by Paul Eggert.
1810
1811 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
1812
1813         * lib/string_.h: If the gnulib module XYZ is not present, undefine
1814         the symbol XYZ before redefining it.  This fixes a problem with
1815         programs that don't use XYZ, when compiled on systems that define
1816         XYZ to something else.
1817
1818 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
1819
1820         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
1821         occurs when "mkdir -m foo" creates a setgid directory that is (1)
1822         writeable to group or other and (2) is intended to have a special
1823         mode bit that is set or cleared.  In such a case, the directory
1824         should be neither group- nor other-writeable until the special
1825         mode bits are right.
1826
1827 2007-01-31  Eric Blake  <ebb9@byu.net>
1828
1829         * modules/mountlist (Depends-on): Add strstr.
1830
1831         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
1832         bug.
1833         * modules/string (Makefile.am): Remove redundant replacement.
1834         * modules/regex (Depends-on): Add mempcpy.
1835
1836 2007-01-31  Bruno Haible  <bruno@clisp.org>
1837
1838         New module description field 'Link'.
1839         * gnulib-tool (func_usage): Document --extract-link-directive.
1840         (sed_extract_prog): Recognize 'Link' directive.
1841         (func_get_link_directive): New function.
1842         (func_import): Show summary of link directives.
1843         Handle --extract-link-directive option.
1844         * modules/acl (Link): New section.
1845         * modules/clock-time (Link): New section.
1846         * modules/euidaccess (Link): New section.
1847         * modules/gettext (Link): New section.
1848         * modules/iconv (Link): New section.
1849         * modules/lock (Link): New section.
1850         * modules/nanosleep (Link): New section.
1851         * modules/readline (Link): New section.
1852
1853 2007-01-27  Bruno Haible  <bruno@clisp.org>
1854
1855         Enforce the use of gnulib modules for unportable <string.h> functions.
1856         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
1857         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
1858         (gl_HEADER_STRING_H_BODY): Require it.
1859         * lib/string_.h: If the gnulib module XYZ is not present, redefine
1860         the symbol XYZ to one that gives a link error.
1861         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
1862         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
1863         * modules/mempcpy (configure.ac): Likewise.
1864         * modules/memrchr (configure.ac): Likewise.
1865         * modules/stpcpy (configure.ac): Likewise.
1866         * modules/stpncpy (configure.ac): Likewise.
1867         * modules/strcase (configure.ac): Likewise.
1868         * modules/strcasestr (configure.ac): Likewise.
1869         * modules/strchrnul (configure.ac): Likewise.
1870         * modules/strdup (configure.ac): Likewise.
1871         * modules/strndup (configure.ac): Likewise.
1872         * modules/strnlen (configure.ac): Likewise.
1873         * modules/strpbrk (configure.ac): Likewise.
1874         * modules/strsep (configure.ac): Likewise.
1875         * modules/strstr (configure.ac): Likewise.
1876         * modules/strtok_r (configure.ac): Likewise.
1877
1878 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
1879
1880         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
1881
1882 2007-01-30  Jim Meyering  <jim@meyering.net>
1883
1884         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
1885
1886 2007-01-29  Bruno Haible  <bruno@clisp.org>
1887
1888         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
1889         * lib/execute.c: Likewise.
1890         * lib/pipe.c: Likewise.
1891         * lib/printf-args.h: Likewise.
1892         * lib/printf-args.c: Likewise.
1893         * lib/printf-parse.c: Likewise.
1894         * lib/vasnprintf.c: Likewise.
1895
1896 2007-01-29  Eric Blake  <ebb9@byu.net>
1897
1898         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
1899         declaration.
1900
1901 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
1902
1903         * lib/strptime.h (strptime): Use 'restrict' for args where
1904         POSIX requires this.
1905         * lib/strptime.c (strptime): Likewise.
1906         Change license notice from LGPL to GPL, since gnulib-tool will
1907         change this as needed.
1908         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
1909         defined.
1910         Include "strptime.h" first, to check interface.
1911         Do not #undef _LIBC and _NL_CURRENT.
1912         Do not include <stdlib.h>; no longer needed.
1913         Include "time_r.h" and declare ptime_locale_status
1914         only if _LIBC is not defined.
1915         (__P): Remove unused macro.
1916         (match_string): Bring back glibc version, but use it only if _LIBC
1917         is defined.
1918         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
1919         Remove unnecessary assertion and abort() call.
1920         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
1921         * m4/strptime.m4: Fix serial number comment.
1922         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
1923         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
1924         (Depends-on): Add time_r.
1925
1926 2007-01-29  Bruno Haible  <bruno@clisp.org>
1927
1928         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
1929         strptime.
1930         * modules/strptime (Depends-on): Add stdbool.
1931         * lib/strptime.h: Include <time.h> always. Add comments.
1932
1933 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
1934
1935         * modules/strptime: New file.
1936         * lib/strptime.h: New file.
1937         * lib/strptime.c: New file.
1938         * m4/strptime.m4: New file.
1939
1940 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
1941
1942         * MODULES.html.sh: New module mpsort.
1943         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
1944
1945         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
1946         a circularity problem with HP-UX ia64 reported by Bob Proulx in
1947         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
1948         All uses changed.
1949         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
1950         All uses changed.
1951         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
1952         to _Restrict_.
1953         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
1954         the parameter matches the prototype.
1955
1956 2007-01-28  Jim Meyering  <jim@meyering.net>
1957
1958         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
1959         sys/time.h here, reverting that part of the previous patch:
1960         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
1961
1962 2007-01-28  Bruno Haible  <bruno@clisp.org>
1963
1964         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
1965         value of $(SYS_TIME_H).
1966         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
1967         remove it conditionally, too. [added by Jim Meyering]
1968         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
1969         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
1970         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
1971         GETTIMEOFDAY_REPLACEMENT to 1.
1972
1973 2007-01-28  Bruno Haible  <bruno@clisp.org>
1974
1975         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
1976         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
1977         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
1978         Set UNISTD_H instead of UNISTD_H2.
1979         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
1980
1981 2007-01-28  Bruno Haible  <bruno@clisp.org>
1982
1983         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
1984         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
1985
1986 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1987
1988         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
1989         (func_create_testdir): Ensure C locale for `grep' and `tr'
1990         character ranges.
1991         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
1992         ACLOCAL_AMFLAGS parsing state machine.
1993
1994 2007-01-27  Bruno Haible  <bruno@clisp.org>
1995
1996         * modules/unistr/base: Update.
1997
1998 2007-01-27  Bruno Haible  <bruno@clisp.org>
1999
2000         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
2001         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
2002         * modules/unistr/u32-mbtouc-unsafe: Renamed from
2003         modules/unistr/u32-mbtouc.
2004         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
2005         * lib/unistr.h: Update.
2006         * lib/linebreak.c: Update.
2007         * modules/unistr/u32-mbtouc: Renamed from
2008         modules/unistr/u32-mbtouc-safe.
2009         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
2010         * lib/unistr.h: Update.
2011         * lib/unistr/u32-to-u8.c: Update.
2012         * lib/unistr/u32-to-u16.c: Update.
2013
2014 2007-01-27  Bruno Haible  <bruno@clisp.org>
2015
2016         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
2017         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
2018         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
2019         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
2020         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
2021         * modules/unistr/u16-mbtouc-unsafe: Renamed from
2022         modules/unistr/u16-mbtouc.
2023         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
2024         * lib/unistr.h: Update.
2025         * lib/linebreak.c: Update.
2026         * modules/linebreak: Update.
2027         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
2028         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
2029         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
2030         * modules/unistr/u16-mbtouc: Renamed from
2031         modules/unistr/u16-mbtouc-safe.
2032         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
2033         * lib/unistr.h: Update.
2034         * lib/unistr/u16-to-u8.c: Update.
2035         * modules/unistr/u16-to-u8: Update.
2036         * lib/unistr/u16-to-u32.c: Update.
2037         * modules/unistr/u16-to-u32: Update.
2038
2039 2007-01-27  Bruno Haible  <bruno@clisp.org>
2040
2041         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
2042         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
2043         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
2044         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
2045         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
2046         * modules/unistr/u8-mbtouc-unsafe: Renamed from
2047         modules/unistr/u8-mbtouc.
2048         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
2049         * lib/unistr.h: Update.
2050         * lib/striconveh.c: Update.
2051         * modules/striconveh: Update.
2052         * lib/linebreak.c: Update.
2053         * modules/linebreak: Update.
2054         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
2055         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
2056         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
2057         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
2058         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
2059         * lib/unistr.h: Update.
2060         * lib/striconveh.c: Update.
2061         * modules/striconveh: Update.
2062         * lib/unistr/u8-to-u16.c: Update.
2063         * modules/unistr/u8-to-u16: Update.
2064         * lib/unistr/u8-to-u32.c: Update.
2065         * modules/unistr/u8-to-u32: Update.
2066
2067 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2068
2069         Sync from Libtool.
2070         * lib/argz.c: Do not include strings.h nor memory.h, include
2071         string.h unconditionally.  Patch by Simon Josefsson.
2072
2073 2007-01-27  Bruno Haible  <bruno@clisp.org>
2074
2075         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
2076         from gl_HEADER_STRING_H_BODY.
2077         (gl_HEADER_STRING_H_BODY): Require it.
2078         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
2079         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
2080         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
2081         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
2082         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
2083         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
2084         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
2085         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
2086         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
2087         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
2088         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
2089         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
2090         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
2091         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
2092         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
2093
2094 2007-01-27  Bruno Haible  <bruno@clisp.org>
2095
2096         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
2097         check_PROGRAMS into noinst_PROGRAMS.
2098         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
2099         check_PROGRAMS in this case.
2100         (func_import): Set for_test to false.
2101         (func_create_testdir): Set for_test to true.
2102
2103 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
2104             Bruno Haible  <bruno@clisp.org>
2105
2106         * modules/strcasestr (Files): Remove lib/strcasestr.h.
2107         (Depends-on): Add string.
2108         (Includes): Use <string.h> instead of strcasestr.h.
2109         * modules/string (Makefile.am): Also substitute the value of
2110         REPLACE_STRCASESTR.
2111         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
2112         assume strcasestr is declared in <string.h> not <strings.h>. Also
2113         set REPLACE_STRCASESTR.
2114         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
2115         REPLACE_STRCASESTR.
2116         * lib/strcasestr.h: Remove file.
2117         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
2118         * lib/string_.h (strcasestr): New declaration.
2119
2120 2007-01-27  Bruno Haible  <bruno@clisp.org>
2121
2122         * lib/string_.h: Use 'extern'.
2123
2124 2007-01-27  Jim Meyering  <jim@meyering.net>
2125
2126         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
2127         of set-but-not-used local, "q".
2128
2129         * lib/mempcpy.c: Include <config.h> before <string.h>.
2130         This fixes a compilation error on HP-UX, due to the system's
2131         "restrict"-using mempcpy prototype.
2132
2133 2007-01-26  Bruno Haible  <bruno@clisp.org>
2134
2135         Small optimization.
2136         * lib/javacomp.c: Include c-strstr.h.
2137          (is_envjavac_gcj): Use c_strstr instead of strstr.
2138         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
2139
2140 2007-01-26  Bruno Haible  <bruno@clisp.org>
2141
2142         * MODULES.html.sh (Unicode string functions): Add the new modules.
2143
2144         * modules/uniconv/u32-strconv-to-locale: New file.
2145         * lib/uniconv/u32-strconv-to-locale.c: New file.
2146
2147         * modules/uniconv/u16-strconv-to-locale: New file.
2148         * lib/uniconv/u16-strconv-to-locale.c: New file.
2149
2150         * modules/uniconv/u8-strconv-to-locale: New file.
2151         * lib/uniconv/u8-strconv-to-locale.c: New file.
2152
2153         * modules/uniconv/u32-strconv-from-locale: New file.
2154         * lib/uniconv/u32-strconv-from-locale.c: New file.
2155
2156         * modules/uniconv/u16-strconv-from-locale: New file.
2157         * lib/uniconv/u16-strconv-from-locale.c: New file.
2158
2159         * modules/uniconv/u8-strconv-from-locale: New file.
2160         * lib/uniconv/u8-strconv-from-locale.c: New file.
2161
2162         * modules/uniconv/u32-strconv-to-enc: New file.
2163         * lib/uniconv/u32-strconv-to-enc.c: New file.
2164         * modules/uniconv/u32-strconv-to-enc-tests: New file.
2165         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
2166
2167         * modules/uniconv/u16-strconv-to-enc: New file.
2168         * lib/uniconv/u16-strconv-to-enc.c: New file.
2169         * lib/uniconv/u-strconv-to-enc.h: New file.
2170         * modules/uniconv/u16-strconv-to-enc-tests: New file.
2171         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
2172
2173         * modules/uniconv/u8-strconv-to-enc: New file.
2174         * lib/uniconv/u8-strconv-to-enc.c: New file.
2175         * modules/uniconv/u8-strconv-to-enc-tests: New file.
2176         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
2177
2178         * modules/uniconv/u32-strconv-from-enc: New file.
2179         * lib/uniconv/u32-strconv-from-enc.c: New file.
2180         * modules/uniconv/u32-strconv-from-enc-tests: New file.
2181         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
2182
2183         * modules/uniconv/u16-strconv-from-enc: New file.
2184         * lib/uniconv/u16-strconv-from-enc.c: New file.
2185         * modules/uniconv/u16-strconv-from-enc-tests: New file.
2186         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
2187
2188         * modules/uniconv/u8-strconv-from-enc: New file.
2189         * lib/uniconv/u8-strconv-from-enc.c: New file.
2190         * lib/uniconv/u-strconv-from-enc.h: New file.
2191         * modules/uniconv/u8-strconv-from-enc-tests: New file.
2192         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
2193
2194         * modules/uniconv/u32-conv-from-enc: New file.
2195         * lib/uniconv/u32-conv-from-enc.c: New file.
2196         * modules/uniconv/u32-conv-from-enc-tests: New file.
2197         * tests/uniconv/test-u32-conv-from-enc.c: New file.
2198
2199         * modules/uniconv/u16-conv-from-enc: New file.
2200         * lib/uniconv/u16-conv-from-enc.c: New file.
2201         * lib/uniconv/u-conv-from-enc.h: New file.
2202         * modules/uniconv/u16-conv-from-enc-tests: New file.
2203         * tests/uniconv/test-u16-conv-from-enc.c: New file.
2204
2205         * modules/uniconv/u8-conv-from-enc: New file.
2206         * lib/uniconv/u8-conv-from-enc.c: New file.
2207         * modules/uniconv/u8-conv-from-enc-tests: New file.
2208         * tests/uniconv/test-u8-conv-from-enc.c: New file.
2209
2210         * modules/uniconv/base: New file.
2211         * lib/uniconv.h: New file.
2212
2213 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
2214
2215         * doc/gnulib-tool.texi (Initial import): Update to match current
2216         behavior with strdup module.
2217         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
2218         * lib/memmem.h: Remove; all uses removed.  This is now done
2219         by <string.h>.
2220         * lib/mempcpy.h: Likewise.
2221         * lib/memrchr.h: Likewise.
2222         * lib/stpcpy.h: Likewise.
2223         * lib/stpncpy.h: Likewise.
2224         * lib/strcase.h: Likewise.
2225         * lib/strchrnul.h: Likewise.
2226         * lib/strdup.h: Likewise.
2227         * lib/strndup.h: Likewise.
2228         * lib/strnlen.h: Likewise.
2229         * lib/strpbrk.h: Likewise.
2230         * lib/strsep.h: Likewise.
2231         * lib/strstr.h: Likewise.
2232         * lib/strtok_r.h: Likewise.
2233         * lib/string_.h: New file.
2234         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
2235         Rely on <string.h> instead.
2236         * lib/canon-host.c: Likewise.
2237         * lib/chdir-long.c: Likewise.
2238         * lib/concatpath.c: Likewise.
2239         * lib/exclude.c: Likewise.
2240         * lib/fchdir.c: Likewise.
2241         * lib/getaddrinfo.c: Likewise.
2242         * lib/getcwd.c: Likewise.
2243         * lib/getsubopt.c: Likewise.
2244         * lib/glob.c: Likewise.
2245         * lib/hard-locale.c: Likewise.
2246         * lib/iconvme.c: Likewise.
2247         * lib/javacomp.c: Likewise.
2248         * lib/mempcpy.c: Likewise.
2249         * lib/memrchr.c: Likewise.
2250         * lib/regex_internal.h: Likewise.
2251         * lib/stpncpy.c: Likewise.
2252         * lib/strcasecmp.c: Likewise.
2253         * lib/strchrnul.c: Likewise.
2254         * lib/strdup.c: Likewise.
2255         * lib/striconv.c: Likewise.
2256         * lib/striconveh.c: Likewise.
2257         * lib/striconveha.c: Likewise.
2258         * lib/strncasecmp.c: Likewise.
2259         * lib/strndup.c: Likewise.
2260         * lib/strnlen.c: Likewise.
2261         * lib/strsep.c: Likewise.
2262         * lib/strstr.c: Likewise.
2263         * lib/strtok_r.c: Likewise.
2264         * lib/userspec.c: Likewise.
2265         * lib/w32spawn.h: Likewise.
2266         * lib/xstrndup.c: Likewise.
2267         * lib/mountlist.c (strstr): Remove decl.
2268         * m4/string_h.m4: New file.
2269         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
2270         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
2271         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
2272         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
2273         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
2274         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
2275         Set REPLACE_STRCASECMP if necessary.
2276         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
2277         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
2278         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
2279         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
2280         HAVE_DECL_STRDUP if necessary.
2281         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
2282         since gl_FUNC_STRNDUP does that now.
2283         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
2284         Check for decl here...
2285         (gl_PREREQ_STRNLEN): ... not here.
2286         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
2287         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
2288         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
2289         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
2290         necessary.
2291         * modules/string: New file.
2292         * modules/memmem (Files): Remove special-purpose include file.
2293         (Depends-on): Add string.
2294         (Include): Include <string.h>, not the removed file.
2295         * modules/mempcpy: Likewise.
2296         * modules/memrchr: Likewise.
2297         * modules/stpcpy: Likewise.
2298         * modules/stpncpy: Likewise.
2299         * modules/strcase: Likewise.
2300         * modules/strchrnul: Likewise.
2301         * modules/strdup: Likewise.
2302         * modules/strndup: Likewise.
2303         * modules/strnlen: Likewise.
2304         * modules/strpbrk: Likewise.
2305         * modules/strsep: Likewise.
2306         * modules/strstr: Likewise.
2307         * modules/strtok_r: Likewise.
2308         * tests/test-dirname.c: Don't include "strdup.h", since
2309         <string.h> now suffices.
2310         * tests/test-memmem.c: Don't include "memmem.h", since
2311         <string.h> now suffices.
2312
2313 2007-01-25  Bruno Haible  <bruno@clisp.org>
2314
2315         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
2316         *resultp is 0.
2317
2318         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
2319         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
2320         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
2321         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
2322
2323         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
2324         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
2325         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
2326         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
2327         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
2328         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
2329
2330 2007-01-24  Bruno Haible  <bruno@clisp.org>
2331
2332         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
2333         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
2334         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
2335         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
2336         gl_FUNC_FTS_CORE.
2337         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
2338         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
2339         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
2340         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
2341         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
2342         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
2343         gl_FUNC_FCHOWNAT.
2344         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
2345         gl_FUNC_STRFTIME.
2346         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
2347         Reported by Ralf Wildenhues.
2348
2349 2007-01-24  Bruno Haible  <bruno@clisp.org>
2350
2351         Drop AC_REQUIRE calls that are redundant with the module dependencies.
2352         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
2353         gl_GETADDRINFO.
2354         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
2355         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
2356         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
2357
2358 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
2359
2360         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
2361         Don't use 'exit'; just return from 'main'.
2362         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
2363
2364         * lib/fnmatch_.h: Readjust white space and comments to match
2365         glibc, to avoid spurious diffs.
2366
2367 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
2368
2369         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
2370         2004-12-01 change by Jakub Jelinek, since this code won't compile
2371         if !LIBC.  Problem reported by Bob Proulx.
2372
2373 2007-01-23  Bruno Haible  <bruno@clisp.org>
2374
2375         * lib/striconveh.c: Include c-strcaseeq.h.
2376         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
2377         * modules/striconveh (Depends-on): Add c-strcaseeq.
2378
2379 2007-01-23  Bruno Haible  <bruno@clisp.org>
2380
2381         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
2382
2383         * modules/c-strcaseeq: New file.
2384         * lib/c-strcaseeq.h: New file.
2385
2386         * modules/streq: New file.
2387         * lib/streq.h: New file.
2388
2389 2007-01-23  Bruno Haible  <bruno@clisp.org>
2390
2391         * modules/striconveha-tests: New file.
2392         * tests/test-striconveha.c: New file.
2393
2394         * lib/striconveha.h: Include <stdbool.h>.
2395         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
2396         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
2397         (mem_iconveha_notranslit): Renamed from mem_iconveha.
2398         (mem_iconveha): New function.
2399         (str_iconveha_notranslit): Renamed from str_iconveha.
2400         (str_iconveha): New function.
2401         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
2402         c-strcase.
2403
2404 2007-01-23  Bruno Haible  <bruno@clisp.org>
2405
2406         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
2407         encodings without forgiving before trying any encoding with handler.
2408         (str_iconveha): Try all encodings without forgiving before trying any
2409         encoding with handler.
2410
2411 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
2412
2413         Import the following changes from libc.
2414
2415         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
2416
2417         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
2418
2419         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
2420
2421         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
2422         normal_bracket label.
2423
2424         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
2425
2426         [BZ #361]
2427         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
2428         to normal_bracket after fetching the next character.
2429
2430 2007-01-22  Bruno Haible  <bruno@clisp.org>
2431
2432         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
2433         argument.
2434         * lib/striconveh.c (iconv_carefully_1): New function.
2435         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
2436         argument.
2437         (str_cd_iconveh): Update.
2438         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
2439         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
2440         * tests/test-striconveh.c (MAGIC): New macro.
2441         (new_offsets): New function.
2442         (main): Test call with and without offsets.
2443
2444 2007-01-22  Bruno Haible  <bruno@clisp.org>
2445
2446         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
2447         * modules/sys_select (Makefile.am): Likewise.
2448         * modules/sys_socket (Makefile.am): Likewise.
2449         * modules/sys_time (Makefile.am): Likewise.
2450
2451 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
2452
2453         * modules/gettimeofday (License): Change from GPL to LGPL, since
2454         gettimeofday is a library function.
2455
2456 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2457
2458         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
2459
2460 2007-01-21  Bruno Haible  <bruno@clisp.org>
2461
2462         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
2463
2464 2007-01-21  Bruno Haible  <bruno@clisp.org>
2465
2466         * modules/striconveha: New file.
2467         * lib/striconveha.h: New file.
2468         * lib/striconveha.c: New file.
2469         * MODULES.html.sh (Internationalization functions): Add striconveha.
2470         * lib/striconv.c (str_iconv): Optimize the case of an empty input
2471         string.
2472         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
2473
2474 2007-01-21  Bruno Haible  <bruno@clisp.org>
2475
2476         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
2477         * lib/striconveh.c (str_iconveh): Likewise.
2478
2479 2007-01-21  Bruno Haible  <bruno@clisp.org>
2480
2481         * lib/striconveh.h (mem_iconveh): New declaration.
2482         * lib/striconveh.c (mem_iconveh): New function.
2483         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
2484
2485 2007-01-21  Bruno Haible  <bruno@clisp.org>
2486
2487         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
2488
2489         * lib/striconveh.h (mem_cd_iconveh): Change specification.
2490         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
2491         original result buffer.
2492         (str_cd_iconveh): Update.
2493         * tests/test-striconveh.c (main): Update.
2494
2495         * lib/striconv.h (mem_cd_iconv): Change specification.
2496         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
2497         result buffer.
2498         (str_cd_iconv): Update.
2499         * tests/test-striconv.c (main): Update.
2500
2501 2007-01-21  Bruno Haible  <bruno@clisp.org>
2502
2503         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
2504
2505 2007-01-20  Jim Meyering  <jim@meyering.net>
2506
2507         * lib/userspec.c (parse_with_separator): If a user or group string
2508         starts with "+", skip the corresponding name-to-ID look-up, since
2509         such a look-up must fail: user and group names may not include "+".
2510
2511 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
2512
2513         * lib/poll.c: Include sys/time.h and time.h unconditionally,
2514         since we now assume the sys_time module.
2515         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
2516         check for sys/time.h; no longer needed.
2517         * modules/poll (Depends-on): Depend on sys_time.
2518
2519 2007-01-18  Bruno Haible  <bruno@clisp.org>
2520
2521         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
2522         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
2523
2524         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
2525         gettimeofday.
2526
2527         * tests/test-gettimeofday.c: Include <time.h>.
2528         (dummy): Remove variable.
2529
2530         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
2531         gl_HEADER_SYS_TIME_H.
2532         (gl_HEADER_SYS_TIME_H): New macro.
2533
2534         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
2535         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2536         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
2537         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
2538         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2539         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
2540         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
2541         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2542         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
2543         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
2544         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2545
2546         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
2547         last change; it caused a compilation error when cross-compiling to
2548         Cygwin.
2549
2550 2007-01-18  Jim Meyering  <jim@meyering.net>
2551
2552         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
2553         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
2554         than the race-prone "test -d sys || mkdir sys".
2555         (configure.ac): Use AC_PROG_MKDIR_P.
2556         * modules/sys_select: Likewise.
2557         * modules/sys_socket: Likewise.
2558         * modules/sys_time: Likewise.
2559
2560 2007-01-18  Eric Blake  <ebb9@byu.net>
2561
2562         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
2563         replace gettimeofday.
2564         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
2565         name, to avoid infinite recursion.
2566
2567 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
2568
2569         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
2570         module sys_time.
2571         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
2572         assume timespec.h defines struct timeval.
2573         * lib/settime.c: Likewise.
2574         * lib/utimens.c: Likewise.
2575         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
2576         since we now assume the gettimeofday module.
2577         * lib/tempname.c (__gen_tempname): Likewise.
2578         * lib/gettimeofday.h: Remove.
2579         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
2580         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
2581         Include <time.h>, for 'time()'.
2582         (localtime_buffer_addr): Also use this workaround if
2583         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
2584         to simplify the uses.  All uses changed.
2585         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
2586         that #undef is inside {}, and 'const' follows type name consistently.
2587         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
2588         (gettimeofday): Do not use the maximum possible value for
2589         tv->tv_usec, since that might break usages other than ls.c.
2590         Instead, we'll leave ls.c alone.  This undoes today's patch
2591         by Bruno.  Add a compile-time warning for 1s-clock resolution;
2592         we've never observed the problem but might as well keep the
2593         canary.
2594         * lib/nanosleep.c: Include timespec.h first, for interface check.
2595         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
2596         now assume the sys_time module.
2597         * lib/tempname.c: Likewise.
2598         * lib/timespec.h: Likewise.
2599         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
2600         needed.
2601         * lib/strftime.c: Likewise.
2602         * lib/timespec.h: Likewise.
2603         * lib/posixtm.c: Include posixtm.h first, for interface check.
2604         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
2605         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
2606         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
2607         * lib/sys_time_.h: New file.
2608         * lib/timespec.h (struct timespec): Use long int, not long.
2609         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
2610         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
2611         Remove obsolescent call to AC_HEADER_TIME.
2612         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
2613         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
2614         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
2615         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
2616         Likewise.
2617         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
2618         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
2619         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
2620         into the sys_time module.  Check for gettimeofday just once.
2621         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
2622         for gettimeofday signature to just check the signature.  Merely
2623         compile it, since linking doesn't test signature.  Improve test for
2624         whether gettimeofday.o is actually needed.
2625         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
2626         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
2627         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
2628         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2629         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
2630         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
2631         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
2632         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
2633         than worrying about sys/time.h.
2634         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
2635         Don't bother worrying about TIME_WITH_SYS_TIME.
2636         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
2637         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
2638         * m4/sys_time_h.m4: New file.
2639         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
2640         Don't include sys/time.h.  Return from main rather than exiting.
2641         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
2642         all uses changed.
2643         * modules/gethrxtime (Depends-on): Add sys_time.
2644         * modules/gettime (Depends-on): Likewise.
2645         * modules/gettimeofday (Depends-on): Likewise.
2646         * modules/nanosleep (Depends-on): Likewise.
2647         * modules/settime (Depends-on): Likewise.
2648         * modules/tempname (Depends-on): Likewise.
2649         * modules/utimens (Depends-on): Likewise.
2650         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
2651         (Include:) Change back to <sys/time.h>.
2652         (Maintainer:) Add self.
2653         * modules/sys_time: New file.
2654         * modules/tempname (Depends-on): Add gettimeofday.
2655         * tests/test-gettimeofday.c: Include <sys/time.h>
2656         rather than gettimeofday.h.
2657
2658 2007-01-17  Bruno Haible  <bruno@clisp.org>
2659
2660         * gnulib-tool (func_get_license): Revert last patch. Instead, let
2661         the license default to GPL.
2662         (func_create_testdir): Don't complain if a module is LGPL and its
2663         tests module depends on GPLed modules.
2664
2665 2007-01-17  Bruno Haible  <bruno@clisp.org>
2666
2667         * lib/gettimeofday.c (gettimeofday): Add code for the case
2668         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
2669         maximum possible value for tv->tv_usec, rather than the minimum one.
2670
2671 2005-10-08  Martin Lambers  <marlam@marlam.de>
2672 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
2673 2007-01-16  Bruno Haible  <bruno@clisp.org>
2674
2675         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
2676         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
2677         gl_FUNC_GETTIMEOFDAY.
2678         (Include): Add gettimeofday.h.
2679         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
2680         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
2681         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
2682         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
2683         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
2684         * lib/gettimeofday.h: New file.
2685         * lib/gettimeofday.c: Include <sys/timeb.h>.
2686         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
2687         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2688         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
2689         fall back on time().
2690
2691         * tests/test-gettimeofday.c: New file.
2692         * modules/gettimeofday-tests: New file.
2693
2694 2007-01-16  Eric Blake  <ebb9@byu.net>
2695
2696         * modules/fnmatch (Depends-on): Depend on wchar.
2697         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
2698         * m4/fnmatch.m4: Likewise.
2699         * modules/mbchar (Makefile.am): Assume <wchar.h>.
2700         * m4/mbchar.m4: Likewise.
2701         * modules/mbswidth (Depends-on): Depend on wchar.
2702         * lib/mbswidth.c: Assume <wchar.h>.
2703         * m4/mbswidth.m4: Likewise.
2704         * modules/quotearg (Depends-on): Depend on wchar.
2705         * lib/quotearg.c: Assume <wchar.h>.
2706         * m4/quotearg.m4: Likewise.
2707         * modules/regex (Depends-on): Depend on wchar.
2708         * lib/regex_internal.h: Assume <wchar.h>.
2709         * m4/regex.m4: Likewise.
2710         * modules/stdint (Depends-on): Depend on wchar.
2711         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
2712         * m4/stdint.m4: Likewise.
2713         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
2714         * modules/strftime (Depends-on): Depend on wchar.
2715         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
2716         * modules/strtol (Depends-on): Depend on wchar.
2717         * lib/strtol.c: Assume <wchar.h>.
2718         * modules/wcwidth (Depends-on): Depend on wchar.
2719         * lib/wcwidth.h: Assume <wchar.h>.
2720         * m4/wcwidth.m4: Likewise.
2721
2722 2007-01-16  Bruno Haible  <bruno@clisp.org>
2723
2724         * modules/csharpexec-script: New, created from...
2725         * modules/csharpexec: ... this.
2726
2727 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
2728
2729         * modules/javaexec-script: New, created from...
2730         * modules/javaexec: ... this.
2731
2732 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2733
2734         * modules/poll (Dependencies): Add sys_select.
2735
2736 2007-01-15  Jim Meyering  <jim@meyering.net>
2737
2738         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
2739         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
2740         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
2741         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
2742
2743 2007-01-15  Bruno Haible  <bruno@clisp.org>
2744
2745         * modules/striconveh: New file.
2746         * lib/striconveh.h: New file.
2747         * lib/striconveh.c: New file.
2748         * MODULES.html.sh (Internationalization functions): Add striconveh.
2749
2750         * modules/striconveh-tests: New file.
2751         * tests/test-striconveh.c: New file.
2752
2753 2007-01-15  Bruno Haible  <bruno@clisp.org>
2754
2755         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
2756         not from GNU libiconv or GNU libc.
2757
2758 2007-01-15  Bruno Haible  <bruno@clisp.org>
2759
2760         * doc/gnulib-intro.texi (Copyright): Explain the different license
2761         terms for module descriptions, autoconf macros, tests, documentation.
2762
2763 2007-01-14  Bruno Haible  <bruno@clisp.org>
2764
2765         * modules/striconv-tests: New file.
2766         * tests/test-striconv.c: New file.
2767
2768 2007-01-14  Bruno Haible  <bruno@clisp.org>
2769
2770         * modules/iconv-tests: New file.
2771         * tests/test-iconv.c: New file.
2772
2773 2007-01-14  Bruno Haible  <bruno@clisp.org>
2774
2775         * gnulib-tool (func_get_license): For test modules, use the license of
2776         the main module.
2777
2778 2007-01-14  Bruno Haible  <bruno@clisp.org>
2779
2780         * modules/iconv (Include): Clarify that <iconv.h> can only be included
2781         if iconv is found to exist.
2782
2783 2007-01-14  Bruno Haible  <bruno@clisp.org>
2784
2785         * modules/c-ctype-tests: New file.
2786         * tests/test-c-ctype.c: New file.
2787
2788 2007-01-14  Bruno Haible  <bruno@clisp.org>
2789
2790         * modules/binary-io-tests: New file.
2791         * tests/test-binary-io.sh: New file.
2792         * tests/test-binary-io.c: New file.
2793
2794 2007-01-14  Bruno Haible  <bruno@clisp.org>
2795
2796         * modules/array-oset-tests: New file.
2797         * tests/test-array_oset.c: New file.
2798
2799 2007-01-14  Bruno Haible  <bruno@clisp.org>
2800
2801         * modules/array-list-tests: New file.
2802         * tests/test-array_list.c: New file.
2803
2804 2007-01-14  Bruno Haible  <bruno@clisp.org>
2805
2806         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
2807         and make.
2808         Reported by Simon Josefsson in
2809         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
2810
2811 2007-01-14  Bruno Haible  <bruno@clisp.org>
2812
2813         * modules/allocsa-tests: New file.
2814         * tests/test-allocsa.c: New file.
2815
2816 2007-01-14  Bruno Haible  <bruno@clisp.org>
2817
2818         * modules/fchdir (Depends-on): Add absolute-header.
2819         * modules/unistd (Depends-on): Likewise.
2820
2821 2006-12-30  Bruno Haible  <bruno@clisp.org>
2822
2823         * modules/fchdir: New file.
2824         * modules/unistd (Files): Add lib/unistd_.h.
2825         (Makefile.am): Generate unistd.h from unistd_.h.
2826         * lib/fchdir.c: New file.
2827         * lib/dirent_.h: New file.
2828         * lib/unistd_.h: New file.
2829         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
2830         * m4/fchdir.m4: New file.
2831         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
2832         (gl_HEADER_UNISTD): Invoke it.
2833         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
2834         function.
2835         * lib/backupfile.c (opendir, closedir): Undefine.
2836         * lib/chown.c (open, close): Undefine.
2837         * lib/clean-temp.c (open, close): Undefine.
2838         * lib/copy-file.c (open, close): Undefine.
2839         * lib/execute.c (open, close): Undefine.
2840         * lib/fsusage.c (open, close): Undefine.
2841         * lib/gc-gnulib.c (open, close): Undefine.
2842         * lib/getcwd.c (opendir, closedir): Undefine.
2843         * lib/glob.c (opendir, closedir): Undefine.
2844         * lib/javacomp.c (open, close): Undefine.
2845         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
2846         * lib/openat-proc.c (open, close): Undefine.
2847         * lib/pagealign_alloc.c (open, close): Undefine.
2848         * lib/pipe.c (open, close): Undefine.
2849         * lib/progreloc.c (open, close): Undefine.
2850         * lib/savedir.c (opendir, closedir): Undefine.
2851         * lib/utime.c (open, close): Undefine.
2852         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
2853
2854 2007-01-10  Bruno Haible  <bruno@clisp.org>
2855
2856         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
2857
2858 2007-01-12  Eric Blake  <ebb9@byu.net>
2859
2860         Provide a robust <wchar.h>.  Further simplifications are now
2861         possible in other modules, but not included here.
2862         * modules/wchar: New module.
2863         * m4/wchar.m4: New file.
2864         * lib/wchar_.h: Likewise.
2865         * modules/mbchar (Depends-on): Depend on wchar, as the first use
2866         of the new module.
2867         * MODULES.html.sh (Extended multibyte and wide character utilities):
2868         New section.
2869
2870 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
2871
2872         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
2873         to a reasonable default for memory allocation.
2874         (xreadlink): Don't allocate a huge buffer, to work around a buggy
2875         file system that reports garbage st_size values for symlinks.
2876         Problem reported by Liyang Hu.
2877
2878 2007-01-11  Simon Josefsson  <simon@josefsson.org>
2879
2880         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
2881         Emacs .#* auto-save files).
2882
2883 2007-01-11  Bruno Haible  <bruno@clisp.org>
2884
2885         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
2886         directory.
2887
2888 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
2889
2890         Use @...@ consistently in lib/wctype_.h.
2891         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
2892         on it being set to 1 or 0.
2893         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
2894         go back to AC_SUBSTing it.
2895         * modules/wctype (Makefile.am): Undo previous change.
2896
2897 2007-01-10  Eric Blake  <ebb9@byu.net>
2898
2899         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
2900         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
2901         * modules/wctype (Makefile.am): Likewise.
2902         Reported by Chris McGuire.
2903
2904 2007-01-10  Jim Meyering  <jim@meyering.net>
2905
2906         fts.c: a small readability/maintainability improvement
2907         * lib/fts.c (fts_read): Make this code slightly more readable and
2908         maintainable by hoisting the "sp->fts_cur = p" assignments to
2909         immediately follow the statements that set P.  Derived from
2910         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
2911
2912 2007-01-10  Eric Blake  <ebb9@byu.net>
2913
2914         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
2915         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
2916         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
2917         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
2918         Reported by Chris McGuire.
2919
2920 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2921
2922         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
2923         in sed script.
2924
2925 2007-01-09  Bruno Haible  <bruno@clisp.org>
2926
2927         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
2928         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
2929         variables.
2930         (func_module): Use them.
2931
2932 2007-01-09  Bruno Haible  <bruno@clisp.org>
2933
2934         * modules/unistr/base: New file.
2935         * lib/unistr.h: New file.
2936
2937         * modules/unistr/u8-to-u16: New file.
2938         * lib/unistr/u8-to-u16.c: New file.
2939
2940         * modules/unistr/u8-to-u32: New file.
2941         * lib/unistr/u8-to-u32.c: New file.
2942
2943         * modules/unistr/u16-to-u8: New file.
2944         * lib/unistr/u16-to-u8.c: New file.
2945
2946         * modules/unistr/u16-to-u32: New file.
2947         * lib/unistr/u16-to-u32.c: New file.
2948
2949         * modules/unistr/u32-to-u8: New file.
2950         * lib/unistr/u32-to-u8.c: New file.
2951
2952         * modules/unistr/u32-to-u16: New file.
2953         * lib/unistr/u32-to-u16.c: New file.
2954
2955         * modules/unistr/u8-check: New file.
2956         * modules/unistr/u16-check: New file.
2957         * modules/unistr/u32-check: New file.
2958         * lib/unistr/u8-check.c: New file.
2959         * lib/unistr/u16-check.c: New file.
2960         * lib/unistr/u32-check.c: New file.
2961
2962         * modules/unistr/u8-chr: New file.
2963         * modules/unistr/u16-chr: New file.
2964         * modules/unistr/u32-chr: New file.
2965         * lib/unistr/u8-chr.c: New file.
2966         * lib/unistr/u16-chr.c: New file.
2967         * lib/unistr/u32-chr.c: New file.
2968
2969         * modules/unistr/u8-cmp: New file.
2970         * modules/unistr/u16-cmp: New file.
2971         * modules/unistr/u32-cmp: New file.
2972         * lib/unistr/u8-cmp.c: New file.
2973         * lib/unistr/u16-cmp.c: New file.
2974         * lib/unistr/u32-cmp.c: New file.
2975
2976         * modules/unistr/u8-cpy: New file.
2977         * modules/unistr/u16-cpy: New file.
2978         * modules/unistr/u32-cpy: New file.
2979         * lib/unistr/u8-cpy.c: New file.
2980         * lib/unistr/u16-cpy.c: New file.
2981         * lib/unistr/u32-cpy.c: New file.
2982         * lib/unistr/u-cpy.h: New file.
2983
2984         * modules/unistr/u8-cpy-alloc: New file.
2985         * modules/unistr/u16-cpy-alloc: New file.
2986         * modules/unistr/u32-cpy-alloc: New file.
2987         * lib/unistr/u8-cpy-alloc.c: New file.
2988         * lib/unistr/u16-cpy-alloc.c: New file.
2989         * lib/unistr/u32-cpy-alloc.c: New file.
2990         * lib/unistr/u-cpy-alloc.h: New file.
2991
2992         * modules/unistr/u8-endswith: New file.
2993         * modules/unistr/u16-endswith: New file.
2994         * modules/unistr/u32-endswith: New file.
2995         * lib/unistr/u8-endswith.c: New file.
2996         * lib/unistr/u16-endswith.c: New file.
2997         * lib/unistr/u32-endswith.c: New file.
2998         * lib/unistr/u-endswith.h: New file.
2999
3000         * modules/unistr/u8-mblen: New file.
3001         * modules/unistr/u16-mblen: New file.
3002         * modules/unistr/u32-mblen: New file.
3003         * lib/unistr/u8-mblen.c: New file.
3004         * lib/unistr/u16-mblen.c: New file.
3005         * lib/unistr/u32-mblen.c: New file.
3006
3007         * modules/unistr/u8-mbtouc: New file.
3008         * modules/unistr/u16-mbtouc: New file.
3009         * modules/unistr/u32-mbtouc: New file.
3010         * lib/unistr/u8-mbtouc.c: New file.
3011         * lib/unistr/u16-mbtouc.c: New file.
3012         * lib/unistr/u32-mbtouc.c: New file.
3013
3014         * modules/unistr/u8-mbtouc-safe: New file.
3015         * modules/unistr/u16-mbtouc-safe: New file.
3016         * modules/unistr/u32-mbtouc-safe: New file.
3017         * lib/unistr/u8-mbtouc-safe.c: New file.
3018         * lib/unistr/u16-mbtouc-safe.c: New file.
3019         * lib/unistr/u32-mbtouc-safe.c: New file.
3020
3021         * modules/unistr/u8-move: New file.
3022         * modules/unistr/u16-move: New file.
3023         * modules/unistr/u32-move: New file.
3024         * lib/unistr/u8-move.c: New file.
3025         * lib/unistr/u16-move.c: New file.
3026         * lib/unistr/u32-move.c: New file.
3027         * lib/unistr/u-move.h: New file.
3028
3029         * modules/unistr/u8-next: New file.
3030         * modules/unistr/u16-next: New file.
3031         * modules/unistr/u32-next: New file.
3032         * lib/unistr/u8-next.c: New file.
3033         * lib/unistr/u16-next.c: New file.
3034         * lib/unistr/u32-next.c: New file.
3035
3036         * modules/unistr/u8-prev: New file.
3037         * modules/unistr/u16-prev: New file.
3038         * modules/unistr/u32-prev: New file.
3039         * lib/unistr/u8-prev.c: New file.
3040         * lib/unistr/u16-prev.c: New file.
3041         * lib/unistr/u32-prev.c: New file.
3042
3043         * modules/unistr/u8-set: New file.
3044         * modules/unistr/u16-set: New file.
3045         * modules/unistr/u32-set: New file.
3046         * lib/unistr/u8-set.c: New file.
3047         * lib/unistr/u16-set.c: New file.
3048         * lib/unistr/u32-set.c: New file.
3049         * lib/unistr/u-set.h: New file.
3050
3051         * modules/unistr/u8-startswith: New file.
3052         * modules/unistr/u16-startswith: New file.
3053         * modules/unistr/u32-startswith: New file.
3054         * lib/unistr/u8-startswith.c: New file.
3055         * lib/unistr/u16-startswith.c: New file.
3056         * lib/unistr/u32-startswith.c: New file.
3057         * lib/unistr/u-startswith.h: New file.
3058
3059         * modules/unistr/u8-stpcpy: New file.
3060         * modules/unistr/u16-stpcpy: New file.
3061         * modules/unistr/u32-stpcpy: New file.
3062         * lib/unistr/u8-stpcpy.c: New file.
3063         * lib/unistr/u16-stpcpy.c: New file.
3064         * lib/unistr/u32-stpcpy.c: New file.
3065         * lib/unistr/u-stpcpy.h: New file.
3066
3067         * modules/unistr/u8-stpncpy: New file.
3068         * modules/unistr/u16-stpncpy: New file.
3069         * modules/unistr/u32-stpncpy: New file.
3070         * lib/unistr/u8-stpncpy.c: New file.
3071         * lib/unistr/u16-stpncpy.c: New file.
3072         * lib/unistr/u32-stpncpy.c: New file.
3073         * lib/unistr/u-stpncpy.h: New file.
3074
3075         * modules/unistr/u8-strcat: New file.
3076         * modules/unistr/u16-strcat: New file.
3077         * modules/unistr/u32-strcat: New file.
3078         * lib/unistr/u8-strcat.c: New file.
3079         * lib/unistr/u16-strcat.c: New file.
3080         * lib/unistr/u32-strcat.c: New file.
3081         * lib/unistr/u-strcat.h: New file.
3082
3083         * modules/unistr/u8-strchr: New file.
3084         * modules/unistr/u16-strchr: New file.
3085         * modules/unistr/u32-strchr: New file.
3086         * lib/unistr/u8-strchr.c: New file.
3087         * lib/unistr/u16-strchr.c: New file.
3088         * lib/unistr/u32-strchr.c: New file.
3089
3090         * modules/unistr/u8-strcmp: New file.
3091         * modules/unistr/u16-strcmp: New file.
3092         * modules/unistr/u32-strcmp: New file.
3093         * lib/unistr/u8-strcmp.c: New file.
3094         * lib/unistr/u16-strcmp.c: New file.
3095         * lib/unistr/u32-strcmp.c: New file.
3096
3097         * modules/unistr/u8-strcpy: New file.
3098         * modules/unistr/u16-strcpy: New file.
3099         * modules/unistr/u32-strcpy: New file.
3100         * lib/unistr/u8-strcpy.c: New file.
3101         * lib/unistr/u16-strcpy.c: New file.
3102         * lib/unistr/u32-strcpy.c: New file.
3103         * lib/unistr/u-strcpy.h: New file.
3104
3105         * modules/unistr/u8-strcspn: New file.
3106         * modules/unistr/u16-strcspn: New file.
3107         * modules/unistr/u32-strcspn: New file.
3108         * lib/unistr/u8-strcspn.c: New file.
3109         * lib/unistr/u16-strcspn.c: New file.
3110         * lib/unistr/u32-strcspn.c: New file.
3111         * lib/unistr/u-strcspn.h: New file.
3112
3113         * modules/unistr/u8-strdup: New file.
3114         * modules/unistr/u16-strdup: New file.
3115         * modules/unistr/u32-strdup: New file.
3116         * lib/unistr/u8-strdup.c: New file.
3117         * lib/unistr/u16-strdup.c: New file.
3118         * lib/unistr/u32-strdup.c: New file.
3119         * lib/unistr/u-strdup.h: New file.
3120
3121         * modules/unistr/u8-strlen: New file.
3122         * modules/unistr/u16-strlen: New file.
3123         * modules/unistr/u32-strlen: New file.
3124         * lib/unistr/u8-strlen.c: New file.
3125         * lib/unistr/u16-strlen.c: New file.
3126         * lib/unistr/u32-strlen.c: New file.
3127         * lib/unistr/u-strlen.h: New file.
3128
3129         * modules/unistr/u8-strmblen: New file.
3130         * modules/unistr/u16-strmblen: New file.
3131         * modules/unistr/u32-strmblen: New file.
3132         * lib/unistr/u8-strmblen.c: New file.
3133         * lib/unistr/u16-strmblen.c: New file.
3134         * lib/unistr/u32-strmblen.c: New file.
3135
3136         * modules/unistr/u8-strmbtouc: New file.
3137         * modules/unistr/u16-strmbtouc: New file.
3138         * modules/unistr/u32-strmbtouc: New file.
3139         * lib/unistr/u8-strmbtouc.c: New file.
3140         * lib/unistr/u16-strmbtouc.c: New file.
3141         * lib/unistr/u32-strmbtouc.c: New file.
3142
3143         * modules/unistr/u8-strncat: New file.
3144         * modules/unistr/u16-strncat: New file.
3145         * modules/unistr/u32-strncat: New file.
3146         * lib/unistr/u8-strncat.c: New file.
3147         * lib/unistr/u16-strncat.c: New file.
3148         * lib/unistr/u32-strncat.c: New file.
3149         * lib/unistr/u-strncat.h: New file.
3150
3151         * modules/unistr/u8-strncmp: New file.
3152         * modules/unistr/u16-strncmp: New file.
3153         * modules/unistr/u32-strncmp: New file.
3154         * lib/unistr/u8-strncmp.c: New file.
3155         * lib/unistr/u16-strncmp.c: New file.
3156         * lib/unistr/u32-strncmp.c: New file.
3157
3158         * modules/unistr/u8-strncpy: New file.
3159         * modules/unistr/u16-strncpy: New file.
3160         * modules/unistr/u32-strncpy: New file.
3161         * lib/unistr/u8-strncpy.c: New file.
3162         * lib/unistr/u16-strncpy.c: New file.
3163         * lib/unistr/u32-strncpy.c: New file.
3164         * lib/unistr/u-strncpy.h: New file.
3165
3166         * modules/unistr/u8-strnlen: New file.
3167         * modules/unistr/u16-strnlen: New file.
3168         * modules/unistr/u32-strnlen: New file.
3169         * lib/unistr/u8-strnlen.c: New file.
3170         * lib/unistr/u16-strnlen.c: New file.
3171         * lib/unistr/u32-strnlen.c: New file.
3172         * lib/unistr/u-strnlen.h: New file.
3173
3174         * modules/unistr/u8-strpbrk: New file.
3175         * modules/unistr/u16-strpbrk: New file.
3176         * modules/unistr/u32-strpbrk: New file.
3177         * lib/unistr/u8-strpbrk.c: New file.
3178         * lib/unistr/u16-strpbrk.c: New file.
3179         * lib/unistr/u32-strpbrk.c: New file.
3180         * lib/unistr/u-strpbrk.h: New file.
3181
3182         * modules/unistr/u8-strrchr: New file.
3183         * modules/unistr/u16-strrchr: New file.
3184         * modules/unistr/u32-strrchr: New file.
3185         * lib/unistr/u8-strrchr.c: New file.
3186         * lib/unistr/u16-strrchr.c: New file.
3187         * lib/unistr/u32-strrchr.c: New file.
3188
3189         * modules/unistr/u8-strspn: New file.
3190         * modules/unistr/u16-strspn: New file.
3191         * modules/unistr/u32-strspn: New file.
3192         * lib/unistr/u8-strspn.c: New file.
3193         * lib/unistr/u16-strspn.c: New file.
3194         * lib/unistr/u32-strspn.c: New file.
3195         * lib/unistr/u-strspn.h: New file.
3196
3197         * modules/unistr/u8-strstr: New file.
3198         * modules/unistr/u16-strstr: New file.
3199         * modules/unistr/u32-strstr: New file.
3200         * lib/unistr/u8-strstr.c: New file.
3201         * lib/unistr/u16-strstr.c: New file.
3202         * lib/unistr/u32-strstr.c: New file.
3203         * lib/unistr/u-strstr.h: New file.
3204
3205         * modules/unistr/u8-strtok: New file.
3206         * modules/unistr/u16-strtok: New file.
3207         * modules/unistr/u32-strtok: New file.
3208         * lib/unistr/u8-strtok.c: New file.
3209         * lib/unistr/u16-strtok.c: New file.
3210         * lib/unistr/u32-strtok.c: New file.
3211         * lib/unistr/u-strtok.h: New file.
3212
3213         * modules/unistr/u8-uctomb: New file.
3214         * modules/unistr/u16-uctomb: New file.
3215         * modules/unistr/u32-uctomb: New file.
3216         * lib/unistr/u8-uctomb.c: New file.
3217         * lib/unistr/u16-uctomb.c: New file.
3218         * lib/unistr/u32-uctomb.c: New file.
3219
3220         * MODULES.html.sh (Unicode string functions): Add the new modules.
3221
3222 2007-01-08  Bruno Haible  <bruno@clisp.org>
3223
3224         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
3225         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
3226         subdirectories.
3227
3228 2007-01-08  Karl Berry  <karl@gnu.org>
3229
3230         * doc/error.texi: mention that main() fns must set program_name
3231         when progname is used.
3232
3233 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
3234
3235         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
3236         WCTYPE_H is empty, for the benefit of builds from non-distclean
3237         directories.  Problem reported by Eric Blake in
3238         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
3239
3240 2007-01-08  Bruno Haible  <bruno@clisp.org>
3241
3242         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
3243         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
3244         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
3245         PROVIDE_CANONICALIZE_FILENAME_MODE.
3246         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
3247
3248 2007-01-08  Bruno Haible  <bruno@clisp.org>
3249
3250         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
3251         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
3252         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
3253         * lib/fts.c: Likewise.
3254         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
3255
3256 2006-12-25  Bruno Haible  <bruno@clisp.org>
3257
3258         * modules/utf8-ucs4-safe: New file.
3259         * lib/utf8-ucs4-safe.h: New file.
3260         * lib/unistr/utf8-ucs4-safe.c: New file.
3261
3262         * modules/utf16-ucs4-safe: New file.
3263         * lib/utf16-ucs4-safe.h: New file.
3264         * lib/unistr/utf16-ucs4-safe.c: New file.
3265
3266         * MODULES.html.sh (Unicode string functions): Add the new modules.
3267
3268 2007-01-08  Bruno Haible  <bruno@clisp.org>
3269
3270         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
3271         (Depends-on): Add unitypes.
3272         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
3273         (u8_mbtouc_aux): Move out to separate file.
3274         (u8_mbtouc): Use ucs4_t, uint8_t types.
3275         * lib/unistr/utf8-ucs4.c: New file.
3276
3277         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
3278         (Depends-on): Add unitypes.
3279         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
3280         (u16_mbtouc_aux): Move out to separate file.
3281         (u16_mbtouc): Use ucs4_t, uint16_t types.
3282         * lib/unistr/utf16-ucs4.c: New file.
3283
3284         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
3285         (Depends-on): Add unitypes.
3286         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
3287         (u8_uctomb_aux): Move out to separate file.
3288         (u8_uctomb): Use ucs4_t, uint8_t types.
3289         * lib/unistr/ucs4-utf8.c: New file.
3290
3291         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
3292         (Depends-on): Add unitypes.
3293         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
3294         (u16_uctomb_aux): Move out to separate file.
3295         (u16_uctomb): Use ucs4_t, uint16_t types.
3296         * lib/unistr/ucs4-utf16.c: New file.
3297
3298 2006-12-25  Bruno Haible  <bruno@clisp.org>
3299
3300         * modules/unitypes: New file.
3301         * lib/unitypes.h: New file.
3302         * MODULES.html.sh (func_all_modules): New section "Unicode string
3303         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
3304         this section. Add unitypes.
3305
3306 2007-01-08  Bruno Haible  <bruno@clisp.org>
3307
3308         Avoid variable names that conflict with those from libtool.
3309         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
3310         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
3311         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
3312         library_names_spec to acl_library_names_spec, hardcode_* to
3313         acl_hardcode_*.
3314         Reported by Ralf Wildenhues.
3315
3316 2007-01-08  Bruno Haible  <bruno@clisp.org>
3317
3318         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
3319         definition.
3320         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
3321         definition.
3322         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
3323         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
3324         definition.
3325         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
3326         definition.
3327         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
3328         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
3329         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
3330         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
3331         definition.
3332         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
3333         definition.
3334         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
3335         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
3336         GC_USE_<algorithm>.
3337         * lib/gc-libgcrypt.c: Likewise.
3338         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
3339         * modules/gc-arctwo (configure.ac): Likewise.
3340         * modules/gc-des (configure.ac): Likewise.
3341         * modules/gc-hmac-md5 (configure.ac): Likewise.
3342         * modules/gc-hmac-sha1 (configure.ac): Likewise.
3343         * modules/gc-md2 (configure.ac): Likewise.
3344         * modules/gc-md4 (configure.ac): Likewise.
3345         * modules/gc-md5 (configure.ac): Likewise.
3346         * modules/gc-random (configure.ac): Likewise.
3347         * modules/gc-rijndael (configure.ac): Likewise.
3348         * modules/gc-sha1 (configure.ac): Likewise.
3349
3350 2007-01-08  Bruno Haible  <bruno@clisp.org>
3351
3352         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
3353         macro definition.
3354         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
3355         definition.
3356         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
3357         definition.
3358         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
3359         * modules/fcntl-safer (configure.ac): Likewise.
3360         * modules/fopen-safer (configure.ac): Likewise.
3361         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
3362         GNULIB_FWRITEERROR macro definition.
3363
3364 2007-01-08  Bruno Haible  <bruno@clisp.org>
3365
3366         * m4/gnulib-common.m4: New file.
3367         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
3368         (func_get_filelist): Add m4/gnulib-common.m4.
3369
3370 2007-01-08  Bruno Haible  <bruno@clisp.org>
3371
3372         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
3373         command.
3374
3375 2007-01-08  Jim Meyering  <jim@meyering.net>
3376
3377         Use a more robust test for a "can't happen" condition.
3378         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
3379         narrowed the st_size value.  Presuming the "can't happen" condition
3380         is true, that narrowing could conceivably convert an invalid st_size
3381         value into a valid one.  Instead, use a change based on Matthew
3382         Woehlke's original patch.
3383
3384         Slight readability improvement: use an assert-like macro
3385         in place of literal "abort ()" uses.
3386         * lib/fts.c (fts_assert): Define.
3387         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
3388         Use this macro instead of a bare 'abort'.
3389
3390 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
3391
3392         Don't worry about using IRIX 5.3's wctype.h broken definitions;
3393         simply work around them.
3394         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
3395         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
3396         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
3397         declaring.
3398         Don't bother to define as macros, since the standard doesn't require it.
3399         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
3400         longer worry about IRIX 5.3.
3401         (HAVE_WCTYPE_CTMP_BUG): Remove.
3402
3403 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
3404
3405         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
3406         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
3407         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
3408         Problems reported by Georg Schwarz for IRIX 5.3.
3409
3410         * gnulib-tool (autoconf_minversion): Take the maximum version number
3411         found, not the minimum.  Problem reported by James Youngman.
3412
3413 2007-01-03  Karl Berry  <karl@gnu.org>
3414
3415         * doc/error.texi: new file, explaining interaction with progname.
3416         * doc/gnulib.texi: include it.  Update copyright.
3417
3418 2007-01-03  Simon Josefsson  <simon@josefsson.org>
3419
3420         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
3421         AC_CANONICAL_HOST, to improve autobuild outputs.
3422
3423 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
3424             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
3425
3426         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
3427         sockets, server sockets, and other file descriptors.  Count errors
3428         to compute the return value.  Reorder the code a bit to be easier
3429         to follow.  Don't set event bits that were not requested (except
3430         POLLERR and POLLHUP).
3431
3432 2007-01-01  Bruno Haible  <bruno@clisp.org>
3433
3434         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
3435
3436 2007-01-03  Jim Meyering  <jim@meyering.net>
3437
3438         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
3439
3440 2007-01-02  Bruno Haible  <bruno@clisp.org>
3441
3442         * modules/settime (Include): Require timespec.h.
3443         * modules/nanosleep (Include): Likewise.
3444
3445 2007-01-01  Bruno Haible  <bruno@clisp.org>
3446
3447         * gnulib-tool (func_emit_copyright_notice): Bump year.
3448         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
3449
3450 2007-01-01  Bruno Haible  <bruno@clisp.org>
3451
3452         Improve support for OpenBSD.
3453         * build-aux/config.rpath (libname_spec): Export.
3454         (library_names_spec): New variable. Export.
3455         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
3456         library_names_spec from the config.rpath output. Locate shared library
3457         through the name pattern in library_names_spec.
3458
3459 2007-01-01  Eric Blake  <ebb9@byu.net>
3460
3461         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
3462
3463 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
3464
3465         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
3466         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
3467         assume the C locale, and avoid an "eval" that could cause trouble.
3468         Problem with SORT reported by Bob Proulx.
3469
3470         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
3471         Define.  Trivial patch from Henning Nielsen Lund, originally
3472         sent to bug-grep@gnu.org today.
3473
3474 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
3475
3476         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
3477         struct stat.  Problem reported by Henning Nielsen Lund.
3478         * lib/acl.c: Include acl.h first, to check interface.  Don't
3479         bother to include sys/types.h and sys/stat.h again.
3480
3481 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
3482
3483         Import the following change from libc; problem reported by
3484         Sven Verdoolaege.
3485
3486         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
3487
3488         [BZ #1373]
3489         * lib/argp.h: Remove __NTH for __argp_usage inline function.
3490
3491 2006-12-28  Jim Meyering  <jim@meyering.net>
3492
3493         * build-aux/announce-gen: Do not assume that the package
3494         builds any of tar.gz, tar.bz2, and .xdelta files.
3495         Suggestion from Simon Josefsson.
3496
3497 2006-12-28  Simon Josefsson  <simon@josefsson.org>
3498
3499         * modules/announce-gen: New file.
3500
3501 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
3502
3503         * lib/mbchar.h: Just include <wctype.h>; the wctype module
3504         handles its gotchas now.
3505         * lib/mbswidth.c: Likewise.
3506         * lib/wcwidth.h: Likewise.
3507         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
3508         and iswcntrl; the wctype module does this stuff now.
3509         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
3510         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
3511         * modules/mbchar (Depends-on): Add wctype.
3512         * modules/mbswidth (Depends-on): Likewise.
3513         * modules/wcwidth (Depends-on): Likewise.
3514
3515 2006-12-27  Eric Blake  <ebb9@byu.net>
3516
3517         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
3518         module uses more than what <wctype.h> is required to provide.
3519
3520 2006-12-26  Eric Blake  <ebb9@byu.net>
3521
3522         * gnulib-tool (sed_extract_prog): Avoid space-tab.
3523
3524 2006-12-26  Eric Blake  <ebb9@byu.net>
3525
3526         * modules/absolute-header: New module.
3527         * modules/fcntl (Depends-on): Depend on it.
3528         * modules/inttypes (Depends-on): Likewise.
3529         * modules/stdint (Depends-on): Likewise.
3530         * modules/sys_stat (Depends-on): Likewise.
3531         * modules/wctype (Depends-on): Likewise.
3532         * MODULES.html.sh (Support for building libraries and
3533         executables): Document it.
3534
3535 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
3536
3537         * gnulib-tool (SED): Remove, undoing previous change.
3538         The problem was that it broke coreutils on Solaris, because
3539         "sed --posix" leaked into a makefile.
3540         (sed): New alias, if 'alias' and GNU sed.
3541
3542 2006-12-24  Jim Meyering  <jim@meyering.net>
3543
3544         Work around an fchownat bug in glibc-2.4:
3545         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
3546         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
3547         in spite of the -P option.
3548         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
3549         New macros.
3550         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
3551         * modules/openat (Files): Add lib/fchownat.c.
3552         * lib/openat.c (fchownat): Don't define here.  Move to...
3553         * lib/fchownat.c: ...this new file.
3554
3555 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
3556
3557         Fix bug reported by Bruno Haible in
3558         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
3559         where quotearg.c didn't compile on Mac OS X 10.2 because it
3560         lacks <wchar.h> and wint_t.
3561         * lib/wctype_.h (__wctype_wint_t): New type.
3562         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
3563         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
3564         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
3565         Arg is now of type __wctype_wint_t, not wint_t.
3566         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
3567         substitute HAVE_WINT_T.
3568         * modules/wctype (Files): Add m4/wint_t.m4.
3569         (wctype.h): Substitute HAVE_WINT_T.
3570
3571 2006-12-23  Bruno Haible  <bruno@clisp.org>
3572
3573         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
3574
3575 2006-12-23  Bruno Haible  <bruno@clisp.org>
3576
3577         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
3578         S_ISLNK.
3579         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
3580         mingw.
3581
3582 2006-12-22  Bruno Haible  <bruno@clisp.org>
3583
3584         * lib/copy-file.c: Include acl.h.
3585         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
3586         Close the file descriptors only after being done with copy_acl.
3587         * modules/copy-file (Depends-on): Add acl.
3588
3589 2006-12-22  Bruno Haible  <bruno@clisp.org>
3590
3591         * gnulib-tool (SED): New variable.
3592         Use $SED instead of sed everywhere.
3593
3594 2006-12-22  Bruno Haible  <bruno@clisp.org>
3595
3596         * modules/no-c++: New file.
3597         * m4/no-c++.m4: New file.
3598         * MODULES.html.sh (Support for building libraries and executables):
3599         Add no-c++.
3600
3601 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
3602
3603         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
3604         Include <limits.h>, and use its INT_MAX to rewrite the
3605         j loop so that it does not overflow 'int'.  Problem reported by
3606         Ralf Wildenhues in
3607         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
3608         Play it safe by shifting left by 1 rather than multiplying by 2,
3609         as GCC is less likely to optimize this away when the value
3610         is signed (when it assumes overflow leads to undefined behavior).
3611         Also, don't assume time_t uses two's complement.
3612
3613 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
3614
3615         * MODULES.html.sh: New module wctype.
3616         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
3617         * lib/fnmatch.c: Don't bother to include <wchar.h> before
3618         <wctype.h>, since the new wctype module should fix this.
3619         * lib/quotearg.c: Include <wctype.h> unconditionally, since
3620         the wctype module should arrange for it.
3621         * lib/regex_internal.h: Likewise.
3622         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
3623         since the wctype module should handle this now.
3624         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
3625         * modules/fnmatch (Depends-on): Add wctype.
3626         * modules/quotearg (Depends-on): Likewise.
3627         * modules/regex (Depends-on): Likewise.
3628
3629 2006-12-19  Bruno Haible  <bruno@clisp.org>
3630
3631         * lib/strdup.h [C++]: Wrap definitions in extern "C".
3632         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
3633
3634 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3635
3636         * modules/savewd (Depends-on): Fix dependency on fcntl.
3637
3638 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
3639
3640         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
3641         conforms to C99, rather than relying on the user's environment
3642         setting of STDINT_H.
3643
3644 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
3645         and Eric Blake  <ebb9@byu.net>
3646
3647         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
3648         This is more consistent with the other defines here.
3649         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
3650         Port to z/OS.  Problem reported by Paul Gilmartin.
3651         Change local vars to use gl_ prefix rather than ac_.
3652         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
3653         with other defines.
3654         * modules/double-slash-root: New module.
3655         * modules/dirname (Files): Remove m4/double-slash-root.m4.
3656         (Depends-on): Add double-slash-root.
3657         * MODULES.html.sh (File system functions): Mention new module.
3658
3659 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
3660
3661         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
3662         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
3663         This is for the benefit of gzip, which doesn't do i18n.
3664
3665 2006-12-12  Jim Meyering  <jim@meyering.net>
3666
3667         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
3668         Reported by Andreas Schwab <schwab@suse.de>.
3669
3670 2006-12-12  Bruno Haible  <bruno@clisp.org>
3671
3672         Merge these changes.
3673         2006-09-05  Bruno Haible  <bruno@clisp.org>
3674         * lib/iconvme.c (iconv_string): No need to save and restore errno when
3675         iconv_alloc succeeded.
3676         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
3677         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
3678         test for " && dest " at the end - dest is always != NULL there. Call
3679         iconv with 4xNULL arguments initially, to reset the state. Call iconv
3680         with 2xNULL arguments, also to flush the state storage. Handle the
3681         IRIX iconv behaviour. Realloc the final result, to throw away unused
3682         memory.
3683
3684 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
3685
3686         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
3687         and fchmodat unconditionally, since glibc 2.4 has them.
3688         Problem reported by Arkadiusz Miskiewicz.
3689
3690 2006-12-10  Bruno Haible  <bruno@clisp.org>
3691
3692         * gnulib-tool (func_import): Show the include files only for those
3693         modules that are copied and specified.
3694         Reported by Karl Berry.
3695
3696 2006-12-08  Jim Meyering  <jim@meyering.net>
3697
3698         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
3699         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
3700
3701         * build-aux/announce-gen: Add two new options, both optional:
3702         --bootstrap-tools=TOOL_LIST
3703               a comma-separated list of tools, e.g.,
3704               autoconf,automake,bison,gnulib
3705         --gnulib-snapshot-date=DATE
3706               if gnulib is in the bootstrap tool list,
3707               then report this as the snapshot date.
3708               If not specified, use the current date/time.
3709               If you specify a date here, be sure it's UTC.
3710
3711 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3712
3713         * tests/test-argp-2.sh: Fix test to match actual output.
3714         (func_compare): Fix sed script to be portable.
3715
3716 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
3717
3718         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
3719         workaround for this case.  It is not autoconfigured now; offhand
3720         it's hard to see how to autoconfigure it.
3721
3722 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
3723
3724         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
3725         a directory that is about to be chowned.  Such a directory's
3726         initial file permissions should permit the owner only and this
3727         should not be changed until after the chown, since the group and
3728         other bits would be incorrect if they granted permission before
3729         the chown.
3730
3731         Fix porting problem for iswctype reported by Georg Schwarz in:
3732         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
3733         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
3734         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
3735         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
3736         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
3737
3738 2006-12-03  Jim Meyering  <jim@meyering.net>
3739
3740         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
3741         p->fts_statp may not yet be defined.
3742         (fts_read): Instead, set it in the caller, once p->fts_statp is
3743         sure to be defined, and corresponds to a top-level directory.
3744         This bug made du -x fail.  Here's the coreutils test case:
3745         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
3746         Reported by Mike Frysinger.
3747
3748 2006-12-01  Jim Meyering  <jim@meyering.net>
3749
3750         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
3751         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
3752         Reported by Simon Josefsson.
3753
3754 2006-11-30  Jim Meyering  <jim@meyering.net>
3755
3756         * m4/warning.m4: Use the all-permissive copyright notice
3757         recommended by RMS (rather than LGPL).
3758         * m4/vararrays.m4: Likewise.
3759         * m4/flexmember.m4: Likewise.
3760
3761 2006-11-29  Bruno Haible  <bruno@clisp.org>
3762
3763         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
3764         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
3765         using +=.
3766         Reported by Simon Josefsson <simon@josefsson.org>.
3767
3768 2006-11-28  James Youngman <jay@gnu.org>
3769
3770         * README: Advise users that they might find the bug-gnulib@gnu.org
3771         and autotools-announce@gnu.org mailing lists useful.
3772
3773 2006-11-28  Bruno Haible  <bruno@clisp.org>
3774
3775         * m4/ptrdiff_max.m4: Remove file.
3776
3777 2006-11-21  Bruno Haible  <bruno@clisp.org>
3778
3779         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
3780         _AC_COMPUTE_INT.
3781         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
3782         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
3783         _AC_COMPUTE_INT.
3784         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
3785         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
3786         _AC_COMPUTE_INT.
3787         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
3788
3789 2006-11-28  Jim Meyering  <jim@meyering.net>
3790
3791         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
3792         warning from "gcc -Wshadow" about shadowing the builtin.
3793
3794 2006-11-27  Bruno Haible  <bruno@clisp.org>
3795
3796         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
3797         _AC_COMPUTE_INT.
3798         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
3799
3800 2006-11-27  Bruno Haible  <bruno@clisp.org>
3801             Paul Eggert  <eggert@cs.ucla.edu>
3802
3803         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
3804
3805 2006-11-26  Bruno Haible  <bruno@clisp.org>
3806
3807         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
3808         noinst_LTLIBRARIES.
3809
3810 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
3811             Bruno Haible  <bruno@clisp.org>
3812
3813         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
3814         if compiling with "gcc -ansi".
3815
3816 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
3817
3818         Fix some incompatibilities with gcc -ansi -pedantic.
3819         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
3820         if compiling pedantically with GCC, unless it's C99 or later.
3821         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
3822         it mishandles gcc -ansi -pedantic as well.
3823         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
3824         if gcc -pedantic.
3825         * lib/regexec.c (check_node_accept_bytes): Don't use auto
3826         initializers for struct if -pedantic, unless it's C99 or later.
3827
3828 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
3829
3830         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
3831         Don't close an fd more than once. Identical atimes indicate
3832         success, not failure.
3833
3834 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
3835
3836         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
3837
3838 2006-11-23  Jim Meyering  <jim@meyering.net>
3839
3840         * build-aux/announce-gen: New file.  From coreutils.
3841
3842 2006-11-22  Jim Meyering  <jim@meyering.net>
3843
3844         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
3845         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
3846         (fts_read): Use a temporary to narrow the overused st_size member
3847         before using it in a switch statement.  Reported by Matthew Woehlke.
3848
3849         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
3850         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
3851
3852 2006-11-20  Bruno Haible  <bruno@clisp.org>
3853
3854         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
3855         changequote instead of pairs of brackets.
3856         Reported by Andreas Schwab <schwab@suse.de>.
3857
3858 2006-11-21  Jim Meyering  <jim@meyering.net>
3859
3860         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
3861         so as to remain compatible with older compilers.
3862         Patch from Michael Deutschmann.
3863
3864 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3865
3866         * MODULES.html.sh (File system functions): Add openat.
3867
3868         * lib/openat.h (rpl_fstatat): New macro, if
3869         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
3870         (fstatat): Define to rpl_fstatat under the same conditions,
3871         unless COMPILING_FSTATAT.
3872         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
3873         seems to have the bug.
3874         * lib/fstatat.c: New file.
3875         * modules/openat (Files): Add it.
3876
3877 2006-11-20  Bruno Haible  <bruno@clisp.org>
3878
3879         * Makefile: New file.
3880
3881 2006-11-20  Jim Meyering  <jim@meyering.net>
3882
3883         The beginnings of syntax-related checks for gnulib.
3884         * lib/Makefile: New file.
3885         * lib/t-idcache: New script.  Ensure that the two halves of
3886         idcache.c stay in sync.
3887
3888         * lib/idcache.c: Adjust comments in user- and group- portions to
3889         be more accurate, and to be consistent with one another.
3890
3891 2006-11-20  Jim Meyering  <jim@meyering.net>
3892
3893         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
3894         continue using the flexible array member (thus, this module performs
3895         half as many malloc calls), with the addition that...
3896         (getgroup, getuser): Consistently record a non-match via an empty
3897         "name" string, and map an empty string match to a NULL return value.
3898         * modules/idcache (Depends-on): Re-add flexmember.
3899
3900         * lib/idcache.c (getuser): Remove all uses of the register keyword.
3901         (getuidbyname, getgroup, getgidbyname): Likewise.
3902
3903         Use cleaner syntax: NULL rather than 0.
3904         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
3905
3906 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3907
3908         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
3909         It mishandled the case where the group was missing.
3910         Problem reported by Greg Schafer.
3911         * modules/idcache: Likewise.
3912
3913 2006-11-18  Jim Meyering  <jim@meyering.net>
3914
3915         * check-module (%exempt_header): Add exception for some
3916         conditionally-included headers.
3917
3918         * modules/i-ring (Depends-on): Add verify.
3919         (License): Change to LGPL.
3920
3921 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
3922
3923         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
3924         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
3925         and inttostr.h.  Use snprintf rather than uinttostr, so that
3926         LGPLed code doesn't depend on GPLed.
3927
3928 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
3929
3930         * modules/inline (License): Change from GPL to LGPL.
3931
3932 2006-11-17  Jim Meyering  <jim@meyering.net>
3933
3934         * modules/d-type (License): Switch to LGPL.
3935
3936 2006-11-15  Bruno Haible  <bruno@clisp.org>
3937
3938         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
3939
3940 2006-11-15  Eric Blake  <ebb9@byu.net>
3941
3942         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
3943         the module dependency.
3944
3945 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3946             Bruno Haible  <bruno@clisp.org>
3947
3948         * gnulib-tool (func_create_testdir): Add license consistency check.
3949
3950 2006-11-15  Eric Blake  <ebb9@byu.net>
3951
3952         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
3953         random "(cached)" in configure output.
3954
3955 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3956
3957         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
3958         test for conforming inttypes.h is both announced and cached.
3959
3960         * MODULES.html.sh (seen_modules, seen_files): New variables.
3961         (func_module): Rewrite to use a few less gnulib-tool and sed
3962         invocations.  Avoid a couple of quadratic algorithms for ...
3963         (missed_modules, missed_files): ... these, with ...
3964         (func_append, func_tmpdir): ... these new functions, from
3965         gnulib-tool.  Analogously, install traps for cleanup.
3966
3967         * tests/test-gc.c (main): Remove unused variables.
3968         * tests/test-read-file.c: Include stdlib.h, for 'free'.
3969
3970 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
3971
3972         * modules/inttostr (License): Change to LGPL.
3973
3974 2006-11-14  Eric Blake  <ebb9@byu.net>
3975
3976         * modules/tempname (License): Change to LGPL.
3977
3978 2006-11-14  Eric Blake  <ebb9@byu.net>
3979
3980         * doc/functions.texi (Function Portability): *printf functions on
3981         Cygwin now understand all POSIX size specifiers.
3982
3983 2006-11-14  Bruno Haible  <bruno@clisp.org>
3984
3985         * modules/c-ctype (License): Change to LGPL.
3986
3987 2006-11-12  Bruno Haible  <bruno@clisp.org>
3988
3989         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
3990         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
3991         for GNOME libraries, for which the include files are installed in
3992         subdirectories of $prefix/include.
3993
3994 2006-11-12  Bruno Haible  <bruno@clisp.org>
3995
3996         * m4/lib-link.m4: Require at least autoconf-2.54.
3997         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
3998         name to underscores for the --with option.
3999
4000 2006-11-13  Bruno Haible  <bruno@clisp.org>
4001
4002         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
4003         the tests directory.
4004         Reported by Ralf Wildenhues.
4005
4006 2006-11-13  Bruno Haible  <bruno@clisp.org>
4007
4008         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
4009         (func_emit_initmacro_end): Undo the override here.
4010         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
4011         Works around the famous automake error in coreutils.
4012
4013 2006-11-13  Eric Blake  <ebb9@byu.net>
4014
4015         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
4016         element, not its node.
4017
4018 2006-11-12  Bruno Haible  <bruno@clisp.org>
4019
4020         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
4021         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
4022
4023 2006-11-12  Bruno Haible  <bruno@clisp.org>
4024
4025         * gnulib-tool: New option --local-symlink.
4026         (func_usage): Document it.
4027         (lsymbolic): New variable.
4028         (func_import, func_create_testdir): If --symlink was not specified,
4029         test whether --local-symlink was specified and the file comes from
4030         the local_gnulib_dir.
4031
4032 2006-11-12  Bruno Haible  <bruno@clisp.org>
4033
4034         * gnulib-tool (func_ln): New function.
4035         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
4036
4037 2006-11-12  Bruno Haible  <bruno@clisp.org>
4038
4039         Finish support for source files in subdirectories.
4040         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
4041         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
4042         AUTOMAKE_OPTIONS.
4043         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
4044
4045 2006-11-12  Bruno Haible  <bruno@clisp.org>
4046
4047         * gnulib-tool (func_get_automake_snippet): Synthesize also an
4048         EXTRA_lib_SOURCES augmentation.
4049         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
4050
4051 2006-11-12  Jim Meyering  <jim@meyering.net>
4052
4053         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
4054         file descriptors.  This also averts a failure on systems with
4055         native openat support when a traversed directory lacks "x" access.
4056         * lib/fts_.h: Include "i-ring.h"
4057         (struct FTS) [fts_fd_ring]: New member.
4058         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
4059         (FCHDIR): Add parentheses.
4060         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
4061         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
4062         When descending, rather than simply closing the previous
4063         fts_cwd_fd value, push that file descriptor onto the ring.
4064         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
4065         (fts_open): Initialize the new fd_ring member.
4066         (fts_close): Clear the ring.
4067         (fts_safe_changedir): When possible, use our new fd_ring to skip
4068         the diropen and fstat and dev/ino comparison that would normally
4069         accompany a virtual `chdir ("..")'.
4070
4071         * modules/fts (Depends-on): Add i-ring.
4072         * modules/i-ring: New module.
4073         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
4074         * m4/i-ring.m4: New file.
4075
4076 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4077
4078         * gnulib-tool (func_create_testdir): Fix replacement of
4079         `build-aux' in configure.ac.  Run autotools in gltests
4080         subdirectory.
4081         (func_create_testdir, func_create_megatestdir, test): There is
4082         no need for '--force' in most autotool invocations in a new
4083         tree.  Actually fail the whole test if any of the tools, or the
4084         configure or make stages fail.
4085
4086         Sync from Automake.
4087         * build-aux/gnupload: Revert last change.  Add pointer to upload
4088         instructions of the GNU Maintenance Instructions.
4089         Suggestion by Karl Berry.
4090
4091 2006-11-10  Jim Meyering  <jim@meyering.net>
4092
4093         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
4094
4095 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
4096
4097         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
4098         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
4099         (bind_textdomain_codeset) [! ENABLE_NLS]:
4100         Evaluate all the arguments.  That way, callers get compatible behavior
4101         if the arguments have side effects.  Also, it avoids some GCC
4102         diagnostics in some cases; Joel E. Denny reported problems when Bison
4103         was configured with --enable-gcc-warnigs.
4104
4105 2006-11-10  Jim Meyering  <jim@meyering.net>
4106
4107         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
4108         relevant options in CFLAGS (like -O, -fno-inline) are taken into
4109         account.
4110
4111 2006-11-10  Jim Meyering  <jim@meyering.net>
4112
4113         * modules/inline: New file/module.
4114         * modules/xalloc (Files): Remove m4/inline.m4.
4115         (Depends-on): Add inline, instead.
4116         * modules/oset: Likewise.
4117         * modules/list: Likewise.
4118
4119 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
4120
4121         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
4122         Problem reported by Matthew Woehlke.
4123
4124 2006-11-09  Bruno Haible  <bruno@clisp.org>
4125
4126         * lib/tempname.c (gen_tempname): Remove variant that invokes
4127         __gen_tempname.
4128         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
4129         __gen_tempname.
4130
4131 2006-11-08  Bruno Haible  <bruno@clisp.org>
4132
4133         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
4134         to 'yes' instead of 'cross-compiling'.
4135
4136 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
4137
4138         * lib/quotearg.h (quotearg_free): New decl.
4139         * lib/quotearg.c (quotearg_free): New function.
4140         (slot0, nslots, slotvec0, slotvec):
4141         Now file-scope so that quotearg_free can get at them.
4142
4143 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4144
4145         Sync from Automake.
4146         * build-aux/gnupload: Add missing 'gnu' to example URL.
4147         Report by Karl Berry.
4148
4149 2006-11-08  Bruno Haible  <bruno@clisp.org>
4150
4151         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
4152         Suggested by Paul Eggert.
4153
4154 2006-11-08  Jim Meyering  <jim@meyering.net>
4155
4156         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
4157         It's already included if !_LIBC.
4158         (fts_safe_changedir): Add a comment.
4159
4160 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
4161
4162         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
4163         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
4164         Matthew Woehlke.
4165
4166         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
4167         definitions up, to avoid colliding with change below.
4168         (static_inline) [HAVE_INLINE]: New macro.
4169         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
4170         Provide extern decls when !HAVE_INLINE.  Do not define unless
4171         static_inline is defined, either by us or by xmalloc.c.  Use
4172         static_inline rather than static inline.
4173         (XCALLOC): Optimize sizeof(T) = 1 case.
4174         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
4175
4176 2006-11-07  Bruno Haible  <bruno@clisp.org>
4177
4178         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
4179         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
4180         AC_C_INLINE.
4181         * modules/xalloc (Files): Add m4/inline.m4.
4182
4183 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4184
4185         * README: Fix typo.
4186         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
4187         (Miscellanous Notes): ...from this.
4188
4189 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
4190
4191         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
4192         Mention that offsetof should be used instead of sizeof.
4193         From Bruno Haible.
4194
4195 2006-11-07  Bruno Haible  <bruno@clisp.org>
4196
4197         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
4198
4199 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
4200
4201         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
4202         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
4203         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
4204         (gl_tree_add_before, gl_tree_add_after):
4205         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
4206         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
4207         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
4208         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
4209         (gl_linked_add_after, gl_linked_add_at): Likewise.
4210         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
4211         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
4212         (gl_tree_add_before, gl_tree_add_after): Likewise.
4213         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
4214         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
4215         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
4216
4217 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4218
4219         * lib/gl_oset.h: Use C comment style, not C++ comment style.
4220
4221 2006-11-06  Bruno Haible  <bruno@clisp.org>
4222
4223         * m4/inline.m4: New file.
4224         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
4225         * modules/list (Files): Add m4/inline.m4.
4226         * modules/oset (Files): Likewise.
4227
4228 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
4229
4230         * lib/idcache.c: Include <stddef.h>, for offsetof.
4231         (struct userid.name): Change from char * to a flexible array member.
4232         All uses changed.
4233         * modules/idcache (Depends-on): Add flexmember.
4234
4235         * MODULES.html.sh (Core language properties): New module flexmember.
4236         * modules/flexmember, m4/flexmember.m4: New files.
4237
4238         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
4239         inline functions that are identical with the old xnmalloc_inline,
4240         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
4241         that we can avoid some unnecessary integer multiplications and
4242         divisions in the common case where the element size is known at
4243         compile time.
4244         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
4245         needed.
4246         (xnboundedmalloc): Remove.
4247         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
4248         arguments, for consistency with rest of this header.
4249         (xcharalloc): Rewrite using XNMALLOC.
4250         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
4251         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
4252         versions have been moved to lib/xalloc.h and renamed to be the
4253         non-*_inline versions.
4254         (xmalloc, xrealloc): Implement without reference to the xnmalloc
4255         and xnrealloc functions, since those functions are now inline and
4256         now call us.
4257         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
4258         renaming described above.
4259         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
4260         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
4261         captures the dependency in AC_C_INLINE.
4262
4263         New module canonicalize-lgpl, proposed by Charles Wilson in
4264         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
4265         with a few small changes afterwards.
4266         * MODULES.html.sh (File system functions): New module
4267         canonicalize-lgpl.
4268         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
4269         and canonicalize_file_name.
4270         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
4271         * modules/canonicalize-lgpl: New files.
4272
4273 2006-11-05  Bruno Haible  <bruno@clisp.org>
4274
4275         * gnulib-tool (func_import, func_create_testdir): Create directories
4276         also for files in subdirectories of lib/.
4277
4278 2006-11-05  Bruno Haible  <bruno@clisp.org>
4279
4280         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
4281         ANSI C compliant.
4282
4283 2006-11-03  Bruno Haible  <bruno@clisp.org>
4284
4285         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
4286         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
4287         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
4288         (xnboundedmalloc): New inline function.
4289         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
4290         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
4291         xmalloc.
4292         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
4293         xmalloc.
4294         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
4295         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
4296         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
4297         xmalloc.
4298         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
4299         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
4300         xmalloc.
4301         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
4302         gl_tree_add_after): Use XMALLOC instead of xmalloc.
4303         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
4304         xmalloc.
4305         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
4306         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
4307         gl_tree_add_after): Use XMALLOC instead of xmalloc.
4308         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
4309         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
4310         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
4311         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
4312
4313 2006-11-03  Bruno Haible  <bruno@clisp.org>
4314
4315         * lib/c-ctype.h [C++]: Define functions without name mangling.
4316         * lib/fwriteerror.h [C++]: Likewise.
4317         * lib/gcd.h [C++]: Likewise.
4318         * lib/linebreak.h [C++]: Likewise.
4319
4320 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
4321
4322         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
4323         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
4324         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
4325         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
4326         Check for functions and headers just once.
4327         Check for declaration of canonicalize_file_name.
4328         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
4329
4330 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
4331
4332         * gnulib-tool (func_import): Fix typo in actioncmd.
4333
4334 2006-11-02  Bruno Haible  <bruno@clisp.org>
4335
4336         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
4337         newline sequence in the Makefile.am snippet as a space, like "make"
4338         does.
4339         Reported by Roger Persson <perrog@gmail.com>.
4340
4341 2006-11-01  Bruno Haible  <bruno@clisp.org>
4342
4343         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
4344         already declared in <string.h>.
4345         * lib/strcase.h (strncasecmp): Don't declare it if yes.
4346
4347 2006-11-01  Bruno Haible  <bruno@clisp.org>
4348
4349         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
4350         * lib/strcase.h: Include <string.h>.
4351         (strcasecmp): Define to rpl_strcasecmp here.
4352
4353 2006-11-01  Bruno Haible  <bruno@clisp.org>
4354
4355         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
4356
4357 2006-11-01  Eric Blake  <ebb9@byu.net>
4358
4359         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
4360
4361         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
4362
4363 2006-10-29  Bruno Haible  <bruno@clisp.org>
4364
4365         Make it compile in C++ mode.
4366         * lib/full-write.c (full_rw): Add a cast.
4367
4368 2006-11-01  Bruno Haible  <bruno@clisp.org>
4369
4370         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
4371         be POSIX compliant.
4372         Reported by Roger Persson <perrog@gmail.com>.
4373
4374 2006-11-01  Eric Blake  <ebb9@byu.net>
4375
4376         * lib/getopt_.h: Fix comments.
4377
4378 2006-10-31  Eric Blake  <ebb9@byu.net>
4379
4380         * modules/tmpdir (Depends-on): Add sys_stat.
4381         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
4382         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
4383         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
4384         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
4385         tempname.
4386
4387 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
4388
4389         Avoid some C++ diagnostics reported by Bruno Haible.
4390         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
4391         xmalloc.
4392         (quotearg_alloc): Use xcharalloc rather than xmalloc.
4393         (struct slotvec): Move to top level.
4394         (quotearg_n_options): Rewrite to avoid xmalloc.
4395         * lib/xalloc.h (xcharalloc): New function.
4396         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
4397         [defined __cplusplus]: Add function template that provides result
4398         type propagation.  This part of the change is from Bruno Haible.
4399
4400 2006-10-29  Bruno Haible  <bruno@clisp.org>
4401
4402         Make it compile in C++ mode.
4403         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
4404         * lib/strnlen1.c (strnlen1): Cast memchr result.
4405         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
4406         * lib/clean-temp.c (string_equals, string_hash): Add casts.
4407         (create_temp_dir): Rename local variable 'template'.
4408         (compile_csharp_using_sscli): Add cast.
4409         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
4410         * lib/findprog.c (find_in_path): Likewise.
4411         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
4412         * lib/wait-process.c (register_slave_subprocess): Likewise.
4413
4414 2006-10-22  Bruno Haible  <bruno@clisp.org>
4415
4416         * modules/tsearch: New file.
4417         * lib/tsearch.h: New file.
4418         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
4419         * m4/tsearch.m4: New file.
4420         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
4421
4422 2006-10-29  Eric Blake  <ebb9@byu.net>
4423
4424         * lib/arcfour.c: Assume config.h.
4425         * lib/arctwo.c: Likewise.
4426         * lib/base64.c: Likewise.
4427         * lib/check-version.c: Likewise.
4428         * lib/crc.c: Likewise.
4429         * lib/des.c: Likewise.
4430         * lib/gc-gnulib.c: Likewise.
4431         * lib/gc-libgcrypt.c: Likewise.
4432         * lib/gc-pbkdf2-sha1.c: Likewise.
4433         * lib/getaddrinfo.c: Likewise.
4434         * lib/getdelim.c: Likewise.
4435         * lib/getline.c: Likewise.
4436         * lib/hmac-md5.c: Likewise.
4437         * lib/hmac-sha1.c: Likewise.
4438         * lib/iconvme.c: Likewise.
4439         * lib/md2.c: Likewise.
4440         * lib/md4.c: Likewise.
4441         * lib/memxor.c: Likewise.
4442         * lib/read-file.c: Likewise.
4443         * lib/readline.c: Likewise.
4444         * lib/rijndael-alg-fst.c: Likewise.
4445         * lib/rijndael-api-fst.c: Likewise.
4446         * lib/xgetdomainname.c: Likewise.
4447
4448 2006-10-28  Eric Blake  <ebb9@byu.net>
4449
4450         * lib/xstrndup.c: Assume config.h.
4451
4452 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
4453
4454         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
4455         stat-macros.h is now for our own macros, whereas stat_h is for
4456         macros in the <sys/stat.h> name space.
4457         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
4458         (STAT_MACROS_H): Remove.
4459         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
4460         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
4461         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
4462         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
4463         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
4464         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
4465         Move these macros to ...
4466         * lib/stat_.h: here.  Don't include stat-macros.h.
4467         * lib/canonicalize.c: Don't include stat-macros.h.
4468         * lib/chown.c: Likewise.
4469         * lib/euidaccess.c: Likewise.
4470         * lib/file-type.c: Likewise.
4471         * lib/filemode.c: Likewise.
4472         * lib/glob.c: Likewise.
4473         * lib/isapipe.c: Likewise.
4474         * lib/lchown.c: Likewise.
4475         * lib/lstat.c: Likewise.
4476         * lib/mkdir-p.c: Likewise.
4477         * lib/rmdir.c: Likewise.
4478         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
4479         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
4480         unless mkdir isn't declared, to speed up 'configure'.
4481         Always create sys/stat.h, since it's unlikely any real sys/stat.h
4482         would define all the S_* symbols.
4483         * modules/canonicalize (Depends-on):
4484         Depend on sys_stat, not stat-macros.
4485         * modules/chown: Likewise.
4486         * modules/euidaccess: Likewise.
4487         * modules/filemode: Likewise.
4488         * modules/file-type: Likewise.
4489         * modules/glob: Likewise.
4490         * modules/isapipe: Likewise.
4491         * modules/lchown: Likewise.
4492         * modules/lstat: Likewise.
4493         * modules/mkancesdirs: Likewise.
4494         * modules/rmdir: Likewise.
4495         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
4496         * modules/modechange: Likewise.
4497         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
4498         (configure.ac): Remove gl_STAT_MACROS.
4499         * modules/sys_stat (Depends-on): Remove stat-macros.
4500
4501 2006-10-27  Bruno Haible  <bruno@clisp.org>
4502
4503         * m4/signed.m4: Remove file.
4504         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
4505         invocation.
4506         * modules/vasnprintf (Files): Remove m4/signed.m4.
4507
4508 2006-10-27  Bruno Haible  <bruno@clisp.org>
4509
4510         Update to GNU gettext 0.16.
4511         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
4512         m4/inttypes-h.m4, m4/signed.m4.
4513         * m4/gettext.m4: Update to GNU gettext 0.16.
4514         * m4/intl.m4: New file, from GNU gettext.
4515         * m4/intldir.m4: New file, from GNU gettext.
4516         * config/srclist.txt: Update
4517
4518 2006-10-27  Eric Blake  <ebb9@byu.net>
4519
4520         * MODULES.html.sh: Document tempname.
4521         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
4522         dependencies.
4523         (Files): Move lib/tempname.c...
4524         * modules/tempname: ...to this new module.
4525         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
4526         (gl_PREREQ_TEMPNAME): Move...
4527         * m4/tempname.m4: ...to this new file.
4528         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
4529         * modules/sys_stat (Depends-on): Add stat-macros.
4530         * lib/stat_.h (includes): Pick up stat macros.
4531         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
4532         if stat macros are broken.
4533         * lib/tempname.c (includes): No need to include "stat-macros.h".
4534         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
4535         (direxists, __path_search) [!_LIBC]: Don't compile these in
4536         gnulib; the tmpdir module covers that.
4537         * lib/tempname.h: New file.
4538
4539 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
4540
4541         * COPYING: Explain how gnulib-tool converts licence headers.
4542         Almost all wording by Eric Blake.
4543
4544 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
4545
4546         * lib/mbchar.h (is_basic_table): Make read-only.
4547         * lib/mbchar.c (is_basic_table): Likewise.
4548         Reported by John Darrington.
4549
4550 2006-10-25  Bruno Haible  <bruno@clisp.org>
4551
4552         * lib/progname.h (set_program_name): Undefine before defining.
4553
4554 2006-10-25  Bruno Haible  <bruno@clisp.org>
4555
4556         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
4557         false for non-gcc C++ compilers.
4558         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
4559
4560 2006-10-24  Bruno Haible  <bruno@clisp.org>
4561
4562         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
4563         iconv implementations like Irix iconv.
4564
4565 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
4566
4567         * modules/vararrays: New file.
4568         * m4/vararrays.m4: New file, taken from diffutils.
4569         * MODULES.html.sh: New module vararrays.
4570
4571 2006-10-24  Karl Berry  <karl@gnu.org>
4572
4573         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
4574         Don't call GNU Unix.
4575
4576 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4577
4578         * users.txt: Add Libtool.
4579
4580         Sync from Libtool:
4581
4582         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
4583
4584         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
4585         to gnulib's policy of including config.h unconditionally.
4586
4587 2006-10-24  Bruno Haible  <bruno@clisp.org>
4588
4589         * modules/wcwidth (Files): Add m4/wint_t.m4.
4590         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
4591         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
4592
4593 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
4594
4595         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
4596         to pacify GCC with some -W flags enabled.  Problem reported by
4597         Bruno Haible.
4598
4599 2006-10-24  Jim Meyering  <jim@meyering.net>
4600
4601         * MODULES.html.sh: Remove uinttostr.  It's not a module.
4602         Reported by Karl Berry.
4603
4604 2006-10-23  Bruno Haible  <bruno@clisp.org>
4605
4606         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
4607
4608 2006-10-24  Bruno Haible  <bruno@clisp.org>
4609
4610         * lib/gl_list.h: Use C comment style, not C++ comment style.
4611
4612 2006-10-23  Eric Blake  <ebb9@byu.net>
4613
4614         * lib/getaddrinfo.c (includes): Add missing include.
4615
4616 2006-10-23  Bruno Haible  <bruno@clisp.org>
4617             Paul Eggert  <eggert@cs.ucla.edu>
4618
4619         Ability to rename obstack_free.
4620         * lib/obstack.h (__obstack_free): New macro. Declare instead of
4621         obstack_free.
4622         (obstack_free): Invoke the __obstack_free macro.
4623         * lib/obstack.c (obstack_free): Use __obstack_free macro.
4624
4625 2006-10-23  Bruno Haible  <bruno@clisp.org>
4626             Paul Eggert  <eggert@cs.ucla.edu>
4627
4628         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
4629         __argc, __argv from the declaration. (They are defined as macros on
4630         mingw.)
4631
4632 2006-10-22  Bruno Haible  <bruno@clisp.org>
4633
4634         * doc/gnulib-intro.texi: New file.
4635         * doc/gnulib.texi: Include it.
4636
4637 2006-10-21  Bruno Haible  <bruno@clisp.org>
4638
4639         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
4640         "Introduction", "Miscellanous Notes", "Particular Modules".
4641
4642 2006-10-21  Bruno Haible  <bruno@clisp.org>
4643
4644         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4645         Change mostlyclean-local rule to avoid sh syntax error from bash
4646         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
4647
4648 2006-10-23  Jim Meyering  <jim@meyering.net>
4649
4650         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
4651         in place of snprintf.
4652
4653         * modules/inttostr (Files): Add lib/uinttostr.c.
4654         * lib/uinttostr.c (inttostr): New file/function.
4655         * lib/inttostr.h (uinttostr): Declare.
4656         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
4657         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
4658         Add uinttostr.
4659         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
4660
4661 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
4662
4663         * lib/canonicalize.c (ELOOP): Define if not already defined.
4664         Problem reported by Bruno Haible in
4665         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
4666
4667 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
4668
4669         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
4670         Problem reported by Perry Smith and Ville Laurikari.
4671
4672         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
4673         uses.
4674
4675 2006-10-19  Bruno Haible  <bruno@clisp.org>
4676
4677         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
4678         for mingw.
4679
4680 2006-10-19  Bruno Haible  <bruno@clisp.org>
4681
4682         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
4683         Needed for mingw.
4684
4685 2006-10-19  Bruno Haible  <bruno@clisp.org>
4686
4687         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
4688
4689 2006-10-19  Bruno Haible  <bruno@clisp.org>
4690
4691         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
4692         it.
4693
4694 2006-10-19  Bruno Haible  <bruno@clisp.org>
4695
4696         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
4697         invocation.
4698
4699 2006-10-19  Bruno Haible  <bruno@clisp.org>
4700
4701         * gnulib-tool (func_create_testdir): Don't include ftruncate and
4702         mountlist by default.
4703
4704 2006-10-16  Bruno Haible  <bruno@clisp.org>
4705
4706         * lib/c-strstr.c: Include c-strstr.h.
4707
4708 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
4709
4710         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
4711         in a slash.
4712
4713 2006-10-18  Bruno Haible  <bruno@clisp.org>
4714
4715         * lib/lock.h [C++]: Wrap definitions in extern "C".
4716
4717 2006-10-18  Bruno Haible  <bruno@clisp.org>
4718
4719         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
4720         gl_LIBOBJS list.
4721
4722 2006-10-18  Bruno Haible  <bruno@clisp.org>
4723
4724         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
4725
4726 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
4727
4728         * lib/xstrtol.h: Include gettext.h.
4729         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
4730         Problem reported by Eric Blake.
4731         * modules/xstrtol (Depends-on): Add gettext-h.
4732
4733 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
4734
4735         * lib/strftime.c (advance): New macro.
4736         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
4737         incomplete type, so you can't add 0 to it.  Problem and patch
4738         reported by Eelco Dolstra for dietlibc.
4739
4740 2006-10-18  Jim Meyering  <jim@meyering.net>
4741
4742         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
4743         type for a local, and rename it: s/up/user_proc/.
4744
4745 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
4746
4747         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
4748         READ_UTMP_USER_PROCESS.
4749         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
4750
4751 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
4752
4753         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
4754         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
4755
4756 2006-10-17  Eric Blake  <ebb9@byu.net>
4757
4758         * lib/sigprocmask.c (sigprocmask): Fix typo.
4759
4760         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
4761
4762         * modules/clean-temp (Makefile.am): Don't add to make output...
4763         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
4764         config.h.
4765
4766 2006-10-17  Bruno Haible  <bruno@clisp.org>
4767
4768         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
4769         differently if DEFAULT_TEXT_DOMAIN is set.
4770
4771 2006-10-16  Bruno Haible  <bruno@clisp.org>
4772
4773         * lib/clean-temp.c: Include fwriteerror.h.
4774
4775 2006-10-16  Bruno Haible  <bruno@clisp.org>
4776
4777         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
4778
4779 2006-10-16  Bruno Haible  <bruno@clisp.org>
4780
4781         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
4782         * lib/sigprocmask.h: Include <sys/types.h>.
4783         (sigset_t): Use the system's definition if present.
4784
4785 2006-10-17  Eric Blake  <ebb9@byu.net>
4786
4787         * lib/xvasprintf.c (includes): Assume config.h.
4788         * lib/xasprintf.c (includes): Likewise.
4789
4790 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
4791
4792         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
4793         at least as wide as intmax_t.
4794
4795 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
4796
4797         (Imported from Automake.)
4798         * build-aux/gnupload: Update to version 1.1 of directive file.
4799
4800 2006-10-16  Eric Blake  <ebb9@byu.net>
4801
4802         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
4803         match Automake 1.10a.
4804
4805 2006-10-14  Bruno Haible  <bruno@clisp.org>
4806
4807         * modules/sigprocmask: New file.
4808         * lib/sigprocmask.h: New file.
4809         * lib/sigprocmask.c: New file.
4810         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
4811         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
4812         request sigprocmask.o.
4813         (gl_PREREQ_SIGPROCMASK): New macro.
4814         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
4815         (Depends-on): Add sigprocmask.
4816         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
4817         gt_SIGNALBLOCKING. Test for 'raise' only once.
4818         * lib/fatal-signal.c: Include sigprocmask.h.
4819         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
4820         unblock_fatal_signals): Define always.
4821         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
4822         sigprocmask.
4823
4824 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
4825
4826         Sync from Automake.
4827         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
4828         which incorrectly sets the mode of an existing destination
4829         directory.  In some cases the unpatched install-sh could do the
4830         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
4831         system.  We hope this is rare in practice, but it's clearly worth
4832         fixing.  Problem reported by Alex Unleashed in
4833         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
4834         Also, don't bother to check for -m bugs unless we're using -m;
4835         suggested by Stepan Kasal.
4836
4837 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4838
4839         Sync from Automake.
4840         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
4841         `-c' flag, so they appear at the same position as in %FASTDEP%
4842         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
4843         which ignores unknown options only after the first non-option.
4844         Bug report against M4 by Nelson H. F. Beebe.
4845
4846 2006-10-13  Jim Meyering  <jim@meyering.net>
4847
4848         Fix a bug in yesterday's change.
4849         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
4850         p->fts_statp->st_dev would be used uninitialized.
4851         Ensures that we always call fts_stat on the very first entry.
4852         Miklos Szeredi reported that find -xdev stopped working.
4853
4854 2006-10-12  Bruno Haible  <bruno@clisp.org>
4855
4856         * gnulib-tool (func_get_automake_snippet): Append an automatically
4857         computed EXTRA_DIST augmentation.
4858         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
4859         * modules/alloca-opt (Makefile.am): Likewise.
4860         * modules/allocsa (Makefile.am): Likewise.
4861         * modules/arcfour (Makefile.am): Likewise.
4862         * modules/arctwo (Makefile.am): Likewise.
4863         * modules/argmatch (Makefile.am): Likewise.
4864         * modules/argz (Makefile.am): Likewise.
4865         * modules/atexit (Makefile.am): Likewise.
4866         * modules/backupfile (Makefile.am): Likewise.
4867         * modules/byteswap (Makefile.am): Likewise.
4868         * modules/c-strtod (Makefile.am): Likewise.
4869         * modules/c-strtold (Makefile.am): Likewise.
4870         * modules/calloc (Makefile.am): Likewise.
4871         * modules/canon-host (Makefile.am): Likewise.
4872         * modules/canonicalize (Makefile.am): Likewise.
4873         * modules/chdir-long (Makefile.am): Likewise.
4874         * modules/chdir-safer (Makefile.am): Likewise.
4875         * modules/check-version (Makefile.am): Likewise.
4876         * modules/chown (Makefile.am): Likewise.
4877         * modules/cloexec (Makefile.am): Likewise.
4878         * modules/close-stream (Makefile.am): Likewise.
4879         * modules/closeout (Makefile.am): Likewise.
4880         * modules/crc (Makefile.am): Likewise.
4881         * modules/csharpexec (Makefile.am): Likewise.
4882         * modules/cycle-check (Makefile.am): Likewise.
4883         * modules/des (Makefile.am): Likewise.
4884         * modules/dev-ino (Makefile.am): Likewise.
4885         * modules/dirfd (Makefile.am): Likewise.
4886         * modules/dirname (Makefile.am): Likewise.
4887         * modules/dup2 (Makefile.am): Likewise.
4888         * modules/eealloc (Makefile.am): Likewise.
4889         * modules/error (Makefile.am): Likewise.
4890         * modules/euidaccess (Makefile.am): Likewise.
4891         * modules/exclude (Makefile.am): Likewise.
4892         * modules/exitfail (Makefile.am): Likewise.
4893         * modules/fcntl-safer (Makefile.am): Likewise.
4894         * modules/fcntl (Makefile.am): Likewise.
4895         * modules/file-type (Makefile.am): Likewise.
4896         * modules/fileblocks (Makefile.am): Likewise.
4897         * modules/filemode (Makefile.am): Likewise.
4898         * modules/filenamecat (Makefile.am): Likewise.
4899         * modules/fnmatch (Makefile.am): Likewise.
4900         * modules/fopen-safer (Makefile.am): Likewise.
4901         * modules/fpending (Makefile.am): Likewise.
4902         * modules/fprintftime (Makefile.am): Likewise.
4903         * modules/free (Makefile.am): Likewise.
4904         * modules/fsusage (Makefile.am): Likewise.
4905         * modules/ftruncate (Makefile.am): Likewise.
4906         * modules/fts (Makefile.am): Likewise.
4907         * modules/gc-arcfour (Makefile.am): Likewise.
4908         * modules/gc-des (Makefile.am): Likewise.
4909         * modules/gc-hmac-md5 (Makefile.am): Likewise.
4910         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
4911         * modules/gc-md4 (Makefile.am): Likewise.
4912         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
4913         * modules/gc-sha1 (Makefile.am): Likewise.
4914         * modules/gc (Makefile.am): Likewise.
4915         * modules/getaddrinfo (Makefile.am): Likewise.
4916         * modules/getcwd (Makefile.am): Likewise.
4917         * modules/getdelim (Makefile.am): Likewise.
4918         * modules/getdomainname (Makefile.am): Likewise.
4919         * modules/getgroups (Makefile.am): Likewise.
4920         * modules/gethostname (Makefile.am): Likewise.
4921         * modules/gethrxtime (Makefile.am): Likewise.
4922         * modules/getline (Makefile.am): Likewise.
4923         * modules/getloadavg (Makefile.am): Likewise.
4924         * modules/getlogin_r (Makefile.am): Likewise.
4925         * modules/getndelim2 (Makefile.am): Likewise.
4926         * modules/getopt (Makefile.am): Likewise.
4927         * modules/getpagesize (Makefile.am): Likewise.
4928         * modules/getpass-gnu (Makefile.am): Likewise.
4929         * modules/getpass (Makefile.am): Likewise.
4930         * modules/getsubopt (Makefile.am): Likewise.
4931         * modules/gettime (Makefile.am): Likewise.
4932         * modules/gettimeofday (Makefile.am): Likewise.
4933         * modules/getugroups (Makefile.am): Likewise.
4934         * modules/getusershell (Makefile.am): Likewise.
4935         * modules/glob (Makefile.am): Likewise.
4936         * modules/group-member (Makefile.am): Likewise.
4937         * modules/hard-locale (Makefile.am): Likewise.
4938         * modules/hash (Makefile.am): Likewise.
4939         * modules/hmac-md5 (Makefile.am): Likewise.
4940         * modules/hmac-sha1 (Makefile.am): Likewise.
4941         * modules/human (Makefile.am): Likewise.
4942         * modules/idcache (Makefile.am): Likewise.
4943         * modules/imaxabs (Makefile.am): Likewise.
4944         * modules/imaxdiv (Makefile.am): Likewise.
4945         * modules/inet_ntop (Makefile.am): Likewise.
4946         * modules/inet_pton (Makefile.am): Likewise.
4947         * modules/intprops (Makefile.am): Likewise.
4948         * modules/inttostr (Makefile.am): Likewise.
4949         * modules/inttypes (Makefile.am): Likewise.
4950         * modules/isapipe (Makefile.am): Likewise.
4951         * modules/javaversion (Makefile.am): Likewise.
4952         * modules/lchmod (Makefile.am): Likewise.
4953         * modules/lchown (Makefile.am): Likewise.
4954         * modules/localcharset (Makefile.am): Likewise.
4955         * modules/long-options (Makefile.am): Likewise.
4956         * modules/lstat (Makefile.am): Likewise.
4957         * modules/malloc (Makefile.am): Likewise.
4958         * modules/mathl (Makefile.am): Likewise.
4959         * modules/mbchar (Makefile.am): Likewise.
4960         * modules/md2 (Makefile.am): Likewise.
4961         * modules/md4 (Makefile.am): Likewise.
4962         * modules/md5 (Makefile.am): Likewise.
4963         * modules/memcasecmp (Makefile.am): Likewise.
4964         * modules/memchr (Makefile.am): Likewise.
4965         * modules/memcmp (Makefile.am): Likewise.
4966         * modules/memcoll (Makefile.am): Likewise.
4967         * modules/memcpy (Makefile.am): Likewise.
4968         * modules/memmem (Makefile.am): Likewise.
4969         * modules/memmove (Makefile.am): Likewise.
4970         * modules/mempcpy (Makefile.am): Likewise.
4971         * modules/memrchr (Makefile.am): Likewise.
4972         * modules/memset (Makefile.am): Likewise.
4973         * modules/memxor (Makefile.am): Likewise.
4974         * modules/mkancesdirs (Makefile.am): Likewise.
4975         * modules/mkdir-p (Makefile.am): Likewise.
4976         * modules/mkdir (Makefile.am): Likewise.
4977         * modules/mkdtemp (Makefile.am): Likewise.
4978         * modules/mkstemp (Makefile.am): Likewise.
4979         * modules/mktime (Makefile.am): Likewise.
4980         * modules/modechange (Makefile.am): Likewise.
4981         * modules/mountlist (Makefile.am): Likewise.
4982         * modules/nanosleep (Makefile.am): Likewise.
4983         * modules/obstack (Makefile.am): Likewise.
4984         * modules/openat (Makefile.am): Likewise.
4985         * modules/pagealign_alloc (Makefile.am): Likewise.
4986         * modules/pathmax (Makefile.am): Likewise.
4987         * modules/physmem (Makefile.am): Likewise.
4988         * modules/poll (Makefile.am): Likewise.
4989         * modules/posixtm (Makefile.am): Likewise.
4990         * modules/posixver (Makefile.am): Likewise.
4991         * modules/putenv (Makefile.am): Likewise.
4992         * modules/quote (Makefile.am): Likewise.
4993         * modules/quotearg (Makefile.am): Likewise.
4994         * modules/raise (Makefile.am): Likewise.
4995         * modules/read-file (Makefile.am): Likewise.
4996         * modules/readline (Makefile.am): Likewise.
4997         * modules/readlink (Makefile.am): Likewise.
4998         * modules/readtokens (Makefile.am): Likewise.
4999         * modules/readutmp (Makefile.am): Likewise.
5000         * modules/realloc (Makefile.am): Likewise.
5001         * modules/regex (Makefile.am): Likewise.
5002         * modules/rename-dest-slash (Makefile.am): Likewise.
5003         * modules/rename (Makefile.am): Likewise.
5004         * modules/rijndael (Makefile.am): Likewise.
5005         * modules/rmdir (Makefile.am): Likewise.
5006         * modules/rpmatch (Makefile.am): Likewise.
5007         * modules/safe-read (Makefile.am): Likewise.
5008         * modules/safe-write (Makefile.am): Likewise.
5009         * modules/same-inode (Makefile.am): Likewise.
5010         * modules/same (Makefile.am): Likewise.
5011         * modules/save-cwd (Makefile.am): Likewise.
5012         * modules/savedir (Makefile.am): Likewise.
5013         * modules/setenv (Makefile.am): Likewise.
5014         * modules/settime (Makefile.am): Likewise.
5015         * modules/sha1 (Makefile.am): Likewise.
5016         * modules/sig2str (Makefile.am): Likewise.
5017         * modules/snprintf (Makefile.am): Likewise.
5018         * modules/stat-macros (Makefile.am): Likewise.
5019         * modules/stat-time (Makefile.am): Likewise.
5020         * modules/stdbool (Makefile.am): Likewise.
5021         * modules/stdint (Makefile.am): Likewise.
5022         * modules/stdlib-safer (Makefile.am): Likewise.
5023         * modules/stpcpy (Makefile.am): Likewise.
5024         * modules/stpncpy (Makefile.am): Likewise.
5025         * modules/strcase (Makefile.am): Likewise.
5026         * modules/strcasestr (Makefile.am): Likewise.
5027         * modules/strchrnul (Makefile.am): Likewise.
5028         * modules/strcspn (Makefile.am): Likewise.
5029         * modules/strdup (Makefile.am): Likewise.
5030         * modules/strerror (Makefile.am): Likewise.
5031         * modules/strftime (Makefile.am): Likewise.
5032         * modules/strndup (Makefile.am): Likewise.
5033         * modules/strnlen (Makefile.am): Likewise.
5034         * modules/strpbrk (Makefile.am): Likewise.
5035         * modules/strsep (Makefile.am): Likewise.
5036         * modules/strstr (Makefile.am): Likewise.
5037         * modules/strtod (Makefile.am): Likewise.
5038         * modules/strtoimax (Makefile.am): Likewise.
5039         * modules/strtok_r (Makefile.am): Likewise.
5040         * modules/strtol (Makefile.am): Likewise.
5041         * modules/strtoll (Makefile.am): Likewise.
5042         * modules/strtoul (Makefile.am): Likewise.
5043         * modules/strtoull (Makefile.am): Likewise.
5044         * modules/strtoumax (Makefile.am): Likewise.
5045         * modules/strverscmp (Makefile.am): Likewise.
5046         * modules/sys_socket (Makefile.am): Likewise.
5047         * modules/sys_stat (Makefile.am): Likewise.
5048         * modules/sysexits (Makefile.am): Likewise.
5049         * modules/time_r (Makefile.am): Likewise.
5050         * modules/timegm (Makefile.am): Likewise.
5051         * modules/timespec (Makefile.am): Likewise.
5052         * modules/tmpfile-safer (Makefile.am): Likewise.
5053         * modules/trim (Makefile.am): Likewise.
5054         * modules/unistd-safer (Makefile.am): Likewise.
5055         * modules/unlinkdir (Makefile.am): Likewise.
5056         * modules/unlocked-io (Makefile.am): Likewise.
5057         * modules/userspec (Makefile.am): Likewise.
5058         * modules/utime (Makefile.am): Likewise.
5059         * modules/utimecmp (Makefile.am): Likewise.
5060         * modules/utimens (Makefile.am): Likewise.
5061         * modules/vasnprintf (Makefile.am): Likewise.
5062         * modules/vasprintf (Makefile.am): Likewise.
5063         * modules/vsnprintf (Makefile.am): Likewise.
5064         * modules/xalloc (Makefile.am): Likewise.
5065         * modules/xgetcwd (Makefile.am): Likewise.
5066         * modules/xnanosleep (Makefile.am): Likewise.
5067         * modules/xreadlink (Makefile.am): Likewise.
5068         * modules/xstrtod (Makefile.am): Likewise.
5069         * modules/xstrtol (Makefile.am): Likewise.
5070         * modules/xstrtold (Makefile.am): Likewise.
5071         * modules/yesno (Makefile.am): Likewise.
5072         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
5073
5074 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
5075
5076         * modules/error (Makefile.am): Distribute files through
5077         EXTRA_DIST, not lib_SOURCES.
5078
5079 2006-10-12  Eric Blake  <ebb9@byu.net>
5080
5081         * modules/error (Makefile.am): Distribute files in /lib.
5082         * modules/obstack (Makefile.am): Likewise.
5083
5084 2006-10-12  Bruno Haible  <bruno@clisp.org>
5085
5086         * modules/acl (Makefile.am): Distribute all files in lib/ through
5087         EXTRA_DIST.
5088         * modules/arcfour (Makefile.am): Likewise.
5089         * modules/arctwo (Makefile.am): Likewise.
5090         * modules/argmatch (Makefile.am): Likewise.
5091         * modules/argz (Makefile.am): Likewise.
5092         * modules/atexit (Makefile.am): Likewise.
5093         * modules/backupfile (Makefile.am): Likewise.
5094         * modules/c-strtod (Makefile.am): Likewise.
5095         * modules/c-strtold (Makefile.am): Likewise.
5096         * modules/calloc (Makefile.am): Likewise.
5097         * modules/canon-host (Makefile.am): Likewise.
5098         * modules/canonicalize (Makefile.am): Likewise.
5099         * modules/chdir-long (Makefile.am): Likewise.
5100         * modules/chdir-safer (Makefile.am): Likewise.
5101         * modules/check-version (Makefile.am): Likewise.
5102         * modules/chown (Makefile.am): Likewise.
5103         * modules/cloexec (Makefile.am): Likewise.
5104         * modules/close-stream (Makefile.am): Likewise.
5105         * modules/closeout (Makefile.am): Likewise.
5106         * modules/crc (Makefile.am): Likewise.
5107         * modules/cycle-check (Makefile.am): Likewise.
5108         * modules/des (Makefile.am): Likewise.
5109         * modules/dirfd (Makefile.am): Likewise.
5110         * modules/dirname (Makefile.am): Likewise.
5111         * modules/dup2 (Makefile.am): Likewise.
5112         * modules/euidaccess (Makefile.am): Likewise.
5113         * modules/exclude (Makefile.am): Likewise.
5114         * modules/exitfail (Makefile.am): Likewise.
5115         * modules/fcntl-safer (Makefile.am): Likewise.
5116         * modules/file-type (Makefile.am): Likewise.
5117         * modules/fileblocks (Makefile.am): Likewise.
5118         * modules/filemode (Makefile.am): Likewise.
5119         * modules/filenamecat (Makefile.am): Likewise.
5120         * modules/fnmatch (Makefile.am): Likewise.
5121         * modules/fopen-safer (Makefile.am): Likewise.
5122         * modules/fpending (Makefile.am): Likewise.
5123         * modules/fprintftime (Makefile.am): Likewise.
5124         * modules/free (Makefile.am): Likewise.
5125         * modules/fsusage (Makefile.am): Likewise.
5126         * modules/ftruncate (Makefile.am): Likewise.
5127         * modules/fts (Makefile.am): Likewise.
5128         * modules/gc (Makefile.am): Likewise.
5129         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
5130         * modules/getaddrinfo (Makefile.am): Likewise.
5131         * modules/getcwd (Makefile.am): Likewise.
5132         * modules/getdelim (Makefile.am): Likewise.
5133         * modules/getdomainname (Makefile.am): Likewise.
5134         * modules/getgroups (Makefile.am): Likewise.
5135         * modules/gethostname (Makefile.am): Likewise.
5136         * modules/gethrxtime (Makefile.am): Likewise.
5137         * modules/getline (Makefile.am): Likewise.
5138         * modules/getloadavg (Makefile.am): Likewise.
5139         * modules/getlogin_r (Makefile.am): Likewise.
5140         * modules/getopt (Makefile.am): Likewise.
5141         * modules/getpass (Makefile.am): Likewise.
5142         * modules/getpass-gnu (Makefile.am): Likewise.
5143         * modules/getsubopt (Makefile.am): Likewise.
5144         * modules/gettime (Makefile.am): Likewise.
5145         * modules/gettimeofday (Makefile.am): Likewise.
5146         * modules/getugroups (Makefile.am): Likewise.
5147         * modules/getusershell (Makefile.am): Likewise.
5148         * modules/glob (Makefile.am): Likewise.
5149         * modules/group-member (Makefile.am): Likewise.
5150         * modules/hard-locale (Makefile.am): Likewise.
5151         * modules/hash (Makefile.am): Likewise.
5152         * modules/hmac-md5 (Makefile.am): Likewise.
5153         * modules/hmac-sha1 (Makefile.am): Likewise.
5154         * modules/human (Makefile.am): Likewise.
5155         * modules/idcache (Makefile.am): Likewise.
5156         * modules/imaxabs (Makefile.am): Likewise.
5157         * modules/imaxdiv (Makefile.am): Likewise.
5158         * modules/inet_ntop (Makefile.am): Likewise.
5159         * modules/inet_pton (Makefile.am): Likewise.
5160         * modules/inttostr (Makefile.am): Likewise.
5161         * modules/isapipe (Makefile.am): Likewise.
5162         * modules/lchown (Makefile.am): Likewise.
5163         * modules/long-options (Makefile.am): Likewise.
5164         * modules/lstat (Makefile.am): Likewise.
5165         * modules/malloc (Makefile.am): Likewise.
5166         * modules/mathl (Makefile.am): Likewise.
5167         * modules/mbchar (Makefile.am): Likewise.
5168         * modules/md2 (Makefile.am): Likewise.
5169         * modules/md4 (Makefile.am): Likewise.
5170         * modules/md5 (Makefile.am): Likewise.
5171         * modules/memcasecmp (Makefile.am): Likewise.
5172         * modules/memchr (Makefile.am): Likewise.
5173         * modules/memcmp (Makefile.am): Likewise.
5174         * modules/memcoll (Makefile.am): Likewise.
5175         * modules/memcpy (Makefile.am): Likewise.
5176         * modules/memmem (Makefile.am): Likewise.
5177         * modules/memmove (Makefile.am): Likewise.
5178         * modules/mempcpy (Makefile.am): Likewise.
5179         * modules/memrchr (Makefile.am): Likewise.
5180         * modules/memset (Makefile.am): Likewise.
5181         * modules/memxor (Makefile.am): Likewise.
5182         * modules/mkancesdirs (Makefile.am): Likewise.
5183         * modules/mkdir (Makefile.am): Likewise.
5184         * modules/mkdir-p (Makefile.am): Likewise.
5185         * modules/mkdtemp (Makefile.am): Likewise.
5186         * modules/mkstemp (Makefile.am): Likewise.
5187         * modules/mktime (Makefile.am): Likewise.
5188         * modules/modechange (Makefile.am): Likewise.
5189         * modules/mountlist (Makefile.am): Likewise.
5190         * modules/nanosleep (Makefile.am): Likewise.
5191         * modules/openat (Makefile.am): Likewise.
5192         * modules/pagealign_alloc (Makefile.am): Likewise.
5193         * modules/physmem (Makefile.am): Likewise.
5194         * modules/poll (Makefile.am): Likewise.
5195         * modules/posixtm (Makefile.am): Likewise.
5196         * modules/posixver (Makefile.am): Likewise.
5197         * modules/putenv (Makefile.am): Likewise.
5198         * modules/quote (Makefile.am): Likewise.
5199         * modules/quotearg (Makefile.am): Likewise.
5200         * modules/raise (Makefile.am): Likewise.
5201         * modules/read-file (Makefile.am): Likewise.
5202         * modules/readline (Makefile.am): Likewise.
5203         * modules/readlink (Makefile.am): Likewise.
5204         * modules/readtokens (Makefile.am): Likewise.
5205         * modules/readutmp (Makefile.am): Likewise.
5206         * modules/realloc (Makefile.am): Likewise.
5207         * modules/regex (Makefile.am): Likewise.
5208         * modules/rename (Makefile.am): Likewise.
5209         * modules/rename-dest-slash (Makefile.am): Likewise.
5210         * modules/rijndael (Makefile.am): Likewise.
5211         * modules/rmdir (Makefile.am): Likewise.
5212         * modules/rpmatch (Makefile.am): Likewise.
5213         * modules/safe-read (Makefile.am): Likewise.
5214         * modules/safe-write (Makefile.am): Likewise.
5215         * modules/same (Makefile.am): Likewise.
5216         * modules/save-cwd (Makefile.am): Likewise.
5217         * modules/savedir (Makefile.am): Likewise.
5218         * modules/setenv (Makefile.am): Likewise.
5219         * modules/settime (Makefile.am): Likewise.
5220         * modules/sha1 (Makefile.am): Likewise.
5221         * modules/sig2str (Makefile.am): Likewise.
5222         * modules/snprintf (Makefile.am): Likewise.
5223         * modules/stdlib-safer (Makefile.am): Likewise.
5224         * modules/stpcpy (Makefile.am): Likewise.
5225         * modules/stpncpy (Makefile.am): Likewise.
5226         * modules/strcase (Makefile.am): Likewise.
5227         * modules/strcasestr (Makefile.am): Likewise.
5228         * modules/strchrnul (Makefile.am): Likewise.
5229         * modules/strcspn (Makefile.am): Likewise.
5230         * modules/strdup (Makefile.am): Likewise.
5231         * modules/strerror (Makefile.am): Likewise.
5232         * modules/strftime (Makefile.am): Likewise.
5233         * modules/strndup (Makefile.am): Likewise.
5234         * modules/strnlen (Makefile.am): Likewise.
5235         * modules/strpbrk (Makefile.am): Likewise.
5236         * modules/strsep (Makefile.am): Likewise.
5237         * modules/strstr (Makefile.am): Likewise.
5238         * modules/strtod (Makefile.am): Likewise.
5239         * modules/strtoimax (Makefile.am): Likewise.
5240         * modules/strtok_r (Makefile.am): Likewise.
5241         * modules/strtol (Makefile.am): Likewise.
5242         * modules/strtoll (Makefile.am): Likewise.
5243         * modules/strtoul (Makefile.am): Likewise.
5244         * modules/strtoull (Makefile.am): Likewise.
5245         * modules/strtoumax (Makefile.am): Likewise.
5246         * modules/strverscmp (Makefile.am): Likewise.
5247         * modules/time_r (Makefile.am): Likewise.
5248         * modules/timegm (Makefile.am): Likewise.
5249         * modules/tmpfile-safer (Makefile.am): Likewise.
5250         * modules/unistd-safer (Makefile.am): Likewise.
5251         * modules/unlinkdir (Makefile.am): Likewise.
5252         * modules/userspec (Makefile.am): Likewise.
5253         * modules/utime (Makefile.am): Likewise.
5254         * modules/utimecmp (Makefile.am): Likewise.
5255         * modules/utimens (Makefile.am): Likewise.
5256         * modules/vasnprintf (Makefile.am): Likewise.
5257         * modules/vasprintf (Makefile.am): Likewise.
5258         * modules/vsnprintf (Makefile.am): Likewise.
5259         * modules/xalloc (Makefile.am): Likewise.
5260         * modules/xgetcwd (Makefile.am): Likewise.
5261         * modules/xnanosleep (Makefile.am): Likewise.
5262         * modules/xreadlink (Makefile.am): Likewise.
5263         * modules/xstrtod (Makefile.am): Likewise.
5264         * modules/xstrtol (Makefile.am): Likewise.
5265         * modules/xstrtold (Makefile.am): Likewise.
5266         * modules/yesno (Makefile.am): Likewise.
5267
5268 2006-10-12  Jim Meyering  <jim@meyering.net>
5269
5270         * m4/getloadavg.m4: Revert the change below.
5271
5272         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
5273         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
5274         fail with a symlink, which is what coreutils' ./bootstrap now
5275         creates by default.
5276
5277 2006-10-12  Bruno Haible  <bruno@clisp.org>
5278
5279         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
5280         mingw.
5281         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
5282         MSVC and mingw explicitly.
5283
5284 2006-10-11  Simon Josefsson  <jas@extundo.com>
5285             Bruno Haible  <bruno@clisp.org>
5286
5287         Add support for multiple gnulib-tool invocations in the scope of a
5288         single configure.ac file.
5289         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
5290         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
5291         with the same contents as the _LIBADD variable.
5292         (func_emit_initmacro_start, func_emit_initmacro_end,
5293         func_emit_initmacro_done): New functions.
5294         (func_import, func_create_testdir): Invoke them. Allow the identifiers
5295         gl_LIBOBJS and gl_LTLIBOBJS.
5296
5297 2006-10-11  Bruno Haible  <bruno@clisp.org>
5298
5299         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
5300         (func_create_testdir): Don't create po/Makefile.am, don't invoke
5301         autoreconf. Instead, invoke autopoint explicitly but move back the
5302         *.m4 files from gnulib.
5303
5304 2006-10-11  Bruno Haible  <bruno@clisp.org>
5305
5306         * gnulib-tool (func_usage): Make module names after --create-testdir
5307         optional.
5308         (func_create_testdir): If no module was specified, use nearly all
5309         modules.
5310
5311 2006-10-12  Jim Meyering  <jim@meyering.net>
5312
5313         Big performance improvement for fts-based tools that use FTS_NOSTAT.
5314         Avoid spurious inode-mismatch problems on non-POSIX file systems.
5315         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
5316         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
5317         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
5318         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
5319         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
5320         (fts_set_stat_required): New function.
5321         (fts_open): Defer the calls to fts_stat, if possible or requested.
5322         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
5323         into fts_stat itself.
5324         (fts_read): Perform any required (deferred) fts_stat call.
5325         (fts_build): Likewise, for the directory we're about to open and read.
5326         In the readdir loop, carefully decide whether each entry will require
5327         an eventual call to fts_stat, using dirent.d_type info if available.
5328         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
5329         a command line argument into this function.  Update all callers.
5330         Map a return value of FTS_DOT to FTS_D for a command line argument.
5331         * modules/fts (Depends-on): Add d-type.  Alphabetize.
5332         Thanks to Miklos Szeredi for his tenacity and for the initial
5333         bug report about "find" failing on a FUSE-based file system.
5334
5335         * lib/fts.c (fts_open): Use consistent indentation.
5336
5337 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
5338
5339         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
5340         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
5341         reported by Jim Meyering.  All uses of cache variables renamed
5342         to match Autoconf's.
5343         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
5344         the other one.
5345
5346         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
5347         Fix misspelling in diagnostic.
5348
5349 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
5350
5351         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
5352         defined.  Problem reported by Matthew Woehlke.
5353
5354         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
5355         Add support for Tandem NonStop R series.
5356         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
5357         Use new macro.
5358
5359         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
5360         (has_trailing_slash): Omit size arg; all callers changed.
5361         Omit 'inline', since it doesn't help performance and we'd
5362         need to configure it.
5363         Don't count //, ///, etc. as having a trailing slash.
5364         As a side effect, this removes a C99ism reported by Matthew Woehlke.
5365         (rpl_rename_dest_slash): On failure, use rename's errno rather
5366         than (in some cases) an incorrect or junk errno.
5367         Simplify code by removing need to compute length; this does
5368         cause it to make two passes instead of one over the file name,
5369         but it's worth it.
5370
5371         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
5372         change, since Autoconf's version may no longer be appropriate now
5373         that we are using CVS Autoconf's version.  Add support for Tandem.
5374
5375 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
5376             Bruno Haible  <bruno@clisp.org>
5377
5378         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
5379         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
5380         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
5381         gl_AC_TYPE_LONG_LONG.
5382
5383         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
5384         instead of HAVE_LONG_LONG.
5385         * lib/printf-args.c (printf_fetchargs): Likewise.
5386         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
5387         * lib/vasnprintf.c (VASNPRINTF): Likewise.
5388         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
5389         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
5390         gl_AC_TYPE_LONG_LONG.
5391
5392 2006-10-11  Bruno Haible  <bruno@clisp.org>
5393
5394         * m4/longlong.m4: Add comments.
5395         * m4/ulonglong.m4: Likewise.
5396
5397 2006-10-10  Bruno Haible  <bruno@clisp.org>
5398
5399         Make it possible to #define stpcpy, strdup to aliases.
5400         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
5401         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
5402
5403 2006-10-10  Bruno Haible  <bruno@clisp.org>
5404
5405         Make it possible to #define gcd to an alias.
5406         * lib/gcd.c: Include config.h.
5407
5408 2006-10-10  Bruno Haible  <bruno@clisp.org>
5409
5410         Make it possible to #define c_isascii to an alias.
5411         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
5412         defined. Undefine the macros before defining them, to avoid gcc
5413         warnings.
5414         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
5415         define NO_C_CTYPE_MACROS early.
5416
5417 2006-10-10  Bruno Haible  <bruno@clisp.org>
5418
5419         Make it possible to #define set_program_name to an alias.
5420         * lib/progname.c: Don't undefine set_program_name; instead, undefine
5421         ENABLE_RELOCATABLE early.
5422
5423 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
5424
5425         Port to Tandem NSK OSS, which has 64-bit signed int but at most
5426         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
5427         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
5428         More generally, don't assume that 64-bit signed int is available
5429         if unsigned int is, and vice versa.
5430         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
5431         unsigned symbols, not on their signed counterparts.
5432         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
5433         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
5434         (UINT64_C, UINTMAX_C):
5435         Likewise.
5436         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
5437         unsigned counterparts.
5438         (Have_long_long, Unsigned): New macros.
5439         (Int): Renamed from INT.
5440         (strtoimax): Use the new macros.
5441         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
5442         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
5443         * modules/inttypes (inttypes.h): Substitute
5444         HAVE_UNSIGNED_LONG_LONG_INT.
5445         * modules/stdint (stdint.h): Likewise.
5446         (Files): Add m4/ulonglong.m4.
5447
5448 2006-10-10  Bruno Haible  <bruno@clisp.org>
5449
5450         Fix a gcc -Wshadow warning.
5451         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
5452         to 'bucket'.
5453         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
5454         gl_linked_indexof_from_to): Likewise.
5455         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
5456         Likewise.
5457         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
5458         Likewise.
5459         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
5460         Reported by Eric Blake.
5461
5462 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
5463
5464         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
5465         for NetBSD.  Problem reported by Bruno Haible.
5466
5467 2006-10-09  Jim Meyering  <jim@meyering.net>
5468
5469         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
5470         Patch from Bruno Haible.
5471
5472 2006-10-09  Jim Meyering  <jim@meyering.net>
5473
5474         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
5475         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
5476         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
5477
5478 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
5479
5480         Don't include <config.h> twice; this doesn't work in some cases,
5481         e.g., when config.h has "#define intmax_t long long int" and
5482         we include <config.h>, <inttypes.h>, <config.h> in that order.
5483         Problem reported by Matthew Woehlke in:
5484         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
5485         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
5486         * lib/fts-cycle.c: Don't include config.h.
5487         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
5488         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
5489         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
5490         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
5491         inttypes.h.
5492         * lib/xstrtoumax.c: Likewise.
5493         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
5494         __strtol and the like, so that this module is more like its siblings.
5495         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
5496         Remove; no longer needed now that we assume gnulib inttypes.h.
5497
5498 2006-10-08  Bruno Haible  <bruno@clisp.org>
5499
5500         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
5501         option.
5502
5503 2006-10-07  Jim Meyering  <jim@meyering.net>
5504
5505         * modules/inttypes (inttypes.h): Revert what seems to have been
5506         an inadvertent part of today's change: use "|", not "/" in the
5507         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
5508
5509 2006-10-07  Bruno Haible  <bruno@clisp.org>
5510
5511         * modules/sublist: New file.
5512
5513 2006-10-07  Bruno Haible  <bruno@clisp.org>
5514
5515         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
5516         * modules/argz (argz.h): Likewise.
5517         * modules/arpa_inet (arpa/inet.h): Likewise.
5518         * modules/byteswap (byteswap.h): Likewise.
5519         * modules/configmake (configmake.h): Likewise.
5520         * modules/fcntl (fcntl.h): Likewise.
5521         * modules/fnmatch (fnmatch.h): Likewise.
5522         * modules/getopt (getopt.h): Likewise.
5523         * modules/glob (glob.h): Likewise.
5524         * modules/inttypes (inttypes.h): Likewise.
5525         * modules/netinet_in (netinet/in.h): Likewise.
5526         * modules/poll (poll.h): Likewise.
5527         * modules/stdbool (stdbool.h): Likewise.
5528         * modules/stdint (stdint.h): Likewise.
5529         * modules/sys_select (sys/select.h): Likewise.
5530         * modules/sys_socket (sys/socket.h): Likewise.
5531         * modules/sys_stat (sys/stat.h): Likewise.
5532         * modules/sysexits (sysexits.h): Likewise.
5533         * modules/unistd (unistd.h): Likewise.
5534         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5535         Add a "DO NOT EDIT" comment to the generated file.
5536         (func_import): Likewise for gnulib-comp.m4.
5537
5538 2006-10-07  Bruno Haible  <bruno@clisp.org>
5539
5540         * lib/gl_sublist.h: New file.
5541         * lib/gl_sublist.c: New file.
5542
5543 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
5544
5545         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
5546         name (relative to the original working directory) and the file
5547         name component (relative to the temporary working directory).  All
5548         callers changed.
5549         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
5550         * lib/mkdir-p.c (make_dir_parents): Likewise.
5551         * lib/mkdir-p.h (make_dir_parents): Likewise.
5552
5553 2006-10-06  Eric Blake  <ebb9@byu.net>
5554
5555         Define several macros for use by the clean-temp module.
5556         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
5557         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
5558         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
5559
5560         * lib/clean-temp.h (close_stream_temp): New declaration.
5561         * lib/clean-temp.c (includes): Pull in headers according to what
5562         other modules are in use.
5563         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
5564
5565 2006-10-06  Bruno Haible  <bruno@clisp.org>
5566
5567         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
5568         instead of fopen, fwriteerror.
5569
5570 2006-10-06  Bruno Haible  <bruno@clisp.org>
5571
5572         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
5573         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
5574         int.
5575         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
5576         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
5577         Return an error indicator.
5578         Suggested by Eric Blake.
5579
5580 2006-10-06  Bruno Haible  <bruno@clisp.org>
5581
5582         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
5583         Reported by Eric Blake.
5584
5585 2006-10-06  Bruno Haible  <bruno@clisp.org>
5586
5587         * modules/closeout (Description): Mention stderr too.
5588
5589 2006-10-06  Bruno Haible  <bruno@clisp.org>
5590         and Paul Eggert  <eggert@cs.ucla.edu>
5591
5592         * lib/closeout.c (close_stdout): Also close stderr.
5593         * lib/closeout.h: Update comment.
5594
5595 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
5596
5597         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
5598         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
5599         * lib/dirchownmod.c: Include lchown.h.
5600         * lib/lchown.c: Don't include files that lchown.h now includes.
5601         Don't declare chown, since lchown.h now does that.
5602         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
5603         (lchown): Define to rpl_chown if lchown is declared but
5604         does not exist.  Declare using a prototype if lchown is not
5605         declared.  Add a copyright notice.
5606         * lib/mkstemp.h: Include <unistd.h>.
5607         * lib/openat.c: Include lchown.h.
5608
5609         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
5610         we now test for that separately.
5611         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
5612         rather than O_NOFOLLOW, when testing whether it's possible to
5613         avoid a race condition reliably.
5614         * lib/savewd.c (savewd_chdir): Likewise.
5615
5616         Remove macros that are no longer needed now that stdint.h is
5617         reliable.
5618         * lib/fsusage.c (UINTMAX_MAX): Remove.
5619         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
5620         * lib/utimecmp.c (SIZE_MAX): Remove.
5621
5622         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
5623
5624         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
5625         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
5626         O_NOATIME works.
5627
5628 2006-10-05  Bruno Haible  <bruno@clisp.org>
5629
5630         * lib/gl_list.h (gl_sortedlist_search_from_to,
5631         gl_sortedlist_indexof_from_to): New declarations.
5632         (gl_list_implementation): New fields sortedlist_search_from_to,
5633         sortedlist_indexof_from_to.
5634         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
5635         inline functions.
5636         * lib/gl_list.c (gl_sortedlist_search_from_to,
5637         gl_sortedlist_indexof_from_to): New functions.
5638         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
5639         function.
5640         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
5641         (gl_array_sortedlist_search_from_to): New function.
5642         (gl_array_list_implementation): Update.
5643         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
5644         function.
5645         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
5646         (gl_carray_sortedlist_search_from_to): New function.
5647         (gl_carray_list_implementation): Update.
5648         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
5649         gl_linked_sortedlist_indexof_from_to): New functions.
5650         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
5651         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
5652         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
5653         gl_tree_sortedlist_indexof_from_to): New functions.
5654         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
5655         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
5656         Update.
5657         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
5658         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
5659         Update.
5660
5661 2006-10-05  Bruno Haible  <bruno@clisp.org>
5662
5663         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
5664         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
5665         (struct gl_list_implementation): Add fields search_from_to,
5666         indexof_from_to. Remove fields search, indexof.
5667         (gl_list_search): Use the search_from_to method.
5668         (gl_list_search_from, gl_list_search_from_to): New functions.
5669         (gl_list_indexof): Use the indexof_from_to method.
5670         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
5671         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
5672         (gl_list_search_from, gl_list_search_from_to): New functions.
5673         (gl_list_indexof): Use the indexof_from_to method.
5674         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
5675         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
5676         gl_array_indexof. Add start_index, end_index arguments.
5677         (gl_array_search_from_to): Renamed from gl_array_search. Add
5678         start_index, end_index arguments.
5679         (gl_array_remove, gl_array_list_implementation): Update.
5680         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
5681         gl_carray_indexof. Add start_index, end_index arguments.
5682         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
5683         start_index, end_index arguments.
5684         (gl_carray_remove, gl_carray_list_implementation): Update.
5685         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
5686         gl_linked_search. Add start_index, end_index arguments.
5687         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
5688         start_index, end_index arguments.
5689         (gl_linked_remove): Update.
5690         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
5691         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
5692         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
5693         field to 'size_t'.
5694         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
5695         gl_tree_search. Add start_index, end_index arguments.
5696         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
5697         start_index, end_index arguments.
5698         (gl_tree_remove): Update.
5699         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
5700         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
5701         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
5702         function.
5703         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
5704         gl_tree_search. Add start_index, end_index arguments.
5705         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
5706         start_index, end_index arguments.
5707         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
5708         Update.
5709         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
5710
5711 2006-10-05  Bruno Haible  <bruno@clisp.org>
5712
5713         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
5714
5715         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
5716         fwriteerror_temp): New declarations.
5717         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
5718         (descriptors): New variable.
5719         (cleanup): First, close the descriptors.
5720         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
5721         fclose_temp, fwriteerror_temp): New functions.
5722
5723 2006-10-04  Jim Meyering  <jim@meyering.net>
5724
5725         * lib/fts.c (fts_open): Tiny comment change.
5726
5727 2006-10-04  Bruno Haible  <bruno@clisp.org>
5728
5729         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
5730         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
5731         gl_LOCK_BODY.
5732         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
5733         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
5734         gl_LOCK_EARLY_BODY.
5735         (gl_LOCK): Require gl_LOCK_BODY.
5736
5737 2006-10-04  Bruno Haible  <bruno@clisp.org>
5738
5739         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
5740         (gl_oset_search_atleast): New declaration.
5741         (struct gl_oset_implementation): Add field 'search_atleast'.
5742         (gl_oset_search_atleast): New inline function.
5743         * lib/gl_oset.c (gl_oset_search_atleast): New function.
5744         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
5745         (gl_array_oset_implementation): Update.
5746         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
5747         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
5748         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
5749
5750 2006-10-04  Bruno Haible  <bruno@clisp.org>
5751
5752         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
5753
5754 2006-10-03  Bruno Haible  <bruno@clisp.org>
5755
5756         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
5757         from gl_avltreehash_list_implementation.
5758
5759 2006-10-03  Bruno Haible  <bruno@clisp.org>
5760
5761         * lib/gl_oset.c (gl_oset_add): Fix return type.
5762
5763 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
5764
5765         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
5766
5767 2006-10-02  Eric Blake  <ebb9@byu.net>
5768
5769         * modules/strnlen (Depends-on): Add extensions.
5770
5771 2006-10-02  Eric Blake  <ebb9@byu.net>
5772
5773         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
5774         definition in 2.60+.
5775
5776 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
5777
5778         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
5779         checks.
5780
5781 2006-10-02  Bruno Haible  <bruno@clisp.org>
5782
5783         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
5784         to the AUTOMAKE_OPTIONS.
5785         Reported by Jim Meyering.
5786
5787 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
5788
5789         Work around bug in Solaris 10 /proc file system:
5790         /proc/self/fd/NNN/.. isn't the parent directory of
5791         the directory whose file descriptor is NNN.  This needs to
5792         be worked around at run time, not compile time, since a
5793         program might be built on Solaris 8, where things work, and
5794         run on Solaris 10.
5795         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
5796         to use the following interface instead:
5797         (OPENAT_BUFFER_SIZE): New macro.
5798         (openat_proc_name): New function.
5799         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
5800         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
5801         Likewise.
5802         * lib/openat-proc.c: New file.
5803         * modules/openat (Files): Add lib/openat-proc.c.
5804         (Depends-on): Add same-inode, stdbool.
5805         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
5806
5807 2006-09-29  Bruno Haible  <bruno@clisp.org>
5808
5809         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
5810         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
5811         argument. Set stdout_closed before testing for ferror, not after.
5812         (fwriteerror, fwriteerror_no_ebadf): New functions.
5813
5814 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5815
5816         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
5817
5818 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
5819
5820         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
5821         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
5822
5823 2006-09-28  Jim Meyering  <jim@meyering.net>
5824
5825         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
5826         Include <unistd.h>.
5827
5828 2006-09-28  Bruno Haible  <bruno@clisp.org>
5829
5830         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
5831         * modules/linkedhash-list (Depends-on): Likewise.
5832         * modules/rbtreehash-list (Depends-on): Likewise.
5833
5834 2006-09-28  Bruno Haible  <bruno@clisp.org>
5835
5836         * lib/strndup.h: Simplify the redefinition of strndup.
5837         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
5838         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
5839
5840 2006-09-28  Bruno Haible  <bruno@clisp.org>
5841
5842         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
5843         * lib/gl_linkedhash_list.c: Likewise.
5844         * lib/gl_rbtreehash_list.c: Likewise.
5845
5846 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
5847
5848         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
5849         getaddrinfo.
5850
5851         * lib/__fpending.h: Don't include <stdio_ext.h> unless
5852         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
5853         it causes <stdio_ext.h> to cause a compile-time error.
5854         Problem reported by Nelson H. F. Beebe.
5855         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
5856         of HAVE_DECL___PENDING.
5857
5858         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
5859         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
5860         declaration.
5861
5862 2006-09-27  Jim Meyering  <jim@meyering.net>
5863
5864         This file could end up with a definition for a function
5865         named __strndup, rather than rpl_strndup on a system with
5866         incomplete weak_alias support.
5867         * lib/strndup.c (strndup): Rename from __strndup.
5868         Remove #defines that used to map __strndup to strndup.
5869         Don't use K&R prototypes.
5870         Remove LIBC-related code, since this file is not sync'd with glibc.
5871         * lib/strndup.h: Revamp, accordingly.
5872         * m4/strndup.m4: Modernize.
5873
5874 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
5875
5876         * modules/savewd (Depends-on): Add 'raise'.
5877         * lib/savewd.c: Include <signal.h>, for 'raise'.
5878
5879 2006-09-26  Jim Meyering  <jim@meyering.net>
5880
5881         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
5882         when we detect Darwin 8.7.0's acl_get_file bug.
5883         Rearrange to perform the new (below) run-test while $LIBS
5884         contains any acl-related library.  Set USE_ACL at the end.
5885         (gl_ACL_GET_FILE): New function.
5886
5887 2006-09-26  Eric Blake  <ebb9@byu.net>
5888
5889         * lib/verror.c: Include <config.h> unconditionally.
5890
5891 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
5892
5893         * modules/clock-time (Maintainer): Add self.
5894         * modules/getlogin_r (Depends-on): Add extensions.
5895
5896 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5897
5898         * modules/clock-time: New module.
5899         * modules/nanosleep (Depends-on): Add clock-time.
5900         * modules/gethrxtime (Depends-on): Likewise.
5901         * modules/gettime (Depends-on): Likewise.
5902         * modules/settime (Depends-on): Likewise.
5903
5904         * modules/fts-lgpl: Depend on openat.
5905         * modules/mkancesdirs: Depend on savewd.
5906         * modules/mkdir-p: Likewise.
5907
5908 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5909
5910         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
5911
5912         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
5913         `gl_have_arbitrary_file_name_length_limit' to
5914         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
5915         actually works between configure runs.
5916
5917 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5918             Bruno Haible  <bruno@clisp.org>
5919
5920         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
5921
5922 2006-09-25  Jim Meyering  <jim@meyering.net>
5923
5924         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
5925         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
5926
5927 2006-09-25  Eric Blake  <ebb9@byu.net>
5928
5929         * gnulib-tool (func_import, func_create_testdir): Fix typos in
5930         exec's in 2006-09-18 patch when shuffling fds.
5931
5932 2006-09-25  Bruno Haible  <bruno@clisp.org>
5933
5934         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
5935         Reported by Jim Meyering.
5936
5937 2006-09-24  Jim Meyering  <jim@meyering.net>
5938
5939         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
5940         compare a pointer against a literal "0".  That caused failures with
5941         at least HP-UX's hpcc.
5942
5943 2006-09-22  Simon Josefsson  <jas@extundo.com>
5944
5945         * modules/gc-sha1:
5946         * modules/gc-md4:
5947         * modules/gc-hmac-sha1:
5948         * modules/gc-hmac-md5:
5949         * modules/gc-des:
5950         * modules/gc-arcfour: Distribute more files.
5951
5952 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5953
5954         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
5955         (gl_linked_iterator_from_to): Initialize struct completely.
5956         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
5957         (gl_tree_iterator_from_to): Likewise
5958         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
5959         * lib/gl_array_list.c [lint] (gl_array_iterator)
5960         (gl_array_iterator_from_to): Likewise.
5961         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
5962         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
5963         (gl_carray_iterator_from_to): Likewise.
5964
5965         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
5966         * lib/md4.c (md4_process_block): Remove unused variable.
5967         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
5968         parentheses for clarity.
5969
5970 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5971
5972         * modules/bison-i18n (Depends-on): Add gettext.
5973
5974 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5975
5976         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
5977         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
5978         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
5979         also add missing comma that caused broken test.
5980         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
5981         stdlib.h, for `abort'.
5982         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
5983         variables.
5984         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
5985         include unistd.h if present, for `rmdir'.
5986         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
5987         variables.
5988         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
5989         in the process include standard headers for prototypes.
5990         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
5991         gets declared on GNU/Linux.
5992         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
5993         unistd.h, for `rmdir'.
5994         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
5995
5996         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
5997         always true.
5998         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
5999
6000         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
6001
6002 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6003
6004         * gnulib-tool (func_version): Create output all at once.  This
6005         may help avoid triggering unnecessary SIGPIPEs, and at any
6006         rate it doesn't hurt.
6007
6008 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6009             Bruno Haible  <bruno@clisp.org>
6010
6011         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
6012         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
6013         * m4/signed.m4 (bh_C_SIGNED): Likewise.
6014
6015         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
6016         (gl_FUNC_VASPRINTF): Invoke it.
6017
6018 2006-09-22  Bruno Haible  <bruno@clisp.org>
6019
6020         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
6021         getloadavg.c as first argument.
6022
6023 2006-09-22  Bruno Haible  <bruno@clisp.org>
6024
6025         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
6026         at the beginning of the gl_INIT macro.
6027         * modules/getloadavg (configure.ac): Pass $gl_source_base to
6028         gl_GETLOADAVG.
6029
6030 2006-09-22  Bruno Haible  <bruno@clisp.org>
6031
6032         * gnulib-tool (func_create_megatestdir): Don't include the config-h
6033         module.
6034         Suggested by Ralf Wildenhues.
6035
6036 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
6037
6038         Import this patch from libc:
6039
6040         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
6041
6042         * lib/regex_internal.c (re_string_reconstruct): Handle
6043         offset < pstr->valid_raw_len && pstr->offsets_needed case.
6044         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
6045         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
6046         re_string_context_at.
6047
6048         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
6049         now requires it.
6050         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
6051         gl_REGEX now does it for us.
6052         (gl_REGEX): Add test taken from
6053         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
6054
6055         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
6056         Check that large offsets work.  Modernize Autoconf usages.
6057         Prefer "yes" to mean a good thing rather than a bad.
6058         Don't put "#define mkstemp" in config.h, as this might interfere
6059         with standard system headers that "#define mkstemp mkstemp64".
6060
6061         * modules/mkstemp (Depends-on): Add extensions, so that
6062         mkstemp is visible on some platforms.
6063         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
6064         (Include): Change to "mkstemp.h" from <stdlib.h>.
6065         (Files): Add mkstemp.h.
6066
6067         * lib/mkstemp.h: New file, since some standard headers
6068         #define mkstemp.
6069         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
6070         Include "mkstemp.h".
6071         Make the _LIBC code resemble glibc original more,
6072         e.g., use K&R style.
6073         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
6074         (mkstemp): Remove, since mkstemp.h does this for us.
6075         * lib/stdlib--.h: Include mkstemp.h.
6076
6077         Import this patch from libc:
6078
6079         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
6080
6081         * lib/tempname.c (__gen_tempname): Change attempts_min
6082         into a macro.  Use preprocessor to decide how to initialize
6083         attempts [Coverity CID 67].
6084
6085 2006-09-20  Bruno Haible  <bruno@clisp.org>
6086
6087         * lib/mkdtemp.c: Import from libc.
6088         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
6089                 * sysdeps/posix/tempname.c (__gen_tempname): Change
6090                 attempts_min into a macro.  Use preprocessor to decide how to
6091                 initialize attempts [Coverity CID 67].
6092         2001-11-27  Paul Eggert  <eggert@twinsun.com>
6093                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
6094                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
6095
6096 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6097
6098         * gnulib-tool (func_exit): New function, to allow to pass the
6099         exit status portably through the trap.  Use everywhere.
6100         (--help, --version): Signal a write error.
6101         (trap): catch SIGPIPE, for write errors.
6102         Exit at the end of the trap, with the correct exit status.
6103
6104 2006-09-19  Karl Berry  <karl@gnu.org>
6105
6106         * doc/gnulib.texi: note about the license texinfo files.
6107
6108 2006-09-19  Eric Blake  <ebb9@byu.net>
6109
6110         * gnulib-tool: Avoid space-tab.
6111
6112 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
6113
6114         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
6115         that prevented coreutils 6.1 from building.  Problem reported
6116         by Petter Reinholdtsen.
6117
6118 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
6119
6120         * gnulib-tool (avoidlist): Fix typo that broke options like
6121         --avoid=lock that are used by coreutils bootstrap.
6122
6123 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
6124
6125         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
6126         more systematically.
6127
6128 2006-09-18  Jim Meyering  <jim@meyering.net>
6129
6130         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
6131
6132 2006-09-18  Bruno Haible  <bruno@clisp.org>
6133
6134         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
6135
6136 2006-09-18  Bruno Haible  <bruno@clisp.org>
6137
6138         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
6139         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
6140         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
6141         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
6142         * m4/gettext.m4: Require autoconf >= 2.52.
6143         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
6144         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
6145         of gl_cv_header_inttypes_h.
6146
6147 2006-09-18  Bruno Haible  <bruno@clisp.org>
6148
6149         * lib/javaversion.c: Include configmake.h.
6150
6151 2006-09-18  Bruno Haible  <bruno@clisp.org>
6152
6153         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
6154         avoid that the while loops be executed in a subshell.
6155
6156 2006-09-18  Bruno Haible  <bruno@clisp.org>
6157
6158         * MODULES.html.sh (func_module): Break long lines.
6159         Suggested by Bruce Korb <bkorb@gnu.org>.
6160
6161 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6162
6163         Speed up by a factor of 1.12.
6164         * gnulib-tool (nl): New variable.
6165         (func_import): Rewrite include directive extraction to only read each
6166         directive once.
6167
6168 2006-09-17  Bruno Haible  <bruno@clisp.org>
6169
6170         * modules/javaversion (Makefile.am): Remove DEFS setting.
6171         (Depends-on): Add configmake, for PKGDATADIR definition.
6172
6173 2006-09-17  Bruno Haible  <bruno@clisp.org>
6174
6175         * gnulib-tool (func_create_testdir): Rewrite all files at once.
6176
6177 2006-09-17  Bruno Haible  <bruno@clisp.org>
6178
6179         * gnulib-tool (func_append): New function, stolen from libtool.m4.
6180         (func_modules_transitive_closure, func_modules_add_dummy,
6181         func_modules_to_filelist, func_import, func_create_testdir,
6182         func_create_megatestdir, ...): Use it wherever possible.
6183         Suggested by Ralf Wildenhues.
6184
6185 2006-09-16  Karl Berry  <karl@gnu.org>
6186
6187         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
6188         to avoid sectioning errors.
6189         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
6190         [ifinfo]: blank line after @center-ed titles.
6191         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
6192         Spell FSF address consistently with others.
6193         (These changes approved by rms.)
6194
6195 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6196
6197         Speed up by a factor of 1.61.
6198         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
6199         already checked module names again.
6200
6201 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6202
6203         Speed up by a factor of 1.13.
6204         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
6205         for new_files, and the input to func_add_or_update.
6206
6207 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6208
6209         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
6210         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
6211
6212 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
6213
6214         * modules/mkancesdirs (Depends-on): Add fcntl.
6215         * modules/savewd: New file.
6216         * MODULES.html.sh (File system functions): Add savewd.
6217
6218         * modules/configmake (Makefile.am): Add support for the
6219         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
6220
6221 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
6222
6223         * m4/savewd.m4: New file.
6224
6225 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
6226
6227         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
6228         (dirchownmod): New arg FD.  All callers changed.
6229         Use FD rather than opening the directory ourself, as opening is
6230         now the caller's responsibility.
6231         * lib/dirchownmod.h: Likewise.
6232         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
6233         hosts that require <sys/types.h> before <sys/stat.h>.  Include
6234         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
6235         (test_dir): Remove.
6236         (mkancesdirs): Return length of prefix of FILE that has already
6237         been made, or -2 if there is a child doing the work.  Redo
6238         algorithm so that it is O(N) rather than O(N**2).  Optimize away
6239         ".", and treat ".." specially since it might stray back into
6240         already-created areas.  Use a subprocess if necessary.  New arg
6241         WD; all users changed.  MAKE_DIR function should now return 1
6242         if it creates a directory that is not readable.  Return -2 if
6243         a child process is spun off.
6244         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
6245         Adjust signature to match code.
6246         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
6247         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
6248         all users changed.
6249         * lib/savewd.c, lib/savewd.h: New files.
6250
6251 2006-09-15  Jim Meyering  <jim@meyering.net>
6252
6253         * modules/rename-dest-slash: New module.
6254         * MODULES.html.sh (posix_compat): Add it here.
6255
6256         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
6257
6258 2006-09-15  Jim Meyering  <jim@meyering.net>
6259
6260         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
6261         file.
6262
6263         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
6264
6265 2006-09-15  Jim Meyering  <jim@meyering.net>
6266
6267         * lib/rename-dest-slash.c (has_trailing_slash): Use
6268         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
6269         (rpl_rename_dest_slash): Perform the cheaper trailing slash
6270         test before testing whether SRC is a directory.
6271         Suggestions from Bruno Haible.
6272
6273         Avoid a warning about an unused variable.
6274         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
6275         into the #ifdef block where it's used.
6276
6277         * lib/rename-dest-slash.c: New file.
6278
6279 2006-09-14  Bruno Haible  <bruno@clisp.org>
6280
6281         * lib/allocsa.c: Include <config.h> unconditionally.
6282         * lib/asnprintf.c: Likewise.
6283         * lib/asprintf.c: Likewise.
6284         * lib/c-strcasecmp.c: Likewise.
6285         * lib/c-strcasestr.c: Likewise.
6286         * lib/c-strncasecmp.c: Likewise.
6287         * lib/c-strstr.c: Likewise.
6288         * lib/classpath.c: Likewise.
6289         * lib/clean-temp.c: Likewise.
6290         * lib/concatpath.c: Likewise.
6291         * lib/copy-file.c: Likewise.
6292         * lib/csharpcomp.c: Likewise.
6293         * lib/csharpexec.c: Likewise.
6294         * lib/execute.c: Likewise.
6295         * lib/fatal-signal.c: Likewise.
6296         * lib/findprog.c: Likewise.
6297         * lib/fwriteerror.c: Likewise.
6298         * lib/gl_array_list.c: Likewise.
6299         * lib/gl_array_oset.c: Likewise.
6300         * lib/gl_avltree_list.c: Likewise.
6301         * lib/gl_avltree_oset.c: Likewise.
6302         * lib/gl_avltreehash_list.c: Likewise.
6303         * lib/gl_carray_list.c: Likewise.
6304         * lib/gl_linked_list.c: Likewise.
6305         * lib/gl_linkedhash_list.c: Likewise.
6306         * lib/gl_list.c: Likewise.
6307         * lib/gl_oset.c: Likewise.
6308         * lib/gl_rbtree_list.c: Likewise.
6309         * lib/gl_rbtree_oset.c: Likewise.
6310         * lib/gl_rbtreehash_list.c: Likewise.
6311         * lib/imaxabs.c: Likewise.
6312         * lib/imaxdiv.c: Likewise.
6313         * lib/javacomp.c: Likewise.
6314         * lib/javaexec.c: Likewise.
6315         * lib/javaversion.c: Likewise.
6316         * lib/linebreak.c: Likewise.
6317         * lib/localcharset.c: Likewise.
6318         * lib/lock.c: Likewise.
6319         * lib/mbchar.c: Likewise.
6320         * lib/mbswidth.c: Likewise.
6321         * lib/mkdtemp.c: Likewise.
6322         * lib/pipe.c: Likewise.
6323         * lib/printf-args.c: Likewise.
6324         * lib/printf-parse.c: Likewise.
6325         * lib/progname.c: Likewise.
6326         * lib/progreloc.c: Likewise.
6327         * lib/readlink.c: Likewise.
6328         * lib/sh-quote.c: Likewise.
6329         * lib/stpcpy.c: Likewise.
6330         * lib/stpncpy.c: Likewise.
6331         * lib/strcasecmp.c: Likewise.
6332         * lib/strcasestr.c: Likewise.
6333         * lib/strcspn.c: Likewise.
6334         * lib/striconv.c: Likewise.
6335         * lib/strncasecmp.c: Likewise.
6336         * lib/strnlen1.c: Likewise.
6337         * lib/strstr.c: Likewise.
6338         * lib/strtok_r.c: Likewise.
6339         * lib/tls.c: Likewise.
6340         * lib/tmpdir.c: Likewise.
6341         * lib/unicodeio.c: Likewise.
6342         * lib/unsetenv.c: Likewise.
6343         * lib/vasnprintf.c: Likewise.
6344         * lib/vasprintf.c: Likewise.
6345         * lib/wait-process.c: Likewise.
6346         * lib/xallocsa.c: Likewise.
6347         * lib/xsetenv.c: Likewise.
6348         * lib/xstriconv.c: Likewise.
6349
6350 2006-09-13  Simon Josefsson  <jas@extundo.com>
6351
6352         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
6353         that internally, suggested by Ralf Wildenhues
6354         <Ralf.Wildenhues@gmx.de>.
6355
6356 2006-09-13  Simon Josefsson  <jas@extundo.com>
6357
6358         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
6359         @LIBOBJS@.
6360         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6361
6362 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
6363
6364         * lib/_fpending.c: Include <config.h> unconditionally, since we no
6365         longer worry about uses that don't define HAVE_CONFIG_H.
6366         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
6367         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
6368         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
6369         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
6370         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
6371         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
6372         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
6373         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
6374         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
6375         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
6376         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
6377         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
6378         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
6379         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
6380         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
6381         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
6382         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
6383         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
6384         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
6385         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
6386         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
6387         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
6388         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
6389         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
6390         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
6391         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
6392         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
6393         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
6394         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
6395         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
6396         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
6397         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
6398         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
6399         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
6400         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
6401         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
6402         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
6403         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
6404         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
6405         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
6406         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
6407         Likewise.
6408
6409 2006-09-13  Eric Blake  <ebb9@byu.net>
6410
6411         * lib/getopt.c: Fix typo in last commit.
6412
6413 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
6414
6415         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
6416         dgettext.
6417
6418 2006-09-12  Jim Meyering  <jim@meyering.net>
6419
6420         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
6421         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
6422         Reported by Nelson H. F. Beebe.
6423
6424 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
6425
6426         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
6427         program_invocation_name and program_invocation_short_name are
6428         initialized.
6429         * lib/argp-namefrob.h: Move declarations of program_invocation_name
6430         and program_invocation_short_name to argp.h, so they are visible
6431         to user programs.
6432         * lib/argp.h: Likewise
6433
6434 2006-09-10  Bruno Haible  <bruno@clisp.org>
6435
6436         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
6437         m4/inttypes_h.m4, m4/uintmax_t.m4.
6438
6439 2006-09-10  Bruno Haible  <bruno@clisp.org>
6440
6441         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
6442         gl_AC_TYPE_UINTMAX_T.
6443
6444 2006-09-10  Bruno Haible  <bruno@clisp.org>
6445
6446         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
6447
6448 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
6449
6450         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
6451         convention.  Text proposed by Bruno Haible.
6452         (struct argp_option): Document the use of N_() wrappers.
6453
6454         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
6455         '\v', and translate the two parts separately, instead of feeding
6456         the whole string to gettext.  This allows to exclude
6457         '\v' from the strings visible to the translator by writing doc
6458         strings as N_("..") "\v" N_("..").
6459
6460 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
6461
6462         * config/srclist.txt: Undo latest change; the bug was fixed.
6463
6464 2006-09-09  Bruno Haible  <bruno@clisp.org>
6465
6466         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
6467         assignments if building a library without libtool.
6468         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
6469         in func_emit_lib_Makefile_am.
6470         (func_import): When building a static library libfoo.a, arrange to
6471         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
6472         (func_create_testdir): Likewise.
6473         * modules/gc (configure.ac, Makefile.am): If building statically,
6474         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
6475         * modules/iconvme (configure.ac, Makefile.am): Likewise.
6476         * modules/striconv (configure.ac, Makefile.am): Likewise.
6477         Based on a suggestion by Ralf Wildenhues.
6478
6479 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
6480
6481         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
6482         Check for unistd.h too, since Autoconf doesn't assume POSIX.
6483         Also:
6484
6485         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
6486         Add year_2050_test to catch glibc bug 2821
6487         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
6488
6489         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6490         Prefer #ifdef to #if.
6491
6492         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
6493         Return from 'main' instead of calling 'exit'.
6494
6495 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
6496
6497         * lib/mktime.c (guess_time_tm): Fix bug where mktime
6498         returned the maximum time_t value rather than (time_t) -1.
6499         Problem originally reported by William Bardwell
6500         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
6501
6502         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
6503         Moved to here ...
6504         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
6505         ... from here.
6506
6507 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
6508
6509         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
6510         2821 is fixed.
6511
6512 2006-09-08  Jim Meyering  <jim@meyering.net>
6513
6514         Don't make generated files read-only.  That would bother too many
6515         people.  However, do retain the ability to work when targets are
6516         read-only: remove the destination and temporary files before writing
6517         them (when generated via sed or echo), or by using the -f option for
6518         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
6519         * modules/alloca-opt, modules/argz, modules/arpa_inet:
6520         * modules/byteswap, modules/configmake, modules/fcntl:
6521         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
6522         * modules/localcharset, modules/netinet_in, modules/poll:
6523         * modules/stdbool, modules/stdint, modules/sys_select:
6524         * modules/sys_socket, modules/sys_stat, modules/sysexits:
6525
6526 2006-09-08  Jim Meyering  <jim@meyering.net>
6527
6528         Avoid new build failure on FreeBSD 6.0.
6529         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
6530         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
6531         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
6532
6533 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6534
6535         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
6536
6537 2006-09-07  Jim Meyering  <jim@meyering.net>
6538
6539         Fix global typo in last change: use chmod u-w, not chmod u-x.
6540         Spotted by Paul Eggert and Bruce Korb.
6541         * modules/alloca-opt, modules/argz, modules/arpa_inet:
6542         * modules/byteswap, modules/configmake, modules/fcntl:
6543         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
6544         * modules/localcharset, modules/netinet_in, modules/poll:
6545         * modules/stdbool, modules/stdint, modules/sys_select:
6546         * modules/sys_socket, modules/sys_stat, modules/sysexits:
6547
6548 2006-09-06  Jim Meyering  <jim@meyering.net>
6549
6550         Make generated files be read-only.
6551         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
6552         Ensure that each generated file is now read-only.
6553         * modules/argz: Likewise.
6554         * modules/arpa_inet: Likewise.
6555         * modules/byteswap: Likewise.
6556         * modules/configmake: Likewise.
6557         * modules/fcntl: Likewise.
6558         * modules/fnmatch: Likewise.
6559         * modules/getopt: Likewise.
6560         * modules/glob: Likewise.
6561         * modules/inttypes: Likewise.
6562         * modules/netinet_in: Likewise.
6563         * modules/poll: Likewise.
6564         * modules/stdbool: Likewise.
6565         * modules/stdint: Likewise.
6566         * modules/sys_select: Likewise.
6567         * modules/sys_socket: Likewise.
6568         * modules/sys_stat: Likewise.
6569         * modules/sysexits: Likewise.
6570         * modules/localcharset: Same as above, but continue using temporary
6571         file named "t-$@" (why different?) rather than the "$@-t" used
6572         everywhere else.
6573
6574         * modules/sysexits (Makefile.am): Replace literal occurrences
6575         of "sysexit.h" more readable, and more consistent, "$@".
6576
6577 2006-09-06  Bruno Haible  <bruno@clisp.org>
6578
6579         * modules/striconv: New file.
6580         * modules/xstriconv: New file.
6581         * MODULES.html.sh (Internationalization functions): Add striconv,
6582         xstriconv.
6583
6584 2006-09-06  Bruno Haible  <bruno@clisp.org>
6585
6586         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
6587         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
6588         not using libtool correctly.
6589
6590 2006-09-06  Bruno Haible  <bruno@clisp.org>
6591
6592         * lib/striconv.h: New file.
6593         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
6594         iconvstring.c.
6595         * lib/xstriconv.h: New file.
6596         * lib/xstriconv.c: New file.
6597
6598 2006-09-06  Bruno Haible  <bruno@clisp.org>
6599
6600         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
6601         lib_..._LDFLAGS.
6602
6603 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6604
6605         * lib/argz_.h: Sync from Libtool.
6606
6607         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
6608                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6609
6610         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
6611
6612 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
6613
6614         * modules/trim: New file.
6615
6616 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
6617
6618         * lib/trim.h: New file.
6619         * lib/trim.c: New file.
6620
6621 2006-09-05  Bruno Haible  <bruno@clisp.org>
6622
6623         * MODULES.html.sh (String handling): Add trim.
6624
6625 2006-09-04  Karl Berry  <karl@gnu.org>
6626
6627         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
6628         until next release.
6629
6630 2006-09-03  Bruno Haible  <bruno@clisp.org>
6631
6632         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
6633         correctly.
6634
6635 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
6636
6637         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
6638         not gl_GETLOADAVG.  Omit unneeded semicolons.
6639         Problems reported by Ralf Wildenhues in
6640         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
6641         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
6642         at the end, which is the usual gnulib style.
6643
6644         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
6645         of doing all the work ourselves.
6646         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
6647         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
6648
6649 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
6650
6651         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
6652         Problem reported by Ralf Wildenhues in
6653         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
6654
6655         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
6656         HAVE_STRUCT_STATFS_F_FSTYPENAME.
6657
6658 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
6659
6660         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
6661         yesterday's patch by changing test -n to test -z.
6662
6663 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
6664
6665         * modules/getloadavg (Files): Add m4/getloadavg.m4.
6666         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
6667         the former is now obsolescent.
6668
6669         * modules/chdir-long (Depends-on): Add fcntl.
6670
6671 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
6672
6673         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
6674         obsolescent, and programs should use gnulib instead.
6675         * m4/getloadavg.m4: New file, with contents taken from Autoconf
6676         but with prefixes changed.
6677
6678 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
6679
6680         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
6681         or stdbool.h, because they might not exist while configuring.
6682
6683         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
6684         Don't include unistd.h or limits.h; not needed, since chdir-long.h
6685         does that for us.
6686         (O_DIRECTORY): Remove.
6687
6688 2006-08-31  Eric Blake  <ebb9@byu.net>
6689
6690         * gnulib-tool: Don't let emacs change spaces to TAB.
6691
6692 2006-08-31  Bruno Haible  <bruno@clisp.org>
6693
6694         * gnulib-tool: When calling func_import more than once, do it in a
6695         subshell.
6696         Reported by Eric Blake <ebb9@byu.net>.
6697
6698 2006-08-31  Bruno Haible  <bruno@clisp.org>
6699
6700         * gnulib-tool (nl): Remove variable.
6701         (sed_transform_lib_file): Use more robust test for config-h module.
6702         (func_import): Fix typo in 2006-08-25 patch.
6703
6704 2006-08-31  Bruno Haible  <bruno@clisp.org>
6705
6706         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
6707         specified, augment Makefile.am variables instead of assigning them.
6708
6709 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
6710
6711         Work around a bug in both the Linux and SunOS 64-bit kernels:
6712         nanosleep mishandles sleeps for longer than 2**31 seconds.
6713         Problem reported by Frank v Waveren in
6714         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
6715         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
6716         Check for nanosleep bug.
6717         (LIB_NANOSLEEP): Append clock_gettime library if needed.
6718
6719 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
6720
6721         Work around a bug in both the Linux and SunOS 64-bit kernels:
6722         nanosleep mishandles sleeps for longer than 2**31 seconds.
6723         Problem reported by Frank v Waveren in
6724         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
6725         * lib/nanosleep.c (BILLION): New constant.
6726         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
6727         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
6728         implementation.
6729
6730 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
6731
6732         * modules/nanosleep (Depends-on): Add gettime.
6733
6734 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
6735         and Simon Josefsson  <jas@extundo.com>
6736         and Oskar Liljeblad  <oskar@osk.mine.nu>
6737
6738         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
6739         * gnulib-tool (func_import): New license type 'unmodifiable license
6740         text'.
6741         * modules/fdl: Use it.  Longer description.
6742         * module/gpl, module/lgpl: New files.
6743
6744 2006-08-30  Jim Meyering  <jim@meyering.net>
6745
6746         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
6747         shadowing the parameter.
6748
6749 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6750
6751         Sync from Libtool:
6752
6753         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6754
6755         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
6756         sharing with gnulib.  Report by Eric Blake.
6757
6758 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
6759
6760         * modules/isapipe: New file.
6761         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
6762
6763 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
6764
6765         * modules/configmake (Makefile.am): Add a comment, and omit
6766         the CONFIGMAKE_ prefix from generated macro names.  Suggested
6767         by Bruno Haible.
6768
6769 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
6770
6771         * m4/isapipe.m4: New file.
6772
6773 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
6774
6775         * lib/isapipe.c, lib/isapipe.h: New files.
6776
6777 2006-08-29  Jim Meyering  <jim@meyering.net>
6778
6779         * modules/configmake (Makefile.am): Make configmake.h depend on
6780         Makefile.  Otherwise, a stale configmake.h could hang around.
6781
6782 2006-08-29  Eric Blake  <ebb9@byu.net>
6783
6784         * lib/error.c (error_at_line, print_errno_message): Match libc, after
6785         resolution of upstream bug 3044.
6786
6787 2006-08-29  Bruno Haible  <bruno@clisp.org>
6788
6789         * modules/localcharset (Depends-on): Add configmake.
6790         (Makefile.am): Remove setting of LIBDIR through DEFS.
6791
6792 2006-08-29  Bruno Haible  <bruno@clisp.org>
6793
6794         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
6795         defined.
6796
6797 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6798
6799         * modules/fcntl: New file.
6800         * modules/chdir-safer (Depends-on): Add fcntl.
6801         * modules/fts: Likewise.
6802         * modules/mkdir-p: Likewise.
6803
6804         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
6805         This undoes the most recent change, since we're now addressing the
6806         problem in a different way.
6807
6808         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
6809         into output, since the output might be called Makefile.am even
6810         if $makefile_name is something different.
6811         (func_import): Use $makefile_am rather than
6812         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
6813         empty.
6814
6815         * modules/inttypes (Files): Add m4/inttypes-h.m4.
6816
6817 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6818
6819         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
6820         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
6821         recent change to stdint.m4, since we're now addressing the problem in a
6822         different way.
6823
6824 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6825
6826         * m4/fcntl_h.m4: New file.
6827
6828 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6829
6830         * lib/fcntl_.h: New file.
6831         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
6832         the fcntl module.
6833         * lib/dirchownmod.c: Likewise.
6834         * lib/fts.c: Likewise.
6835
6836         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
6837         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
6838         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
6839         just before including <inttypes.h>, to avoid circular inclusion.
6840
6841 2006-08-28  Jim Meyering  <jim@meyering.net>
6842
6843         * doc/visibility.texi: Actually read and correct the grammar of the
6844         sentence affected by yesterday's change.
6845
6846 2006-08-28  Eric Blake  <ebb9@byu.net>
6847
6848         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
6849         needs wrapper.
6850
6851 2006-08-28  Eric Blake  <ebb9@byu.net>
6852
6853         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
6854
6855 2006-08-28  Eric Blake  <ebb9@byu.net>
6856
6857         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
6858
6859 2006-08-28  Bruno Haible  <bruno@clisp.org>
6860
6861         * modules/c-strstr: New file, from GNU gettext.
6862         * MODULES.html.sh (String handling): Add c-strstr.
6863
6864 2006-08-28  Bruno Haible  <bruno@clisp.org>
6865
6866         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
6867         macros.
6868         Reported by Eric Blake.
6869
6870 2006-08-28  Bruno Haible  <bruno@clisp.org>
6871
6872         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
6873         (VASNPRINTF): Return a string of length > INT_MAX without failing.
6874         * lib/vasprintf.c: Include errno.h, limits.h.
6875         (EOVERFLOW): New fallback definition.
6876         (vasprintf): Test here whether the string length is > INT_MAX.
6877         * lib/vsnprintf.c: Include errno.h, limits.h.
6878         (EOVERFLOW): New fallback definition.
6879         (vsnprintf): Fix bug when generated string was too long for the buffer.
6880         Test here whether the string length is > INT_MAX.
6881
6882 2006-08-28  Bruno Haible  <bruno@clisp.org>
6883
6884         * lib/inttypes_.h (SCNX*): Remove definitions.
6885         Reported by Eric Blake.
6886
6887 2006-08-28  Bruno Haible  <bruno@clisp.org>
6888
6889         * lib/c-strstr.h: New file, from GNU gettext.
6890         * lib/c-strstr.c: New file, from GNU gettext.
6891
6892 2006-08-28  Bruno Haible  <bruno@clisp.org>
6893
6894         * gnulib-tool: Reorder some statements.
6895
6896 2006-08-28  Bruno Haible  <bruno@clisp.org>
6897
6898         * gnulib-tool: New option --makefile-name.
6899         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
6900         $makefile_name.
6901         (func_import): Write $makefile_name to the cache file, and read it from
6902         there unless explicitly specified. Use $makefile_name as file name
6903         instead of Makefile.am. Adjust the recommendations accordingly.
6904
6905 2006-08-28  Bruno Haible  <bruno@clisp.org>
6906
6907         * gnulib-tool (func_verify_module): Check against misapplying patch.
6908
6909 2006-08-28  Bruno Haible  <bruno@clisp.org>
6910
6911         * gnulib-tool (func_relativize, func_relconcat): New functions.
6912         Give an error if --local-dir is given with --update.
6913         Remove trailing slashes from $local_gnulib_dir.
6914         (func_import): Store the relativized $local_gnulib_dir in
6915         gnulib-cache.m4, and read it from there if not specified explicitly.
6916
6917 2006-08-28  Bruno Haible  <bruno@clisp.org>
6918
6919         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
6920         is the current directory. Respect also $local_gnulib_dir.
6921
6922 2006-08-28  Bruno Haible  <bruno@clisp.org>
6923             Simon Josefsson  <jas@extundo.com>
6924
6925         BeOS portability.
6926         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
6927
6928 2006-08-27  Jim Meyering  <jim@meyering.net>
6929
6930         * doc/visibility.texi: Remove duplicate word: "pointer".
6931
6932 2006-08-26  Bruno Haible  <bruno@clisp.org>
6933
6934         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
6935         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
6936         (Makefile.am): Create inttypes.h from inttypes_.h.
6937         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
6938
6939         * modules/imaxabs: New file.
6940
6941         * modules/imaxdiv: New file.
6942
6943 2006-08-26  Bruno Haible  <bruno@clisp.org>
6944
6945         * m4/inttypes.m4: New file.
6946         * m4/_inttypes_h.m4: Remove file.
6947         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
6948         PRI_MACROS_BROKEN.
6949         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
6950
6951         * m4/imaxabs.m4: New file.
6952
6953         * m4/imaxdiv.m4: New file.
6954
6955 2006-08-26  Bruno Haible  <bruno@clisp.org>
6956
6957         * lib/inttypes_.h: New file.
6958         * lib/inttypes.h: Remove file.
6959         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
6960
6961         * lib/imaxabs.c: New file.
6962
6963         * lib/imaxdiv.c: New file.
6964
6965 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
6966
6967         New config-h module, so that "make" output needn't be cluttered
6968         by -DHAVE_CONFIG_H.
6969         * MODULES.html.sh (Support for building libraries and executables):
6970         Add config-h.
6971         * modules/config-h: New file.
6972         * gnulib-tool (nl, sed_transform_lib_file): New vars.
6973         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
6974         the config-h module is used.
6975
6976         New configmake module, so that "make" output needn't be cluttered
6977         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
6978         * MODULES.html.sh (Support for building libraries and executables):
6979         Add configmake.
6980         * modules/configmake: New file.
6981
6982 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
6983
6984         * m4/config-h.m4: New file.
6985
6986 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
6987
6988         * config/srclist.txt: Add elisp-comp.
6989
6990 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
6991
6992         * MODULES.html.sh (Support for building libraries and executables):
6993         Add elisp-comp.
6994         * build-aux/elisp-comp: New file.
6995         * modules/elisp-comp: New file.
6996
6997 2006-08-24  Bruno Haible  <bruno@clisp.org>
6998
6999         * gnulib-tool (func_create_testdir): Use non-default values of
7000         sourcebase and m4base.
7001
7002 2006-08-24  Bruno Haible  <bruno@clisp.org>
7003
7004         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
7005         HTML structure.
7006
7007 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
7008
7009         * modules/openat (Depends-on): Add lchown.
7010
7011 2006-08-23  Bruno Haible  <bruno@clisp.org>
7012
7013         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
7014         of gl_LOCK_EARLY instead of gl_LOCK.
7015
7016 2006-08-23  Bruno Haible  <bruno@clisp.org>
7017
7018         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
7019         on OSF/1 to no.
7020         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
7021
7022 2006-08-23  Bruno Haible  <bruno@clisp.org>
7023
7024         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
7025         as unusable.
7026
7027         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
7028         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
7029         (gl_LOCK): New macro.
7030
7031 2006-08-22  Simon Josefsson  <jas@extundo.com>
7032
7033         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
7034         to md5 module.
7035
7036 2006-08-22  Simon Josefsson  <jas@extundo.com>
7037
7038         * MODULES.html.sh: Add "Support for maintaining and release
7039         projects".
7040
7041         * build-aux/gnupload: New file, from coreutils.
7042
7043 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
7044
7045         Avoid the need for AC_LIBSOURCES in m4 macros.
7046         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
7047         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
7048         * modules/check-version (EXTRA_DIST): Add check-version.h.
7049         * modules/crc (EXTRA_DIST): Add crc.h.
7050         * modules/des (EXTRA_DIST): Add des.h.
7051         * modules/gc (EXTRA_DIST): Add gc.h.
7052         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
7053         * modules/getline (EXTRA_DIST): Add getline.h.
7054         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
7055         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
7056         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
7057         * modules/md2 (EXTRA_DIST): Add md2.h.
7058         * modules/md4 (EXTRA_DIST): Add md4.h.
7059         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
7060         * modules/read-file (EXTRA_DIST): Add read-file.h.
7061         * modules/readline (EXTRA_DIST): Add readline.h.
7062         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
7063         rijndael-api-fst.h.
7064
7065 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
7066
7067         * m4/rijndael.m4 (gl_ARCFOUR):
7068         * m4/arctwo.m4 (gl_ARCTWO):
7069         * m4/check-version.m4 (gl_CHECK_VERSION):
7070         * m4/crc.m4 (gl_CRC):
7071         * m4/des.m4 (gl_DES):
7072         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
7073         * m4/gc.m4 (gl_GC):
7074         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
7075         * m4/getline.m4 (gl_FUNC_GETLINE):
7076         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
7077         * m4/hmac-md5.m4 (gl_HMAC_MD5):
7078         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
7079         * m4/md2.m4 (gl_MD2):
7080         * m4/md4.m4 (gl_MD4):
7081         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
7082         * m4/read-file.m4 (gl_FUNC_READ_FILE):
7083         * m4/readline.m4 (gl_FUNC_READLINE):
7084         * m4/rijndael.m4 (gl_RIJNDAEL):
7085         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
7086         to get the necessary .h files and whatnot.
7087
7088 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
7089
7090         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
7091         gnulib rather than the other way around.
7092         * config/srclistvars.sh (COREUTILS): Remove.
7093
7094 2006-08-22  Jim Meyering  <jim@meyering.net>
7095
7096         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
7097
7098         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
7099
7100 2006-08-22  Eric Blake  <ebb9@byu.net>
7101
7102         * modules/regexprops-generic: New file.
7103         * MODULES.html.sh (Support for building documentation): List it.
7104
7105 2006-08-22  Eric Blake  <ebb9@byu.net>
7106
7107         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
7108         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
7109         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
7110         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
7111
7112 2006-08-22  Bruno Haible  <bruno@clisp.org>
7113
7114         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
7115         and lib_LTLIBRARIES like the other lib_* variables.
7116
7117 2006-08-22  Bruno Haible  <bruno@clisp.org>
7118
7119         * build-aux/x-to-1.in: New file, from GNU gettext.
7120
7121 2006-08-22  Bruno Haible  <bruno@clisp.org>
7122
7123         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
7124         <utmpx.h> exists.
7125
7126 2006-08-22  Bruno Haible  <bruno@clisp.org>
7127
7128         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
7129         <utmpx.h> exists.
7130
7131 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
7132
7133         BeOS portability.
7134         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
7135         exist.
7136         Problem reported by Bruno Haible.
7137
7138 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
7139
7140         Avoid the need for AC_LIBSOURCES in m4 macros.
7141         * modules/acl (EXTRA_DIST): Add acl.h.
7142         * modules/argmatch (Files): Add m4/argmatch.m4.
7143         (configure.ac): Add gl_ARGMATCH.
7144         (EXTRA_DIST): Renamed from lib_SOURCES, for
7145         consistency with the other modules.  Remove argmatch.c.
7146         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
7147         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
7148         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
7149         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
7150         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
7151         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
7152         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
7153         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
7154         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
7155         * modules/closeout (EXTRA_DIST): Add closeout.h.
7156         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
7157         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
7158         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
7159         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
7160         dirname.h; remove basename.c and stripslash.c.
7161         * modules/exclude (EXTRA_DIST): Add exclude.h.
7162         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
7163         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
7164         * modules/file-type (EXTRA_DIST): Add file-type.h.
7165         * modules/filemode (EXTRA_DIST): Add filemode.h.
7166         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
7167         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
7168         * modules/fpending (EXTRA_DIST): Add __fpending.h.
7169         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
7170         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
7171         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
7172         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
7173         * modules/getdate (EXTRA_DIST): Add getdate.c.
7174         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
7175         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
7176         * modules/getpass (EXTRA_DIST): Add getpass.h.
7177         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
7178         * modules/group-member (EXTRA_DIST): Add group-member.h.
7179         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
7180         * modules/hash (EXTRA_DIST): Add hash.h.
7181         * modules/human (EXTRA_DIST): Add human.h.
7182         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
7183         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
7184         * modules/lchown (EXTRA_DIST): Add lchown.h.
7185         * modules/long-options (EXTRA_DIST): Add long-options.h.
7186         * modules/lstat (EXTRA_DIST): Add lstat.h.
7187         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
7188         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
7189         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
7190         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
7191         * modules/memxor (EXTRA_DIST): Add memxor.h.
7192         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
7193         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
7194         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
7195         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
7196         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
7197         * modules/physmem (EXTRA_DIST): Add physmem.h.
7198         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
7199         * modules/posixver (EXTRA_DIST): Add posixver.h.
7200         * modules/quote (EXTRA_DIST): Add quote.h.
7201         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
7202         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
7203         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
7204         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
7205         regex_internal.h regexec.c.
7206         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
7207         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
7208         * modules/same (EXTRA_DIST): Add same.h.
7209         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
7210         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
7211         * modules/savedir (EXTRA_DIST): Add savedir.h.
7212         * modules/sha1 (EXTRA_DIST): Add sha1.h.
7213         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
7214         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
7215         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
7216         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
7217         * modules/strdup (EXTRA_DIST): Add strdup.h.
7218         * modules/strftime (EXTRA_DIST): Add strftime.h.
7219         * modules/strndup (EXTRA_DIST): Add strndup.h.
7220         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
7221         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
7222         * modules/time_r (EXTRA_DIST): Add time_r.h.
7223         * modules/timespec (EXTRA_DIST): Add timespec.h.
7224         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
7225         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
7226         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
7227         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
7228         * modules/userspec (EXTRA_DIST): Add userspec.h.
7229         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
7230         * modules/utimens (EXTRA_DIST): Add utimens.h.
7231         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
7232         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
7233         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
7234         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
7235         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
7236         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
7237         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
7238         * modules/yesno (EXTRA_DIST): Add yesno.h.
7239
7240 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
7241
7242         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
7243
7244         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
7245         * m4/dev-ino.m4, same-inode.m4: Remove.
7246
7247         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
7248         * m4/acl.m4 (AC_FUNC_ACL):
7249         * m4/backupfile.m4 (gl_BACKUPFILE):
7250         * m4/c-strtod.m4 (gl_C99_STRTOLD):
7251         * m4/canon-host.m4 (gl_CANON_HOST):
7252         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
7253         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
7254         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
7255         * m4/cloexec.m4 (gl_CLOEXEC):
7256         * m4/close-stream.m4 (gl_CLOSE_STREAM):
7257         * m4/closeout.m4 (gl_CLOSEOUT):
7258         * m4/dirfd.m4 (gl_FUNC_DIRFD):
7259         * m4/dirname.m4 (gl_DIRNAME):
7260         * m4/exclude.m4 (gl_EXCLUDE):
7261         * m4/exitfail.m4 (gl_EXITFAIL):
7262         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
7263         * m4/file-type.m4 (gl_FILE_TYPE):
7264         * m4/filemode.m4 (gl_FILEMODE):
7265         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
7266         * m4/fpending.m4 (gl_FUNC_FPENDING):
7267         * m4/fprintftime.m4 (gl_FPRINTFTIME):
7268         * m4/fts.m4 (gl_FUNC_FTS):
7269         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
7270         * m4/getdate.m4 (gl_GETDATE):
7271         * m4/gethrxtime.m4 (gl_GETHRXTIME):
7272         * m4/getpagesize.m4 (gl_GETPAGESIZE):
7273         * m4/getpass.m4 (gl_FUNC_GETPASS):
7274         * m4/gettime.m4 (gl_GETTIME):
7275         * m4/getugroups.m4 (gl_GETUGROUPS):
7276         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
7277         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
7278         * m4/hard-locale.m4 (gl_HARD_LOCALE):
7279         * m4/hash.m4 (gl_HASH):
7280         * m4/idcache.m4 (gl_IDCACHE):
7281         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
7282         * m4/lchown.m4 (gl_FUNC_LCHOWN):
7283         * m4/long-options.m4 (gl_LONG_OPTIONS):
7284         * m4/lstat.m4 (gl_FUNC_LSTAT):
7285         * m4/md5.m4 (gl_MD5):
7286         * m4/memcasecmp.m4 (gl_MEMCASECMP):
7287         * m4/memcoll.m4 (gl_MEMCOLL):
7288         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
7289         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
7290         * m4/memxor.m4 (gl_MEMXOR):
7291         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
7292         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
7293         * m4/modechange.m4 (gl_MODECHANGE):
7294         * m4/mountlist.m4 (gl_MOUNTLIST):
7295         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
7296         * m4/openat.m4 (gl_FUNC_OPENAT):
7297         * m4/pathmax.m4 (gl_PATHMAX):
7298         * m4/physmem.m4 (gl_PHYSMEM):
7299         * m4/posixtm.m4 (gl_POSIXTM):
7300         * m4/posixver.m4 (gl_POSIXVER):
7301         * m4/quote.m4 (gl_QUOTE):
7302         * m4/quotearg.m4 (gl_QUOTEARG):
7303         * m4/readtokens.m4 (gl_READTOKENS):
7304         * m4/readutmp.m4 (gl_READUTMP):
7305         * m4/regex.m4 (gl_REGEX):
7306         * m4/safe-read.m4 (gl_SAFE_READ):
7307         * m4/safe-write.m4 (gl_SAFE_WRITE):
7308         * m4/same.m4 (gl_SAME):
7309         * m4/save-cwd.m4 (gl_SAVE_CWD):
7310         * m4/savedir.m4 (gl_SAVEDIR):
7311         * m4/settime.m4 (gl_SETTIME):
7312         * m4/sha1.m4 (gl_SHA1):
7313         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
7314         * m4/stat-macros.m4 (gl_STAT_MACROS):
7315         * m4/stat-time.m4 (gl_STAT_TIME):
7316         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
7317         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
7318         * m4/strdup.m4 (gl_FUNC_STRDUP):
7319         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
7320         * m4/strndup.m4 (gl_FUNC_STRNDUP):
7321         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
7322         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
7323         * m4/time_r.m4 (gl_TIME_R):
7324         * m4/timespec.m4 (gl_TIMESPEC):
7325         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
7326         * m4/unlinkdir.m4 (gl_UNLINKDIR):
7327         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
7328         * m4/userspec.m4 (gl_USERSPEC):
7329         * m4/utimecmp.m4 (gl_UTIMECMP):
7330         * m4/utimens.m4 (gl_UTIMENS):
7331         * m4/xalloc.m4 (gl_XALLOC):
7332         * m4/xgetcwd.m4 (gl_XGETCWD):
7333         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
7334         * m4/xreadlink.m4 (gl_XREADLINK):
7335         * m4/xstrtod.m4 (gl_XSTRTOD):
7336         * m4/yesno.m4 (gl_YESNO):
7337         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
7338         to get the necessary .h files and whatnot.
7339
7340 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
7341             Bruno Haible  <bruno@clisp.org>
7342
7343         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
7344         /bin/sh understanding of '!' conditional negation.
7345
7346 2006-08-21  Jim Meyering  <jim@meyering.net>
7347
7348         * modules/openat (Depends-on): Really alphabetize.
7349
7350         * modules/acl (Depends-on): Add error and quote.
7351
7352         * check-module (find_included_lib_files): Add at-func.c to the
7353         ok-to-include-more-than-once white list.
7354
7355         * modules/openat (Depends-on): Add lstat.  Alphabetize.
7356
7357 2006-08-21  Bruno Haible  <bruno@clisp.org>
7358
7359         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7360         Emit a pkgdata_DATA variable only if some snippets add contents to it.
7361         Reported by Martin Lambers <marlam@marlam.de>.
7362
7363 2006-08-21  Bruno Haible  <bruno@clisp.org>
7364
7365         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
7366         specify an installation location, don't emit a noinst_LIBRARIES or
7367         noinst_LTLIBRARIES assignment.
7368
7369 2006-08-21  Bruno Haible  <bruno@clisp.org>
7370
7371         BeOS portability.
7372         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
7373         BeOS has mbrtowc() but no <wctype.h>.
7374
7375 2006-08-21  Bruno Haible  <bruno@clisp.org>
7376
7377         BeOS portability.
7378         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
7379         exist.
7380
7381 2006-08-21  Bruno Haible  <bruno@clisp.org>
7382
7383         BeOS portability.
7384         * lib/mbchar.h: Include <wctype.h> only if it exists.
7385
7386 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
7387
7388         Remove files that are no longer needed by their respective modules.
7389         * m4/obstack.m4: Remove.
7390         * m4/strerror_r.m4: Remove.
7391         * m4/uint32_t.m4: Remove.
7392         * m4/uintptr_t.m4: Remove.
7393         * m4/ullong_max.m4: Remove.
7394         * m4/xstrtoimax.m4: Remove.
7395         * m4/xstrtoumax.m4: Remove.
7396
7397         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
7398         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
7399         dependencies now capture this.
7400
7401         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
7402         Do not use AC_LIBSOURCES, since gnulib modules now do this.
7403         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
7404         * m4/human.m4 (gl_HUMAN): Likewise.
7405         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
7406         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
7407
7408         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
7409
7410         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
7411         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
7412         stdint.
7413         * m4/human.m4 (gl_HUMAN): Likewise.
7414         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
7415         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
7416         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
7417         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
7418         * m4/xstrtol (gl_XSTRTOL): Likewise.
7419
7420         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
7421         AC_TYPE_LONG_LONG_INT.
7422         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
7423         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
7424         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
7425         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
7426
7427         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
7428         on stdbool.
7429
7430         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
7431         (gl_PREREQ_XSTRTOUL): Remove.
7432
7433         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
7434
7435         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
7436         mode.
7437
7438 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
7439
7440         Add and change modules to make it easier for coreutils to use
7441         gnulib-tool.
7442         * modules/backupfile (Files): Remove m4/d-ino.m4.
7443         (Depends-on): Add d-ino.
7444         * modules/cycle-check (Depends-on): Add stdint.
7445         (lib_SOURCES): Add cycle-check.h.
7446         * modules/d-ino: New module.
7447         * modules/d-type: New module.
7448         * modules/error (Files): Remove m4/strerror_r.m4.
7449         * modules/filemode (Files): Add m4/st_dm_mode.m4.
7450         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
7451         m4/inttypes_h.m4, m4/uintmax_t.m4.
7452         (Depends-on): Add stdint.
7453         (lib_SOURCES): Add fsusage.h.
7454         * modules/getcwd (Files): Remove d-ino.m4.
7455         (Depends-on): Add d-ino.
7456         * modules/getndelim2 (Depends-on): Add stdint.
7457         * modules/glob (Files): Remove m4/d-type.m4.
7458         (Depends-on): Add d-type.
7459         * modules/host-os: New module.
7460         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
7461         m4/inttypes_h.m4, m4/uintmax_t.m4.
7462         * Depends-on: Add stdint.
7463         (lib_SOURCES): Add human.h.
7464         * modules/inttostr (Files): Remove m4/intmax_t.m4,
7465         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
7466         m4/uintmax_t.m4, m4/ulonglong.m4.
7467         (Depends-on): Add stdint.
7468         (EXTRA_DIST): Add inttostr.h.
7469         * modules/lchmod: New module.
7470         * modules/link-follow: New module.
7471         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
7472         (Depends-on): Add lchmod.
7473         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
7474         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
7475         (Depends-on): Add stdint.
7476         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
7477         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
7478         (Depends-on): Add stdint.
7479         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
7480         * modules/perl: New module.
7481         * modules/regex (Depends-on): Add stdint.
7482         * modules/rmdir-errno: New module.
7483         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
7484         m4/intmax_t.m4.
7485         (Depends-on): Add stdint.
7486         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
7487         m4/uintmax_t.m4.
7488         (Depends-on): Add stdint.
7489         * modules/unlink-busy: New module.
7490         * modules/utimecmp (Depends-on): Add stdint.
7491         * modules/uptime: New module.
7492         * modules/winsz-ioctl: New module.
7493         * modules/winsz-termios: New module.
7494         * modules/xnanosleep (Depends-on): Add nanosleep.
7495         * modules/ullong_max: Remove.
7496         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
7497         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
7498         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
7499         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
7500         (Depends-on): Add inttypes.
7501         (lib_SOURCES): Add xstrtol.h.
7502         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
7503         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
7504         * MODULES.html.sh: Move 'assert' into the assert section.
7505         Move 'dummy' into the linking section.
7506         Remove ullong_max.
7507         Add section for compatibility checks for POSIX:2001 functions,
7508         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
7509         winsz-ioctl, and winsz-termios into it.
7510         Add lchmod.
7511         Add top-level Misc section and put host-os, perl, and uptime
7512         into it.
7513
7514 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
7515
7516         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
7517         now assume the stdint module.  Do not include inttypes.h.
7518         * lib/fsusage.h: Likewise.
7519         * lib/getndelim2.c: Likewise.
7520         * lib/human.h: Likewise.
7521         * lib/inttostr.h: Likewise.
7522         * lib/obstack.c: Likewise.
7523         * lib/regex_internal.h: Likewise.
7524         * lib/tempname.c: Likewise.
7525         * lib/utimecmp.c: Likewise.
7526         * lib/xstrtol.h: Likewise.
7527
7528         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
7529
7530         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
7531         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
7532         * lib/xtime.h: Likewise.
7533
7534 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
7535
7536         * modules/openat (Files): Add lib/fchmodat.c.
7537         Fixes problem reported by Jay Youngman.
7538
7539 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
7540
7541         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
7542         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
7543
7544 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
7545             Bruno Haible  <bruno@clisp.org>
7546
7547         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
7548         and is a script that invokes bison. Tighten the code. Add comments.
7549
7550 2006-08-18  Jim Meyering  <jim@meyering.net>
7551
7552         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
7553         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
7554         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
7555         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
7556
7557 2006-08-18  Bruno Haible  <bruno@clisp.org>
7558
7559         * modules/bison-i18n: New file.
7560         * MODULES.html.sh (Internationalization functions): Add it.
7561
7562 2006-08-18  Bruno Haible  <bruno@clisp.org>
7563
7564         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
7565         sys/statvfs.h. When getmntinfo was found, check its declaration and
7566         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
7567
7568 2006-08-18  Bruno Haible  <bruno@clisp.org>
7569
7570         * m4/bison-i18n.m4: New file, from bison.
7571
7572 2006-08-18  Bruno Haible  <bruno@clisp.org>
7573
7574         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
7575         (ME_DUMMY): Treat "kernfs" as a dummy.
7576         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
7577
7578 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
7579
7580         Update from coreutils.
7581
7582         2006-08-15  Jim Meyering  <jim@meyering.net>
7583
7584         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
7585
7586         2006-01-17  Jim Meyering  <jim@meyering.net>
7587
7588         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
7589
7590         2006-01-11  Jim Meyering  <jim@meyering.net>
7591
7592         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
7593         Check for the lchmod function.
7594
7595 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
7596
7597         Update from coreutils.
7598
7599         * lib/__fpending.h: Add copyright notice.
7600         * lib/fprintftime.h: Likewise.
7601         * lib/savedir.c: Use (C) in copyright notice.
7602         * lib/savedir.h: Likewise.
7603
7604         2006-08-15  Jim Meyering  <jim@meyering.net>
7605
7606         * lib/at-func.c: New file, with the logic of all emulated at-functions.
7607         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
7608         in support of the EXPECTED_ERRNO macro.
7609         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
7610         definitions.  Instead, define the appropriate symbols and include
7611         "at-func.c".
7612         * lib/mkdirat.c (mkdirat): Likewise.
7613         * lib/fchmodat.c (fchmodat): Likewise.
7614         (ENOSYS): Remove definition.
7615         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
7616         it.  Don't include "unistd--.h" -- it wasn't ever used.
7617
7618         2006-01-17  Jim Meyering  <jim@meyering.net>
7619
7620         Rewrite fts.c not to change the current working directory,
7621         by using openat, fstatat, fdopendir, etc..
7622
7623         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
7624         (HAVE_OPENAT_SUPPORT): Define.
7625         [_LIBC] (fchdir): Don't undef or define; no longer used.
7626         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
7627         Now, this `function' always succeeds, and consumes its file descriptor
7628         parameter -- so callers must not close such FDs.  Update callers.
7629         (diropen_fd, opendirat, cwd_advance_fd): New functions.
7630         (diropen): Add parameter, SP.  Adjust all callers.
7631         Implement using diropen_fd, rather than open.
7632         (fts_open): Initialize new member, fts_cwd_fd.
7633         Remove fts_rft-setting code.
7634         (fts_close): Close fts_cwd_fd, if necessary.
7635         (__opendir2): Define in terms of opendir or opendirat,
7636         depending on whether the FST_NOCHDIR flag is set.
7637         (fts_build): Since fts_safe_changedir consumes its FD, and since
7638         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
7639         and close the dup'd file descriptor upon failure.
7640         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
7641         (fts_safe_changedir): Tweak semantics to reflect that this function
7642         now calls cwd_advance_fd and hence consumes its FD argument.
7643         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
7644         [struct FTS] (fts_rft): Remove now-unused member.
7645         [struct FTS] (fts_cycle.state): Improve comment.
7646
7647         * lib/openat.c (openat_needs_fchdir): New function.
7648         * lib/openat.h (openat_needs_fchdir): Declare it.
7649
7650 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
7651
7652         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
7653         Problem and fix reported by Pádraig Brady in
7654         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
7655
7656 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7657
7658         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
7659
7660 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7661
7662         * lib/memcoll.c (memcoll): Optimize for the common case where the
7663         arguments are bytewise equal.
7664
7665 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7666
7667         * doc/regexprops-generic.texi: Add a copyright notice.
7668
7669 2006-08-15  Bruno Haible  <bruno@clisp.org>
7670
7671         * modules/tmpdir (License): Change to LGPL.
7672
7673 2006-08-15  Bruno Haible  <bruno@clisp.org>
7674
7675         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
7676         module.
7677
7678 2006-08-14  Simon Josefsson  <jas@extundo.com>
7679
7680         * config/srclist.txt: Add gnupload.
7681
7682 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7683
7684         Change copyright notice from LGPL 2 to GPL 2, since that's the
7685         standard form used in the gnulib repository.
7686         * tests/test-lock.c: Likewise.
7687         * tests/test-stdint.c: Likewise.
7688         * tests/test-tls.c: Likewise.
7689
7690         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
7691         prelude-manager.  User shorter URLs for GNU projects, without '?'.
7692         Add copyright notice.
7693
7694         * check-module: Add copyright notice.  Output a copyright
7695         notice if "--version" is specified.
7696         * modules/COPYING: New file.
7697         * tests/test-getaddrinfo.c: Add copyright notice.
7698         * tests/test-verify.c: Likewise.
7699
7700 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7701
7702         Change copyright notice from LGPL 2 to GPL 2, since that's the
7703         standard form used in the gnulib repository.
7704         * lib/lock.c: LGPL -> GPL.
7705         * lib/lock.h: Likewise.
7706         * lib/strnlen1.c: Likewise.
7707         * lib/strnlen1.h: Likewise.
7708         * lib/tls.c: Likewise.
7709         * lib/tls.h: Likewise.
7710         * lib/tmpdir.c: Likewise.
7711
7712         * lib/TODO: Remove; this belongs only in coreutils.
7713
7714 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7715
7716         Add copyright notices to long-enough files that lack them, since
7717         otherwise the files aren't clearly free.  Use the same notice that
7718         getdate.texi already uses.
7719         * doc/alloca-opt.texi: Add copyright notice.
7720         * doc/alloca.texi: Likewise.
7721         * doc/ctime.texi: Likewise.
7722         * doc/functions.texi: Likewise.
7723         * doc/gcd.texi: Likewise.
7724         * doc/gnulib-tool.texi: Likewise.
7725         * doc/inet_ntoa.texi: Likewise.
7726         * doc/visibility.texi: Likewise.
7727
7728         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
7729         * doc/quote.texi: Add copyright notice.
7730
7731         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
7732         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
7733         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
7734         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
7735         is now obsolete, and give a pointer to the Sun list.
7736         Add copyright notice.
7737
7738 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7739
7740         * config/srclistvars.sh: Add copyright notice.
7741
7742 2006-08-14  Eric Blake  <ebb9@byu.net>
7743
7744         Import the following change from libc:
7745
7746         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
7747
7748         Upstream bug 2997.
7749         * lib/misc/error.c: Add space between program name and message if file
7750         name is missing.
7751
7752 2006-08-12  Karl Berry  <karl@gnu.org>
7753
7754         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
7755         remove, these originate in gnulib now.
7756
7757 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7758
7759         * doc/Makefile (standards.info standards.html standards.dvi):
7760         Also depend on make-stds.texi.
7761
7762 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
7763
7764         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
7765         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
7766
7767         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
7768         in wchar_t.  Problem reported by Eric Blake.
7769
7770         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
7771         LEN is smaller than SIZE.  Suggested by Bruno Haible.
7772         Also, help the compiler to keep LEN in a register.
7773
7774 2006-08-11  Eric Blake  <ebb9@byu.net>
7775
7776         * users.txt: Sort.  Add tar.
7777
7778 2006-08-11  Bruno Haible  <bruno@clisp.org>
7779
7780         * users.txt: New file.
7781
7782 2006-08-11  Bruno Haible  <bruno@clisp.org>
7783
7784         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
7785         before <wchar.h>. Needed for OSF/1 and BSD/OS.
7786
7787 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
7788
7789         * modules/snprintf (Depends-on): Remove minmax.
7790         (Maintainer): Add self and Bruno.
7791
7792 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
7793
7794         * lib/.cppi-disable: Add snprintf.h, socket_.h.
7795         * lib/snprintf.c: Include <errno.h> and <limits.h>.
7796         (EOVERFLOW): Define if the system does not.
7797         Do not include "minmax.h"; it wasn't used.
7798         (snprintf): Don't assume size_t promotes to an unsigned type.
7799         Fix bug when generated string was too long for the buffer: the
7800         buffer's contents are supposed to be the initial prefix of the
7801         output.  Don't assume vasnprintf returns EOVERFLOW if the size
7802         exceeds INT_MAX; do the check ourselves.
7803
7804         Import the following changes from libc:
7805
7806         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
7807
7808         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
7809         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
7810         set wc to the byte which couldn't be converted.
7811         (re_string_reconstruct): Don't clear valid_raw_len before calling
7812         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
7813         tip_context using re_string_context_at.
7814
7815         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
7816
7817         * lib/posix/regex.h: g++ still cannot handled [restrict].
7818
7819         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
7820
7821         * lib/posix/regex.h: Remove special handling for VMS.
7822
7823 2006-08-10  Jim Meyering  <jim@meyering.net>
7824
7825         * modules/same-inode: New module.
7826         * modules/dev-ino: New module.
7827         * modules/cycle-check: Depend on these modules, rather than simply
7828         including their .h files.
7829         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
7830         required via m4/cycle-check.m4.
7831         * modules/same: Depend on new same-inode module, rather than
7832         including same-inode.h.
7833         * modules/chdir-safer: New file.
7834
7835         * modules/chown (Depends-on): Add stat-macros.
7836
7837 2006-08-10  Jim Meyering  <jim@meyering.net>
7838
7839         * m4/cycle-check.m4: New file.
7840         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
7841         * m4/dev-ino.m4, m4/same-inode.m4: New files.
7842
7843 2006-08-10  Eric Blake  <ebb9@byu.net>
7844
7845         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
7846         in from original proposal.
7847
7848 2006-08-10  Eric Blake  <ebb9@byu.net>
7849         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7850
7851         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
7852         namespace.
7853
7854 2006-08-10  Bruno Haible  <bruno@clisp.org>
7855
7856         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
7857         as well.
7858
7859 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
7860
7861         Sync from coreutils.
7862
7863         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
7864
7865         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
7866         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
7867
7868 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
7869
7870         * modules/restrict: Remove; no longer needed now that we assume
7871         Autoconf 2.59 or later.
7872         * MODULES.html.sh: Remove 'restrict'.
7873         * modules/argp (Depends-on): Remove 'restrict'.
7874         * modules/base64 (Depends-on): Likewise.
7875         * modules/gc (Depends-on): Likewise.
7876         * modules/getaddrinfo (Depends-on): Likewise.
7877         * modules/glob (Depends-on): Likewise.
7878         * modules/inet_ntop (Depends-on): Likewise.
7879         * modules/inet_pton (Depends-on): Likewise.
7880         * modules/memxor (Depends-on): Likewise.
7881         * modules/regex (Depends-on): Likewise.
7882         * modules/strtok_r (Depends-on): Likewise.
7883         * modules/time_r (Depends-on): Likewise.
7884
7885 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
7886
7887         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
7888         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
7889         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
7890         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
7891         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
7892         * m4/memxor.m4 (gl_MEMXOR): Likewise.
7893         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
7894         gl_C_RESTRICT replaced by AC_C_RESTRICT.
7895
7896         Merge from coreutils.
7897         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
7898         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
7899         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
7900         * m4/time_r.m4 (gl_TIME_R): Likewise.
7901
7902 2006-08-09  Karl Berry  <karl@gnu.org>
7903
7904         * config/srclist.txt: no more gettext-tools, per Bruno.
7905
7906 2006-08-08  Eric Blake  <ebb9@byu.net>
7907
7908         * modules/verror: New module.
7909         * MODULES.html.sh: Document it.
7910
7911 2006-08-08  Eric Blake  <ebb9@byu.net>
7912
7913         * lib/verror.h, lib/verror.c: New files.
7914
7915 2006-08-08  Eric Blake  <ebb9@byu.net>
7916
7917         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
7918         verror_at_line output complies with GNU Coding Standards even when
7919         file is NULL.
7920
7921 2006-08-07  Bruno Haible  <bruno@clisp.org>
7922
7923         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
7924         versions of AIX.
7925         Reported by Ralf Wildenhues.
7926
7927 2006-08-07  Bruno Haible  <bruno@clisp.org>
7928
7929         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
7930         in an AC_DEFUN. Needed so that the autoconf snippets can use
7931         AC_REQUIRE.
7932
7933 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7934
7935         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7936         Initialize pkgdata_DATA.
7937         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
7938         overriding it.
7939
7940 2006-08-06  Eric Blake  <ebb9@byu.net>
7941
7942         * lib/error.h: Fold in some upstream changes from glibc.
7943         * lib/error.c: Likewise.
7944
7945 2006-08-04  Bruno Haible  <bruno@clisp.org>
7946
7947         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7948         Make the mostlyclean-local rule depend on mostlyclean-generic.
7949         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
7950
7951 2006-07-31  Bruno Haible  <bruno@clisp.org>
7952
7953         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
7954         <stdlib.h>, <string.h>.
7955
7956 2006-07-30  Bruno Haible  <bruno@clisp.org>
7957
7958         * modules/readlink (License): Change to LGPL.
7959
7960 2006-07-30  Bruno Haible  <bruno@clisp.org>
7961
7962         * modules/javaversion (Makefile.am): Distribute javaversion.java and
7963         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
7964         set PKGDATADIR to point to it.
7965
7966 2006-07-30  Bruno Haible  <bruno@clisp.org>
7967
7968         * modules/csharpexec (configure.ac): Comment out macro invocation.
7969         * modules/javaexec (configure.ac): Likewise.
7970         * modules/javacomp-script (configure.ac): Likewise.
7971
7972         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
7973
7974 2006-07-30  Bruno Haible  <bruno@clisp.org>
7975
7976         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
7977         linked-list.
7978
7979 2006-07-30  Bruno Haible  <bruno@clisp.org>
7980
7981         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
7982
7983 2006-07-30  Bruno Haible  <bruno@clisp.org>
7984
7985         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7986         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
7987         get removed.
7988
7989 2006-07-29  Bruno Haible  <bruno@clisp.org>
7990
7991         Make it possible for gnulib-tool to work with locally modified or
7992         augmented gnulib repositories.
7993         * gnulib-tool (func_usage): Document --local-dir option.
7994         (local_gnulib_dir): New variable.
7995         Handle --local-dir option.
7996         (func_lookup_file): New function.
7997         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
7998         (func_get_description, func_get_filelist, func_get_description,
7999         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
8000         func_get_automake_snippet, func_get_include_directive,
8001         func_get_license, func_get_maintainer): Use func_lookup_file.
8002         (func_import, func_create_testdir): Use func_lookup_file.
8003
8004 2006-07-29  Bruno Haible  <bruno@clisp.org>
8005
8006         * modules/setenv (Depends-on): Add unistd.
8007
8008 2006-07-29  Bruno Haible  <bruno@clisp.org>
8009
8010         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
8011
8012 2006-07-29  Bruno Haible  <bruno@clisp.org>
8013
8014         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
8015
8016 2006-07-29  Bruno Haible  <bruno@clisp.org>
8017
8018         * gnulib-tool (import, update): If there is no Makefile.am, look at
8019         aclocal.m4, instead of bailing out.
8020
8021 2006-07-29  Bruno Haible  <bruno@clisp.org>
8022
8023         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
8024         Categorize the options by when they are useful.
8025
8026 2006-07-29  Bruno Haible  <bruno@clisp.org>
8027
8028         * gnulib-tool (func_usage): Document option --no-libtool.
8029         Handle option --no-libtool.
8030         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
8031         for changed semantics of $libtool variable.
8032         (func_import): Likewise. If libtool is not used, show this through
8033         an option --no-libtool.
8034         (func_create_testdir): Update.
8035
8036 2006-07-29  Bruno Haible  <bruno@clisp.org>
8037
8038         * gnulib-tool (func_import): Extend error message about missing
8039         --doc-base.
8040
8041 2006-07-29  Bruno Haible  <bruno@clisp.org>
8042
8043         * gnulib-tool (func_import): Don't create the $docbase directory if
8044         there is no file to store there.
8045
8046 2006-07-29  Bruno Haible  <bruno@clisp.org>
8047
8048         * gnulib-tool (autoconf_minversion): If a --dir option is given and
8049         relevant, look for configure.ac there, not in the current directory.
8050         Also use a simple search for AC_PREREQ, not "autoconf --trace".
8051
8052 2006-07-29  Bruno Haible  <bruno@clisp.org>
8053
8054         * gnulib-tool (SORT): New variable.
8055         (func_usage): Undocument --assume-autoconf option.
8056         Remove --assume-autoconf option handling.
8057         (autoconf_minversion): Determine from the contents of configure.ac.
8058         (func_import): Remove autoconf_minversion handling.
8059         Suggested by Eric Blake.
8060
8061 2006-07-29  Bruno Haible  <bruno@clisp.org>
8062
8063         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
8064
8065 2006-07-29  Bruno Haible  <bruno@clisp.org>
8066
8067         * config/srclist.txt (*setenv.[ch]): Remove rules.
8068
8069 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8070
8071         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
8072
8073 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8074
8075         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
8076         arpa/inet.h.
8077
8078 2006-07-28  Simon Josefsson  <jas@extundo.com>
8079
8080         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
8081         * modules/inet_pton (Depends-on): Likewise.
8082
8083 2006-07-28  Simon Josefsson  <jas@extundo.com>
8084
8085         * m4/netinet_in_h.m4: New file.
8086
8087 2006-07-28  Simon Josefsson  <jas@extundo.com>
8088
8089         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
8090         #include's.
8091
8092 2006-07-28  Simon Josefsson  <jas@extundo.com>
8093
8094         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
8095         #include's.
8096
8097 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
8098
8099         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
8100         setgid on directories only if they set these bits.
8101         * lib/modechange.h: Remove obsolete comment about masks.
8102
8103 2006-07-28  Eric Blake  <ebb9@byu.net>
8104
8105         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
8106         macro expansion.
8107
8108 2006-07-28  Bruno Haible  <bruno@clisp.org>
8109
8110         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
8111
8112 2006-07-28  Bruno Haible  <bruno@clisp.org>
8113
8114         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
8115
8116 2006-07-28  Bruno Haible  <bruno@clisp.org>
8117
8118         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
8119         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
8120         Define fallbacks.
8121         Avoids link error on FreeBSD 4.x.
8122         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
8123
8124         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
8125         encoding.
8126         * lib/mbswidth.c (iswcntrl): Likewise.
8127
8128 2006-07-27  Bruno Haible  <bruno@clisp.org>
8129
8130         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
8131         test.
8132
8133 2006-07-27  Bruno Haible  <bruno@clisp.org>
8134
8135         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
8136         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
8137         defined.
8138
8139 2006-07-26  Eric Blake  <ebb9@byu.net>
8140
8141         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
8142
8143 2006-07-26  Eric Blake  <ebb9@byu.net>
8144
8145         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
8146         like mingw that lack mkstemp.
8147         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
8148         avoid compilation warning on mingw.
8149
8150 2006-07-26  Bruno Haible  <bruno@clisp.org>
8151
8152         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
8153         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
8154         INT_FAST*_MIN, INTPTR_MIN.
8155
8156 2006-07-25  Bruno Haible  <bruno@clisp.org>
8157
8158         * modules/version-etc (Depends-on): Add stdarg.
8159
8160 2006-07-25  Bruno Haible  <bruno@clisp.org>
8161
8162         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
8163         complex commands.
8164
8165 2006-07-25  Bruno Haible  <bruno@clisp.org>
8166
8167         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
8168         defined in <stdarg.h> or config.h.
8169
8170 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
8171
8172         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
8173         (gl_STDIO_SAFER): Remove.
8174
8175 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
8176
8177         * MODULES.html.sh (File stream based Input/Output):
8178         Add fopen-safer, tmpfile-safer; remove stdio-safer.
8179         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
8180         * modules/fopen-safer, modules/tmpfile-safer: New files.
8181         * modules/stdio-safer: Remove.
8182
8183 2006-07-24  Bruno Haible  <bruno@clisp.org>
8184
8185         * modules/tmpdir: New file.
8186         * MODULES.html.sh (File system functions): Add it.
8187
8188 2006-07-24  Bruno Haible  <bruno@clisp.org>
8189
8190         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
8191         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
8192
8193 2006-07-24  Bruno Haible  <bruno@clisp.org>
8194
8195         * modules/clean-temp: New file.
8196
8197 2006-07-24  Bruno Haible  <bruno@clisp.org>
8198
8199         * m4/tmpdir.m4: New file, from GNU gettext.
8200
8201 2006-07-24  Bruno Haible  <bruno@clisp.org>
8202
8203         * lib/tmpdir.h: New file, from GNU gettext.
8204         * lib/tmpdir.c: New file, from GNU gettext.
8205
8206 2006-07-24  Bruno Haible  <bruno@clisp.org>
8207
8208         * lib/clean-temp.h: New file, from GNU gettext.
8209         * lib/clean-temp.c: New file, from GNU gettext.
8210
8211 2006-07-23  Eric Blake  <ebb9@byu.net>
8212
8213         * modules/stdio-safer (Files): Add tmpfile-safer.c.
8214         (Depends-on): Add binary-io.
8215
8216 2006-07-23  Eric Blake  <ebb9@byu.net>
8217
8218         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
8219
8220 2006-07-23  Eric Blake  <ebb9@byu.net>
8221
8222         * lib/tmpfile-safer.c: New file.
8223         * lib/stdio-safer.h (fopen_safer): Add prototype.
8224         * lib/stdio--.h (tmpfile): Make safer.
8225
8226 2006-07-23  Bruno Haible  <bruno@clisp.org>
8227
8228         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
8229         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
8230         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
8231         gl_linked_remove_at): Use it.
8232
8233 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8234         and Simon Josefsson <jas@extundo.com>
8235
8236         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
8237
8238         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
8239
8240 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
8241
8242         * modules/close-stream: New file.
8243         * modules/closeout (Description): Make it clear that it exits
8244         with a diagnostic on error.
8245         (Depends-on): Add close-stream.  Remove fpending, stdbool.
8246         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
8247
8248 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
8249
8250         * m4/close-stream.m4: New file.
8251
8252 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
8253
8254         * lib/close-stream.c, lib/close-stream.h: New files.
8255
8256 2006-07-22  Bruno Haible  <bruno@clisp.org>
8257
8258         Merge from GNU gettext 0.15.
8259
8260         2006-05-01  Bruno Haible  <bruno@clisp.org>
8261
8262                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
8263
8264         2006-07-22  Bruno Haible  <bruno@clisp.org>
8265
8266                 * modules/javaversion: New file.
8267                 * MODULES.html.sh (Java): Add javaversion.
8268
8269         2006-03-12  Bruno Haible  <bruno@clisp.org>
8270
8271                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
8272
8273         2005-12-04  Bruno Haible  <bruno@clisp.org>
8274
8275                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
8276                 (untested).
8277
8278         2006-06-21  Bruno Haible  <bruno@clisp.org>
8279
8280                 Avoid warnings from recent versions of mcs.
8281                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
8282                 -o, -L, -r any more. Use options documented since mcs-1.0
8283                 instead. Similarly for -g.
8284
8285         2005-12-04  Bruno Haible  <bruno@clisp.org>
8286
8287                 * build-aux/csharpcomp.sh.in: Suffix for resources is
8288                 .resources, not .resource.
8289
8290         2005-07-09  Bruno Haible  <bruno@clisp.org>
8291
8292                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
8293                 add a .dll suffix.
8294                 Reported by Mark Junker <mjscod@gmx.de>.
8295
8296         2006-07-22  Bruno Haible  <bruno@clisp.org>
8297
8298                 * modules/gettext: Upgrade to gettext-0.15.
8299                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
8300                 m4/visibility.m4.
8301                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
8302
8303 2006-07-22  Bruno Haible  <bruno@clisp.org>
8304
8305         Merge from GNU gettext 0.15.
8306
8307         2006-03-25  Bruno Haible  <bruno@clisp.org>
8308
8309                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
8310
8311         2006-07-21  Bruno Haible  <bruno@clisp.org>
8312
8313                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
8314                 "1.1".
8315
8316         2006-05-09  Bruno Haible  <bruno@clisp.org>
8317
8318                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
8319                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
8320                 for the conftestver execution.
8321
8322         2006-05-01  Bruno Haible  <bruno@clisp.org>
8323
8324                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
8325                 optional target-version argument. Verify that the compiler
8326                 groks source of the specified source-version, or add -source
8327                 option as necessary. Verify that the compiler produces
8328                 bytecode in the specified target-version, or add -target and
8329                 -source options as necessary. Make the result of the test
8330                 available as variable CONF_JAVAC. Also log error output in
8331                 config.log.
8332
8333         2006-03-11  Bruno Haible  <bruno@clisp.org>
8334
8335                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
8336
8337         2006-05-09  Bruno Haible  <bruno@clisp.org>
8338
8339                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
8340                 CLASSPATH_SEPARATOR to a semicolon.
8341
8342         2006-03-12  Bruno Haible  <bruno@clisp.org>
8343
8344                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
8345                 available as variable CONF_JAVA, for subsequent autoconf
8346                 tests. Also log error output in config.log.
8347
8348         2006-07-19  Bruno Haible  <bruno@clisp.org>
8349
8350                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
8351                 that getline works on glibc2 systems. Needed to avoid trouble
8352                 in relocatable.c.
8353                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
8354
8355         2005-12-04  Bruno Haible  <bruno@clisp.org>
8356
8357                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
8358                 launcher (untested).
8359
8360         2005-12-04  Bruno Haible  <bruno@clisp.org>
8361
8362                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
8363
8364         2006-07-22  Bruno Haible  <bruno@clisp.org>
8365
8366                 * gettext.m4: Update from GNU gettext-0.15.
8367                 * nls.m4: Likewise.
8368                 * po.m4: Likewise.
8369                 * inttypes-pri.m4: Likewise.
8370                 * inttypes-h.m4: Renamed from inttypes.m4.
8371                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
8372
8373 2006-07-22  Bruno Haible  <bruno@clisp.org>
8374
8375         Merge from GNU gettext 0.15.
8376
8377         2005-07-05  Bruno Haible  <bruno@clisp.org>
8378
8379                 * printf-args.c (printf_fetchargs): Work around broken
8380                 definition of wint_t on mingw.
8381
8382         2005-02-12  Bruno Haible  <bruno@clisp.org>
8383
8384                 * xallocsa.h: Add extern "C" for C++.
8385
8386         2006-05-17  Bruno Haible  <bruno@clisp.org>
8387
8388                 Cygwin portability.
8389                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
8390
8391         2006-04-30  Bruno Haible  <bruno@clisp.org>
8392
8393                 * progreloc.c: Include <mach-o/dyld.h> if available.
8394                 (find_executable): Use _NSGetExecutablePath when possible.
8395
8396         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
8397
8398                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
8399                 function.
8400
8401         2005-12-29  Bruno Haible  <bruno@clisp.org>
8402
8403                 * progreloc.c (set_program_name_and_installdir): Fix
8404                 compilation error.
8405
8406         2005-12-04  Bruno Haible  <bruno@clisp.org>
8407
8408                 Cygwin portability.
8409                 * progreloc.c: Include <windows.h> also on Cygwin.
8410                 (find_executable): Add support for Cygwin.
8411                 (set_program_name_and_installdir): Handle also platforms with
8412                 nonempty EXEEXT.
8413
8414         2006-07-11  Bruno Haible  <bruno@clisp.org>
8415
8416                 * javacomp.c: Fix a comment.
8417                 Reported by Jim Meyering.
8418
8419         2006-04-30  Bruno Haible  <bruno@clisp.org>
8420
8421                 * javacomp.h (compile_java_class): Add source_version,
8422                 target_version arguments.
8423                 * javacomp.c: Rewritten to choose only a compiler that
8424                 respects the specified source_version and target_version.
8425
8426         2006-06-27  Bruno Haible  <bruno@clisp.org>
8427
8428                 Assume correct S_ISDIR macro.
8429                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
8430
8431         2006-07-22  Bruno Haible  <bruno@clisp.org>
8432
8433                 * javaversion.h: New file, from GNU gettext.
8434                 * javaversion.c: New file, from GNU gettext.
8435                 * javaversion.java: New file, from GNU gettext.
8436                 * javaversion.class: New file, from GNU gettext.
8437
8438         2006-05-17  Bruno Haible  <bruno@clisp.org>
8439
8440                 Cygwin portability.
8441                 * javaexec.c (execute_java_class): Test for jview program
8442                 also on Cygwin.
8443
8444         2006-04-09  Bruno Haible  <bruno@clisp.org>
8445
8446                 * fatal-signal.c: Don't include string.h.
8447                 (at_fatal_signal): Use a copying loop instead of memcpy.
8448
8449         2005-12-04  Bruno Haible  <bruno@clisp.org>
8450
8451                 * csharpexec.c: Add support for 'clix' launcher (untested).
8452                 (execute_csharp_using_sscli): New function.
8453                 (execute_csharp_program): Call it.
8454
8455         2006-06-21  Bruno Haible  <bruno@clisp.org>
8456
8457                 Avoid warnings from recent versions of mcs.
8458                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
8459                 -o, -L, -r any more. Use options documented since mcs-1.0
8460                 instead. Similarly for -g.
8461
8462         2005-07-09  Bruno Haible  <bruno@clisp.org>
8463
8464                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
8465                 add a .dll suffix.
8466                 Reported by Mark Junker <mjscod@gmx.de>.
8467
8468         2006-06-17  Bruno Haible  <bruno@clisp.org>
8469
8470                 * config.charset: Update for NetBSD 3.0.
8471
8472         2006-05-17  Bruno Haible  <bruno@clisp.org>
8473
8474                 Cygwin portability.
8475                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
8476
8477         2006-05-16  Bruno Haible  <bruno@clisp.org>
8478
8479                 * localcharset.c [CYGWIN]: Include <windows.h>.
8480                 (get_charset_aliases): For Cygwin, return the same CPxxx
8481                 aliases list as under WIN32.
8482                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
8483                 the environment variables. Fall back to GetACP().
8484
8485         2006-04-05  Bruno Haible  <bruno@clisp.org>
8486
8487                 * config.charset: Update Juan Manuel Guerrero's address.
8488
8489         2005-02-12  Bruno Haible  <bruno@clisp.org>
8490
8491                 * allocsa.h: Add extern "C" for C++.
8492
8493         2005-02-10  Bruno Haible  <bruno@clisp.org>
8494
8495                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
8496                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
8497
8498         2006-07-22  Bruno Haible  <bruno@clisp.org>
8499
8500                 * gettext.h: Update to GNU gettext-0.15.
8501
8502 2006-07-22  Bruno Haible  <bruno@clisp.org>
8503
8504         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
8505         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
8506         lib-prefix.m4, longdouble.m4, ssize_t.m4.
8507
8508 2006-07-21  Eric Blake  <ebb9@byu.net>
8509
8510         * modules/stdlib-safer: New file.
8511         * MODULES.html.sh (File stream based Input/Output): Add
8512         stdlib-safer.
8513
8514 2006-07-21  Eric Blake  <ebb9@byu.net>
8515
8516         * lib/stdlib-safer.h: New file from coreutils, required by
8517         stdlib--.h.
8518
8519 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
8520
8521         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
8522
8523 2006-07-20  Bruno Haible  <bruno@clisp.org>
8524
8525         * gnulib-tool: Recognize new option --assume-autoconf.
8526         (autoconf_minversion): New variable.
8527         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
8528
8529 2006-07-20  Bruno Haible  <bruno@clisp.org>
8530
8531         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
8532
8533 2006-07-19  Derek R. Price  <derek@ximbiot.com>
8534
8535         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
8536         Reindent and repaginate.
8537
8538 2006-07-19  Derek Price  <derek@ximbiot.com>
8539
8540         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
8541         Correct grammar.
8542
8543 2006-07-17  Bruno Haible  <bruno@clisp.org>
8544
8545         * modules/list: New file.
8546         * modules/array-list: New file.
8547         * modules/carray-list, modules/carray-list-tests: New files.
8548         * modules/linked-list, modules/linked-list-tests: New files.
8549         * modules/avltree-list, modules/avltree-list-tests: New files.
8550         * modules/rbtree-list, modules/rbtree-list-tests: New files.
8551         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
8552         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
8553         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
8554         * modules/oset: New file.
8555         * modules/array-oset: New file.
8556         * modules/avltree-oset, modules/avltree-oset-tests: New files.
8557         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
8558         * tests/test-carray_list.c: New file.
8559         * tests/test-linked_list.c: New file.
8560         * tests/test-avltree_list.c: New file.
8561         * tests/test-rbtree_list.c: New file.
8562         * tests/test-linkedhash_list.c: New file.
8563         * tests/test-avltreehash_list.c: New file.
8564         * tests/test-rbtreehash_list.c: New file.
8565         * tests/test-avltree_oset.c: New file.
8566         * tests/test-rbtree_oset.c: New file.
8567         * MODULES.html.sh (Container data structures): New section.
8568
8569 2006-07-17  Bruno Haible  <bruno@clisp.org>
8570
8571         * m4/gl_list.m4: New file.
8572
8573 2006-07-17  Bruno Haible  <bruno@clisp.org>
8574
8575         * lib/gl_list.h: New file.
8576         * lib/gl_list.c: New file.
8577         * lib/gl_array_list.h: New file.
8578         * lib/gl_array_list.c: New file.
8579         * lib/gl_carray_list.h: New file.
8580         * lib/gl_carray_list.c: New file.
8581         * lib/gl_linked_list.h: New file.
8582         * lib/gl_linked_list.c: New file.
8583         * lib/gl_anylinked_list1.h: New file.
8584         * lib/gl_anylinked_list2.h: New file.
8585         * lib/gl_avltree_list.h: New file.
8586         * lib/gl_avltree_list.c: New file.
8587         * lib/gl_anyavltree_list1.h: New file.
8588         * lib/gl_anyavltree_list2.h: New file.
8589         * lib/gl_rbtree_list.h: New file.
8590         * lib/gl_rbtree_list.c: New file.
8591         * lib/gl_anyrbtree_list1.h: New file.
8592         * lib/gl_anyrbtree_list2.h: New file.
8593         * lib/gl_anytree_list1.h: New file.
8594         * lib/gl_anytree_list2.h: New file.
8595         * lib/gl_linkedhash_list.h: New file.
8596         * lib/gl_linkedhash_list.c: New file.
8597         * lib/gl_anyhash_list1.h: New file.
8598         * lib/gl_anyhash_list2.h: New file.
8599         * lib/gl_avltreehash_list.h: New file.
8600         * lib/gl_avltreehash_list.c: New file.
8601         * lib/gl_rbtreehash_list.h: New file.
8602         * lib/gl_rbtreehash_list.c: New file.
8603         * lib/gl_anytreehash_list1.h: New file.
8604         * lib/gl_anytreehash_list2.h: New file.
8605
8606         * lib/gl_oset.h: New file.
8607         * lib/gl_oset.c: New file.
8608         * lib/gl_array_oset.h: New file.
8609         * lib/gl_array_oset.c: New file.
8610         * lib/gl_avltree_oset.h: New file.
8611         * lib/gl_avltree_oset.c: New file.
8612         * lib/gl_rbtree_oset.h: New file.
8613         * lib/gl_rbtree_oset.c: New file.
8614         * lib/gl_anytree_oset.h: New file.
8615
8616 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
8617
8618         * m4/mkancesdirs.m4: New file.
8619         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
8620         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
8621         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
8622         it.
8623
8624 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
8625
8626         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
8627         * lib/mkancesdirs.h: New files.
8628         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
8629         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
8630         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
8631         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
8632         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
8633         callers changed.  Revamp internals significantly, by not
8634         attempting to create directories that are temporarily more
8635         permissive than the final results.  Do not attempt to use
8636         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
8637         This removes some race conditions, fixes some bugs, and simplifies
8638         things.  Use new dirchownmod function to do owner and mode changes.
8639         * lib/mkdir-p.h: Likewise.
8640         * lib/modechange.c (octal_to_mode): New function.
8641         (struct mode_change): New member mentioned.
8642         (make_node_op_equals): New arg mentioned.  All callers changed.
8643         (mode_compile): Keep track of which mode bits the user has explicitly
8644         mentioned.
8645         (mode_adjust): New arg DIR, so that we implement the X op correctly.
8646         New arg PMODE_BITS, to keep track of which mode bits the user
8647         mentioned; it treats S_ISUID and S_ISGID speciall.
8648         All callers changed.
8649         * lib/modechange.h: Likewise.
8650
8651 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
8652
8653         * MODULES.html.sh: Add mkancestors.
8654         * modules/mkancesdirs: New module.
8655         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
8656         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
8657         The chdir-safer and afs files are now orphans; I'll remove them
8658         unless someone speaks up.
8659         Add lib/dirchownmod.c, lib/dirchownmod.h.
8660         (Depends-on): Remove alloca, chown, save-cwd, dirname.
8661         Add lchown, mkancesdirs.
8662         (Maintainer): Add self.
8663
8664 2006-07-15  Karl Berry  <karl@gnu.org>
8665
8666         * gnulib-tool: help message wording/arrangement.
8667
8668 2006-07-14  Simon Josefsson  <jas@extundo.com>
8669
8670         * doc/gnulib.texi (Libtool and Windows): New section.
8671
8672 2006-07-12  Simon Josefsson  <jas@extundo.com>
8673
8674         * modules/gendocs (License): Fix license, approved by Karl.
8675
8676 2006-07-12  Eric Blake  <ebb9@byu.net>
8677
8678         * MODULES.html.sh: Add gendocs.
8679
8680 2006-07-11  Eric Blake  <ebb9@byu.net>
8681
8682         * modules/fdl: New module, to install doc/fdl.texi.
8683         * MODULES.html.sh: Add new section for documentation modules.
8684         * gnulib-tool: Avoid space-tab.
8685         (--doc-base): New option, to manage files from doc.
8686
8687 2006-07-11  Eric Blake  <ebb9@byu.net>
8688
8689         * m4/absolute-header.m4: Fix comments to match recent change.
8690
8691 2006-07-11  Eric Blake  <ebb9@byu.net>
8692
8693         * gnulib-tool: List --doc-base before --tests-base.
8694
8695 2006-07-11  Derek R. Price  <derek@ximbiot.com>
8696
8697         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
8698
8699 2006-07-11  Bruno Haible  <bruno@clisp.org>
8700
8701         * README: Mention where to put documentation.
8702
8703 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8704
8705         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
8706
8707 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
8708
8709         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
8710         to stdint.m4.
8711
8712 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
8713
8714         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
8715         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
8716         "no/such/file/stdint.h" when there is no such file, so that
8717         the resulting C code can be parsed by dodgy compilers.
8718         Problems reported by Bob Proulx.
8719
8720 2006-07-10  Derek R. Price  <derek@ximbiot.com>
8721
8722         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
8723         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
8724         macros into the GNU _D_EXACT_NAMLEN.
8725         * lib/savedir.c:  Likewise.
8726         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
8727
8728 2006-07-10  Derek R. Price  <derek@ximbiot.com>
8729         and Paul Eggert  <eggert@cs.ucla.edu>
8730
8731         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
8732         * m4/savedir.m4:
8733         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
8734         macros into the GNU _D_EXACT_NAMLEN.
8735
8736 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
8737
8738         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
8739         around the absolute name, to work around a problem with the HP-UX
8740         11.23 native C compiler, reported by Bob Proulx.
8741
8742 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
8743
8744         * doc/maintain.texi, make-stds.texi: Sync from
8745         <http://savannah.gnu.org/projects/gnustandards>.
8746
8747 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
8748
8749         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
8750
8751 2006-07-09  Jim Meyering  <jim@meyering.net>
8752
8753         * m4/glob.m4: Remove a doubled word in a comment.
8754
8755 2006-07-09  Jim Meyering  <jim@meyering.net>
8756
8757         * lib/argp-pv.c: Remove a doubled word in a comment.
8758         * lib/check-version.c (check_version): Likewise.
8759         * lib/javacomp.c (compile_java_class): Likewise.
8760
8761 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
8762
8763         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
8764         for the benefit of people using Autoconf 2.60.  If you want to
8765         support older Autoconf versions you can copy m4/onceonly_2_57.m4
8766         (or m4/onceonly.m4, if pre-2.57) manually.
8767
8768 2006-07-08  Jim Meyering  <jim@meyering.net>
8769
8770         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
8771         comment.
8772         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
8773         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
8774         comment.
8775
8776 2006-07-08  Jim Meyering  <jim@meyering.net>
8777
8778         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
8779
8780 2006-07-07  Simon Josefsson  <jas@extundo.com>
8781
8782         * tests/test-crc.c: Change expected crc value, the test vector
8783         were probably computed using the old broken crc.c?
8784
8785 2006-07-06  Simon Josefsson  <jas@extundo.com>
8786
8787         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
8788         now the canonical place for the M4 file).
8789
8790         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
8791         from the sys_socket dependency now.
8792
8793         * modules/inet_pton (Files): Ditto.
8794
8795         * modules/inet_ntop (Files): Ditto.
8796
8797 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
8798
8799         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
8800         not gl_PREREQ_GETUSERSHELL.
8801
8802 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8803
8804         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
8805         with only one argument, for Autoconf 2.60.
8806         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
8807         expand to nothing, so add a shell command to avoid syntax error.
8808         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
8809
8810 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8811
8812         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
8813
8814 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
8815
8816         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
8817         no longer needed.  Check for isblank decl.
8818         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
8819         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
8820         of existence.
8821
8822 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
8823
8824         * lib/getloadavg.c: Use __VMS, not VMS.
8825         * lib/getopt.c: Likewise.
8826         * lib/getpagesize.h: Likewise.
8827         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
8828         and probably does not work.
8829
8830 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
8831
8832         * lib/.cppi-disable: Add wcwidth.
8833         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
8834         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
8835         (ISGRAPH): Remove.  All uses changed to isgraph.
8836         (FOLD) [!defined _LIBC]: Remove special case.
8837         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
8838         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
8839         HAVE_ISBLANK.
8840         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
8841         case.
8842
8843 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
8844
8845         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
8846         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
8847         brackets.  Other minor changes to suppress some compiler
8848         warnings.
8849
8850 2006-07-06  Derek R. Price  <derek@ximbiot.com>
8851         and Paul Eggert  <eggert@cs.ucla.edu>
8852
8853         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
8854         of invoking obsolescent AC_HEADER_DIRENT macro.
8855         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
8856         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
8857         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
8858         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
8859         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
8860         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
8861         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
8862         * m4/readdir.m4: Remove; no longer needed.
8863
8864 2006-07-06  Derek R. Price  <derek@ximbiot.com>
8865         and Paul Eggert  <eggert@cs.ucla.edu>
8866
8867         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
8868         Don't worry about this obsolete case any more.
8869         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
8870         directories.
8871         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
8872         worry about this obsolete case any more.
8873         * lib/fts.c: Likewise.
8874         * lib/getcwd.c: Likewise.
8875         * lib/glob.h: Likewise.
8876         * lib/savedir.c: Likewise.
8877
8878 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
8879
8880         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
8881         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
8882         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
8883         needed.
8884         All uses removed.
8885         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
8886         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
8887         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
8888         needed.
8889         * m4/getdate.m4 (gl_GETDATE): Likewise.
8890         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
8891         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
8892         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
8893         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
8894         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
8895         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
8896         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
8897         needed.
8898
8899 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
8900
8901         * lib/memcasecmp.c: Include <limits.h>.
8902         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
8903         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
8904         Don't assume isdigit succeeds only on '0' through '9'.
8905
8906 2006-07-05  Eric Blake  <ebb9@byu.net>
8907
8908         * modules/getaddrinfo (Depends-on): Add snprintf.
8909
8910 2006-07-05  Eric Blake  <ebb9@byu.net>
8911
8912         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
8913         to avoid 'header present but could not be compiled' on cygwin.
8914
8915 2006-07-05  Eric Blake  <ebb9@byu.net>
8916
8917         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
8918         missing from netdb.h.
8919         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
8920
8921 2006-07-05  Derek R. Price  <derek@ximbiot.com>
8922
8923         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
8924         no longer needed.
8925         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
8926         * m4/getdate.m4 (gl_GETDATE): Likewise.
8927         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
8928         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
8929         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
8930         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
8931         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
8932
8933 2006-07-05  Derek R. Price  <derek@ximbiot.com>
8934
8935         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
8936         All uses of is_space replaced by isspace.
8937         * lib/exit.h: Don't talk about STDC_HEADERS.
8938         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
8939         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
8940         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
8941         replaced by isprint etc.
8942         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
8943         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
8944         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
8945         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
8946         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
8947         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
8948
8949 2006-07-05  Bruno Haible  <bruno@clisp.org>
8950
8951         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
8952         the function exists, before testing against AIX.
8953         Reported by Martin Lambers <marlam@marlam.de>.
8954
8955 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
8956
8957         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
8958         From Mark D. Baushke.
8959
8960 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
8961
8962         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
8963         to the absolute name, not just one, to bypass Sun C 5.8's
8964         "warning: #include of /usr/include/... may be non-portable".
8965
8966 2006-07-04  Eric Blake  <ebb9@byu.net>
8967
8968         * modules/dirname-tests: New test module.
8969         * tests/test-dirname.c: New file, replacing dirname.c
8970         TEST_DIRNAME section that was recently deleted.
8971
8972 2006-07-04  Bruno Haible  <bruno@clisp.org>
8973
8974         Assume ANSI C header files and <ctype.h> functions.
8975         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
8976         (mbsnwidth): Use isprint, iscntrl instead.
8977
8978 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
8979
8980         Merge from coreutils.
8981         * MODULES.html.sh: Add xstrtold.
8982         * modules/xstrtold: New file.
8983         * modules/cycle-check (Files): Add lib/same-inode.h.
8984         * modules/dirname (Files): Add m4/double-slash-root.m4.
8985         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
8986         * modules/mkdir-p (Files): Add lib/same-inode.h.
8987         * modules/same (Files): Add lib/same-inode.h.
8988
8989 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
8990
8991         * m4/absolute-header.m4: Renamed from full-header-path.m4.
8992         This is to keep the terminology clean; POSIX talks about
8993         "absolute pathnames", not "full pathnames", but the GNU
8994         Coding Standards say to use "path" for something else;
8995         so use "absolute" to keep both sides happy.
8996         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
8997         Set gl_absolute_header, not gl_full_header_path.
8998         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
8999         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
9000         All uses changed.
9001
9002         Merge from coreutils.
9003
9004         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
9005
9006         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
9007         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
9008         want to require the building of c-strtod.o.
9009         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
9010         needs -lm directly.
9011         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
9012
9013         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
9014
9015         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
9016         --as-needed option if available.  Problem reported by Albert Chin in
9017         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
9018         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
9019         cc merely issues a bunch of annoying warnings for --as-needed
9020         (this problem was reported by Bob Proulx).  Also, try linking with
9021         -lm to detect a bug in binutils 2.16 (this problem was reported
9022         by Ralf Wildenhues).
9023
9024         2006-06-18  Jim Meyering  <jim@meyering.net>
9025
9026         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
9027         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
9028         macro.
9029         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
9030         also check for glibc-2.4's abort-inducing bug.
9031
9032         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
9033         Low-probability clean-up should be to use rmdir to get rid of
9034         the just-created directory, not unlink.
9035
9036         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
9037         configure fail, and request a bug report to inform us about it.
9038         Add a comment that, barring reports to the contrary, in 2007 we'll
9039         assume ftruncate is universally available.
9040
9041         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
9042
9043         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
9044
9045         2006-03-12  Jim Meyering  <jim@meyering.net>
9046
9047         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
9048         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
9049         * m4/same.m4 (gl_SAME): Likewise.
9050         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
9051
9052         2006-03-11  Eric Blake  <ebb9@byu.net>
9053
9054         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
9055         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
9056         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
9057         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
9058
9059 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
9060
9061         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
9062         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
9063         reported by Mark D. Baushke, one in
9064         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
9065
9066         Merge from coreutils.
9067
9068         * lib/.cppi-disable: Add stdint_.h.
9069         * lib/.cvsignore: Add stdint.h.
9070
9071         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
9072
9073         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
9074         both double and long double versions.
9075         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
9076         * lib/xstrtold.c: New file.
9077         * lib/xstrtod.h (xstrtold): New decl.
9078
9079         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
9080
9081         * lib/filemode.c (setst): Remove.
9082         (strmode): Rewrite to avoid setst.  This makes the code shorter,
9083         (arguably) clearer, and the generated code is a bit smaller on my
9084         Debian GNU/Linux stable x86 host.
9085
9086         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
9087
9088         * lib/filemode.c: Include "filemode.h" first, to test the interface.
9089         Assume that filemode.h includes sys/types.h and sys/stat.h.
9090         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
9091         (ftypelet): Reorder to put common cases first, for efficiency.
9092         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
9093         to do 'M'.
9094         (strmode): Renamed from mode_string, and now stores 12 bytes instead
9095         of 10, for compatibility with FreeBSD.  All callers changed.
9096         (filemodestring): Now stores 12 bytes instead of 10, and sets file
9097         types that can't be deduced solely from st_mode.  First arg is now a
9098         const pointer.
9099         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
9100         (strmode): Renamed from mode_string.
9101         (filemodestring): New decl.
9102         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
9103         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
9104         needed.
9105         (S_ISPORT, S_ISWHT): New macros, if not already defined.
9106
9107         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
9108
9109         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
9110         fsusage.h now does that.  Include fsusage.h first, to test interface.
9111         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
9112         at most one method (the old code could have generated decls that
9113         didn't conform to C89, not that this was ever exercised).
9114         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
9115
9116         2006-03-19  Jim Meyering  <jim@meyering.net>
9117
9118         Work even in a chroot where d_ino values for entries in "/"
9119         don't match the stat.st_ino values for the same names.
9120         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
9121         number, iterate through all entries again, using lstat instead.
9122         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
9123         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
9124
9125         * lib/getcwd.c (__getcwd): Clarify a comment.
9126         Use memcpy in place of a call to strcpy.
9127
9128         2006-03-12  Jim Meyering  <jim@meyering.net>
9129
9130         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
9131         matches that of the current directory (which we're about to chdir ".."
9132         out of), then save the dev-ino of the parent, instead.
9133
9134         * lib/same-inode.h (SAME_INODE): New file/macro.
9135         * lib/chdir-safer.c (SAME_INODE): Remove definition.
9136         Include "same-inode.h", instead.
9137         * lib/same.c: Likewise.
9138         * lib/cycle-check.h: Include "same-inode.h".
9139         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
9140         * lib/cycle-check.c (SAME_INODE): Remove definition.
9141         * lib/root-dev-ino.h: Include "same-inode.h".
9142
9143         2006-03-11  Eric Blake  <ebb9@byu.net>
9144
9145         * lib/same.c (same_name): s/base_name/last_component/
9146         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
9147         * lib/filenamecat.c (file_name_concat): Likewise.
9148
9149         2006-03-11  Eric Blake  <ebb9@byu.net>,
9150                     Paul Eggert  <eggert@cs.ucla.edu>
9151
9152         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
9153         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
9154         drive prefix.
9155         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
9156         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
9157         (last_component): New method.
9158         * lib/dirname.c (dir_len): Determine when drive letters need a
9159         subsequent slash.  Preserve // when it is special.
9160         (dir_name): Don't append dot when drive letter is absolute.
9161         [TEST_DIRNAME]: Move into a full-blown gnulib test.
9162         * lib/basename.c (base_name): New semantics - malloc the result.
9163         Preserve // when it is special.  Preserve relative files that look
9164         like drive letters.
9165         (base_len): Preserve // when it is special.
9166         (last_component): New method, similar to old base_name semantics.
9167         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
9168         base_name.  Strip redundant slashes from ///.
9169
9170 2006-07-03  Jim Meyering  <jim@meyering.net>
9171
9172         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
9173         macro is used before the first cycle_check call.
9174
9175 2006-07-03  Eric Blake  <ebb9@byu.net>
9176
9177         * modules/dirname (Depends-on): Add xstrndup.
9178
9179 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
9180
9181         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
9182         test cases, so that config.log is a bit easier to follow.
9183
9184 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
9185
9186         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
9187         both are 64 bits, since this seems to be the tradition, and this
9188         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
9189         we ever run into a host that prefers long long to long in this
9190         case, we'll need another configure-time test.  Problem reported by
9191         Jim Meyering.
9192
9193 2006-07-02  Eric Blake  <ebb9@byu.net>
9194
9195         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
9196
9197 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
9198
9199         * modules/inttypes (Depends-on): No longer depends on stdint.
9200         * modules/stdint (Description): Say more about assumptions.
9201         Say that the fast types might differ.  Say macros are used.
9202         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
9203         (Makefile.am): Revise list of substituted symbols to match
9204         new stdint.m4.
9205         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
9206         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
9207         * tests/test-stdint.c (verify_same_types)
9208         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
9209         the code conforms to C99/C89.
9210         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
9211         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
9212
9213 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
9214
9215         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
9216         but fix a bug, by requiring at least 64 bits.
9217         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
9218         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
9219         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
9220         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
9221
9222         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
9223         changes.  Make 2.59 a prerequisite.  Check and substitute for
9224         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
9225         inttypes.h.  Do not use special include files; just use the
9226         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
9227         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
9228         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
9229         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
9230         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
9231         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
9232         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
9233         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
9234         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
9235         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
9236         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
9237         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
9238         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
9239         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
9240         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
9241         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
9242         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
9243         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
9244         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
9245         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
9246         WINT_MAX.  Check for C99 conformance more strictly, by detecting
9247         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
9248         not check for things that C99 does not require, e.g., int8_t.  If
9249         a test isn't needed unless <stdint.h> isn't working, and is
9250         unlikely to be needed for any other reason, then don't do it
9251         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
9252         size_t, since we assume C89 freestanding at least.  Do not check
9253         for sig_atomic_t, wchar_t, or wint_t, since the code now does
9254         the right thing even if the types are not defined.  Instead use:
9255         (gl_STDINT_TYPE_PROPERTIES): New macro.
9256         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
9257         testing whether <sys/types.h> clashes, as Autoconf does this for
9258         us now.  All uses removed.
9259         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
9260         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
9261         (gl_CHECK_TYPE_SAME):
9262         Remove; no longer needed.
9263         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
9264         exists, since we'll return 0 anyway in that case.
9265         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
9266
9267 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
9268
9269         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
9270         possible collision with system files.
9271         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
9272         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
9273         WCHAR_MIN and WCHAR_MAX in this case.
9274         (<stddef.h>): Do not include; no longer needed.
9275         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
9276         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
9277         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
9278         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
9279         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
9280         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
9281         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
9282         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
9283         !defined(__c99))]: Include in this case too, since it's harmless
9284         now.
9285         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
9286         dangerous to do so.
9287         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
9288         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
9289         (_STDINT_MIN, _STDINT_MAX): New macros.
9290         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
9291         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
9292         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
9293         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
9294         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
9295         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
9296         macros, not typedefs; this simplifies things quite a bit.
9297         Use long int for all types narrower than int64_t.
9298         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
9299         Define in terms of long long int or int64_t or long int,
9300         not int64_t or int32_t.  This saves some compile-time testing.
9301         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
9302         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
9303         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
9304         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
9305         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
9306         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
9307         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
9308         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
9309         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
9310         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
9311         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
9312         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
9313         undef any previous version and define our own version, for
9314         simplicity and consistency with the new macros for types.
9315         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
9316         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
9317         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
9318         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
9319         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
9320         @WINT_T_SUFFIX@ to keep things simple here.
9321         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
9322         Simplify by assuming typical 8/16/32/64 host, since we're
9323         already doing that elsewhere anyway.
9324         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
9325         and assume long long int is 64 bits if available.  This
9326         speeds up 'configure'.
9327
9328 2006-07-01  Eric Blake  <ebb9@byu.net>
9329
9330         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
9331         Reported by Andreas Buening.
9332
9333 2006-07-01  Eric Blake  <ebb9@byu.net>
9334
9335         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
9336
9337 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
9338
9339         * lib/getaddrinfo.c: fixed typo
9340
9341 2006-06-29  Jim Meyering  <jim@meyering.net>
9342
9343         * modules/strftime (Maintainer): Add my name, since with the
9344         FPRINTFTIME changes strftime.c has forked from glibc.
9345
9346 2006-06-29  Eric Blake  <ebb9@byu.net>
9347
9348         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
9349
9350 2006-06-29  Eric Blake  <ebb9@byu.net>
9351
9352         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
9353
9354 2006-06-29  Eric Blake  <ebb9@byu.net>
9355
9356         * lib/stat_.h: New file.
9357
9358 2006-06-29  Eric Blake  <ebb9@byu.net>
9359
9360         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
9361         unused static function.
9362
9363 2006-06-29  Eric Blake  <ebb9@byu.net>
9364
9365         * doc/functions.texi (Function Portability): Document missing lstat
9366         on mingw.
9367
9368 2006-06-29  Eric Blake  <ebb9@byu.net>
9369
9370         * MODULES.html.sh: Add sys_stat.
9371         * modules/sys_stat: New module.
9372         * modules/mkstemp (Depends-on): Add sys_stat.
9373
9374 2006-06-29  Derek R. Price  <derek@ximbiot.com>
9375
9376         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
9377
9378 2006-06-29  Derek R. Price  <derek@ximbiot.com>
9379
9380         * m4/c-bs-a.m4: Removed.
9381
9382 2006-06-29  Derek R. Price  <derek@ximbiot.com>
9383
9384         * lib/strftime.c: Assume strftime() exists.
9385
9386 2006-06-29  Derek Price  <derek@ximbiot.com>
9387
9388         * modules/c-bs-a: Removed - \a is C89.
9389         * MODULES.html.sh: Remove c-bs-a.
9390
9391 2006-06-29  Bruno Haible  <bruno@clisp.org>
9392
9393         * modules/wcwidth (License): Change to LGPL.
9394
9395 2006-06-28  Simon Josefsson  <jas@extundo.com>
9396
9397         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
9398         on _WIN32.
9399
9400         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
9401         getnameinfo.
9402
9403 2006-06-28  Simon Josefsson  <jas@extundo.com>
9404
9405         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
9406
9407 2006-06-28  Simon Josefsson  <jas@extundo.com>
9408
9409         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
9410         functions there.  It will succeed on Windows XP, but on Windows
9411         2000 and (presumably) earlier, it will fail, and use the internal
9412         re-implementation.
9413         (use_win32_p): New function.
9414         (getaddrinfo): Use strtoul on servname, to support numeric ports.
9415         Support AI_NUMERICSERV to disable getservbyname.
9416         (getnameinfo): New function, only supports
9417         NI_NUMERICHOST|NI_NUMERICSERV for now.
9418
9419         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
9420         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
9421         getnameinfo.
9422
9423 2006-06-28  Eric Blake  <ebb9@byu.net>
9424
9425         * modules/wcwidth: New file.
9426         * modules/mbchar (Depends-on): Add wcwidth.
9427         * modules/mbswidth (Depends-on): Add wcwidth.
9428         * MODULES.html.sh: Add wcwidth.
9429
9430 2006-06-28  Eric Blake  <ebb9@byu.net>
9431
9432         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
9433         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
9434
9435 2006-06-28  Eric Blake  <ebb9@byu.net>
9436
9437         * lib/xvasprintf.h: Fix comments.
9438
9439 2006-06-28  Eric Blake  <ebb9@byu.net>
9440
9441         * lib/mbchar.h (wcwidth): Include wcwidth.h.
9442         * lib/mbswidth.c (wcwidth): Move from here...
9443         * lib/wcwidth.h: ...to this new file.
9444
9445 2006-06-28  Derek R. Price  <derek@ximbiot.com>
9446
9447         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
9448
9449         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
9450         it's obsolete.
9451         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
9452
9453 2006-06-28  Derek R. Price  <derek@ximbiot.com>
9454
9455         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
9456         Autoconf 2.60 says this stuff was obsolete.
9457
9458 2006-06-28  Bruno Haible  <bruno@clisp.org>
9459
9460         * modules/wcwidth (Files): Add m4/wchar_t.m4.
9461
9462 2006-06-28  Bruno Haible  <bruno@clisp.org>
9463
9464         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
9465         gt_TYPE_WCHAR_T.
9466
9467 2006-06-28  Bruno Haible  <bruno@clisp.org>
9468
9469         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
9470         declaration for wcwidth.
9471         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
9472
9473 2006-06-28  Bruno Haible  <bruno@clisp.org>
9474
9475         * lib/mkdtemp.c [MINGW]: Include <io.h>.
9476         (mkdir): Define using _mkdir.
9477
9478 2006-06-28  Bruno Haible  <bruno@clisp.org>
9479
9480         * lib/getaddrinfo.h: Fix POSIX URL.
9481         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
9482         _WIN32.
9483         (use_win32_p): Make static.
9484         (getaddrinfo): Reject service name if it is empty or does not consist
9485         solely of decimal digits, or if its value is > 65535.
9486         (getnameinfo): Remove useless casts.
9487
9488 2006-06-27  Simon Josefsson  <jas@extundo.com>
9489
9490         * modules/sys_select: New file, suggested by Bruno Haible, Paul
9491         Eggert and Martin Lambers.
9492
9493 2006-06-27  Simon Josefsson  <jas@extundo.com>
9494
9495         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
9496         Eggert and Martin Lambers.
9497
9498 2006-06-27  Bruno Haible  <bruno@clisp.org>
9499
9500         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
9501         result to 0, not to empty.
9502         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
9503
9504 2006-06-27  Bruno Haible  <bruno@clisp.org>
9505
9506         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
9507
9508 2006-06-26  Simon Josefsson  <jas@extundo.com>
9509
9510         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
9511         present.
9512
9513 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
9514
9515         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
9516         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
9517         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
9518
9519 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
9520
9521         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
9522
9523 2006-06-26  Bruno Haible  <bruno@clisp.org>
9524
9525         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
9526
9527 2006-06-26  Bruno Haible  <bruno@clisp.org>
9528
9529         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
9530
9531 2006-06-26  Bruno Haible  <bruno@clisp.org>
9532
9533         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
9534         SGI C compiler in pre-C99 mode.
9535         Suggested by Mark D. Baushke and Larry Jones.
9536
9537 2006-06-26  Bruno Haible  <bruno@clisp.org>
9538
9539         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
9540         WCHAR_MAX.
9541         Reported by Mark D. Baushke and Larry Jones.
9542
9543 2006-06-26  Bruno Haible  <bruno@clisp.org>
9544
9545         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
9546         in pre-C99 mode.
9547         Suggested by Mark D. Baushke and Larry Jones.
9548
9549 2006-06-23  Simon Josefsson  <jas@extundo.com>
9550             Bruno Haible  <bruno@clisp.org>
9551
9552         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
9553         Emit mostlyclean-local rule.
9554         (func_emit_tests_Makefile_am): Likewise.
9555         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
9556
9557 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
9558
9559         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
9560
9561 2006-06-23  Bruno Haible  <bruno@clisp.org>
9562
9563         * tests/test-stdint.c: Update to match ISO C 99 Technical
9564         Corrigendum 1.
9565
9566 2006-06-23  Bruno Haible  <bruno@clisp.org>
9567
9568         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
9569
9570 2006-06-23  Bruno Haible  <bruno@clisp.org>
9571
9572         * lib/stdint_.h: Treat IRIX like OpenBSD.
9573
9574 2006-06-23  Bruno Haible  <bruno@clisp.org>
9575
9576         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
9577         ISO C 99 Technical Corrigendum 1.
9578
9579 2006-06-22  Simon Josefsson  <jas@extundo.com>
9580
9581         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
9582         MinGW.
9583
9584 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
9585
9586         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
9587         needed.  Some compiler complained about some of them.  Problem reported
9588         by Larry Jones in
9589         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
9590
9591 2006-06-21  Simon Josefsson  <jas@extundo.com>
9592
9593         * tests/test-getaddrinfo.c: New file.
9594
9595         * modules/getaddrinfo-tests: New file.
9596
9597         * MODULES.html.sh: Add inet_pton.
9598
9599         * modules/inet_pton: New file.
9600
9601 2006-06-21  Simon Josefsson  <jas@extundo.com>
9602
9603         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
9604         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
9605         of using the (limited) gnulib implementation on Windows XP.
9606
9607         * m4/inet_pton.m4: New file.
9608
9609 2006-06-21  Simon Josefsson  <jas@extundo.com>
9610
9611         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
9612         variable.
9613
9614         * lib/socket_.h: Don't define WINVER.
9615
9616         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
9617         slightly modified to work in gnulib.
9618
9619 2006-06-21  Simon Josefsson  <jas@extundo.com>
9620
9621         * doc/gnulib.texi (Windows sockets): Add.
9622
9623 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
9624
9625         * lib/read-file.c (fread_file): Start with buffer allocation of
9626         0 bytes rather than 1 byte; this simplifies the code.
9627         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
9628         code to free buffer and save/restore errno.
9629         (internal_read_file): Remove unused local.
9630
9631 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
9632
9633         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
9634         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
9635         Problem reported by Denis Excoffier in
9636         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
9637
9638 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9639
9640         * modules/sys_socket, modules/socklen: Include sys/types since
9641         FreeBSD 4.x's sys/socket.h needs it.
9642
9643 2006-06-19  Simon Josefsson  <jas@extundo.com>
9644
9645         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
9646
9647 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
9648
9649         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
9650
9651 2006-06-19  Bruno Haible  <bruno@clisp.org>
9652
9653         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
9654         and FULL_PATH_INTTYPES_H in angle brackets.
9655         Reported by Mark D. Baushke <mdb@gnu.org>.
9656
9657 2006-06-17  Eric Blake  <ebb9@byu.net>
9658
9659         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
9660         errno.
9661
9662 2006-06-17  Bruno Haible  <bruno@clisp.org>
9663
9664         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
9665         <sys/inttypes.h>.
9666
9667 2006-06-17  Bruno Haible  <bruno@clisp.org>
9668
9669         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
9670         whether errno is declared. Assume <errno.h> declares errno.
9671
9672 2006-06-17  Bruno Haible  <bruno@clisp.org>
9673
9674         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
9675
9676 2006-06-17  Bruno Haible  <bruno@clisp.org>
9677
9678         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
9679         problem on Solaris 2.5.1.
9680
9681 2006-06-16  Eric Blake  <ebb9@byu.net>
9682
9683         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
9684         * lib/unicodeio.c [!defined errno]: Likewise.
9685         * lib/strtol.c [!defined errno]: Likewise.
9686         * lib/strtod.c [!defined errno]: Likewise.
9687
9688 2006-06-15  Eric Blake  <ebb9@byu.net>
9689
9690         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
9691
9692 2006-06-15  Eric Blake  <ebb9@byu.net>
9693
9694         * config/srclist.txt (ssize_t.m4): Lose sync.
9695
9696 2006-06-15  Bruno Haible  <bruno@clisp.org>
9697
9698         * modules/stdint (Files): Include m4/full-header-path.m4,
9699         m4/size_max.m4, m4/wchar_t.m4.
9700         (Makefile.am): Many more substitutions.
9701         * modules/stdint-tests: New file.
9702         * tests/test-stdint.c: New file.
9703
9704 2006-06-15  Bruno Haible  <bruno@clisp.org>
9705
9706         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
9707         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
9708         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
9709         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
9710         gl_CHECK_TYPE_SAME): New macros.
9711
9712 2006-06-15  Bruno Haible  <bruno@clisp.org>
9713
9714         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
9715
9716 2006-06-15  Bruno Haible  <bruno@clisp.org>
9717
9718         * lib/stdint_.h: Rewritten to be fully auto-configured.
9719         Fixes bug on HP-UX/IA64.
9720
9721 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
9722
9723         * lib/getdate.y (__attribute__): Don't define if already defined.
9724         Problem reported by Larry Jones.
9725         * lib/utimens.c (__attribute__): Likewise.
9726
9727 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
9728
9729         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
9730         reported by Andreas Schwab.
9731
9732 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9733             Bruno Haible  <bruno@clisp.org>
9734
9735         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
9736         check for the declaration of strnlen and a run test that exposes the
9737         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
9738         rpl_strndup.
9739
9740 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9741             Bruno Haible  <bruno@clisp.org>
9742
9743         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
9744
9745 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9746
9747         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
9748         compile test, for Tru64 4.0D.
9749
9750 2006-05-28  Karl Berry  <karl@gnu.org>
9751
9752         * config/srclist.txt (printf-args.c): lose sync.
9753
9754 2006-05-26  Martin Lambers  <marlam@marlam.de>
9755
9756         * lib/getpass.c: Updates the test for the native W32 API, and adds
9757         missing includes, thus fixing compilation warnings.
9758
9759 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
9760
9761         * lib/exclude.c (exclude_fnmatch): New function.
9762         (excluded_file_name): Call exclude_fnmatch.
9763         * lib/exclude.h (excluded_file_name): New prototype
9764
9765 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
9766
9767         * lib/tempname.c (small_open, large_open): New macros.
9768         (__open, __open64) [!_LIBC]: Remove.
9769         (__gen_tempname): Use small_open and large_open instead of __open
9770         and __open64.  This fixes a portability bug on HP-UX 11.11i
9771         reported by Simon Wing-Tang in
9772         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
9773
9774 2006-05-24  Bruno Haible  <bruno@clisp.org>
9775
9776         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
9777         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
9778         Reported by Thorsten Maerz <torte@netztorte.de> via
9779         Aaron Stone <aaron@serendipity.cx>.
9780
9781 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
9782
9783         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
9784         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
9785         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
9786         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
9787         not really conditional on the cache.
9788         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
9789
9790 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
9791
9792         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
9793         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
9794         (my_usleep): Don't mishandle maximum value.
9795
9796 2006-05-19  Jim Meyering  <jim@meyering.net>
9797
9798         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
9799
9800 2006-05-17  Bruno Haible  <bruno@clisp.org>
9801
9802         Cygwin portability.
9803         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
9804
9805 2006-05-17  Bruno Haible  <bruno@clisp.org>
9806
9807         * lib/stdint_.h: Fix recognition of Cygwin.
9808
9809 2006-05-15  Bruno Haible  <bruno@clisp.org>
9810
9811         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
9812         on libtool patch by Ralf Wildenhues.
9813
9814 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
9815
9816         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
9817         test for C99 conformance; (bool) 0.5 is an integer constant
9818         expression, but (bool) -0.5 is not.  Problem reported by Fedor
9819         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
9820
9821 2006-05-11  Simon Josefsson  <jas@extundo.com>
9822
9823         * m4/xvasprintf.m4: Fix obvious typo.
9824
9825 2006-05-11  Jim Meyering  <jim@meyering.net>
9826
9827         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
9828         James Lemley.
9829
9830 2006-05-10  Simon Josefsson  <jas@extundo.com>
9831
9832         * lib/md4.c: Typo fix, update copyright years.
9833         (K1, K2): Don't use L because it turn computations into 64-bit on
9834         64-bit platforms.
9835
9836 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
9837
9838         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
9839         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
9840         unwanted sign propagation, e.g., on hosts with 64-bit int.
9841         There still are some problems with reeelly weird theoretical hosts
9842         (e.g., 33-bit int) but it's not worth worrying about now.
9843         * lib/sha1.c (rol): Likewise.
9844         (K1, K2, K3, K4): Remove unnecessary L suffix.
9845
9846 2006-05-10  Bruno Haible  <bruno@clisp.org>
9847
9848         * lib/des.c: Cast to avoid warnings.
9849
9850 2006-05-09  Bruno Haible  <bruno@clisp.org>
9851
9852         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
9853         (Depends-on): Depend also on xsize, stdarg.
9854         (configure.ac): Add gl_XVASPRINTF.
9855
9856 2006-05-09  Bruno Haible  <bruno@clisp.org>
9857
9858         * m4/xvasprintf.m4: New file.
9859
9860 2006-05-09  Bruno Haible  <bruno@clisp.org>
9861
9862         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
9863         (EOVERFLOW): Define fallback value.
9864         (xstrcat): New function.
9865         (xvasprintf): Recognize the special case of a string concatenation.
9866
9867 2006-05-08  Eric Blake  <ebb9@byu.net>
9868
9869         * gnulib-tool (func_version): Base copyright year on CVS date.
9870         (func_emit_copyright_notice): New function.
9871         (func_emit_lib_Makefile_am): Use it.
9872         (func_emit_tests_Makefile_am): Likewise.
9873         (func_import): Likewise.
9874
9875 2006-05-08  Bruno Haible  <bruno@clisp.org>
9876
9877         * modules/stdarg: New file.
9878         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
9879
9880 2006-05-08  Bruno Haible  <bruno@clisp.org>
9881
9882         * m4/stdarg.m4: New file, from GNU gettext.
9883
9884 2006-05-08  Bruno Haible  <bruno@clisp.org>
9885
9886         * config/srclist.txt (build-aux/config.rpath): different from latest
9887         release.
9888
9889 2006-05-08  Bruno Haible  <bruno@clisp.org>
9890
9891         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
9892
9893 2006-05-05  Jim Meyering  <jim@meyering.net>
9894
9895         * m4/warning.m4: New file, derived from bison's file by the same name.
9896
9897 2006-05-03  Bruno Haible  <bruno@clisp.org>
9898
9899         * lib/stdint_.h: Shorter URL.
9900         * lib/inttypes.h: Likewise.
9901
9902 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
9903
9904         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
9905
9906 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
9907
9908         * lib/verify.h: Document the internals better.  Most of this change
9909         was written by Bruno Haible.
9910
9911 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
9912
9913         * doc/verify.texi: New file, partly based on a proposal by
9914         Bruno Haible.
9915
9916 2006-05-02  Bruno Haible  <bruno@clisp.org>
9917
9918         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
9919         test from here...
9920         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
9921
9922 2006-04-29  Bruno Haible  <bruno@clisp.org>
9923
9924         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
9925         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
9926
9927 2006-04-29  Bruno Haible  <bruno@clisp.org>
9928
9929         * gnulib-tool: Make --update option actually work.
9930
9931 2006-04-29  Bruno Haible  <bruno@clisp.org>
9932
9933         * doc/gcd.texi: New file.
9934         * doc/gnulib.texi: Include it.
9935
9936 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
9937
9938         * lib/getdate.y (get_date): When adding relative date, start with the
9939         initial time, not with the result of the first mktime call.
9940
9941 2006-04-25  Bruno Haible  <bruno@clisp.org>
9942
9943         * gnulib-tool (func_import): Output the include directives in three
9944         blocks, sorted separately.
9945         Reported by Ben Pfaff <blp@cs.stanford.edu>.
9946
9947 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
9948
9949         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
9950         to define main with arguments, for C++.  Reported by Eric Blake.
9951         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
9952         Prefer 'int main ()' to 'int main (void)', for C++.
9953         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
9954         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
9955         for 'main', for C99 and C++.
9956
9957 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
9958
9959         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
9960         Don't assume that exit status -1 is valid.
9961         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9962         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
9963         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
9964         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
9965         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
9966         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
9967         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
9968         functions can be used without declaring them, or that you can
9969         exit with status -1.
9970         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
9971
9972 2006-04-24  Karl Berry  <karl@gnu.org>
9973
9974         * config/srclist.txt (longdouble.m4): sync lost.
9975
9976 2006-04-24  Eric Blake  <ebb9@byu.net>
9977
9978         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
9979
9980 2006-04-24  Bruno Haible  <bruno@clisp.org>
9981
9982         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
9983         poll() implementation in AIX.
9984         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9985
9986 2006-04-24  Bruno Haible  <bruno@clisp.org>
9987
9988         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
9989         assigned exactly once.
9990
9991 2006-04-23  Claudio Fontana  <claudio@gnu.org>
9992             Bruno Haible  <bruno@clisp.org>
9993
9994         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
9995         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
9996         for AM_CPPFLAGS.
9997
9998 2006-04-23  Bruno Haible  <bruno@clisp.org>
9999
10000         * modules/copy-file: Depend on unistd.
10001         * modules/execute: Likewise.
10002         * modules/fatal-signal: Likewise.
10003         * modules/findprog: Likewise.
10004         * modules/mkdtemp : Likewise.
10005         * modules/pipe: Likewise.
10006         * modules/wait-process: Likewise.
10007
10008 2006-04-23  Bruno Haible  <bruno@clisp.org>
10009
10010         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
10011         condition was already detected.
10012         Reported by Ben Pfaff <blp@cs.stanford.edu>.
10013
10014 2006-04-23  Bruno Haible  <bruno@clisp.org>
10015
10016         * lib/copy-file.c: Include <unistd.h> unconditionally.
10017         * lib/execute.c: Likewise.
10018         * lib/fatal-signal.c: Likewise.
10019         * lib/findprog.c: Likewise.
10020         * lib/mkdtemp.c: Likewise.
10021         * lib/pipe.h: Likewise.
10022         * lib/pipe.c: Likewise.
10023         * lib/wait-process.h: Likewise.
10024
10025 2006-04-23  Bruno Haible  <bruno@clisp.org>
10026
10027         * gnulib-tool (func_usage): Fix --import description. Document
10028         --update.
10029         (func_import): Create temporary file in a temporary directory, if
10030         --dry-run is specified. Silence errors from 'grep' when there are no
10031         m4 files in $m4dir.
10032         (func_create_testdir): Silence errors from 'grep' when there are no
10033         m4 files in $m4dir.
10034         Reported by Karl Berry <karl@freefriends.org>.
10035
10036 2006-04-20  Bruno Haible  <bruno@clisp.org>
10037
10038         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
10039         one argument, so that the code will be portable to Autoconf 2.60.
10040         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
10041         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
10042         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
10043
10044 2006-04-19  Derek Price  <derek@ximbiot.com>
10045             Eric Blake  <ebb9@byu.net>
10046
10047         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
10048         rather than "/full/path.h".  Update comment to match.  Shorten &
10049         generalize m4_translit call via AS_TR_CPP.
10050
10051 2006-04-19  Derek Price  <derek@ximbiot.com>
10052             Eric Blake  <ebb9@byu.net>
10053
10054         * lib/inttypes.h: Correct grammar in comment.
10055
10056 2006-04-18  Derek Price  <derek@ximbiot.com>
10057             Paul Eggert  <eggert@cs.ucla.edu>
10058
10059         * modules/inttypes: New file.
10060         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
10061
10062 2006-04-18  Derek Price  <derek@ximbiot.com>
10063             Paul Eggert  <eggert@cs.ucla.edu>
10064
10065         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
10066         New files.
10067
10068 2006-04-18  Derek Price  <derek@ximbiot.com>
10069             Paul Eggert  <eggert@cs.ucla.edu>
10070
10071         * lib/inttypes.h: New file.
10072         * lib/strtoimax.c: Assume <inttypes.h>.
10073
10074 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
10075
10076         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
10077         isn't mounted.  Problem reported by Kir Kolyshkin.
10078
10079 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
10080
10081         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
10082         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
10083         Derek R. Price.
10084         * lib/regex.h (RE_DUP_MAX): Update comment to match current
10085         implementation.
10086
10087 2006-04-12  Eric Blake  <ebb9@byu.net>
10088
10089         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
10090         is now done automatically by the corresponding Autoconf macro.
10091
10092 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
10093
10094         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
10095         time_r.h.
10096
10097 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
10098
10099         Merge regex changes from libc, removing some of our
10100         POSIX-conformance changes that were rejected and redoing them in a
10101         less-intrusive way.
10102
10103         * lib/regcomp.c (re_compile_internal, init_dfa):
10104         Length arg is now size_t, not Idx.  All uses changed.
10105         (peek_token): Forward decl now says internal_function.
10106         (__re_error_msgid, __re_error_msgid_idx):
10107         Now static rather than extern with attribute_hidden.
10108         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
10109         For some reason libc prefers K&R style defns for external functions.
10110         (regerror) [!defined _LIBC]: Likewise.
10111         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
10112         (seek_collating_symbol_entry, lookup_collation_sequence_value):
10113         (build_range_exp, build_collating_symbol):
10114         Use K&R-style defn.
10115         (re_compile_fastmap): Use '\0' to memset, not 0.
10116         (utf8_sb_map): Make the calculations more obvious.
10117         (init_dfa, parse_bracket_exp, build_charclass_op):
10118         Call calloc and cast result, as glibc does.
10119         (init_word_char, fetch_token, peek_token, peek_token_bracket):
10120         (build_range_exp, build_collating_symbol):
10121         Now internal functions.
10122
10123         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
10124
10125         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
10126         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
10127         Don't depend on VMS; depend on __VMS instead, for POSIX
10128         namespace cleanness.
10129         (regoff_t): Define to ssize_t, not long int.
10130
10131         Remove the REG_ macros named below.  Instead, make the old names
10132         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
10133         __USE_GNU_REGEX.
10134         (REG_BACKSLASH_ESCAPE_IN_LISTS):
10135         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
10136         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
10137         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
10138         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
10139         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
10140         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
10141         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
10142         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
10143         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
10144         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
10145         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
10146         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
10147         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
10148         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
10149         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
10150         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
10151         (REG_NREGS):
10152         Remove.  All uses replaced by the old RE_* names.
10153         (RE_BACKSLASH_ESCAPE_IN_LISTS):
10154         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
10155         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
10156         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
10157         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
10158         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
10159         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
10160         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
10161         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
10162         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
10163         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
10164         Don't bother having these macros be independent of each others'
10165         values, since they no longer exist in the POSIX name space.
10166
10167         Rename the following member names back to their old names,
10168         unless !__USE_GNU_REGEX.  All uses changed back.
10169         (buffer): Renamed from re_buffer.
10170         (allocated): Renamed from re_allocated.
10171         (used): Renamed from re_used.
10172         (syntax): Renamed from re_syntax.
10173         (fastmap): Renamed from re_fastmap.
10174         (translate): Renamed from re_translate.
10175         (can_be_null): Renamed from re_can_be_null.
10176         (regs_allocated): Renamed from re_regs_allocated.
10177         (fastmap_accurate): Renamed from re_fastmap_accurate.
10178         (no_sub): Renamed from re_no_sub.
10179         (not_bol): Renamed from re_not_bol.
10180         (not_eol): Renamed from re_not_eol.
10181         (newline_anchor): Renamed from re_newline_anchor.
10182         (num_regs): Renamed from rm_num_regs.
10183         (start): Renamed from rm_start.
10184         (end): Renamed from rm_end.
10185
10186         (free_state): Move up a bit.
10187
10188         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
10189         #define to be empty.
10190         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
10191         when that is what is intended.
10192         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
10193         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
10194         (MAX): New macro.
10195         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
10196         All uses changed back to re_malloc, etc.  It's now the caller's
10197         responsibility to check for overflow; all callers changed.
10198         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
10199         (re_x2nrealloc): Remove.
10200         (free_state): Remove decl.
10201
10202         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
10203         (re_set_registers, re_exec):
10204         Use K&R-style defn.
10205
10206         2006-01-31  Roland McGrath  <roland@redhat.com>
10207
10208         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
10209         Reported by Mike Frysinger <vapier@gentoo.org>.
10210
10211         2006-01-15  Andreas Jaeger  <aj@suse.de>
10212
10213         [BZ #1950]
10214         * lib/regex_internal.c (re_string_reconstruct): Adjust for
10215         build_wcs_upper_buffer change.
10216         (build_wcs_upper_buffer): Change return type.
10217
10218         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
10219
10220         * lib/regex_internal.h: Include <stdint.h> if available.
10221
10222         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
10223
10224         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
10225
10226         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
10227
10228         * lib/regcomp.c: Adjust for changed secondary hash function.
10229
10230         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
10231
10232         * lib/regex.h: Pretty printing.
10233         Clean up namespace a bit.
10234
10235         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
10236
10237         * lib/regexec.c (update_cur_sifted_state, check_arrival,
10238         check_arrival_add_next_nodes): Avoid using uninitialized variable.
10239
10240         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
10241                     Ulrich Drepper  <drepper@redhat.com>
10242
10243         [BZ #1302]
10244         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
10245         changed.
10246         (bitset_word_t): Renamed from bitset_word.  All uses changed.
10247
10248         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
10249
10250         [BZ #281]
10251         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
10252         * lib/regcomp.c: Remove unnecessary uses of
10253         unsigned RE_TRANSLATE_TYPE.
10254         * lib/regex_internal.h: Likewise.
10255         * lib/regex_internal.c: Likewise.
10256         * lib/regexec.c: Likewise.
10257         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
10258
10259         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
10260
10261         * lib/regexec.c (find_recover_state): Remove unnecessary
10262         initialization.
10263         (transit_state_bkref): Make DFA a const pointer.
10264         (get_subexp): Likewise.
10265         (check_arrival): Likewise.
10266         (update_cur_sifted_state): Likewise.
10267         (re_search_internal): Likewise.
10268         (prune_impossible_nodes): Likewise.
10269         (acquire_init_state_context): Likewise.
10270         (proceed_next_node): Likewise.
10271         (set_regs): Likewise.
10272         (free_fail_stack_return): Likewise.
10273         (check_arrival_expand_ecl): Mark DFA parameter as const.
10274         (check_arrival_expand_ecl_sub): Likewise.
10275         (check_subexp_limits): Likewise.
10276         (sub_epsilon_src_nodes):  Likewise.
10277         (add_epsilon_src_nodes):  Likewise.
10278         (merge_state_array): Likewise.
10279         (update_regs): Likewise.
10280         (build_trtable): Likewise.
10281         (sift_states_backward): Mark MCTX parameter as const.
10282         (build_sifted_states): Likewise.
10283         (update_cur_sifted_state): Likewise.
10284         (sift_states_mkref): Likewise.
10285         (check_arrival_expand_ecl): Mark eclosure as const.
10286         (check_dst_limits_calc_pos_1): Likewise.
10287         * lib/regex_internal.h (re_match_context_t): Make dfa a const
10288         pointer.
10289
10290         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
10291
10292         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
10293         (transit_state_sb): Likewise.
10294         (transit_state_mb): Likewise.
10295         (sift_states_iter_mb): Likewise.
10296         (check_arrival_add_next_nodes): Likewise.
10297         (check_node_accept_bytes): Change first parameter to pointer-to-const.
10298         [_LIBC] (re_search_2_stub): Use mempcpy.
10299
10300         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
10301         mbrtowc for very simple UTF-8 case.
10302
10303         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
10304         a pointer-to-const.
10305         (re_acquire_state_context): Likewise.
10306         * lib/regex_internal.h: Adjust prototypes.
10307
10308         * lib/regex.c: Prevent using C++ compilers.
10309
10310         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
10311         (re_acquire_state_context): Likewise.
10312
10313 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
10314
10315         * modules/regex (Depends-on): Add ssize_t.
10316
10317 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
10318
10319         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
10320         translation table.
10321
10322 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
10323
10324         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
10325
10326 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
10327             Bruno Haible  <bruno@clisp.org>
10328
10329         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
10330         <sys/types.h> and <inttypes.h>.
10331
10332 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10333
10334         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
10335         `__error_t_defined', so argp.h will not typedef the former.
10336
10337 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
10338
10339         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
10340         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
10341         glibc names.  Even if glibc is changed to conform to POSIX, the
10342         traditional names will be available anyway, since regex depends on
10343         the extensions module.  Also, fix a longstanding typo in the
10344         implementation of Spencer ERE test #75 from grep 2.3.  Problems
10345         reported by Emanuele Giaquinta.  Also, change sense of cached
10346         variable, so that the message makes sense.
10347
10348 2006-03-24  Simon Josefsson  <jas@extundo.com>
10349
10350         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
10351         including some doc fixes.
10352         (base64_encode_alloc): Fix +1 bug on allocation failures.
10353
10354 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10355
10356         * lib/base64.c (base64_encode): Do not read past end of array with
10357         unsanitized input on systems with CHAR_BIT > 8.
10358
10359 2006-03-24  Eric Blake  <ebb9@byu.net>
10360
10361         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
10362
10363 2006-03-22  Karl Berry  <karl@gnu.org>
10364
10365         * config/srclist.txt (*setenv.[ch]): get from coreutils.
10366         * config/srclistvars.sh (COREUTILS): new var.
10367
10368 2006-03-17  Jim Meyering  <jim@meyering.net>
10369
10370         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
10371         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
10372
10373 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
10374
10375         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
10376         no longer needs it.  Instead, check that regoff_t is as least
10377         as wide as ptrdiff_t.
10378
10379         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
10380         so that our regex.h stays compatible with the installed regex.
10381         This is helpful for installers who configure --without-included-regex.
10382         Problem reported by Emanuele Giaquinta.
10383
10384 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
10385
10386         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
10387         Typedef to long int, not to off_, as POSIX will likely change
10388         in that direction.
10389
10390 2006-03-15  Eric Blake  <ebb9@byu.net>
10391
10392         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
10393
10394 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
10395
10396         * lib/argp-help.c (validate_uparams): Fix typo
10397         * lib/argp-parse.c (argp_default_options): Consistently begin help
10398         messages with a lowercase letter.
10399
10400 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
10401
10402         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
10403         overrun buffers and shouldn't be used (much as gets shouldn't be
10404         used).
10405         * lib/time_r.c (asctime_r, ctime_r): Likewise.
10406
10407 2006-03-08  Simon Josefsson  <jas@extundo.com>
10408
10409         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
10410         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10411
10412 2006-03-08  Simon Josefsson  <jas@extundo.com>
10413
10414         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
10415         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10416
10417 2006-03-08  Simon Josefsson  <jas@extundo.com>
10418
10419         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
10420         signal that configure disabled the device.
10421
10422 2006-03-08  Simon Josefsson  <jas@extundo.com>
10423
10424         * build-aux/maint.mk: Fix refresh-po, to handle no translated
10425         languages.
10426
10427 2006-03-07  Simon Josefsson  <jas@extundo.com>
10428
10429         * modules/getopt (Depends-on): Add unistd.
10430
10431         * modules/unistd: New file.
10432
10433 2006-03-07  Simon Josefsson  <jas@extundo.com>
10434
10435         * modules/gc-random: New file.
10436
10437 2006-03-07  Simon Josefsson  <jas@extundo.com>
10438
10439         * m4/unistd_h.m4: New file.
10440
10441 2006-03-07  Simon Josefsson  <jas@extundo.com>
10442
10443         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
10444         test to be side-effect free by storing the result in the cache
10445         variable gl_cv_lib_readline, and moving the assignment of
10446         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
10447         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10448
10449 2006-03-07  Simon Josefsson  <jas@extundo.com>
10450
10451         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
10452         error on missing devices (the functions will return an error).
10453
10454         * m4/gc.m4: Move random stuff to gc-random.m4
10455
10456 2006-03-07  Simon Josefsson  <jas@extundo.com>
10457
10458         * lib/unistd_.h: New file.
10459
10460 2006-03-07  Simon Josefsson  <jas@extundo.com>
10461
10462         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
10463
10464 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
10465
10466         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
10467         Problem reported by Juan Manuel Guerrero.
10468
10469 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
10470
10471         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
10472         the unistd module.
10473         * lib/getlogin_r.c: Likewise.
10474         * lib/getlogin_r.h: Likewise.
10475         * lib/glob.c: Likewise.
10476         * lib/pagealign_alloc.c: Likewise.
10477         * lib/unistd_.h: Remove; no longer needed.
10478
10479 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
10480
10481         * MODULES.html.sh (Support for systems lacking POSIX:2001):
10482         Add unistd.
10483         * modules/c-stack (Depends-on): Add unistd.
10484         * modules/getlogin_r: Likewise.
10485         * modules/glob: Likewise.
10486         * modules/pagealign_alloc: Likewise.
10487         * modules/unistd (Files): Remove lib/unistd_.h.
10488         (EXTRA_DIST): Remove.
10489         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
10490         need unistd_.h.
10491         (MOSTLYCLEANFILES): Remove unistd.h-t.
10492
10493 2006-03-03  Simon Josefsson  <jas@extundo.com>
10494
10495         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
10496
10497 2006-03-03  Simon Josefsson  <jas@extundo.com>
10498
10499         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
10500         libidn and bison.
10501
10502 2006-03-03  Simon Josefsson  <jas@extundo.com>
10503
10504         * build-aux/maint.mk: Add indent target.
10505
10506 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
10507
10508         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
10509         our replacement poll.h in any case, to avoid a differing
10510         declaration from a system header.  Seen on AIX.
10511
10512 2006-03-01  Simon Josefsson  <jas@extundo.com>
10513
10514         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
10515         <kasal@ucw.cz>.
10516
10517 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
10518
10519         * modules/gettime (Depends-on): Add extensions module.
10520         * modules/nanosleep (Depends-on): Likewise.
10521         * modules/settime (Depends-on): Likewise.
10522
10523 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
10524
10525         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
10526         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
10527         pedantically.
10528         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
10529         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
10530
10531         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
10532         not "==".  Reported by Ralf Wildenhues.
10533
10534 2006-03-01  Karl Berry  <karl@gnu.org>
10535
10536         * doc/Copyright/request-*: new files, synced from gnuorg.
10537
10538 2006-03-01  Karl Berry  <karl@gnu.org>
10539
10540         * config/srclist.txt (Copyright/*): new entries.
10541
10542 2006-02-28  Simon Josefsson  <jas@extundo.com>
10543
10544         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
10545
10546 2006-02-27  Simon Josefsson  <jas@extundo.com>
10547
10548         * lib/base64.h: Indent #define's.  From Jim Meyering
10549         <jim@meyering.net>.
10550
10551 2006-02-27  Jim Meyering  <jim@meyering.net>
10552
10553         Revert the change of 2006-02-24, so these files can continue
10554         to be sync'd from gettext.
10555         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
10556         of `config.h'.
10557
10558 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
10559
10560         * modules/intprops: New file.
10561         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
10562         Add intprops.
10563         * modules/getloadavg (Files): Remove lib/intprops.h.
10564         (Depends-on): Add intprops.
10565         * modules/human: Likewise.
10566         * modules/inttostr: Likewise.
10567         * modules/openat: Likewise.
10568         * modules/sig2str: Likewise.
10569         * modules/userspec: Likewise.
10570         * modules/utimecmp: Likewise.
10571         * modules/xnanosleep: Likewise.
10572         * modules/xstrtol: Likewise.
10573
10574 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
10575
10576         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
10577         * modules/lock-tests (TESTS): Use $(EXEEXT).
10578         * modules/tls-tests: Likewise.
10579         * modules/argp-tests: Likewise.
10580         (check_PROGRAMS): New var, replacing...
10581         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
10582
10583 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10584
10585         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
10586         `config.h'.
10587
10588 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
10589
10590         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
10591
10592 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10593
10594         Sync from coreutils.
10595         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
10596         gl_CHDIR_SAFER.
10597
10598 2006-02-22  Jim Meyering  <jim@meyering.net>
10599
10600         Sync from coreutils.
10601         * m4/chdir-safer.m4: New file.
10602
10603 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
10604
10605         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
10606         AT_FDCWD exceeds INT_MAX.
10607         * lib/openat.h (AT_FDCWD): Likewise.
10608
10609 2006-02-17  Eric Blake  <address@hidden>
10610
10611         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
10612
10613 2006-02-16  Simon Josefsson  <jas@extundo.com>
10614
10615         * modules/getaddrinfo (Depends-on): Add sys_socket.
10616
10617 2006-02-15  Simon Josefsson  <jas@extundo.com>
10618
10619         * build-aux/maint.mk: Add dsyntax-check rule.
10620
10621 2006-02-15  Eric Blake  <ebb9@byu.net>
10622
10623         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
10624         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
10625         'present but cannot compile' warnings on cygwin.
10626         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
10627         use ws2tcpip.h if sys/socket.h works.
10628         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
10629         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
10630
10631 2006-02-14  Simon Josefsson  <jas@extundo.com>
10632
10633         * modules/maintainer-makefile (Files): Rename.
10634
10635         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
10636         and (the local) Makefile.cfg to maint-cfg.mk.
10637
10638         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
10639         to the latter.
10640
10641         * modules/maintainer-makefile: New module.
10642
10643         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
10644         severaly stripped to make it possible to build it up from scratch
10645         with reliable tests.
10646
10647         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
10648         fixes to permit overriding the default actions when configure and
10649         makefile are not available.
10650
10651 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
10652
10653         Sync from coreutils.
10654         * modules/lstat (Depends-on): Don't depend on xalloc.
10655         (License): Change from GPL to LGPL, since this is now simply a
10656         replacement for a libc function.
10657
10658 2006-02-14  Jim Meyering  <jim@meyering.net>
10659
10660         Sync from coreutils.
10661
10662         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
10663         failure on deficient systems, and simplify gnulib lgpl dependencies.
10664         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
10665         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
10666
10667         * lib/xalloc-die.c: Remove unused definition of N_.
10668
10669 2006-02-14  Jim Meyering  <jim@meyering.net>
10670
10671         Sync from coreutils.
10672         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
10673         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
10674         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
10675         double-quote uses of that variable, to accommodate the rare case in
10676         which getmntent is available in none of the libraries checked.  This
10677         happens at least on FreeBSD 5.0.
10678
10679 2006-02-13  Simon Josefsson  <jas@extundo.com>
10680
10681         * gnulib-tool (Usage): Fix --import, from
10682         karl@freefriends.org (Karl Berry).
10683
10684 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
10685
10686         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
10687
10688 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
10689
10690         * lib/argp-namefrob.h: Restore changes accidentally lost during the
10691         "autoupdate" on 2005-12-12.
10692
10693 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
10694
10695         * modules/closeout (Depends-on): Remove atexit.
10696
10697 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
10698
10699         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
10700         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
10701
10702 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
10703
10704         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
10705         __EXTENSIONS__ if this causes compilation to fail.  Problem
10706         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
10707         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
10708
10709 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
10710
10711         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
10712         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
10713         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
10714         All uses changed.
10715
10716 2006-01-26  Simon Josefsson  <jas@extundo.com>
10717
10718         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
10719         prototype is visible on mingw32.
10720
10721         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
10722         for mingw32.
10723
10724         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
10725         mingw32).
10726
10727 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
10728
10729         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
10730         attempt to open for write; this always fails, at least on POSIX
10731         hosts.  This reinstates the 2006-01-09 change, which was
10732         inadvertently removed.
10733
10734 2006-01-26  Bruno Haible  <bruno@clisp.org>
10735
10736         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
10737         Reported by Paul Eggert.
10738
10739 2006-01-26  Bruno Haible  <bruno@clisp.org>
10740             Paul Eggert  <eggert@cs.ucla.edu>
10741
10742         * lib/stdbool_.h (_Bool)
10743         [(! (defined __cplusplus || defined __BEOS__)
10744           && !defined __GNUC__
10745           && !(defined __HP_cc || defined __xlc__
10746                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
10747                || defined __sgi))]:
10748         #define to signed char in these cases too; this simplifies
10749         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
10750         etc., separately) and makes it more conservative.
10751
10752 2006-01-25  Simon Josefsson  <jas@extundo.com>
10753
10754         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
10755         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
10756         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
10757
10758 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
10759
10760         * lib/argp-namefrob.h: Bugfix. Remove stray #
10761
10762 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
10763
10764         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
10765         so that we test the test.
10766         Check for yet another HP-UX cc bug involving *bool |= bool.
10767
10768 2006-01-25  Karl Berry  <karl@gnu.org>
10769
10770         * config/srclist.txt (vasnprintf.c): sync lost.
10771
10772 2006-01-25  Jim Meyering  <jim@meyering.net>
10773
10774         Sync from the stable (b5) branch of coreutils:
10775
10776         * lib/fts.c (fts_children): Don't let close() clobber errno from
10777         failed fchdir().
10778
10779         * lib/fts.c (fts_stat): When following a symlink-to-directory,
10780         don't necessarily interpret stat-fails+lstat-succeeds as indicating
10781         a dangling symlink.  That can also happen at least for ELOOP.
10782         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
10783         FYI, this bug predates the inclusion of fts.c in coreutils.
10784
10785         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
10786         in their own block, so pre-c99 compilers don't object.
10787
10788         Avoid the double-free (first in fts_read, second in fts_close) that
10789         would occur when an `active' directory is made inaccessible (e.g.,
10790         via chmod a-x) during a traversal.
10791         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
10792         before returning.  Reproduce this failure by
10793         mkdir -p a/b; cd a; chmod a-x . b
10794         Reported by Stavros Passas.
10795
10796 2006-01-25  Jim Meyering  <jim@meyering.net>
10797
10798         * lib/fileblocks.c: Remove more useless parentheses.
10799         * lib/readutmp.h: Likewise.
10800
10801 2006-01-25  Bruno Haible  <bruno@clisp.org>
10802
10803         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
10804         warnings.
10805         Reported by Paul Eggert.
10806
10807 2006-01-25  Bruno Haible  <bruno@clisp.org>
10808
10809         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
10810         rid of a trap command. For Solaris sh.
10811         Reported by Mark D. Baushke <mdb@gnu.org>.
10812
10813 2006-01-24  Simon Josefsson  <jas@extundo.com>
10814
10815         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
10816         Bruno.
10817
10818 2006-01-24  Karl Berry  <karl@gnu.org>
10819
10820         * config/srclist.txt (argp-namefrob.h): sync lost.
10821
10822 2006-01-24  Jim Meyering  <jim@meyering.net>
10823
10824         * modules/openat (Files): Add lib/intprops.h.
10825         From Mark D. Baushke.
10826
10827 2006-01-24  Jim Meyering  <jim@meyering.net>
10828
10829         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
10830         Reported by Mark D. Baushke.
10831
10832 2006-01-24  Jim Meyering  <jim@meyering.net>
10833
10834         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
10835
10836 2006-01-24  Bruno Haible  <bruno@clisp.org>
10837
10838         * modules/strnlen (Maintainer): Change from glibc to all.
10839
10840 2006-01-24  Bruno Haible  <bruno@clisp.org>
10841
10842         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
10843         Patch by Paul Eggert.
10844
10845 2006-01-24  Bruno Haible  <bruno@clisp.org>
10846
10847         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
10848         already has it.
10849         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
10850         2005-11-26.
10851
10852         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
10853         'signed char' to avoid problems with the built-in _Bool type.
10854         Reported by Paul Eggert on 2005-11-26.
10855
10856 2006-01-24  Bruno Haible  <bruno@clisp.org>
10857
10858         * gnulib-tool (func_import): Avoid constructing complicated sed
10859         expressions inside backquote.
10860         Report and solution by Mark D. Baushke <mdb@gnu.org>.
10861
10862 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
10863
10864         These changes imported from libc.
10865         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
10866         test and two separate function calls.
10867         * lib/strndup.c (__strndup): Add libc_hidden_def.
10868
10869 2006-01-23  Simon Josefsson  <jas@extundo.com>
10870
10871         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
10872         Remove the test_*_SOURCES variable: automake infers it by default.
10873         * modules/tls-tests: Likewise.
10874
10875 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
10876
10877         Work around porting bugs reported by Dieter in
10878         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
10879         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
10880         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
10881         Include "getopt.h" first, to check interface.
10882         (getenv): Declare only if defined HAVE_DECL_GETENV &&
10883         !HAVE_DECL_GETENV.
10884         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
10885         (__strndup): Revert to K&R-style function dfns, the glibc style.
10886         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
10887         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
10888         Include strnlen.h first, to get prototype properly.
10889         (strnlen): Renamed from __strnlen.
10890         Remove weak alias.
10891
10892 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
10893
10894         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
10895
10896 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
10897
10898         * config/srclist.txt: Adjust to reflect glibc reorganization.
10899         This affects only comments.
10900
10901 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
10902
10903          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
10904          Reported by Bruce Korb <bkorb@gnu.org>.
10905
10906 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
10907
10908         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
10909         to pacify gcc -Wswitch-default.
10910
10911 2006-01-22  Bruno Haible  <bruno@clisp.org>
10912
10913         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
10914         temporary buffer for sprintf, take into account the precision also
10915         for 'd', 'i', 'u', 'o', 'x', 'X'.
10916
10917 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
10918
10919         * modules/argp-tests: New module
10920         * tests/test-argp.c: New file
10921         * tests/test-argp-2.sh: New file
10922
10923 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
10924
10925         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
10926         (__argp_base_name): Removed
10927         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
10928         typo.
10929         (__argp_base_name): Provide macro definition or extern declaration
10930         depending on the configuration
10931
10932 2006-01-20  Simon Josefsson  <jas@extundo.com>
10933
10934         * modules/inet_ntop (Depends-on): Depend on sys_socket.
10935
10936 2006-01-20  Simon Josefsson  <jas@extundo.com>
10937
10938         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
10939
10940 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
10941
10942         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
10943         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
10944         Suggested by Bruno Haible.
10945
10946 2006-01-20  Karl Berry  <karl@gnu.org>
10947
10948         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
10949         until changes propagate, I guess.
10950
10951 2006-01-19  Simon Josefsson  <jas@extundo.com>
10952
10953         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
10954
10955 2006-01-19  Simon Josefsson  <jas@extundo.com>
10956
10957         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
10958
10959 2006-01-19  Simon Josefsson  <jas@extundo.com>
10960
10961         * gnulib-tool: Set check_PROGRAMS.
10962
10963         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
10964         modules/des-tests, modules/gc-arcfour-tests,
10965         modules/gc-arctwo-tests, modules/gc-des-tests,
10966         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
10967         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
10968         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
10969         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
10970         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
10971         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
10972         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
10973         test_*_SOURCES.
10974
10975 2006-01-18  Simon Josefsson  <jas@extundo.com>
10976
10977         * modules/socklen (Depends-on): Depend on sys_socket.
10978
10979 2006-01-18  Simon Josefsson  <jas@extundo.com>
10980
10981         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
10982         modules/des-tests, modules/gc-arcfour-tests,
10983         modules/gc-arctwo-tests, modules/gc-des-tests,
10984         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
10985         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
10986         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
10987         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
10988         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
10989         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
10990         $(EXEEXT) to automake TESTS variable, for mingw32.
10991
10992 2006-01-17  Simon Josefsson  <jas@extundo.com>
10993
10994         * modules/socklen (Include): Need sys/socket.h.
10995
10996 2006-01-17  Bruno Haible  <bruno@clisp.org>
10997
10998         * modules/ssize_t (Include): Add <sys/types.h>.
10999
11000 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
11001
11002         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
11003         it's not portable and it doesn't work with cross-compiles.
11004         Problem reported by Bruno Haible.  Fix missing-$ typo in
11005         'test "gl_cv_ignore_unused_libraries" ...' that prevented
11006         -zignore from being used with Sun's C compiler.
11007
11008 2006-01-12  Simon Josefsson  <jas@extundo.com>
11009
11010         * lib/base64.c: Fix warning, reported by Bruno Haible
11011         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
11012
11013 2006-01-12  Bruno Haible  <bruno@clisp.org>
11014
11015         * modules/ldd: New file.
11016         * build-aux/ldd.sh.in: New file.
11017         * MODULES.html.sh (Support for building libraries and executables): Add
11018         ldd.
11019
11020 2006-01-12  Bruno Haible  <bruno@clisp.org>
11021
11022         * m4/ldd.m4: New file.
11023
11024 2006-01-12  Bruno Haible  <bruno@clisp.org>
11025
11026         * gnulib-tool (func_import, func_create_testdir): Don't go into an
11027         endless loop while replacing $auxdir with build-aux.
11028
11029 2006-01-11  Simon Josefsson  <jas@extundo.com>
11030
11031         * lib/stdint_.h (SIZE_MAX): Add missing (.
11032
11033 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
11034
11035         Sync from coreutils.
11036         * lib/md5.c: Fix commentary typos.
11037         (alignof, UNALIGNED_P): No need for a GCC-specific version.
11038         * lib/md5.h (__attribute__): Remove; unused.
11039         * lib/sha1.c: Fix commentary to match md5 better.
11040         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
11041         so that we don't need to worry about alignment.  All uses changed.
11042         This merges the 2005-10-28 md5 change into sha1.
11043
11044 2006-01-11  Jim Meyering  <jim@meyering.net>
11045
11046         Sync from coreutils.
11047         * lib/md5.c (OP): Fix spacing.
11048
11049 2006-01-11  Bruno Haible  <bruno@clisp.org>
11050
11051         Ensure automatic ordering between gl_LOCK and gl_ARGP.
11052         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
11053         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
11054
11055 2006-01-11  Bruno Haible  <bruno@clisp.org>
11056
11057         Ensure automatic ordering between gl_LOCK and gl_ARGP.
11058         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
11059         the "early" section as well.
11060
11061 2006-01-11  Bruno Haible  <bruno@clisp.org>
11062
11063         Avoid "ar: no archive members specified" error on MacOS X.
11064         * gnulib-tool (func_modules_add_dummy): New function.
11065         (func_import, func_create_testdir): Invoke it.
11066
11067 2006-01-11  Bruno Haible  <bruno@clisp.org>
11068
11069         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
11070         with $auxdir in AC_CONFIG_FILES statements.
11071
11072 2006-01-11  Bruno Haible  <bruno@clisp.org>
11073
11074         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11075         Initialize also noinst_HEADERS to empty.
11076
11077 2006-01-11  Bruno Haible  <bruno@clisp.org>
11078
11079         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
11080         variables.
11081         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
11082         autoreconf.
11083
11084 2006-01-11  Bruno Haible  <bruno@clisp.org>
11085
11086         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
11087         overridable by the user.
11088         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11089
11090 2006-01-10  Simon Josefsson  <jas@extundo.com>
11091
11092         * modules/sys_socket: New file.
11093
11094 2006-01-10  Simon Josefsson  <jas@extundo.com>
11095
11096         * m4/sys_socket_h.m4: New file.
11097
11098 2006-01-10  Simon Josefsson  <jas@extundo.com>
11099
11100         * lib/socket_.h: New file.
11101
11102 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
11103
11104         * modules/readutmp (Maintainer): Add myself.
11105
11106 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
11107
11108         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
11109         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
11110         People who are still concerned with buggy memcmp implementations
11111         can invoke gl_FUNC_MEMCMP themselves.
11112
11113 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
11114
11115         * lib/regex_internal.h (BITSET_WORD_BITS):
11116         Work around a bug in 64-bit PGC (before version 6.1-2), where the
11117         preprocessor mishandles large unsigned values as if they were signed.
11118         Problem reported by Claudio Fontana in
11119         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
11120
11121 2006-01-10  Jim Meyering  <jim@meyering.net>
11122
11123         Avoid the double-free (first in fts_read, second in fts_close) that
11124         would occur when an `active' directory is made inaccessible (e.g.,
11125         via chmod a-x) during a traversal.
11126         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
11127         before returning.  Reproduce this failure by
11128         mkdir -p a/b; cd a; chmod a-x . b
11129         Reported by Stavros Passas.
11130
11131         Sync from coreutils.
11132         * lib/sha1.c: Tweak grammar in a comment.
11133
11134 2006-01-10  Jim Meyering  <jim@meyering.net>
11135
11136         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
11137         Patch by Joerg Sonnenberger.
11138
11139 2006-01-10  Bruno Haible  <bruno@clisp.org>
11140
11141         * modules/readutmp: Depend on module free.
11142         * modules/strtok_r: Depend on module restrict.
11143
11144 2006-01-10  Bruno Haible  <bruno@clisp.org>
11145
11146         * modules/gettext (configure.ac): Add an invocation of
11147         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
11148
11149 2006-01-10  Bruno Haible  <bruno@clisp.org>
11150
11151         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
11152         Reported by Werner Lemberg <wl@gnu.org>.
11153
11154 2006-01-10  Bruno Haible  <bruno@clisp.org>
11155
11156         * lib/localcharset.c: Update from GNU gettext.
11157
11158 2006-01-10  Bruno Haible  <bruno@clisp.org>
11159
11160         * lib/argp.h (__const): Remove macro. Use const instead.
11161         * lib/argp-fmtstream.h (__const): Likewise.
11162         * lib/glob_.h (__const): Remove macro.
11163         * lib/glob-libc.h: Use const instead of __const.
11164
11165 2006-01-10  Bruno Haible  <bruno@clisp.org>
11166
11167         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
11168         variable.
11169         Needed to avoid an automake error regarding the 'gettext' module.
11170
11171 2006-01-09  Simon Josefsson  <jas@extundo.com>
11172
11173         * modules/inet_ntop (Depends-on): Add restrict.
11174
11175 2006-01-09  Simon Josefsson  <jas@extundo.com>
11176
11177         * modules/gc-rijndael-tests (License): Put under LGPL.
11178
11179         * modules/gc-des-tests (License): Likewise.
11180
11181         * modules/gc-arcfour-tests (License): Likewise.
11182
11183         * modules/gc-arctwo-tests (License): Likewise.
11184
11185         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
11186
11187         * modules/gc-hmac-sha1-tests (Files): Likewise.
11188
11189         * modules/gc-hmac-md5-tests (License): Likewise.
11190
11191         * modules/gc-sha1-tests (License): Likewise.
11192
11193         * modules/gc-md5-tests (License): Likewise.
11194
11195         * modules/gc-md4-tests (License): Likewise.
11196
11197         * modules/gc-md2-tests (License): Likewise.
11198
11199         * modules/gc-tests (License): Likewise.
11200
11201         * modules/des-tests (License): Likewise.
11202
11203         * modules/md4-tests (License): Likewise.
11204
11205         * modules/md2-tests (License): Likewise.
11206
11207 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
11208
11209         Sync from coreutils:
11210
11211         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
11212         * modules/lib-ignore: New file.
11213         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
11214         chdir-safer.m4, lchmod.m4.
11215         * modules/openat: Add mkdirat.c, openat-priv.h.
11216
11217 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
11218
11219         Sync from coreutils.
11220         * m4/lib-ignore.m4: New file.
11221         * m4/lchmod.m4: New file.
11222
11223 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
11224
11225         Sync from coreutils.
11226         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
11227         for write access: POSIX says that must fail.
11228         * lib/fts.c (diropen): Likewise.
11229         * lib/save-cwd.c (save_cwd): Likewise.
11230         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
11231         well, for minor improvements on hosts that lack O_DIRECTORY.
11232         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
11233         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
11234         Fall back on chown if open failed with EACCES.
11235
11236         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
11237         Report an error at compile-time if only a 1-second nominal clock
11238         resolution is found.
11239
11240         * lib/lchmod.h: New file.
11241         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
11242         (make_dir_parents): Use lchown rather than chown, and
11243         lchmod rather than chmod.
11244
11245         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
11246         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
11247         "proc" reported by n0dalus.
11248
11249         * lib/mountlist.c: Include <limits.h>.
11250         (dev_from_mount_options)
11251         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
11252         New function.  It no longer assumes "dev=" has the System V meaning
11253         on Linux (since it doesn't).  It also parses "dev=" more carefully.
11254         (read_file_system_list)
11255         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
11256         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
11257         dev= in that case.
11258
11259         * lib/posixtm.h (PDS_PRE_2000): New macro.
11260         * lib/posixtm.c (year): Arg is now syntax_bits rather than
11261         allow_century.  All usages changed.  Reject dates outside the range
11262         1969-1999 if PDS_PRE_2000 is used.
11263
11264 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
11265
11266         Sync from coreutils.
11267         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
11268         (Time of day items): Mention the possibility of leap seconds.
11269         Problem reported by Dr. David Alan Gilbert.
11270
11271 2006-01-09  Jim Meyering  <jim@meyering.net>
11272
11273         Sync from coreutils.
11274
11275         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
11276
11277         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
11278
11279         * lib/modechange.c (mode_compile): Reject an invalid mode string
11280         that starts with an octal digit.  From Andreas Gruenbacher.
11281
11282         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
11283         and dup to open_safer and dup_safer, respectively.
11284         (openat_permissive): Fix typo in comment.
11285
11286         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
11287         "gettext.h"; either no longer needed or are guaranteed by openat.h.
11288         (_): Remove; no longer needed.
11289         (openat): Renamed from rpl_openat; no need for rpl_openat
11290         since openat.h renames openat for us.
11291         Replace most of the body with a call to openat_permissive,
11292         to avoid duplicate code.
11293         Port to (probably hypothetical) environments were mode_t is
11294         wider than int.
11295         (openat_permissive): Require mode arg, so that we can check
11296         types better.  Put it just after flags.  Change cwd failure
11297         indicator from pointer-to-bool to pointer-to-errno-value.
11298         All callers changed.
11299         Invoke openat_save_fail and/or openat_restore_fail if
11300         cwd_errno is null, so that openat can call us.
11301         (openat_permissive, fdopendir, fstatat, unlinkat):
11302         Simplify errno handling to avoid some duplicate code,
11303         as it's OK to set errno on success.
11304         * lib/openat.h: Revamp code so that function macros depend on
11305         __OPENAT_PREFIX only, not also on AT_FDCWD.
11306         (openat_ro): Remove.  Caller changed to use openat_permissive.
11307         (openat_permissive): Now a macro, if not a function.
11308         (openat_restore_fail, openat_save_fail): Now always functions,
11309         since mkdirat needs them even if __OPENAT_PREFIX is defined.
11310
11311         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
11312         and openat.c.
11313         * lib/mkdirat.c: Include openat-priv.h.
11314         Remove definitions of macros defined therein.
11315         * lib/openat.c: Likewise.
11316
11317         * lib/mkdirat.c (mkdirat): New file and function.
11318         * lib/openat.h (mkdirat): Declare.
11319
11320         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
11321
11322         * lib/openat.h (openat_permissive): Declare.
11323         (openat_ro): Define.
11324
11325         * lib/openat.c (EXPECTED_ERRNO): New macro.
11326         (openat_permissive): New function -- used in remove.c rewrite.
11327         (all functions): Set errno just before returning, only if there
11328         was an actual failure.
11329         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
11330
11331         Emulate openat-family functions using Linux's procfs, if possible.
11332         Idea and some code based on Ulrich Drepper's glibc changes.
11333
11334         * lib/openat.c: (BUILD_PROC_NAME): New macro.
11335         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
11336         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
11337         before falling back on save_cwd and restore_cwd.
11338         (fdopendir, fstatat, unlinkat): Likewise.
11339
11340         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
11341         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
11342
11343         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
11344         as second argument to va_arg.  Otherwise, some versions of gcc
11345         warn that `if this code is reached, the program will abort'.
11346
11347 2006-01-09  Jim Meyering  <jim@meyering.net>
11348
11349         Sync from coreutils.
11350         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
11351         Require openat-priv.h.
11352
11353 2006-01-09  Bruno Haible  <bruno@clisp.org>
11354
11355         * modules/strnlen (Include): Use strnlen.h.
11356
11357 2006-01-09  Bruno Haible  <bruno@clisp.org>
11358
11359         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
11360
11361 2006-01-09  Bruno Haible  <bruno@clisp.org>
11362
11363         * lib/sysexit_.h (EX_OK): New macro.
11364         Suggested by Martin Lambers <marlam@marlam.de>.
11365
11366 2006-01-09  Bruno Haible  <bruno@clisp.org>
11367
11368         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
11369         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
11370
11371 2006-01-09  Bruno Haible  <bruno@clisp.org>
11372
11373         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
11374         numbers.
11375
11376 2006-01-09  Bruno Haible  <bruno@clisp.org>
11377
11378         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
11379         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
11380         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
11381         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
11382
11383 2006-01-09  Bruno Haible  <bruno@clisp.org>
11384
11385         * build-aux/javacomp.sh.in: New file, moved from lib/.
11386         * modules/javacomp-script (Files): Update.
11387         (configure.ac): Add AC_CONFIG_FILES invocation.
11388         (EXTRA_DIST): Remove variable.
11389
11390         * build-aux/javaexec.sh.in: New file, moved from lib/.
11391         * modules/javaexec (Files): Update.
11392         (configure.ac): Add AC_CONFIG_FILES invocation.
11393         (EXTRA_DIST): Remove javaexec.sh.in.
11394
11395         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
11396         * modules/csharpcomp-script (Files): Update.
11397         (configure.ac): Add AC_CONFIG_FILES invocation.
11398         (EXTRA_DIST): Remove variable.
11399
11400         * build-aux/csharpexec.sh.in: New file, moved from lib/.
11401         * modules/csharpexec (Files): Update.
11402         (configure.ac): Add AC_CONFIG_FILES invocation.
11403         (EXTRA_DIST): Remove csharpexec.sh.in.
11404
11405 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
11406
11407         Sync from coreutils.
11408
11409         Add POSIX ACL support
11410         * lib/acl.h (copy_acl, set_acl): Add declarations.
11411         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
11412         systems other than Linux.
11413         (chmod_or_fchmod): New function: use fchmod when possible,
11414         and chmod otherwise.
11415         (file_has_acl): Add a POSIX ACL implementation, with a
11416         Linux-specific subcase.
11417         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
11418         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
11419         acls are unsupported.
11420         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
11421         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
11422         are unsupported.
11423
11424 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
11425
11426         Sync from coreutils.
11427         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
11428
11429 2006-01-07  Bruno Haible  <bruno@clisp.org>
11430
11431         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
11432         gl_EARLY.
11433
11434 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
11435
11436         * lib/strftime.c (tzname): Don't declare if it is already #defined.
11437         Problem reported for Mingw by Mark Junker.
11438
11439 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
11440
11441         * README: Gnulib normally doesn't generate a tarball.
11442
11443 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
11444
11445         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
11446         long int, not int, for nanosecond counts, so that people who are
11447         used to POSIX struct timespec won't be surprised.  Reported by Jim
11448         Meyering.
11449
11450 2005-12-28  Bruno Haible  <bruno@clisp.org>
11451
11452         * build-aux/config.rpath: Update from GNU gettext.
11453
11454 2005-12-16  Jim Meyering  <jim@meyering.net>
11455
11456         * modules/fprintftime: New module.
11457         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
11458
11459 2005-12-16  Jim Meyering  <jim@meyering.net>
11460
11461         * m4/fprintftime.m4: New file.
11462
11463 2005-12-16  Jim Meyering  <jim@meyering.net>
11464
11465         * lib/fprintftime.c, lib/fprintftime.h: New files.
11466
11467 2005-12-15  Simon Josefsson  <jas@extundo.com>
11468
11469         * modules/socklen (configure.ac): Fix M4 macro name, to align with
11470         new m4/socklen.m4.
11471
11472 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
11473
11474         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
11475         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
11476
11477 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
11478
11479         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
11480         * lib/argp-help.c (fill_in_uparams): Check if the constructed
11481         struct uparams is valid. Fall back to the default values if it is
11482         not.
11483
11484 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11485
11486         * modules/argp (Files): Add argp-pin.c
11487         (Depends-on): dirname
11488         (lib_SOURCES): Add argp-pin.c
11489
11490 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11491
11492         * m4/argp.m4:  Check if program_invocation_name and
11493         program_invocation_short_name are declared and define appropriate
11494         macros if they are not.
11495
11496 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11497
11498         * lib/argp-help.c (__argp_base_name): New function
11499         (__argp_short_program_name): Rewrite using __argp_base_name
11500         * lib/argp-namefrob.h: Define program_invocation_name and
11501         program_invocation_short_name if requested
11502         (__argp_base_name): Add prototype
11503         * lib/argp-parse.c (argp_def): Use gettext wrappers
11504         (argp_default_parser): Use __argp_base_name
11505         * lib/argp-pin.c: New file. Defines program_invocation_name and
11506         program_invocation_short_name on systems that lack them.
11507
11508 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
11509
11510         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
11511         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
11512         porting problem reported by Georg Schwarz in
11513         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
11514
11515 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
11516
11517         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
11518         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
11519         porting problem reported by Georg Schwarz in
11520         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
11521
11522 2005-12-05  Bruno Haible  <bruno@clisp.org>
11523
11524         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
11525         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
11526         Reported by Mark Junker <mjscod@gmx.de>.
11527
11528 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
11529
11530         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
11531         Use implementation from Albert Chin, with some
11532         comments/corrections by Stepan Kasal and myself.
11533
11534 2005-12-02  Bruno Haible  <bruno@clisp.org>
11535
11536         * gnulib-tool (func_import): Accept GPLed build tool modules when
11537         --lgpl is given.
11538         * modules/csharpcomp-script: New file.
11539         * modules/csharpcomp: Depend on it.
11540         * modules/javacomp-script: New file.
11541         * modules/javacomp: Depend on it.
11542         Suggested by Simon Josefsson.
11543
11544 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
11545
11546         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
11547         statement, to work around an HP-UX 10.20 compiler bug reported by
11548         Peter O'Gorman.
11549
11550 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
11551
11552         * modules/savedir (Depends-on): Add openat.
11553
11554 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
11555
11556         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
11557         (uintmax_t) [defined uintmax_t]: Do not declare.
11558         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
11559         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
11560         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
11561         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
11562         sake of portability to weird hosts that C allows (though we don't
11563         know of any practical examples).
11564
11565         * lib/savedir.h (fdsavedir): New decl.
11566         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
11567         contains most of the former guts of savedir.
11568         (savedir): Use savedirstream.
11569         Include "openat.h".
11570
11571 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
11572
11573         * modules/obstack (Files): Add m4/ulonglong.m4.
11574         Problem reported by Davide Angelocola.
11575
11576 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
11577
11578         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
11579         coreutils no longer futzes with rounding modes.
11580
11581 2005-11-14  Jim Meyering  <jim@meyering.net>
11582
11583         * lib/mkstemp-safer.c: Include <config.h>, required for possible
11584         replacement of mkstemp.
11585
11586 2005-11-10  Simon Josefsson  <jas@extundo.com>
11587
11588         * lib/readline.c: Remove EOL.
11589
11590 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
11591
11592         * modules/gethrxtime (Depends-on): Add gettime.
11593
11594 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
11595
11596         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
11597         or gettimeofday; no longer needed.
11598
11599 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
11600
11601         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
11602         time business.
11603         (gethrxtime) [! (HAVE_NANOUPTIME
11604         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
11605         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
11606         our own approximation.
11607
11608 2005-11-08  Eric Blake  <ebb9@byu.net>
11609
11610         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
11611
11612 2005-11-08  Eric Blake  <ebb9@byu.net>
11613
11614         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
11615
11616 2005-11-04  Bruno Haible  <bruno@clisp.org>
11617
11618         * gnulib-tool: Implement --update mode.
11619
11620 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
11621
11622         Fix porting problem reported by Theodoros V. Kalamatianos.
11623         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
11624         Don't assume that futimes failing means we must fail.
11625
11626 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
11627
11628         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
11629         variables to suggest the intended function of the PATH_MAX check.
11630
11631 2005-10-30  Kean Johnston  <jkj@sco.com>
11632
11633         Trivial changes to support SCO systems.
11634         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
11635         as PATH_MAX.
11636         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
11637         where __ptr is null when no I/O is pending.
11638
11639 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
11640
11641         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
11642         leave errno alone.  Problem reported by Dmitry V. Levin.
11643
11644 2005-10-28  Simon Josefsson  <jas@extundo.com>
11645
11646         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
11647         Test more.
11648
11649         * tests/test-gc-md2.c, tests/test-md2.c: New files.
11650
11651         * modules/md2, modules/md2-tests: New files.
11652
11653 2005-10-28  Simon Josefsson  <jas@extundo.com>
11654
11655         * m4/inet_ntop.m4: More tests.
11656
11657         * m4/gc-md2.m4, md2.m4: New file.
11658
11659 2005-10-28  Simon Josefsson  <jas@extundo.com>
11660
11661         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
11662         "restrict" keywords, as per POSIX.  Protect the function
11663         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
11664         Don't use K&R prototypes.  Check the sprintf return values.
11665         Re-define EAFNOSUPPORT if not present.  Indent.
11666
11667         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
11668         suggested by Bruno Haible <bruno@clisp.org>.
11669
11670         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
11671
11672         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
11673
11674         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
11675         libgcrypt).
11676
11677         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
11678
11679         * lib/md2.h, lib/md2.c: New files.
11680
11681 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
11682
11683         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
11684         errno alone.  Problem reported by Frederic Jolliton.
11685
11686 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
11687
11688         * modules/verify (License): Change from GPL to LGPL.  This is a
11689         tiny module and there are apparently near-equivalents that are
11690         under the BSD license.
11691
11692 2005-10-24  Simon Josefsson  <jas@extundo.com>
11693
11694         * modules/sha1: Relicense to LGPL.
11695
11696 2005-10-24  Simon Josefsson  <jas@extundo.com>
11697
11698         * lib/md4.h: Shrink buffer size, now that we changed the type.
11699
11700 2005-10-23  Simon Josefsson  <jas@extundo.com>
11701
11702         * gnulib-tool (func_import): Fix --tests-base.
11703
11704 2005-10-22  Simon Josefsson  <jas@extundo.com>
11705
11706         * modules/arcfour (Depends-on): Need stdint.
11707
11708 2005-10-22  Simon Josefsson  <jas@extundo.com>
11709
11710         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
11711         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
11712
11713 2005-10-22  Simon Josefsson  <jas@extundo.com>
11714
11715         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
11716         suggested by Bruno Haible <bruno@clisp.org>.
11717
11718 2005-10-22  Simon Josefsson  <jas@extundo.com>
11719
11720         * lib/crc.h: Include stddef.h, for size_t.
11721
11722 2005-10-22  Simon Josefsson  <jas@extundo.com>
11723
11724         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
11725         arcfour_context struct (simplify test vector testing in GNU
11726         Shishi).
11727
11728 2005-10-21  Simon Josefsson  <jas@extundo.com>
11729
11730         * modules/des, modules/des-tests: New files.
11731
11732         * modules/gc-des, modules/gc-des-tests: New files.
11733
11734         * tests/test-des.c, tests/test-gc-des.c: New file.
11735
11736 2005-10-21  Simon Josefsson  <jas@extundo.com>
11737
11738         * modules/arctwo, modules/arctwo-tests: New files.
11739
11740         * tests/test-arctwo.c: New file.
11741
11742         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
11743
11744         * tests/test-gc-arctwo.c: New file.
11745
11746 2005-10-21  Simon Josefsson  <jas@extundo.com>
11747
11748         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
11749         Bruno Haible <bruno@clisp.org>.
11750
11751         * m4/gc-des.m4: New file.
11752
11753 2005-10-21  Simon Josefsson  <jas@extundo.com>
11754
11755         * m4/arctwo.m4: New file.
11756
11757         * m4/gc-arctwo.m4: New file.
11758
11759 2005-10-21  Simon Josefsson  <jas@extundo.com>
11760
11761         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
11762         block.
11763
11764 2005-10-21  Simon Josefsson  <jas@extundo.com>
11765
11766         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
11767         <bruno@clisp.org>.
11768
11769         * lib/hmac-sha1.c (hmac_sha1): Likewise.
11770
11771         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
11772         Bruno Haible <bruno@clisp.org>.
11773
11774         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
11775         <bruno@clisp.org>.
11776
11777 2005-10-21  Simon Josefsson  <jas@extundo.com>
11778
11779         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
11780
11781 2005-10-21  Simon Josefsson  <jas@extundo.com>
11782
11783         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
11784
11785 2005-10-21  Simon Josefsson  <jas@extundo.com>
11786
11787         * lib/des.h, lib/des.c: New files.
11788
11789         * lib/gc-gnulib.c: Support DES.c
11790
11791 2005-10-21  Simon Josefsson  <jas@extundo.com>
11792
11793         * lib/arctwo.h, lib/arctwo.c: New files.
11794
11795         * lib/gc-gnulib.c: Support ARCTWO.
11796
11797 2005-10-21  Simon Josefsson  <jas@extundo.com>
11798
11799         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
11800         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11801
11802 2005-10-21  Simon Josefsson  <jas@extundo.com>
11803
11804         * gnulib-tool (func_import, func_create_testdir): Define automake
11805         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
11806         Makefile.am snippet),
11807         suggested by Bruno Haible <bruno@clisp.org>.
11808
11809         * modules/gc (Makefile.am): Use it.
11810
11811 2005-10-21  Bruno Haible  <bruno@clisp.org>
11812
11813         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
11814         patch.
11815
11816 2005-10-19  Simon Josefsson  <jas@extundo.com>
11817
11818         * tests/test-gc-rijndael.c: New file.
11819
11820         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
11821
11822 2005-10-19  Simon Josefsson  <jas@extundo.com>
11823
11824         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
11825         interface too.
11826
11827 2005-10-19  Simon Josefsson  <jas@extundo.com>
11828
11829         * tests/test-gc-arcfour.c: New file.
11830
11831         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
11832
11833 2005-10-19  Simon Josefsson  <jas@extundo.com>
11834
11835         * modules/gc-md4, modules/gc-md4-tests: New file.
11836
11837         * tests/test-gc-md4.c: New file.
11838
11839 2005-10-19  Simon Josefsson  <jas@extundo.com>
11840
11841         * m4/gc-md4.m4: New file.
11842
11843 2005-10-19  Simon Josefsson  <jas@extundo.com>
11844
11845         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
11846         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
11847         <kasal@ucw.cz>.
11848
11849 2005-10-19  Simon Josefsson  <jas@extundo.com>
11850
11851         * m4/gc-arcfour.m4: New file.
11852
11853         * m4/gc-rijndael.m4: New file.
11854
11855 2005-10-19  Simon Josefsson  <jas@extundo.com>
11856
11857         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
11858
11859 2005-10-19  Simon Josefsson  <jas@extundo.com>
11860
11861         * lib/gc-gnulib.c: Support ARCFOUR.
11862
11863 2005-10-19  Simon Josefsson  <jas@extundo.com>
11864
11865         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
11866         support.
11867
11868         * lib/gc.h: Add ECB enum type.
11869
11870         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
11871
11872 2005-10-18  Simon Josefsson  <jas@extundo.com>
11873
11874         * tests/test-md5.c: New file.
11875
11876         * modules/md5-tests: New file.
11877
11878 2005-10-18  Simon Josefsson  <jas@extundo.com>
11879
11880         * tests/test-md4.c: New file.
11881
11882         * modules/md4, modules/md4-tests: New files.
11883
11884 2005-10-18  Simon Josefsson  <jas@extundo.com>
11885
11886         * m4/md4.m4: New file.
11887
11888 2005-10-18  Simon Josefsson  <jas@extundo.com>
11889
11890         * lib/md4.h, lib/md4.c: New files, based on md5.?.
11891
11892 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
11893
11894         * gnulib-tool (func_create_testdir): Omit the second check whether
11895         BUILT_SOURCES in nonempty.
11896
11897 2005-10-17  Simon Josefsson  <jas@extundo.com>
11898
11899         * tests/test-rijndael.c: New file.
11900
11901 2005-10-17  Simon Josefsson  <jas@extundo.com>
11902
11903         * modules/sha1: Depend on stdint instead of md5.
11904
11905         * modules/md5: Depend on stdint, remove uint32_t.
11906
11907 2005-10-17  Simon Josefsson  <jas@extundo.com>
11908
11909         * modules/gc-sha1-tests: New file.
11910
11911         * tests/test-gc-sha1.c: New file.
11912
11913 2005-10-17  Simon Josefsson  <jas@extundo.com>
11914
11915         * m4/md5.m4: Remove call to uint32_t.m4.
11916
11917 2005-10-17  Simon Josefsson  <jas@extundo.com>
11918
11919         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
11920
11921         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
11922         md5.h.
11923
11924         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
11925
11926         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
11927
11928 2005-10-17  Simon Josefsson  <jas@extundo.com>
11929
11930         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
11931
11932 2005-10-17  Simon Josefsson  <jas@extundo.com>
11933
11934         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
11935
11936 2005-10-17  Simon Josefsson  <jas@extundo.com>
11937
11938         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
11939
11940         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
11941
11942 2005-10-17  Bruno Haible  <bruno@clisp.org>
11943
11944         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
11945         that it can also be used in a test.
11946
11947 2005-10-16  Bruno Haible  <bruno@clisp.org>
11948
11949         * gnulib-tool (func_emit_tests_Makefile_am): Also define
11950         TESTS_ENVIRONMENT, so that individual tests can augment it.
11951
11952         * gnulib-tool (func_create_testdir): Use an intermediate target for
11953         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
11954         macros, like $(ALLOCA_H), which cannot be passed through the command
11955         line.
11956
11957 2005-10-15  Simon Josefsson  <jas@extundo.com>
11958
11959         * modules/rijndael-tests: New file.
11960
11961         * modules/rijndael: New file.
11962
11963 2005-10-15  Simon Josefsson  <jas@extundo.com>
11964
11965         * m4/rijndael.m4: New file.
11966
11967 2005-10-15  Simon Josefsson  <jas@extundo.com>
11968
11969         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
11970
11971         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
11972
11973 2005-10-14  Simon Josefsson  <jas@extundo.com>
11974
11975         * tests/test-arcfour.c: New file.
11976
11977         * modules/arcfour, modules/arcfour-tests: New files.
11978
11979 2005-10-14  Simon Josefsson  <jas@extundo.com>
11980
11981         * m4/arcfour.m4: New file.
11982
11983 2005-10-14  Simon Josefsson  <jas@extundo.com>
11984
11985         * lib/arcfour.h, lib/arcfour.c: New files.
11986
11987 2005-10-14  Roland McGrath  <roland@redhat.com>
11988
11989         Import from libc.  [BZ #1331]
11990         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
11991         macro argument.
11992         Reported by Matej Vela <vela@debian.org>.
11993
11994 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
11995
11996         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
11997         include <wchar.h>; no longer needed.
11998
11999 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
12000
12001         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
12002
12003 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
12004         and  Ulrich Drepper  <drepper@redhat.com>
12005
12006         Import from libc.
12007         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
12008         instead of inline stream orientation test and two separate
12009         function calls.  Pay no attention to USE_IN_LIBIO.
12010
12011 2005-10-13  Simon Josefsson  <jas@extundo.com>
12012
12013         * modules/gc-hmac-md5-tests: New file.
12014
12015         * tests/test-gc-hmac-sha1.c: New file.
12016
12017         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
12018
12019         * modules/gc-hmac-md5-tests: New file.
12020
12021         * tests/test-gc-md5.c: New file.
12022
12023         * modules/gc-md5-tests: New file.
12024
12025 2005-10-13  Simon Josefsson  <jas@extundo.com>
12026
12027         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
12028         Move memory allocation outside of loop.
12029
12030 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
12031
12032         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
12033         intermediate directory is in a read-only file system.  Problem
12034         reported by Eric Blake.
12035
12036 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
12037
12038         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
12039
12040 2005-10-12  Simon Josefsson  <jas@extundo.com>
12041
12042         * tests/test-hmac-sha1.c: New file.
12043
12044         * modules/hmac-sha1-tests: New file.
12045
12046         * modules/hmac-sha1: New file.
12047
12048 2005-10-12  Simon Josefsson  <jas@extundo.com>
12049
12050         * modules/gc-sha1: New file.
12051
12052 2005-10-12  Simon Josefsson  <jas@extundo.com>
12053
12054         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
12055
12056         * tests/test-gc-pbkdf2-sha1.c: New file.
12057
12058 2005-10-12  Simon Josefsson  <jas@extundo.com>
12059
12060         * modules/gc-md5, modules/gc-hmac-md5: New files.
12061
12062         * modules/gc (Files): Remove md5, memxor and hmac files.
12063
12064 2005-10-12  Simon Josefsson  <jas@extundo.com>
12065
12066         * m4/gc-pbkdf2-sha1.m4: New file.
12067
12068         * m4/gc-hmac-sha1.m4: New file.
12069
12070         * m4/gc-sha1: New file.
12071
12072         * m4/hmac-sha1.m4: New file.
12073
12074 2005-10-12  Simon Josefsson  <jas@extundo.com>
12075
12076         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
12077
12078         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
12079
12080 2005-10-12  Simon Josefsson  <jas@extundo.com>
12081
12082         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
12083         suggested by Bruno Haible <bruno@clisp.org>.
12084
12085 2005-10-12  Simon Josefsson  <jas@extundo.com>
12086
12087         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
12088
12089 2005-10-12  Simon Josefsson  <jas@extundo.com>
12090
12091         * lib/gc-pbkdf2-sha1.c: New file.
12092
12093         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
12094
12095 2005-10-12  Simon Josefsson  <jas@extundo.com>
12096
12097         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
12098
12099         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
12100
12101 2005-10-12  Simon Josefsson  <jas@extundo.com>
12102
12103         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
12104         GC_USE_HMAC_MD5, respectively.
12105
12106         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
12107         (gc_md5): Fix typo.
12108
12109         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
12110
12111         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
12112
12113         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
12114
12115 2005-10-12  Bruno Haible  <bruno@clisp.org>
12116
12117         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
12118         Reported by Stepan Kasal <kasal@ucw.cz>.
12119
12120 2005-10-11  Simon Josefsson  <jas@extundo.com>
12121
12122         * tests/test-crc.c: New file.
12123
12124         * modules/crc, modules/crc-tests: New files.
12125
12126 2005-10-11  Simon Josefsson  <jas@extundo.com>
12127
12128         * m4/crc.m4: New file.
12129
12130 2005-10-11  Simon Josefsson  <jas@extundo.com>
12131
12132         * lib/gc.h: Add gc_hash and gc_hash_buffer.
12133
12134         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
12135
12136         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
12137
12138 2005-10-11  Simon Josefsson  <jas@extundo.com>
12139
12140         * lib/crc.h, lib/crc.c: New files.
12141
12142         * lib/gc.h (gc_hash_buffer): Add doc.
12143
12144 2005-10-11  Bruno Haible  <bruno@clisp.org>
12145
12146         * modules/c-strcasestr: New file.
12147         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
12148
12149 2005-10-11  Bruno Haible  <bruno@clisp.org>
12150
12151         * modules/c-strcase: New file.
12152         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
12153
12154 2005-10-11  Bruno Haible  <bruno@clisp.org>
12155
12156         * lib/strcasecmp.c: Include limits.h.
12157         (strcasecmp): Avoid integer overflow on exotic platforms.
12158         * lib/strncasecmp.c: Include limits.h.
12159         (strncasecmp): Avoid integer overflow on exotic platforms.
12160         Reported by Paul Eggert.
12161
12162 2005-10-11  Bruno Haible  <bruno@clisp.org>
12163
12164         * lib/c-strcasestr.h: New file, from GNU gettext.
12165         * lib/c-strcasestr.c: New file, from GNU gettext.
12166
12167 2005-10-11  Bruno Haible  <bruno@clisp.org>
12168
12169         * lib/c-strcase.h: New file, from GNU gettext.
12170         * lib/c-strcasecmp.c: New file, from GNU gettext.
12171         * lib/c-strncasecmp.c: New file, from GNU gettext.
12172
12173 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
12174
12175         * modules/mempcpy (License): GPL -> LGPL.
12176         * modules/strchrnul (License): Likewise.
12177         * modules/sysexits (License): Likewise.
12178
12179 2005-10-08  Simon Josefsson  <jas@extundo.com>
12180
12181         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
12182
12183 2005-10-07  Simon Josefsson  <jas@extundo.com>
12184
12185         * m4/memxor.m4: Remove gl_C_RESTRICT call.
12186
12187 2005-10-06  Simon Josefsson  <jas@extundo.com>
12188
12189         * tests/test-hmac-md5.c: New file.
12190
12191         * modules/hmac-md5-tests: New file.
12192
12193         * modules/hmac-md5: New file.
12194
12195 2005-10-06  Simon Josefsson  <jas@extundo.com>
12196
12197         * m4/hmac-md5.m4: New file.
12198
12199         * m4/memxor.m4: Require gl_C_RESTRICT.
12200
12201 2005-10-06  Simon Josefsson  <jas@extundo.com>
12202
12203         * lib/memxor.c (memxor): Avoid casts and warnings.
12204
12205 2005-10-06  Simon Josefsson  <jas@extundo.com>
12206
12207         * lib/hmac-md5.c: New file.
12208
12209         * lib/hmac.h: New file.
12210
12211 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
12212
12213         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
12214         promotes to int, not unsigned int, to catch the AIX 5.3
12215         compiler bug.
12216
12217 2005-10-05  Simon Josefsson  <jas@extundo.com>
12218
12219         * modules/memxor: New file.
12220
12221         * modules/iconv (Files): Move config.rpath to havelib, it is used
12222         there.
12223
12224         * modules/havelib (Files): Add config.rpath.
12225
12226 2005-10-05  Simon Josefsson  <jas@extundo.com>
12227
12228         * m4/memxor.m4: New file.
12229
12230 2005-10-05  Simon Josefsson  <jas@extundo.com>
12231
12232         * lib/memxor.c (memxor): Fix compiler error.
12233
12234         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
12235         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
12236
12237         * lib/memxor.h, lib/memxor.c: New files.
12238
12239         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
12240         we assume all systems have it, suggested by Jim Meyering
12241         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
12242         any systems lack sys/socket.h; mingw32 is known to lack it, but we
12243         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
12244         same reasons.
12245
12246 2005-10-05  Simon Josefsson  <jas@extundo.com>
12247
12248         * config/srclist.txt: Add glibc bug 1423 for md5.h.
12249
12250 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
12251
12252         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
12253         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
12254         needed, since the source code now assumes these .h files.
12255
12256 2005-10-05  Derek Price  <derek@ximbiot.com>
12257
12258         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
12259
12260 2005-10-05  Bruno Haible  <bruno@clisp.org>
12261
12262         * modules/stdint (License): Change to LGPL.
12263
12264 2005-10-04  Simon Josefsson  <jas@extundo.com>
12265
12266         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
12267         D. Baushke" <mdb@gnu.org>.
12268
12269 2005-10-04  Bruno Haible  <bruno@clisp.org>
12270
12271         * lib/verify.h (verify_true): Provide alternative definition for C++.
12272
12273 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
12274
12275         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
12276         (SSIZE_MAX): New macro, if not already defined.
12277         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
12278         than 2 GiB.
12279
12280 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
12281
12282         Sync from coreutils.
12283         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
12284         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
12285         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
12286         ULLONG_MAX doesn't work with 2.7.2.1.
12287
12288 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
12289
12290         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
12291         From Ben Pfaff.
12292
12293         * modules/exclude (Depends-on): Depend on verify.
12294         * modules/strtoimax (Depends-on): Likewise.
12295         * modules/utimecmp (Depends-on): Likewise.
12296
12297 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
12298
12299         * lib/exclude.c: Include verify.h.
12300         (verify): Remove.  All callers changed to use verify.h's version.
12301         * lib/strtoimax.c: Likewise.
12302         * lib/utimecmp.c: Likewis.e
12303
12304         Sync from coreutils.
12305         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
12306         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
12307         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
12308         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
12309         bother returning ENOSYS if settimeofday or stime fails; just let
12310         them return whatever errno they want to return.
12311         * lib/utimens.c: Include unistd.h, for dup2.
12312         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
12313         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
12314
12315 2005-10-02  Jim Meyering  <jim@meyering.net>
12316
12317         Sync from coreutils.
12318         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
12319         from glibc-2.2.5 that fails for read-only files.
12320
12321 2005-10-02  Jim Meyering  <jim@meyering.net>
12322
12323         Sync from coreutils.
12324         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
12325         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
12326         `#if HAVE_CONFIG_H'.
12327         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
12328         Remove AT_FDCWD test.
12329         Do not consume the fd unless successful.
12330         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
12331         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
12332         block, so that we don't even try to compile it if settimeofday is
12333         available.  This works around a compilation failure on OSF1 V5.1,
12334         due to stime requiring a `long int*' while tv_sec is `int'.
12335
12336 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
12337
12338         Sync from coreutils.
12339         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
12340         against `yes', rather than just testing for nonempty.
12341
12342 2005-10-01  Simon Josefsson  <jas@extundo.com>
12343
12344         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
12345         and Darwin.
12346
12347         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
12348         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
12349         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
12350         freeaddrinfo and gai_strerror are declared by the POSIX headers.
12351         Check if struct addrinfo is declared.
12352
12353 2005-10-01  Simon Josefsson  <jas@extundo.com>
12354
12355         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
12356         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
12357         AI_* and EAI_* definitions.  Protect function declarations.
12358
12359 2005-10-01  Jim Meyering  <jim@meyering.net>
12360
12361         Sync from coreutils.
12362
12363         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
12364         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
12365         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
12366         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
12367         in the inet and nsl libraries.  Required on Solaris 5.7.
12368
12369 2005-10-01  Jim Meyering  <jim@meyering.net>
12370
12371         Sync from coreutils.
12372         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
12373         in the inet and nsl libraries.  Required on Solaris 5.7.
12374
12375 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
12376
12377         * lib/getdelim.c (getdelim): Remove unused variables.
12378
12379 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
12380
12381         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
12382         so that the code works even with ancient cpp.  Portability problem
12383         with GCC 2.7.2.1 reported by Thomas M.Ott.
12384
12385 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
12386
12387         * modules/regex (Depends-on): Add strcase.
12388
12389         * modules/gethostname (Licence): Change from GPL to LGPL, since
12390         gethostname.c is a trivial implementation of a standard library
12391         function.
12392         * modules/poll (License): Change from GPL to LGPL, since it's
12393         derived from LGPL code.
12394
12395 2005-09-27  Jim Meyering  <jim@meyering.net>
12396
12397         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
12398         HAVE_CONFIG_H.
12399
12400         * lib/intprops.h (signed_type_or_expr__): Define.
12401         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
12402         for unsigned types.
12403
12404 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
12405
12406         * lib/verify.h (verify_expr): Remove, replacing with:
12407         (verify_true): New macro that returns true instead of void.
12408         (verify_type__): Remove.
12409         (verify): Use verify_true rather than verify_type__.
12410
12411 2005-09-26  Bruno Haible  <bruno@clisp.org>
12412
12413         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
12414         is necessary.
12415         (lib_SOURCES): Remove mbchar.c.
12416         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
12417         (Files): Add m4/mbrtowc.m4.
12418         * modules/mbiter: Likewise.
12419         * modules/mbuiter: Likewise.
12420
12421 2005-09-26  Bruno Haible  <bruno@clisp.org>
12422
12423         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
12424         compile mbchar.c if they are not both present.
12425         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
12426         * m4/mbiter.m4 (gl_MBITER): Likewise.
12427         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
12428         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
12429         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
12430
12431 2005-09-25  Jim Meyering  <jim@meyering.net>
12432
12433         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
12434         also uses socklen_t.
12435
12436 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
12437
12438         * lib/utimens.c (ENOSYS): Define if not already defined.
12439         (futimens): Support having a null PATH if the file descriptor
12440         is nonnegative.
12441
12442         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
12443         Remove.
12444         (__attribute): Define to empty unless GCC 3.1 or later.
12445         This works around a core dump on OpenBSD 3.4, which has GCC
12446         2.95.3, which dumps core when given __attribute__(()).  It also
12447         simplifies other tests, since we really don't want to bother with
12448         worrying about which ancient version of GCC supported what.
12449         Original problem reported by Yoann Vandoorselaere, with part of
12450         the fix suggested by Derek Price.
12451
12452 2005-09-24  Jim Meyering  <jim@meyering.net>
12453
12454         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
12455         so we can once again use a positive bitfield width of 1 -- now we
12456         don't have to explain why we were using a bitfield width of 2.
12457
12458 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
12459
12460         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
12461         and similarly for the other external symbols.  Problem reported
12462         by James Gallager.
12463
12464         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
12465         bug reported by Jim Meyering.
12466
12467         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
12468         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
12469         not needed, since socklen is a prerequisite module.
12470
12471 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
12472
12473         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
12474         Problem reported by Eric Blake.
12475         (getaddrinfo): Initialize se so that it's not garbage.
12476         Redo internal storage allocation so that it doesn't make unportable
12477         assumptions about alignment.
12478         Fix a memory leak.
12479
12480         * lib/utimens.c (futimens): Use futimesat if available.
12481         Prefer it to futimes since it doesn't have the futimes bug.
12482
12483         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
12484         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
12485         Instead, declare a function that returns a pointer to an array,
12486         and use verify_type__ to declare the size of the array.
12487         Problem and germ of a solution reported by Bruno Haible.
12488         (verify_type__): Use 2, not 1, for bitfield size, to avoid
12489         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
12490
12491 2005-09-23  Jim Meyering  <jim@meyering.net>
12492
12493         Sync from coreutils.
12494         Correct build failure (socklen_t not defined) on at least
12495         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
12496         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
12497
12498 2005-09-23  Jim Meyering  <jim@meyering.net>
12499
12500         * modules/getaddrinfo (Depends-on): Add socklen.
12501
12502 2005-09-23  Bruno Haible  <bruno@clisp.org>
12503
12504         * tests/test-verify.c: New file.
12505
12506 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
12507
12508         Sync from coreutils.
12509
12510         * modules/argmatch (Depends-on): Add verify.
12511         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
12512         unistd-safer.
12513         * modules/save-cwd (Depends-on): Likewise.
12514
12515         * modules/openat (Files): Add lib/openat-die.c.
12516         (Depends-on): Remove error, exitfail.
12517         Add dirname.
12518
12519         * modules/verify: New file.
12520         * MODULES.html.sh (Diagnostics <assert.h>): New section,
12521         with "verify" module.
12522
12523 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
12524
12525         Sync from coreutils.
12526
12527         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
12528         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
12529         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
12530         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
12531         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
12532         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
12533         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
12534         Don't bother checking for string.h, stdlib.h, unistd.h.
12535         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
12536         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
12537         module's job.
12538         * m4/jm-macros.m4 (gl_MACROS): Likewise.
12539         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
12540
12541         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
12542         (gl_GETDATE): Use it.
12543
12544         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
12545
12546 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
12547
12548         Sync from coreutils.
12549
12550         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
12551         stat-time.h.
12552         * lib/argmatch.h: Include verify.h
12553         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
12554         (ARGMATCH_ASSERT): Remove; unused.
12555         * lib/canonicalize.c: Assume STDC_HEADERS.
12556         * lib/exclude.c: Include "strcase.h".
12557         * lib/regex_internal.h [!defined _LIBC]: Likewise.
12558         * lib/getusershell.c: Include stdio--.h rather than stdio.h
12559         and stdio-safer.h.
12560         (getusershell): Call fopen, not fopen_safer.
12561         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
12562         Do not include unistd-safer.h.
12563         (save_cwd): Don't call fd_safer; no longer needed
12564         now that we include fcntl--.h.
12565
12566         * lib/getdate.y (relative_time): New type.
12567         (RELATIVE_TIME_0): New constant.
12568         (parser_control): Use relative_time instead of doing it ourselves.
12569         (%union): Add new relative_time rel member.
12570         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
12571         Now typeless.
12572         (relunit, relunit_snumber): Now of type rel.
12573         (zone, rel, relunit, get_date): Adjust to above changes.
12574
12575         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
12576         Do not include unistd-safer.h.
12577         (getloadavg): Don't call fd_safer; no longer needed
12578         now that we include fcntl--.h.
12579
12580         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
12581         (make_dir_parents): Treat ENOSYS like EEXIST.
12582
12583         Improve quality of diagnostics on restore_cwd failure.
12584         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
12585         (make_dir_parents): Last arg is now int * (for errno), not bool *.
12586         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
12587         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
12588         each time through the loop.  Do not diagnose restore_cwd failure;
12589         that is the caller's job (and perhaps the caller does not care).
12590
12591         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
12592         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
12593         If the file already exists but is not a directory, don't bother
12594         to try to make its parents.
12595         Close potential file descriptor leak if we can't chdir("/") (!).
12596         Don't always return true if chdir($PWD) fails; return true only
12597         if the requested action was done successfully (except for the
12598         chdir($PWD)).
12599         Don't log final directory unless we actually made it.
12600         Refactor to avoid duplicate code to fix up permissions.
12601         Don't attempt to fix up parent permissions if chdir($PWD) fails.
12602
12603         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
12604         to make it a bit faster and (I hope) clearer.
12605         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
12606         Fix bug in formats like %2N.
12607
12608         * lib/verify.h: New file.
12609
12610 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
12611
12612         Sync from coreutils.
12613         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
12614
12615 2005-09-22  Jim Meyering  <jim@meyering.net>
12616
12617         Sync from coreutils.
12618
12619         * m4/lstat.m4 (gl_FUNC_LSTAT):
12620         Use AC_LIBSOURCES to require lstat.c and lstat.h.
12621         Remove obsolete comment.
12622         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
12623         * m4/xstrtod.m4: Likewise.
12624
12625         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
12626
12627 2005-09-22  Jim Meyering  <jim@meyering.net>
12628
12629         Sync from coreutils.
12630
12631         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
12632
12633         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
12634         the .tm_year member, since otherwise gcc-4.0 would now warn about
12635         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
12636
12637         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
12638         order to avoid an unsuppressible warning from gcc on 64-bit systems.
12639
12640         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
12641         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
12642         when run in a time zone for which daylight savings time is in effect
12643         for the starting date.
12644
12645         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
12646         stop us from restricting permissions of just-created absolute-named
12647         directories.
12648         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
12649         to restore initial working directory.
12650         * lib/mkdir-p.c (make_dir_parents): New parameter:
12651         different_working_dir, to tell caller if/when we change the working
12652         directory and are unable to return to the initial one.
12653         * lib/mkdir-p.h (make_dir_parents): Update prototype.
12654         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
12655         `return false'.  This fixes a bug introduced on 2004-07-30.
12656
12657         * lib/openat.c (fdopendir): Be sure to close the supplied
12658         file descriptor before returning.  This makes our replacement
12659         implementation a little closer to Solaris's, where fdopendir
12660         ties the file descriptor to the returned DIR* pointer.
12661         * lib/openat.c (unlinkat): New function.
12662         * lib/openat.h (unlinkat): Add prototype.
12663         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
12664         (openat_restore_fail): Rename from openat_restore_die.
12665         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
12666
12667         Provide an alternative to exiting immediately upon save_cwd or
12668         restore_cwd failure.  Now, an application can arrange e.g.,
12669         to perform a longjump in that case.
12670         * lib/openat.c: Include dirname.h.
12671         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
12672         (rpl_openat, fdopendir, fstatat): Call openat_save_die
12673         and openat_restore_die rather than calling error directly.
12674         Don't include "error.h" or "exitfail.h"; they're no longer needed.
12675
12676         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
12677         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
12678         define.
12679
12680         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
12681         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
12682                             int utc, int nanoseconds);
12683         Background:
12684         date should not have to allocate a megabyte of virtual memory to
12685         handle a format argument like +%1048575T.  When implemented with
12686         strftime, it must allocate such a buffer, use strftime to fill it
12687         in, print it, then free it.
12688         With fprintftime, it simply prints everything and exits.
12689         With no need for memory allocation, that's one fewer way to fail.
12690         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
12691         optional field width, not before, so we accept %9:z, not %:9z.
12692         (my_strftime): Be sure to use L_('x') for literals.
12693
12694         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
12695         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
12696         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
12697         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
12698         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
12699         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
12700         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
12701         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
12702         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
12703         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
12704         * lib/xgethostname.c, lib/xreadlink.c:
12705         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
12706
12707         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
12708         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
12709         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
12710         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
12711         and don't include <sys/file.h>).
12712
12713 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
12714
12715         Sync from coreutils.
12716
12717         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
12718         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
12719         [!LDAV_DONE]: Avoid unused variable warning.
12720
12721 2005-09-21  Bruno Haible  <bruno@clisp.org>
12722
12723         * lib/unicodeio.h (unicode_to_mb): New declaration.
12724
12725 2005-09-20  Derek Price  <derek@ximbiot.com>
12726
12727         * lib/getaddrinfo.c: Don't include <netdb.h> included from
12728         getaddrinfo.h.
12729
12730 2005-09-20  Bruno Haible  <bruno@clisp.org>
12731
12732         * gnulib-tool: Remove trailing slashes from the values specified for
12733         --source-base, --m4-base, --tests-base, --aux-dir.
12734         Suggested by Simon Josefsson <jas@extundo.com>.
12735
12736 2005-09-20  Bruno Haible  <bruno@clisp.org>
12737
12738         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
12739         func_modules_to_filelist, func_import, func_create_testdir): Make all
12740         sorting results locale-independent, so that gnulib-cache.m4 doesn't
12741         change when gnulib-tool is invoked in a different locale.
12742
12743 2005-09-19  Simon Josefsson  <jas@extundo.com>
12744
12745         * m4/socklen.m4: Fix typo.
12746
12747 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12748
12749         Use a consistent style for including <config.h>.
12750         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
12751         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
12752         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
12753         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
12754         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
12755         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
12756         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
12757         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
12758         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
12759         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
12760         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
12761         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
12762         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
12763         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
12764         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
12765         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
12766         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
12767         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
12768         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
12769         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
12770         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
12771         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
12772         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
12773         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
12774         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
12775         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
12776         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
12777         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
12778         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
12779         lib/xstrtoumax.c, lib/yesno.c:
12780         Standardize inclusion of config.h.
12781         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
12782         lib/inttostr.h:  Removed inclusion of config.h from header files.
12783         * lib/inttostr.c:  Adjusted in-tree users.
12784         * lib/timespec.h: Remove superfluous warning to include config.h.
12785         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
12786         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
12787         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
12788         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
12789         config.h with HAVE_CONFIG_H.
12790
12791 2005-09-19  Jim Meyering  <jim@meyering.net>
12792
12793         * modules/pathmax (License): Change to LGPL.
12794
12795 2005-09-19  Derek Price  <derek@ximbiot.com>
12796
12797         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
12798
12799 2005-09-19  Bruno Haible  <bruno@clisp.org>
12800
12801         * gnulib-tool (import): Provide default for --tests-base.
12802
12803 2005-09-19  Bruno Haible  <bruno@clisp.org>
12804
12805         * doc/quote.texi: New file, extracted from gnulib.texi.
12806         * doc/ctime.texi: New file, extracted from gnulib.texi.
12807         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
12808         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
12809         * doc/gnulib.texi: Include them.
12810
12811 2005-09-18  Bruno Haible  <bruno@clisp.org>
12812
12813         Portability fix.
12814         * gnulib-tool (func_readlink): New function.
12815         (func_ln_if_changed): Use it.
12816
12817 2005-09-18  Bruno Haible  <bruno@clisp.org>
12818
12819         * gnulib-tool: Support --with-tests also with --import.
12820         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
12821         (func_import): Use variables $testsbase and $inctests. Emit a
12822         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
12823         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
12824         SUBDIRS += $testsdir.
12825         (func_create_testdir): Update.
12826
12827 2005-09-18  Bruno Haible  <bruno@clisp.org>
12828
12829         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
12830         instead of $dry_run.
12831         (func_cp_if_changed, func_mv_if_changed): Remove functions.
12832         (func_ln_if_changed): Don't handle dry-run here.
12833         (func_import): In dry-run mode, detect more precisely which actions
12834         would be performed, and don't use "...ing" verbs.
12835
12836 2005-09-18  Bruno Haible  <bruno@clisp.org>
12837
12838         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
12839         (func_import): Use join on two temporary files instead of three nested
12840         loops, in order to determine which files are new or old.
12841
12842 2005-09-18  Bruno Haible  <bruno@clisp.org>
12843
12844         * gnulib-tool (func_import): Comment out code that spits out the
12845         new files with --dry-run.
12846
12847 2005-09-18  Bruno Haible  <bruno@clisp.org>
12848
12849         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
12850
12851 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
12852
12853         * lib/stat-time.h: New file.
12854         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
12855         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
12856         in a different way.
12857         (timespec_cmp): New function.
12858         * lib/utimecmp.c: Include stat-time.h.
12859         (SYSCALL_RESOLUTION): Depend on whether various struct stat
12860         members exist, not on the obsolescent ST_MTIM_NSEC.
12861         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
12862
12863 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
12864
12865         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
12866
12867 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
12868
12869         * MODULES.html.sh (File system functions): Add stat-time.
12870         * modules/stat-time: New file.
12871         * modules/timespec (Files): Remove m4/st_mtim.m4; this
12872         is now done in a different way, by the stat-time module.
12873         * modules/utimecmp (Depends-on): Add stat-time.
12874
12875 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
12876
12877         * m4/st_mtim.m4: Remove.  Superseded by...
12878         * m4/stat-time.m4: New file.
12879         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
12880         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
12881
12882 2005-09-15  Derek Price  <derek@ximbiot.com>
12883
12884         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
12885
12886 2005-09-15  Derek Price  <derek@ximbiot.com>
12887
12888         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
12889         * lib/regex_internal.c: Ditto, using this...
12890         (__GNUC_PREREQ): ...new macro.
12891         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
12892         using...
12893         (__GNUC_PREREQ): ...this new macro.
12894
12895         * lib/strstr.h: Include string.h. Define strstr as a macro here.
12896
12897 2005-09-15  Derek Price  <derek@ximbiot.com>
12898             Paul Eggert  <eggert@cs.ucla.edu>
12899
12900         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
12901         changes, consolidating in...
12902         * lib/regex_internal.h: ...this file.
12903
12904 2005-09-13  Jim Meyering  <jim@meyering.net>
12905
12906         * lib/canon-host.c: Filter through gnu indent and reword comments
12907         slightly.
12908         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
12909
12910 2005-09-13  Derek Price  <derek@ximbiot.com>
12911
12912         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
12913         failure.
12914         Reported by Jim Meyering  <jim@meyering.net>.
12915
12916 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12917
12918         * lib/base64.c: Typo.
12919         (base64_encode): Put b64str in initialized data section.
12920
12921 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
12922
12923         Merge glibc and coreutils changes into gnulib, plus a few
12924         extra fixes.
12925         * lib/md5.c: Use #error rather than a string.
12926         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
12927         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
12928         (__attribute__): Define to empty for non recent-GCC.
12929         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
12930         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
12931         Renamed from their non-__ counterparts, with new macros replacing
12932         them if not _LIBC.  Add __THROW attribute.
12933         (rol): Remove.
12934         (struct md5_ctx): Align buffer if using GCC.
12935         * lib/sha1.h (struct sha1_ctx): Likewise.
12936         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
12937         The old name was backwards.
12938         (NOTSWAP): Remove; not used.
12939         (rol): New macro, moved here from md5.h.
12940         (sha1_process_block): Remove a FIXME that doesn't make sense.
12941
12942 2005-09-12  Derek Price  <derek@ximbiot.com>
12943
12944         Return usable errors from canon-host.
12945         * lib/canon-host.h: New file.
12946         * lib/canon-host.c (canon_host): Wrap...
12947         (canon_host_r): ...this new function, which now relies exclusively on
12948         getaddrinfo.
12949         (ch_strerror): New function.
12950         (last_cherror): New global.
12951         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
12952         interface.
12953         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
12954         void *.
12955         (freeaddrinfo): Free ai->ai_canonname when set.
12956
12957 2005-09-12  Derek Price  <derek@ximbiot.com>
12958
12959         Make canon-host require getaddrinfo.
12960         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
12961         AC_LIBSOURCE canon-host.h.  Call...
12962         (gl_PREREQ_CANON_HOST): ...this new function, which requires
12963         gl_GETADDRINFO.
12964         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
12965
12966 2005-09-12  Derek Price  <derek@ximbiot.com>
12967
12968         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
12969         LGPL.
12970         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
12971
12972 2005-09-12  Derek Price  <derek@ximbiot.com>
12973
12974         * lib/gai_strerror.c: Include config.h when available.  Include
12975         getaddrinfo.h before other headers to test interface.
12976         Reported by Larry Jones <lawrence.jones@ugs.com>.
12977
12978 2005-09-12  Derek Price  <derek@ximbiot.com>
12979             Paul Eggert  <eggert@cs.ucla.edu>
12980
12981         * modules/glob (Files): Add glob-libc.h.
12982
12983 2005-09-12  Derek Price  <derek@ximbiot.com>
12984             Paul Eggert  <eggert@cs.ucla.edu>
12985
12986         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
12987         glob_.h, glob-libc.h.
12988         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
12989
12990 2005-09-12  Derek Price  <derek@ximbiot.com>
12991             Paul Eggert  <eggert@cs.ucla.edu>
12992
12993         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
12994         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
12995         protecting things that should be done only in gnulib contexts.
12996         * lib/glob_.h: New file, containing only the glob things needed for
12997         gnulib.
12998         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
12999         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
13000         (glob, globfree, glob_pattern_p): Now defined simply in terms of
13001         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
13002         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
13003         and to respect the namespace rules better.
13004
13005 2005-09-08  Simon Josefsson  <jas@extundo.com>
13006
13007         * modules/socklen: New file.
13008
13009 2005-09-08  Simon Josefsson  <jas@extundo.com>
13010
13011         * m4/socklen.m4: New file.
13012
13013 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13014
13015         * modules/utimens (Files): Add m4/utimbuf.m4, since
13016         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
13017         Reported by Sergey Poznyakoff.
13018
13019 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13020
13021         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
13022         definitions, since that's the preferred style in glibc.
13023         Fix a minor spacing issue, and update copyright notice to match
13024         glibc's.
13025
13026 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13027
13028         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
13029
13030 2005-09-06  Simon Josefsson  <jas@extundo.com>
13031
13032         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
13033         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
13034
13035 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
13036
13037         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
13038         warning.
13039
13040 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
13041
13042         * config/srclist.txt: Add glibc bug 1302.
13043
13044 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
13045
13046         Change bitset word type from unsigned int to unsigned long int,
13047         as this has better performance on typical 64-bit hosts.
13048         Port bitset code to hosts with unusual word sizes.
13049         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
13050         (build_collating_symbol):
13051         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
13052         argument is a bitset.  This is merely a style issue, but it makes
13053         it clearer that an entire array is expected.
13054         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
13055         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
13056         Port to the case where bitset_word is not the same as unsigned int.
13057         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
13058         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
13059         Likewise.
13060         * lib/regexec.c (check_dst_limits_calc_pos_1,
13061         check_subexp_matching_top):
13062         (build_trtable, group_nodes_into_DFAstates):
13063         Likewise.
13064         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
13065         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
13066         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
13067         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
13068         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
13069         * lib/regcomp.c (optimize_subexps, lower_subexp):
13070         Work even if bitset_word has holes in its bitwise representation.
13071         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
13072         * lib/regexec.c (check_dst_limits_calc_pos_1,
13073         check_subexp_matching_top):
13074         Likewise.
13075         * lib/regex_internal.c (re_string_reconstruct):
13076         Don't assume UCHAR_MAX == 255.
13077         * lib/regex_internal.h (bitset_set_all): Likewise.
13078         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
13079         All uses changed.
13080         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
13081         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
13082         All uses changed.
13083         (BITSET_WORD_MAX): New macro.
13084         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
13085         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
13086         (bitset_empty, bitset_copy):
13087         Prefer sizeof (bitset) to multiplying it out ourselves.
13088         (bitset_not_merge): Remove; unused.
13089         (bitset_contain): Return bool, not unsigned int with one bit on.
13090         All callers changed.
13091         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
13092         alignment than re_node_set; do this by defining a new internal
13093         type struct dests_alloc and using it to allocate memory.
13094
13095 2005-09-05  Bruno Haible  <bruno@clisp.org>
13096
13097         * gnulib-tool (func_import): Fix comparison in handling of symbolic
13098         links.
13099
13100 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
13101
13102         * modules/size_max (Makefile.am): Add size_max.h
13103
13104 2005-09-04  Derek Price  <derek@ximbiot.com>
13105
13106         * gnulib-tool (func_import): Fix reversed $symbolic logic.
13107
13108 2005-09-03  Simon Josefsson  <jas@extundo.com>
13109
13110         * gnulib-tool: Fix typo.
13111
13112 2005-09-03  Simon Josefsson  <jas@extundo.com>
13113
13114         * config/srclist.txt: Add glibc bug 1293.
13115
13116 2005-09-03  Derek Price  <derek@ximbiot.com>
13117
13118         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
13119         From Larry Jones <lawrence.jones@ugs.com>.
13120
13121 2005-09-02  Simon Josefsson  <jas@extundo.com>
13122
13123         * modules/socklen: New file.
13124
13125 2005-09-02  Simon Josefsson  <jas@extundo.com>
13126
13127         * modules/havelib: New module.
13128
13129         * modules/gettext, modules/iconv, modules/lock, modules/readline:
13130         Use havelib.
13131
13132 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
13133
13134         Check for arithmetic overflow when calculating sizes, to prevent
13135         some buffer-overflow issues.  These patches are conservative, in the
13136         sense that when I couldn't determine whether an overflow was possible,
13137         I inserted a run-time check.
13138         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
13139         macros.
13140         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
13141         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
13142         (re_xnrealloc, re_x2nrealloc): New inline functions.
13143         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
13144         parse_bracket_exp):
13145         (build_equiv_class, build_charclass): Check for arithmetic overflow
13146         in size expression calculations.
13147         * lib/regex_internal.c (re_string_realloc_buffers):
13148         (build_wcs_upper_buffer, re_node_set_add_intersect):
13149         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
13150         (re_dfa_add_node, register_state): Likewise.
13151         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
13152         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
13153         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
13154         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
13155
13156 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
13157
13158         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
13159         m4/ulonglong.m4.  Problem reported by Martin Lambers.
13160
13161 2005-09-02  Bruno Haible  <bruno@clisp.org>
13162
13163         Support for lib vs. lib64 distinction on biarch platforms.
13164         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
13165         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
13166         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
13167
13168 2005-09-02  Bruno Haible  <bruno@clisp.org>
13169
13170         * gnulib-tool (import): In the other first-use case, provide defaults
13171         as well.
13172
13173 2005-09-02  Bruno Haible  <bruno@clisp.org>
13174
13175         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
13176         patches not yet found in the latest gettext release.
13177
13178 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
13179
13180         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
13181         to avoid a collision with bits/local_lim.h in glibc.
13182         All uses changed.  Problem reported by Dmitry V. Levin in
13183         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
13184
13185         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
13186         bugs in int versus size_t comparisons.
13187         (re_string_context_at): Fix bug where the code assumed that
13188         Idx is signed.
13189
13190         Use bool where appropriate.
13191         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
13192         All callers changed.
13193         (calc_eclosure_iter): Likewise, for ROOT arg.
13194         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
13195         (build_charclass_op): Likewise, for NON_MATCH arg.
13196         * lib/regex_internal.c (re_string_allocate, re_string_construct):
13197         (re_string_construct_common): Likewise, for ICASE arg.
13198         * lib/regexec.c (re_search_2_stub, re_search_stub):
13199         Likewise, for RET_LEN arg.
13200         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
13201         (set_regs): Likewise, for FL_BACKTRACK arg.
13202         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
13203         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
13204         (calc_eclosure_iter, parse_bracket_exp):
13205         Use bool for internal variables that are booleans.
13206         * lib/regexec.c (re_search_internal, check_matching,
13207         proceed_next_node):
13208         (set_regs, build_sifted_states, sift_states_bkref):
13209         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
13210         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
13211         (find_collation_sequence_value):
13212         Likewise.
13213         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
13214         (re_node_set_compare):
13215         Return bool, not int. All callers changed.
13216         * lib/regexec.c (check_halt_node_context, check_dst_limits):
13217         (build_trtable, check_node_accept): Likewise.
13218         * lib/regex_internal.h: Include stdbool.h.
13219
13220         Fix bugs uncovered when converting to bool.
13221         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
13222         failure instead of charging ahead blindly.
13223         * lib/regex_internal.c (register_state): Likewise.
13224         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
13225         for freeing internal storage.
13226         (group_nodes_into_DFA_states): Use unsigned int, not int, for
13227         bitset pieces used as boolean, to avoid undefined behavior
13228         on hosts that do int overflow checking.
13229
13230 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
13231
13232         * config/srclist.txt: Add glibc bugs 1285-1287.
13233
13234 2005-09-01  Jim Meyering  <jim@meyering.net>
13235
13236         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
13237         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
13238         Require gl_STAT_MACROS, too.
13239
13240 2005-09-01  Bruno Haible  <bruno@clisp.org>
13241
13242         * gnulib-tool (import): In the first-use case, provide defaults.
13243
13244 2005-09-01  Bruno Haible  <bruno@clisp.org>
13245
13246         * gnulib-tool (func_import): Remove the .tmp files.
13247
13248 2005-09-01  Bruno Haible  <bruno@clisp.org>
13249
13250         * gnulib-tool (func_import): Fix handling of symbolic links.
13251
13252 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13253
13254         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
13255         old glibc regex code mishandles strings longer than 2**31 bytes.
13256         This patch fixes this when the regex code is used in gnulib
13257         (i.e., outside glibc).
13258
13259         This patch should not affect the use of the regex code inside
13260         glibc.  No doubt this problem also needs to be handled for glibc
13261         as well, but the result will be an incompatible change to the
13262         glibc ABI, and the old ABI will have to be supported too.  That
13263         can be the the subject for another patch.
13264
13265         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
13266         governing whether the rest of this patch is active.  By default,
13267         the macro is disabled and the patch has no effect.
13268         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
13269         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
13270         (struct re_pattern_buffer, re_search, re_search_2, re_match):
13271         (re_match_2, re_set_registers): Use the new types.
13272         * lib/regex_internal.h (Idx, re_hashval_t): New types.
13273         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
13274         New macros.
13275         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
13276         (re_string_context_at, bin_tree_t, re_dfastate_t):
13277         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
13278         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
13279         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
13280         (re_string_char_size_at, re_string_wchar_at):
13281         (re_string_elem_size_at):
13282         Use the new types and macros to port to 64-bit hosts.
13283         Use unsigned types for internal values, so that the code
13284         mostly works even for arrays larger than SSIZE_MAX.
13285         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
13286         (search_duplicated_node, calc_eclosure_iter, fetch_number):
13287         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
13288         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
13289         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
13290         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
13291         (calc_inveclosure, parse_dup_op, build_range_exp):
13292         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
13293         (fetch_number, create_token_tree, mark_opt_subexp):
13294         Likewise.
13295         * lib/regex_internal.c (re_string_construct_common,
13296         create_ci_newstate):
13297         (create_cd_newstate, re_string_allocate, re_string_construct):
13298         (re_string_realloc_buffers, build_wcs_upper_buffer):
13299         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
13300         (re_string_reconstruct, re_string_peek_byte_case):
13301         (re_string_fetch_byte_case, re_string_context_at):
13302         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
13303         (re_node_set_init_copy, re_node_set_add_intersect):
13304         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
13305         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
13306         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
13307         (re_acquire_state, re_acquire_state_context, register_state):
13308         Likewise.
13309         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
13310         search_cur_bkref_entry):
13311         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
13312         (re_search_internal, re_search_2_stub, re_search_stub)
13313         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
13314         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
13315         (update_cur_sifted_state, check_dst_limits):
13316         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
13317         (check_subexp_limits, sift_states_bkref, merge_state_array):
13318         (check_subexp_matching_top, get_subexp, get_subexp_sub):
13319         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
13320         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
13321         (expand_bkref_cache, check_node_accept_bytes):
13322         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
13323         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
13324         (acquire_init_state_context, check_halt_node_context):
13325         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
13326         (sift_states_backward, clean_state_log_if_needed):
13327         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
13328         (find_recover_state, transit_state_sb, transit_state_mb):
13329         (transit_state_bkref, build_trtable, match_ctx_clean):
13330         Likewise.
13331         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
13332         to work around an assumption that REG_MISSING is negative.
13333
13334         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
13335         (seek_collating_symbol_entry) [defined _LIBC]:
13336         (lookup_collation_sequence_value) [defined _LIBC]:
13337         (build_range_exp, build_collating_symbol) [defined _LIBC]:
13338         Use prototypes rather than old-style function definitions.
13339         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
13340         (transit_state_sb) [0]:
13341         (find_collation_sequence_value) [defined _LIBC]: Likewise.
13342
13343         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
13344         rm_eo.
13345
13346         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
13347         (optimize_subexps, lower_subexp):
13348         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
13349         since the signed shift might overflow.  Use 1u<<31 instead.
13350         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
13351         Likewise.
13352         * lib/regexec.c (check_dst_limits_calc_pos_1,
13353         check_subexp_matching_top): Likewise.
13354
13355         * lib/regcomp.c (optimize_subexps, lower_subexp):
13356         Use CHAR_BIT rather than 8, for clarity.
13357         * lib/regexec.c (check_dst_limits_calc_pos_1):
13358         (check_subexp_matching_top): Likewise.
13359         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
13360         have to worry about portability issues when shifting it left.
13361         Remove no-longer-needed test for table_size > 0.
13362         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
13363         in a word, as the resulting behavior is undefined.
13364         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
13365         in one case, a <= should have been an <, and in another case the
13366         whole test was missing.
13367         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
13368         the standard name CHAR_BIT.
13369         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
13370         this is not true on one's complement and signed-magnitude hosts.
13371
13372         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
13373         next_last_offset.
13374         (struct re_dfa_t): Remove unused member states_alloc.
13375         * lib/regcomp.c (init_dfa): Don't initialize unused members.
13376
13377 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13378
13379         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
13380         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
13381         and large-file glibc and in 32-bit large-file Solaris.
13382
13383 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13384
13385         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
13386         lengths fit in regoff_t; this isn't true if regoff_t is the same
13387         width as size_t.
13388         * lib/regex.c (re_search_internal): 5th arg is LAST_START
13389         (= START + RANGE) instead of RANGE.  This avoids overflow
13390         problems when regoff_t is the same width as size_t.
13391         All callers changed.
13392         (re_search_2_stub): Check for overflow when adding the
13393         sizes of the two strings.
13394         (re_search_stub): Check for overflow when adding START
13395         to RANGE; if it occurs, substitute the extreme value.
13396
13397 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13398
13399         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
13400
13401 2005-08-31  Jim Meyering  <jim@meyering.net>
13402
13403         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
13404         a pointer-to-const.
13405         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
13406         (register_state): Likewise.
13407         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
13408         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
13409         (group_nodes_into_DFAstates): Likewise.
13410
13411 2005-08-31  Jim Meyering  <jim@meyering.net>
13412
13413         * check-module: Add a FIXME comment.
13414
13415 2005-08-31  Eric Blake  <ebb9@byu.net>
13416
13417         * modules/unistd-safer (Files): Add unistd--.h.
13418         * modules/stdio-safer (Files): Add stdio--.h.
13419
13420 2005-08-31  Derek Price  <derek@ximbiot.com>
13421
13422         * lib/getdelim.c (getdelim): Return EOF on EOF.
13423         Reported by Larry Jones <lawrence.jones@ugs.com>.
13424
13425 2005-08-31  Bruno Haible  <bruno@clisp.org>
13426
13427         Avoid unnecessary diffs in the generated lib/Makefile.am.
13428         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
13429         the generated files.
13430         (func_import): Don't set cmd.
13431
13432 2005-08-31  Bruno Haible  <bruno@clisp.org>
13433
13434         * lib/strstr.c: Include <stddef.h>, for NULL.
13435         * lib/strcasestr.c: Likewise.
13436         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
13437
13438 2005-08-31  Bruno Haible  <bruno@clisp.org>
13439
13440         * gnulib-tool: New option --macro-prefix.
13441         (func_import): Use macro_prefix.
13442         (import): Handle option --macro-prefix.
13443
13444 2005-08-31  Bruno Haible  <bruno@clisp.org>
13445
13446         * gnulib-tool (import): Rename most ac_* variables to cached_*.
13447         Also use new variables cached_lgpl, cached_libtool.
13448
13449 2005-08-31  Bruno Haible  <bruno@clisp.org>
13450
13451         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
13452         always instantiating them.
13453
13454 2005-08-31  Bruno Haible  <bruno@clisp.org>
13455
13456         * gnulib-tool (func_import): Read the previous cached settings
13457         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
13458         earlier added by gnulib but are now dropped. Warn when a gnulib file
13459         overwrites a non-gnulib file.
13460
13461 2005-08-31  Bruno Haible  <bruno@clisp.org>
13462
13463         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
13464         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
13465         projects that don't keep autogenerated files in CVS. Put into
13466         actioncmd only the specified modules, not the transitive closure.
13467
13468 2005-08-31  Bruno Haible  <bruno@clisp.org>
13469
13470         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
13471         Create directories that shall be filled.
13472         (import): Don't look for gl_* macros in configure.ac. Recurse across
13473         all directories containing a gnulib-cache.m4 files, if meaningful.
13474
13475 2005-08-31  Bruno Haible  <bruno@clisp.org>
13476
13477         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
13478         (import): Set seen_libtool when we see gl_LIBTOOL.
13479
13480 2005-08-31  Bruno Haible  <bruno@clisp.org>
13481
13482         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
13483         declaration macro definitions from generated gnulib.m4.
13484
13485 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
13486
13487         * lib/iconvme.h: Add prototype for iconv_alloc.
13488
13489 2005-08-29  Simon Josefsson  <jas@extundo.com>
13490
13491         * lib/iconvme.c: Fix errno.
13492
13493 2005-08-29  Bruno Haible  <bruno@clisp.org>
13494
13495         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
13496         that it works when the directory contains spaces.
13497
13498 2005-08-29  Bruno Haible  <bruno@clisp.org>
13499
13500         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
13501
13502 2005-08-29  Bruno Haible  <bruno@clisp.org>
13503
13504         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
13505         Emit more advice.
13506
13507 2005-08-29  Bruno Haible  <bruno@clisp.org>
13508         and Stepan Kasal  <kasal@ucw.cz>
13509
13510         * check-module: If more parameters are given, check each of them
13511         separately; add more exceptions, as noted by Jim Meyering.
13512         (check_module): New procedure.
13513         (%exempt_header): Now contains all exceptions.
13514
13515 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
13516
13517         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
13518
13519 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
13520
13521         * lib/iconvme.c: Split iconv_string into iconv_alloc.
13522
13523 2005-08-28  Bruno Haible  <bruno@clisp.org>
13524
13525         * m4/gnulib-tool.m4: New file.
13526
13527 2005-08-27  Jim Meyering  <jim@meyering.net>
13528
13529         * modules/unistd-safer (Files): Add pipe-safer.c.
13530         * modules/fcntl-safer (Files): Add creat-safer.c.
13531
13532 2005-08-27  Jim Meyering  <jim@meyering.net>
13533
13534         * m4/stdlib-safer.m4: New file.  From coreutils.
13535         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
13536         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
13537         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
13538         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
13539         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
13540
13541 2005-08-27  Jim Meyering  <jim@meyering.net>
13542
13543         * lib/fopen-safer.c: Merge minor changes from coreutils.
13544         * lib/dup-safer.c: Likewise.
13545         * lib/fd-safer.c: Likewise.
13546
13547         Merge from coreutils.
13548         * lib/stdio--.h: New file.
13549         * lib/stdlib--.h: New file.
13550         * lib/mkstemp-safer.c: New file.
13551
13552         GNU tar needs these.
13553         * lib/pipe-safer.c: New file.
13554         * lib/creat-safer.c: New file.
13555         * lib/fcntl--.h (creat): Define to creat_safer.
13556         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
13557         * lib/unistd--.h (pipe): Define to pipe_safer.
13558         * lib/unistd-safer.h: Declare pipe_safer.
13559
13560 2005-08-26  Simon Josefsson  <jas@extundo.com>
13561
13562         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
13563         Haible <bruno@clisp.org>.
13564
13565 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
13566
13567         * lib/regex_internal.h: Remove all references to
13568         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
13569         or better.
13570         (bitset_not, bitset_merge, bitset_not_merge):
13571         (bitset_mask, re_string_allocate, re_string_construct):
13572         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
13573         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
13574         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
13575         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
13576         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
13577         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
13578         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
13579         (re_acquire_state_context):
13580         Remove unnecessary forward decls.
13581         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
13582         Put __attribute at function definition,
13583         now that the function decl has been removed.
13584         * lib/regex_internal.c (re_string_peek_byte_case):
13585         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
13586         Likewise.
13587
13588 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
13589
13590         * m4/regex.m4: Add AC_PREREQ(2.50).
13591         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
13592
13593 2005-08-25  Simon Josefsson  <jas@extundo.com>
13594
13595         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
13596         __fsetlocking.
13597
13598 2005-08-25  Simon Josefsson  <jas@extundo.com>
13599
13600         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
13601         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
13602         GLIBC specific code.
13603
13604 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13605
13606         Make regex safe for g++.  This fixes one real bug (an "err"
13607         that should have been "*err").  g++ problem reported by
13608         Sam Steingold.
13609         * lib/regex_internal.h (re_calloc): New macro, consistent with
13610         re_malloc etc.  All callers of calloc changed to use re_calloc.
13611         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
13612         not int.  All callers changed.
13613         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
13614         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
13615         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
13616         (find_recover_state): Change "err" to "*err"; this fixes what
13617         appears to be a real bug.
13618         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
13619         versus int.
13620
13621 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13622
13623         * modules/regex (Depends-on): Add malloc, since the code
13624         assumes that !malloc(0) means failure.
13625
13626 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13627
13628         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
13629
13630         alloca modernization/simplification for regex.
13631         * lib/regex.c: Remove portability cruft for alloca.  This no longer
13632         needs to be at the start of the file, and can be moved into
13633         regex_internal.h and simplified.
13634         * lib/regex_internal.h: Include <alloca.h>.
13635         (__libc_use_alloca) [!defined _LIBC]: New macro.
13636         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
13637         now works outside glibc.
13638
13639 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13640
13641         * config/srclist.txt: Add glibc bugs 1241, 1245.
13642
13643 2005-08-25  Jim Meyering  <jim@meyering.net>
13644
13645         * lib/open-safer.c: Include <config.h>.
13646         Otherwise, we'd lose LARGEFILE support in any file using
13647         e.g. "fcntl--.h"
13648
13649 2005-08-25  Bruno Haible  <bruno@clisp.org>
13650
13651         * m4/minmax.m4: Require autoconf 2.52.
13652         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
13653         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
13654         alternatives of translit over the alphabet.
13655         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
13656
13657 2005-08-24  Simon Josefsson  <jas@extundo.com>
13658
13659         * tests/test-getpass.c: New file.
13660
13661 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
13662
13663         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
13664         for GNU regex features.
13665
13666 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
13667
13668         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
13669         * lib/regex.h (regerror): Likewise.
13670
13671         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
13672         requires this.  (The code never needed it.)
13673
13674         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
13675         All uses of recently-renamed identifiers changed to use the new,
13676         POSIX-compliant names.  The code will build and run just fine
13677         without these changes, but it's better to eat our own dog food
13678         and use the standard-conforming names.
13679
13680         * lib/regex.h: Fix a multitude of POSIX name space violations.
13681         These changes have an effect only for programs that define
13682         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
13683         do not change anything for programs compiled in the normal way.
13684         Also, there is no effect on the ABI.
13685
13686         (_REGEX_SOURCE): New macro.
13687         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
13688         defined and _GNU_SOURCE is not; this fixes a name space violation.
13689
13690         Rename the following macros to obey POSIX requirements.
13691         The old names are still visible as macros if _REGEX_SOURCE is defined.
13692         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
13693         RE_BACKSLASH_ESCAPE_IN_LISTS.
13694         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
13695         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
13696         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
13697         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
13698         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
13699         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
13700         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
13701         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
13702         (REG_INTERVALS): renamed from RE_INTERVALS.
13703         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
13704         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
13705         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
13706         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
13707         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
13708         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
13709         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
13710         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
13711         RE_UNMATCHED_RIGHT_PAREN_ORD.
13712         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
13713         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
13714         (REG_DEBUG): renamed from RE_DEBUG.
13715         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
13716         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
13717         unusual, since we can't clash with the POSIX REG_ICASE.
13718         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
13719         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
13720         (REG_NO_SUB): renamed from RE_NO_SUB.
13721         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
13722         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
13723         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
13724         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
13725         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
13726         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
13727         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
13728         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
13729         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
13730         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
13731         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
13732         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
13733         RE_SYNTAX_POSIX_MINIMAL_BASIC.
13734         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
13735         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
13736         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
13737         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
13738         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
13739         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
13740         (REG_FIXED): Renamed from REGS_FIXED.
13741         (REG_NREGS): Renamed from RE_NREGS.
13742
13743         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
13744         of other REG_* macros, since POSIX says the user is allowed to
13745         #undef these macros selectively.
13746
13747         (reg_errcode_t): Update comment stating what other tables need
13748         to be consistent.
13749
13750         Rename the following enum values to obey POSIX requirements.
13751         The old names are still visible as macros.
13752         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
13753         is not defined, since GNU is supposed to be a superset of POSIX as
13754         much as possible, and since we want reg_errcode_t to be a signed
13755         type for implementation consistency.
13756         (_REG_NOERROR): Renamed from REG_NOERROR.
13757         (_REG_NOMATCH): Renamed from REG_NOMATCH.
13758         (_REG_BADPAT): Renamed from REG_BADPAT.
13759         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
13760         (_REG_ECTYPE): Renamed from REG_ECTYPE.
13761         (_REG_EESCAPE): Renamed from REG_EESCAPE.
13762         (_REG_ESUBREG): Renamed from REG_ESUBREG.
13763         (_REG_EBRACK): Renamed from REG_EBRACK.
13764         (_REG_EPAREN): Renamed from REG_EPAREN.
13765         (_REG_EBRACE): Renamed from REG_EBRACE.
13766         (_REG_BADBR): Renamed from REG_BADBR.
13767         (_REG_ERANGE): Renamed from REG_ERANGE.
13768         (_REG_ESPACE): Renamed from REG_ESPACE.
13769         (_REG_BADRPT): Renamed from REG_BADRPT.
13770         (_REG_EEND): Renamed from REG_EEND.
13771         (_REG_ESIZE): Renamed from REG_ESIZE.
13772         (_REG_ERPAREN): Renamed from REG_ERPAREN.
13773         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
13774         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
13775         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
13776         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
13777
13778         (_REG_RE_NAME, _REG_RM_NAME): New macros.
13779         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
13780         changed.  But support the old name if the new one is not defined
13781         and if _REGEX_SOURCE.
13782
13783         Change the following member names in struct re_pattern_buffer.
13784         The old names are still supported if !_REGEX_SOURCE.
13785         The new names are always supported, regardless of _REGEX_SOURCE.
13786         (re_buffer): Renamed from buffer.
13787         (re_allocated): Renamed from allocated.
13788         (re_used): Renamed from used.
13789         (re_syntax): Renamed from syntax.
13790         (re_fastmap): Renamed from fastmap.
13791         (re_translate): Renamed from translate.
13792         (re_can_be_null): Renamed from can_be_null.
13793         (re_regs_allocated): Renamed from regs_allocated.
13794         (re_fastmap_accurate): Renamed from fastmap_accurate.
13795         (re_no_sub): Renamed from no_sub.
13796         (re_not_bol): Renamed from not_bol.
13797         (re_not_eol): Renamed from not_eol.
13798         (re_newline_anchor): Renamed from newline_anchor.
13799
13800         Change the following member names in struct re_registers.
13801         The old names are still supported if !_REGEX_SOURCE.
13802         The new names are always supported, regardless of _REGEX_SOURCE.
13803         (rm_num_regs): Renamed from num_regs.
13804         (rm_start): Renamed from start.
13805         (rm_end): Renamed from end.
13806
13807         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
13808         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
13809         Prepend __ to parameter names.
13810
13811         Undo yesterday's changes.
13812
13813 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
13814
13815         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
13816         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
13817         lib/regex.c.
13818
13819 2005-08-24  Jim Meyering  <jim@meyering.net>
13820
13821         Sync from coreutils.
13822         * m4/fcntl-safer.m4: New file.
13823
13824         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
13825         and object files for this module.
13826
13827 2005-08-24  Jim Meyering  <jim@meyering.net>
13828
13829         Sync from coreutils.
13830         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
13831
13832 2005-08-24  Jim Meyering  <jim@meyering.net>
13833
13834         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
13835         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
13836
13837 2005-08-24  Jim Meyering  <jim@meyering.net>
13838
13839         * modules/fcntl-safer: New module.
13840         * modules/fts (Depends-on): Add fcntl-safer.
13841         * MODULES.html.sh (File descriptor based Input/Output):
13842         Add fcntl-safer.
13843
13844 2005-08-24  Bruno Haible  <bruno@clisp.org>
13845
13846         Support for unit test modules.
13847         * modules/README: Mention tests modules.
13848         * modules/TEMPLATE-TESTS: New file.
13849         * gnulib-tool: New options --extract-tests-module, --with-tests and
13850         --tests-base (unused for the moment).
13851         (testsbase, inctests): New variables.
13852         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
13853         (func_verify_module): Exclude TEMPLATE-TESTS.
13854         (func_verify_nontests_module, func_verify_tests_module): New functions.
13855         (func_get_dependencies): Add implicit dependency for tests modules.
13856         (func_get_tests_module): New function.
13857         (func_modules_transitive_closure): When --with-tests was specified,
13858         include the unit tests as well, unless explicitly avoided.
13859         (func_emit_lib_Makefile_am): Ignore the tests modules here.
13860         (func_emit_tests_Makefile_am): New function.
13861         (func_create_testdir): When --with-tests was specified, emit a
13862         tests/ directory.
13863         * MODULES.html.sh (Future developments): Update.
13864
13865 2005-08-24  Bruno Haible  <bruno@clisp.org>
13866
13867         * modules/tls-tests: New file.
13868         * tests/test-tls.c: New file, from GNU gettext.
13869
13870 2005-08-24  Bruno Haible  <bruno@clisp.org>
13871
13872         * modules/lock-tests: New file.
13873         * tests/test-lock.c: New file, from GNU gettext.
13874
13875 2005-08-24  Bruno Haible  <bruno@clisp.org>
13876
13877         * lib/lock.h: Add multiple inclusion guard.
13878         * lib/tls.h: Add multiple inclusion guard.
13879
13880 2005-08-24  Bruno Haible  <bruno@clisp.org>
13881
13882         * gnulib-tool: Add support for the --aux-dir option to
13883         --create-testdir, --create-megatestdir, --test, --megatest.
13884         (func_create_testdir, func_create_megatestdir): Optionally emit a
13885         AC_CONFIG_AUX_DIR directive.
13886         (create-testdir, create-megatestdir, test, megatest): Provide a
13887         default value for $auxdir.
13888
13889 2005-08-24  Bruno Haible  <bruno@clisp.org>
13890
13891         * gnulib-tool (import): Use compound statement instead of subshell
13892         where possible.
13893
13894 2005-08-24  Bruno Haible  <bruno@clisp.org>
13895
13896         * gnulib-tool (import): Change --aux-dir default to "build-aux".
13897
13898 2005-08-24  Bruno Haible  <bruno@clisp.org>
13899
13900         * gnulib-tool (func_version): Update.
13901
13902 2005-08-24  Bruno Haible  <bruno@clisp.org>
13903
13904         * gnulib-tool (func_import, func_create_testdir,
13905         func_create_megatestdir): Quote all autoconf macro arguments.
13906
13907 2005-08-24  Bruno Haible  <bruno@clisp.org>
13908
13909         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
13910         option --force, because --force causes the aclocal.m4 of each
13911         subdirectory to be newer than the corresponding config.h.in.
13912
13913 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
13914
13915         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
13916         All contents moved to gl_REGEX.
13917         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
13918         assume that it does.
13919
13920 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
13921
13922         * lib/regex.h (REG_NOSYS)
13923         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
13924         Define, since POSIX requires it as of 2001.
13925         (_REG_ENOSYS)
13926         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
13927         New private symbol, used to keep the enum signed in all cases.
13928         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
13929         Youngman in
13930         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
13931
13932         * lib/regex_internal.c (re_string_skip_chars, register_state):
13933         (calc_state_hash):
13934         Remove forward decls; no longer needed now that we use prototypes.
13935         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
13936         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
13937         (clean_state_log_if_needed): Likewise.
13938
13939 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
13940
13941         * config/srclist.txt: Add glibc bugs 1231-1233.
13942
13943 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
13944
13945         Fix problems reported by Sam Steingold in
13946         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
13947         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
13948         assumed that reg_errcode_t is a signed type, which is not
13949         necessarily true if _XOPEN_SOURCE is not defined.
13950         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
13951         since some compilers warn about it otherwise.
13952
13953 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
13954
13955         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
13956         (init_word_char, create_initial_state, duplicate_node_closure):
13957         (fetch_token, peek_token_bracket, build_range_exp):
13958         (build_collating_symbol): Remove forward decls; no longer needed
13959         now that we use prototypes.
13960
13961         * lib/regcomp.c:
13962         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
13963         (re_compile_fastmap_iter, regcomp, regerror, regfree):
13964         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
13965         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
13966         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
13967         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
13968         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
13969         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
13970         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
13971         (build_range_exp, build_collating_symbol, parse_bracket_exp):
13972         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
13973         (build_charclass, build_charclass_op, fetch_number, create_tree):
13974         (create_token_tree, mark_opt_subexp, duplicate_tree):
13975         Use prototypes rather than old-style definitions.
13976
13977         * lib/regex_internal.c:
13978         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
13979         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
13980         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
13981         (re_string_reconstruct, re_string_peek_byte_case):
13982         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
13983         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
13984         (re_node_set_init_copy, re_node_set_add_intersect):
13985         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
13986         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
13987         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
13988         (re_acquire_state, re_acquire_state_context, register_state):
13989         (create_ci_newstate, create_cd_newstate, free_state):
13990         Likewise.
13991         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
13992         re_search_2):
13993         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
13994         (re_search_internal, prune_impossible_nodes):
13995         (acquire_init_state_context, check_matching, static):
13996         (check_halt_node_context, check_halt_state_context, proceed_next_node):
13997         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
13998         (update_regs, sift_states_backward, build_sifted_states):
13999         (clean_state_log_if_needed, merge_state_array):
14000         (update_cur_sifted_state, add_epsilon_src_nodes):
14001         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
14002         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
14003         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
14004         (find_recover_state, check_subexp_matching_top, transit_state_mb):
14005         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
14006         (check_arrival, check_arrival_add_next_nodes):
14007         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
14008         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
14009         (check_node_accept_bytes, check_node_accept, extend_buffers):
14010         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
14011         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
14012         (sift_ctx_init):
14013         Likewise.
14014
14015         * lib/regex_internal.h:
14016         (re_string_allocate, re_string_construct, re_string_reconstruct):
14017         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
14018         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
14019         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
14020         (re_string_context_at, re_string_peek_byte_case):
14021         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
14022         is defined, since we now use prototypes always.
14023
14024         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
14025         C89 or better.  All uses removed.
14026
14027 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14028
14029         * config/srclist.txt: Add glibc bugs 1220-1227.
14030
14031 2005-08-20  Jim Meyering  <jim@meyering.net>
14032
14033         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
14034         of unused local, dfa.
14035
14036 2005-08-20  Bruno Haible  <bruno@clisp.org>
14037
14038         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
14039
14040 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14041
14042         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
14043         (re_node_set_insert_last, re_dfa_add_node):
14044         Rename local variables to avoid GCC shadowing warnings.
14045
14046 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14047
14048         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
14049         [defined lint]: Suppress bogus uninitialized-variable warnings.
14050
14051         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
14052         and let the caller return REG_ESPACE if out of space.  This
14053         removes an uninitialied-variable warning with GCC 4.0.1, and also
14054         avoids taking the address of a local variable.  All callers
14055         changed.
14056
14057 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14058
14059         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
14060         $LIBCSRC/posix/regexec.c.
14061         Add glibc bug 1217 for regcomp.c.
14062
14063 2005-08-19  Jim Meyering  <jim@meyering.net>
14064
14065         * lib/regexec.c (proceed_next_node): Redo local variables to
14066         avoid GCC shadowing warnings.
14067
14068 2005-08-18  Bruno Haible  <bruno@clisp.org>
14069
14070         * lib/strstr.c (strstr): Fix return value in multibyte case.
14071         * lib/strcasestr.c (strcasestr): Likewise.
14072
14073 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
14074
14075         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
14076
14077 2005-08-17  Jim Meyering  <jim@meyering.net>
14078
14079         Make the %s format (seconds since the epoch) work for a negative
14080         number and when used with a zero-padded field width, e.g. %015s.
14081
14082         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
14083         label so that it precedes the code to set `digits'.  Otherwise,
14084         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
14085         print `00-22'.  Now, it prints `-0022', as it should.
14086
14087 2005-08-17  Bruno Haible  <bruno@clisp.org>
14088
14089         * modules/strstr (Files): Add m4/mbrtowc.m4.
14090         (Depends-on): Add mbuiter.
14091
14092 2005-08-17  Bruno Haible  <bruno@clisp.org>
14093
14094         * modules/strcasestr: New file.
14095         * MODULES.html.sh (String handling, based on ANSI C 89): Add
14096         strcasestr.
14097
14098 2005-08-17  Bruno Haible  <bruno@clisp.org>
14099
14100         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
14101
14102 2005-08-17  Bruno Haible  <bruno@clisp.org>
14103
14104         * modules/mbuiter: New file.
14105         * MODULES.html.sh (Extended multibyte and wide character utilities):
14106         Add mbuiter.
14107
14108 2005-08-17  Bruno Haible  <bruno@clisp.org>
14109
14110         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
14111         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
14112
14113 2005-08-17  Bruno Haible  <bruno@clisp.org>
14114
14115         * m4/strcasestr.m4: New file.
14116
14117 2005-08-17  Bruno Haible  <bruno@clisp.org>
14118
14119         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
14120         * lib/strstr.c: Completely rewritten, with multibyte locale support.
14121
14122 2005-08-17  Bruno Haible  <bruno@clisp.org>
14123
14124         * lib/strcasestr.h: New file.
14125         * lib/strcasestr.c: New file.
14126
14127 2005-08-17  Bruno Haible  <bruno@clisp.org>
14128
14129         * lib/strcasecmp.c: Use mbuiter.h.
14130
14131 2005-08-17  Bruno Haible  <bruno@clisp.org>
14132
14133         * lib/mbuiter.h: New file.
14134
14135 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
14136
14137         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
14138         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
14139         and gl_GETOPT are both invoked via different paths (as happens
14140         with GNU tar CVS because it uses both argp and getopt), the former
14141         wins.
14142
14143 2005-08-16  Bruno Haible  <bruno@clisp.org>
14144
14145         * modules/tls: New file.
14146         * MODULES.html.sh (Multithreading): Add tls.
14147
14148 2005-08-16  Bruno Haible  <bruno@clisp.org>
14149
14150         * modules/strnlen1: New file.
14151         * MODULES.html.sh (String handling): Add strnlen1.
14152
14153 2005-08-16  Bruno Haible  <bruno@clisp.org>
14154
14155         * modules/strcase (Files): Add m4/mbrtowc.m4.
14156         (Depends-on): Add strnlen1, mbchar.
14157
14158 2005-08-16  Bruno Haible  <bruno@clisp.org>
14159
14160         * modules/mbiter: New file.
14161         * MODULES.html.sh (Extended multibyte and wide character utilities):
14162         Add mbiter.
14163
14164 2005-08-16  Bruno Haible  <bruno@clisp.org>
14165
14166         * modules/mbfile: New file.
14167         * MODULES.html.sh (Extended multibyte and wide character utilities):
14168         Add mbfile.
14169
14170 2005-08-16  Bruno Haible  <bruno@clisp.org>
14171
14172         * modules/mbchar: New file.
14173         * MODULES.html.sh (Extended multibyte and wide character utilities):
14174         New section.
14175
14176 2005-08-16  Bruno Haible  <bruno@clisp.org>
14177
14178         * m4/tls.m4: New file, from GNU gettext.
14179
14180 2005-08-16  Bruno Haible  <bruno@clisp.org>
14181
14182         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
14183         always.
14184         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
14185
14186 2005-08-16  Bruno Haible  <bruno@clisp.org>
14187
14188         * m4/mbiter.m4: New file.
14189
14190 2005-08-16  Bruno Haible  <bruno@clisp.org>
14191
14192         * m4/mbfile.m4: New file.
14193
14194 2005-08-16  Bruno Haible  <bruno@clisp.org>
14195
14196         * m4/mbchar.m4: New file.
14197
14198 2005-08-16  Bruno Haible  <bruno@clisp.org>
14199
14200         * lib/tls.h: New file, from GNU gettext.
14201         * lib/tls.c: New file, from GNU gettext.
14202
14203 2005-08-16  Bruno Haible  <bruno@clisp.org>
14204
14205         * lib/strnlen1.h: New file.
14206         * lib/strnlen1.c: New file.
14207
14208 2005-08-16  Bruno Haible  <bruno@clisp.org>
14209
14210         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
14211         (mbi_init): Update.
14212         (mbi_avail, mbi_advance): Let the iteration end before the terminating
14213         NUL byte, not after it.
14214
14215 2005-08-16  Bruno Haible  <bruno@clisp.org>
14216
14217         * lib/strcase.h (strcasecmp): Add note in comments.
14218         * lib/strncasecmp.c: Use code from strcasecmp.c.
14219         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
14220         (strcasecmp): Work correctly in multibyte locales.
14221
14222 2005-08-16  Bruno Haible  <bruno@clisp.org>
14223
14224         * lib/mbiter.h: New file.
14225
14226 2005-08-16  Bruno Haible  <bruno@clisp.org>
14227
14228         * lib/mbfile.h: New file.
14229
14230 2005-08-16  Bruno Haible  <bruno@clisp.org>
14231
14232         * lib/mbchar.h: New file.
14233         * lib/mbchar.c: New file.
14234
14235 2005-08-16  Bruno Haible  <bruno@clisp.org>
14236
14237         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
14238         the valid ones. Makes the comparison operations transitive:
14239         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
14240         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
14241
14242 2005-08-15  Simon Josefsson  <jas@extundo.com>
14243
14244         * modules/ssize_t (License): Change to 'unlimited'.
14245
14246         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
14247
14248 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
14249
14250         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
14251         Add comments for each pending glibc patch.
14252
14253 2005-08-15  Bruno Haible  <bruno@clisp.org>
14254
14255         * lib/regex.h (__restrict_arr): Don't define to __restrict if
14256         __cplusplus is defined.
14257
14258 2005-08-14  Jim Meyering  <jim@meyering.net>
14259
14260         Sync from coreutils.
14261
14262         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
14263         Use the hash-table-based cycle-detection code not just when
14264         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
14265         Reported by James Youngman in
14266         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
14267         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
14268         FTS_TIGHT_CYCLE_CHECK.
14269         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
14270         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
14271         once again.
14272         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
14273         * lib/fts.c (fd_safer): Remove decl.
14274         Include fcntl--.h rather than unistd-safer.h
14275         (fts_safe_changedir): Don't call fd_safer; no longer needed
14276         now that we include fcntl--.h.
14277
14278 2005-08-12  Simon Josefsson  <jas@extundo.com>
14279
14280         * modules/getndelim2: Use ssize_t module.
14281         * modules/getnline: Likewise.
14282         * modules/safe-read: Likewise.
14283         * modules/xreadlink: Likewise.
14284
14285         * modules/ssize_t: New file.
14286
14287 2005-08-12  Simon Josefsson  <jas@extundo.com>
14288
14289         * m4/readline.m4: Look for termcap, curses or ncurses if required.
14290
14291 2005-08-12  Simon Josefsson  <jas@extundo.com>
14292
14293         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14294         ssize_t.
14295
14296 2005-08-12  Simon Josefsson  <jas@extundo.com>
14297
14298         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
14299         readline, getdelim and check_version.
14300         (Support for systems lacking ISO C 99: Sizes of integer types):
14301         Add size_max.
14302
14303 2005-08-12  Bruno Haible  <bruno@clisp.org>
14304
14305         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
14306
14307 2005-08-11  Simon Josefsson  <jas@extundo.com>
14308
14309         * modules/readline: New file.
14310
14311         * modules/strnlen (Files): Add strnlen.h.
14312
14313 2005-08-11  Simon Josefsson  <jas@extundo.com>
14314
14315         * m4/readline.m4: New file.
14316
14317 2005-08-11  Simon Josefsson  <jas@extundo.com>
14318
14319         * lib/readline.h, readline.c: New file.
14320
14321 2005-08-11  Simon Josefsson  <jas@extundo.com>
14322
14323         * doc/gnulib.texi (Initial import, Finishing touches): Mention
14324         gl_AVOID.
14325
14326 2005-08-11  Bruno Haible  <bruno@clisp.org>
14327
14328         * lib/strnlen.h (strnlen): Change parameter name to match comment.
14329
14330 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
14331
14332         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
14333
14334 2005-08-10  Simon Josefsson  <jas@extundo.com>
14335
14336         * tests/test-iconvme.c: New file.
14337
14338 2005-08-10  Simon Josefsson  <jas@extundo.com>
14339
14340         * m4/strnlen.m4: New file.
14341
14342         * m4/strndup.m4: Don't check for strnlen declaration, done in
14343         strnlen.m4.
14344
14345 2005-08-10  Simon Josefsson  <jas@extundo.com>
14346
14347         * lib/strndup.c: Use strnlen.h.
14348
14349         * lib/strnlen.h: New file.
14350
14351 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
14352
14353         * README: Typos.
14354
14355 2005-08-02  Simon Josefsson  <jas@extundo.com>
14356
14357         * modules/readline: New file.
14358
14359 2005-08-02  Simon Josefsson  <jas@extundo.com>
14360
14361         * modules/getdelim: New file.
14362
14363         * modules/getline: Rewrite, don't use getndelim2.
14364
14365 2005-08-02  Simon Josefsson  <jas@extundo.com>
14366
14367         * m4/getline.m4: Separate out getdelim stuff into separate module.
14368
14369         * m4/getdelim.m4: New file.
14370
14371 2005-08-02  Simon Josefsson  <jas@extundo.com>
14372
14373         * lib/getline.h, getline.c: Rewrite.
14374
14375         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
14376
14377 2005-07-31  Bruno Haible  <bruno@clisp.org>
14378
14379         * lib/lock.h (gl_lock_initializer): New macro.
14380         (gl_lock_define_initialized): Use it.
14381         (gl_rwlock_initializer): New macro.
14382         (gl_rwlock_define_initialized): Use it.
14383         (gl_recursive_lock_initializer): New macro.
14384         (gl_recursive_lock_define_initialized): Use it.
14385
14386 2005-07-30  Karl Berry  <karl@gnu.org>
14387
14388         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
14389         Report from Ben Pfaff, regarding getopt.
14390
14391 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
14392
14393         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
14394         normal way.
14395         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
14396         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
14397         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
14398         (gl_GETOPT): Use the new macros.  Most of the implementation
14399         is moved to the new macros.  This is for programs like Emacs
14400         that don't want all the functionality of gl_GETOPT.
14401
14402 2005-07-26  Bruno Haible  <bruno@clisp.org>
14403
14404         * m4/lock.m4: Update from GNU gettext.
14405
14406 2005-07-26  Bruno Haible  <bruno@clisp.org>
14407
14408         * lib/lock.h: Update from GNU gettext.
14409         * lib/lock.c: Update from GNU gettext.
14410
14411 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
14412
14413         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
14414         obsolescent AC_TRY_RUN.  Include the default includes files, for
14415         'exit'.
14416
14417 2005-07-24  Bruno Haible  <bruno@clisp.org>
14418
14419         * modules/visibility: New file.
14420         * MODULES.html.sh (Misc): Add visibility.
14421
14422 2005-07-24  Bruno Haible  <bruno@clisp.org>
14423
14424         * m4/visibility.m4: New file.
14425
14426 2005-07-24  Bruno Haible  <bruno@clisp.org>
14427
14428         * doc/visibility.texi: New file.
14429
14430 2005-07-22  Bruno Haible  <bruno@clisp.org>
14431
14432         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
14433         $(ALLOCA_H), redundant through BUILT_SOURCES.
14434         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
14435         redundant through BUILT_SOURCES.
14436         * modules/byteswap (Makefile.am): Remove explicit dependency on
14437         $(BYTESWAP_H), redundant through BUILT_SOURCES.
14438         * modules/fnmatch (Makefile.am): Remove explicit dependency on
14439         $(FNMATCH_H), redundant through BUILT_SOURCES.
14440         * modules/getopt (Makefile.am): Remove explicit dependency on
14441         $(GETOPT_H), redundant through BUILT_SOURCES.
14442         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
14443         redundant through BUILT_SOURCES.
14444         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
14445         redundant through BUILT_SOURCES.
14446         * modules/stdbool (Makefile.am): Remove explicit dependency on
14447         $(STDBOOL_H), redundant through BUILT_SOURCES.
14448         * modules/stdint (Makefile.am): Remove explicit dependency on
14449         $(STDINT_H), redundant through BUILT_SOURCES.
14450         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
14451         Remove explicit dependency on $(SYSEXITS_H).
14452         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
14453
14454 2005-07-18  Simon Josefsson  <jas@extundo.com>
14455
14456         * lib/check-version.c (check_version): Accept identical versions too.
14457
14458 2005-07-18  Bruno Haible  <bruno@clisp.org>
14459
14460         * modules/lock: New file.
14461         * MODULES.html.sh (Multithreading): New section.
14462
14463 2005-07-18  Bruno Haible  <bruno@clisp.org>
14464
14465         * m4/lock.m4: New file, from GNU gettext.
14466
14467 2005-07-18  Bruno Haible  <bruno@clisp.org>
14468
14469         * lib/lock.h: New file, from GNU gettext.
14470         * lib/lock.c: New file, from GNU gettext.
14471
14472 2005-07-18  Bruno Haible  <bruno@clisp.org>
14473
14474         * lib/lock.h (gl_once_t): New type.
14475         (gl_once_define, gl_once): New macros.
14476         * lib/lock.c (fresh_once): New variable.
14477         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
14478         functions.
14479
14480 2005-07-16  Simon Josefsson  <jas@extundo.com>
14481
14482         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
14483         workaround, suggested by Bruno.
14484
14485 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
14486
14487         * modules/xalloc (Depends-on): Add xalloc-die.
14488         * modules/xvasprintf (Depends-on): Add xalloc-die.
14489
14490 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
14491
14492         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
14493         with a minor change.
14494
14495 2005-07-15  Bruno Haible  <bruno@clisp.org>
14496
14497         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
14498         When using lib/poll.c, define poll as rpl_poll.
14499
14500 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
14501
14502         * modules/argp (Depends-on): Remove unlocked-io.
14503
14504 2005-07-14  Derek Price  <derek@ximbiot.com>
14505
14506         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
14507         for glob symlink bug.
14508
14509 2005-07-14  Bruno Haible  <bruno@clisp.org>
14510
14511         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
14512         Instead, test for *_unlocked function declarations directly.
14513
14514 2005-07-11  Simon Josefsson  <jas@extundo.com>
14515
14516         * modules/size_max: New file.
14517
14518         * modules/xsize: Depend on size_max module for size_max.m4.
14519
14520 2005-07-11  Simon Josefsson  <jas@extundo.com>
14521
14522         * lib/size_max.h: New file.
14523
14524 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
14525
14526         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
14527         copyright symbol and the year.
14528         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
14529         (version_etc_va): Use parameterized copyright notice.
14530         Reword to conform to the current GNU coding standards.
14531
14532 2005-07-11  Karl Berry  <karl@gnu.org>
14533
14534         * doc/gnulib.texi (Quoting): new node.
14535         (Initial import): more info, from Patrice.
14536
14537 2005-07-11  Bruno Haible  <bruno@clisp.org>
14538
14539         * gnulib-tool (func_usage): Document option --avoid.
14540         (Command line options): Handle --avoid.
14541         (func_acceptable): New function.
14542         (func_modules_transitive_closure): Use it.
14543
14544 2005-07-11  Bruno Haible  <bruno@clisp.org>
14545
14546         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
14547         Reported by Jim Meyering.
14548
14549 2005-07-10  Bruno Haible  <bruno@clisp.org>
14550
14551         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
14552         Needed when size_t is smaller than 'unsigned int'.
14553         Reported by Paul Eggert.
14554
14555 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
14556
14557         * modules/argp (Depends-on): Add unlocked-io
14558
14559 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
14560
14561         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
14562         block of defines.
14563
14564 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
14565
14566         * config/srclist.txt: Comment out regcomp.c, since we have a porting
14567         fix now.
14568
14569 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
14570         and Paul Eggert  <eggert@cs.ucla.edu>
14571
14572         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
14573         in wint_t, not wchar_t.  Remove now-unnecessary cast.
14574
14575 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
14576
14577         * modules/regex (Files): Add lib/regex_internal.c,
14578         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
14579         (Depends-on): Add extensions.
14580         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
14581
14582 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
14583
14584         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
14585         pathconf.
14586         * m4/same.m4 (gl_SAME): Likewise.
14587         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
14588
14589         * m4/regex.m4: Adjust to new libc regex implementation.
14590         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
14591         all the .c and .h parts of (the new) regex.
14592         Quote the m4 stuff better.
14593         Check for RE_ICASE bug of old gnulib.
14594         Check for REG_STARTEND of recent libc.
14595         Rename local variables from jm_* to gl_*.
14596         Quote operand of "test -f".
14597         Say "recent enough" version of libc, not "version 2".
14598         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
14599         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
14600         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
14601         Remove check for btowc, isascii.
14602         Require AM_LANGINFO_CODESET.
14603
14604 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
14605
14606         * lib/regex.c, regex.h: Sync from libc.
14607         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
14608         * lib/regexec.c:
14609         New files, synced from libc, except that regex_internal.h
14610         currently has a small porting fix.
14611
14612 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
14613
14614         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
14615         regex_internal.c, regexec.c.
14616         Add regex_internal.h too, but as a comment, since the libc version
14617         is currently broken in gnulib mode.
14618
14619 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
14620
14621         Support programs like Emacs that use gnulib but not gettext.
14622         * MODULES.html.sh (Internationalization functions): Add gettext-h.
14623         * modules/gettext-h: New file.
14624         * modules/gettext (Files): Remove lib/gettext.h.
14625         (Depends-on): Add gettext-h.
14626         (Makefile.am): Remove lib_SOURCES.
14627         * modules/argmatch, modules/c-stack, modules/closeout:
14628         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
14629         * modules/execute, modules/file-type, modules/getaddrinfo:
14630         * modules/getopt, modules/human, modules/javacomp:
14631         * modules/javaexec, modules/mkdir-p, modules/obstack:
14632         * modules/openat, modules/pagealign_alloc, modules/pipe:
14633         * modules/quotearg, modules/regex, modules/rpmatch:
14634         * modules/unicodeio, modules/userspec, modules/version-etc:
14635         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
14636         * modules/xsetenv:
14637         Depend on gettext-h, not gettext.
14638
14639 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
14640
14641         * gnulib-tool (func_import): Add support for 'public domain' license.
14642         * modules/alloca, modules/atexit, modules/memmove:
14643         Now public domain, not GPL.
14644         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
14645         * modules/realloc, modules/strerror, modules/strtod:
14646         Now LGPL, not GPL.
14647
14648 2005-07-05  Bruno Haible  <bruno@clisp.org>
14649
14650         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
14651         autoconf CVS. Needed for mingw.
14652
14653 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14654
14655         Remove the dependency of the strftime module on the tzset module.
14656         * modules/strftime (Depends-on): Remove dependency on tzset.
14657
14658 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14659
14660         Remove the dependency of the strftime module on the tzset module.
14661         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
14662         gl_FUNC_TZSET_CLOBBER.
14663
14664 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14665
14666         Remove the dependency of the strftime module on the tzset module.
14667         * lib/strftime.c (my_strftime)
14668         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
14669         Copy the input structure, to work around some of the bug with
14670         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
14671         Solaris releases, you should also use the tzset module, but we won't
14672         require it as a dependency any more since we don't want LGPLed code
14673         to depend on GPLed code.
14674
14675 2005-07-02  Jim Meyering  <jim@meyering.net>
14676
14677         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
14678         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
14679         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
14680         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
14681
14682 2005-07-02  Jim Meyering  <jim@meyering.net>
14683
14684         * lib/backupfile.c (backup_args): Change a `0' to NULL.
14685
14686 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
14687
14688         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
14689         declares only 'struct timespec;' (!).
14690
14691 2005-07-01  Jim Meyering  <jim@meyering.net>
14692
14693         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
14694         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
14695         * lib/save-cwd.c, tempname.c:
14696         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
14697         and don't include <sys/file.h>).
14698
14699 2005-06-29  Jim Meyering  <jim@meyering.net>
14700
14701         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
14702         type name.  Use the variable name instead.
14703         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
14704         Likewise.
14705
14706 2005-06-28  Simon Josefsson  <jas@extundo.com>
14707
14708         * modules/check-version (Files): Add check-version.m4.
14709
14710 2005-06-28  Simon Josefsson  <jas@extundo.com>
14711
14712         * m4/check-version.m4: New file, suggested by Jim Meyering
14713         <jim@meyering.net>.
14714
14715 2005-06-28  Simon Josefsson  <jas@extundo.com>
14716
14717         * lib/check-version.h, lib/check-version.c: New files.
14718
14719 2005-06-28  Simon Josefsson  <jas@extundo.com>
14720
14721         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
14722         collision with global variable.  Better indentation.  Don't
14723         increment buffer pointer beyond buffer end.  Based on comments
14724         from Paul Eggert <eggert@cs.ucla.edu>.
14725
14726         * lib/base64.h: Indent.
14727
14728 2005-06-28  Simon Josefsson  <jas@extundo.com>
14729
14730         * doc/gnulib.texi (Library version handling): New section.
14731
14732 2005-06-28  Jim Meyering  <jim@meyering.net>
14733
14734         * check-module (find_included_lib_files): Hard-code another
14735         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
14736         but modules/fts-lgpl (correctly) does not list those files.
14737
14738         * modules/canonicalize (Files): Add lib/pathmax.h.
14739
14740 2005-06-25  Simon Josefsson  <jas@extundo.com>
14741
14742         * modules/check-version: New file.
14743
14744 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
14745
14746         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
14747         initializer of struct addrinfo, as an indication that we don't
14748         care how many members the structure has.
14749
14750 2005-06-24  Derek Price  <derek@ximbiot.com>
14751         and Bruno Haible  <bruno@clisp.org>
14752
14753         Remove stat module & update lstat.
14754         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
14755         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
14756         * m4/stat.m4: Remove this file.
14757
14758 2005-06-24  Derek Price  <derek@ximbiot.com>
14759         and Bruno Haible  <bruno@clisp.org>
14760
14761         Remove stat module & update lstat.
14762         * lib/stat.c: Remove this file...
14763         (slash_aware_lstat): ...moving this content and its support...
14764         * lib/lstat.c (rpl_lstat): ...into here.
14765         * lib/lstat.h: New file.
14766
14767 2005-06-24  Derek Price  <derek@ximbiot.com>
14768         and Bruno Haible  <bruno@clisp.org>
14769
14770         Remove stat module & update lstat.
14771         * config/srclist.txt (libc sources): Remove stat.
14772
14773 2005-06-24  Derek Price  <derek@ximbiot.com>
14774         and Bruno Haible  <bruno@clisp.org>
14775
14776         Remove stat module & update lstat.
14777         * MODULES.html.sh (stat): Remove.
14778         * MODULES.html: Regenerated.
14779         * modules/lstat (Description): Correct function name.
14780         (Files): Add "lstat.h".
14781         (Depends-on): Remove stat, add xalloc, stat-macros.
14782         * modules/stat: Remove this file.
14783         (Include): Add "lstat.h", remove <sys/stat.h>.
14784
14785 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
14786
14787         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
14788         (ranged_convert): Don't save conversion in a temporary struct.
14789         This causes a warning with GCC 4.0.0, and anyway in the typical
14790         case it's not worth the extra 100 bytes or so of code.
14791         (ranged_convert, __mktime_internal): When calling a function via a
14792         pointer P, use P () rather than (*P) (), as we now assume C89 or
14793         better.
14794
14795 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
14796
14797         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
14798         "who -r" failed to give output.  Problem reported by Tim Waugh.
14799
14800         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
14801         (xcalloc): Use it to avoid needless tests.
14802         Problem reported by Jim Meyering.
14803
14804 2005-06-20  Derek Price  <derek@ximbiot.com>
14805
14806         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
14807         unnecessary for Autoconfs > 2.59c.
14808
14809 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14810
14811         * lib/argp.h (__option_is_short): Check upper limit of
14812         __key. Isprint() requires its argument to have the value
14813         of an unsigned char or EOF.
14814
14815 2005-06-16  Jim Meyering  <jim@meyering.net>
14816
14817         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
14818         when either N or S is zero.
14819
14820 2005-06-16  Derek Price  <derek@ximbiot.com>
14821
14822         * m4/bison.m4: Declare YACC & YFLAGS precious.
14823
14824 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
14825
14826         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
14827         multibyte string or pattern, fall back on unibyte matching.
14828         Problem reported by James Youngman.
14829
14830 2005-06-08  Bruno Haible  <bruno@clisp.org>
14831
14832         * modules/csharpcomp: New file.
14833         * MODULES.html.sh (C#): Add csharpcomp.
14834
14835 2005-06-08  Bruno Haible  <bruno@clisp.org>
14836
14837         * m4/csharpcomp.m4: New file, from GNU gettext.
14838
14839 2005-06-08  Bruno Haible  <bruno@clisp.org>
14840
14841         * lib/csharpcomp.h: New file, from GNU gettext.
14842         * lib/csharpcomp.c: New file, from GNU gettext.
14843         * lib/csharpcomp.sh.in: New file, from GNU gettext.
14844
14845 2005-06-08  Bruno Haible  <bruno@clisp.org>
14846
14847         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
14848         warning on mingw.
14849
14850 2005-06-07  Derek Price  <derek@ximbiot.com>
14851
14852         Sync from CVS.
14853         * lib/glob_.h: Indent nested #ifdef.
14854
14855 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
14856
14857         Sync from coreutils.
14858         Use "file name" when talking about file names, instead of "filename"
14859         or "path", as per the GNU coding standards.
14860         * lib/mkdir-p.c: Renamed from makepath.c.
14861         (make_dir_parents): Renamed from make_path.  All callers changed.
14862         * lib/mkdir-p.h: Likewise.  All includers changed.
14863         * lib/filenamecat.c: Renamed from path-concat.c.
14864         (file_name_concat): Renamed from path_concat.  All callers changed.
14865         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
14866         * lib/filenamecat.h: Likewise.  All includers changed.
14867         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
14868         in comments or local variable names.
14869         * lib/basename.c: Likewise.
14870         * lib/canonicalize.c, canonicalize.h: Likewise.
14871         * lib/dirname.c, dirname.h: Likewise.
14872         * lib/euidaccess.c: Likewise.
14873         * lib/exclude.c: Likewise
14874         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
14875         * lib/fsusage.c, fsuage.h: Likewise.
14876         * lib/fts.c, fts_.h: Likewise.
14877         * lib/getcwd.c: Likewise.
14878         * lib/getloadavg.c: Likewise.
14879         * lib/mkstemp.c: Likewise.
14880         * lib/mountlist.c, mountlist.h: Likewise.
14881         * lib/openat.c, openat.h: Likewise.
14882         * lib/readlink-stub.c: Likewise.
14883         * lib/readutmp.c, readutmp.h: Likewise.
14884         * lib/rename.c: Likewise.
14885         * lib/rmdir.c: Likewise.
14886         * lib/same.c: Likewise.
14887         * lib/savedir.c: Likewise.
14888         * lib/stripslash.c: Likewise.
14889         * lib/tempname.c: Likewise.
14890         * lib/xreadlink.c: Likewise.
14891         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
14892         All uses changed.
14893         * lib/exclude.h: Likewise.
14894
14895         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
14896         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
14897         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
14898         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
14899         * lib/pathmax.h: Include <limits.h> unconditionally, since other
14900         files have been getting away with it for years (MORE/BSD 4.3
14901         is extinct now).
14902         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
14903         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
14904
14905         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
14906         Define to 256, not 255, as per modern POSIX.
14907
14908 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
14909
14910         Sync from coreutils.
14911         Use "file name" when talking about file names, instead of "filename"
14912         or "path", as per the GNU coding standards.
14913         * MODULES.html.sh: mkdir-p renamed from makepath.
14914         filenamecat renamed from path-concat.
14915         * modules/filenamecat: Renamed from modules/path-concat.
14916         (Files): filenamecat.h and filenamecat.c renamed from
14917         path-concat.h and path-concat.c.
14918         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
14919         (Include): filenamecat.h, not path-concat.h.
14920         * modules/mkdir-p: Renamed from modules/makepath.
14921         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
14922         makepath.c.
14923         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
14924         (Include): mkdir-p.h, not makepath.h.
14925
14926 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
14927
14928         Sync from coreutils.
14929         * m4/mkdir-p.m4: Renamed from makepath.m4.
14930         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
14931         Rename files from makepath.c to mkdir-p.c, and from
14932         makepath.h to mkdir-p.h.
14933         * m4/filenamecat.m4: Renamed from path-concat.m4.
14934         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
14935         Rename files from path-concat.c to filenamecat.c,
14936         and from path-concat.h to filenamecat.h.
14937         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
14938         "file name" in local variables or comments.
14939         * m4/rename.m4: Likewise.
14940
14941 2005-06-01  Bruno Haible  <bruno@clisp.org>
14942
14943         * modules/csharpexec: New file.
14944         * MODULES.html.sh (C#): New section.
14945
14946 2005-06-01  Bruno Haible  <bruno@clisp.org>
14947
14948         * m4/csharp.m4: New file, from GNU gettext.
14949         * m4/csharpexec.m4: New file, from GNU gettext.
14950
14951 2005-06-01  Bruno Haible  <bruno@clisp.org>
14952
14953         * lib/csharpexec.h: New file, from GNU gettext.
14954         * lib/csharpexec.c: New file, from GNU gettext.
14955         * lib/csharpexec.sh.in: New file, from GNU gettext.
14956
14957 2005-05-31  Derek Price  <derek@ximbiot.com>
14958             Paul Eggert  <eggert@cs.ucla.edu>
14959
14960         Sync from cvs.
14961         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
14962
14963 2005-05-31  Derek Price  <derek@ximbiot.com>
14964             Paul Eggert  <eggert@cs.ucla.edu>
14965
14966         Sync from cvs.
14967         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
14968
14969 2005-05-29  Derek Price  <derek@ximbiot.com>
14970
14971         * config/srclist.txt (glob_.h, glob.c): Add these files.
14972
14973 2005-05-29  Derek Price  <derek@ximbiot.com>
14974
14975         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
14976         * modules/glob: New file.
14977         * modules/getlogin_r: Add link to POSIX spec in description.
14978
14979 2005-05-29  Derek Price  <derek@ximbiot.com>
14980             Paul Eggert  <eggert@cs.ucla.edu>
14981
14982         * m4/glob.m4: New file.
14983
14984 2005-05-29  Derek Price  <derek@ximbiot.com>
14985             Paul Eggert  <eggert@cs.ucla.edu>
14986
14987         * lib/glob_.h, lib/glob.c: New files.
14988
14989 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
14990
14991         * modules/fts (Files): Remove m4/inttypes-pri.m4.
14992         * modules/fts-lgpl (Depends-on): Remove gettext.
14993
14994 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
14995
14996         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
14997         and don't require gt_INTTYPES_PRI.
14998
14999 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
15000
15001         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
15002
15003         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
15004         the configuration hassle isn't worth it.
15005         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
15006         (LONGEST_MODIFIER, PRIuMAX): Remove.
15007
15008 2005-05-27  Bruno Haible  <bruno@clisp.org>
15009
15010         * lib/getlogin_r.h: Remove second include of <stddef.h>.
15011
15012 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
15013
15014         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
15015         _POSIX_PTHREAD_SEMANTICS for Solaris.
15016
15017 2005-05-25  Derek Price  <derek@ximbiot.com>
15018
15019         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
15020
15021 2005-05-25  Derek Price  <derek@ximbiot.com>
15022             Paul Eggert  <eggert@cs.ucla.edu>
15023
15024         * modules/getlogin_r, m4/getlogin_r.m4: New files.
15025         * lib/getlogin_r.c, getlogin_r.h: New files.
15026
15027 2005-05-25  Bruno Haible  <bruno@clisp.org>
15028             Derek Price  <derek@ximbiot.com>
15029
15030         * lib/getlogin_r.h: Simplify API documentation.
15031
15032 2005-05-23  Derek Price  <derek@ximbiot.com>
15033
15034         * modules/minmax (Files): Add m4/minmax.m4.
15035         (configure.ac): Add gl_MINMAX.
15036
15037 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
15038
15039         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
15040         so that unistd-safer.h (GPL'ed code) need not be included.
15041
15042 2005-05-22  Bruno Haible  <bruno@clisp.org>
15043
15044         * m4/minmax.m4: New file.
15045         Based on a patch by Derek Price <derek@ximbiot.com>.
15046
15047 2005-05-22  Bruno Haible  <bruno@clisp.org>
15048
15049         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
15050         (INT64_MIN): Fix definition.
15051         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
15052
15053         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
15054         NEED_SIGNED_INT_TYPES.
15055
15056         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
15057         HAVE_SYSTEM_INTTYPES.
15058
15059 2005-05-22  Bruno Haible  <bruno@clisp.org>
15060
15061         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
15062         Also include <sys/param.h> if it defines MIN, MAX.
15063         Based on a patch by Derek Price <derek@ximbiot.com>.
15064
15065 2005-05-21  Jim Meyering  <jim@meyering.net>
15066
15067         * modules/fts (Files): Add m4/inttypes-pri.m4.
15068         (Depends-on): Add lstat and remove gettext.  Alphabetize.
15069
15070 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
15071
15072         New fts module.
15073         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
15074         (setup_dir, free_dir): New functions.
15075         (enter_dir, leave_dir): Define trivial
15076         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
15077         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
15078         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
15079         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
15080         Move to fts-cycle.c.
15081         (fts_open): Use setup_dir.
15082         (fts_close): Use free_dir.
15083         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
15084         This adds a label and some gotos, but the alternatives were messier.
15085         Check for memory allocation failure when entering a dir.
15086         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
15087         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
15088         (FTS): New member fts_cycle, that is a union that contains the
15089         old active_dir_ht and cycle_state.  All uses changed to mention
15090         fts_cycle.ht and fts_cycle.state.
15091         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
15092         fts.c, with the following changes:
15093         (setup_dir, free_dir): New functions.
15094         (enter_dir): Now returns bool.  Return true if successful, false
15095         if memory exhausted.  All callers changed.
15096         Do not bother partly cleaning up on
15097         memory allocation failure; that is free_dir's job.
15098         However, free ad if hash_insert fails, to avoid memory leak.
15099         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
15100         fts->fts_options to see which union member to use.
15101
15102 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
15103
15104         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
15105         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
15106
15107 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
15108
15109         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
15110
15111 2005-05-20  Jim Meyering  <jim@meyering.net>
15112
15113         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
15114         Now a macro, to pacify GCC.
15115
15116 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
15117
15118         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
15119         of -1.
15120
15121 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
15122
15123         * lib/chown.c (rpl_chown): Return -1 on failure.
15124
15125 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
15126
15127         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
15128         Don't check for stddef.h.
15129         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
15130         don't use its results.
15131         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
15132         since we include them unconditionally.  Don't require
15133         AM_STDBOOL_H, since stdbool is a prerequisite.
15134         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
15135         since we assume C89 or better.
15136         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
15137         as we don't use their results.
15138         Don't check for fchdir, memmove, memset, strrchr, as we use
15139         them unconditionally.
15140         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
15141         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
15142
15143 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
15144
15145         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
15146         Include <stddef.h> unconditionally, since we assume C89 now.
15147         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
15148         * lib/fts.c: Include fts_.h first, to check interface.
15149         Do not include intprops.h; no longer needed.
15150         Include cycle-check.h and hash.h, since fts_.h no longer does.
15151         Remove unnecessary casts of closedir to void.
15152         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
15153         decide whether to decrement nlinks.
15154         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
15155         (FTS): Use struct hash_table * instead of Hash_table, so that
15156         we no longer need to include hash.h here.
15157
15158 2005-05-18  Jim Meyering  <jim@meyering.net>
15159
15160         * modules/dirfd (License): Change to LGPL.  Most of the code
15161         is already in the public domain.
15162
15163 2005-05-18  Jim Meyering  <jim@meyering.net>
15164
15165         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
15166         Reported by Yoann Vandoorselaere.
15167
15168 2005-05-17  Jim Meyering  <jim@meyering.net>
15169
15170         * m4/fts.m4: New file, from coreutils.
15171
15172 2005-05-17  Jim Meyering  <jim@meyering.net>
15173
15174         * lib/fts.c, lib/fts_.h: New files, from coreutils.
15175
15176 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
15177
15178         Sync from coreutils.
15179         * m4/unlinkdir.m4: New file.
15180
15181 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
15182
15183         Sync from coreutils.
15184         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
15185         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
15186         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
15187         White space changes only.
15188         * lib/makepath.c (make_path): Port to hosts where leading "//" is
15189         special.
15190         * lib/yesno.c: Include getline.h, not ctype.h.
15191         (yesno): Don't remove leading white space; POSIX doesn't allow it.
15192         Use getline to remove arbitrary restriction on response length.
15193
15194 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
15195
15196         * config/srclist-update: Spell out "Street" in FSF postal
15197         mail address; this is the style the FSF seems to prefer.
15198
15199         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
15200         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
15201         this updates FSF postal mail address.
15202
15203         Sync from coreutils.
15204         * modules/unlinkdir: New file.
15205         * modules/yesno (Depends-on): Add getline.
15206         * MODULES.html.sh (File system functions): Add unlinkdir.
15207
15208 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
15209
15210         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
15211         lib/strsep.h:
15212         Change the initial comment to refer to GPL, not LGPL.
15213         gnulib-tool will change it to LGPL as needed.
15214
15215         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
15216         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
15217         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
15218         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
15219         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
15220         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
15221         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
15222         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
15223         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
15224         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
15225         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
15226         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
15227         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
15228         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
15229         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
15230         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
15231         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
15232         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
15233         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
15234         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
15235         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
15236         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
15237         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
15238         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
15239         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
15240         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
15241         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
15242         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
15243         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
15244         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
15245         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
15246         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
15247         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
15248         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
15249         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
15250         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
15251         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
15252         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
15253         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
15254         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
15255         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
15256         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
15257         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
15258         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
15259         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
15260         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
15261         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
15262         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
15263         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
15264         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
15265         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
15266         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
15267         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
15268         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
15269         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
15270         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
15271         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
15272         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
15273         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
15274         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
15275         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
15276         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
15277         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
15278         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
15279         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
15280         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
15281         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
15282         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
15283         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
15284         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
15285         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
15286         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
15287         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
15288         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
15289         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
15290         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
15291         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
15292         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
15293         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
15294         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
15295         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
15296         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
15297         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
15298         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
15299         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
15300         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
15301         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
15302         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
15303         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
15304         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
15305         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
15306         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
15307         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
15308         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
15309         lib/yesno.c, lib/yesno.h:
15310         Update FSF postal mail address.
15311
15312 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
15313
15314         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
15315         tests/test-memmem.c, tests/test-stpncpy.c:
15316         Update FSF postal mail address.
15317
15318 2005-05-13  Bruno Haible  <bruno@clisp.org>
15319
15320         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
15321         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
15322         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
15323         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
15324         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
15325         Add support for 64-bit integers in the MSVC compiler.
15326
15327 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15328
15329         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
15330
15331 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
15332
15333         * gnulib-tool (func_import): Sort and uniquify recommended includes.
15334
15335 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
15336
15337         * doc/getdate.texi (General date syntax): Don't say that date
15338         date --iso-8601=ns generates acceptable dates; it doesn't yet.
15339         Problem reported by Nic Ferrier.
15340
15341 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15342
15343         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
15344         specified in ai_socktype. Fix invalid ai_protocol
15345         check. ai_protocol is usually set to 0 or depending on
15346         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
15347         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
15348         ai_socktype / ai_protocol in the returned addrinfo structure.
15349
15350 2005-05-10  Simon Josefsson  <jas@extundo.com>
15351
15352         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
15353         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
15354
15355 2005-05-10  Karl Berry  <karl@gnu.org>
15356
15357         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
15358         (from http://www.gnu.org/licenses).
15359         * doc/COPYING.LIB: also rename to COPYING.LESSER.
15360         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
15361         fdl.texi suffices.
15362
15363 2005-05-10  Karl Berry  <karl@gnu.org>
15364
15365         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
15366         (COPYING.DOC): remove.
15367
15368         * config/srclist-update: new FSF address.
15369
15370 2005-05-10  Derek Price  <derek@ximbiot.com>
15371
15372         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
15373         possible.
15374
15375 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15376             Bruno Haible  <bruno@clisp.org>
15377
15378         * modules/inet_ntop: New file.
15379         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15380         inet_ntop.
15381
15382 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15383             Bruno Haible  <bruno@clisp.org>
15384
15385         * m4/inet_ntop.m4: New file.
15386
15387 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15388             Bruno Haible  <bruno@clisp.org>
15389
15390         * lib/inet_ntop.h: New file.
15391         * lib/inet_ntop.c: New file, from glibc with modifications.
15392
15393 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
15394
15395         * modules/time_r (License): Change to LGPL.
15396         * modules/extensions (License): Change to LGPL.  Actually,
15397         the license is more permissive than that, but currently gnulib-tool
15398         doesn't know how to handle more-permissive licenses.
15399
15400         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
15401         Problem reported by Dave Love.
15402
15403 2005-05-08  Jim Meyering  <jim@meyering.net>
15404
15405         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
15406         blank.
15407
15408 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
15409
15410         * modules/argmatch (Depends-on): Add stdbool.
15411         * modules/backupfile (Depends-on): Likewise.
15412         * modules/chdir-long (Depends-on): Likewise.
15413         * modules/closeout (Depends-on): Likewise.
15414         * modules/cycle-check (Depends-on): Likewise.
15415         * modules/dirname (Depends-on): Likewise.
15416         * modules/fnmatch (Depends-on): Likewise.
15417         * modules/fsusage (Depends-on): Likewise.
15418         * modules/fwriteerror (Depends-on): Likewise.
15419         * modules/getcwd (Depends-on): Likewise.
15420         * modules/getloadavg (Depends-on): Likewise.
15421         * modules/hard-locale (Depends-on): Likewise.
15422         * modules/makepath (Depends-on): Likewise.
15423         * modules/mountlist (Depends-on): Likewise.
15424         * modules/nanosleep (Depends-on): Likewise.
15425         * modules/posixtm (Depends-on): Likewise.
15426         * modules/quotearg (Depends-on): Likewise.
15427         * modules/readtokens (Depends-on): Likewise.
15428         * modules/readtokens0 (Depends-on): Likewise.
15429         * modules/readutmp (Depends-on): Likewise.
15430         * modules/save-cwd (Depends-on): Likewise.
15431         * modules/strftime (Depends-on): Likewise.
15432         * modules/userspec (Depends-on): Likewise.
15433         * modules/utimecmp (Depends-on): Likewise.
15434         * modules/xgetcwd (Depends-on): Likewise.
15435         * modules/xnanosleep (Depends-on): Likewise.
15436         * modules/xstrtod (Depends-on): Likewise.
15437         * modules/yesno (Depends-on): Likewise.
15438
15439 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
15440
15441         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
15442         needless checks.
15443
15444 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
15445
15446         Merge from coreutils.  Among other things,
15447         add bulletproofing for cases where stdin, stdout, or stderr are closed.
15448         * lib/fd-safer.c: New file.
15449         * lib/fcntl-safer.h, open-safer.c: Remove.
15450         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
15451         * lib/dup-safer.c: Include unistd-safer.h first.
15452         Don't include errno.h.
15453         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
15454         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
15455         * lib/file-type.c: Rely on file-type.h change.
15456         * lib/getloadavg.c: Include unistd-safer.h.
15457         (getloadavg): Use safer open.
15458         * lib/getusershell.c: Include "stdio-safer.h".
15459         (getusershell): Use safer fopen.
15460         * lib/long-options.c (long_options): Use NULL rather than 0.
15461         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
15462         'free'.
15463         * lib/modechange.c: Likewise.
15464         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
15465         (MODE_DONE): New constant.
15466         (struct mode_change): Remove 'next' member.
15467         (make_node_op_equals): New function; like the old one of the
15468         same name, except it allocates an array.
15469         (mode_compile, mode_create_from_ref): Use it.
15470         (mode_compile): Allocate result as an array, not a linked list.
15471         Parse octal string ourself, so that we catch mistakes like "+0".
15472         (mode_adjust): Arg is an array, not a linked list.
15473         * lib/modechange.c: Include stat-macros.h, xalloc.h.
15474         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
15475         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
15476         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
15477         Remove.  This is now stat-macros.h's job.
15478         (talloc): Remove.  All callers replaced by xalloc, so that
15479         our invokers don't have to worry about reporting memory failures.
15480         (make_node_op_equals): Remove.
15481         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
15482         New constants.
15483         (struct mode_change): Moved here from modechange.h.
15484         (mode_append_entry): Remove.
15485         (mode_compile): Remove MASKED_OPS arg, since it encouraged
15486         apps to have incorrect behavior.  Use simpler algorithm for head
15487         and tail.  Don't futz with umask; that's now the job of mode_adjust.
15488         Detect more invalid usages rather than having somewhat-random behavior.
15489         Don't insert an "a=" action, as that leads to incorrect behavior.
15490         (mode_compile, mode_create_from_ref): Return NULL on error instead
15491         of an enum, since now there's only one way to have an error.  All
15492         callers changed.
15493         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
15494         at the correct time.  Simplify calculation of "+u" and its ilk.
15495         Don't mishandle "+X".
15496         (mode_free): Remove "register" and localize decls.
15497         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
15498         (struct mode_change): Move to modechange.c; callers don't
15499         need to see this stuff.
15500         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
15501         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
15502         (mode_change, mode_adjust): Reflect the new signatures noted above.
15503         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
15504         that might redefine system include files.
15505         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
15506         (my_usleep): Use NULL rather than (void *) 0.
15507         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
15508         Use siginterrupt to specify that system calls should be interrupted.
15509         (rpl_nanosleep): Move initialization of suspended closer to call of
15510         my_usleep.
15511         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
15512         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
15513         (desirable_utmp_entry): New function.
15514         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
15515         using x2nrealloc, to simplify logic.
15516         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
15517         size calculation.  Do not assume utmp file is a regular file.
15518         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
15519         (READ_UTMP_CHECK_PIDS): New constant.
15520         * lib/save-cwd.c: Include unistd-safer.h.
15521         (save_cwd): Use fd_safer.
15522         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
15523         [!_LIBC] Include "stat-macros.h" instead.
15524         * lib/unistd-safer.h (fd_safer): New decl.
15525
15526 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
15527
15528         * modules/getloadavg (Depends-on): Add unistd-safer.
15529         * modules/getusershell (Depends-on): Add stdio-safer.
15530         * modules/lstat (Depends-on): Remove xalloc.
15531         * modules/mkstemp (Depends-on): Add stat-macros.
15532         * modules/modechange (Depends-on): Remove xstrtol.
15533         Add stat-macros, xalloc.
15534         * modules/save-cwd (Depends-on): Add unistd-safer.
15535         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
15536         * modules/unistd-safer (Files): Add lib/fd-safer.c
15537         (Makefile.am): Remove lib_SOURCES.
15538
15539         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
15540         Remove fcntl-safer; unistd-safer supersedes it.
15541
15542 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
15543
15544         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
15545         AC_HEADER_STAT.
15546         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
15547         (gl_PREREQ_CHOWN): Remove.
15548         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
15549         it.  Don't require AC_HEADER_STAT.
15550         (gl_PREREQ_LSTAT): Remove.
15551         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
15552         Don't require AC_HEADER_STAT.
15553         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
15554         (gl_PREREQ_RMDIR): Remove.
15555         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
15556         mention stat-macros.h or AC_HEADER_STAT, since we'll make
15557         the stat-macros module a prerequisite.
15558         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
15559         * m4/filemode.m4 (gl_FILEMODE): Likewise.
15560         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
15561         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
15562         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
15563         variable names.
15564         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
15565         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
15566         variable prefixes.
15567         * m4/fcntl-safer.m4: Remove.
15568         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
15569         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
15570         Invoke gl_PREREQ_FD_SAFER.
15571         (gl_PREREQ_FD_SAFER): New macro.
15572         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
15573         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
15574         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
15575         Remove duplicate call to AC_LIBOBJ(readutmp).
15576         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
15577
15578         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
15579         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
15580
15581 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
15582
15583         * MODULES.html.sh (Misc): Add byteswap.
15584
15585 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
15586
15587         * modules/getcwd (Depends-on): Add extensions.
15588         * modules/openat (Depends-on): Likewise.
15589
15590 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
15591
15592         * modules/byteswap: New file.
15593
15594 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
15595
15596         * m4/byteswap.m4: New file.
15597
15598 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
15599
15600         * lib/byteswap_.h: New file.
15601
15602 2005-04-25  Karl Berry  <karl@gnu.org>
15603
15604         * m4/gettext.m4: Update from GNU gettext 0.14.4.
15605
15606 2005-04-25  Albert Chin  <china@thewrittenword.com>
15607
15608         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
15609         Toolkit C bug.
15610
15611 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
15612
15613         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
15614         (func_ln_if_changed) Remove forcibly for no error message
15615         in case file does not exist.
15616
15617 2005-04-19  Simon Josefsson  <jas@extundo.com>
15618
15619         * gnulib-tool (Options): Make --symlink mean --symbolic.
15620
15621 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
15622
15623         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
15624
15625 2005-04-16  Simon Josefsson  <jas@extundo.com>
15626
15627         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
15628
15629 2005-04-15  Simon Josefsson  <jas@extundo.com>
15630
15631         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
15632
15633 2005-04-15  Simon Josefsson  <jas@extundo.com>
15634
15635         * gnulib-tool: Rename --symlink to --symbolic.
15636
15637 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
15638
15639         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
15640         symbolic links to files instead of copying/moving.  Add --aux-dir,
15641         specifying directory relative --dir where auxiliary build tools
15642         are placed.
15643
15644 2005-04-14  Bruno Haible  <bruno@clisp.org>
15645
15646         * modules/allocsa (License): Change to LGPL.
15647         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
15648
15649 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
15650
15651         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
15652         that "UTC +1 second" continues to work.  Problem reported
15653         by Dmitry V. Levin.
15654         (relunit_snumber): New rule.
15655         (relunit): Use it.
15656
15657 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
15658
15659         * lib/getdate.y (universal_time_zone_table): New constant.
15660         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
15661         universal_time_zone_table.
15662         (lookup_zone): Prefer universal_time_zone_table to
15663         local_time_zone_table, so that "GMT" time stamps are allowed in
15664         London during the summer.  Problem reported by Ian Abbott.
15665
15666 2005-04-12  Jim Meyering  <jim@meyering.net>
15667
15668         * lib/human.c (humblock): Set *options even when returning due to
15669         xstrtoumax conversion failure.  Thanks to a used-uninitialized
15670         warning from gcc-4.
15671
15672 2005-04-09  Jim Meyering  <jim@meyering.net>
15673
15674         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
15675         -Wuninitialized: initialize tm0.tm_year.
15676
15677 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
15678
15679         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
15680         count, since there's no maximum.  All uses changed.
15681         Add member dsts_seen.
15682         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
15683         not being INT_MAX.
15684         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
15685         Use pc_rels_seen to decide whther a date is absolute.
15686
15687         * lib/getdate.y (number): Don't overwrite year.
15688         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
15689         check.
15690
15691 2005-04-02  Simon Josefsson  <jas@extundo.com>
15692
15693         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
15694         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
15695
15696 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
15697
15698         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
15699         where no absolute path name can be longer than PATH_MAX.
15700
15701 2005-03-27  Jim Meyering  <jim@meyering.net>
15702
15703         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
15704
15705 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
15706
15707         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
15708         "one's complement" -> "ones' complement" in comment, as per Knuth.
15709         "value of type" -> "type or expression" in comment.
15710         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
15711
15712 2005-03-26  Jim Meyering  <jim@meyering.net>
15713
15714         Comment nits.
15715         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
15716         Correct typos: s/or/of/.
15717
15718 2005-03-26  Jim Meyering  <jim@meyering.net>
15719
15720         * modules/check-include-files: Move to ../ and rename to...
15721         * check-module: ...this.
15722
15723 2005-03-25  Jim Meyering  <jim@meyering.net>
15724
15725         * modules/xvasprintf (Files): Add xalloc.h.
15726
15727 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
15728
15729         * modules/gettext (Files): config/config.rpath ->
15730         build-aux/config.rpath
15731         * modules/iconv (Files): Likewise.
15732         Problem reported by Oskar Liljeblad.
15733
15734 2005-03-23  Jim Meyering  <jim@meyering.net>
15735
15736         * modules/check-include-files: New script to check for
15737         missing dependencies, multiple includes, etc.
15738
15739         * modules/c-strtold (Depends-on): Add xalloc.
15740         * modules/c-strtod (Depends-on): Add xalloc.
15741         * modules/hash (Depends-on): Add xalloc.
15742         (Files): Remove lib/xalloc.h.
15743
15744         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
15745         * modules/userspec (Files): Add lib/inttostr.h.
15746
15747 2005-03-23  Jim Meyering  <jim@meyering.net>
15748
15749         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
15750
15751 2005-03-22  Jim Meyering  <jim@meyering.net>
15752
15753         * modules/stat-macros: New module.
15754         * modules/canonicalize, modules/euidaccess, modules/file-type,
15755         * modules/filemode, modules/lchown, modules/makepath,
15756         * modules/rmdir, modules/stat: Depend on new stat-macros module
15757         rather than listing lib/stat-macros.h manually.
15758         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
15759
15760 2005-03-22  Jim Meyering  <jim@meyering.net>
15761
15762         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
15763
15764 2005-03-22  Bruno Haible  <bruno@clisp.org>
15765
15766         * config/srclist.txt: Replace target directory 'config' with
15767         'build-aux'.
15768         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
15769         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
15770         ../build-aux/.
15771
15772 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
15773
15774         * modules/chdir-long (Depends-on): Add mempcpy.
15775
15776         * modules/acl, modules/backupfile, modules/c-strtod,
15777         modules/c-strtold, modules/canon-host, modules/canonicalize,
15778         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
15779         modules/exclude, modules/exitfail, modules/file-type,
15780         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
15781         modules/getdate, modules/getline, modules/getpagesize,
15782         modules/getpass, modules/getugroups, modules/group-member,
15783         modules/hard-locale, modules/hash, modules/human, modules/idcache,
15784         modules/inttostr, modules/long-options, modules/makepath,
15785         modules/md5, modules/memcasecmp, modules/memcoll,
15786         modules/modechange, modules/mountlist, modules/path-concat,
15787         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
15788         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
15789         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
15790         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
15791         modules/strftime, modules/strndup, modules/strverscmp,
15792         modules/timespec, modules/unlocked-io, modules/userspec,
15793         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
15794         modules/yesno:
15795         Remove lib_SOURCES line from Makefile.am section, as this is now
15796         done automatically by the corresponding Autoconf macro.
15797
15798 2005-03-21  Jim Meyering  <jim@meyering.net>
15799
15800         Changes imported from coreutils.
15801
15802         * lib/cycle-check.c: Don't include xalloc.h.
15803
15804         * lib/path-concat.c: Don't include assert.h.
15805         (path_concat): Remove assertion that would have triggered
15806         for ABASE starting with more than one slash.
15807         Reported by Andreas Schwab.
15808
15809         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
15810         properly when ABASE is an absolute file name.
15811         Correct the description of this function.
15812         Include <assert.h>.
15813         Add an assertion and a test driver.
15814         This fixes a bug introduced on 2004-07-02.
15815         Andreas Schwab reported the resulting failure of cp --parents:
15816         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
15817
15818 2005-03-21  Jim Meyering  <jim@meyering.net>
15819
15820         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
15821         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
15822
15823 2005-03-21  Jim Meyering  <jim@meyering.net>
15824         and  Paul Eggert  <eggert@cs.ucla.edu>
15825
15826         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
15827         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
15828         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
15829         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
15830         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
15831         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
15832         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
15833         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
15834         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
15835         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
15836         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
15837         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
15838         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
15839         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
15840         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
15841         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
15842         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
15843         for these modules.
15844
15845 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
15846
15847         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
15848         (which shouldn't happen), generate nothing instead of returning 0
15849         immediately, so that nstrftime (NULL, ...) doesn't return 0.
15850
15851 2005-03-16  Bruno Haible  <bruno@clisp.org>
15852
15853         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
15854         HAVE_LONGLONG_64BIT.
15855
15856 2005-03-16  Bruno Haible  <bruno@clisp.org>
15857
15858         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
15859         HAVE_LONGLONG_64BIT.
15860
15861 2005-03-16  Bruno Haible  <bruno@clisp.org>
15862
15863         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
15864         HAVE_LONGLONG_64BIT.
15865
15866 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
15867
15868         * lib/strftime.c (my_strftime): Prepend space to format so that we can
15869         reliably distinguish strftime failure from empty output on POSIX
15870         hosts.
15871
15872 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
15873
15874         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
15875         (iconv_string): Don't guess a size-zero buffer, as that might cause
15876         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
15877         result would be 'too large', where 'too large' is (heuristically)
15878         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
15879         overflow concerns.  This will prevent some unwanted malloc failures
15880         when the inputs are very large.
15881
15882 2005-03-15  Karl Berry  <karl@gnu.org>
15883
15884         * config/srclist.txt (config.rpath): from gettext.
15885         * config/config.rpath: update.
15886
15887 2005-03-15  Bruno Haible  <bruno@clisp.org>
15888
15889         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
15890         to 'negate'.
15891
15892         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
15893         variable.
15894
15895         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
15896         results.
15897
15898 2005-03-14  Simon Josefsson  <jas@extundo.com>
15899
15900         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
15901         <fx@gnu.org>.
15902
15903 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
15904
15905         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
15906         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
15907         intprops.h.
15908         * lib/strtol.c: Likewise.
15909
15910 2005-03-14  Jim Meyering  <jim@meyering.net>
15911
15912         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
15913         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
15914         to be nonzero so that we (and caller) can detect the difference
15915         between a valid zero-length expansion and an error return, even
15916         when the underlying strftime fails before writing anything into
15917         that location.
15918
15919 2005-03-14  Bruno Haible  <bruno@clisp.org>
15920
15921         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
15922         Update from GNU gettext 0.14.3.
15923
15924 2005-03-10  Jim Meyering  <jim@meyering.net>
15925
15926         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
15927
15928 2005-03-10  Jim Meyering  <jim@meyering.net>
15929
15930         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
15931         so that this module works on systems without fchdir.
15932
15933 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
15934
15935         Factor int-properties macros into a single file, except for
15936         glibc-related files.
15937         * lib/intprops.h: New file.
15938         * lib/getloadavg.c: Include it instead of limits.h.
15939         (INT_STRLEN_BOUND): Remove.
15940         * lib/human.c: Include intprops.h.
15941         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
15942         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
15943         302/1000.
15944         * lib/inttostr.h: Include intprops.h instead of limits.h.
15945         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
15946         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
15947         for consistency with intprops.h.
15948         (time_t_is_integer, twos_complement_arithmetic): Use them.
15949         * lib/sig2str.h: Include <signal.h>, intprops.h.
15950         (INT_STRLEN_BOUND): Remove.
15951         * lib/strftime.c (TYPE_SIGNED): Remove.
15952         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
15953         * lib/strtol.c: Adjust comments to match intprops.h.
15954         * lib/userspec.c: Include intprops.h.
15955         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
15956         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
15957         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
15958         instead of rolling our own expressions.
15959         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
15960
15961         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
15962         instead of int.
15963         (my_strftime): Do not mishandle years close to INT_MAX, by doing
15964         the right thing even if adding 1900 would overflow.  Similarly
15965         for tm_mon + 1 and tm_yday + 1.
15966         Make %Y always equivalent to %C%y, and similarly for %G and %g.
15967         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
15968         (DO_SIGNED_NUMBER): New macro.
15969         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
15970
15971 2005-03-07  Bruno Haible  <bruno@clisp.org>
15972
15973         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
15974
15975 2005-03-07  Bruno Haible  <bruno@clisp.org>
15976
15977         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
15978
15979 2005-03-04  Derek R. Price  <derek@ximbiot.com>
15980
15981         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
15982         (func_import): Only replace files via --import when they have actually
15983         changed.
15984
15985 2005-03-03  Derek R. Price  <derek@ximbiot.com>
15986
15987         * m4/mmap-anon.m4: New file.
15988         * m4/pagealign_alloc.m4: New file.
15989
15990 2005-03-03  Derek R. Price  <derek@ximbiot.com>
15991             Bruno Haible  <bruno@clisp.org>
15992
15993         * modules/pagealign_alloc: New file.
15994         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
15995
15996 2005-03-03  Derek R. Price  <derek@ximbiot.com>
15997             Bruno Haible  <bruno@clisp.org>
15998
15999         * lib/pagealign_alloc.h: New file.
16000         * lib/pagealign_alloc.c: New file.
16001
16002 2005-03-03  Bruno Haible  <bruno@clisp.org>
16003
16004         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
16005         Use an all-permissive copyright notice, recommended by RMS.
16006
16007 2005-03-02  Bruno Haible  <bruno@clisp.org>
16008
16009         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
16010         of AIX, the replacement has to be done only after <string.h> is
16011         included, therefore not in config.h. stpncpy.h does the replacement,
16012         and stpncpy.c uses it.
16013
16014 2005-03-02  Bruno Haible  <bruno@clisp.org>
16015
16016         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
16017         stpncpy.c uses it.
16018
16019 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
16020
16021         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
16022         The workaround isn't strictly needed for POSIX conformance, and
16023         it's too much of a pain to configure and maintain.  We'll ask
16024         people to fix their kernels instead.
16025         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
16026         (NANOSLEEP_BUG_WORKAROUND): Remove.
16027         (xnanosleep): Remove the workaround.
16028
16029 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
16030
16031         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
16032         Reported by Derek Price.
16033         (Include): Add "timespec.h".
16034
16035         * modules/xnanosleep (Depends-on): Remove gethrxtime.
16036
16037 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
16038
16039         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
16040         to detect nanosleep bug.
16041
16042 2005-03-01  Bruno Haible  <bruno@clisp.org>
16043
16044         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
16045
16046 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
16047
16048         * modules/gethrxtime: New file.
16049         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
16050         (Depends-on): Add gethrxtime.
16051         (configure.ac): Add gl_XNANOSLEEP.
16052         (Makefile.am): Remove lib_SOURCES line.
16053
16054 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
16055
16056         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
16057         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
16058
16059 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
16060
16061         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
16062         * lib/timespec.h (gettime): Return void, since it always
16063         succeeds now.  All uses changed.
16064         * lib/gettime.c (gettime) Likewise.
16065         [HAVE_NANOTIME]: Prefer nanotime.
16066         Assume gettimeofday succeeds, as POSIX requires.
16067         Assime time () succeeds, since other code already does.
16068         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
16069         (timespec_subtract): Remove.
16070         (NANOSLEEP_BUG_WORKAROUND): New constant.
16071         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
16072         things considerably.  Use it only on GNU/Linux hosts, since the
16073         workaround shouldn't be needed elsewhere.
16074
16075 2005-02-24  Bruno Haible  <bruno@clisp.org>
16076
16077         * modules/gettext (Files): Add m4/glibc2.m4.
16078
16079 2005-02-24  Bruno Haible  <bruno@clisp.org>
16080
16081         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
16082         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
16083         * m4/progtest.m4:
16084         Update from GNU gettext 0.14.2.
16085         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
16086
16087 2005-02-24  Bruno Haible  <bruno@clisp.org>
16088
16089         * lib/localcharset.c: Update from GNU gettext 0.14.2.
16090         * lib/config.charset: Update from GNU gettext 0.14.2.
16091
16092 2005-02-24  Bruno Haible  <bruno@clisp.org>
16093
16094         * lib/gettext.h: Update from GNU gettext 0.14.2.
16095
16096 2005-02-23  Simon Josefsson  <jas@extundo.com>
16097
16098         * m4/iconvme.m4: New file.
16099
16100 2005-02-23  Jim Meyering  <jim@meyering.net>
16101
16102         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
16103         change.
16104         Thanks to Bruno Haible for catching it.
16105
16106 2005-02-22  Simon Josefsson  <jas@extundo.com>
16107
16108         * modules/iconvme: New file.
16109
16110         * MODULES.html.sh: Add iconvme.
16111
16112 2005-02-22  Simon Josefsson  <jas@extundo.com>
16113
16114         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
16115
16116 2005-02-22  Simon Josefsson  <jas@extundo.com>
16117
16118         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
16119
16120 2005-02-22  Jim Meyering  <jim@meyering.net>
16121
16122         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
16123         s/ifndef/ifdef/.
16124
16125 2005-02-20  Neil Conway  <neilc@samurai.com>
16126
16127         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
16128         returned by OSX/Darwin if the specified buffer is not large
16129         enough for the hostname.
16130
16131 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16132
16133         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
16134         pass it to _help, otherwise the latter coredumps trying to
16135         dereference state.root_argp.
16136
16137 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
16138
16139         * modules/chdir-long (Depends-on): Add memrchr.
16140         * modules/memrchr (Files): Add lib/memrchr.h.
16141         (Include): "memrchr.h".
16142
16143 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
16144
16145         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
16146
16147 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
16148
16149         * lib/memrchr.h: New file.
16150         * lib/chdir-long.c: Include it.
16151         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
16152         Don't bother including stddef.h.
16153
16154 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
16155
16156         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
16157         inclusion.
16158         Include <sys/types.h>, for dev_t.
16159         (ME_DUMMY, ME_REMOTE): Move from here....
16160         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
16161         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
16162         Dmitry V. Levin.
16163         Include mountlist.h first, to test the interface.
16164
16165 2005-01-29  Bruno Haible  <bruno@clisp.org>
16166
16167         * lib/progname.c (program_name): Initialize.
16168         Needed when linking statically on MacOS X.
16169
16170 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
16171
16172         Sync from coreutils.
16173         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
16174         (Depends-on): Add c-strtod.
16175         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
16176
16177 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
16178
16179         Sync from coreutils.
16180         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
16181
16182         Remove files that are specific to coreutils.
16183         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
16184
16185 2005-01-28  Bruno Haible  <bruno@clisp.org>
16186
16187         * modules/javacomp: New file.
16188         * MODULES.html.sh (Java): Add javacomp.
16189
16190 2005-01-28  Bruno Haible  <bruno@clisp.org>
16191
16192         * m4/javacomp.m4: New file, from GNU gettext.
16193
16194 2005-01-28  Bruno Haible  <bruno@clisp.org>
16195
16196         * lib/javacomp.sh.in: New file, from GNU gettext.
16197         * lib/javacomp.h: New file, from GNU gettext.
16198         * lib/javacomp.c: New file, from GNU gettext.
16199
16200 2005-01-26  Simon Josefsson  <jas@extundo.com>
16201
16202         * lib/gai_strerror.c: Use GPL in header.
16203
16204 2005-01-26  Bruno Haible  <bruno@clisp.org>
16205
16206         * modules/javaexec: New file.
16207         * MODULES.html.sh (Java): Add javaexec.
16208
16209 2005-01-26  Bruno Haible  <bruno@clisp.org>
16210
16211         * m4/javaexec.m4: New file, from GNU gettext.
16212
16213 2005-01-26  Bruno Haible  <bruno@clisp.org>
16214
16215         * lib/javaexec.sh.in: New file, from GNU gettext.
16216         * lib/javaexec.h: New file, from GNU gettext.
16217         * lib/javaexec.c: New file, from GNU gettext.
16218
16219 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16220
16221         * modules/lchown (Depends-on): Remove lchown.h
16222
16223 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16224
16225         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
16226         must be defined if the header file was not found, in order
16227         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
16228
16229 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16230
16231         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
16232         initializers for struct pentry_state.
16233         (__argp_error): Check return value of __asprintf
16234         (__argp_failure): Translate error message
16235
16236         * lib/argp-parse.c: Removed braces around the expansion of N_()
16237
16238 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
16239
16240         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
16241         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
16242         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
16243         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
16244         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
16245         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
16246         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
16247         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
16248         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
16249         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
16250         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
16251         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
16252         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
16253         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
16254         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
16255         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
16256         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
16257         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
16258         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
16259         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
16260         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
16261         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
16262         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
16263         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
16264         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
16265         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
16266         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
16267         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
16268         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
16269         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
16270         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
16271         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
16272         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
16273         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
16274         xstrtol.m4, xstrtoumax.m4, yesno.m4:
16275         Use an all-permissive copyright notice, recommended by RMS.
16276
16277 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
16278
16279         * modules/chdir-long (Depends-on): Remove mempcpy.
16280
16281 2005-01-21  Jim Meyering  <jim@meyering.net>
16282
16283         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
16284         same value as for Solaris 9.
16285
16286         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
16287         component length.  This included changing the parameter to be
16288         of type `char *' rather than `char const *'.
16289         * lib/chdir-long.h (chdir_long): Update prototype.
16290
16291         * lib/openat.c (fdopendir, fstatat): New functions.
16292         * lib/openat.h: Include headers required for use of DIR and struct
16293         stat.
16294         [AT_SYMLINK_NOFOLLOW]: Define.
16295         (fdopendir, fstatat): Add prototypes.
16296
16297 2005-01-21  Bruno Haible  <bruno@clisp.org>
16298
16299         * modules/classpath: New file.
16300         * MODULES.html.sh (Java): Add classpath.
16301
16302 2005-01-21  Bruno Haible  <bruno@clisp.org>
16303
16304         * lib/classpath.h: New file, from GNU gettext.
16305         * lib/classpath.c: New file, from GNU gettext.
16306
16307 2005-01-20  Simon Josefsson  <jas@extundo.com>
16308
16309         * modules/version-etc-fsf: New file.
16310
16311 2005-01-20  Simon Josefsson  <jas@extundo.com>
16312
16313         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
16314         * lib/version-etc.c: Remove version_etc_copyright.
16315         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
16316         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
16317
16318 2005-01-20  Simon Josefsson  <jas@extundo.com>
16319
16320         * lib/base64.h (isbase64): Add.
16321
16322         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
16323         using a unsigned prototype, don't inline.
16324         (base64_decode): Use it.
16325
16326 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
16327
16328         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
16329         it.
16330
16331 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
16332
16333         * lib/save-cwd.c (save_cwd): Remove code to support the case
16334         where fchdir is missing or flaky.
16335
16336 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
16337
16338         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
16339
16340 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
16341
16342         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
16343         AC_LIBSOURCES now does this.
16344         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
16345         with new ullong_max module.
16346
16347 2005-01-19  Bruno Haible  <bruno@clisp.org>
16348
16349         * modules/sh-quote: New file.
16350         * MODULES.html.sh (Executing programs): Add sh-quote.
16351
16352 2005-01-19  Bruno Haible  <bruno@clisp.org>
16353
16354         * lib/sh-quote.h: New file, from GNU gettext.
16355         * lib/sh-quote.c: New file, from GNU gettext.
16356
16357 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
16358
16359         Merge from coreutils.
16360         * m4/ullong_max.m4: New file.
16361         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
16362         (gl_MACROS): Assume localeconv exists.
16363
16364 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
16365
16366         Merge changes from coreutils, as described below in several
16367         changelogs dated today.
16368
16369         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
16370         (O_DIRECTORY): Remove; not needed here, since "." must be
16371         a directory.  All uses removed.
16372         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
16373         universal on Suns, and we also need to test for IRIX.
16374         Revamp code to use 'if' rather than '#if'.
16375         Avoid unnecessary comparison of cwd->desc to 0.
16376
16377         * lib/utimens.c (futimens): Robustify the previous patch, by checking
16378         for known valid error numbers rather than observed invalid ones.
16379
16380 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
16381
16382         * modules/ullong_max: New file.
16383
16384         * modules/chdir-long, modules/openat: New files.
16385         * modules/save-cwd (Depends-on): Depend on chdir-long.
16386         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
16387
16388 2005-01-18  Jim Meyering  <jim@meyering.net>
16389
16390         Merge from coreutils.
16391         * m4/chdir-long.m4, m4/openat.m4: New files.
16392         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
16393         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
16394         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
16395         is sane and DOES follow symlinks.  Besides, testing 20 different
16396         systems found no broken chown implementations.
16397         Prompted by a change in rsync's copy of this macro.
16398         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
16399
16400         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
16401
16402         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
16403         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
16404         NULL-means-set-to-current-time semantics.
16405         Remove temporary file immediately, rather than waiting
16406         for configure's at-exit trap code to do it.
16407
16408 2005-01-18  Jim Meyering  <jim@meyering.net>
16409
16410         * lib/version-etc.c (version_etc_copyright): Update copyright date.
16411
16412         * lib/utimens.c (futimens): Account for the fact that futimes
16413         can also fail with errno == ENOSYS or errno == ENOENT.
16414         Patch from Dmitry V. Levin.
16415
16416         Change the name of the robust chdir function from chdir to chdir_long.
16417         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
16418         (restore_cwd): Use chdir_long, not chdir.
16419         * lib/chdir-long.c: Renamed from chdir.c.
16420         * lib/chdir-long.h: Renamed from chdir.h.
16421         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
16422         Hurd.
16423
16424 2005-01-18  Bruno Haible  <bruno@clisp.org>
16425
16426         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
16427         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
16428         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
16429         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
16430         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
16431         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
16432         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
16433         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
16434         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
16435         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
16436         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
16437         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
16438         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
16439         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
16440         Use an all-permissive copyright notice, recommended by RMS.
16441
16442 2005-01-18  Bob Proulx  <bob@proulx.com>
16443
16444         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
16445         simplify offsetof() macro construct to avoid compile failure with
16446         native HP-UX 11.0 ANSI C compiler.
16447
16448 2005-01-17  Bruno Haible  <bruno@clisp.org>
16449
16450         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
16451         redundant because stpncpy.m4 takes care of it.
16452
16453 2005-01-17  Bruno Haible  <bruno@clisp.org>
16454
16455         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
16456
16457 2005-01-17  Bruno Haible  <bruno@clisp.org>
16458
16459         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
16460         used.
16461
16462 2005-01-17  Bruno Haible  <bruno@clisp.org>
16463
16464         * lib/fwriteerror.h (fwriteerror): Change specification to include
16465         fclose.
16466         * lib/fwriteerror.c: Include <stdbool.h>.
16467         (fwriteerror): At the end, close the file stream. Record whether
16468         stdout was already closed.
16469
16470 2005-01-17  Bruno Haible  <bruno@clisp.org>
16471
16472         * lib/execute.c (environ): Declare if needed.
16473         * lib/pipe.c (environ): Likewise.
16474         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
16475
16476 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16477
16478         * modules/argp: Depend on vsnprintf
16479
16480 2005-01-10  Jim Meyering  <jim@meyering.net>
16481
16482         * modules/closeout (Depends-on): Add atexit.
16483
16484 2005-01-06  Bruno Haible  <bruno@clisp.org>
16485
16486         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
16487
16488 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
16489
16490         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
16491         definitions to be after all include files, to avoid collisions.
16492         Problem reported by Bob Proulx.
16493
16494 2005-01-04  Jim Meyering  <jim@meyering.net>
16495
16496         Changes imported from coreutils.
16497         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
16498         as the mkstemp template, use a temporary directory and an
16499         8.3-friendly template to avoid trouble on systems like DJGPP.
16500         Reported by Juan M. Guerrero via Stepan Kasal.
16501         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
16502         close. Remove the temporary directory right away, rather than waiting
16503         for configure's at-exit trap code to do it.
16504         Suggestion from Stepan Kasal.
16505
16506 2005-01-01  Simon Josefsson  <jas@extundo.com>
16507
16508         * gnulib-tool: Print #include directives when --import'ing.
16509
16510 2004-12-28  Simon Josefsson  <jas@extundo.com>
16511
16512         * tests/test-base64.c: Include required header files.  Remove
16513         unused variables.
16514
16515 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
16516
16517         * modules/error (Depends-on): Remove gettext.
16518
16519 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
16520
16521         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
16522         not needed.  This removes a dependency on the gettext module.
16523         [defined _LIBC]: Do not include <libintl.h>; not needed.
16524
16525 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
16526
16527         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
16528         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
16529
16530 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
16531
16532         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
16533         HAVE_DECL_STRTOLD.
16534
16535 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
16536
16537         * modules/getdate (Depends-on): Remove alloca-opt.
16538
16539 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
16540
16541         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
16542
16543 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
16544
16545         * lib/argp-parse.c: Include <stddef.h>.
16546         (alignof, alignto): New macros.
16547         (parser_init): Don't assume that void * is aligned sufficiently
16548         for struct option.
16549
16550         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
16551         need to extend the stack.
16552         (YYINITDEPTH): New macro, so that the initial stack isn't overly
16553         large.
16554
16555 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16556
16557         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
16558
16559 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
16560
16561         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
16562         (2004-10-24) change.  Apparently this was a false alarm.
16563
16564         * modules/getdate: Depend on alloca-opt, not alloca.
16565
16566 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
16567
16568         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
16569         Remove now-obsolete comment about AIX.
16570         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
16571         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
16572         (YYMAXDEPTH): New macro.
16573
16574 2004-12-18  Simon Josefsson  <jas@extundo.com>
16575
16576         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
16577
16578 2004-12-18  Bruno Haible  <bruno@clisp.org>
16579
16580         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
16581
16582 2004-12-18  Bruno Haible  <bruno@clisp.org>
16583
16584         * lib/fatal-signal.c (fatal_signals): Make non-const.
16585         (init_fatal_signals): New function.
16586         (uninstall_handlers, install_handlers): Ignore signals that were set to
16587         SIG_IGN.
16588         (at_fatal_signal): Call init_fatal_signals.
16589         (init_fatal_signal_set): Likewise. Ignore signals that were set to
16590         SIG_IGN.
16591         Reported by Paul Eggert.
16592
16593 2004-12-18  Bruno Haible  <bruno@clisp.org>
16594
16595         * doc/alloca.texi: New file.
16596         * doc/alloca-opt.texi: New file.
16597
16598 2004-12-17  Jim Meyering  <jim@meyering.net>
16599
16600         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
16601         Otherwise, install-sh could exit with improper exit status when
16602         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
16603
16604 2004-12-16  Simon Josefsson  <jas@extundo.com>
16605
16606         * tests/test-base64.c: Add license.
16607
16608 2004-12-15  Stepan Kasal  <address@hidden>
16609
16610         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
16611
16612 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
16613
16614         * modules/getcwd (Files): Add m4/d-ino.m4.
16615         Suggested by Mark D. Baushke.
16616
16617 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
16618
16619         * lib/getdate.y (textint): New member "negative".
16620         (time_zone_hhmm): New function.
16621         Expect 14 shift-reduce conflicts, not 13.
16622         (o_colon_minutes): New rule.
16623         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
16624         (yylex): Set the "negative" member of signed numbers.
16625
16626 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
16627
16628         * doc/getdate.texi (Time of day items, Time zone items):
16629         Describe new formats +00:00, UTC+00:00.
16630
16631 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
16632
16633         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
16634         spurious "-l"s.  Problem reported by Stepan Kasal.
16635
16636 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
16637
16638         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
16639         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
16640
16641 2004-12-04  Simon Josefsson  <jas@extundo.com>
16642
16643         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
16644         Vandoorselaere <yoann@prelude-ids.org>.
16645
16646 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
16647
16648         Changes imported from coreutils.
16649         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
16650         exist.
16651         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
16652
16653 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
16654
16655         Changes imported from coreutils.
16656         * lib/hard-locale.c: Assume <locale.h> exists.
16657         Include "strdup.h".
16658         (GLIBC_VERSION): New macro.
16659         (hard_locale): Assume setlocale exists.
16660         Rewrite to avoid #ifdef.
16661         Use strdup rather than malloc + strcpy.
16662         * lib/human.c: Assume <locale.h> exists.
16663         (human_readable): Assume localeconv exists.
16664
16665 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
16666
16667         * modules/hard-locale (Depends-on): Add strdup.
16668
16669 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
16670
16671         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
16672         convert T2, not T.  (Imported from libc.)
16673
16674 2004-11-30  Simon Josefsson  <jas@extundo.com>
16675
16676         * modules/restrict (License): Change to LGPL.
16677
16678 2004-11-30  Simon Josefsson  <jas@extundo.com>
16679
16680         * m4/restrict.m4: Add copyright and copying conditions.
16681
16682 2004-11-30  Simon Josefsson  <jas@extundo.com>
16683
16684         * m4/base64.m4: New file.
16685
16686 2004-11-30  Simon Josefsson  <jas@extundo.com>
16687
16688         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
16689         base64.
16690
16691         * tests/test-base64.c: New file.
16692
16693         * modules/base64: New file.
16694
16695 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
16696
16697         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
16698         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
16699
16700         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
16701
16702 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
16703
16704         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
16705         (__getcwd.c): Don't restore errno; glibc doesn't.
16706         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
16707         first, falling back to our code only if its results look suspicious.
16708         Ensure that the resulting buffer is only as large as necessary.
16709
16710         * lib/readutmp.c: Include readutmp.h first.
16711         Include <errno.h>, since readutmp.h no longer does that.
16712         * lib/readutmp.h: Don't include <errno.h>,
16713         <sys/param.h>, <time.h>; not needed to establish interface.
16714         (errno): Remove decl.
16715         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
16716         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
16717         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
16718
16719 2004-11-28  Simon Josefsson  <jas@extundo.com>
16720
16721         * lib/base64.h, base64.c: New file.
16722
16723 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
16724
16725         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
16726
16727 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
16728
16729         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
16730         (Depends-on): Remove pathmax, same.  Add mempcpy.
16731         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
16732         (Makefile.am): Append getcwd.h to lib_SOURCES.
16733         (Include): Add getcwd.h.
16734         (Maintainer): Change from Jim Meyering to "all, glibc",
16735         since getdate now uses intended-for-glibc code.
16736         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
16737         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
16738
16739 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
16740
16741         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
16742         HP's ANSI C compiler.
16743         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
16744         Declaring int functions causes warnings on some modern systems and
16745         shouldn't be needed to compile on ancient ones.
16746         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
16747         defined.
16748
16749         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
16750         with the following changes.
16751         (__set_errno): Parenthesize properly.
16752         Include <stdbool.h>.
16753         (MIN, MAX, MATCHING_INO): New macros.
16754         (__getcwd): Define with prototype, not K&R form.
16755         Use heuristics to allocate default buffer on stack if possible.
16756         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
16757         behavior, and to avoid the PATH_MAX limit when computing
16758         ../../../../...
16759         Use MATCHING_INO to compare inode number to file.
16760         Check for arithmetic overflow in size calculations.
16761         Fix bug in reallocation of dot array that caused getcwd to fail
16762         on directories nested deeper than 75.
16763         Be more careful about saving errno on error.
16764         Do not use realloc; use only free+malloc, as this is a bit
16765         more flexible and avoids a needless copy operation.
16766         Do not inspect st_dev and st_ino for symbolic links; POSIX
16767         doesn't specify the latter.
16768         Check for closedir errors.
16769         Avoid needless casts.
16770         Use "#ifdef weak_alias" around weak_alias, to be like other
16771         glibc code.
16772         The following changes to getcwd.c have effect only when used in
16773         gnulib; they have no effect inside glibc proper.
16774         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
16775         as alloca isn't used.
16776         (alloca, __alloca): Likewise.
16777         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
16778         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
16779         unconditionally, as gnulib assumes C89 or better.
16780         Do not include <sys/param.h>.
16781         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
16782         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
16783         better.
16784         (NULL) [!defined NULL]: Remove; we assume C89 or better.
16785         Include <dirent.h> in a way that is compatible with modern Autoconf.
16786         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
16787         New macros, if not already defined.
16788         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
16789         Use "_LIBC", not "defined _LIBC", for consistency.
16790         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
16791         a mempcpy module.
16792         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
16793         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
16794         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
16795         credit only to Jim Meyering and adjust the copyright dates.
16796         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
16797         <stdlib.h>, <unistd.h>, "pathmax.h".
16798         Instead, include "xgetcwd.h" (first) and "getcwd.h".
16799         (INITIAL_BUFFER_SIZE): Remove.
16800         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
16801
16802 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
16803
16804         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
16805         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
16806         Use the _ONCE methods, for efficiency.
16807         Check for fcntl.h.  In test program, include <errno.h>
16808         and <fcntl.h> if available.  Remove old K&R cruft from
16809         test program.  Check for common errors in GNU/Linux,
16810         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
16811         don't do AC_LIBOBJ, as that's getcwd.m4's job.
16812         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
16813         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
16814         name accordingly.
16815         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
16816         accommodate new getcwd.c.
16817         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
16818         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
16819         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
16820         that's all we need now.
16821
16822 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16823
16824         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
16825         argp-parse.c depends on getopt internals, that means we should
16826         always use our getopt, to be on the safe side.
16827         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
16828         order not to spoil the result of an eventual previous invocation
16829         of gl_GETOPT_SUBSTITUTE.
16830
16831 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16832
16833         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
16834         redefinition warnings. To avoid them, include the defines
16835         in `#if !defined __need_getopt ... #endif'. The only place
16836         where __getopt_argv_const is used is in definitions
16837         of getopt_long and getopt_long_only below, which are as well
16838         protected by `#ifndef __need_getopt'.
16839         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
16840         __need_getopt after including <stdio.h> and <unistd.h> These
16841         headers might have defined it.
16842
16843 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
16844
16845         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
16846
16847 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
16848
16849         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
16850         (futimens): New function, which uses futimes if available.
16851         (futimens, utimens): Support timespec==NULL, with same semantics
16852         as utime and utimens.
16853         * lib/utimens.h (futimens): New decl.
16854
16855 2004-11-23  Jim Meyering  <jim@meyering.net>
16856
16857         * lib/getopt_.h: Remove trailing blanks.
16858
16859 2004-11-23  Jim Meyering  <jim@meyering.net>
16860
16861         * lib/__fpending.c: Add comment.
16862
16863 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
16864
16865         * modules/canonicalize (Depends-on): Add xreadlink.
16866         Problem reported by James Youngman.
16867
16868 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
16869
16870         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
16871         New macros.
16872         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
16873         optopt): Use them instead of invoking ## directly; otherwise, the
16874         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
16875
16876 2004-11-19  Bruno Haible  <bruno@clisp.org>
16877
16878         * lib/strtok_r.c: Move comments from here...
16879         * lib/strtok_r.h: ... to here.
16880
16881 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
16882
16883         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
16884         implementations that mishandle size_t overflow.
16885
16886 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
16887
16888         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
16889         might fail.  Problem reported by Yoann Vandoorselaere.
16890         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
16891         implementations that mishandle size_t overflow.
16892
16893 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16894
16895         * modules/canon-host (Depends-on): Add strdup.
16896
16897 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16898
16899         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
16900
16901 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16902
16903         * lib/canon-host.c: Include "strdup.h".
16904         (canon_host): Use getaddrinfo if available, so that IPv6 works.
16905         Use strdup instead of malloc/strcpy to duplicate strings.
16906
16907         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
16908         (human_space_before_unit): New constant.
16909         * lib/human.c (human_readable): Support it.
16910
16911         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
16912         (xgetcwd): Set errno correctly when failing.
16913         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
16914         the failure is actually due to a PATH_MAX problem.
16915
16916         Further getopt changes to make it more likely that glibc will
16917         buy the changes back.
16918         * lib/getopt.c (POSIXLY_CORRECT): New constant.
16919         (getopt): Use it, so to preserve glibc semantic
16920         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
16921         when compiling for libc.
16922         * lib/getopt_.h (__getopt_argv_const): Bring it back.
16923         (getopt_long, getopt_long_only): Use it.
16924
16925         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
16926         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
16927         (getopt): Argv is now char * const *, as per standard.
16928         (_getopt_internal_r, _getopt_internal): Argv is now char **,
16929         not char *__getopt_argv_const *.
16930         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
16931         _getopt_long_only_r): Likewise.
16932         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
16933         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
16934         _getopt_long_r, _getopt_long_only_r): Likewise.
16935         * lib/getopt_.h (__getopt_argv_const): Remove.
16936         (getopt): Argv is now char * const *, as per standard.
16937
16938         * lib/getdate.y (tORDINAL): New token.
16939         (day, relunit): Allow it for relative times.
16940         (relative_time_table): Use tORDINAL for ordinals.
16941
16942 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16943
16944         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
16945         Document that "second" isn't allowed as an ordinal number.
16946
16947 2004-11-16  Jim Meyering  <jim@meyering.net>
16948
16949         * modules/closeout (Depends-on): Add fpending.
16950
16951 2004-11-15  Jim Meyering  <jim@meyering.net>
16952
16953         * lib/closeout.c: Include "__fpending.h" once again.
16954         Include <stdbool.h>.
16955         (close_stdout): Don't fail just because stdout was closed initially,
16956         since some programs don't write to stdout in the normal course of
16957         operation (other than --version and --help), and we don't want this
16958         function to make e.g. `touch file >&-' fail.
16959         But do fail if it was closed and someone has tried to write to it.
16960         E.g., `printf foo >&-' must fail.
16961
16962 2004-11-13  Jim Meyering  <jim@meyering.net>
16963
16964         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
16965
16966 2004-11-12  Simon Josefsson  <jas@extundo.com>
16967
16968         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
16969         small doc fix is still pending.
16970
16971 2004-11-11  Simon Josefsson  <jas@extundo.com>
16972
16973         * modules/strtok_r: New file.
16974
16975         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16976         strtok_r.
16977
16978 2004-11-11  Simon Josefsson  <jas@extundo.com>
16979
16980         * m4/strtok_r.m4: New file.
16981
16982         * m4/getopt.m4: Replace opterr.
16983
16984 2004-11-11  Simon Josefsson  <jas@extundo.com>
16985
16986         * lib/strtok_r.h, strtok_r.c: New file.
16987
16988 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
16989
16990         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
16991         of replacing opterr, getopt, etc.  This should handle the
16992         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
16993
16994 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
16995
16996         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
16997         we can stop lying to compilers about the constness of argv when we
16998         are compiled outside glibc.
16999         (getopt, getopt_long, getopt_long_only): Use it.
17000         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
17001         _getopt_internal, getopt): Likewise.
17002         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
17003         _getopt_long_only_r): Likewise.
17004         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
17005         _getopt_long_r, _getopt_long_only_r): Likewise.
17006
17007         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
17008         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
17009         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
17010         the other external symbols.
17011         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
17012         declaration, since the above renaming now works around collisions.
17013
17014 2004-11-11  Jim Meyering  <jim@meyering.net>
17015
17016         * lib/linebreak.c: Remove trailing blanks.
17017         * lib/alloca_.h: Likewise.
17018         * lib/acosl.c: Likewise.
17019         * lib/euidaccess.c: Likewise.
17020         * lib/allocsa.h: Likewise.
17021
17022 2004-11-10  Simon Josefsson  <jas@extundo.com>
17023
17024         * m4/getaddrinfo.m4: New file.
17025
17026 2004-11-10  Simon Josefsson  <jas@extundo.com>
17027
17028         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
17029
17030 2004-11-10  Simon Josefsson  <jas@extundo.com>
17031
17032         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
17033         getaddrinfo.
17034
17035         * modules/getaddrinfo: New file.
17036
17037 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
17038
17039         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
17040
17041 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
17042
17043         * lib/mktime.c (SHR): New macro, which is a portable
17044         substitute for >> that should work even on Crays.
17045         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
17046         Problem reported by Mark D. Baushke in
17047         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
17048         * lib/getdate.y (SHR): Likewise.
17049         (tm_diff): Use it.
17050         * lib/strftime.c (SHR): Likewise.
17051         (tm_diff): Use it.
17052         * lib/quotearg.c (struct quoting_options): Use unsigned int for
17053         quote_these_too, so that right shifts are well defined.  All uses
17054         changed.
17055
17056 2004-11-10  Jim Meyering  <jim@meyering.net>
17057
17058         Ensure that no close failure goes unreported.
17059         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
17060         return early when it seems there's nothing to flush.
17061         Don't include __fpending.h.
17062
17063 2004-11-10  Jim Meyering  <jim@meyering.net>
17064
17065         * modules/closeout (Depends-on): Remove fpending.
17066
17067 2004-11-10  Jim Meyering  <jim@meyering.net>
17068
17069         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
17070
17071 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
17072
17073         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
17074         gl_FUNC_STRFTIME.
17075         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
17076         and AC_REQUIRE when possible, to avoid duplicate checks.
17077         Check for <wchar.h>.
17078
17079 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
17080
17081         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
17082
17083 2004-11-09  Bruno Haible  <bruno@clisp.org>
17084
17085         * m4/sockpfaf.m4: New file.
17086
17087 2004-11-05  Bruno Haible  <bruno@clisp.org>
17088
17089         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
17090         Reported by Mark D. Baushke <mdb@cvshome.org>.
17091
17092 2004-11-04  Bruno Haible  <bruno@clisp.org>
17093
17094         2004-09-11  Bruno Haible  <bruno@clisp.org>
17095                 * allocsa.valgrind: New file.
17096         2004-02-06  Bruno Haible  <bruno@clisp.org>
17097                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
17098                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
17099                 Reported by Christopher Seip <chris.seip@hp.com>.
17100
17101 2004-11-04  Bruno Haible  <bruno@clisp.org>
17102
17103         * modules/allocsa (Files): Add lib/allocsa.valgrind.
17104         (Makefile.am): Distribute it.
17105
17106 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
17107
17108         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
17109         with errno == ERANGE if the buffer is too small.
17110         Problem reported by Mark D. Baushke.
17111
17112 2004-11-03  Albert Chin  <china@thewrittenword.com>
17113             Paul Eggert  <eggert@cs.ucla.edu>
17114
17115         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
17116         equivalent, substitute $ac_type for equivalent type rather than
17117         blindly using uint32_t *always* which won't work if uint32_t is not
17118         available.  Define _UINT32_T to work around typedef of uint32_t if
17119         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
17120         2.5.1.
17121
17122 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
17123
17124         * m4/jm-macros.m4: Sync from coreutils.
17125         (gl_MACROS): Check for mbrlen, for pathchk.
17126         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
17127
17128 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
17129
17130         * lib/xreadlink.c (MAXSIZE): New macro.
17131         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
17132         size does not exceed MAXSIZE.  Avoid cast.
17133         As suggested by Mark D. Baushke in
17134         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
17135         if readlink fails with buffer size just under MAXSIZE, try again
17136         with MAXSIZE.
17137
17138 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
17139
17140         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
17141
17142 2004-11-02  Derek R. Price  <derek@ximbiot.com>
17143         and  Paul Eggert  <eggert@cs.ucla.edu>
17144
17145         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
17146         (get_date): Overparenthesize to avoid GCC warning.
17147
17148 2004-11-02  Bruno Haible  <bruno@clisp.org>
17149
17150         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
17151         returns void.
17152
17153 2004-11-02  Bruno Haible  <bruno@clisp.org>
17154
17155         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
17156         function returns void.
17157
17158 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
17159
17160         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
17161         fflush_unlocked, flockfile, funlockfile, funlockfile,
17162         fputs_unlocked, putc_unlocked.
17163
17164 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
17165
17166         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
17167         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
17168         already declared.
17169
17170 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
17171
17172         * modules/getdate (Files): Add doc/getdate.texi.
17173         (Depends-on): Add setenv, xalloc.
17174
17175 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
17176
17177         * lib/getdate.y: Add support for TZ="foo" within a date string.
17178         Fix some bugs near time_t boundaries.  Reject dates with
17179         out-of-range components, e.g., "Sept 31".
17180         Include <stdlib.h>, "setenv.h", "xalloc.h".
17181         (ISDIGIT_LOCALE): Remove; unused.
17182         Note that the TZ and time functions used here are not reentrant.
17183         (mktime_ok, get_tz): New functions.
17184         (TZBUFSIZE): New constant.
17185         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
17186         This requires that we sometimes generate our own TZ="XXX..." setting.
17187
17188 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
17189
17190         * doc/getdate.texi: New file, from coreutils with modifications for
17191         the new TZ parsing.
17192
17193 2004-10-27  Derek R. Price  <derek@ximbiot.com>
17194
17195         * lib/mktime.c (not_equal_tm): Remove redundant check.
17196
17197 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
17198
17199         * modules/regex (lib_SOURCES): Add regex.c.
17200         Reported by James Youngman in
17201         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
17202
17203 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
17204
17205         * lib/getdate.y: Use Bison 1.875 features, and some minor
17206         code cleanups.  This change does not affect semantics.
17207         Don't include <stdlib.h>; no longer needed.
17208         Don't include unlocked-io.h; only the "#if TEST" code uses
17209         stdio, and performance isn't crucial there.
17210         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
17211         Bison 1.875 features as described below.
17212         All uses of "PC." replaced by "pc->".
17213         (YYSTYPE): Add a forward declaration.
17214         (yylex, yyerror): Use full prototypes in forward decls.
17215         Use "%pure-parser" rather than obsolescent "%pure_parser".
17216         Use %parse-param and %lex-param instead of obsolescent
17217         YYPARSE_PARAM and YYLEX_PARAM.
17218         (meridian_table, month_and_day_table, time_units_table,
17219         relative_time_table, time_zone_table, military_table,
17220         lookup_zone, lookup_word, get_date):
17221         Use NULL instead of 0 where appropriate.
17222         (to_hour): Avoid abort (), to avoid a dependency on
17223         stdlib.h.
17224         (yyerror, yylex): Now accepts parser_control * arg.
17225         (main) [TEST]: Use '\0' rather than 0 for char.
17226
17227 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
17228
17229         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
17230
17231 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
17232
17233         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
17234         It's now the caller's responsibility to handle the case where
17235         !HAVE_GETPAGESIZE && !defined getpagesize.
17236
17237         * lib/mktime.c (leapyear): Arg is long int, not int.
17238
17239 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
17240
17241         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
17242
17243 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
17244
17245         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
17246         missing.  Problem reported by James Youngman.
17247
17248 2004-10-16  Simon Josefsson  <jas@extundo.com>
17249
17250         * gnulib-tool: Fix comments.  Fix parse problem.
17251         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
17252
17253 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
17254
17255         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
17256         implementation of getopt_long.  Problem reported by Alexander Taler in:
17257         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
17258
17259 2004-10-15  Bruno Haible  <bruno@clisp.org>
17260
17261         * gnulib-tool: Untabify. Initialize supplied_libname.
17262         (func_usage): More homogenous output.
17263         (func_modules_transitive_closure, func_modules_to_filelist,
17264         func_emit_lib_Makefile_am): New functions.
17265         (func_import): New function, extracted from big case statement. Use
17266         func_get_license, func_modules_transitive_closure,
17267         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
17268         opt_lgpl. Don't use test -a, as it's not portable.
17269         (func_create_testdir): Use func_modules_transitive_closure,
17270         func_modules_to_filelist, func_emit_lib_Makefile_am.
17271
17272 2004-10-15  Bruno Haible  <bruno@clisp.org>
17273
17274         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
17275
17276 2004-10-15  Bruno Haible  <bruno@clisp.org>
17277
17278         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
17279         the portions belonging to each module.
17280         Suggested by Derek Robert Price <derek@ximbiot.com>.
17281
17282 2004-10-12  Simon Josefsson  <jas@extundo.com>
17283
17284         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
17285         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
17286         to real functions.
17287
17288 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17289
17290         * modules/vsnprintf: New file.
17291
17292 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17293
17294         * m4/vsnprintf.m4: New file.
17295
17296 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17297
17298         * lib/vsnprintf.h: New file.
17299         * lib/vsnprintf.c: New file.
17300
17301 2004-10-11  Bruno Haible  <bruno@clisp.org>
17302
17303         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
17304         vsnprintf.
17305
17306 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
17307
17308         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
17309
17310 2004-10-07  Bruno Haible  <bruno@clisp.org>
17311
17312         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
17313         fits into the provided buffer.
17314
17315 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
17316
17317         * lib/diacrit.c, diacrit.h: Add GPL notice.
17318
17319         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
17320         notice.
17321         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
17322         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
17323         This avoids a potential constant-folding bug.
17324
17325 2004-10-05  Bruno Haible  <bruno@clisp.org>
17326
17327         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
17328         for the declaration of strsep.
17329
17330 2004-10-05  Bruno Haible  <bruno@clisp.org>
17331
17332         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
17333
17334 2004-10-04  Simon Josefsson  <jas@extundo.com>
17335
17336         * modules/memmem: New file.
17337         * tests/test-memmem.c: New file.
17338         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
17339
17340 2004-10-04  Simon Josefsson  <jas@extundo.com>
17341
17342         * m4/memmem.m4: New file.
17343
17344 2004-10-04  Simon Josefsson  <jas@extundo.com>
17345
17346         * lib/memmem.h: New file.
17347         * lib/memmem.c: New file, taken from glibc.
17348
17349 2004-10-04  Simon Josefsson  <jas@extundo.com>
17350
17351         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
17352         '#ifdef USE_UNLOCKED_IO'.
17353
17354 2004-10-04  Simon Josefsson  <jas@extundo.com>
17355
17356         * config/srclist.txt: Add memmem from glibc.
17357
17358 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
17359
17360         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
17361
17362         * modules/argmatch, modules/argp, modules/closeout, modules/error,
17363         modules/exclude, modules/getdate, modules/getline,
17364         modules/getndelim2, modules/getpass, modules/getpass-gnu,
17365         modules/getusershell, modules/linebuffer, modules/md5,
17366         modules/mountlist, modules/posixtm, modules/readtokens,
17367         modules/readutmp, modules/regex, modules/sha1,
17368         modules/version-etc, modules/yesno:
17369         Remove dependency on unlocked-io.
17370
17371 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
17372
17373         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
17374
17375         * m4/unlocked-io.m4: Add copyright notice.
17376         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
17377
17378 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
17379
17380         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
17381         * lib/xmalloc.c (xmemdup): Likewise.
17382         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
17383         XFREE): Remove these long-obsolescent macros.
17384         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
17385         * lib/xstrdup.c: Remove.
17386
17387         * lib/regex.c (re_comp): Cast gettext return value to char *,
17388         Problem reported by Martin Neitzel via Mark D. Baushke.
17389
17390 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
17391
17392         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
17393         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
17394         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
17395         regex.c, sha1.c, version-etc.c, yesno.c:
17396         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
17397         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
17398         the includer's responsibility.
17399
17400         Sync from coreutils.
17401
17402         * lib/modechange.c (mode_compile): Don't decrement a pointer that
17403         points to the start of a string, as the C Standard says the
17404         resulting behavior is undefined.
17405
17406         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
17407         simple -> simple_backups, numbered_existing ->
17408         numbered_existing_backups, numbered -> numbered_backups
17409         to avoid shadowing problems.  All uses changed.
17410         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
17411         * lib/backupfile.c (check_extension, numbered_backup):
17412         Rename locals to avoid shadowing 'basename'.
17413         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
17414         once.
17415
17416         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
17417         * lib/.cvsignore: Add getopt.h.
17418
17419 2004-10-04  Bruno Haible  <bruno@clisp.org>
17420
17421         * modules/README: New file.
17422         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
17423         not a module.
17424
17425 2004-10-02  Jim Meyering  <jim@meyering.net>
17426
17427         * lib/dirfd.h, getpagesize.h: Add copyright notice.
17428
17429 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17430
17431         * modules/strsep: New file.
17432
17433 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17434
17435         * m4/strsep.m4: New file.
17436
17437 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17438
17439         * lib/strsep.h: New file.
17440         * lib/strsep.c: New file.
17441
17442 2004-10-01  Simon Josefsson  <jas@extundo.com>
17443
17444         * lib/snprintf.c (snprintf): Handle size==0.
17445
17446 2004-10-01  Simon Josefsson  <jas@extundo.com>
17447             Bruno Haible  <bruno@clisp.org>
17448
17449         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
17450         (snprintf): Declare 'args'.
17451
17452 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
17453
17454         * lib/snprintf.c: Remove comments as to why each header is needed.
17455
17456 2004-10-01  Bruno Haible  <bruno@clisp.org>
17457
17458         * MODULES.html.sh: Add strsep.
17459
17460 2004-09-30  Simon Josefsson  <jas@extundo.com>
17461
17462         * modules/snprintf: New file.
17463
17464 2004-09-30  Simon Josefsson  <jas@extundo.com>
17465
17466         * m4/snprintf.m4: New file.
17467
17468 2004-09-30  Simon Josefsson  <jas@extundo.com>
17469
17470         * lib/snprintf.h, lib/snprintf.c: New files.
17471
17472 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17473
17474         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
17475         (hol_entry_help): Never translate an empty string.
17476         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
17477         * lib/argp.h (OPTION_NO_TRANS): New option.
17478
17479 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
17480
17481         * modules/argp (Maintainer): Replace Simon Josefsson
17482         by Sergey Poznyakoff.
17483
17484 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
17485
17486         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
17487         changes merged back into glibc.
17488
17489 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
17490
17491         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
17492
17493 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
17494
17495         * lib/xvasprintf.c: Include xalloc.h.
17496         (xvasprintf): Use xalloc_die, not xmalloc_die.
17497
17498 2004-09-29  Bruno Haible  <bruno@clisp.org>
17499
17500         * modules/alloca-opt: New file, derived from modules/alloca.
17501         * modules/allocsa: Depend on alloca-opt instead of alloca.
17502         * modules/setenv: Likewise.
17503         * modules/vasnprintf: Likewise.
17504         * MODULES.html.sh: Add alloca-opt.
17505
17506 2004-09-28  Simon Josefsson  <jas@extundo.com>
17507
17508         * gnulib-tool: New parameter --lgpl, to asseert that modules are
17509         LGPL, and to replace license template from GPL to LGPL.
17510
17511 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
17512
17513         * modules/dummy: Change license to LGPL.
17514
17515 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
17516
17517         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
17518
17519 2004-09-24  Simon Josefsson  <jas@extundo.com>
17520
17521         * modules/minmax (License): Change from GPL to LGPL.
17522
17523 2004-09-23  Simon Josefsson  <jas@extundo.com>
17524
17525         * gnulib-tool (--import): Typo.
17526
17527 2004-09-23  Simon Josefsson  <jas@extundo.com>
17528
17529         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
17530
17531 2004-09-22  Bruno Haible  <bruno@clisp.org>
17532
17533         * modules/*: Add 'License' field.
17534         * gnulib-tool: Accept --extract-license option.
17535         (func_get_license): New function.
17536
17537 2004-09-21  Bruno Haible  <bruno@clisp.org>
17538
17539         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
17540         Reported by Simon Josefsson.
17541
17542 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
17543
17544         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
17545         gl_AC_TYPE_LONG_LONG.
17546
17547 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
17548
17549         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
17550
17551 2004-09-18  Simon Josefsson  <jas@extundo.com>
17552         and  Paul Eggert  <eggert@cs.ucla.edu>
17553
17554         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
17555         calls with autoreconf.  Define GL_LIB.
17556
17557 2004-09-14  Karl Berry  <karl@gnu.org>
17558
17559         * config/srclist.txt: unsync setenv.c, sigh.
17560
17561 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
17562
17563         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
17564         Problem reported by Bruno Haible in:
17565         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
17566
17567 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
17568
17569         * config/srclist.txt: Comment out argp-pvh.c.
17570
17571 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
17572
17573         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
17574         in case some system header has #define'd it.  Problem reported by
17575         Soeren D. Schulze in
17576         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
17577
17578 2004-09-09  Karl Berry  <karl@gnu.org>
17579
17580         * regex.[ch]: delete from the root.  These were supposed to be
17581                 synced with emacs cvs, but this has not happened for about
17582                 a year, and anyway nothing else uses emacs regex.[ch].
17583                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
17584                 lib/regex[.ch] is untouched.
17585
17586 2004-09-09  Bruno Haible  <bruno@clisp.org>
17587
17588         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
17589
17590 2004-09-09  Bruno Haible  <bruno@clisp.org>
17591
17592         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
17593         modifications.
17594         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
17595
17596 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
17597
17598         * modules/xvasprintf: New file.
17599         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
17600
17601 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
17602
17603         * lib/xvasprintf.h: New file.
17604         * lib/xvasprintf.c: New file.
17605         * lib/xasprintf.c: New file.
17606
17607 2004-09-08  Bruno Haible  <bruno@clisp.org>
17608
17609         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
17610
17611 2004-09-08  Bruno Haible  <bruno@clisp.org>
17612
17613         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
17614         length is > INT_MAX.
17615         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
17616         more.
17617
17618 2004-09-08  Bruno Haible  <bruno@clisp.org>
17619
17620         * lib/stdint_.h: New file, taken from GNU clisp.
17621
17622 2004-09-08  Bruno Haible  <bruno@clisp.org>
17623             Oskar Liljeblad  <oskar@osk.mine.nu>
17624
17625         * modules/stdint: New file.
17626         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
17627
17628 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
17629
17630         Import from coreutils.
17631         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
17632         strings on unbounded length.  alloca's performance benefits aren't
17633         that important here.
17634         (V_STRDUP): Remove.
17635         (parse_with_separator): New function, with most of the internals
17636         of the old parse_user_spec.  Allow user to omit both user and group,
17637         for compatibility with FreeBSD.
17638         Clone only the user name, not the entire spec.
17639         Do not set *uid, *gid unless entirely successful.
17640         Avoid memory leak in some failing cases.
17641         Fix regression for USER.GROUP reported by Dmitry V. Levin in
17642         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
17643         (parse_user_spec): Rewrite to use parse_with_separator.
17644
17645 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
17646
17647         * modules/userspec: Don't depend on alloca.
17648
17649 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
17650
17651         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
17652
17653 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
17654
17655         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
17656         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
17657         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
17658
17659 2004-08-16  Simon Josefsson  <jas@extundo.com>
17660
17661         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
17662         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
17663         Add --dry-run for --import.
17664         Let user provided command line parameters override configure.ac
17665         settings.
17666
17667 2004-08-12  Simon Josefsson  <jas@extundo.com>
17668
17669         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
17670         as discussed with Paul Eggert in threads rooted at
17671         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
17672         and
17673         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
17674         Before, the test was empty, and relied on ELIDE_CODE in source
17675         code.)
17676         (gl_PREREQ_GETOPT): New macro.
17677         (gl_GETOPT): Use them.
17678
17679 2004-08-12  Simon Josefsson  <jas@extundo.com>
17680
17681         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
17682         * lib/getopt_.h: Renamed from getopt.h.
17683
17684 2004-08-12  Simon Josefsson  <jas@extundo.com>
17685
17686         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
17687         Change default library name from libfoo to libgnu.
17688         Now, if you have a configure.ac that says:
17689                 gl_SOURCE_BASE(gl)
17690                 gl_M4_BASE(gl/m4)
17691                 gl_MODULES(error getopt etcetera)
17692                 gl_INIT
17693         you can import all you need by running:
17694                 ../gnulib/gnulib-tool --import
17695
17696         * modules/getopt (Files): Rename getopt.h to getopt_.h.
17697         (Makefile.am): Rewrite, use logic from argz.
17698         (Include): Use <getopt.h> instead of "getopt.h".
17699
17700 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
17701
17702         * modules/argp (Files): Add m4/unlocked-io.m4.
17703         (Depends-on): Add extensions.
17704
17705 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
17706
17707         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
17708         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
17709         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
17710         Check for program_invocation_name, program_invocation_short_name,
17711         flockfile, funlockfile, features.h, _getopt_long_only_r.
17712
17713 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
17714
17715         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
17716         its complicated substitute.
17717         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
17718         and program_invocation_name.
17719         (__argp_basename) [!_LIBC]: Remove; the only use was
17720         replaced by its body.
17721         (__argp_short_program_name): Change condition from
17722         !defined __argp_short_program_name to
17723         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
17724         to match argp-namefrob.h.
17725         (__argp_failure): Don't assume strerror_r returns char *.
17726         * lib/argp-parse.c (N_): Define unconditionally.
17727         (argp_default_options): Fill out initializers with 0 to avoid
17728         gcc warnings.
17729
17730 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
17731
17732         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
17733         getopt1.c.
17734
17735 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
17736
17737         Merge from coreutils.
17738
17739         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
17740
17741         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
17742         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
17743
17744 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
17745
17746         Merge from coreutils.
17747
17748         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
17749         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
17750         for Reliant Unix 5.43.
17751
17752         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
17753         (union fooround): Use uintmax_t, not long int.
17754         The rest is a merge from libc:
17755         [defined _LIBC]: Include <shlib-compat.h>.
17756         (_obstack) [defined _LIBC]: Remove after 2.3.4.
17757
17758         * lib/settime.c (settime): Recode to avoid warning with
17759         Sun Forte C 6U2.
17760
17761         * lib/strverscmp.c: Convert to UTF-8.
17762
17763 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
17764
17765         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
17766         m4/uintmax_t.m4.
17767
17768 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
17769
17770         * modules/xalloc-die: New file.
17771         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
17772
17773         * modules/md5 (Files): Add m4/uint32_t.m4.
17774         * modules/sha1: Renamed from modules/sha.
17775         (Files):
17776         Rename lib/sha.h to lib/sha1.h.
17777         Rename lib/sha.c to lib/sha1.c.
17778         Rename m4/sha.m4 to m4/sha1.m4.
17779         (lib_SOURCES): Likewise.
17780         (configure.ac): Rename gl_SHA to gl_SHA1.
17781         (Include): sha.h -> sha1.h.
17782
17783 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
17784
17785         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
17786         * m4/sha1.m4: Renamed from sha.m4.
17787         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
17788
17789 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
17790
17791         * lib/obstack.h (obstack_empty_p):
17792         Don't assume that chunk->contents is suitably aligned.
17793         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
17794         Likewise. Problem reported by Benno in
17795         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
17796
17797         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
17798         readable.  This could be improved further but it'd take some work.
17799
17800 2004-08-08  Simon Josefsson  <jas@extundo.com>
17801
17802         * modules/xgethostname (Depends-on): Remove exit and error (not
17803         used).
17804
17805         * modules/getpass-gnu: Add getpass.h.
17806         (Depends-on): Add stdbool.
17807         * modules/getpass: Add getpass.h.
17808
17809 2004-08-08  Simon Josefsson  <jas@extundo.com>
17810
17811         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
17812         Check getpass declaration.
17813
17814 2004-08-08  Simon Josefsson  <jas@extundo.com>
17815
17816         * lib/xgethostname.c: Don't include error.h (not used).
17817
17818         * lib/getpass.h: Add.
17819         * lib/getpass.c: Include getpass.h first.
17820
17821 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
17822
17823         * lib/xalloc-die.c: New file.
17824         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
17825         All uses removed.
17826         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
17827         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
17828         xalloc-die.c.
17829         (_, N_, xalloc_die): Move to xalloc-die.c.
17830         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
17831         so that we needn't mess with xalloc_msg_memory_exhausted.
17832
17833         * lib/sha1.h: Renamed from sha.h.
17834         (SHA1_H): Renamed from _SHA_H.
17835         (sha1_ctx): Renamed from sha_ctx.
17836         (sha1_init_ctx): Renamed from sha_init_ctx.
17837         (sha1_process_block): Renamed from sha_process_block.
17838         (sha1_process_bytes): Renamed from sha_process_bytes.
17839         (sha1_finish_ctx): Renamed from sha_finish_ctx.
17840         (sha1_read_ctx): Renamed from sha_read_ctx.
17841         (sha1_stream): Renamed from sha_stream.
17842         (sha1_buffer): Renamed from sha_buffer.
17843         * lib/sha1.c: Likewise; renamed from sha.c.
17844         Do not include <sys/types.h>.
17845         Include <stddef.h> rather than <stdlib.h>.
17846
17847 2004-08-08  Bruno Haible  <bruno@clisp.org>
17848
17849         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
17850         FILESYSTEM_PREFIX_LEN.
17851         * lib/progreloc.c: Likewise.
17852         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
17853
17854 2004-08-06  Simon Josefsson  <jas@extundo.com>
17855
17856         * modules/progname (Depends-on): Don't depend on stdbool.
17857
17858 2004-08-06  Simon Josefsson  <jas@extundo.com>
17859
17860         * modules/getsubopt: New file.
17861         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
17862         getsubopt.
17863
17864 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
17865
17866         More merge from coreutils.
17867
17868         * m4/utimens.m4, m4/utimecmp.m4: New files.
17869         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
17870         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
17871         prereq.m4, sha.m4: Import changes from coreutils.
17872
17873 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
17874
17875         More merge from coreutils.
17876         * modules/raise, modules/readtokens0, modules/utimens:
17877         * modules/utimecmp, module/xnanosleep: New files.
17878         * modules/strftime: Add lib/strftime.h.
17879         Change include from <time.h> to "strftime.h".
17880         * modules/yesno: Add lib/yesno.h.
17881         * modules/backupfile: Remove lib/addext.c.
17882         * modules/euidaccess: Add stat-macros.h.
17883         * modules/canonicalize, modules/euidaccess,
17884         modules/filemode, modules/lchown, modules/makepath,
17885         modules/rmdir, modules/stat: Likewise.
17886
17887 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
17888
17889         Merge from tar.
17890         * lib/argp-help.c (make_hol, hol_append): Don't assume that
17891         SIZE_MAX is a valid preprocessor constant.
17892         (__argp_basename): Change from "#ifndef _LIBC"
17893         to "#ifndef __argp_short_program_name", so that
17894         we don't compile these functions for tar.
17895
17896         More merges from coreutils.
17897         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
17898         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
17899         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
17900         * lib/addext.c: Remove; no longer needed.
17901         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
17902         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
17903         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
17904         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
17905         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
17906         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
17907         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
17908         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
17909         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
17910         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
17911         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
17912         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
17913         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
17914         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
17915         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
17916         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
17917         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
17918         Import changes from coreutils.
17919
17920 2004-08-05  Simon Josefsson  <jas@extundo.com>
17921
17922         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
17923
17924 2004-08-05  Simon Josefsson  <jas@extundo.com>
17925
17926         * m4/getsubopt.m4: New file.
17927
17928 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
17929
17930         Merge from coreutils.
17931
17932         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
17933         * m4/getcwd-path-max.m4: New files.
17934
17935         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
17936         FILESYSTEM_PREFIX_LEN ->
17937         FILE_SYSTEM_PREFIX_LEN.
17938         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
17939         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
17940         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
17941         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
17942
17943         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
17944         prerequisite modules now handle the DOS stuff.
17945         Don't check for unistd.h.
17946
17947 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
17948
17949         Merge from coreutils.
17950
17951         * lib/.gdb-history: Remove; this doesn't belong here.
17952
17953         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
17954         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
17955         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
17956         * lib/getcwd.c: New files.
17957
17958         * lib/dirname.h: Include <stdbool.h>.
17959         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
17960         for consistency with POSIX terminology.  All uses changed.
17961         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
17962         (strip_trailing_slashes): Use bool for booleans.
17963         * lib/stripslash.c (strip_trailing_slashes): Likewise.
17964
17965         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
17966         sometimes returns a positive errno value even when it succeeds.
17967         (print_errno_message) [!LIBC]: Fall back on strerror if
17968         __strerror_r fails.
17969
17970         * lib/path-concat.c (mempcpy): Don't define if a system header defines
17971         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
17972         (longest_relative_suffix): New function.
17973         (path_concat): Use it.  Assume first argument is not NULL.
17974         Port to DOS.  Omit redundant separators.
17975         Report an error instead of returning NULL.
17976         Use mempcpy instead of memcpy.
17977         (xpath_concat): Remove: not declared or used.
17978
17979         * lib/same.h: Include <stdbool.h>
17980         (same_name): Return bool, not int.
17981         * lib/same.c (same_name): Likewise.
17982         (errno): Don't declare; we assume C89 or better now.
17983
17984         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
17985         if not already defined.
17986
17987         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
17988         * lib/dup-safer.c (errno): Likewise.
17989
17990 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
17991
17992         Merge from coreutils.
17993         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
17994         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
17995         * modules/path-concat: Don't depend on strdup.
17996
17997 2004-08-03  Simon Josefsson  <jas@extundo.com>
17998
17999         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
18000         * lib/progname.h: Don't include stdbool.h.
18001
18002 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
18003
18004         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
18005         * MODULES.html.sh (func_all_modules): Remove fatal.
18006
18007 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
18008
18009         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
18010
18011 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
18012
18013         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
18014         working.
18015
18016 2004-08-02  Simon Josefsson  <jas@extundo.com>
18017
18018         * lib/getsubopt.h: New file, with comments from Bruno Haible.
18019         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
18020         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
18021
18022 2004-08-01  Simon Josefsson  <jas@extundo.com>
18023
18024         * lib/xgetdomainname.c: Include stdlib.h, for free().
18025
18026 2004-07-19  Bruno Haible  <bruno@clisp.org>
18027
18028         * MODULES.html.sh (func_all_modules): Add dummy.
18029
18030 2004-07-16  Simon Josefsson  <jas@extundo.com>
18031
18032         * modules/dummy: New file.
18033
18034 2004-07-16  Simon Josefsson  <jas@extundo.com>
18035
18036         * lib/dummy.c: New file.
18037
18038 2004-07-16  Bruno Haible  <bruno@clisp.org>
18039
18040         * lib/backupfile.h: Add extern "C" for C++.
18041         * lib/closeout.h: Likewise.
18042         * lib/copy-file.h: Likewise.
18043         * lib/findprog.h: Likewise.
18044         * lib/full-write.h: Likewise.
18045         * lib/pathname.h: Likewise.
18046         * lib/progname.h: Likewise.
18047         * lib/stpcpy.h: Likewise.
18048         * lib/stpncpy.h: Likewise.
18049         * lib/strcase.h: Likewise.
18050         * lib/strstr.h: Likewise.
18051         * lib/xalloc.h: Likewise.
18052
18053         * lib/mbswidth.h: Add extern "C" for C++.
18054         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
18055
18056 2004-07-13  Robert Millan  <robertmh@gnu.org>
18057
18058         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
18059
18060 2004-07-09  Simon Josefsson  <jas@extundo.com>
18061
18062         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
18063         failed without this.)
18064
18065 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
18066
18067         * modules/chown (Files): Add lib/fchown-stub.c, since
18068         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
18069
18070 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
18071
18072         * lib/fchown-stub.c: New file.
18073
18074 2004-06-24  Jim Meyering  <jim@meyering.net>
18075
18076         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
18077
18078 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
18079
18080         * modules/argz: Omit "#include".
18081
18082         * MODULES.html.sh (func_all_modules): Add calloc, to match
18083         2004-06-01 addition of calloc module.
18084
18085 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
18086
18087         * m4/argz.m4: New file, which is autoupdated from libtool.
18088
18089 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
18090
18091         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
18092         libtool.
18093
18094 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
18095
18096         * config/srclist-update: Don't insist on "USA." before the
18097         close-comment, as libtool omits the period and puts the */ on a
18098         separate line.
18099         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
18100         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
18101
18102 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
18103
18104         * modules/argz: New file.
18105         * MODULES.html.sh (func_all_modules): Add argz.
18106
18107 2004-06-12  Jim Meyering  <jim@meyering.net>
18108         and  Paul Eggert  <eggert@cs.ucla.edu>
18109
18110         * modules/hash (Files): Add lib/xalloc.h.
18111         * modules/pipe (Depends-on): Add wait-process.
18112         * modules/stat (Depends-on): Add xalloc.
18113         * modules/userspec (Files): Add lib/userspec.h.
18114         * modules/xstrto
18115
18116         Upgrade from gettext-0.13.
18117         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
18118         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
18119         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
18120
18121 2004-06-10  Jim Meyering  <jim@meyering.net>
18122
18123         * lib/calloc.c: New file.
18124
18125 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
18126
18127         * lib/getdate.y (yylex): Allow space between sign and number.
18128         Problem reported by Dan Jacobson.
18129
18130 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
18131
18132         Merge from coreutils CVS.
18133
18134         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
18135         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
18136         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
18137         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
18138         xstrtol.m4: Fix copyright date and/or serial number.
18139
18140         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
18141         See if we need an fchown replacement.
18142         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
18143         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
18144         and use the replacement function if we detect either defect.
18145
18146         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
18147         gl_UTIMECMP.
18148
18149 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
18150         and  Jim Meyering  <jim@meyering.net>
18151
18152         Merge from coreutils CVS.
18153
18154         * lib/stat-macros.h: New file, with contents from file-type.h
18155         and coreutils' system.h.
18156         * lib/file-type.c: Include "stat-macros.h".
18157         * lib/file-type.h (file_type): Move all macro definitions to new file,
18158         stat-macros.h.
18159
18160         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
18161         Wrap old code with this conditional.
18162         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
18163         function that does not dereference symlinks.
18164         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
18165
18166         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
18167         dependency problems.
18168         (xreadlink): Accept new arg SIZE, for efficiency.
18169         All decls and uses changed.
18170         * lib/xreadlink.h: Include <stddef.h>, for size_t.
18171
18172         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
18173         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
18174
18175         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
18176         sysexits.h.
18177
18178 2004-06-01  Jim Meyering  <jim@meyering.net>
18179
18180         * m4/calloc.m4: New file.
18181
18182 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
18183
18184         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
18185         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
18186         Also, fix a typo in a diagnostic.
18187
18188 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
18189
18190         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
18191         or AC_FUNC_REALLOC.
18192
18193 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
18194
18195         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
18196         macros to be defined.
18197         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
18198         the allocator returns NULL because the requested size is zero.
18199
18200 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
18201
18202         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
18203         var.  Add comment explaining why libc still defines it.  This
18204         merges the following patch from glibc:
18205         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
18206
18207 2004-05-20  Andreas Schwab  <schwab@suse.de>
18208
18209         * m4/free.m4: Replace free if it not known to work, not the other
18210         way round.
18211
18212 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
18213
18214         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
18215         present in glibc since revision 1.1 of this file.
18216         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
18217         obstack_alignment_mask, obstack_alloc, obstack_base,
18218         obstack_blank, obstack_blank_fast, obstack_chunk_size,
18219         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
18220         obstack_grow0, obstack_init, obstack_int_grow,
18221         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
18222         obstack_next_free, obstack_object_size, obstack_ptr_grow,
18223         obstack_ptr_grow_fast, obstack_room): Remove declarations of
18224         nonexistent functions.
18225
18226 2004-05-18  Karl Berry  <karl@gnu.org>
18227
18228         * config/srclist.txt: break link for vasnprintf.c.
18229
18230 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
18231
18232         Port obstack to the AS/400, where pointers are 16 bytes wide and
18233         you cannot cast an integer to a valid pointer.  This patch is
18234         currently waiting to be integrated into glibc; see
18235         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
18236
18237         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
18238         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
18239         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
18240         (struct obstack): temp member is now a union of a pointer and
18241         an integer, instead of an integer.  All integer uses changed.
18242         This does not affect the physical layout of struct obstack,
18243         except on hosts (like the AS/400) where the size or alignment of
18244         void * is greater than that of ptrdiff_t.
18245         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
18246         __STDC__)]: Store temporary in pointer member of union, not
18247         integer member.
18248         * lib/obstack.c: Include <stddef.h>, for offsetof.
18249         (struct fooalign): Remove; it doesn't need a name.
18250         (union fooround): Change double to long double, and add void *.
18251         (DEFAULT_ALIGNMENT): Use offsetof to compute.
18252         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
18253         not a macro.  Hence the values are always int; so remove all
18254         casts-to-int in uses.
18255
18256 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
18257
18258         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
18259         we can get this patch merged into glibc.
18260
18261 2004-05-17  Derek R. Price  <derek@ximbiot.com>
18262             Paul Eggert  <eggert@cs.ucla.edu>
18263
18264         * m4/argp: Depend on alloca.
18265
18266 2004-05-17  Derek R. Price  <derek@ximbiot.com>
18267             Paul Eggert  <eggert@cs.ucla.edu>
18268
18269         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
18270         freecoding.
18271
18272 2004-05-17  Bruno Haible  <bruno@clisp.org>
18273
18274         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
18275         precision that consists of a '.' followed by an empty digit string.
18276         Patch by Tor Lillqvist <tml@iki.fi>.
18277
18278 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
18279
18280         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
18281         for backward compatibility with older code.  We need our own
18282         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
18283         it under some other name, and our alloca.h will define it.
18284
18285 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
18286             Derek Price  <derek@ximbiot.com>
18287
18288         * lib/alloca.c: Include <alloca.h>, to get our interface.
18289         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
18290         include <alloca.h> first.  Use C89 prototype for alloca; this
18291         requires including <stddef.h> for size_t.  Use extern "C" if C++.
18292         Use #elif for simplicity, since we can assume C89 now.
18293         Don't try to source the system alloca.h since it will not be found
18294         and to prevent recursively including its replacement.
18295         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
18296         * lib/regex.c: Likewise.
18297
18298 2004-05-16  Derek Price  <derek@ximbiot.com>
18299             Paul Eggert  <eggert@cs.ucla.edu>
18300
18301         getline cleanup.  This changes the getndelim2 API: both order of
18302         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
18303         no delimiter).
18304
18305         * lib/getline.c: Don't include stddef.h or stdio.h, since our
18306         interface does that.
18307         (getline): Always use getdelim, so that we don't have two
18308         copies of this code.
18309         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
18310         if available.
18311         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
18312         (GETNDELIM2_MAXIMUM): New macro.
18313         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
18314         instead of the old practice of delim2==0.  All callers changed.
18315         Return -1 on overflow, instead of returning junk.
18316         Do not set *linesize unless allocation succeeds.
18317         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
18318         that we include sys/types.h.
18319         * lib/getnline.h: Likewise.
18320         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
18321         (getndelim2): Reorder arguments.
18322         * lib/getnline.c (getnline, getndelim):
18323         Don't discard the NMAX argument.
18324         (getnline): Invoke getndelim, to avoid code duplication.
18325         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
18326         of (size_t) -1 by callers of the getnline family.
18327
18328 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
18329
18330         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
18331         Check for gettimeofday.
18332         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
18333         Check for settimeofday, stime.
18334
18335 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
18336
18337         * lib/nanosleep.c (suspended): Change its type from int to
18338         sig_atomic_t volatile.
18339         (first_call): Make it private to rpl_nanosleep, and have it
18340         be zero initially as that's a bit faster.
18341         (my_usleep): Round up fractional times instead of truncating them,
18342         as this is the usual meaning for 'sleep'.
18343
18344         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
18345         doesn't work.
18346         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
18347         (ENOSYS): Define if not defined.
18348         (settime): Fall back on stime if it exists and settimeofday fails.
18349         But don't bother with fallbacks if a method fails with errno == EPERM.
18350
18351 2004-05-11  Jim Meyering  <jim@meyering.net>
18352
18353         Prior to this change, the save_cwd caller required read access to the
18354         current directory on most systems (ones with the fchdir function).
18355
18356         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
18357         fails, try write-only, and finally, resort to using xgetcwd.
18358
18359 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
18360
18361         * lib/obstack.c, obstack.h: Import changes from libc.
18362
18363 2004-04-28  Bruno Haible  <bruno@clisp.org>
18364
18365         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
18366         also implicitly appends .exe to executables.
18367         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
18368         accepts Windows pathnames.
18369         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
18370         Treat Cygwin like Windows, since it now accepts Windows pathnames.
18371         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
18372         Treat Cygwin like Windows, since it now accepts Windows pathnames.
18373         Reported by Derek Robert Price <derek@ximbiot.com>.
18374
18375 2004-04-21  Karl Berry  <karl@gnu.org>
18376
18377         * config/srclist.txt (localcharset.c): break sync.
18378
18379 2004-04-20  Paul Eggert  <eggert@twinsun.com>
18380
18381         * m4/host-os.m4: Add a copyright notice.
18382
18383 2004-04-20  Jim Meyering  <jim@meyering.net>
18384
18385         Change UTILS_ to gl_ in AC_DEFINE'd names.
18386         Change utils_- and jm_-prefixed variables, too.
18387         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
18388         UTILS_FUNC_MKDIR_TRAILING_SLASH.
18389         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
18390
18391         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
18392         Don't emit trailing blanks.
18393         Also rename jm_-prefixed variables to have gl_ prefix.
18394
18395         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
18396         Also rename jm_-prefixed variables to have gl_ prefix.
18397
18398         * m4/jm-macros.m4: Reflect the renamings.
18399         * m4/prereq.m4: Likewise.
18400
18401 2004-04-20  Jim Meyering  <jim@meyering.net>
18402
18403         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
18404         memory.
18405
18406 2004-04-20  Jim Meyering  <jim@meyering.net>
18407             Bruno Haible  <bruno@clisp.org>
18408
18409         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
18410         memory when realloc fails.
18411
18412 2004-04-19  Jim Meyering  <jim@meyering.net>
18413
18414         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
18415         now that readutmp.c may call `free (0)'.
18416
18417 2004-04-19  Bruno Haible  <bruno@clisp.org>
18418
18419         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
18420         * m4/inttypes_h.m4: Likewise.
18421         * m4/stdint_h.m4: Likewise.
18422         * m4/intmax_t.m4: Likewise.
18423         * m4/uintmax_t.m4: Likewise.
18424
18425 2004-04-18  Jim Meyering  <jim@meyering.net>
18426
18427         * m4/prereq.m4: Don't forbid jm_ prefix.
18428
18429         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
18430         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
18431         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
18432         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
18433         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
18434         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
18435         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
18436         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
18437         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
18438         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
18439         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
18440         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
18441         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
18442         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
18443         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
18444         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
18445         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
18446         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
18447         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
18448
18449 2004-04-18  Jim Meyering  <jim@meyering.net>
18450
18451         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
18452         failure, don't leak memory and do call END_UTMP_ENT.
18453
18454 2004-04-16  Jim Meyering  <jim@meyering.net>
18455
18456         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
18457         coreutils' stat program.
18458         (gl_PREREQ): Don't require jm_PREREQ_STAT.
18459
18460 2004-04-11  Paul Eggert  <eggert@twinsun.com>
18461
18462         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
18463         C89.
18464         (CHAR_BIT): Remove, since we assume C89.
18465         Include <stdint.h> if available, as per current Autoconf CVS advice.
18466
18467 2004-03-31  Jim Meyering  <jim@meyering.net>
18468
18469         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
18470         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
18471         * m4/xalloc.m4: Likewise.
18472
18473 2004-03-30  Paul Eggert  <eggert@twinsun.com>
18474
18475         Merge from coreutils.
18476
18477         * m4/inttostr.m4: New file.
18478         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
18479         Require AM_STDBOOL_H and gl_TIMESPEC instead.
18480         Require gl_CLOCK_TIME.
18481         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
18482
18483 2004-03-30  Paul Eggert  <eggert@twinsun.com>
18484
18485         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
18486         not bool, to be more consistent with Unix conventions.
18487         Suggested by Bruno Haible.
18488
18489         Merge from coreutils.
18490
18491         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
18492         * lib/umaxtostr.c: New files.
18493
18494         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
18495         the usual <time.h> dance.
18496         (get_date): Change signature to support fractional time stamps.
18497         All callers changed.
18498         * lib/getdate.y: Include "getdate.h" first, as we can now
18499         assume C89 and don't need to worry about 'const'.
18500         Similarly, include "unlocked-io.h" near start, not in middle.
18501         Include <limits.h>.
18502         (textint.value): Use long int rather than int.
18503         (textint.digits): Use size_t rather than int.
18504         (BILLION, LOG10_BILLION): New constants.
18505         (parser_control): New member rel_ns.  Members day_ordinal,
18506         time_zone, month, day, hour, minutes, rel_year, rel_month,
18507         rel_day, rel_hour, rel_minutes, rel_seconds
18508         are now long int, not int.  Member seconds is now struct timespec,
18509         not int.  New member timespec_seen.  Members dates_seen, days_seen,
18510         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
18511         not int.
18512         (%union.intval): Now long int, not int.
18513         New member timespec.
18514         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
18515         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
18516         (spec): Now is a timespec or an item list.
18517         (timespec, items): New nonterminals.
18518         (time, rel, relunit, number, get_date):
18519         Add support for fractional seconds.
18520         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
18521         (gmtime, localtime, mktime): Remove decls; not needed with C89.
18522         (to_hour): First arg is now long int, not int.
18523         (to_year): Returns long int, not int.
18524         Don't treat year -70 like 70.
18525         (tm_diff): Returns long int, not int.
18526         (lookup_word): Use bool instead of int when appropriate.
18527         (yylex): Use size_t for count, not int.
18528         Detect overflow when parsing large integer constants.
18529         Add support for fractions.
18530         (get_date): Make pointers 'const' if possible.
18531         Use more-portable code to detect integer overflow.
18532         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
18533         Don't use ctime; it's not reliable if the year has >4 digits.
18534
18535         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
18536         This is for compatibility with BSD.
18537
18538         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
18539         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
18540         From coreutils' system.h.
18541
18542         * lib/userspec.c: Don't include "posixver.h".
18543         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
18544         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
18545         compatible extension.  Simplify code by removing a boolean int
18546         that was always nonzero if a string was nonnull.
18547
18548 2004-03-30  Jim Meyering  <jim@meyering.net>
18549
18550         Merge from coreutils.
18551
18552         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
18553         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
18554         on some systems one must include <grp.h> before it.
18555         Reported by Christian Krackowizer.
18556
18557 2004-03-30  Jim Meyering  <jim@meyering.net>
18558
18559         Merge from coreutils.
18560
18561         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
18562
18563         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
18564         an empty input stream.
18565
18566         * lib/readtokens.c: Include <stdbool.h>.
18567         (readtoken): Use `size_t' rather than int/long.
18568         All callers adjusted.
18569         Use `bool' rather than `int' where appropriate.
18570         Use memset rather than an explicit loop.
18571         Use x2nrealloc rather than xrealloc.
18572         Allow the use of `\0' as a delimiter.
18573         (readtokens): Likewise.
18574         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
18575
18576 2004-03-30  Jim Meyering  <jim@meyering.net>
18577
18578         * m4/realloc.m4: Remove file, since now it does no more than
18579         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
18580         the `configure.ac' section of module/realloc.
18581         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
18582
18583 2004-03-30  Bruno Haible  <bruno@clisp.org>
18584
18585         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
18586         nonnull.
18587
18588 2004-03-29  Paul Eggert  <eggert@twinsun.com>
18589
18590         Merge changes to getloadavg.c from coreutils and Emacs.
18591
18592         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
18593         Define to an expression, not to the empty string.
18594         Include cloexec.h and xalloc.h.
18595         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
18596         Use set_cloexec_flag rather than rolling our own.
18597         * lib/cloexec.c, lib/cloexec.h: New files.
18598
18599 2004-03-29  Paul Eggert  <eggert@twinsun.com>
18600
18601         * m4/cloexec.m4: New file.
18602
18603 2004-03-18  Paul Eggert  <eggert@twinsun.com>
18604
18605         * lib/getopt.h: Sync with libc CVS.
18606
18607 2004-03-18  Paul Eggert  <eggert@twinsun.com>
18608             Bruno Haible  <bruno@clisp.org>
18609
18610         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
18611         mbswidth.
18612
18613 2004-03-18  Paul Eggert  <eggert@twinsun.com>
18614             Bruno Haible  <bruno@clisp.org>
18615
18616         * lib/mbswidth.h: Include <wchar.h> only if
18617         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
18618         <wchar.h>.
18619         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
18620
18621 2004-03-09  Paul Eggert  <eggert@twinsun.com>
18622
18623         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
18624         Sync with libc CVS.
18625         * lib/getopt_int.h: New file, also synced from libc.
18626
18627 2004-03-09  Paul Eggert  <eggert@twinsun.com>
18628
18629         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
18630         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
18631         Bring back getopt.c, getopt.h, getopt1.c.
18632
18633 2004-03-07  Paul Eggert  <eggert@twinsun.com>
18634
18635         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
18636         All uses changed.  Check for sa_sigaction member; this fixes
18637         a bug first reported by Jason Andrade in
18638         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
18639
18640 2004-03-07  Paul Eggert  <eggert@twinsun.com>
18641
18642         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
18643         '#if' expressions.  Unlike the code it replaces, it does not
18644         depend on (defined _SC_PAGESIZE).  However, it does depend on
18645         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
18646         first reported by Jason Andrade in
18647         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
18648
18649 2004-02-25  Simon Josefsson  <jas@extundo.com>
18650
18651         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
18652
18653 2004-02-25  Simon Josefsson  <jas@extundo.com>
18654
18655         * lib/strdup.h: New file.
18656         * lib/strdup.c: Include it.
18657         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
18658         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
18659
18660 2004-02-23  Karl Berry  <karl@gnu.org>
18661
18662         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
18663         (from fencepost.gnu.org:/gd/gnuorg).
18664
18665 2004-02-23  Karl Berry  <karl@gnu.org>
18666
18667         * config/srclistvars.sh (GNUORG) [karl]: redefine.
18668         * config/srclist.txt: add maintain/standards documents.
18669
18670 2004-02-18  Bruno Haible  <bruno@clisp.org>
18671
18672         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
18673         Reported by Derek Robert Price <derek@ximbiot.com>.
18674
18675 2004-02-16  Karl Berry  <karl@gnu.org>
18676
18677         * config/mkinstalldirs, install-sh: update from automake.
18678
18679 2004-02-06  Karl Berry  <karl@gnu.org>
18680
18681         * m4/po.m4: update from gettext 0.14.1.
18682
18683 2004-02-06  Karl Berry  <karl@gnu.org>
18684
18685         * lib/config.charset: update from gettext 0.14.1.
18686
18687 2004-02-05  Paul Eggert  <eggert@twinsun.com>
18688
18689         Add comments and code, prompted by suggestions from Bruno Haible
18690         for sh-quote.
18691         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
18692         describing the enum quoting_style values.
18693         * lib/quotearg.c (quotearg_alloc): New function.
18694         (quotearg_buffer_restyled): Treat lone { and } as special.
18695         Treat = as special.  Work around bug with older shells
18696         that "see" a '\' that is really the 2nd byte of a multibyte char.
18697         Quote empty string with shell_quoting_style.
18698
18699 2004-02-03  Bruno Haible  <bruno@clisp.org>
18700
18701         * m4/pipe.m4: New file, from GNU gettext.
18702
18703 2004-02-03  Bruno Haible  <bruno@clisp.org>
18704
18705         * lib/pipe.h: New file, from GNU gettext.
18706         * lib/pipe.c: New file, from GNU gettext.
18707
18708 2004-01-27  Bruno Haible  <bruno@clisp.org>
18709
18710         * m4/execute.m4: New file, from GNU gettext.
18711
18712 2004-01-27  Bruno Haible  <bruno@clisp.org>
18713
18714         * lib/execute.h: New file, from GNU gettext.
18715         * lib/execute.c: New file, from GNU gettext.
18716         * lib/w32spawn.h: New file, from GNU gettext.
18717
18718 2004-01-24  Paul Eggert  <eggert@twinsun.com>
18719
18720         Merge from diffutils.
18721
18722         * lib/file-type.c (file_type): Add typed memory objects.
18723         * lib/file-type.h (S_TYPEISTMO): New macro.
18724
18725         * lib/c-stack.h (c_stack_action): Remove argv argument.
18726         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
18727         (die): Don't calculate message unless segv_action returns.
18728         (get_stack_location, min_address_from_argv, max_address_from_argv,
18729         volatile stack_base, volatile_stack_size): Remove.
18730         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
18731         that every segmentation violation is a stack overflow.  (Ouch!)
18732         See Debian bug 136249 (still outstanding) for more info about why
18733         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
18734
18735 2004-01-24  Paul Eggert  <eggert@twinsun.com>
18736
18737         Exit-status fix from coreutils.
18738
18739         Use exit_failure consistently in place of EXIT_FAILURE,
18740         so that program exit statuses are consistent on failure.
18741
18742         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
18743         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
18744         * lib/argmatch.h: Comment fix to match the above.
18745         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
18746         Now a macro referring to exit_failure, instead of a separate
18747         variable.  Include "exitfail.h" to get it.
18748         * lib/xstrtol.h: Include "exitfail.h".
18749         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
18750
18751         * lib/long-options.c (parse_long_options): Use prototype
18752         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
18753         for clarity.
18754
18755 2004-01-21  Jim Meyering  <jim@meyering.net>
18756
18757         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
18758         so as not to conflict with a different-sized __mktime_internal
18759         function in GNU libc.
18760         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
18761         Problem building statically-linked `ls' reported by Michael Brunnbauer.
18762
18763 2004-01-20  Karl Berry  <karl@gnu.org>
18764
18765         * config/config.guess: update from config.
18766
18767         * config/srclistvars.sh: GNUWWWLICENSES for karl.
18768
18769 2004-01-20  Bruno Haible  <bruno@clisp.org>
18770
18771         Safer stack allocation.
18772         * lib/setenv.c: Include allocsa.h.
18773         (alloca): Remove fallback definition.
18774         (freea): Remove macro.
18775         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
18776         instead of freea.
18777
18778 2004-01-20  Bruno Haible  <bruno@clisp.org>
18779
18780         * m4/eealloc.m4: New file, from GNU gettext.
18781
18782 2004-01-20  Bruno Haible  <bruno@clisp.org>
18783
18784         * m4/allocsa.m4: New file, from GNU gettext.
18785
18786 2004-01-20  Bruno Haible  <bruno@clisp.org>
18787
18788         * lib/xallocsa.h: New file, from GNU gettext.
18789         * lib/xallocsa.c: New file, from GNU gettext.
18790
18791 2004-01-20  Bruno Haible  <bruno@clisp.org>
18792
18793         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
18794
18795 2004-01-20  Bruno Haible  <bruno@clisp.org>
18796
18797         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
18798         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
18799         specially.
18800
18801 2004-01-20  Bruno Haible  <bruno@clisp.org>
18802
18803         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
18804         patch.
18805
18806 2004-01-20  Bruno Haible  <bruno@clisp.org>
18807
18808         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
18809
18810 2004-01-20  Bruno Haible  <bruno@clisp.org>
18811
18812         * lib/eealloc.h: New file.
18813
18814 2004-01-20  Bruno Haible  <bruno@clisp.org>
18815
18816         * lib/binary-io.h: Avoid warnings on Cygwin.
18817
18818 2004-01-20  Bruno Haible  <bruno@clisp.org>
18819
18820         * lib/allocsa.h: New file, from GNU gettext.
18821         * lib/allocsa.c: New file, from GNU gettext.
18822
18823 2004-01-18  Karl Berry  <karl@gnu.org>
18824
18825         * doc/gpl.texi, doc/lgpl.texi: new files.
18826
18827 2004-01-18  Karl Berry  <karl@gnu.org>
18828
18829         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
18830         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
18831
18832 2004-01-15  Paul Eggert  <eggert@twinsun.com>
18833
18834         Merge from coreutils.
18835
18836         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
18837         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
18838         (gl_DEFAULT_POSIX2_VERSION): Move
18839         the documentation from 'configure' into 'config.hin',
18840         so that 'configure --help' isn't burdened by it and
18841         we don't have to worry about its formatting there.
18842         Reword the documentation so that it's more succinct
18843         and can be run together into a single paragraph.
18844         * m4/same.m4 (gl_SAME): Check for pathconf.
18845
18846 2004-01-15  Paul Eggert  <eggert@twinsun.com>
18847
18848         Merge from coreutils.
18849
18850         * lib/posixver.c: Include posixver.h.
18851
18852         * lib/same.c: Include <stdbool.h>, <limits.h>.
18853         (_POSIX_NAME_MAX): Define if not defined.
18854         (MIN): New macro.
18855         (same_name): If file names are silently truncated, report
18856         that the file names are the same if they are the same after
18857         the silent truncation.
18858
18859         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
18860         conversion function.
18861         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
18862         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
18863         longer needed.
18864
18865 2004-01-15  Jim Meyering  <jim@meyering.net>
18866
18867         Merge from coreutils.
18868
18869         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
18870         if no library is required.
18871         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
18872         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
18873         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
18874         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
18875         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
18876         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
18877         value, $ac_cv_search_crypt, if it's "none required".
18878         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
18879         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
18880         not gl_FUNC_GETLOADAVG.
18881         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
18882         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
18883
18884 2004-01-15  Jim Meyering  <jim@meyering.net>
18885
18886         Merge from coreutils.
18887
18888         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
18889         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
18890         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
18891
18892         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
18893         optional configure-time default.
18894
18895         * lib/version-etc.c (version_etc_copyright): Update copyright date.
18896
18897         * lib/xreadlink.c (xreadlink): Correct outdated comment.
18898
18899 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
18900
18901         Merge from coreutils.
18902
18903         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
18904         value, $ac_cv_search_nanosleep, if it's "none required".
18905
18906 2004-01-14  Paul Eggert  <eggert@twinsun.com>
18907
18908         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
18909         with like-named macro in fnmatch.c.
18910         (EXT): Use an internal constant instead.
18911
18912         Merge fnmatch patches from glibc.
18913         * lib/fnmatch.c (mbsinit): Remove define.
18914         Add libc_hidden_ver (__fnmatch, fnmatch).
18915         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
18916         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
18917
18918 2004-01-14  Karl Berry  <karl@gnu.org>
18919
18920         * config/install-sh: update from automake.
18921
18922 2004-01-13  Karl Berry  <karl@gnu.org>
18923
18924         * config/install-sh: update from automake.
18925
18926 2004-01-09  Karl Berry  <karl@gnu.org>
18927
18928         * config/install-sh: update from automake.
18929
18930 2004-01-05  Karl Berry  <karl@gnu.org>
18931
18932         * config/config.{sub,guess}: update from config.
18933
18934 2003-12-31  Karl Berry  <karl@gnu.org>
18935
18936         * config/depcomp: update from automake.
18937
18938 2003-12-14  Karl Berry  <karl@gnu.org>
18939
18940         * lib/config.charset: update from gettext-runtime.
18941
18942 2003-12-03  Paul Eggert  <eggert@twinsun.com>
18943
18944         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
18945         Bug reported by Alfred M. Szmidt.
18946
18947 2003-12-03  Bruno Haible  <bruno@clisp.org>
18948
18949         * m4/gettext.m4: Upgrade from gettext-0.13.
18950         * m4/po.m4: Upgrade from gettext-0.13.
18951         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
18952         * m4/intmax.m4: New file, from gettext-0.13.
18953         * m4/printf-posix.m4: New file, from gettext-0.13.
18954
18955 2003-11-29  Karl Berry  <karl@gnu.org>
18956
18957         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
18958
18959 2003-11-25  Paul Eggert  <eggert@twinsun.com>
18960             Bruno Haible  <bruno@clisp.org>
18961
18962         * lib/printf-parse.h: Don't include sys/types.h.
18963         (ARG_NONE): New macro.
18964         (char_directive): Change type of *arg_index fields to size_t.
18965         * lib/printf-parse.c: Don't include sys/types.h.
18966         (SSIZE_MAX): Remove macro.
18967         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
18968         Remove unnecessary overflow check.
18969         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
18970         fields.
18971
18972 2003-11-25  Bruno Haible  <bruno@clisp.org>
18973
18974         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
18975
18976 2003-11-25  Bruno Haible  <bruno@clisp.org>
18977
18978         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
18979         gt_TYPE_SSIZE_T.
18980
18981 2003-11-24  Paul Eggert  <eggert@twinsun.com>
18982
18983         * modules/alloca: Remove dependency on xalloc.
18984
18985 2003-11-24  Paul Eggert  <eggert@twinsun.com>
18986
18987         * lib/alloca.c: Remove dependency on xalloc module.
18988         (xalloc_die): Remove.
18989         (memory_full) [!defined emacs]: New macro.
18990         [!defined emacs]: Don't include xalloc.h.
18991         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
18992         address arithmetic overflows.  Change datatypes a bit to avoid
18993         unnecessary casts.
18994
18995 2003-11-22  Jim Meyering  <jim@meyering.net>
18996
18997         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
18998         s/size/size_t/.
18999
19000 2003-11-21  Karl Berry  <karl@gnu.org>
19001
19002         * config/config.{sub,guess}: update from config.
19003
19004 2003-11-18  Karl Berry  <karl@gnu.org>
19005
19006         * config/config.{sub,guess}: update from config.
19007
19008         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
19009
19010 2003-11-17  Paul Eggert  <eggert@twinsun.com>
19011
19012         * README: Mention that S+T cannot overflow if S is the size of
19013         an existing object and T is sufficiently small.
19014
19015 2003-11-17  Jim Meyering  <jim@meyering.net>
19016
19017         On systems without utime and without a utimes function capable of
19018         dealing with a NULL struct utimbuf* argument, this utime replacement
19019         could -- in unusual circumstances -- leak a file descriptor.
19020         * lib/utime.c: Include <unistd.h> and <errno.h>.
19021         (utime_null): Be sure to close `fd' and to preserve errno.
19022         Reported by Geoff Collyer via Arnold Robbins.
19023
19024 2003-11-17  Bruno Haible  <bruno@clisp.org>
19025
19026         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
19027         (Depends-on): Add xsize.
19028
19029 2003-11-17  Bruno Haible  <bruno@clisp.org>
19030
19031         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
19032
19033 2003-11-17  Bruno Haible  <bruno@clisp.org>
19034
19035         * lib/vasnprintf.c (alloca): Remove fallback definition.
19036         (freea): Remove definition.
19037         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
19038         Reported by Paul Eggert.
19039
19040 2003-11-16  Paul Eggert  <eggert@twinsun.com>
19041             Bruno Haible  <bruno@clisp.org>
19042
19043         Protect against address arithmetic overflow.
19044         * lib/printf-args.h: Include stddef.h.
19045         (arguments): Change type of field 'count' to size_t.
19046         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
19047         'unsigned int' where appropriate.
19048         * lib/printf-parse.h: Include sys/types.h.
19049         (char_directive): Change type of *arg_index fields to ssize_t.
19050         (char_directives): Change type of fields 'count', max_*_length to
19051         size_t.
19052         * lib/printf-parse.c: Include sys/types.h and xsize.h.
19053         (SSIZE_MAX): Define fallback value.
19054         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
19055         instead of 'int' where appropriate. Check a_allocated, d_allocated
19056         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
19057         * lib/vasnprintf.c: Include xsize.h.
19058         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
19059         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
19060         overflow. Avoid wraparound when converting a width or precision from
19061         decimal to binary.
19062
19063 2003-11-16  Bruno Haible  <bruno@clisp.org>
19064
19065         Update from GNU gettext.
19066         * lib/printf-parse.c: Generalize to it can be compiled for wide
19067         strings.
19068         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
19069         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
19070         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
19071         SNPRINTF): New macros.
19072         Don't include <alloca.h> if the file is used inside libintl.
19073         (local_wcslen): New function, for Solaris 2.5.1.
19074         (VASNPRINTF): Use it instead of wcslen.
19075
19076 2003-11-16  Bruno Haible  <bruno@clisp.org>
19077
19078         * lib/xsize.h (xmax): New function.
19079         (xsum, xsum3, xsum4): Declare as "pure" functions.
19080
19081 2003-11-12  Paul Eggert  <eggert@twinsun.com>
19082
19083         * modules/xalloc (Files): Undo latest change, since xalloc.h
19084         no longer needs SIZE_MAX or PTRDIFF_MAX.
19085
19086 2003-11-12  Paul Eggert  <eggert@twinsun.com>
19087
19088         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
19089         gl_PTRDIFF_MAX.
19090
19091 2003-11-12  Paul Eggert  <eggert@twinsun.com>
19092
19093         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
19094         "return", to pacify some unknown compiler.  Problem reported
19095         by Joerg Schilling.
19096
19097 2003-11-12  Paul Eggert  <eggert@twinsun.com>
19098
19099         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
19100         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
19101         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
19102         heuristic is just as accurate as far as we know, and it removes a
19103         dependency on size_max.m4 and ptrdiff_max.m4.
19104
19105 2003-11-11  Bruno Haible  <bruno@clisp.org>
19106
19107         * modules/xsize (Files): Add m4/size_max.m4.
19108         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
19109
19110 2003-11-11  Bruno Haible  <bruno@clisp.org>
19111
19112         * m4/size_max.m4: New file.
19113         * m4/ptrdiff_max.m4: New file.
19114         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
19115         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
19116         (gl_XALLOC): Invoke it.
19117
19118 2003-11-11  Bruno Haible  <bruno@clisp.org>
19119
19120         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
19121         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
19122         defined.
19123
19124 2003-11-10  Paul Eggert  <eggert@twinsun.com>
19125
19126         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
19127         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
19128         rejected some allocations of exactly SIZE_MAX - 2 bytes.
19129         From Bruno Haible.
19130         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
19131         not (size_t) -1, since it's defined here.
19132
19133 2003-11-09  Karl Berry  <karl@gnu.org>
19134
19135         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
19136
19137 2003-11-06  Paul Eggert  <eggert@twinsun.com>
19138
19139         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
19140         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
19141         Reject sizes of exactly SIZE_MAX bytes.
19142         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
19143         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
19144
19145 2003-11-05  Bruno Haible  <bruno@clisp.org>
19146
19147         * lib/xsize.h: Include limits.h, to avoid a possible collision with
19148         SIZE_MAX defined in <limits.h> on Solaris.
19149
19150 2003-11-04  Jim Meyering  <jim@meyering.net>
19151
19152         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
19153         variable names, rather than @VAR@.
19154         * modules/poll: Likewise.
19155
19156 2003-11-04  Bruno Haible  <bruno@clisp.org>
19157
19158         * modules/xsize: New file.
19159         * modules/linebreak: Depend on xsize.
19160         * MODULES.html.sh (func_all_modules): Add xsize.
19161
19162 2003-11-04  Bruno Haible  <bruno@clisp.org>
19163
19164         * m4/xsize.m4: New file.
19165
19166 2003-11-04  Bruno Haible  <bruno@clisp.org>
19167
19168         * lib/xsize.h: New file.
19169         * lib/linebreak.c: Include xsize.h.
19170         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
19171         argument for overflow.
19172         Suggested by Paul Eggert.
19173
19174 2003-11-03  Karl Berry  <karl@gnu.org>
19175
19176         * config/config.{guess,sub}: update from config.
19177
19178 2003-11-03  Jim Meyering  <jim@meyering.net>
19179
19180         * modules/userspec (lib_SOURCES): Add userspec.h.
19181         (Include): Add "userspec.h".
19182         Improve description.
19183
19184 2003-11-03  Jim Meyering  <jim@meyering.net>
19185
19186         * lib/userspec.c: Include "userspec.h".
19187         * lib/userspec.h: New file.
19188
19189 2003-11-03  Bruno Haible  <bruno@clisp.org>
19190
19191         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
19192
19193 2003-11-03  Bruno Haible  <bruno@clisp.org>
19194
19195         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
19196         available, to avoid (extremely rare) race condition.
19197         Suggested by Paul Eggert.
19198
19199 2003-11-02  Karl Berry  <karl@gnu.org>
19200
19201         * config/srclist.txt (vasprintf.c): sync broken, sigh.
19202
19203 2003-10-31  Paul Eggert  <eggert@twinsun.com>
19204
19205         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
19206         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
19207         (read_filesystem_list): Set and use me_type_malloced.
19208         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
19209         whatever the type happens to be), for brevity and consistency.
19210         Check for size calculation overflow on Alphas running OSF/1.
19211
19212 2003-10-31  Jim Meyering  <jim@meyering.net>
19213
19214         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
19215
19216         * lib/linebuffer.c: Include <string.h> for declaration of memset.
19217
19218 2003-10-30  Paul Eggert  <eggert@twinsun.com>
19219             Bruno Haible  <bruno@clisp.org>
19220
19221         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
19222         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
19223
19224 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
19225
19226         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
19227         netbsd*-gnu*.  Suggested by Robert Millan.
19228
19229 2003-10-29  Paul Eggert  <eggert@twinsun.com>
19230
19231         * modules/group-member: Depend on stdbool.
19232
19233 2003-10-29  Paul Eggert  <eggert@twinsun.com>
19234
19235         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
19236
19237 2003-10-29  Paul Eggert  <eggert@twinsun.com>
19238
19239         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
19240         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
19241         after the 'gnu' in these cases.  This fixes some bugs in the
19242         previous change, and is based on suggestions by Robert Millan.
19243
19244 2003-10-29  Paul Eggert  <eggert@twinsun.com>
19245
19246         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
19247         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
19248         no longer needed.
19249         * lib/quotearg.c (quotearg_n_options): Use it.
19250         * lib/group-member.c: Include <stdbool.h>.
19251         (free_group_info): Arg is now const *; don't free arg.
19252         (get_group_info): Now returns bool and accepts struct group_info *,
19253         rather than returning a malloc'ed struct group_info *.
19254         All uses changed.  Check for overflow in internal size calculation.
19255
19256         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
19257         rather than xmalloc/xrealloc.
19258         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
19259         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
19260         conformance bug: the old code used a pointer after freeing the
19261         storage that it addressed.
19262         * lib/hash.c (hash_initialize): Simplify the code by using
19263         xalloc_oversized rather than doing it by hand.
19264         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
19265         the buffer preserved.  Use free and xmalloc instead.
19266         * lib/quotearg.c (quotearg_n_options): Likewise.
19267         Use a simpler test for size overflow.  Don't use xalloc_oversized
19268         because unsigned int might be wider than size_t (!); this suggests
19269         that we should switch from unsigned int to size_t for slot numbers.
19270
19271 2003-10-28  Paul Eggert  <eggert@twinsun.com>
19272
19273         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
19274         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
19275         NetBSD kernels.  Requested by Richard Stallman.
19276
19277 2003-10-27  Paul Eggert  <eggert@twinsun.com>
19278
19279         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
19280         to allocate the returned structure.  Do not allocate a subarray,
19281         as x2nrealloc will do that.
19282         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
19283         instead of xnrealloc.
19284         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
19285
19286 2003-10-27  Bruno Haible  <bruno@clisp.org>
19287
19288         * lib/stdbool_.h: Better support for BeOS.
19289
19290 2003-10-26  Paul Eggert  <eggert@twinsun.com>
19291
19292         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
19293         now uses inline.
19294
19295 2003-10-26  Paul Eggert  <eggert@twinsun.com>
19296
19297         * lib/xalloc.h (xalloc_oversized): New static inline function, for
19298         callers that want to do their own size-overflow checking.  Include
19299         <stdbool.h>, since xalloc_oversized returns bool.
19300         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
19301         to use xalloc_oversized.
19302
19303         Add two functions x2realloc, x2nrealloc, for programs that grow
19304         arrays dynamically by doubling their sizes.
19305         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
19306         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
19307         New functions.
19308
19309         Port to C99 semantics for 'inline' of external functions.
19310         Bug reported by Bruno Haible.
19311         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
19312         with the old contents of xnmalloc.
19313         (xnmalloc, xmalloc): Use it.
19314         (xnrealloc_inline): New static inline function,
19315         with the old contents of xnrealloc.
19316         (xnrealloc, xrealloc): Use it.
19317
19318         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
19319         that.
19320
19321 2003-10-26  Karl Berry  <karl@gnu.org>
19322
19323         * config/srclist.txt (COPYING.DOC): no longer available from
19324         /gd/gnuorg; don't know where the ultimate source is.
19325
19326 2003-10-25  Paul Eggert  <eggert@twinsun.com>
19327
19328         Fix several address-calculation bugs in the hash modules,
19329         plus some minor code cleanup.
19330
19331         * lib/hash.h: Include <stdbool.h>, for bool.
19332         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
19333         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
19334         hash_get_n_entries, hash_get_max_bucket_length,
19335         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
19336         hash_rehash): Use size_t rather than unsigned.
19337         * lib/hash.c (struct hash_table, hash_get_n_buckets,
19338         hash_get_n_buckets_used, hash_get_n_entries,
19339         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
19340         hash_get_entries, hash_do_for_each, hash_string, is_prime,
19341         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
19342         Likewise.
19343         (SIZE_MAX): Define if not defined.
19344         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
19345         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
19346         hash_print):
19347         Use const * when possible.
19348         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
19349         (check_tuning): Fix bug: if tuning parameters were very close to
19350         0 or 1, rounding errors could have caused subscript violations.
19351         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
19352         (hash_initialize): Add 'fail:' label
19353         to free table and return NULL, and use it to simplify code.
19354         Use calloc rather than clearing the storage ourself.
19355         (hash_initialize, hash_rehash): Check for arithmetic overflow in
19356         buffer size calculations.
19357         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
19358         Include <stddef.h>, for size_t.
19359         * lib/hash-pjw.c (hash_pjw): Likewise.
19360         Switch to method described by Bruno Haible.
19361         Include <limits.h>, for CHAR_BIT.
19362         (SIZE_BITS): New macro.
19363
19364 2003-10-23  Paul Eggert  <eggert@twinsun.com>
19365
19366         * m4/getline.m4 (AM_FUNC_GETLINE):
19367         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
19368         hosts.  Problem reported by Derek Robert Price in
19369         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
19370         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
19371         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
19372
19373 2003-10-21  Paul Eggert  <eggert@twinsun.com>
19374
19375         * lib/getndelim2.c (getndelim2): When size calculation overflows,
19376         ceiling the allocation at NMAX bytes rather than silently
19377         discarding input bytes before NMAX is reached.  This makes
19378         a difference only if NMAX exceeds SIZE_MAX / 2.
19379
19380         * lib/obstack.c: Merge from glibc.
19381         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
19382         Add libc_hidden_def (_obstack_newchunk).
19383         (_obstack_free) [! defined _LIBC]: Remove.
19384         [defined _LIBC]: Make a strong alias from obstack_free, rather than
19385         a clone of the function body.
19386         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
19387         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
19388
19389         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
19390         glibc.
19391         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
19392         arg to memcpy.
19393
19394         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
19395         (obstack_ptr_grow_fast, obstack_int_grow_fast):
19396         Don't use lvalue casts, as GCC plans to remove support for them
19397         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
19398         was also present in the non-GCC version, indicating that this
19399         code had always been buggy and had never been widely used.
19400         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
19401         Use the fast variant of each macro, rather than copying the
19402         definiens of the fast variant; that way, we'll be more likely to
19403         catch future bugs in the fast variants.
19404
19405 2003-10-20  Bruno Haible  <bruno@clisp.org>
19406
19407         * modules/wait-process: New file.
19408         * MODULES.html.sh (func_all_modules): Add wait-process.
19409
19410 2003-10-20  Bruno Haible  <bruno@clisp.org>
19411
19412         * m4/wait-process.m4: New file.
19413
19414 2003-10-20  Bruno Haible  <bruno@clisp.org>
19415
19416         * lib/wait-process.h: New file, from GNU gettext.
19417         * lib/wait-process.c: New file, from GNU gettext.
19418
19419 2003-10-19  Jim Meyering  <jim@meyering.net>
19420
19421         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
19422         HPUX 10.20.
19423
19424 2003-10-18  Karl Berry  <karl@gnu.org>
19425
19426         * config/config.guess: update from config.
19427
19428 2003-10-16  Paul Eggert  <eggert@twinsun.com>
19429
19430         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
19431         (getgroups): First arg is int, not size_t.
19432         Don't let 'free' mangle errno.
19433
19434 2003-10-16  Paul Eggert  <eggert@twinsun.com>
19435
19436         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
19437
19438 2003-10-16  Karl Berry  <karl@gnu.org>
19439
19440         * config/config.{guess,sub}: update from config.
19441
19442 2003-10-16  Jim Meyering  <jim@meyering.net>
19443
19444         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
19445         memcpy.
19446
19447 2003-10-15  Paul Eggert  <eggert@twinsun.com>
19448
19449         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
19450         (SIZE_MAX): Remove.
19451         (new_exclude, add_exclude_file): Initial size no longer needs to
19452         be a power of 2.
19453         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
19454         our own address arithmetic overflow checking.
19455
19456         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
19457         (fnmatch): Do not alloca more than 2000 wide characters;
19458         instead, use malloc for large buffers.
19459         Check for address arithmetic overflow, and return -1
19460         with errno set to ENOMEM in that case.
19461         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
19462         (NEW_PATTERN): Do not alloca more than 8000 bytes;
19463         instead, return -1.  Check for address arithmetic overflow.
19464
19465 2003-10-14  Paul Eggert  <eggert@twinsun.com>
19466
19467         Handle invalid suffixes and overflow independently, so that
19468         callers can treat them independently as needed.  Fix some bugs in
19469         suffix handling, e.g., "100k@" was not diagnosed as an invalid
19470         suffix for a human-readable blocksize.  The major caller-visible
19471         change is the addition of a new
19472         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
19473         that both overflow and suffix chars were found.
19474
19475         * lib/human.c (humblock): Don't check separately for invalid suffix
19476         char; that is xstrtoumax's job (now that its bug is fixed).
19477         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
19478         INTMAX_MAX]: New macros.
19479         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
19480         TYPE_MAXIMUM): New macros.
19481         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
19482         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
19483         if overflow occurs, as it's what __strtol does and it's more useful
19484         in practice.
19485         (__xstrtol): If __strtol reports some error other than ERANGE,
19486         reflect it to the caller as LONGINT_INVALID.  If it reports
19487         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
19488         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
19489         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
19490         value.
19491         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
19492         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
19493         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
19494         [defined UINTMAX_MAX]: New macros.
19495
19496 2003-10-14  Bruno Haible  <bruno@clisp.org>
19497
19498         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
19499
19500 2003-10-14  Bruno Haible  <bruno@clisp.org>
19501
19502         * m4/sig_atomic_t: New file, from GNU gettext.
19503         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
19504
19505 2003-10-14  Bruno Haible  <bruno@clisp.org>
19506
19507         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
19508         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
19509         Also use volatile where needed.
19510
19511 2003-10-12  Paul Eggert  <eggert@twinsun.com>
19512
19513         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
19514         Change maintainer from Bruno Haible to 'all'.
19515
19516 2003-10-12  Paul Eggert  <eggert@twinsun.com>
19517
19518         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
19519
19520 2003-10-12  Paul Eggert  <eggert@twinsun.com>
19521
19522         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
19523         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
19524         and define in terms of the other primitives.
19525         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
19526         (SIZE_MAX): Define if not already defined.
19527         (array_size_overflow): New function.
19528         (xalloc_die): Abort instead of exiting if 'error' returns.
19529         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
19530         (xmalloc, xrealloc): Use them.
19531         (xcalloc): Check for address arithmetic overflow.
19532         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
19533         a bit faster than strcpy.
19534
19535 2003-10-10  Simon Josefsson  <jas@extundo.com>
19536
19537         * modules/argp (Depends-on): Add restrict and strcase.
19538
19539 2003-10-10  Simon Josefsson  <jas@extundo.com>
19540
19541         * m4/argp.m4: Add AC_C_INLINE.
19542
19543 2003-10-08  Paul Eggert  <eggert@twinsun.com>
19544
19545         Merge getpass from libc, plus a few fixes.
19546
19547         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
19548         Include <stdbool.h>.
19549         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
19550         __fsetlocking to empty.
19551         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
19552         do include <bits/libc-lock.h>.
19553         Do not include <fcntl.h>; not needed.
19554         [_LIBC]: Include <wchar.h>.
19555         (NOTCANCEL_MODE): New macro.
19556         (flockfile, funlockfile) [_LIBC]: New macros.
19557         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
19558         [!_LIBC]: New macros.
19559         (call_fclose): New function.
19560         (getpass): Use it.  Save tty stream separately; this simplifies the
19561         code and makes it more reliable if stdin happens to equal stdout.
19562         Invoke __fsetlocking on tty.
19563         Handle thread cancellation if needed.
19564         Namespace cleanup (use __tcgetattr, __getline).
19565         Use bool for Booleans.
19566         [USE_IN_LIBIO]: Handle wide streams.
19567         [!_LIBC]: Unconditionally do the fseek, since we don't know what
19568         stream might go where.
19569
19570         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
19571         doesn't have to include <stdio.h> before us.
19572         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
19573         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
19574         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
19575         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
19576         if not declared, so that we can use getpass.c code from libc without
19577         rewriting it.
19578         (flockfile, ftrylockfile, funlockfile): New macros.
19579
19580 2003-10-08  Paul Eggert  <eggert@twinsun.com>
19581
19582         * modules/getpass: Depend on stdbool.
19583
19584 2003-10-08  Paul Eggert  <eggert@twinsun.com>
19585
19586         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
19587
19588 2003-10-07  Karl Berry  <karl@gnu.org>
19589
19590         * config/config.{guess,sub}: update from config.
19591
19592 2003-10-06  Jim Meyering  <jim@meyering.net>
19593             Bruno Haible  <bruno@clisp.org>
19594
19595         This lets translators provide better translations for the
19596         "Written by ..." part of --version output.
19597         * lib/version-etc.h: Include stdarg.h.
19598         (version_etc_copyright): Declare as readonly.
19599         (version_etc): Make this function variadic with a NULL-terminated list
19600         of author name strings.
19601         (version_etc_va): New declaration.
19602         * lib/version-etc.c: Include stdarg.h, stdlib.h.
19603         (version_etc_copyright): Declare as readonly.
19604         (version_etc_va): New function. Provide a different translatable string
19605         for each possible number of authors < 10. Abbreviate when there are 10
19606         authors or more.
19607         (version_etc): Make this function variadic. Call version_etc_va.
19608         Suggestion from Gary V. Vaughan.
19609
19610         * lib/long-options.h (parse_long_options): Change prototype: the
19611         authors string is moved to the end and becomes variadic.
19612         * lib/long-options.c: Include stdarg.h.
19613         (parse_long_options): Make this function variadic, too.
19614         Call version_etc_va, not version_etc.
19615
19616 2003-10-06  Bruno Haible  <bruno@clisp.org>
19617
19618         * modules/version-etc-2: Remove file.
19619         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
19620
19621 2003-10-06  Bruno Haible  <bruno@clisp.org>
19622
19623         * modules/fatal-signal: New file.
19624         * MODULES.html.sh (func_all_modules): Add fatal-signal.
19625
19626 2003-10-06  Bruno Haible  <bruno@clisp.org>
19627
19628         * m4/fatal-signal.m4: New file.
19629         * m4/signalblocking.m4: New file, from GNU gettext.
19630
19631 2003-10-06  Bruno Haible  <bruno@clisp.org>
19632
19633         * lib/version-etc-2.h: Remove file.
19634         * lib/version-etc-2.c: Remove file.
19635
19636 2003-10-06  Bruno Haible  <bruno@clisp.org>
19637
19638         * lib/fatal-signal.h: New file, from GNU gettext.
19639         * lib/fatal-signal.c: New file, from GNU gettext.
19640
19641 2003-10-05  Paul Eggert  <eggert@twinsun.com>
19642
19643         * README: Rework advice for preventing empty .o files.
19644         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
19645         not <sys/types.h>.
19646
19647 2003-10-04  Karl Berry  <karl@gnu.org>
19648
19649         * lib/argp*: update from libc.
19650
19651 2003-10-04  Karl Berry  <karl@gnu.org>
19652
19653         * config/config.{guess,sub}: update from config.
19654
19655 2003-10-02  Bruno Haible  <bruno@clisp.org>
19656
19657         * modules/lchown (Include): Add lchown.h.
19658         * modules/time_r (Include): Use "..." syntax.
19659         * modules/xgetdomainname (Include): Add xgetdomainname.h.
19660
19661 2003-10-01  Simon Josefsson  <jas@extundo.com>
19662
19663         * MODULES.html.sh (func_all_modules): Move gethostname from section
19664         'based on' to section 'lacking' POSIX:2001.
19665
19666 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
19667
19668         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
19669         to output mode on the same stream.
19670
19671 2003-09-29  Paul Eggert  <eggert@twinsun.com>
19672
19673         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
19674         Fix arg typo in previous patch.
19675
19676 2003-09-28  Jim Meyering  <jim@meyering.net>
19677
19678         * lib/error.c: Correct cpp indentation.
19679
19680 2003-09-27  Paul Eggert  <eggert@twinsun.com>
19681
19682         * modules/free: New file.
19683
19684 2003-09-27  Paul Eggert  <eggert@twinsun.com>
19685
19686         * m4/free.m4: New file.
19687
19688 2003-09-27  Paul Eggert  <eggert@twinsun.com>
19689
19690         * lib/minmax.h (MIN, MAX)
19691         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
19692         Omit the special code that used __typeof__, since we worry that
19693         it could be more trouble than it's worth.  See:
19694         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
19695         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
19696
19697         * lib/free.c: New file.
19698
19699 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
19700
19701         Trivial fixes to Makefile.am parts of module listings.
19702         * modules/strstr: Append strstr.h to lib_SOURCES.
19703         * modules/strcase: Likewise, for strcase.h.
19704
19705 2003-09-27  Karl Berry  <karl@gnu.org>
19706
19707         * config/mkinstalldirs: update from automake.
19708
19709 2003-09-26  Paul Eggert  <eggert@twinsun.com>
19710
19711         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
19712         (error_tail): Do not loop, reallocating temporary buffer, since
19713         the output cannot contain more wide characters than the input
19714         contains bytes, the size must be big enough already.  This avoids
19715         one potential size overflow calculation.  Check for size overflow
19716         when calculating temporary buffer size.  Free temporary buffer
19717         when done, if it was allocated with malloc; this plugs a memory
19718         leak.  Remove casts from void * to pointers, that are no longer
19719         needed now that we're assuming C89 or better.
19720
19721         Merge error changes from glibc.
19722
19723         * lib/error.c, error.h: Update copyright notice header to match glibc.
19724         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
19725         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
19726         Disable cancellation while printing error.
19727         * lib/error.h: Prepend __ to parameter names.
19728
19729 2003-09-26  Jim Meyering  <jim@meyering.net>
19730
19731         * lib/error.c (error_tail): Move some declarations
19732         into inner scope where the local variables are used.
19733
19734 2003-09-26  Bruno Haible  <bruno@clisp.org>
19735
19736         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
19737         stpncpy().
19738         Don't define stpncpy through config.h; it's now done through stpncpy.h.
19739
19740 2003-09-26  Bruno Haible  <bruno@clisp.org>
19741
19742         * lib/stpncpy.h (gnu_stpncpy): New declaration.
19743         (stpncpy): Define as alias for gnu_stpncpy.
19744         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
19745
19746 2003-09-25  Simon Josefsson  <jas@extundo.com>
19747
19748         * lib/xgetdomainname.h: New file.
19749         * lib/xgetdomainname.c: New file.
19750
19751 2003-09-25  Simon Josefsson  <jas@extundo.com>
19752             Bruno Haible  <bruno@clisp.org>
19753
19754         * modules/getdomainname: New file.
19755         * modules/xgetdomainname: New file.
19756         * MODULES.html.sh (func_all_modules): Add getdomainname,
19757         xgetdomainname.
19758
19759 2003-09-25  Simon Josefsson  <jas@extundo.com>
19760             Bruno Haible  <bruno@clisp.org>
19761
19762         * m4/getdomainname.m4: New file.
19763
19764 2003-09-25  Simon Josefsson  <jas@extundo.com>
19765             Bruno Haible  <bruno@clisp.org>
19766
19767         * lib/getdomainname.h: New file.
19768         * lib/getdomainname.c: New file.
19769
19770 2003-09-25  Karl Berry  <karl@gnu.org>
19771
19772         * lib/argp-fmtstream.c, argp-help.c: update from libc.
19773
19774 2003-09-25  Karl Berry  <karl@gnu.org>
19775
19776         * config/install-sh: update from automake.
19777
19778 2003-09-25  Bruno Haible  <bruno@clisp.org>
19779
19780         * modules/version-etc-2: New file, from modules/version-etc with
19781         modifications.
19782         * MODULES.html.sh (func_all_modules): Add version-etc-2.
19783
19784 2003-09-25  Bruno Haible  <bruno@clisp.org>
19785
19786         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
19787         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
19788
19789 2003-09-24  Simon Josefsson  <jas@extundo.com>
19790
19791         * modules/xgethostname: Add xgethostname.h.
19792
19793 2003-09-24  Paul Eggert  <eggert@twinsun.com>
19794
19795         * lib/linebuffer.c (freebuffer): Don't free the argument, just
19796         the buffer associated with the argument.  Bug reported by
19797         Simon Josefsson.
19798
19799 2003-09-24  Paul Eggert  <eggert@twinsun.com>
19800
19801         * README: Document assumptions that 'int' is at least 32 bits
19802         wide, that integer arithmetic is 2's complement without overflow,
19803         that there are no holes in integer values, that adding sizes of
19804         two nonoverlapping objects can't overflow, and that all-bits-zero
19805         yields scalar zero.  Fix spelling and capitalization typos.
19806
19807 2003-09-19  Karl Berry  <karl@gnu.org>
19808
19809         * lib/argp.h: update from libc.
19810
19811 2003-09-17  Paul Eggert  <eggert@twinsun.com>
19812
19813         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
19814         to avoid spurious warnings like "AC_RUN_IFELSE was called before
19815         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
19816
19817 2003-09-17  Paul Eggert  <eggert@twinsun.com>
19818
19819         * gnulib-tool: Use "test -h", not "test -L", for portability
19820         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
19821         (tags_regexp): Remove, since \| doesn't conform to POSIX.
19822         (sed_extract_prog): Issue s commands one-by-one, rather than
19823         using \| in one s command.
19824
19825 2003-09-16  Paul Eggert  <eggert@twinsun.com>
19826
19827         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
19828         input error, instead of returning NULL the next time we are called
19829         (and therefore losing track of errno).
19830
19831 2003-09-16  Bruno Haible  <bruno@clisp.org>
19832
19833         * gnulib-tool (func_create_testdir): Warn about duplicated
19834         dependencies.
19835
19836 2003-09-15  Paul Eggert  <eggert@twinsun.com>
19837
19838         * modules/argmatch, modules/fatal, modules/obstack,
19839         modules/xalloc, modules/xgethostname: Sort dependencies by
19840         importance, not alphabetically.
19841
19842 2003-09-15  Paul Eggert  <eggert@twinsun.com>
19843
19844         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
19845         fails, so that the caller gets the proper errno.
19846
19847         * lib/readutmp.c (read_utmp): Likewise.
19848         Check for fstat error.  Close stream and free storage
19849         when failing.
19850
19851 2003-09-14  Karl Berry  <karl@gnu.org>
19852
19853         * config/srclist.txt (strdup.c): disable for c89 changes.
19854
19855 2003-09-14  Jim Meyering  <jim@meyering.net>
19856
19857         * lib/getloadavg.c: Correct cpp indentation.
19858         * lib/strdup.c: Likewise.
19859         * lib/vasnprintf.c: Likewise.
19860
19861 2003-09-14  Bruno Haible  <bruno@clisp.org>
19862
19863         * modules/fwriteerror: New file.
19864         * MODULES.html.sh (func_all_modules): Add fwriteerror.
19865
19866 2003-09-14  Bruno Haible  <bruno@clisp.org>
19867
19868         * lib/fwriteerror.h: New file.
19869         * lib/fwriteerror.c: New file.
19870
19871 2003-09-12  Paul Eggert  <eggert@twinsun.com>
19872
19873         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
19874         modules/xgethostname, modules/xalloc: Depend on exit.
19875
19876 2003-09-12  Paul Eggert  <eggert@twinsun.com>
19877
19878         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
19879
19880         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
19881         and AC_MINIX, too, so that their extensions are available.
19882
19883         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
19884         This macro has been superseded by gl_BACKUPFILE.
19885
19886         More patches to assume C89 or better.
19887
19888         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
19889
19890         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
19891         unconditionally.
19892         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
19893         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
19894         Include <string.h>, <stdlib.h> unconditionally.
19895         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
19896         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
19897         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
19898         headers or for string.h.
19899         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
19900         or strtoul.
19901
19902         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
19903         headers.
19904         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
19905         * m4/userspec.m4 (gl_USERSPEC): Likewise.
19906         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
19907         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
19908         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
19909         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
19910         memcpy, memset.
19911         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
19912         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
19913         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
19914         strtol.
19915         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
19916         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
19917         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
19918         strtoul.
19919
19920 2003-09-12  Paul Eggert  <eggert@twinsun.com>
19921
19922         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
19923         * lib/obstack.c [!defined _LIBC]: Likewise.
19924         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
19925         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
19926         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
19927
19928         More changes to assume C89 or better.
19929
19930         * lib/error.c (error_tail): Assume vprintf.
19931
19932         * lib/argmatch.c (getenv): Remove decl.
19933         * lib/progreloc.c (get_full_program_name): Define via prototype.
19934         * lib/setenv.c (clearenv): Likewise.
19935         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
19936         needed.
19937         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
19938         (malloc, memcpy): Remove decls.
19939         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
19940         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
19941         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
19942         (memcpy): Remove macro.
19943         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
19944         (__P): Remove.  All uses removed.
19945         (PTR): Remove.  All uses changed to void *.
19946         (CHAR_BIT, NULL): Remove.
19947         (spaces, zeros, memset_space, memset_zero)
19948         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
19949         Remove.
19950         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
19951         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
19952         Define with prototype.
19953         Remove now-unnecessary prototype decl.
19954         (extra_args_spec): Assume ANSI C.  All uses changed.
19955         (extra_args_spec_iso): Remove.
19956         (my_strftime, emacs_strftimeu): Define via prototype.
19957         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
19958         unconditionally.
19959         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
19960         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
19961         (strtoul, strtol): Remove decls.
19962         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
19963         LONG_MAX): Remove.
19964         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
19965         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
19966         (LOCALE_PARAM_PROTO): New macro.
19967         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
19968         (INTERNAL (strtol), strtol): Define with a prototype.
19969         (PARAMS): Remove.  All uses removed.
19970         * lib/tempname.c: Include <string.h> unconditionally.
19971         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
19972         * lib/xgethostname.c (main): Define with a prototype.
19973         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
19974         Include <stdlib.h> unconditionally.
19975         (calloc, malloc, realloc, free): Remove decls.
19976         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
19977         Include <stdlib.h> unconditionally.  Sort include file names.
19978         (strtod): Remove.
19979         (xstrtod): Define with a prototype.
19980         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
19981         (strtol, strtoul): Remove decls.
19982
19983 2003-09-11  Paul Eggert  <eggert@twinsun.com>
19984
19985         More patches to assume C89 or better.
19986         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
19987         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
19988         string.h, memchr, STDC_HEADERS.
19989
19990 2003-09-11  Paul Eggert  <eggert@twinsun.com>
19991
19992         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
19993         Include <stdlib.h>, <string.h> unconditionally.
19994         Remove now-unnecessary cast to char *.
19995         * lib/strnlen.c: Include <string.h> unconditionally.
19996         * lib/yesno.c (yesno): Define with a prototype.
19997
19998 2003-09-11  Bruno Haible  <bruno@clisp.org>
19999
20000         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
20001
20002 2003-09-10  Jim Meyering  <jim@meyering.net>
20003
20004         * lib/error.c: Correct indentation of cpp directives.
20005
20006 2003-09-10  Bruno Haible  <bruno@clisp.org>
20007
20008         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
20009         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
20010         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
20011         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
20012         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
20013         <stdlib.h> and <string.h> checks.
20014         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
20015         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
20016
20017 2003-09-10  Bruno Haible  <bruno@clisp.org>
20018
20019         * lib/strcspn.c: Include <string.h> unconditionally.
20020         * lib/strpbrk.c: Include <string.h> unconditionally.
20021         * lib/strstr.c: Include <string.h> unconditionally.
20022         * lib/unicodeio.c: Include <string.h> unconditionally.
20023         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
20024         * lib/unsetenv.c: Likewise.
20025         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
20026         * lib/yesno.c: Include <stdlib.h> unconditionally.
20027         (rpmatch): Add prototype.
20028
20029 2003-09-09  Paul Eggert  <eggert@twinsun.com>
20030
20031         More patches to assume C89 or better.
20032         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
20033         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
20034         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
20035         or for string.h.
20036         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
20037         stdlib.h.
20038         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
20039         C headers.
20040         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
20041         string.h.
20042         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
20043         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
20044         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
20045         or for string.h.
20046         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
20047         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
20048         C headers.
20049         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
20050         memcpy.
20051         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
20052         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
20053         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
20054         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
20055         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
20056         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
20057         string.h, free.
20058         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
20059         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
20060         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
20061         C headers, or for string.h.
20062         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
20063         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
20064         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
20065         headers, memory.h, stdlib.h, string.h, strings.h.
20066         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
20067         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
20068         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
20069         strchr.
20070         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
20071         headers, memory.h, string.h.
20072         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
20073         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
20074         free.
20075         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
20076         headers.
20077         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
20078         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
20079         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
20080         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
20081         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
20082
20083 2003-09-09  Paul Eggert  <eggert@twinsun.com>
20084
20085         More K&R removal.
20086
20087         * lib/acosl.c (main): Use a prototype.
20088         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
20089         tanl.c: Likewise.
20090
20091         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
20092
20093         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
20094         (getopt, etopt_long, getopt_long_only, _getopt_internal)
20095         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
20096         with a prototype.
20097         * lib/getopt.c (const): Remove macro.
20098         Include <string.h> unconditionally.
20099         (my_index): Remove; all uses changed to strchr.
20100         (strlen): Remove decl.
20101         (exchange): Remove forward decl; no longer needed.
20102         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
20103         Define with prototype.
20104         * lib/getopt1.c (const): Remove macro.
20105         (getopt_long, getopt_long_only, main): Define with prototype.
20106
20107         * lib/getugroups.c: Include <string.h> unconditionally.
20108
20109         * lib/getusershell.c: Include <stdlib.h> unconditionally.
20110         (getusershell, setusershell, endusershell, readname, main):
20111         Define with prototypes.
20112
20113         * lib/group-member.c: Include group-member.h first.
20114         Include <stdlib.h> unconditionally.
20115
20116         * lib/hard-locale.c: Include hard-locale.h first.
20117         Include <stdlib.h>, <string.h> unconditionally.
20118
20119         * lib/hash.c (free, malloc): Remove decls.
20120         Include <stdlib.h> unconditionally.
20121
20122         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
20123         (getenv): Do not declare.
20124
20125         * lib/idcache.c: Include <string.h> unconditionally.
20126
20127         * lib/long-options.c: Include long-options.h first, to test interface.
20128         Include <stdlib.h> unconditionally.
20129
20130         * lib/makepath.c: Include makepath.h first, to test interface.
20131         Include <stdlib.h> and <string.h> unconditionally.
20132
20133         * lib/linebuffer.c: Include <stdlib.h>.
20134         (free): Remove decl.
20135
20136         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
20137         stddef.h. rpl_malloc returns void *, not char *.
20138         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
20139         prototype.
20140
20141         * lib/md5.h: Include <limits.h> unconditionally.
20142         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
20143         (__P): Remove; all uses removed.
20144         * lib/md5.c: Include "md5.h" first.
20145         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
20146         md5_buffer, md5_process_bytes, md5_process_block):
20147         Define with prototypes.
20148         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
20149         * lib/sha.c: Include "sha.h" first.
20150         Include <stdlib.h>, <string.h> unconditionally.
20151
20152         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
20153         * lib/memcmp.c (__ptr_t): Likewise.
20154         * lib/memrchr.c (__ptr_t): Likewise.
20155         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
20156         Include <string.h> unconditionally.
20157         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
20158         * lib/memchr.c: Include <stdlib.h> unconditionally.
20159         * lib/memchr.c (LONG_MAX): Remove.
20160         * lib/memrchr.c (LONG_MAX): Likewise.
20161         * lib/memchr.c (__memchr): Define via a prototype.
20162         * lib/memrchr.c (__memrchr): Likewise.
20163         * lib/memcmp.c (__P): Remove, and remove all uses.
20164         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
20165         Remove forward decls; no longer needed.
20166         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
20167         Use types required by C89 in prototype.
20168
20169         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
20170         * lib/savedir.c: Likewise.
20171         * lib/mkdir.c (free): Remove decl.
20172         * lib/rmdir.c (rmdir): Define with a prototype.
20173         * lib/savedir.c: Include savedir.h first, to test interface.
20174
20175         * lib/mktime.c (STDC_HEADERS): Remove.
20176         Include <stdlib.h>, <string.h> unconditionally.
20177
20178         * lib/modechange.c: Include <stdlib.h> unconditionally.
20179         (malloc): Remove decl.
20180
20181         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
20182         (free): Remove decl.
20183
20184         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
20185         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
20186         (This type really should be intptr_t, but that's a C99ism.)
20187         (_obstack_memcpy): Remove: all uses changed to memcpy.
20188         Include <string.h> unconditionally.
20189         (struct obstack): Assume __STDC__ for types of members
20190         chunkfun, freefun, extra_arg.
20191         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
20192         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
20193         obstack_begin, obstack_specify_allocation,
20194         obstack_specify_allocation_with_arg, obstack_chunkfun,
20195         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
20196         Remove unprototyped decls and the macros that use them.
20197         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
20198         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
20199         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
20200         (defined __STDC__ && __STDC__)]:
20201         Remove nonprototyped code.
20202         Include <stdlib.h> unconditionally.
20203         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
20204         _obstack_allocated_p, _obstack_free, obstack_free,
20205         _obstack_memory_used, print_and_abort):
20206         Define using prototypes.
20207         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
20208         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
20209         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
20210         obstack_next_free, obstack_object_size, obstack_room) [0]:
20211         Remove unused, unprototyped code.
20212
20213         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
20214
20215         * lib/physmem.c (physmem_total, physmem_available, main): Define
20216         with prototypes.
20217
20218         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
20219         (main): Define with a prototype.
20220
20221         * lib/posixver.c (getenv): Remove decl.
20222
20223         * lib/putenv.c (malloc): Returns void *, not char *.
20224         Include <string.h> unconditionally.
20225         (strchr, memcpy, NULL): Do not define.
20226
20227         * lib/readtokens.c: Include readtokens.h first, to test interface.
20228         Include <stdlib.h>, <string.h> unconditionally.
20229         (init_tokenbuffer): Define with a prototype.
20230
20231         * lib/regex.c (PARAMS): Remove.  All uses removed.
20232         All uses of _RE_ARGS removed, too.
20233         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
20234         unconditionally.
20235         (bzero): Assume memset exists.
20236         (memcmp, memcpy, NULL): Remove.
20237         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
20238         char, or assignments to local vars of type signed char.
20239         (init_syntax_once, PREFIX(extract_number_and_incr),
20240         PREFIX(print_partial_compiled_pattern),
20241         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
20242         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
20243         PREFIX(regex_grow_registers), PREFIX(regex_compile),
20244         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
20245         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
20246         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
20247         wcs_compile_range, byte_compile_range, truncate_wchar,
20248         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
20249         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
20250         count_mbs_length, wcs_re_match_2_internal,
20251         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
20252         PREFIX(alt_match_null_string_p),
20253         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
20254         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
20255         regfree, PREFIX(extract_number)): Define with prototype.  Remove
20256         now-unnecessary declaration, if any.
20257         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
20258         regcomp, regexec):
20259         Remove now-unnecessary casts among pointer types.
20260         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
20261
20262         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
20263         (free): Remove decl.
20264
20265         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
20266
20267         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
20268         (free): Remove decl.
20269
20270         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
20271         * lib/xgetcwd.c: Likewise.
20272
20273         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
20274         (free): Remove decl.
20275
20276         * lib/strchrnul.c (strchrnul): Define with a prototype.
20277         Fix bug: c_in was not converted to char before searching.
20278
20279         The following changes are not K&R related:
20280
20281         * lib/group-member.h: Include <sys/types.h>, so that this file is
20282         self-contained.
20283         * lib/makepath.h: Likewise.
20284
20285         * lib/getusershell.c (readname, default_index, line_size, readname):
20286         Use size_t, not int, for sizes.
20287         (readname): If the size overflows, report an error instead of
20288         looping forever.
20289
20290 2003-09-09  Paul Eggert  <eggert@twinsun.com>
20291
20292         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
20293         libc.
20294
20295 2003-09-09  Paul Eggert  <eggert@twinsun.com>
20296
20297         * README: New section: portability guidelines.
20298
20299 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
20300
20301         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
20302         C89 spec.
20303
20304 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
20305
20306         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
20307
20308 2003-09-08  Paul Eggert  <eggert@twinsun.com>
20309
20310         Assume C89 or better; remove K&R cruft.
20311         A few of these changes were first proposed by Derek Robert Price
20312         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
20313
20314         * lib/addext.c: Include <string.h> unconditionally.
20315         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
20316         Don't declare getenv or malloc.
20317
20318         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
20319         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
20320         (NULL): Remove.
20321         (find_stack_direction, alloca): Use prototypes.
20322
20323         * lib/atexit.c (atexit): Define using a prototype.
20324
20325         * lib/basename.c, dirname.c, stripslash.c:
20326         Include <string.h> unconditionally.
20327
20328         * lib/bcopy.c: Include <stddef.h>.
20329         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
20330
20331         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
20332
20333         * lib/error.h (error, error_at_line, error_print_progname)
20334         [! (defined (__STDC__) && __STDC__)]: Remove decls.
20335         * lib/error.c: Include error.h first, to check interface.
20336         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
20337         (VA_START): Remove; all uses changeed to va_start.
20338         (exit, strerror): Remove decls.
20339         (error_print_progname): Prototype uncondionally.
20340         Don't include <errno.h>; no longer needed.
20341         (private_strerror): Remove.
20342         (error_tail): Always define.
20343         (error, error_at_line): Assume C89 or better; always use prototypes.
20344         * lib/fatal.c: Include "fatal.h" first, to test interface.
20345         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
20346         (VA_START): Remove; all uses changed to va_start.
20347         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
20348         this case.
20349         (exit): Remove decl.
20350         (fatal): Prototype unconditionally.  Assume va_start works.
20351         Abort at end, to pacify gcc.
20352
20353         * lib/euidaccess.c (main): Define with a prototype.
20354
20355         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
20356
20357         * lib/exitfail.c: Include <stdlib.h> unconditionally.
20358
20359         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
20360         prototypes.
20361         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
20362         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
20363         (getenv): Remove decl.
20364         (fnmatch): Define using a prototype.
20365         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
20366         (FCT): Define using a prototype.
20367
20368         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
20369
20370         * lib/gethostname.c: Include <stddef.h>.
20371         (gethostname): Define with prototype.  Length is size_t, not int.
20372
20373 2003-09-08  Paul Eggert  <eggert@twinsun.com>
20374
20375         Assume C89 or better; remove K&R cruft.
20376         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
20377         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
20378         string.h, getenv, malloc.
20379         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
20380         headers.
20381         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
20382         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
20383         do not check for strerror.
20384         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
20385         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
20386         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
20387         do not check for doprnt or vprintf.
20388         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
20389         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
20390
20391 2003-09-08  Paul Eggert  <eggert@twinsun.com>
20392
20393         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
20394         getversion.c should have been removed then, but was accidentally
20395         preserved.
20396
20397         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
20398         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
20399
20400 2003-09-08  Karl Berry  <karl@gnu.org>
20401
20402         * config/config.sub, config.guess, srclistvars.sh: update from savannah
20403                 config, forget about prep.
20404
20405         * config/depcomp, missing: update from automake.
20406
20407 2003-09-07  Paul Eggert  <eggert@twinsun.com>
20408
20409         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
20410         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
20411
20412 2003-09-07  Paul Eggert  <eggert@twinsun.com>
20413
20414         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
20415         copy_tm_result.  Bug reported by Simon Josefsson in
20416         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
20417
20418 2003-09-06  Paul Eggert  <eggert@twinsun.com>
20419
20420         * m4/time_r.m4: New file.
20421         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
20422         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
20423         is. Check for timegm declaration.
20424         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
20425         Do not check for gmtime_r.
20426         Replace mktime if __mktime_internal does not exist and if mktime
20427         hasn't been replaced already.
20428
20429 2003-09-06  Paul Eggert  <eggert@twinsun.com>
20430
20431         * lib/time_r.c, lib/time_r.h: New files.
20432
20433         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
20434         __localtime_r.
20435         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
20436         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
20437
20438         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
20439         __gmtime_r.
20440         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
20441         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
20442         Include <time_r.h>.
20443
20444         * lib/timegm.c: Switch to glibc implementation, with the following
20445         changes:
20446         [defined HAVE_CONFIG_H]: Include <config.h>.
20447         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
20448         (__mktime_internal) [!defined _LIBC]: New decl.
20449         (__gmtime_r) [!defined _LIBC]: New macro and function.
20450         (timegm): Use a prototype, since gnulib assumes C89.
20451         Do not bother declaring tmp to be const, as it's not really usefu.
20452         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
20453         (timegm): Declare only if HAVE_DECL_TIMEGM.
20454
20455 2003-09-06  Paul Eggert  <eggert@twinsun.com>
20456
20457         * MODULES.html.sh (func_all_modules): Add time_r.
20458         * modules/time_r: New file.
20459         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
20460         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
20461
20462 2003-09-03  Paul Eggert  <eggert@twinsun.com>
20463
20464         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
20465         Bug reported by Lute Kamstra in
20466         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
20467
20468         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
20469         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
20470         course with correspondingly smaller numbers for tomorrow and
20471         yesterday.  From Tadayoshi Funaba.  Originally installed into
20472         sh-utils on 1999-08-07, but the patch got lost (I guess during the
20473         coreutils merge?).
20474
20475 2003-08-31  Simon Josefsson  <jas@extundo.com>
20476
20477         * modules/timegm: New file.
20478         * MODULES.html.sh (func_all_modules): Add timegm.
20479
20480 2003-08-31  Simon Josefsson  <jas@extundo.com>
20481
20482         * m4/timegm.m4: New file.
20483
20484 2003-08-31  Simon Josefsson  <jas@extundo.com>
20485
20486         * lib/timegm.h: New file.
20487         * lib/timegm.c: New file.  Based on
20488         wget-1.8.2/src/http.c:mktime_from_utc.
20489
20490 2003-08-31  Karl Berry  <karl@gnu.org>
20491
20492         * lib/argp.h: update from libc.
20493
20494 2003-08-28  Bruno Haible  <bruno@clisp.org>
20495
20496         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
20497         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
20498         followed by '#define fnmatch fnmatch_posix' gives an error.
20499
20500 2003-08-28  Bruno Haible  <bruno@clisp.org>
20501
20502         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
20503         warning on QNX, which defines O_BINARY to 000000.
20504
20505 2003-08-27  Jim Meyering  <jim@meyering.net>
20506
20507         * m4/mkstemp.m4: Require that the system mkstemp be able to create
20508         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
20509         would fail after 32.  Reported by Danny Levinson.  Details here:
20510         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
20511
20512 2003-08-24  Bruno Haible  <bruno@clisp.org>
20513
20514         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
20515         MSVC7 <stdio.h> is included later.
20516
20517 2003-08-22  Simon Josefsson  <jas@extundo.com>
20518
20519         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
20520
20521 2003-08-20  Karl Berry  <karl@gnu.org>
20522
20523         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
20524
20525 2003-08-20  Bruno Haible  <bruno@clisp.org>
20526
20527         * modules/progname: New file.
20528         * MODULES.html.sh (func_all_modules): Add progname.
20529
20530 2003-08-20  Bruno Haible  <bruno@clisp.org>
20531
20532         * lib/progname.h: New file, from GNU gettext.
20533         * lib/progname.c: New file, from GNU gettext.
20534         * lib/progreloc.c: New file, from GNU gettext.
20535
20536 2003-08-19  Jim Meyering  <jim@meyering.net>
20537
20538         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
20539         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
20540
20541 2003-08-19  Bruno Haible  <bruno@clisp.org>
20542
20543         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
20544         more.
20545
20546 2003-08-19  Bruno Haible  <bruno@clisp.org>
20547
20548         * lib/xstrdup.c: Assume <string.h> exists.
20549
20550 2003-08-18  Paul Eggert  <eggert@twinsun.com>
20551
20552         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
20553         in makefile rules.
20554
20555 2003-08-18  Jim Meyering  <jim@meyering.net>
20556
20557         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
20558         * m4/lib-ld.m4: Likewise.
20559
20560 2003-08-18  Jim Meyering  <jim@meyering.net>
20561
20562         * lib/setenv.h: Indent nested cpp directive.
20563         * lib/vasnprintf.c: Remove trailing blanks.
20564
20565 2003-08-17  Simon Josefsson  <jas@extundo.com>
20566
20567         * modules/xstrndup: New file.
20568         * MODULES.html.sh (func_all_modules): Add xstrndup.
20569
20570 2003-08-17  Simon Josefsson  <jas@extundo.com>
20571
20572         * modules/argp: Fix autoconf macro name. Add more dependencies.
20573
20574 2003-08-17  Simon Josefsson  <jas@extundo.com>
20575
20576         * m4/xstrndup.m4: New file.
20577
20578 2003-08-17  Simon Josefsson  <jas@extundo.com>
20579
20580         * m4/argp.m4: New file.
20581
20582 2003-08-17  Simon Josefsson  <jas@extundo.com>
20583             Bruno Haible  <bruno@clisp.org>
20584
20585         * lib/xstrndup.h: New file.
20586         * lib/xstrndup.c: New file.
20587
20588 2003-08-17  Bruno Haible  <bruno@clisp.org>
20589
20590         * modules/strndup (Files, Include): Add lib/strndup.h.
20591
20592 2003-08-17  Bruno Haible  <bruno@clisp.org>
20593
20594         * modules/euidaccess (Files): Add lib/euidaccess.h.
20595
20596 2003-08-17  Bruno Haible  <bruno@clisp.org>
20597
20598         * lib/strndup.h: New file.
20599
20600 2003-08-17  Bruno Haible  <bruno@clisp.org>
20601
20602         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
20603         like AC_GNU_SOURCE.
20604         * modules/extensions (configure.ac): Comment out the invocation of
20605         gl_USE_SYSTEM_EXTENSIONS.
20606
20607 2003-08-16  Paul Eggert  <eggert@twinsun.com>
20608
20609         Merges from coreutils, etc.
20610         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
20611         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
20612         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
20613         fixing a typo.
20614         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
20615         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
20616
20617 2003-08-16  Paul Eggert  <eggert@twinsun.com>
20618
20619         Document merge from coreutils.
20620         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
20621         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
20622         * modules/utime: Add m4/utimes-null.m4.
20623
20624 2003-08-16  Paul Eggert  <eggert@twinsun.com>
20625
20626         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
20627         space, undoing this 2003-08-12 change:
20628         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
20629
20630 2003-08-16  Paul Eggert  <eggert@twinsun.com>
20631
20632         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
20633         strtoul.c from libc, undoing this 2003-08-12 change:
20634         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
20635
20636 2003-08-16  Jim Meyering  <jim@meyering.net>
20637
20638         Merges from coreutils.
20639         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
20640         prefix.  Adjust cache variables similarly.  Create 500 rather than
20641         just 300 files, to exercise bug on Darwin6.5, too.
20642         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
20643         $missing_dir.
20644         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
20645         AM_SYS_POSIX_TERMIOS.
20646         Reported by mkc@mathdogs.com.
20647         Also change use of $am_cv_sys_posix_termios
20648         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
20649         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
20650         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
20651         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
20652         in /proc/mounts until it finds one with matching device number.  This
20653         is unnecessary when the FILE argument *is* a mount point.  No stat call
20654         is necessary in that case.  So, disable the statvfs-testing code on
20655         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
20656         as RedHat bug# 84846.
20657         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
20658         to 1MB, so as not to render systems with no stack size limit (e.g.,
20659         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
20660         Include <unistd.h>.  On some systems,
20661         it is required for the definition of _SC_PAGESIZE.
20662
20663 2003-08-16  Jim Meyering  <jim@meyering.net>
20664
20665         Merge from coreutils.
20666         * lib/xstrtoimax.c: #else #if -> #elif.
20667         * lib/xstrtoumax.c: Likewise.
20668
20669 2003-08-16  Jim Meyering  <jim@meyering.net>
20670
20671         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
20672         * m4/utimes.m4: Removed.
20673         * m4/utimes-null.m4: Renamed from utimes.m4.
20674
20675         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
20676         to 1MB, so as not to render systems with no stack size limit (e.g.,
20677         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
20678         Include <unistd.h>.  On some systems,
20679         it is required for the definition of _SC_PAGESIZE.
20680
20681 2003-08-16  Jim Meyering  <jim@meyering.net>
20682         and Paul Eggert  <eggert@cs.ucla.edu>
20683
20684         Merges from coreutils, etc.
20685
20686         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
20687         using the latest version from cvs.  This avoids problems with #line
20688         directives using a vendor (Sun) compiler.
20689         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
20690         Don't set GETGROUPS_LIB here; now it's
20691         done via getgroups.m4's wrapper function.
20692         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
20693         rather than just in sh-util/configure.in, so that the
20694         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
20695         same.
20696         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
20697         AC_FUNC_GETLOADAVG where to find getloadavg.c.
20698         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
20699         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
20700         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
20701         Remove code that is now done by the newly-required macros.
20702         Append $(EXEEXT) to DF_PROG.
20703         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
20704         Do not invoke or require the following here,
20705         since prereq.m4 or some gnulib .m4 now does this for us:
20706         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
20707         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
20708         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
20709         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
20710         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
20711         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
20712         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
20713         AC_FUNC_OBSTACK.
20714         Do not replace the following functions, as this is now the job
20715         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
20716         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
20717         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
20718         atexit getpass, strdup, getpagesize.
20719         Replace 'raise'.
20720         Do not check for the following functions, as this is now the job
20721         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
20722         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
20723         setregid.
20724         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
20725         Check for sys/sysctl.h.
20726         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
20727         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
20728         of checking for ssize_t ourselves.
20729
20730         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
20731         Require every macro that gnulib/modules/* suggests for us.
20732         (jm_PREREQ_ADDEXT): New macro.
20733         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
20734         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
20735
20736         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
20737         (gl_PHYSMEM): Use it.
20738         Also check for `table' function.
20739         Check for new headers and functions.
20740         Add check for sys/sysmp.h.
20741         With suggestions from Kaveh Ghazi.
20742         Ignore headers that are present but cannot be compiled.  This
20743         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
20744         C 5.4.
20745
20746 2003-08-15  Paul Eggert  <eggert@twinsun.com>
20747
20748         Document merge from coreutils.
20749         * modules/userspec: Depend on posixver.
20750         * modules/strftime: Depend on tzset.
20751
20752 2003-08-15  Paul Eggert  <eggert@twinsun.com>
20753
20754         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
20755         rather than tab, after '#' in shell-script copyright notices.
20756         Suggested by Bruno Haible.
20757
20758 2003-08-15  Paul Eggert  <eggert@twinsun.com>
20759
20760         * config/srclist-update: Use three spaces, rather than tab, after '#'
20761         in shell-script copyright notices.  Suggested by Bruno Haible.
20762         Remove unnecessary parenthesization in regular expression.
20763
20764 2003-08-15  Jim Meyering  <jim@meyering.net>
20765
20766         Merge from coreutils.
20767         * lib/xgethostname.c: Include <stdlib.h>.
20768         (xghostname): Don't exit for anything other than memory-related
20769         failure; just return NULL.
20770         * lib/userspec.c: Include "posixver.h".
20771         (parse_user_spec): Accept `.' as a separator only
20772         in pre-POSIX-200112 mode.
20773         * lib/strtoimax.c: Use #elif rather than #else #if.
20774         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
20775         Remove function, now that we can rely on a working tzset function.
20776         [!_LIBC]: Ensure that the required autoconf test has been run.
20777         [!defined _NL_CURRENT && HAVE_STRFTIME]:
20778         Use underlying_strftime for %r.
20779         * lib/sha.c: Merge in some clean-up and optimization changes from
20780         glibc.
20781         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
20782         Ensure that it is a multiple of 64.
20783         Rearrange loop exit tests so as to avoid performing an
20784         additional fread after encountering an error or EOF.
20785         * lib/realloc.c: Update copyright date.
20786
20787 2003-08-15  Jim Meyering  <jim@meyering.net>
20788         and Paul Eggert  <eggert@twinsun.com>
20789
20790         Merge from coreutils.
20791         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
20792         member but strut utmpx does not.  Needed for AIX 4.3.3.
20793         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
20794
20795 2003-08-15  Jim Meyering  <jim@meyering.net>
20796         and Paul Eggert  <eggert@cs.ucla.edu>
20797
20798         Merges from coreutils, etc.
20799         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
20800         Require gl_FUNC_TZSET_CLOBBER.
20801         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
20802         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
20803         members.
20804
20805 2003-08-14  Paul Eggert  <eggert@twinsun.com>
20806
20807         Help the merge from coreutils.
20808         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
20809         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
20810         * m4/tzset.m4: Use it too.
20811
20812 2003-08-14  Paul Eggert  <eggert@twinsun.com>
20813
20814         * modules/tzset: New file.
20815
20816 2003-08-14  Jim Meyering  <jim@meyering.net>
20817
20818         Merges from coreutils.
20819         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
20820         variable names, rather than @FNMATCH_H@.
20821         * modules/alloca: Likewise for $(ALLOCA_H).
20822
20823         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
20824         the three copies of the literal target, `fnmatch.h'.
20825         * modules/alloca (alloca.h): Likewise.
20826
20827 2003-08-14  Jim Meyering  <jim@meyering.net>
20828
20829         Merge from coreutils.
20830         * m4/tzset.m4: New file.
20831         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
20832         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
20833         otherwise, AIX 5.1 systems would end up using the latter.
20834         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
20835         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
20836         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
20837         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
20838
20839 2003-08-14  Jim Meyering  <jim@meyering.net>
20840
20841         Merge from coreutils.
20842         * lib/obstack.h: Whitespace changes.
20843         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
20844         and xcalloc return values.
20845         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
20846         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
20847         hang on OSF/1 5.1 for DIR on both local and remote file systems.
20848         Reported by (and fix confirmed by) Nelson H. F. Beebe.
20849         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
20850         error from mntctl.
20851         Use mntctl's return value to drive the entry-processing loop, since
20852         we can't rely on the value of the vmt_length member in the last
20853         entry.  On some systems doing so could result in exhausting
20854         virtual memory.  Based in part on a patch from Mike Jetzer.
20855
20856 2003-08-14  Jim Meyering  <jim@meyering.net>
20857         and Paul Eggert  <eggert@twinsun.com>
20858
20859         Merges from coreutils, plus other fixes.
20860         * lib/physmem.c: Merge in portability changes from gcc/libiberty
20861         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
20862         for credits and details.  Thanks to Kaveh Ghazi for helping
20863         to keep these files in sync.
20864         (ARRAY_SIZE): Define it.
20865         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
20866         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
20867         (memcasecmp): Don't assume size_t fits in unsigned int.
20868         Remove casts and duplicate code.
20869         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
20870         (memcpy): Remove definition.
20871         Merge in some clean-up and optimization changes from glibc.
20872         [BLOCKSIZE]: Move definition to top of file.
20873         Ensure that it is a multiple of 64.
20874         Rearrange loop exit tests so as to avoid performing an
20875         additional fread after encountering an error or EOF.
20876         * lib/md5.h (md5_uintptr): Define.
20877         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
20878         return to the initial working directory.  Preserve errno
20879         for caller.
20880         * lib/idcache.c: Include "xalloc.h".
20881         (xmalloc, xrealloc): Remove decls.
20882         (getuser): Remove casts no longer required in C89.
20883         * lib/human.c: Include stdio.h, for sprintf.
20884         * lib/group-member.c: Include "xalloc.h".
20885         (xmalloc, xrealloc): Remove decls.
20886         (get_group_info): Remove casts no longer required in C89.
20887         * lib/getusershell.c (readname): Remove casts no longer required in
20888         C89.
20889         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
20890         * lib/getline.c: Whitespace fix, from coreutils.
20891
20892 2003-08-13  Paul Eggert  <eggert@twinsun.com>
20893
20894         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
20895         Check for isascii.
20896
20897         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
20898         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
20899         Undo previous (whitespace-only) change.
20900
20901 2003-08-13  Paul Eggert  <eggert@twinsun.com>
20902
20903         * lib/exclude.c: Include <ctype.h>
20904         (IN_CTYPE_DOMAIN): New macro.
20905         (is_space): New fn.
20906         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
20907         and empty lines.
20908
20909         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
20910         Undo previous (whitespace-only) change.
20911
20912 2003-08-13  Paul Eggert  <eggert@twinsun.com>
20913
20914         * config/srclist-update: Change update back to the old behavior,
20915         leaving whitespace alone.  Use one 'sed' command rather than a
20916         pipeline.
20917         (fixlicense): Now a variable, not a function.
20918         (remove_trailing_blanks): Remove.
20919         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
20920         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
20921         Undo previous (whitespace-only) change.
20922
20923 2003-08-12  Paul Eggert  <eggert@twinsun.com>
20924
20925         Merge from coreutils.
20926         * modules/euidaccess: Add lib_SOURCES, include for new
20927         file euidaccess.h
20928
20929 2003-08-12  Paul Eggert  <eggert@twinsun.com>
20930
20931         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
20932         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
20933         Normalize leading white space and remove trailing white space.
20934
20935         Merge from coreutils
20936         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
20937
20938         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
20939         0.12.1.  These files are now being upgraded automatically by
20940         ../config/srclist-update.
20941
20942 2003-08-12  Paul Eggert  <eggert@twinsun.com>
20943
20944         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
20945         Normalize leading white space and remove trailing white space.
20946         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
20947         notice, as per ../config/srclist-update.
20948
20949         Merge from coreutils.
20950         * lib/euidaccess.h: New file.
20951         * lib/euidaccess.c: Include it.
20952         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
20953         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
20954         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
20955
20956 2003-08-12  Paul Eggert  <eggert@twinsun.com>
20957
20958         * config/srclist-update: Add copyright notice.
20959         (remove_id_lines, remove_trailing_blanks): New constants.
20960         (fixfile): Use them to normalize spacing a bit in copied files.
20961         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
20962         Normalize leading white space and remove trailing white space.
20963
20964         * config/texinfo.tex: Sync with texinfo.
20965
20966         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
20967         strtoul.c from libc, to merge coreutils whitespace changes.
20968
20969         * config/srclist.txt: Get the following m4 files from gettext:
20970         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
20971         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
20972         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
20973         wint_t.m4.
20974
20975 2003-08-12  Karl Berry  <karl@gnu.org>
20976
20977         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
20978         been made.
20979
20980 2003-08-11  Paul Eggert  <eggert@twinsun.com>
20981
20982         * modules/gnu-source, m4/gnu-source.m4:
20983         Remove; we're assuming Autoconf 2.54 or later now.
20984         Suggested by Bruno Haible.
20985         * MODULES.html.sh (func_all_modules): Remove gnu-source.
20986
20987 2003-08-11  Bruno Haible  <bruno@clisp.org>
20988
20989         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
20990
20991 2003-08-11  Bruno Haible  <bruno@clisp.org>
20992
20993         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
20994         (vasnprintf): Use it instead of wcslen.
20995
20996 2003-08-11  Bruno Haible  <bruno@clisp.org>
20997
20998         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
20999         value to ensure that _Bool promotes to int. Use #define for _Bool when
21000         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
21001
21002 2003-08-10  Karl Berry  <karl@gnu.org>
21003
21004         * lib/regex.h: update from libc (whitespace fix).
21005
21006 2003-08-09  Paul Eggert  <eggert@twinsun.com>
21007
21008         Merge some files from coreutils.  These changes were
21009         originally made by Jim Meyering.
21010         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
21011         many older Unixes require this.
21012         * lib/alloca.c (alloca): Remove cast to argument of free;
21013         no longer needed in C89.
21014         * lib/alloca_.h, regex.h: Fix white space to match
21015         what GNU indent does.
21016
21017 2003-08-09  Paul Eggert  <eggert@twinsun.com>
21018
21019         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
21020         apparently Emacs's Unicode mode got confused before my 2003-08-05
21021         checkin.
21022
21023 2003-08-08  Paul Eggert  <eggert@twinsun.com>
21024
21025         * m4/extensions.m4: New file.
21026         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
21027         Require gl_USE_SYSTEM_EXTENSIONS.
21028         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
21029         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
21030
21031 2003-08-08  Paul Eggert  <eggert@twinsun.com>
21032
21033         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
21034         * modules/extensions, modules/gnu-source: New files.
21035         * modules/timespec, modules/unlocked-io: Depend on extensions.
21036
21037 2003-08-07  Paul Eggert  <eggert@twinsun.com>
21038
21039         * modules/restrict: New file.
21040         * MODULES.html.sh (func_all_modules): Add restrict.
21041         * modules/regex: Depend on restrict.
21042
21043 2003-08-07  Paul Eggert  <eggert@twinsun.com>
21044
21045         * m4/restrict.m4: New file.
21046         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
21047
21048 2003-08-07  Bruno Haible  <bruno@clisp.org>
21049
21050         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
21051         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
21052
21053 2003-08-07  Bruno Haible  <bruno@clisp.org>
21054
21055         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
21056         makes the module 'getndelim2' compatible with the module 'getline'.
21057
21058 2003-08-05  Paul Eggert  <eggert@twinsun.com>
21059
21060         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
21061         byte with "\201" to avoid glitches when editing that source file
21062         with multi-gnome-terminal.
21063
21064 2003-08-05  Paul Eggert  <eggert@twinsun.com>
21065
21066         * lib/bumpalloc.h: Remove.
21067
21068 2003-08-05  Paul Eggert  <eggert@twinsun.com>
21069
21070         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
21071         * modules/bumpalloc: Remove.
21072
21073 2003-08-04  Paul Eggert  <eggert@twinsun.com>
21074
21075         * lib/getloadavg.c: Change copyright notice and spacing to conform to
21076         GNU coding style.
21077
21078         Merge from coreutils.
21079         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
21080         1. From glibc.
21081         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
21082         from Karl Berry, implemented by Jim Meyering.
21083         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
21084         from Dmitry V. Levin.
21085         Remove anachronistic cast of xrealloc.
21086         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
21087         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
21088         type. Otherwise, it wouldn't compile with at least /bin/cc on
21089         ymp-cray-unicos9.0.2.X.
21090         Combine two mostly-identical uses of alloca into one.
21091         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
21092
21093 2003-08-04  Dave Love  <d.love@dl.ac.uk>
21094
21095         [From Emacs.]
21096
21097         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
21098         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
21099         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
21100         obsolete NLIST_NAME_UNION.
21101         [__GNU__]: Undef BSD and FSCALE.
21102         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
21103
21104 2003-08-03  Paul Eggert  <eggert@twinsun.com>
21105
21106         * lib/stdbool_.h (_Bool): Make it signed char, instead of
21107         an enum type, so that it's guaranteed to promote to int.  See:
21108         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
21109
21110 2003-08-03  Karl Berry  <karl@gnu.org>
21111
21112         * config/depcomp: update from automake.
21113
21114 2003-07-31  Paul Eggert  <eggert@twinsun.com>
21115
21116         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
21117         (strerror): Don't assume that a printable int fits in 14 bytes.
21118
21119 2003-07-31  Bruno Haible  <bruno@clisp.org>
21120
21121         * modules/getpass-gnu: New file.
21122         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
21123
21124 2003-07-31  Bruno Haible  <bruno@clisp.org>
21125
21126         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
21127
21128 2003-07-24  Karl Berry  <karl@gnu.org>
21129
21130         * config/missing: update from automake.
21131
21132 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
21133             Bruno Haible  <bruno@clisp.org>
21134
21135         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
21136         * lib/getline.c (getline, getdelim): Likewise.
21137         Remove _GNU_SOURCE define; now it's defined in config.h through
21138         m4/getline.m4.
21139
21140 2003-07-23  Karl Berry  <karl@gnu.org>
21141
21142         * config/config.sub: update from prep.
21143
21144 2003-07-22  Paul Eggert  <eggert@twinsun.com>
21145
21146         * modules/xalloc (Depends-on): Add exitfail.
21147         * modules/xmemcoll: Likewise.
21148
21149 2003-07-22  Paul Eggert  <eggert@twinsun.com>
21150
21151         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
21152         over-parenthesization in macros.
21153
21154         Sync with coreutils.
21155
21156         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
21157         required by C99.
21158
21159         Use `exit_failure' for xalloc and xmemcoll instead of their own
21160         private exit-failure variables.
21161         * lib/xalloc.h (xalloc_exit_failure): Remove.
21162         * lib/xmalloc.c: Likewise.  Include exitfail.h.
21163         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
21164         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
21165         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
21166         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
21167
21168 2003-07-20  Jim Meyering  <jim@meyering.net>
21169
21170         * modules/closeout (Depends-on): Add exitfail.
21171         Suggestion from Bruno Haible.
21172
21173 2003-07-19  Karl Berry  <karl@gnu.org>
21174
21175         * config/config.sub: update from prep.
21176
21177 2003-07-18  Paul Eggert  <eggert@twinsun.com>
21178
21179         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
21180         Remove.
21181         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
21182         to test that it can stand by itself.  Include "exitfail.h".
21183         Clients should set exit_failure instead.
21184         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
21185
21186 2003-07-18  Bruno Haible  <bruno@clisp.org>
21187
21188         * modules/getndelim2: New file.
21189         * modules/getline: Share files with module getndelim2.
21190         * modules/getnline: Depend on getndelim2 instead of sharing files with
21191         it. Add getnline.c to lib_SOURCES.
21192         * MODULES.html.sh (func_all_modules): Add getndelim2.
21193
21194 2003-07-18  Bruno Haible  <bruno@clisp.org>
21195
21196         * m4/getndelim2.m4: New file.
21197         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
21198         invoke gl_PREREQ_GETNDELIM2.
21199         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
21200         gl_PREREQ_GETNDELIM2.
21201         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
21202         gl_GETNDELIM2.
21203
21204 2003-07-18  Bruno Haible  <bruno@clisp.org>
21205
21206         * lib/getndelim2.h: New file.
21207         * lib/getndelim2.c: Make into a module of its own. Include config.h,
21208         getndelim2.h.
21209         (getndelim2): Make non-static. Change return type to ssize_t.
21210         * lib/getline.h: Change argument names.
21211         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
21212         * lib/getnline.c: Include getndelim2.h.
21213
21214 2003-07-18  Andreas Schwab  <schwab@suse.de>
21215
21216         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
21217
21218 2003-07-17  Karl Berry  <karl@gnu.org>
21219
21220         * config/config.sub: update from prep.
21221
21222 2003-07-17  Bruno Haible  <bruno@clisp.org>
21223
21224         * modules/getnline: New file.
21225         * modules/getline: Add lib/getndelim2.c to source file list.
21226         * MODULES.html.sh (func_all_modules): Add getnline.
21227
21228 2003-07-17  Bruno Haible  <bruno@clisp.org>
21229
21230         * m4/getnline.m4: New file.
21231
21232 2003-07-17  Bruno Haible  <bruno@clisp.org>
21233
21234         * m4/Makefile.am.in: Remove file.
21235         * m4/Makefile.am: Remove file.
21236         * m4/Makefile.in: Remove file.
21237
21238 2003-07-17  Bruno Haible  <bruno@clisp.org>
21239
21240         * lib/getnline.h: New file.
21241         * lib/getnline.c: New file.
21242         * lib/getndelim2.c: New file, extracted from getline.c.
21243         (getndelim2): Renamed from getdelim2, with added nmax argument.
21244         * lib/getline.c: Include getndelim2.c.
21245         (getdelim2): Moved out to getndelim2.c.
21246         (getline, getdelim): Update.
21247
21248 2003-07-17  Bruno Haible  <bruno@clisp.org>
21249
21250         * lib/Makefile.am: Remove file.
21251         * lib/Makefile.in: Remove file.
21252
21253 2003-07-17  Bruno Haible  <bruno@clisp.org>
21254
21255         * configure.in: Remove file.
21256         * Makefile.in: Remove file.
21257
21258 2003-07-17  Bruno Haible  <bruno@clisp.org>
21259
21260         * MODULES.html.sh: Put the </BODY> right before </HTML>.
21261
21262 2003-07-16  Karl Berry  <karl@gnu.org>
21263
21264         * config/srclist-update: was running fixlicense twice, which caused
21265                 texinfo.tex to be nullified for some reason.  Simplify,
21266                 $gplsrc is no longer needed as far as I can see?
21267
21268 2003-07-16  Jim Meyering  <jim@meyering.net>
21269
21270         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
21271
21272 2003-07-15  Paul Eggert  <eggert@twinsun.com>
21273
21274         * config/srclist.txt: Get the following files from gettext-runtime/intl
21275         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
21276         ref-del.sin.  From Bruno Haible.
21277         * config/srclist-update (fixfile): Change grep pattern again, since the
21278         previous fix didn't work (there was another trailing $).  Use
21279         '[$]' to escape the $s.
21280
21281 2003-07-15  Karl Berry  <karl@gnu.org>
21282
21283         * lib/vasnprintf.c: update from gettext.
21284
21285 2003-07-15  Karl Berry  <karl@gnu.org>
21286
21287         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
21288         gets expanded when surrounded by '$'.
21289
21290 2003-07-15  Jim Meyering  <jim@meyering.net>
21291
21292         * modules/save-cwd: Don't depend on error.  From Derek Price.
21293
21294 2003-07-15  Jim Meyering  <jim@meyering.net>
21295
21296         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
21297
21298 2003-07-14  Simon Josefsson  <jas@extundo.com>
21299
21300         * modules/mempcpy: New file.
21301         * MODULES.html.sh (func_all_modules): Add mempcpy.
21302
21303 2003-07-14  Simon Josefsson  <jas@extundo.com>
21304
21305         * m4/mempcpy.m4: New file.
21306
21307 2003-07-14  Simon Josefsson  <jas@extundo.com>
21308
21309         * lib/mempcpy.h: New file.
21310         * lib/mempcpy.c: New file.
21311
21312 2003-07-14  Paul Eggert  <eggert@twinsun.com>
21313
21314         * modules/getdate, modules/posixtm: Depend on mktime.
21315
21316 2003-07-14  Paul Eggert  <eggert@twinsun.com>
21317
21318         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
21319         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
21320         unicodeio.c, unicodeio.h, unlocked-io.h:
21321         Switch from LGPL to GPL.
21322
21323 2003-07-14  Paul Eggert  <eggert@twinsun.com>
21324
21325         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
21326         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
21327         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
21328         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
21329         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
21330         updated automatically by ../config/srclist-update.  This changes
21331         their license from LPGL to GPL.
21332
21333 2003-07-14  Paul Eggert  <eggert@twinsun.com>
21334
21335         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
21336         assumed to refer to the root of the most recent stable gettext version.
21337         * config/srclistvars.sh: Add defaults for eggert.
21338         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
21339         Match "This program" as well as "The program".  This is needed
21340         for gettext.
21341
21342 2003-07-14  Jim Meyering  <jim@meyering.net>
21343
21344         Don't emit diagnostics.  Let callers do that.
21345         * lib/save-cwd.c: Don't include "error.h".
21346         (save_cwd): Don't call error.  Ensure that errno is valid
21347         when returning nonzero.
21348
21349         * lib/save-cwd.h (restore_cwd): Update prototype.
21350         * lib/save-cwd.c (restore_cwd): Remove two parameters.
21351         Simplify.  Don't call error upon failure.  Let callers do that.
21352         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
21353         when auditing is enabled.  But don't bother updating the #if.
21354
21355 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
21356
21357         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
21358         it breaks C++ compilation.
21359         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
21360
21361 2003-07-10  Simon Josefsson  <jas@extundo.com>
21362
21363         * modules/strchrnul (Makefile.am): Add strchrnul.h.
21364
21365 2003-07-10  Jim Meyering  <jim@meyering.net>
21366
21367         * m4/clock_time.m4: Remove trailing blank.
21368         * m4/intmax_t.m4: Likewise.
21369
21370 2003-07-10  Jim Meyering  <jim@meyering.net>
21371
21372         * lib/vasnprintf.c: Remove trailing blanks.
21373         Make cpp indentation consistent.
21374
21375 2003-07-09  Paul Eggert  <eggert@twinsun.com>
21376
21377         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
21378         posixver.c, strftime.c, strnlen.c, strverscmp.c:
21379         Switch from LGPL to GPL.
21380
21381 2003-07-09  Paul Eggert  <eggert@twinsun.com>
21382
21383         * config/srclist.txt: Sort sublists.  Add
21384         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
21385         that differ from gnulib for one reason or another; we'd like this list
21386         to be smaller but for now let's document what we have.
21387
21388 2003-07-08  Paul Eggert  <eggert@twinsun.com>
21389
21390         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
21391         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
21392         and sweeter "eval x=$x".
21393         * config/srclist.txt: Get lib/argp* from glibc.
21394
21395 2003-07-07  Paul Eggert  <eggert@twinsun.com>
21396
21397         * lib/mktime.c: Fix some boundary cases and remove need for floating
21398         point.
21399
21400         Issue a compile-time diagnostic if time_t is floating point, or if
21401         two's complement arithmetic is not in effect, or if arithmetic
21402         right shift does not propagate the sign.  These assumptions were
21403         all in the original code but they weren't checked.
21404
21405         (TIME_T_MIDPOINT, verify): New macros.
21406         (__isleap): Remove; it has integer overflow problems.
21407         (leapyear): New function, without those problems.
21408         (ydhms_tm_diff): Remove; splitting into two parts.
21409         (ydhms_diff): New function, containing the arithmetic part of
21410         the old ydhms_tm_diff function.  Issue a compile-time
21411         diagnostic if we are not using C99 integer division.
21412         Avoid casts when possible.
21413         (guess_time_tm): New function, containing the checking part of
21414         the old ydhms_tm_diff function.  Return the new value, rather than
21415         the difference between it and the old.  Accept a new argument T
21416         so that *T specifies the old value.  Check for overflow in the result.
21417
21418         (__mktime_internal): Use a time_t offset, not a long int offset.
21419         This undoes the 2003-06-04 change, which is no longer needed now
21420         that we have better overflow checking.
21421         (localtime_offset): Likewise.
21422
21423         (__mktime_internal): Avoid harmful overflow on hosts where time_t
21424         and long are 64-bit but int is only 32-bit.
21425         (ydhms_diff): Use long int to store year1 and yday1.
21426         Issue a compile-time diagnostic if long int is not wide enough.
21427
21428         (__mktime_internal): Use long int to store adjusted year and yday.
21429         Use plain C rather than preprocessor commands, if that doesn't
21430         affect efficiency.
21431         Check for overflow (and try to repair) after each probe
21432         rather than checking only at the very end.  This avoids some bugs
21433         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
21434         does not equal GMT offset at maximum time).
21435         Use integer to check for overflow rather than floating point; this
21436         is more portable to non-IEEE hosts, and is a tad faster.
21437         When we detect that we are oscillating between two values,
21438         don't check whether tm_isdst has the requested value, since
21439         we already know the answer.  When tm_isdst has the wrong value,
21440         use a different heuristic to find the right one, based on the
21441         extreme values actually observed in practice in tz2003a,
21442         rather than the (overly optimistic) "previous 3 calendar quarters".
21443
21444         (not_equal_tm, print_tm, check_result): Use "const T" rather than
21445         "T const" to accommodate glibc style.
21446         (check_result): Use less-confusing report format.  "long" -> "long int.
21447         (main): Likewise.
21448         Don't loop if the iteration overflows time_t.
21449         Allow a negative step in the iteration.
21450
21451 2003-07-06  Karl Berry  <karl@gnu.org>
21452
21453         * config/depcomp: update from automake.
21454         * config/config.sub: update from prep.
21455
21456 2003-07-03  Karl Berry  <karl@gnu.org>
21457
21458         * config/config.guess: update from prep.
21459
21460 2003-07-01  Paul Eggert  <eggert@twinsun.com>
21461
21462         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
21463         xreadlink.c now includes it unconditionally.
21464
21465 2003-07-01  Paul Eggert  <eggert@twinsun.com>
21466
21467         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
21468         having it depend on HAVE_SYS_TYPES_H.
21469
21470 2003-07-01  Bruno Haible  <bruno@clisp.org>
21471
21472         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
21473         <sys/types.h> should be sufficient.
21474         Reported by Paul Eggert.
21475
21476 2003-06-26  Karl Berry  <karl@gnu.org>
21477
21478         * config/depcomp: update from automake.
21479
21480 2003-06-26  Bruno Haible  <bruno@clisp.org>
21481
21482         * modules/human: Depend on module stdbool.
21483
21484 2003-06-25  Bruno Haible  <bruno@clisp.org>
21485
21486         * modules/readlink: New file.
21487         * modules/xreadlink: Depend on it.
21488         * MODULES.html.sh (func_all_modules): Add readlink.
21489
21490 2003-06-25  Bruno Haible  <bruno@clisp.org>
21491
21492         * m4/readlink.m4: New file.
21493
21494 2003-06-25  Bruno Haible  <bruno@clisp.org>
21495
21496         * lib/readlink.c: New file.
21497
21498 2003-06-22  Karl Berry  <karl@gnu.org>
21499
21500         * config/srclist.txt: update mkinstalldirs from automake.
21501         * config/mkinstalldirs: update.
21502
21503 2003-06-22  Bruno Haible  <bruno@clisp.org>
21504
21505         Portability to mingw32.
21506         * m4/ssize_t.m4: New file, from GNU gettext.
21507         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
21508         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
21509
21510 2003-06-22  Bruno Haible  <bruno@clisp.org>
21511
21512         * modules/safe-read: Add m4/ssize_t.m4.
21513         * modules/xreadlink: Add m4/ssize_t.m4.
21514
21515 2003-06-20  Bruno Haible  <bruno@clisp.org>
21516
21517         Assume C89, so PARAMS isn't needed.
21518         * lib/unicodeio.h (PARAMS): Remove.
21519         * lib/unicodeio.c: Don't use PARAMS.
21520
21521 2003-06-18  Karl Berry  <karl@gnu.org>
21522
21523         * config/config.{guess,sub}: update from prep.
21524
21525 2003-06-18  Jim Meyering  <jim@meyering.net>
21526
21527         Merge changes from coreutils.
21528         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
21529         Remove explicit declarations of xmalloc and realloc.
21530         Include xalloc.h.
21531         (read_utmp): Remove anachronistic cast of xmalloc.
21532
21533 2003-06-17  Paul Eggert  <eggert@twinsun.com>
21534
21535         Assume C89, so PARAMS isn't needed.
21536         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
21537         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
21538         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
21539         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
21540         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
21541         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
21542         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
21543         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
21544         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
21545         lib/xstrtod.h, lib/xstrtol.h: Likewise.
21546         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
21547         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
21548         no longer needed. Anyway, config.h should always be included before any
21549         other file.
21550
21551 2003-06-11  Simon Josefsson  <jas@extundo.com>
21552
21553         * modules/sysexits: New file.
21554         * MODULES.html.sh (func_all_modules): Add sysexits.
21555
21556 2003-06-11  Simon Josefsson  <jas@extundo.com>
21557
21558         * lib/sysexit_.h: New file.
21559
21560 2003-06-11  Derek Price  <derek@ximbiot.com>
21561
21562         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
21563         necessary.
21564
21565 2003-06-11  Bruno Haible  <bruno@clisp.org>
21566
21567         * m4/sysexits.m4: New file.
21568
21569 2003-06-10  Simon Josefsson  <jas@extundo.com>
21570
21571         * lib/argp.h: New file, from glibc.
21572         * lib/argp-ba.c: New file, from glibc.
21573         * lib/argp-eexst.c: New file, from glibc.
21574         * lib/argp-fmtstream.c: New file, from glibc.
21575         * lib/argp-fmtstream.h: New file, from glibc.
21576         * lib/argp-fs-xinl.c: New file, from glibc.
21577         * lib/argp-help.c: New file, from glibc.
21578         * lib/argp-namefrob.h: New file, from glibc.
21579         * lib/argp-parse.c: New file, from glibc.
21580         * lib/argp-pv.c: New file, from glibc.
21581         * lib/argp-pvh.c: New file, from glibc.
21582         * lib/argp-xinl.c: New file, from glibc.
21583
21584 2003-06-10  Simon Josefsson  <jas@extundo.com>
21585
21586         * modules/strchrnul: New file.
21587
21588 2003-06-10  Simon Josefsson  <jas@extundo.com>
21589
21590         * modules/argp: New file.
21591
21592 2003-06-10  Simon Josefsson  <jas@extundo.com>
21593
21594         * m4/strchrnul.m4: New file.
21595
21596 2003-06-10  Simon Josefsson  <jas@extundo.com>
21597
21598         * lib/strchrnul.h: New file.
21599         * lib/strchrnul.c: New file.
21600
21601 2003-06-10  Bruno Haible  <bruno@clisp.org>
21602
21603         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
21604
21605 2003-06-07  Karl Berry  <karl@gnu.org>
21606
21607         * config/config.{guess,sub}: update from prep.
21608
21609 2003-06-07  Jim Meyering  <jim@meyering.net>
21610
21611         * modules/strtod: Use $(...) notation, not @...@ for
21612         AC_REPLACE'd variables.
21613         * modules/localcharset: Likewise.
21614
21615 2003-06-07  Jim Meyering  <jim@meyering.net>
21616
21617         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
21618         in place of my name in the copyright comment.
21619         Remove definition and uses of __P.
21620
21621         From coreutils.
21622         * lib/stat.c: Don't declare xmalloc explicitly.
21623         Instead, include "xalloc.h".
21624         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
21625         xrealloc, and xcalloc return values.
21626         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
21627         Improve comment.
21628         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
21629
21630 2003-06-07  Bruno Haible  <bruno@clisp.org>
21631
21632         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
21633         avoid AC_CONFIG_LINKS.
21634         * modules/fnmatch (Makefile.am): Use explicit creation rule for
21635         fnmatch.h, to avoid AC_CONFIG_LINKS.
21636         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
21637
21638 2003-06-07  Bruno Haible  <bruno@clisp.org>
21639
21640         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
21641         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
21642         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
21643         directory.
21644         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
21645         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
21646         directory.
21647
21648 2003-06-06  Jim Meyering  <jim@meyering.net>
21649
21650         Merge from coreutils.
21651         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
21652         Consolidate declarations and initializations of *_base* locals.
21653
21654         Merge from coreutils.
21655         This avoids a core dump on systems without GNU putenv,
21656         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
21657         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
21658         (unsetenv): New static function, from GNU libc.
21659         (rpl_putenv): Use it.
21660
21661         * lib/modechange.c: Remove trailing blanks.
21662
21663         Merge from coreutils.
21664         * lib/fsusage.c: Remove declaration of statfs.
21665         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
21666
21667         * lib/posixtm.c: Include <stdbool.h> unconditionally.
21668
21669 2003-06-06  Jim Meyering  <jim@meyering.net>
21670
21671         * lib/stdbool_.h: Renamed from stdbool.h.in.
21672
21673 2003-06-06  Jim Meyering  <jim@meyering.net>
21674             Bruno Haible  <bruno@clisp.org>
21675
21676         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
21677         Adjust Makefile.am snippet not to redirect directly to target.
21678         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
21679
21680 2003-06-05  Paul Eggert  <eggert@twinsun.com>
21681
21682         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
21683         mismatch, look in future quarters as well as past.  This fixes a
21684         bug when processing fall-backwards gaps immediately after a long
21685         period of daylight-saving time.
21686
21687         * lib/mktime.c: Assume freestanding C89 or better.
21688         (HAVE_LIMITS_H): Remove.  Assume it's 1.
21689         (__P): Remove; not used.
21690         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
21691         (mktime, not_equal_tm, print_tm, check_result,
21692         main): Use prototypes.  Use const * where appropriate.
21693         (main): Fix typo in testing code that uncovered by above changes.
21694         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
21695
21696 2003-06-04  Paul Eggert  <eggert@twinsun.com>
21697
21698         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
21699         locale.h, localeconv.  This merges changes from coreutils.
21700
21701         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
21702         It can be removed after the next Autoconf is released.
21703         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
21704         needed.
21705
21706 2003-06-04  Paul Eggert  <eggert@twinsun.com>
21707
21708         * lib/mktime.c: Fix Debian bug 177940
21709         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
21710         (localtime_offset): Now long int, not time_t, because we want it
21711         to be guaranteed to be signed.  All uses changed.
21712         (__mktime_internal): If overflow would occur when adding offset,
21713         don't add it.
21714
21715         Merge 'human' changes from coreutils.  Rewrite to support
21716         locale-specific notations like thousands separators.
21717         * lib/human.c: Simplify authorship notice.
21718         Include human.h immediately after config.h.
21719         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
21720         <limits.h>: Do not include, since human.h does.
21721         (SIZE_MAX, UINTMAX_MAX): New macros.
21722         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
21723         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
21724         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
21725         (power_letter): Renamed from suffixes.
21726         (generate_suffix_backwards): Remove.
21727         (adjust_value): Now takes int style (because of human.h changes)
21728         and long double value (for greater precision on some platforms).
21729         (group_number): New function.
21730         (human_readable): Use it.  Use integer options, not enum.
21731         Put the options before the sizes in the arg list.
21732         Support all the new options.
21733         The old human_readable function has been removed;
21734         use inttostr.h instead.
21735         (human_readable, default_block_size, humblock):
21736         Use uintmax_t, not int, for block sizes.
21737         (human_readable_inexact, block_size_types): Remove.
21738         (block_size_opts): New constant.
21739         (human_options): Renamed from human_block_size, with new signature
21740         that allows block sizes up to UINTMAX_MAX.  All callers changed.
21741         * lib/human.h: Add copyright and authorship notice.
21742         Include <limits.h> and <stdbool.h> unconditionally.
21743         (PARAMS): Remove.  All uses removed.
21744         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
21745         (enum human_inexact_style): Remove tag; now a nameless enum.
21746         (human_floor, human_ceiling, human_round_to_even): Now have
21747         values 2, 0, 1 rather than -1, 1, 0.
21748         (human_group_digits, human_suppress_point_zero, human_autoscale,
21749         human_base_1024, human_SI, human_B): New constants.
21750         (human_readable_inexact, human_block_size): Remove.
21751         (human_readable): Size args are now uintmax_t, not int.
21752         (human_options): New decl.
21753
21754         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
21755         unnecessary now that we assume C89 or better.  This change
21756         imported from coreutils.
21757
21758         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
21759         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
21760         in the 2003-05-30 sync from glibc.
21761
21762         .h files should stand alone, but we shouldn't include <sys/types.h>
21763         if we can get away with just <stddef.h>.
21764
21765         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
21766         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
21767         rather than <sys/types.h>, as we merely need size_t.
21768         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
21769         to get size_t.
21770         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
21771         Include <stdio.h>, to get FILE.
21772         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
21773         memcasecmp.h has included <stddef.h> and all we need is size_t.
21774         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
21775         our interface, instead of including <sys/types.h>
21776
21777 2003-06-04  Paul Eggert  <eggert@twinsun.com>
21778
21779         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
21780         now, as glibc mktime is buggy on non-glibc systems.
21781
21782 2003-06-03  Karl Berry  <karl@gnu.org>
21783
21784         * config/config.sub: update from prep.
21785
21786 2003-06-02  Paul Eggert  <eggert@twinsun.com>
21787
21788         [from coreutils]
21789         Fix some minor time-related bugs with POSIX time arguments.
21790         Some valid time stamps were being rejected (notably -1, and
21791         time stamps before 1900 on 64-bit hosts).  And some invalid
21792         time stamps were being accepted, e.g. September 31.
21793
21794         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
21795         that we can return (time_t) -1 successfully.
21796         * lib/posixtm.c: Likewise.
21797         [HAVE_STDBOOL_H]: Include <stdbool.h>.
21798         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
21799         (t): Remove static var.
21800         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
21801         of static var.  All uses changed.
21802         (year): Do not reject years before 1900; they can occur with
21803         64-bit time_t.
21804         (posix_time_parse): Do not check for out-of-range components;
21805         that is now the caller's responsibility, since our checks were
21806         only approximations.
21807         (posixtime): Use mktime to check for out-of-range components,
21808         since it knows them exactly.
21809         If mktime returns (time_t) -1, check whether an error actually occurred
21810         by invoking localtime on -1.
21811         (main) [TEST_POSIXTIME]: Check for input data errors, and report
21812         posixtime failures better.
21813         Improve the test data (in comments only).
21814
21815 2003-06-02  Karl Berry  <karl@gnu.org>
21816
21817         * config/mkinstalldirs (version): new variable.
21818         (--version): new option.
21819         (usage): improve message.
21820
21821 2003-05-30  Karl Berry  <karl@gnu.org>
21822
21823         * lib/mktime.c: update from libc.
21824
21825 2003-05-30  Bruno Haible  <bruno@clisp.org>
21826
21827         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
21828         * config/config.rpath: Upgrade to gettext-0.12.1.
21829
21830 2003-05-30  Bruno Haible  <bruno@clisp.org>
21831
21832         * m4/gettext.m4: Upgrade to gettext-0.12.1.
21833         * m4/nls.m4: New file, from gettext-0.12.1.
21834         * m4/po.m4: New file, from gettext-0.12.1.
21835         * m4/progtest.m4: Upgrade to gettext-0.12.1.
21836
21837 2003-05-30  Bruno Haible  <bruno@clisp.org>
21838
21839         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
21840         * lib/localcharset.h: Likewise.
21841         * lib/localcharset.c: Likewise.
21842
21843 2003-05-29  Karl Berry  <karl@gnu.org>
21844
21845         * config/config.rpath: update from gettext.
21846
21847 2003-05-28  Paul Eggert  <eggert@twinsun.com>
21848
21849         Assume the headers required for C89 freestanding compilers.
21850         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
21851         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
21852         * m4/human.m4 (gl_HUMAN): Likewise.
21853         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
21854         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
21855         * m4/userspec.m4 (gl_USERSPEC): Likewise.
21856         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
21857         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
21858         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
21859
21860 2003-05-28  Paul Eggert  <eggert@twinsun.com>
21861
21862         Assume the headers required for C89 freestanding compilers.
21863         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
21864         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
21865         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
21866         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
21867         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
21868         define, since <limits.h> is guaranteed to do that.
21869         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
21870         * lib/exclude.c: Include <stdbool.h> unconditionally.
21871         * lib/tempname.c: Include <stddef.h> unconditionally.
21872         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
21873         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
21874         <stddef.h> does that.
21875         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
21876         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
21877         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
21878         needed.
21879         * lib/xstrtol.c: Likewise.
21880         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
21881         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
21882
21883         * lib/addext.c (addext): Use assignment rather than cast, to avoid
21884         warnings on some platforms.
21885
21886         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
21887         arbitrarily.
21888
21889 2003-05-26  Jim Meyering  <jim@meyering.net>
21890
21891         Merge in a change from coreutils:
21892         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
21893         that is guaranteed to be `no'.  Use `no_such_member' to indicate
21894         that condition, rather than `-1' which is slightly misleading.
21895         Change the name of the cache variable to have the gl_ prefix.
21896         Prompted by a patch from Richard Dawe for DJGPP.
21897
21898 2003-05-24  Karl Berry  <karl@gnu.org>
21899
21900         * config/config.guess: update from prep.
21901
21902 2003-05-22  Karl Berry  <karl@gnu.org>
21903
21904         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
21905
21906 2003-05-20  Karl Berry  <karl@gnu.org>
21907
21908         * config/config.guess: update from prep.
21909
21910 2003-05-18  Karl Berry  <karl@gnu.org>
21911
21912         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
21913         might actually be set by the user.
21914
21915         * config/depcomp, install-sh, mdate-sh: update from automake.
21916
21917 2003-05-17  Bruno Haible  <bruno@clisp.org>
21918
21919         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
21920         invalid expansion for AC_EGREP_CPP.
21921         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
21922         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
21923         Suggested by Akim Demaille <akim@epita.fr> in
21924         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
21925
21926 2003-05-12  Jim Meyering  <jim@meyering.net>
21927
21928         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
21929         the space-padded-by-default conversion specifiers, %e, %k, %l.
21930
21931 2003-05-12  Bruno Haible  <bruno@clisp.org>
21932
21933         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
21934         the string is longer than 4 KB.
21935
21936 2003-05-11  Karl Berry  <karl@gnu.org>
21937
21938         * config/config.{guess,sub}: update from prep.
21939
21940 2003-05-09  Bruno Haible  <bruno@clisp.org>
21941
21942         * modules/error: Add m4/strerror_r.m4 to file list.
21943
21944 2003-05-03  Bruno Haible  <bruno@clisp.org>
21945
21946         Upgrade to Unicode-4.0.
21947         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
21948         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
21949         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
21950         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
21951         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
21952         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
21953         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
21954         Change width of U+E0100..U+E01EF from 1 to 0.
21955
21956 2003-04-25  Jim Meyering  <jim@meyering.net>
21957
21958         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
21959         of type size_t, not int.
21960
21961 2003-04-25  Bruno Haible  <bruno@clisp.org>
21962
21963         * lib/copy-file.c: Include <stddef.h>, for size_t.
21964
21965 2003-04-21  Paul Eggert  <eggert@twinsun.com>
21966
21967         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
21968         code which expansion is under static control.  Patch imported from
21969         Akim Demaille's patch to Bison; see
21970         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
21971
21972 2003-04-14  Bruno Haible  <bruno@clisp.org>
21973
21974         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
21975
21976 2003-04-11  Jim Meyering  <jim@meyering.net>
21977
21978         Merge changes from Coreutils.
21979
21980         2003-03-22  Jim Meyering  <jim@meyering.net>
21981
21982         * lib/strftime.c (widen): Cast alloca return value to proper type.
21983
21984         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
21985
21986         From GNU libc.
21987         * lib/strftime.c (my_strftime): Handle very large width
21988         specifications for numeric values correctly.  Improve checks for
21989         overflow.
21990
21991         2003-01-19  Jim Meyering  <jim@meyering.net>
21992
21993         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
21994         definitions.
21995         (nl_get_alt_digit) [! defined my_strftime]: Define.
21996         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
21997         _nl_get_alt_digit and _nl_get_walt_digit.
21998
21999         * lib/strftime.c (my_strftime): Merge in locale-related changes from
22000         libc. These changes have no effect outside of _LIBC.
22001
22002 2003-04-10  Bruno Haible  <bruno@clisp.org>
22003
22004         * modules/findprog: New file.
22005         * MODULES.html.sh (func_all_modules): Add it.
22006
22007 2003-04-10  Bruno Haible  <bruno@clisp.org>
22008
22009         * m4/findprog.m4: New file.
22010         * m4/eaccess.m4: New file.
22011
22012 2003-04-10  Bruno Haible  <bruno@clisp.org>
22013
22014         * lib/findprog.h: New file, from GNU gettext.
22015         * lib/findprog.c: New file, from GNU gettext.
22016
22017 2003-04-05  Jim Meyering  <jim@meyering.net>
22018
22019         Merge changes from Coreutils.
22020
22021         * lib/exclude.h (PARAMS): Remove definition and uses.
22022         * lib/exclude.c: Remove uses of `PARAMS'.
22023
22024         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
22025         Add test-cases for DOS filenames. Declare program_name.
22026         (main): Set up program_name.  Patch by Rich Dawe.
22027
22028         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
22029         error from mntctl.
22030         Use mntctl's return value to drive the entry-processing loop, since
22031         we can't rely on the value of the vmt_length member in the last
22032         entry.  On some systems doing so could result in exhausting
22033         virtual memory.  Based in part on a patch from Mike Jetzer.
22034
22035 2003-04-04  Bruno Haible  <bruno@clisp.org>
22036
22037         * modules/linebreak: New file.
22038         * MODULES.html.sh (func_all_modules): Add it.
22039
22040 2003-04-04  Bruno Haible  <bruno@clisp.org>
22041
22042         * m4/linebreak.m4: New file.
22043
22044 2003-04-04  Bruno Haible  <bruno@clisp.org>
22045
22046         * lib/linebreak.h: New file, from GNU gettext.
22047         * lib/linebreak.c: New file, from GNU gettext with slight
22048         modifications.
22049         * lib/lbrkprop.h: New file, from GNU gettext.
22050
22051 2003-04-03  Bruno Haible  <bruno@clisp.org>
22052
22053         * modules/utf8-ucs4: New file.
22054         * modules/utf16-ucs4: New file.
22055         * modules/ucs4-utf8: New file.
22056         * modules/ucs4-utf16: New file.
22057         * MODULES.html.sh (func_all_modules): Add them.
22058
22059 2003-04-03  Bruno Haible  <bruno@clisp.org>
22060
22061         * m4/utf-ucs4.m4: New file.
22062         * m4/ucs4-utf.m4: New file.
22063
22064 2003-04-03  Bruno Haible  <bruno@clisp.org>
22065
22066         * lib/utf8-ucs4.h: New file, from GNU gettext.
22067         * lib/utf16-ucs4.h: New file, from GNU gettext.
22068         * lib/ucs4-utf8.h: New file, from GNU gettext.
22069         * lib/ucs4-utf16.h: New file, from GNU gettext.
22070
22071 2003-04-02  Bruno Haible  <bruno@clisp.org>
22072
22073         * modules/binary-io: New file.
22074         * MODULES.html.sh (func_all_modules): Add it.
22075
22076 2003-04-02  Bruno Haible  <bruno@clisp.org>
22077
22078         * lib/binary-io.h: New file, from GNU gettext.
22079
22080 2003-04-01  Bruno Haible  <bruno@clisp.org>
22081
22082         * modules/pathname: New file.
22083         * MODULES.html.sh (func_all_modules): Add it.
22084
22085 2003-04-01  Bruno Haible  <bruno@clisp.org>
22086
22087         * lib/pathname.h: New file, from GNU gettext.
22088         * lib/concatpath.c: New file, from GNU gettext.
22089
22090 2003-03-30  Bruno Haible  <bruno@clisp.org>
22091
22092         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
22093
22094 2003-03-30  Bruno Haible  <bruno@clisp.org>
22095
22096         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
22097         function chown() doesn't exist.
22098
22099 2003-03-28  Bruno Haible  <bruno@clisp.org>
22100
22101         * modules/copy-file: New file.
22102         * MODULES.html.sh (func_all_modules): Add it.
22103
22104 2003-03-28  Bruno Haible  <bruno@clisp.org>
22105
22106         * m4/copy-file.m4: New file.
22107
22108 2003-03-28  Bruno Haible  <bruno@clisp.org>
22109
22110         * lib/copy-file.h: New file, from GNU gettext.
22111         * lib/copy-file.c: New file, from GNU gettext.
22112
22113 2003-03-18  Jim Meyering  <jim@meyering.net>
22114
22115         * lib/quote.c (quote_n): Fix typo in comment.
22116
22117 2003-03-18  Bruno Haible  <bruno@clisp.org>
22118
22119         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
22120         checking.
22121         * m4/onceonly_2_57.m4: Likewise.
22122
22123 2003-03-17  Bruno Haible  <bruno@clisp.org>
22124
22125         * m4/onceonly.m4: Require autoconf 2.54 or newer.
22126         (m4_quote): Remove macro.
22127         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
22128
22129 2003-03-14  Jim Meyering  <jim@meyering.net>
22130
22131         Merge changes from Coreutils.
22132         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
22133         to be const, in order to avoid warnings.
22134         (obstack_room): Likewise.
22135         (obstack_empty_p): Likewise.
22136
22137 2003-03-14  Bruno Haible  <bruno@clisp.org>
22138
22139         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
22140         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
22141
22142 2003-03-13  Paul Eggert  <eggert@twinsun.com>
22143
22144         Merge changes from Bison.
22145         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
22146         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
22147         when compiling Bison 1.875's `bitset bset = obstack_alloc
22148         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
22149         * lib/hash.c: Include <stdbool.h> unconditionally.
22150
22151 2003-03-13  Paul Eggert  <eggert@twinsun.com>
22152
22153         * m4/onceonly.m4 (m4_quote): New macro.
22154         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
22155         Quote AC_FOREACH variable-expansions properly.
22156
22157 2003-03-13  Paul Eggert  <eggert@twinsun.com>
22158
22159         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
22160
22161 2003-03-09  Paul Eggert  <eggert@twinsun.com>
22162
22163         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
22164         Reported by Bruce Becker; see:
22165         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
22166
22167 2003-03-03  Paul Eggert  <eggert@twinsun.com>
22168             Bruno Haible  <bruno@clisp.org>
22169
22170         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
22171         Reported by John Hughes, see
22172         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
22173
22174 2003-02-20  Bruno Haible  <bruno@clisp.org>
22175
22176         * MODULES.html.sh (func_all_modules): Add poll.
22177
22178 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
22179
22180         * modules/poll: New file.
22181
22182 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
22183
22184         * lib/poll_.h: New file.
22185         * lib/poll.c: New file.
22186
22187 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
22188
22189         * m4/poll.m4: New file.
22190
22191 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
22192
22193         * modules/mathl: New file.
22194
22195 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
22196
22197         * lib/mathl.h: New file.
22198         * lib/acosl.c: New file.
22199         * lib/asinl.c: New file.
22200         * lib/atanl.c: New file.
22201         * lib/ceill.c: New file.
22202         * lib/cosl.c: New file.
22203         * lib/expl.c: New file.
22204         * lib/floorl.c: New file.
22205         * lib/frexpl.c: New file.
22206         * lib/ldexpl.c: New file.
22207         * lib/logl.c: New file.
22208         * lib/sincosl.c: New file.
22209         * lib/sinl.c: New file.
22210         * lib/sqrtl.c: New file.
22211         * lib/tanl.c: New file.
22212         * lib/trigl.c: New file.
22213         * lib/trigl.h: New file.
22214
22215 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
22216
22217         * m4/mathl.m4: New file.
22218
22219 2003-02-18  Bruno Haible  <bruno@clisp.org>
22220
22221         * MODULES.html.sh (func_all_modules): Add mathl.
22222
22223 2003-02-17  Bruno Haible  <bruno@clisp.org>
22224
22225         * modules/mkdtemp: New module.
22226         * MODULES.html.sh (func_all_modules): Add it.
22227
22228 2003-02-17  Bruno Haible  <bruno@clisp.org>
22229
22230         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
22231
22232 2003-02-17  Bruno Haible  <bruno@clisp.org>
22233
22234         * lib/mkdtemp.h: New file, from GNU gettext.
22235         * lib/mkdtemp.c: New file, from GNU gettext.
22236
22237 2003-02-02  Jim Meyering  <jim@meyering.net>
22238
22239         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
22240         e.g. glibc-2.2.93.
22241
22242 2003-01-31  Bruno Haible  <bruno@clisp.org>
22243
22244         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
22245         'rpl_rename'.
22246         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
22247         'rpl_strnlen'.
22248         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
22249         'rpl_strtod'.
22250         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
22251         'rpl_utime'.
22252
22253 2003-01-31  Bruno Haible  <bruno@clisp.org>
22254
22255         * lib/rename.c: #undef rename before defining rpl_rename.
22256         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
22257
22258 2003-01-30  Bruno Haible  <bruno@clisp.org>
22259
22260         * modules/vasnprintf, modules/vasprintf: New modules.
22261         * MODULES.html.sh (func_all_modules): Add them.
22262
22263 2003-01-30  Bruno Haible  <bruno@clisp.org>
22264
22265         * m4/signed.m4: New file, from GNU gettext.
22266         * m4/longdouble.m4: New file, from GNU gettext.
22267         * m4/wchar_t.m4: New file, from GNU gettext.
22268         * m4/wint_t.m4: New file, from GNU gettext.
22269         * m4/vasnprintf.m4: New file.
22270         * m4/vasprintf.m4: New file.
22271
22272 2003-01-30  Bruno Haible  <bruno@clisp.org>
22273
22274         * lib/printf-args.h: New file, from GNU gettext.
22275         * lib/printf-args.c: New file, from GNU gettext.
22276         * lib/printf-parse.h: New file, from GNU gettext.
22277         * lib/printf-parse.c: New file, from GNU gettext.
22278         * lib/vasnprintf.h: New file, from GNU gettext.
22279         * lib/vasnprintf.c: New file, from GNU gettext.
22280         * lib/asnprintf.c: New file, from GNU gettext.
22281         * lib/vasprintf.h: New file, from GNU gettext with modifications.
22282         * lib/vasprintf.c: New file, from GNU gettext.
22283         * lib/asprintf.c: New file, from GNU gettext.
22284
22285 2003-01-29  Bruno Haible  <bruno@clisp.org>
22286
22287         * modules/stpncpy: New module.
22288         * MODULES.html.sh (func_all_modules): Add it.
22289
22290 2003-01-29  Bruno Haible  <bruno@clisp.org>
22291
22292         * m4/stpncpy.m4: New file.
22293
22294 2003-01-29  Bruno Haible  <bruno@clisp.org>
22295
22296         * lib/stpncpy.h: New file, from GNU gettext with modifications.
22297         * lib/stpncpy.c: New file, from GNU gettext with modifications.
22298
22299 2003-01-28  Bruno Haible  <bruno@clisp.org>
22300
22301         * modules/c-ctype: New module.
22302         * MODULES.html.sh (func_all_modules): Add it.
22303
22304 2003-01-28  Bruno Haible  <bruno@clisp.org>
22305
22306         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
22307         Paul Eggert.
22308         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
22309         Paul Eggert.
22310
22311 2003-01-27  Bruno Haible  <bruno@clisp.org>
22312
22313         * modules/xsetenv: New module.
22314         * MODULES.html.sh (func_all_modules): Add it.
22315
22316 2003-01-27  Bruno Haible  <bruno@clisp.org>
22317
22318         * lib/xsetenv.h: New file, from GNU gettext.
22319         * lib/xsetenv.c: New file, from GNU gettext.
22320
22321 2003-01-23  Jim Meyering  <jim@meyering.net>
22322
22323         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
22324         from working on systems without dirfd (at least Irix and OSF1/Tru64).
22325
22326 2003-01-23  Bruno Haible  <bruno@clisp.org>
22327
22328         * modules/minmax: New module.
22329         * MODULES.html.sh (func_all_modules): Add it.
22330
22331 2003-01-23  Bruno Haible  <bruno@clisp.org>
22332
22333         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
22334         Eggert.
22335
22336 2003-01-22  Bruno Haible  <bruno@clisp.org>
22337
22338         * modules/exit: New module.
22339         * MODULES.html.sh (func_all_modules): Add it.
22340
22341 2003-01-22  Bruno Haible  <bruno@clisp.org>
22342
22343         * lib/exit.h: New file, from GNU gettext.
22344
22345 2003-01-19  Bruno Haible  <bruno@clisp.org>
22346
22347         * gnulib-tool: Recognize option --extract-maintainer.
22348         (func_get_maintainer): New function.
22349         * modules/*: Add Maintainer entry.
22350
22351 2003-01-16  Jim Meyering  <jim@meyering.net>
22352
22353         * m4/regex.m4: The `regex' struct is both input and output.
22354         Initialize it before each use.  Patch by Tim Waugh.
22355
22356 2003-01-16  Bruno Haible  <bruno@clisp.org>
22357
22358         * MODULES.html.sh: Add a table of contents. Add the module name as
22359         leftmost column. Add hyperlinks.
22360
22361 2003-01-15  Bruno Haible  <bruno@clisp.org>
22362
22363         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
22364
22365 2003-01-15  Bruno Haible  <bruno@clisp.org>
22366
22367         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
22368         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
22369         suffix.
22370
22371 2003-01-15  Bruno Haible  <bruno@clisp.org>
22372
22373         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
22374
22375 2003-01-15  Bruno Haible  <bruno@clisp.org>
22376
22377         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
22378         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
22379
22380 2003-01-14  Jim Meyering  <jim@meyering.net>
22381
22382         * lib/same.c (same_name): Tweak a comment.
22383
22384 2003-01-14  Bruno Haible  <bruno@clisp.org>
22385
22386         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
22387         when a string comparison is sufficient.
22388
22389 2003-01-14  Bruno Haible  <bruno@clisp.org>
22390
22391         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
22392         'unsigned int'.
22393
22394 2003-01-14  Bruno Haible  <bruno@clisp.org>
22395
22396         * lib/hash-pjw.c: Add comment about low quality of this function.
22397
22398 2003-01-13  Bruno Haible  <bruno@clisp.org>
22399
22400         * modules/stpcpy: Distribute lib/stpcpy.h.
22401         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
22402
22403 2003-01-13  Bruno Haible  <bruno@clisp.org>
22404
22405         * modules/*: Add a description.
22406         * modules/strpbrk: Fix Makefile.am snippet.
22407         * modules/strtoimax: Fix dependencies.
22408         * modules/strtoumax: Likewise.
22409
22410 2003-01-13  Bruno Haible  <bruno@clisp.org>
22411
22412         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
22413         * modules/alloca (Makefile.am): All object files depend on alloca.h.
22414         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
22415
22416 2003-01-13  Bruno Haible  <bruno@clisp.org>
22417
22418         * gnulib-tool (func_create_testdir): Store config/* files in the main
22419         directory.
22420         * config.rpath: Move to ...
22421         * config/config.rpath: ... here.
22422         * modules/gettext: Contains config/config.rpath, not config.rpath.
22423         * modules/iconv: Likewise.
22424
22425 2003-01-12  Paul Eggert  <eggert@twinsun.com>
22426
22427         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
22428         to avoid collisions with libcurses and libreadline.
22429
22430         * m4/getstr.m4: Remove.
22431         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
22432
22433 2003-01-12  Paul Eggert  <eggert@twinsun.com>
22434
22435         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
22436         to avoid collisions with libcurses and libreadline.
22437
22438         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
22439         * lib/getstr.h, getstr.c: Remove.
22440         * lib/getline.c: Include "getline.h", to check interface.
22441         Move body of old getstr.c here: this defines MIN_CHUNK and
22442         declares getdelim2, which is renamed from getstr.
22443         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
22444
22445         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
22446         All uses changed.
22447         * lib/linebuffer.h: Likewise.
22448         (readline): Remove backward-compatibility macro.
22449
22450 2003-01-12  Paul Eggert  <eggert@twinsun.com>
22451
22452         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
22453         to avoid collisions with libcurses and libreadline.
22454         * getstr: Remove.
22455         * MODULES.html.sh: Remove getstr.
22456         * modules/getline: Depend on unlocked-io, not getstr.
22457
22458 2003-01-12  Jim Meyering  <jim@meyering.net>
22459
22460         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
22461
22462 2003-01-10  Bruno Haible  <bruno@clisp.org>
22463
22464         * modules/alloca: Change Makefile.am requirements. Simplify Include
22465         requirements. Add lib/alloca_.h to file list.
22466
22467 2003-01-10  Bruno Haible  <bruno@clisp.org>
22468
22469         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
22470
22471 2003-01-10  Bruno Haible  <bruno@clisp.org>
22472
22473         * lib/alloca_.h: New file.
22474         * lib/getdate.y: Unconditionally include alloca.h.
22475         * lib/makepath.c: Likewise.
22476         * lib/setenv.c: Likewise.
22477         * lib/userspec.c: Likewise.
22478
22479 2003-01-09  Karl Berry  <karl@gnu.org>
22480
22481         * MODULES.html.sh: include `dirname $0` in PATH, to find
22482         gnulib-tool.
22483
22484 2003-01-09  Bruno Haible  <bruno@clisp.org>
22485
22486         * modules/stdbool: Change configure.ac, Makefile.am requirements.
22487         Simplify Include requirements. Add lib/stdbool.h.in to file list.
22488
22489 2003-01-09  Bruno Haible  <bruno@clisp.org>
22490
22491         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
22492
22493 2003-01-09  Bruno Haible  <bruno@clisp.org>
22494
22495         * lib/stdbool.h.in: New file.
22496
22497 2003-01-09  Bruno Haible  <bruno@clisp.org>
22498
22499         * gnulib-tool (func_all_modules): Ignore files ending in ~.
22500         * MODULES.html.sh: Likewise.
22501
22502 2003-01-08  Jim Meyering  <jim@meyering.net>
22503
22504         * lib/full-write.c: Undefine and define-away `const' after inclusion
22505         of errno.h, not before.  Suggestion from Bruno Haible.
22506
22507 2003-01-08  Bruno Haible  <bruno@clisp.org>
22508
22509         * modules/full-read: Depend on full-write.
22510
22511 2003-01-08  Bruno Haible  <bruno@clisp.org>
22512
22513         * lib/safe-read.c: Include specification header first, to ensure its
22514         selfcontainedness.
22515         * lib/full-write.c: Likewise.
22516
22517 2003-01-07  Jim Meyering  <jim@meyering.net>
22518
22519         * lib/full-write.c: Rework so that it may serve to define full_read,
22520         too.
22521         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
22522
22523 2003-01-07  Bruno Haible  <bruno@clisp.org>
22524
22525         * lib/strtoimax.c: Include <stdint.h> as an alternative to
22526         <inttypes.h>.
22527         * lib/xstrtol.h: Likewise.
22528         * lib/xstrtoimax.c: Likewise.
22529         * lib/xstrtoumax.c: Likewise.
22530         * lib/human.h: Likewise.
22531
22532         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
22533         on systems that have <inttypes.h> but not <stdint.h>.
22534
22535 2003-01-07  Bruno Haible  <bruno@clisp.org>
22536
22537         * MODULES.html.sh: Add copyright notice.
22538         (missed_files): Omit CVS directory entries.
22539         (func_module): Make it work with sed-3.02.
22540         * MODULES.txt: Remove file.
22541
22542 2003-01-06  Jim Meyering  <jim@meyering.net>
22543
22544         * lib/version-etc.c: Update year in translatable copyright string.
22545
22546 2003-01-03  Karl Berry  <karl@gnu.org>
22547
22548         * config/config.{guess,sub}: update from prep.
22549
22550 2003-01-02  Karl Berry  <karl@gnu.org>
22551
22552         * doc/COPYING.DOC: belatedly updated to 1.2.
22553
22554 2003-01-01  Karl Berry  <karl@gnu.org>
22555
22556         * gnulib-tool (func_verify_module): report module name $module in
22557         error message, not $1.
22558         * gnulib-tool (create-testdir): don't complain if destdir couldn't
22559         be created, only if it doesn't exist.
22560         * gnulib-tool (last_checkin_date): don't expand the $Date here.
22561
22562 2002-12-31  Paul Eggert  <eggert@twinsun.com>
22563
22564         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
22565
22566 2002-12-31  Paul Eggert  <eggert@twinsun.com>
22567
22568         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
22569         memcmp if strcoll doesn't work.
22570
22571 2002-12-31  Bruno Haible  <bruno@clisp.org>
22572
22573         * lib/utime.c (utime_null): No need to call ftruncate if the file was
22574         nonempty.
22575
22576 2002-12-31  Bruno Haible  <bruno@clisp.org>
22577
22578         * lib/memcoll.c (STRCOLL): New macro.
22579         (memcoll): Use it.
22580
22581 2002-12-31  Bruno Haible  <bruno@clisp.org>
22582
22583         * lib/localcharset.h: New file.
22584         * lib/localcharset.c: Include it.
22585         * lib/unicodeio.c: Likewise.
22586
22587 2002-12-31  Bruno Haible  <bruno@clisp.org>
22588
22589         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
22590         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
22591
22592 2002-12-31  Bruno Haible  <bruno@clisp.org>
22593
22594         * lib/getline.h: Include <stddef.h>, for size_t.
22595
22596         * lib/unicodeio.h: Include <stddef.h>, for size_t.
22597         * lib/unicodeio.c: Don't include <stddef.h>.
22598
22599 2002-12-31  Bruno Haible  <bruno@clisp.org>
22600
22601         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
22602         HAVE_TM_ZONE.
22603
22604 2002-12-24  Karl Berry  <karl@gnu.org>
22605
22606         * config/config.guess: update from prep.
22607
22608 2002-12-24  Bruno Haible  <bruno@clisp.org>
22609
22610         General infrasructure.
22611         * m4/README: Rewritten.
22612         * m4/onceonly.m4: New file.
22613         * m4/onceonly_2_57.m4: New file.
22614
22615         Module atexit.
22616         * m4/atexit.m4: New file.
22617
22618         Module strtod.
22619         * m4/strtod.m4: New file.
22620
22621         Module strtol.
22622         * m4/strtol.m4: New file.
22623
22624         Module strtoul.
22625         * m4/strtoul.m4: New file.
22626
22627         Module memchr.
22628         * m4/memchr.m4: New file.
22629
22630         Module memcmp.
22631         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
22632         (jm_FUNC_MEMCMP): Invoke it.
22633
22634         Module memcpy.
22635         * m4/memcpy.m4: New file.
22636
22637         Module memmove.
22638         * m4/memmove.m4: New file.
22639
22640         Module memset.
22641         * m4/memset.m4: New file.
22642
22643         Module strcspn.
22644         * m4/strcspn.m4: New file.
22645
22646         Module strpbrk.
22647         * m4/strpbrk.m4: New file.
22648
22649         Module strstr.
22650         * m4/strstr.m4: New file.
22651
22652         Module strerror.
22653         * m4/strerror.m4: New file.
22654
22655         Module mktime.
22656         * m4/mktime.m4: Renamed from jm-mktime.m4.
22657         (gl_PREREQ_MKTIME): New macro.
22658         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
22659
22660         Module malloc.
22661         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
22662         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
22663         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
22664
22665         Module realloc.
22666         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
22667         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
22668         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
22669
22670         Module strftime.
22671         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
22672         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
22673         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
22674         gl_TM_GMTOFF.
22675         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
22676
22677         Module xalloc.
22678         * m4/xalloc.m4: New file.
22679
22680         Module alloca.
22681         * m4/alloca.m4: New file.
22682
22683         Module putenv.
22684         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
22685         (jm_FUNC_PUTENV): Invoke it.
22686
22687         Module setenv.
22688         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
22689         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
22690         when invoked twice.
22691         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
22692         gt_FUNC_SETENV.
22693
22694         Module memrchr.
22695         * m4/memrchr.m4: New file.
22696
22697         Module stpcpy.
22698         * m4/stpcpy.m4: New file.
22699
22700         Module strcase.
22701         * m4/strcase.m4: New file.
22702
22703         Module strdup.
22704         * m4/strdup.m4: New file.
22705
22706         Module strnlen.
22707         * m4/strnlen.m4: New file.
22708
22709         Module strndup.
22710         * m4/strndup.m4: New file.
22711
22712         Module xstrtod.
22713         * m4/xstrtod.m4: New file.
22714
22715         Module xstrtol.
22716         * m4/xstrtol.m4: New file.
22717
22718         Module getdate.
22719         * m4/getdate.m4: New file.
22720
22721         Module unlocked-io.
22722         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
22723         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
22724         * m4/jm-glibc-io.m4n: Remove file.
22725
22726         Module long-options.
22727         * m4/long-options.m4: New file.
22728
22729         Module md5.
22730         * m4/md5.m4: New file.
22731
22732         Module sha.
22733         * m4/sha.m4: New file.
22734
22735         Module getstr.
22736         * m4/getstr.m4: New file.
22737
22738         Module getline.
22739         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
22740         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
22741         <sys/types.h>, for size_t. Use the function name gnu_getline, not
22742         simply getline. Infoke gl_PREREQ_GETLINE.
22743
22744         Module obstack.
22745         * m4/obstack.m4: New file.
22746
22747         Module hash.
22748         * m4/hash.m4: New file.
22749
22750         Module readtokens.
22751         * m4/readtokens.m4: New file.
22752
22753         Module strverscmp.
22754         * m4/strverscmp.m4: New file.
22755
22756         Module stdbool.
22757         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
22758         OSF/1.
22759
22760         Module strtoll.
22761         * m4/strtoll.m4: New file.
22762
22763         Module strtoull.
22764         * m4/strtoull.m4: New file.
22765
22766         Module strtoimax.
22767         * m4/strtoimax.m4: New file.
22768
22769         Module strtoumax.
22770         * m4/strtoumax.m4: New file.
22771
22772         Module xstrtoimax.
22773         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
22774         jm_AC_PREREQ_XSTRTOIMAX.
22775         Moved the strtol prerequisites to strtol.m4.
22776         Moved the strtoll prerequisites to strtoll.m4.
22777         Moved the strtoimax prerequisites to strtoimax.m4.
22778
22779         Module xstrtoumax.
22780         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
22781         jm_AC_PREREQ_XSTRTOUMAX.
22782         Moved the strtoul prerequisites to strtoul.m4.
22783         Moved the strtoull prerequisites to strtoull.m4.
22784         Moved the strtoumax prerequisites to strtoumax.m4.
22785
22786         Module chown.
22787         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
22788         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
22789
22790         Module dup2.
22791         * m4/dup2.m4: New file.
22792
22793         Module ftruncate.
22794         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
22795         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
22796
22797         Module getgroups.
22798         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
22799         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
22800
22801         Module gettimeofday.
22802         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
22803         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
22804         gl_PREREQ_GETTIMEOFDAY.
22805
22806         Module mkdir.
22807         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
22808         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
22809
22810         Module mkstemp.
22811         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
22812         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
22813         jm_AC_TYPE_UINTMAX_T.
22814         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
22815
22816         Module stat.
22817         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
22818         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
22819
22820         Module lstat.
22821         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
22822         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
22823
22824         Module timespec.
22825         * m4/timespec.m4 (gl_TIMESPEC): New macro.
22826         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
22827         * m4/st_mtim.m4: Indentation.
22828
22829         Module nanosleep.
22830         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
22831         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
22832         gl_PREREQ_NANOSLEEP.
22833
22834         Module regex.
22835         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
22836         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
22837         (gl_REGEX): New macro.
22838
22839         Module rename.
22840         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
22841         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
22842
22843         Module rmdir.
22844         * m4/rmdir.m4: New file.
22845
22846         Module utime.
22847         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
22848         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
22849         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
22850
22851         Module dirname.
22852         * m4/dirname.m4: New file.
22853
22854         Module getopt.
22855         * m4/getopt.m4: New file.
22856
22857         Module unistd-safer.
22858         * m4/unistd-safer.m4: New file.
22859
22860         Module fnmatch.
22861         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
22862         declaration.
22863         (gl_PREREQ_FNMATCH_EXTRA): New macro.
22864         (gl_FUNC_FNMATCH_POSIX): New macro.
22865         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
22866         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
22867         simply fnmatch.
22868
22869         Module exclude.
22870         * m4/exclude.m4: New file.
22871
22872         Module human.
22873         * m4/human.m4: New file.
22874
22875         Module acl.
22876         * m4/acl.m4: Nop.
22877
22878         Module backupfile.
22879         * m4/backupfile.m4: New file.
22880         * m4/d-ino.m4: Indentation.
22881
22882         Module fsusage.
22883         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
22884         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
22885         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
22886
22887         Module dirfd.
22888         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
22889         requirements.
22890
22891         Module euidaccess.
22892         * m4/euidaccess.m4: New file.
22893
22894         Module file-type.
22895         * m4/file-type.m4: New file.
22896
22897         Module fileblocks.
22898         * m4/fileblocks.m4: New file.
22899
22900         Module filemode.
22901         * m4/filemode.m4: New file.
22902
22903         Module isdir.
22904         * m4/isdir.m4: New file.
22905
22906         Module lchown.
22907         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
22908         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
22909
22910         Module makepath.
22911         * m4/makepath.m4: New file.
22912
22913         Module modechange.
22914         * m4/modechange.m4: New file.
22915
22916         Module mountlist.
22917         * m4/mountlist.m4: New file.
22918         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
22919         Indentation.
22920
22921         Module path-concat.
22922         * m4/path-concat.m4: New file.
22923
22924         Module pathmax.
22925         * m4/pathmax.m4: New file.
22926
22927         Module same.
22928         * m4/same.m4: New file.
22929
22930         Module save-cwd.
22931         * m4/save-cwd.m4: New file.
22932
22933         Module savedir.
22934         * m4/savedir.m4: New file.
22935
22936         Module xgetcwd.
22937         * m4/xgetcwd.m4: New file.
22938         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
22939
22940         Module xreadlink.
22941         * m4/xreadlink.m4: New file.
22942
22943         Module safe-read.
22944         * m4/safe-read.m4: New file.
22945
22946         Module safe-write.
22947         * m4/safe-write.m4: New file.
22948
22949         Module closeout.
22950         * m4/closeout.m4: New file.
22951
22952         Module stdio-safer.
22953         * m4/stdio-safer.m4: New file.
22954
22955         Module getpass.
22956         * m4/getpass.m4: New file.
22957
22958         Module getugroups.
22959         * m4/getugroups.m4: New file.
22960
22961         Module group-member.
22962         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
22963         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
22964
22965         Module idcache.
22966         * m4/idcache.m4: New file.
22967
22968         Module userspec.
22969         * m4/userspec.m4: New file.
22970
22971         Module gettime.
22972         * m4/clock_time.m4: New file.
22973         * m4/gettime.m4: New file.
22974
22975         Module settime.
22976         * m4/settime.m4: New file.
22977
22978         Module posixtm.
22979         * m4/posixtm.m4: New file.
22980
22981         Module gethostname.
22982         * m4/gethostname.m4: New file.
22983
22984         Module canon-host.
22985         * m4/canon-host.m4: New file.
22986
22987         Module gettext.
22988         * m4/codeset.m4: New file, from gettext-0.11.5.
22989         * m4/gettext.m4: New file, from gettext-0.11.5.
22990         * m4/glibc21.m4: New file, from gettext-0.11.5.
22991         * m4/iconv.m4: New file, from gettext-0.11.5.
22992         * m4/intdiv0.m4: New file, from gettext-0.11.5.
22993         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
22994         * m4/inttypes.m4: New file, from gettext-0.11.5.
22995         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
22996         * m4/isc-posix.m4: New file, from gettext-0.11.5.
22997         * m4/lcmessage.m4: New file, from gettext-0.11.5.
22998         * m4/lib-ld.m4: New file, from gettext-0.11.5.
22999         * m4/lib-link.m4: New file, from gettext-0.11.5.
23000         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
23001         * m4/progtest.m4: New file, from gettext-0.11.5.
23002         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
23003         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
23004         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
23005
23006         Module localcharset.
23007         * m4/localcharset.m4: New file.
23008
23009         Module hard-locale.
23010         * m4/hard-locale.m4: New file.
23011
23012         Module mbswidth.
23013         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
23014         onceonly macros.
23015         * m4/mbrtowc.m4: Add comment.
23016
23017         Module memcasecmp.
23018         * m4/memcasecmp.m4: New file.
23019
23020         Module memcoll.
23021         * m4/memcoll.m4: New file.
23022
23023         Module unicodeio.
23024         * m4/unicodeio.m4: New file.
23025
23026         Module rpmatch.
23027         * m4/rpmatch.m4: New file.
23028
23029         Module yesno.
23030         * m4/yesno.m4: New file.
23031
23032         Module exitfail.
23033         * m4/exitfail.m4: New file.
23034
23035         Module c-stack.
23036         * m4/c-stack.m4 (gl_C_STACK): New macro.
23037         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
23038
23039         Module error.
23040         * m4/error.m4 (gl_ERROR): New macro.
23041         (jm_PREREQ_ERROR): Use onceonly macros.
23042
23043         Module fatal.
23044         * m4/fatal.m4: New file.
23045
23046         Module getloadavg.
23047         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
23048         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
23049
23050         Module getpagesize.
23051         * m4/getpagesize.m4: New file.
23052
23053         Module getusershell.
23054         * m4/getusershell.m4: New file.
23055
23056         Module physmem.
23057         * m4/physmem.m4: New file.
23058
23059         Module posixver.
23060         * m4/posixver.m4: New file.
23061
23062         Module quotearg.
23063         * m4/quotearg.m4: New file.
23064
23065         Module quote.
23066         * m4/quote.m4: New file.
23067
23068         Module readutmp.
23069         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
23070
23071         Module sig2str.
23072         * m4/sig2str.m4: New file.
23073
23074         Other.
23075         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
23076         ulonglong.m4.
23077         * m4/intmax_t.m4: New file.
23078         * m4/d-type.m4: Indentation.
23079         * m4/jm-macros.m4: Update.
23080         * m4/prereq.m4 (jm_PREREQ): Update.
23081         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
23082         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
23083         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
23084         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
23085         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
23086         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
23087         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
23088         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
23089         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
23090         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
23091         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
23092         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
23093         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
23094         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
23095         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
23096         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
23097         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
23098         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
23099         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
23100
23101 2002-12-24  Bruno Haible  <bruno@clisp.org>
23102
23103         * MODULES.txt: Update according to m4/ changes.
23104
23105         Module gettext.
23106         * config.rpath: New file, from gettext-0.11.5.
23107
23108         * modules/*: New module descriptions.
23109         * gnulib-tool: New file.
23110         * MODULES.html.sh: New file.
23111
23112 2002-12-21  Karl Berry  <karl@gnu.org>
23113
23114         * doc/fdl.texi: update to version 1.2.
23115
23116 2002-12-19  Karl Berry  <karl@gnu.org>
23117
23118         * config/config.guess: update from prep.
23119
23120 2002-12-18  Bruno Haible  <bruno@clisp.org>
23121
23122         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
23123         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
23124
23125 2002-12-17  Bruno Haible  <bruno@clisp.org>
23126
23127         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
23128         stdlib.h, string.h.
23129
23130 2002-12-17  Bruno Haible  <bruno@clisp.org>
23131
23132         * lib/canon-host.c (strdup): Remove unused declaration.
23133
23134         * lib/fsusage.c: Include full_read.h.
23135         (get_fs_usage): Use full_read instead of safe_read.
23136
23137         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
23138
23139 2002-12-12  Karl Berry  <karl@gnu.org>
23140
23141         * config/config.guess: update from prep.
23142
23143 2002-12-11  Bruno Haible  <bruno@clisp.org>
23144
23145         * m4/setenv.m4: New file, from gettext-0.11.5.
23146
23147 2002-12-11  Bruno Haible  <bruno@clisp.org>
23148
23149         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
23150         not unsetenv().
23151         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
23152         modifications:
23153
23154         2002-12-11  Bruno Haible  <bruno@clisp.org>
23155
23156                 * setenv.c (alloca): Fall back to malloc.
23157                 (freea): New macro.
23158                 (setenv): Use freea() to free memory allocated with alloca().
23159
23160         2002-11-13  Bruno Haible  <bruno@clisp.org>
23161
23162                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
23163                 function declarations.
23164                 * unsetenv.c (unsetenv): Likewise.
23165
23166         2002-03-04  Bruno Haible  <bruno@clisp.org>
23167
23168                 Portability to AIX 4.3.3.
23169                 * unsetenv.c: New file, extracted from setenv.c.
23170                 * setenv.c: Move the unsetenv() function to unsetenv.c.
23171
23172         2001-12-20  Bruno Haible  <bruno@clisp.org>
23173
23174                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
23175                 use malloc instead. For SunOS 4.
23176
23177         2001-12-11  Bruno Haible  <bruno@clisp.org>
23178
23179                 * setenv.c: Declare alloca.
23180                 (compar_fn_t): New typedef.
23181                 (KNOWN_VALUE, STORE_VALUE): Use it.
23182
23183         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
23184         setenv.h.
23185
23186 2002-12-10  Paul Eggert  <eggert@twinsun.com>
23187
23188         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
23189         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
23190         Choose values that are less likely to collide with system fnmatch
23191         options.
23192         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
23193         defined (e.g., a pure POSIX system).
23194         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
23195         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
23196
23197 2002-12-06  Paul Eggert  <eggert@twinsun.com>
23198
23199         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
23200         a pain in practice to deal with generated m4 files.  This change
23201         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
23202
23203         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
23204         and jm-glibc-io.m4, as they are no longer a special case.
23205         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
23206         kludge and the auto-generation stuff.  Check only whether the
23207         functions are declared, not whether they exist, since older hosts
23208         that don't declare the functions can't use the optimization anyway.
23209
23210 2002-12-06  Jim Meyering  <jim@meyering.net>
23211
23212         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
23213
23214         Merge in changes from libc's misc/error.c, in preparation
23215         for the merge of gnulib's changes back into libc.
23216
23217         * lib/error.c (_): Define only if not already defined.
23218         Move definition to follow all #include directives.
23219         Include unlocked-io.h only if !_LIBC.
23220         [_LIBC]: Include <libio/libioP.h>.
23221         [USE_IN_LIBIO]: Include <libio/iolibio.h>
23222         (fflush): Tweak definition to use INTUSE.
23223         (putc): Define.
23224
23225 2002-12-05  Paul Eggert  <eggert@twinsun.com>
23226
23227         * lib/alloca.c [defined emacs]: Include "lisp.h".
23228         (xalloc_die) [defined emacs]: New macro.
23229         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
23230         [! defined emacs]: Include <xalloc.h>.
23231         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
23232         (pointer): Typedef to POINTER_TYPE *.
23233         (malloc): Remove decl; we now always use xmalloc.
23234         (alloca): Use old-style definition, since Emacs needs this.
23235         Check for arithmetic overflow when computing combined size.
23236
23237 2002-12-04  Paul Eggert  <eggert@twinsun.com>
23238
23239         Do not generate unlocked-io.h automatically, since it's easier to
23240         maintain it by hand.
23241
23242         * lib/unlocked-io.h: New file, from GNU diffutils,
23243         but with proper copyright notice and attribution.
23244         * lib/gen-uio: Remove.
23245         * lib/Makefile.am: Add copyright notice.
23246         (libfetish_a_SOURCES): Add unlocked-io.h.
23247         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
23248         (DISTCLEANFILES, io_functions): Remove macros.
23249         (EXTRA_DIST): Remove gen_uio.
23250         (unlocked-io.h): Remove rule.
23251
23252 2002-12-04  Jim Meyering  <jim@meyering.net>
23253
23254         Reflect the fact that stat.c and lstat.c are no longer generated.
23255         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
23256         (DISTCLEANFILES): Likewise.
23257         (EXTRA_DIST): Likewise.
23258         (all_local): Don't depend on stat.c or lstat.c.
23259         (stat.c, lstat.c): Remove rules.
23260         (EXTRA_DIST): Remove xstat.in.
23261
23262         * lib/xstat.in: Remove file.  Contents moved into stat.c.
23263         * lib/stat.c: New file.  Contents mostly from xstat.in.
23264         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
23265         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
23266
23267         * lib/safe-read.c: Rework so that it may serve to define safe_write,
23268         too.
23269         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
23270
23271 2002-12-03  Jim Meyering  <jim@meyering.net>
23272
23273         * lib/safe-read.c, safe-write.c: Change variable names and comments,
23274         but not semantics, to minimize the differences between these two files.
23275         (safe_read): Change comment to mention SAFE_READ_ERROR.
23276
23277         * lib/safe-read.c (IS_EINTR): Define.
23278         (safe_read): Use IS_EINTR in place of in-function cpp directives.
23279
23280 2002-12-02  Jim Meyering  <jim@meyering.net>
23281
23282         * lib/safe-read.c (EINTR): Define.
23283         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
23284         (INT_MAX): Provide fallback.
23285         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
23286
23287         * lib/safe-read.h (SAFE_READ_ERROR): Define.
23288
23289 2002-12-02  Bruno Haible  <bruno@clisp.org>
23290
23291         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
23292         Define, taken from safe-read.c.
23293         (INT_MAX): Provide fallback.
23294         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
23295         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
23296
23297         * lib/safe-read.c (EINTR): Remove definition.
23298         (safe_read): Don't use EINTR if it is absent.
23299
23300 2002-12-01  Jim Meyering  <jim@meyering.net>
23301
23302         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
23303         zero.
23304         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
23305
23306 2002-11-27  Paul Eggert  <eggert@twinsun.com>
23307
23308         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
23309         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
23310         with `if (! (value < limit)) abort ();', for readability.
23311
23312 2002-11-26  Karl Berry  <karl@gnu.org>
23313
23314         * lib/strdup.c: copy from libc again, with jim's ok.
23315         * lib/.cppi-disable: re-add strdup.c
23316
23317 2002-11-25  Karl Berry  <karl@gnu.org>
23318
23319         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
23320         instead of "strtol.c".
23321
23322 2002-11-25  Karl Berry  <karl@gnu.org>
23323
23324         * config/install-sh: update from automake for variable quoting, $0 in
23325         error msgs, etc.
23326
23327         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
23328         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
23329         entry.
23330
23331 2002-11-25  Jim Meyering  <jim@meyering.net>
23332
23333         * lib/mktime.c: Sync from libc, now that it has the latest fix.
23334
23335 2002-11-24  Karl Berry  <karl@gnu.org>
23336
23337         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
23338         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
23339
23340 2002-11-24  Jim Meyering  <jim@meyering.net>
23341
23342         Update from coreutils:
23343
23344         * lib/mktime.c: Merge in changes from libc.
23345
23346         Avoid a link-time failure on some Linux systems.
23347         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
23348         (otherwise).
23349         (__mon_yday): Declare with the STATIC attribute.
23350         (__mktime_internal): Likewise.
23351         Based on a report from Greg Schafer.
23352
23353 2002-11-23  Jim Meyering  <jim@meyering.net>
23354
23355         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
23356         Use `unsigned', not `int', as type of index.
23357
23358         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
23359
23360         * lib/fsusage.c: Remove unneeded parentheses around operands of
23361         `defined'.
23362
23363 2002-11-22  Paul Eggert  <eggert@twinsun.com>
23364
23365         * lib/quotearg.h: Allow multiple inclusion by surrounding with
23366         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
23367         so that we can be included first.
23368         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
23369         * lib/quotearg.c: Include quotearg.h immediately after config.h.
23370         No need to include stddef.h or sys/types.h any more.
23371         Surround local include files with "", not "<>".
23372         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
23373         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
23374         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
23375         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
23376         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
23377         (ISPRINT): Remove; no longer needed now that we assume C89.
23378
23379         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
23380         Preserve errno.
23381
23382         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
23383         quotearg_char): Use SIZE_MAX rather than
23384         (size_t) -1 when we are talking about "infinity".
23385
23386         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
23387
23388 2002-11-22  Paul Eggert  <eggert@twinsun.com>
23389
23390         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
23391         hint that one should use `if (! x) abort ();' rather than `assert
23392         (x);', and anyway it's one less thing to worry about configuring.
23393         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
23394         hash_rehash, hash_insert): Use abort rather than assert.
23395
23396 2002-11-22  Bruno Haible  <bruno@clisp.org>
23397
23398         * lib/safe-read.h: Assume C89. Add comments.
23399         (safe_read): Change return type to size_t.
23400         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
23401         byte counts > SSIZE_MAX correctly.
23402         * lib/safe-write.h: New file.
23403         * lib/safe-write.c: New file.
23404         * lib/full-read.h: New file.
23405         * lib/full-read.c: New file.
23406         * lib/full-write.h: Assume C89. Add comments.
23407         * lib/full-write.c: Include safe-write.h.
23408         (full_write): Rewritten to use safe_write.
23409         Suggested by Jim Meyering and Paul Eggert.
23410
23411 2002-11-21  Jim Meyering  <jim@meyering.net>
23412
23413         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
23414
23415         Merge in changes from the coreutils.
23416
23417         2002-09-25  Paul Eggert  <eggert@twinsun.com>
23418         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
23419         <stdint.h>.
23420         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
23421         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
23422         int.  Work more efficiently if X is the same width as uintmax_t.
23423         Do not compare X to -1, to avoid bogus compiler warning.
23424         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
23425         Don't assume that f_frsize and f_bsize are the same type.
23426
23427         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
23428         warning on FreeBSD.
23429
23430         * lib/makepath.c (make_path): Restore umask *before* creating the final
23431         component.
23432         (make_path): Minor reformatting.
23433
23434         * lib/xmalloc.c: Adjust to work with new autoconf macros,
23435         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
23436         HAVE_MALLOC/HAVE_REALLOC.
23437
23438         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
23439         dummy ones.  At least on GNU/Linux systems, `auto' means something
23440         else.
23441         From Michael Stone.
23442
23443 2002-11-21  Bruno Haible  <bruno@clisp.org>
23444
23445         Remove case insensitive option matching.
23446         * lib/argmatch.h (argcasematch): Remove declaration.
23447         (ARGCASEMATCH): Remove macro.
23448         (__xargmatch_internal): Remove case_sensitive argument.
23449         (XARGMATCH): Update.
23450         (XARGCASEMATCH): Remove macro.
23451         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
23452         case_sensitive argument.
23453         (argcasematch): Remove function.
23454         (__xargmatch_internal): Remove case_sensitive argument.
23455         (main): Use XARGMATCH instead of XARGCASEMATCH.
23456
23457         * lib/xmalloc.c: Change compile-time error message. Add comment about
23458         required autoconf version.
23459
23460 2002-11-20  Paul Eggert  <eggert@twinsun.com>
23461
23462         Merge argmatch cleanups from Bison.  Assume C89.
23463
23464         * lib/argmatch.c: Include config.h here, not in argmatch.h.
23465         Include stdlib.h, for EXIT_FAILURE.
23466         Always include <string.h>, since we assume C89.
23467         (EXIT_FAILURE): Remove pre-C89 bug workaround.
23468         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
23469         Include <stddef.h> instead, since it's all we need for size_t.
23470         (PARAMS): Remove.  All uses removed.
23471         (ARRAY_CARDINALITY): Do not bother to #undef.
23472         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
23473         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
23474         Remove unnecessary parentheses.
23475         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
23476         Insert necessary parentheses.
23477         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
23478         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
23479
23480 2002-11-19  Bruno Haible  <bruno@clisp.org>
23481
23482         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
23483         * lib/mbswidth.h: Include <stddef.h>, for size_t.
23484
23485         * lib/mbswidth.h (PARAMS): Remove macro.
23486         (mbswidth, mbsnwidth): Use ANSI C function declarations.
23487         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
23488
23489         * lib/gcd.h (PARAMS): Remove macro.
23490         (gcd): Use ANSI C function declarations.
23491         * lib/gcd.c (gcd): Likewise.
23492
23493 2002-11-15  Bruno Haible  <bruno@clisp.org>
23494
23495         * lib/strcspn.c: Include <stddef.h>.
23496         (strcspn): Use ANSI C function declaration. Change return type to
23497         size_t. Use NULL.
23498         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
23499         (strpbrk): Use NULL.
23500         * lib/strpbrk.h (PARAMS): Remove macro.
23501         (strpbrk): Use ANSI C function declaration.
23502         * lib/strstr.c: Don't include <sys/types.h>.
23503         * lib/strstr.h (PARAMS): Remove macro.
23504         (strstr): Use ANSI C function declarations.
23505
23506 2002-11-14  Karl Berry  <karl@gnu.org>
23507
23508         * config/mkinstalldirs: `do' on separate line, instead of
23509         `for var; do'.
23510
23511 2002-11-06  Bruno Haible  <bruno@clisp.org>
23512
23513         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
23514         * lib/gcd.c (gcd): Likewise.
23515
23516 2002-11-05  Bruno Haible  <bruno@clisp.org>
23517
23518         * lib/gcd.h: New file, from gettext-0.11.5.
23519         * lib/gcd.c: New file, from gettext-0.11.5.
23520
23521 2002-11-05  Bruno Haible  <bruno@clisp.org>
23522
23523         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
23524         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
23525         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
23526         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
23527
23528         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
23529         <libintl.h>.
23530         * lib/makepath.c: Include gettext.h instead of <locale.h> and
23531         <libintl.h>.
23532
23533         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
23534         * lib/human.c: Include gettext.h instead of <libintl.h>.
23535         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
23536         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
23537         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
23538         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
23539         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
23540         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
23541         (textdomain): Remove definition.
23542         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
23543
23544         * lib/long-options.c: Remove include of <libintl.h> and definition of
23545         _.
23546         * lib/same.c: Remove include of <libintl.h> and definition of _.
23547
23548 2002-11-04  Owen Taylor  <otaylor@redhat.com>
23549
23550         * lib/config.charset: A few additions for Solaris.
23551
23552 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
23553
23554         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
23555         * lib/localcharset.c (locale_charset): Declare as extern "C".
23556
23557 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
23558
23559         * lib/config.charset: msdos in uk_UA uses CP1125.
23560
23561 2002-11-04  Bruno Haible  <bruno@clisp.org>
23562
23563         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
23564         * lib/strcase.h: New file, from GNU gettext-0.11.5.
23565         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
23566         * lib/strstr.h: New file, from GNU gettext-0.11.5.
23567         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
23568
23569 2002-11-04  Bruno Haible  <bruno@clisp.org>
23570
23571         * lib/localcharset.c (locale_charset): Don't return an empty string.
23572
23573 2002-11-04  Bruno Haible  <bruno@clisp.org>
23574
23575         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
23576         aliases.
23577
23578 2002-11-04  Bruno Haible  <bruno@clisp.org>
23579
23580         * lib/config.charset: Update for newest glibc. Add canonical names
23581         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
23582
23583 2002-11-04  Bruno Haible  <bruno@clisp.org>
23584
23585         * lib/config.charset: Add support for NetBSD.
23586
23587 2002-11-04  Bruno Haible  <bruno@clisp.org>
23588
23589         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
23590
23591 2002-11-01  Bruno Haible  <bruno@clisp.org>
23592
23593         * configure.in: Add AC_CONFIG_AUX_DIR call.
23594         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
23595         test/Makefile.
23596         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
23597
23598 2002-09-28  Karl Berry  <karl@gnu.org>
23599
23600         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
23601         installed automake until the next release, since changes have been
23602         made.
23603
23604 2002-09-25  Karl Berry  <karl@gnu.org>
23605
23606         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
23607         * lib/getopt*: copy from libc/posix.
23608         * lib/gettext.h: copy from gettext.
23609         * lib/.cppi-disable: add strdup.c, gettext.h.
23610
23611 2002-09-25  Karl Berry  <karl@gnu.org>
23612
23613         * config/srclist.txt: enable gettext.h check.
23614         * config/config.{guess,sub}: update from prep.
23615         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
23616                 from automake 1.6.3.
23617         See srclist*.
23618
23619 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
23620
23621         * regex.c (PATFETCH): Remove the translating fetch.
23622         (PATFETCH_RAW): Rename to PATFETCH.
23623         (set_image_of_range): New fun.
23624         (SET_RANGE_TABLE_WORK_AREA): Use it.
23625         (regex_compile): Don't translate the pattern chars so eagerly.
23626         Only do it when inserting an `exactn' bytecode or when handling
23627         a char-range.
23628         (mutually_exclusive_p): Avoid empty statement.
23629
23630 2002-07-06  Jim Meyering  <meyering@lucent.com>
23631
23632         * m4/README: Don't mention Makefile.am.in.
23633         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
23634
23635 2002-07-01  Jim Meyering  <meyering@lucent.com>
23636
23637         * lib/c-stack.c: Include sys/time.h.
23638         From Volker Borchert.
23639
23640 2002-06-26  Paul Eggert  <eggert@twinsun.com>
23641
23642         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
23643
23644 2002-06-26  Paul Eggert  <eggert@twinsun.com>
23645
23646         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
23647         New macro.  Use it uniformly instead of
23648         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
23649         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
23650         reported by Vin Shelton.
23651
23652 2002-06-22  Paul Eggert  <eggert@twinsun.com>
23653
23654         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
23655         Do not assume SA_SIGINFO behavior.
23656         Bug reported by Jim Meyering on NetBSD 1.5.2.
23657
23658 2002-06-22  Jim Meyering  <meyering@lucent.com>
23659
23660         * m4/c-stack.m4: New file, from diffutils-2.8.2.
23661         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
23662
23663         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
23664         now that configure.ac uses AC_GNU_SOURCE.
23665         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
23666         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
23667
23668         Update to latest tools.  Suggestions from Paul Eggert.
23669         * m4/stdbool.m4: New file, from diffutils-2.8.2.
23670         * m4/gnu-source.m4: Update from diffutils-2.8.2.
23671         * m4/fnmatch.m4: Likewise.
23672         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
23673         to AC_HEADER_STDBOOL
23674
23675 2002-06-22  Jim Meyering  <meyering@lucent.com>
23676
23677         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
23678         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
23679
23680 2002-06-22  Jim Meyering  <meyering@lucent.com>
23681
23682         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
23683
23684         * lib/exitfail.c, exitfail.h: Likewise.
23685         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
23686
23687         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
23688         of fnmatch.h.
23689         (EXTRA_DIST): Add fnmatch_loop.c.
23690         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
23691
23692         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
23693         * lib/fnmatch.c: Update from diffutils-2.8.2.
23694         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
23695         * lib/fnmatch.h: Remove file.
23696
23697 2002-06-21  Jim Meyering  <meyering@lucent.com>
23698
23699         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
23700         * m4/mbrtowc.m4: Likewise.
23701
23702         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
23703         * m4/mbswidth.m4: Reflect name change:
23704         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
23705         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
23706
23707         * m4/lib-link.m4: Update from gettext-0.11.2.
23708         * m4/gettext.m4: Likewise.
23709
23710         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
23711         From Alfred M. Szmidt.
23712
23713 2002-06-18  Paul Eggert  <eggert@twinsun.com>
23714
23715         * lib/file-type.h: Report an error if neither S_ISREG nor
23716         S_IFREG is defined, instead of using a test specific to glibc
23717         2.2.  This should be safe, since POSIX requires S_ISREG and
23718         Unix Version 7 had S_IFREG.  We don't need to check for
23719         <sys/types.h> since we don't use any symbols that it defines.
23720
23721 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
23722
23723         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
23724         $@-t, so that each temporary file name is unique and valid in the first
23725         8 characters, for operation under DOS.
23726
23727 2002-06-15  Paul Eggert  <eggert@twinsun.com>
23728
23729         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
23730
23731 2002-06-15  Jim Meyering  <meyering@lucent.com>
23732
23733         Work even with DJGPP 2.03, which lacks support for symlinks.
23734         From Richard Dawe.
23735         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
23736         is defined.
23737         * lib/lchown.c (S_ISLNK): Likewise.
23738
23739 2002-06-15  Jim Meyering  <meyering@lucent.com>
23740
23741         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
23742         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
23743         have been included before this file.
23744
23745 2002-06-14  Jim Meyering  <meyering@lucent.com>
23746
23747         * lib/file-type.h: Use the version from diffutils-2.8.2.
23748         * lib/file-type.c: Likewise.
23749
23750 2002-06-07  Jim Meyering  <meyering@lucent.com>
23751
23752         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
23753         They're needed at least for NetBSD 1.5.2.
23754         ($statxfs_includes): Include those same headers.
23755         ($statxfs_includes): Include sys/vfs.h if available.
23756         ($statxfs_includes): Likewise for sys/statvfs.h.
23757         Check for the following members in both structs statfs and statvfs:
23758         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
23759
23760 2002-06-01  Jim Meyering  <meyering@lucent.com>
23761
23762         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
23763         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
23764
23765 2002-05-28  Jim Meyering  <meyering@lucent.com>
23766
23767         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
23768         Reported by Volker Borchert.
23769
23770 2002-05-27  Jim Meyering  <meyering@lucent.com>
23771
23772         Fix a problem seen only on nonconforming systems whereby ls.c's
23773         use of localtime, and then of gettimeofday would cause trouble:
23774         the localtime call used to initialize rpl_gettimeofday's save
23775         mechanism would clobber ls's current local time information so
23776         that in any long listing the first file would always be listed
23777         with date 1970-01-01.  Analysis by Volker Borchert.
23778
23779         * lib/gettimeofday.c (localtime): Undefine.
23780         (rpl_localtime): New function.
23781
23782 2002-05-27  Jim Meyering  <meyering@lucent.com>
23783
23784         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
23785         localtime.
23786
23787         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
23788         use the replacement function; it wouldn't resolve at link time.
23789         Reported by Volker Borchert.
23790
23791 2002-05-22  Jim Meyering  <meyering@lucent.com>
23792
23793         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
23794         file-type.h.
23795         * lib/file-type.h: New file.
23796         * lib/file-type.c (file_type): New file/function.  Extracted from
23797         diffutils.
23798
23799 2002-04-30  Jim Meyering  <meyering@lucent.com>
23800
23801         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
23802
23803 2002-04-29  Paul Eggert  <eggert@twinsun.com>
23804
23805         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
23806
23807 2002-04-29  Paul Eggert  <eggert@twinsun.com>
23808
23809         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
23810         Do not check for alloca.h (no longer used) or stdbool.h (was never
23811         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
23812
23813 2002-04-29  Paul Eggert  <eggert@twinsun.com>
23814
23815         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
23816
23817 2002-04-29  Jim Meyering  <meyering@lucent.com>
23818
23819         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
23820         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
23821         Use AC_FUNC_STRNLEN here instead.
23822
23823         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
23824         With autoconf-2.53a, it's part of AC_PROG_CC.
23825
23826 2002-04-28  Paul Eggert  <eggert@twinsun.com>
23827
23828         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
23829         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
23830
23831 2002-04-28  Paul Eggert  <eggert@twinsun.com>
23832
23833         * lib/sig2str.h, lib/sig2str.c: New files.
23834         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
23835
23836 2002-04-28  Paul Eggert  <eggert@twinsun.com>
23837
23838         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
23839         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
23840         of 127, since 64 is the largest conceivable number for ancient
23841         nonstandard hosts.
23842         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
23843
23844 2002-04-28  Jim Meyering  <meyering@lucent.com>
23845
23846         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
23847
23848 2002-04-24  Jim Meyering  <meyering@lucent.com>
23849
23850         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
23851         (jm_PREREQ): Use it.
23852
23853         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
23854         mach/mach.h fcntl.h.
23855         Check for this function: setlocale.
23856
23857 2002-04-24  Jim Meyering  <meyering@lucent.com>
23858
23859         * lib/gettext.h: New file, from Gettext.
23860         * lib/Makefile.am (INCLUDES): Remove -I../intl.
23861         (libfetish_a_SOURCES): Add gettext.h.
23862
23863 2002-04-16  Jim Meyering  <meyering@lucent.com>
23864
23865         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
23866         ut_pid, ut_id, ut_exit.
23867
23868 2002-04-16  Jim Meyering  <meyering@lucent.com>
23869
23870         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
23871         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
23872         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
23873
23874 2002-04-12  Jim Meyering  <meyering@lucent.com>
23875
23876         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
23877         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
23878         existence of the getmntinfo function.  Needed for Darwin 5.3.
23879
23880         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
23881         This is necessary at least on Darwin 5.3.
23882
23883         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
23884         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
23885         strnlen.o in the library, and that makes some versions of ranlib
23886         object.
23887
23888 2002-04-12  Jim Meyering  <meyering@lucent.com>
23889
23890         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
23891
23892 2002-04-09  Jim Meyering  <meyering@lucent.com>
23893
23894         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
23895         to be more precise.  Rather than saying we're checking whether the
23896         function `works', say what we're testing.
23897         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
23898         Reported by Bruno Haible.
23899
23900 2002-03-10  Jim Meyering  <meyering@lucent.com>
23901
23902         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
23903         Suggestion from Santiago Vila.
23904
23905 2002-03-08  Jim Meyering  <meyering@lucent.com>
23906
23907         * lib/rename.c: Mention that this wrapper is needed also on
23908         mips-dec-ultrix4.4 systems.
23909
23910 2002-03-02  Jim Meyering  <meyering@lucent.com>
23911
23912         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
23913         not HAVE_CLOCK_SETTIME.
23914
23915 2002-02-27  Paul Eggert  <eggert@twinsun.com>
23916
23917         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
23918         Check for clock_settime.
23919
23920 2002-02-27  Paul Eggert  <eggert@twinsun.com>
23921
23922         * lib/nanosleep.h: Rename to....
23923         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
23924
23925         * lib/gettime.c: New file.
23926         * lib/settime.c: New file.
23927         * lib/stime.c: Remove.
23928
23929         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
23930         timespec.h.  Remove nanosleep.h.
23931
23932 2002-02-25  Paul Eggert  <eggert@twinsun.com>
23933
23934         * m4/acl.m4: New file.
23935         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
23936         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
23937
23938 2002-02-25  Paul Eggert  <eggert@twinsun.com>
23939
23940         * lib/acl.c, lib/acl.h: New files.
23941         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
23942
23943 2002-02-24  Jim Meyering  <meyering@lucent.com>
23944
23945         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
23946         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
23947         cause trouble.  Reported by Nelson Beebe.
23948
23949 2002-02-23  Paul Eggert  <eggert@twinsun.com>
23950
23951         * lib/path-concat.c (xpath_concat): Reorder code to pacify
23952         compilers that don't know that xalloc_die never returns.
23953
23954 2002-02-20  Jim Meyering  <meyering@lucent.com>
23955
23956         * lib/getdate.c: Regenerate using bison-1.33.
23957
23958 2002-02-17  Jim Meyering  <meyering@lucent.com>
23959
23960         * config/config.guess (main): Don't use `head -1'; it's no longer
23961         portable. Use `sed 1q' instead.
23962
23963 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
23964
23965         * m4/codeset.m4: Upgrade to gettext-0.11.
23966         * m4/gettext.m4: Upgrade to gettext-0.11.
23967         * m4/glibc21.m4: Upgrade to gettext-0.11.
23968         * m4/iconv.m4: Upgrade to gettext-0.11.
23969         * m4/isc-posix.m4: Upgrade to gettext-0.11.
23970         * m4/lcmessage.m4: Upgrade to gettext-0.11.
23971         * m4/lib-ld.m4: New file, from gettext-0.11.
23972         * m4/lib-link.m4: New file, from gettext-0.11.
23973         * m4/lib-prefix.m4: New file, from gettext-0.11.
23974         * m4/progtest.m4: Upgrade to gettext-0.11.
23975
23976 2002-02-15  Paul Eggert  <eggert@twinsun.com>
23977
23978         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
23979         (jm_PREREQ): Use it.
23980
23981 2002-02-15  Paul Eggert  <eggert@twinsun.com>
23982
23983         * lib/posixver.c, lib/posixver.h: New files.
23984         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
23985
23986 2002-02-02  Paul Eggert  <eggert@twinsun.com>
23987             Bruno Haible  <bruno@clisp.org>
23988
23989         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
23990         (fwrite_success_callback): New declaration.
23991         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
23992         print_unicode_char. Call failure callback instead of error.
23993         (fwrite_success_callback): New function.
23994         (exit_failure_callback): New function.
23995         (fallback_failure_callback): New function.
23996         (print_unicode_char): Call unicode_to_mb.
23997
23998 2002-01-26  Jim Meyering  <meyering@lucent.com>
23999
24000         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
24001         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
24002
24003 2002-01-26  Jim Meyering  <meyering@lucent.com>
24004
24005         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
24006
24007 2002-01-22  Paul Eggert  <eggert@twinsun.com>
24008
24009         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
24010
24011 2002-01-22  Jim Meyering  <meyering@lucent.com>
24012
24013         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
24014         Otherwise, some versions of automake would omit the rule that makes
24015         Makefile from Makefile.in.
24016
24017 2002-01-21  Paul Eggert  <eggert@twinsun.com>
24018
24019         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
24020         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
24021         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
24022         (memcoll): Set errno to zero if there is no error.
24023
24024         * lib/quotearg.c (quotearg_buffer_restyled):
24025         Fix bug with quoting buffers containing NUL when backslashing escapes.
24026         This bug was exposed by the other changes in this patch.
24027         (quotearg_n_options): New arg ARGSIZE.
24028         All callers changed.
24029         (quoting_options_from_style): New function.
24030         (quotearg_n_style): Use it.
24031         (quotearg_n_style_mem): New function.
24032
24033         * lib/quotearg.h (quotearg_n_style_mem): New function.
24034
24035 2002-01-19  Jim Meyering  <meyering@lucent.com>
24036
24037         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
24038         Remove useless quotes: DF_PROG="df".
24039         * m4/strnlen.m4: New file.
24040
24041 2002-01-16  Paul Eggert  <eggert@twinsun.com>
24042
24043         * lib/backupfile.c (ISDIGIT): Comment fix.
24044         * lib/getdate.y (ISDIGIT): Likewise.
24045         * lib/posixtm.c (ISDIGIT, year): Likewise.
24046         * lib/strverscmp.c (ISDIGIT): Likewise.
24047         * lib/userspec.c (ISDIGIT): Likewise.
24048
24049 2002-01-16  Jim Meyering  <meyering@lucent.com>
24050
24051         * lib/getdate.y: Add three semicolons, each just before a closing
24052         brace. Bison (as of version 1.31) no longer papers over that mistake.
24053
24054 2002-01-05  Jim Meyering  <meyering@lucent.com>
24055
24056         * lib/version-etc.c (version_etc_copyright): Update copyright year.
24057
24058 2001-12-19  Paul Eggert  <eggert@twinsun.com>
24059
24060         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
24061         not silently exit merely because the output buffer happens to
24062         have nothing pending.
24063
24064 2001-12-18  Paul Eggert  <eggert@twinsun.com>
24065
24066         See the big note in ../ChangeLog.
24067         * lib/human.c (suffixes): Prefer K to k for 1024.
24068         (generate_suffix_backwards): New function.
24069         (human_readable_inexact): Use it.
24070         * lib/xstrtol.c (__xstrtol): If there is no number but there
24071         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
24072         Accept 'K' as well as 'k'.
24073
24074 2001-12-15  Jim Meyering  <meyering@lucent.com>
24075
24076         * lib/regex.h (__restrict_arr): Update from libc.
24077
24078         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
24079         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
24080         (STREQ): Define.
24081
24082 2001-12-14  Jim Meyering  <meyering@lucent.com>
24083
24084         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
24085         Suggestion from Bruno Haible.
24086
24087 2001-12-10  Jim Meyering  <meyering@lucent.com>
24088
24089         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
24090         xrealloc, Instead, include "xalloc.h".
24091         (initbuffer): Don't cast xmalloc return value to char*.
24092         (readline): Reword comment.
24093         Don't cast xrealloc return value to char*
24094         Return NULL, not 0.
24095
24096 2001-12-09  Jim Meyering  <meyering@lucent.com>
24097
24098         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
24099         about `signed and unsigned type in conditional expression'.
24100         * lib/posixtm.c (posix_time_parse): Likewise.
24101
24102         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
24103
24104         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
24105         to avoid a pedantic warning.
24106
24107         * lib/getstr.c: Don't include assert.h.
24108         (getstr): Remove warning-evoking assertions.
24109         Return -1 if offset parameter is out of bounds.
24110         Change the type of a local from int to size_t.
24111
24112         * lib/strftime.c (my_strftime_localtime_r): Include this function
24113         definition in the `#if ! HAVE_TM_GMTOFF' block.
24114
24115         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
24116         Include xalloc.h instead.
24117
24118 2001-12-02  Jim Meyering  <meyering@lucent.com>
24119
24120         * lib/tempname.c: Don't declare getenv, thus reverting the change of
24121         2001-11-18.  It's no longer necessary, now that stdlib.h is always
24122         included.
24123
24124         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
24125         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
24126
24127 2001-11-30  Akim Demaille  <akim@epita.fr>
24128
24129         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
24130         before being defined.
24131
24132 2001-11-27  Paul Eggert  <eggert@twinsun.com>
24133
24134         * lib/quotearg.h (quotearg_n, quotearg_n_style):
24135         First arg is int, not unsigned.
24136         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
24137         (SIZE_MAX, UINT_MAX): New macros.
24138         (quotearg_n_options): Abort if N is negative.
24139         Avoid overflow check on hosts where size_t is 64 bits and int
24140         is 32 bits, as overflow is impossible there.
24141         Fix off-by-one typo that caused unnecessary reallocation.
24142
24143 2001-11-27  Jim Meyering  <meyering@lucent.com>
24144
24145         * lib/tempname.c: Merge with version from libc.
24146         * lib/regex.c: Likewise.
24147
24148         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
24149         systems for which STDC_HEADERS is 0, it was not included, resulting in
24150         a warning about an integer-to-pointer conversion problem with getenv.
24151         Reported by Volker Borchert.
24152
24153 2001-11-26  Jim Meyering  <meyering@lucent.com>
24154
24155         * lib/gtod.h: Remove file.
24156         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
24157         * lib/gettimeofday.c: Don't include gtod.h.
24158         (GTOD_init): Remove function.
24159         (rpl_gettimeofday): Do its job here instead, rather than aborting.
24160         Suggestion from Volker Borchert.
24161
24162 2001-11-23  Jim Meyering  <meyering@lucent.com>
24163
24164         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
24165         it.
24166         * lib/hash.c (struct hash_table): Define it here instead.
24167
24168 2001-11-22  Jim Meyering  <meyering@lucent.com>
24169
24170         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
24171
24172 2001-11-20  Jim Meyering  <meyering@lucent.com>
24173
24174         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
24175         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
24176
24177 2001-11-19  Jim Meyering  <meyering@lucent.com>
24178
24179         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
24180         directory.  Use "conftestXXXXXX" as the template.
24181         Suggestion from Paul Eggert.
24182
24183         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
24184         immediately, so the test doesn't mistakenly hit the max-open-files
24185         limit.
24186
24187 2001-11-18  Paul Eggert  <eggert@twinsun.com>
24188
24189         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
24190         (TEMPORARIES): New macro.
24191         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
24192         removes an artificial limitation (e.g. HP-UX 10.20, where
24193         TMP_MAX is 17576).
24194
24195 2001-11-18  Jim Meyering  <meyering@lucent.com>
24196
24197         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
24198
24199 2001-11-18  Jim Meyering  <meyering@lucent.com>
24200
24201         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
24202         on SunOS 4.
24203
24204         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
24205         files will be created before anything else.
24206
24207 2001-11-17  Paul Eggert  <eggert@twinsun.com>
24208
24209         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
24210         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
24211
24212 2001-11-17  Jim Meyering  <meyering@lucent.com>
24213
24214         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
24215         Prompted by a report from Bob Proulx.
24216
24217         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
24218         Instead, require UTILS_FUNC_MKSTEMP.
24219
24220 2001-11-17  Jim Meyering  <meyering@lucent.com>
24221
24222         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
24223         Now, that's done as part of AC_FUNC_STRTOD.
24224
24225 2001-11-17  Jim Meyering  <meyering@lucent.com>
24226
24227         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
24228         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
24229         rather than group writable.  Patch by Juan F. Codagnone.
24230
24231         * lib/readtokens.c: Remove explicit declarations of xmalloc and
24232         xrealloc, Instead, include "xalloc.h".
24233
24234         * lib/mountlist.c: Include unlocked-io.h after all system headers.
24235         Remove explicit declarations of xmalloc, xrealloc,
24236         and xstrdup.  Instead, include "xalloc.h".
24237
24238         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
24239         unlocked-io.h.
24240         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
24241         Likewise.
24242         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
24243
24244         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
24245         Reported by Padraig Brady.
24246
24247         * lib/mkstemp.c: #undef mkstemp.
24248         Include config.h.
24249         (rpl_mkstemp): Rename from mkstemp.
24250         Protoize.
24251
24252 2001-11-16  Jim Meyering  <meyering@lucent.com>
24253
24254         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
24255         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
24256         determine the amount of total physical memory, use pstat_getstatic.
24257         HPUX-11 doesn't define _SC_PHYS_PAGES.
24258         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
24259         If sysconf couldn't be used to determine the amount of available
24260         physical memory, use both pstat_getstatic and pstat_getdynamic.
24261         Based on a patch from Bob Proulx.
24262
24263 2001-11-10  Jim Meyering  <meyering@lucent.com>
24264
24265         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
24266         (jm_PREREQ): Use it.
24267
24268 2001-11-09  Jim Meyering  <meyering@lucent.com>
24269
24270         * m4/jm-macros.m4: Require autoconf-2.52f.
24271         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
24272         Use these AC_-prefixed names, not the AM_-prefixed ones.
24273
24274         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
24275
24276 2001-11-05  Jim Meyering  <meyering@lucent.com>
24277
24278         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
24279
24280 2001-11-04  Jim Meyering  <meyering@lucent.com>
24281
24282         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
24283         $DEFS.
24284
24285 2001-11-03  Jim Meyering  <meyering@lucent.com>
24286
24287         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
24288         of AC_DEFUN.
24289
24290         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
24291         know the name of the variable in the macro definition.
24292
24293 2001-11-03  Jim Meyering  <meyering@lucent.com>
24294
24295         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
24296         in argmatch_to_argument call.
24297
24298         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
24299         argument.
24300
24301         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
24302         e.g., a fault due to an attempt to free a NULL pointer.
24303
24304 2001-11-01  Jim Meyering  <meyering@lucent.com>
24305
24306         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
24307         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
24308
24309 2001-11-01  Jim Meyering  <meyering@lucent.com>
24310
24311         * lib/dirfd.c, lib/dirfd.h: New files.
24312         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
24313
24314         * lib/hash.c (hash_print) [TESTING]: Clean up.
24315
24316 2001-10-22  Paul Eggert  <eggert@twinsun.com>
24317
24318         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
24319         to avoid a warning if -Wall.
24320
24321 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
24322
24323         * README: New file
24324         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
24325         (per RMS's instructions, this is now the canonical source)
24326         * lgpl/, gpl/: New directories.
24327
24328 2001-10-21  Paul Eggert  <eggert@twinsun.com>
24329
24330         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
24331
24332 2001-10-21  Jim Meyering  <meyering@lucent.com>
24333
24334         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
24335         this code would end up calling gettext even in packages built
24336         with --disable-nls.
24337         * lib/getopt.c (_): Likewise.
24338         * lib/regex.c (_): Likewise.
24339
24340 2001-10-20  Paul Eggert  <eggert@twinsun.com>
24341
24342         * m4/error.m4 (jm_PREREQ_ERROR):
24343         Do not invoke AC_CHECK_FUNCS with strerror_r, as
24344         AC_FUNC_STRERROR_R does that.
24345         Check for strerror declaration.
24346
24347         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
24348         are supposed to have them these days.
24349         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
24350         Merge changes from latest Autoconf CVS.
24351         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
24352         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
24353         POSIX decided to standardize on the int flavor of strerror_r.
24354
24355 2001-10-20  Paul Eggert  <eggert@twinsun.com>
24356
24357         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
24358         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
24359         Use strerror_r that is only a macro, even if it is not a function.
24360         (strerror): Check for HAVE_DECL_STRERROR before declaring.
24361         (private_strerror): Use prototypes, not old-style function definition.
24362         (print_errno_message): New function.
24363         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
24364         char*-flavored one.
24365         (error_tail, error, error_at_line): Use it.
24366
24367 2001-10-11  Jim Meyering  <meyering@lucent.com>
24368
24369         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
24370         and quote_n (1, ... to avoid clobbering a buffer.
24371
24372 2001-10-05  Jim Meyering  <meyering@lucent.com>
24373
24374         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
24375         hash-pjw.h.
24376         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
24377         * lib/hash-pjw.h: New file.
24378
24379 2001-09-30  Jim Meyering  <meyering@lucent.com>
24380
24381         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
24382         `struct fsstat' has the `f_fstypename' member.
24383         Use that to define FS_TYPE, which is now used to make
24384         the getfsstat link test tighter.
24385
24386 2001-09-30  Jim Meyering  <meyering@lucent.com>
24387
24388         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
24389         Include <sys/ucred.h>, for Apple Darwin.
24390         Include sys/mount.h and sys/fs_types.h only if available.
24391         (FS_TYPE): Define.
24392         (read_filesystem_list): Use FS_TYPE.
24393
24394 2001-09-29  Paul Eggert  <eggert@twinsun.com>
24395
24396         * lib/exclude.c (excluded_filename): 0 -> false, since it's
24397         a boolean context.
24398
24399 2001-09-29  Jim Meyering  <meyering@lucent.com>
24400
24401         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
24402         [one-argument getmntent function]): Include stdio.h before mntent.h.
24403         SunOS 4.1.x needs it for the declaration of `FILE'.
24404         Patch by Volker Borchert.
24405
24406         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
24407         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
24408         sys/fs_types.h, and make the link-test for getfsstat guard #include
24409         directives with appropriate #if HAVE_*_H tests so that we can
24410         detect getfsstat on Apple Darwin1.3.7 systems.
24411         Reported by Nelson Beebe.
24412         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
24413
24414 2001-09-28  Paul Eggert  <eggert@twinsun.com>
24415
24416         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
24417         #defines strtoimax.  Also treat the other strto* functions
24418         like strtoimax.
24419
24420         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
24421         Check for strtoul and strtoumax,
24422         as those declarations are made even in the signed case.
24423         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
24424         Likewise, for strtol and strtoimax.
24425
24426 2001-09-28  Paul Eggert  <eggert@twinsun.com>
24427
24428         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
24429         #defines strtoimax.  Also treat the other strto* functions
24430         like strtoimax.
24431
24432         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
24433         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
24434         (strtoimax, strtoumax): Do not declare if already defined as a macro.
24435
24436 2001-09-26  Jim Meyering  <meyering@lucent.com>
24437
24438         Most macros in unlocked-io.h had the wrong number of arguments.
24439         * lib/gen-uio: New script.
24440         (USE_UNLOCKED_IO): Define to 1 if not already defined.
24441         * lib/unlocked-io.hin: Remove file.
24442         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
24443         rather than trying to embed it here.
24444         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
24445         Reported by Padraig Brady.
24446
24447 2001-09-25  Volker Borchert  <bt@teknon.de>
24448
24449         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
24450         `result'.
24451
24452 2001-09-24  Jim Meyering  <meyering@lucent.com>
24453
24454         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
24455
24456 2001-09-23  Jim Meyering  <meyering@lucent.com>
24457
24458         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
24459         instead of the mere test for existence of mntent.h.  The latter
24460         would get a false-positive on AIX 3.4 systems.
24461         In the outer getmntent if-block, don't die if neither of the getmntent
24462         tests succeeds.  Instead, just fall through and continue with the
24463         remaining tests.
24464
24465 2001-09-23  Jim Meyering  <meyering@lucent.com>
24466
24467         * lib/mountlist.c: Remove useless parentheses in #if directives.
24468         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
24469         the deprecated MOUNTED symbol is no longer defined in mntent.h.
24470
24471 2001-09-22  Jim Meyering  <meyering@lucent.com>
24472
24473         * m4/gettext.m4: New file.  From gettext.
24474         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
24475         * m4/progtest.m4: Likewise
24476         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
24477         * m4/glibc21.m4: Likewise.
24478
24479         * m4/libintl.m4: Remove.  No longer used.
24480
24481 2001-09-22  Jim Meyering  <meyering@lucent.com>
24482
24483         * lib/localcharset.c: Update from latest gettext.
24484         * lib/config.charset: Likewise.
24485
24486 2001-09-20  Jim Meyering  <meyering@lucent.com>
24487
24488         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
24489         strtoimax.
24490         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
24491         strtoumax.
24492
24493 2001-09-20  Jim Meyering  <meyering@lucent.com>
24494
24495         * lib/xstrtol.c (strtoimax): Guard declaration with
24496         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
24497         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
24498         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
24499         (strtoumax): Likewise, for completeness (it wasn't necessary).
24500
24501 2001-09-17  Paul Eggert  <eggert@twinsun.com>
24502
24503         * lib/strtoimax.c (HAVE_LONG_LONG):
24504         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
24505         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
24506         to work around bug in IBM C compiler.
24507
24508 2001-09-17  Jim Meyering  <meyering@lucent.com>
24509
24510         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
24511         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
24512         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
24513         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
24514         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
24515         whenever the right hand side need not be expanded by the shell.
24516
24517 2001-09-16  Paul Eggert  <eggert@twinsun.com>
24518
24519         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
24520         library.  It's not correct, as some older glibcs are buggy.
24521         fnmatch wasn't fixed until glibc 2.2.
24522
24523         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
24524         special shell magic here.
24525
24526 2001-09-16  Jim Meyering  <meyering@lucent.com>
24527
24528         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
24529         * m4/jm-macros.m4: Require it.
24530
24531 2001-09-16  Jim Meyering  <meyering@lucent.com>
24532
24533         * lib/mkdir.c: New file.
24534
24535 2001-09-15  Jim Meyering  <meyering@lucent.com>
24536
24537         * m4/jm-macros.m4: Check for help2man.
24538
24539 2001-09-11  Jim Meyering  <meyering@lucent.com>
24540
24541         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
24542         The body, by Paul Eggert, was moved here from configure.in.
24543         * m4/jm-macros.m4: Require UTILS_HOST_OS.
24544
24545 2001-09-04  Paul Eggert  <eggert@twinsun.com>
24546
24547         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
24548         (jm_PREREQ): Use it.
24549
24550 2001-09-04  Paul Eggert  <eggert@twinsun.com>
24551
24552         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
24553         Use ssize_t, not int, to store result of readlink.
24554         Check for ssize_t overflow as well as size_t overflow,
24555         as POSIX says the result of readlink is implementation-defined
24556         when ssize_t overflows.
24557         Remove unnecessary cast to char*.
24558         Use free+malloc instead of realloc, as the storage doesn't need
24559         to be preserved and it's clearer and can be more efficient that way.
24560         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
24561         * lib/xreadlink.h (xreadlink): Update prototype.
24562
24563 2001-09-04  Paul Eggert  <eggert@twinsun.com>
24564
24565         * lib/xgetcwd.c: Revert some of the previous change; intead,
24566         fix the HAVE_GETCWD_NULL code to behave more like the
24567         !HAVE_GETCWD_NULL code used to.
24568
24569         Include "xalloc.h".
24570         (xgetcwd): Do not return NULL when memory is exhausted; instead,
24571         invoke xalloc_die.
24572
24573 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24574
24575         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
24576         sys/param.h, as pathmax.h includes them.
24577
24578 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24579
24580         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
24581         (jm_PREREQ_XGETCWD): New macro.
24582
24583         * m4/getcwd.m4: New file.
24584
24585 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24586
24587         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
24588         like the HAVE_GETCWD_NULL code.
24589         Include pathmax.h if not HAVE_GETCWD.
24590         Do not include xalloc.h.
24591         (INITIAL_BUFFER_SIZE): New symbol.
24592         Do not use xmalloc / xrealloc, since the caller is responsible for
24593         handling errors.  Preserve errno around `free' during failure.
24594         Do not overrun buffer when using getwd.
24595
24596 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24597
24598         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
24599         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
24600         getcwd (NULL, 0).
24601
24602 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24603
24604         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
24605         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
24606         spotted by Jim Meyering.
24607
24608 2001-09-03  Jim Meyering  <meyering@lucent.com>
24609
24610         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
24611         failure.
24612
24613 2001-09-02  Jim Meyering  <meyering@lucent.com>
24614
24615         * lib/error.c: Update from GNU libc.
24616
24617 2001-09-01  Jim Meyering  <meyering@lucent.com>
24618
24619         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
24620         Used by df.
24621
24622 2001-09-01  Jim Meyering  <meyering@lucent.com>
24623
24624         * lib/xreadlink.c: New file.
24625         * lib/xreadlink.h: New file.
24626         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
24627         xreadlink.h.
24628
24629         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
24630         doesn't conflict with sparc Solaris 7's definition in
24631         /usr/include/sys/int_types.h.
24632
24633         * lib/exclude.c: Use `""', not `<>' to #include non-system header
24634         files.
24635         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
24636         and strncasecmp as r-values.  Unixware didn't have declarations.
24637
24638 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24639
24640         * lib/xstrtol.h: Add copyright notice.
24641         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
24642         LONGINT_INVALID_SUFFIX_CHAR.
24643
24644 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24645
24646         * lib/xstrtol.c (strtoimax): New decl.
24647
24648 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24649
24650         * lib/xgetcwd.c: Don't include pathmax.h.
24651         Include stdlib.h and unistd.h if available.
24652         Include xalloc.h.
24653         (xmalloc, xstrdup, free): Remove decls.
24654         (xgetcwd): Don't assume sizes fit in unsigned.
24655         Check for overflow when computing sizes.
24656         Simplify reallocation code.
24657
24658 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24659
24660         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
24661         a directory's st_size can have an arbitrary value, so the old
24662         usage could waste an arbitrary amount of memory.  All uses
24663         changed.
24664         * lib/savedir.h: Update prototype.
24665
24666 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24667
24668         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
24669
24670         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
24671         old strtoimax.c.
24672
24673         Also, make the following further changes to make this file's
24674         configuration more similar to that of strtol.c:
24675         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
24676         (strtoumax, uintmax_t, strtoull, strtol): Remove.
24677         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
24678         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
24679         changed to signed values.
24680
24681         And make the following changes as well:
24682         Fix copyright notice, as 1999 was missing.
24683         (verify): New macro.
24684         (strtoimax): Check sizes at compile-time, not run-time.
24685         Prefer strtol to strtoll if both work.
24686         (main): Remove; it was not that useful and was a pain to maintain.
24687
24688         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
24689
24690 2001-08-31  Jim Meyering  <meyering@lucent.com>
24691
24692         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
24693         Use an initial, malloc'd, buffer of length 128 rather than
24694         a statically allocated one of length 1024.
24695
24696 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24697
24698         Simplify code, partly by assuming autoconf 2.52 semantics.
24699
24700         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
24701
24702         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
24703         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
24704         All uses removed.
24705         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
24706         Move AC_REQUIRE to next-to-top level, to avoid confusion.
24707         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
24708         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
24709         jm_AC_HEADER_INTTYPES_H.
24710         * m4/jm-macros.m4 (jm_MACROS): Likewise.
24711
24712         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
24713
24714         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
24715         Quote first arg of AC_DEFUN.
24716         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
24717         since they are needed to parse the include file even if we need
24718         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
24719         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
24720         but with opposite signedness.
24721
24722 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24723
24724         Merge 'exclude' changes from tar 1.13.22.
24725         This fixes one or two unlikely storage allocation overflow bugs,
24726         but doesn't change user-visible behavior otherwise.
24727
24728 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24729
24730         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
24731         (jm_PREREQ_EXCLUDE): New macro.
24732
24733 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24734
24735         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
24736         tm to be declared.
24737
24738 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24739
24740         * lib/hash.c: Remove '2001' from copyright notice.
24741
24742 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24743
24744         * lib/full-write.h: New file.
24745         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
24746         * lib/full-write.c: Correct credits, as cccp.c no longer
24747         exists and anyway it was so heavily changed from the old cccp
24748         code as to be unrecognizable.  Include full-write.h.
24749         (full_write) Return size_t, with short writes meaning failure.
24750         All callers changed.  This fixes a bug with large buffers
24751         on 64-bit hosts.
24752         * lib/utime.c: Include full-write.h.
24753
24754 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24755
24756         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
24757         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
24758         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
24759         Include if available.
24760         (<xalloc.h>): Include
24761         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
24762         (verify): New macro.  Use it to verify that EXCLUDE macros do not
24763         collide with FNM macros.
24764         (struct patopts): New struct.
24765         (struct exclude): Use it, as exclude patterns now come with options.
24766         (new_exclude): Support above changes.
24767         (new_exclude, add_exclude_file):
24768         Initial size must now be a power of two to simplify overflow checking.
24769         (free_exclude, fnmatch_no_wildcards): New function.
24770         (excluded_filename): No longer requires options arg, as the options
24771         are determined by add_exclude.  Now returns bool, not int.
24772         (excluded_filename, add_exclude):
24773         Add support for the fancy new exclusion options.
24774         (add_exclude, add_exclude_file): Now takes int options arg.
24775         Check for arithmetic overflow when computing sizes.
24776         (add_exclude_file): xrealloc might modify errno, so don't
24777         realloc until after errno might be used.
24778
24779         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
24780         New macros.
24781         (free_exclude): New decl.
24782         (add_exclude, add_exclude_file): Now takes int options arg.
24783         (excluded_filename): No longer requires options arg, as the options
24784         are determined by add_exclude.  Now returns bool, not int.
24785
24786 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24787
24788         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
24789
24790 2001-08-27  Jim Meyering  <meyering@lucent.com>
24791
24792         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
24793
24794         * lib/version-etc.c (N_): Remove definition.
24795         Revert most of last change.
24796         Instead, simply don't mark the `Copyright...' string for translation.
24797         Based on advice from Paul Eggert.
24798
24799         * lib/strtoxmax.c: Tweak comment.
24800
24801 2001-08-26  Jim Meyering  <meyering@lucent.com>
24802
24803         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
24804
24805         * m4/xstrtoimax.m4: New file.
24806         * m4/xstrtoumax.m4: Add comments explaining why we
24807         AC_REPLACE_FUNCS(strtol).
24808
24809 2001-08-26  Jim Meyering  <meyering@lucent.com>
24810
24811         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
24812         of copyright with `%s' so translators don't get an untranslated
24813         message in 2002.
24814         (COPYRIGHT_YEAR): Define.
24815         (version_etc): Use fprintf rather than fputs.
24816         Suggestion from Ulrich Drepper.
24817
24818         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
24819
24820         * lib/strtoll.c: New file, from GNU libc.
24821         * lib/xstrtoimax.c: New file.
24822
24823         * lib/xstrtol.h: Add xstrtoimax.
24824         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
24825         * lib/strtoimax.c: New file.  Likewise, but first define
24826         STRTOUXMAX_SIGNED.
24827
24828         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
24829         ...
24830         * lib/strtoxmax.c: ... then renamed to this.
24831
24832 2001-08-18  Paul Eggert  <eggert@twinsun.com>
24833
24834         * m4/inttypes.m4: Add AC_PREREQ(2.13).
24835         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
24836         (jm_AC_TYPE_INTMAX_T): New macro.
24837         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
24838
24839         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
24840
24841         * m4/longlong.m4: Renamed from ulonglong.m4.
24842         * m4/inttypes.m4: Renamed from inttypes_h.m4.
24843         * m4/uintmax_t.m4: Removed.
24844
24845 2001-08-13  Paul Eggert  <eggert@twinsun.com>
24846
24847         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
24848         Port to Solaris 8, where 'sed' requires a space after the 'r'
24849         command, and where sh dislikes "$/".  Clean up the spacing a bit.
24850         Redirect output to $tmp just once.
24851
24852 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
24853
24854         * lib/addext.c (<errno.h>): Include.
24855         (errno): Declare if not defined.
24856         (addext): Work correctly when pathconf returns -1 and leaves
24857         errno alone because there is no limit.  Also, work even if
24858         pathconf returns a value greater than SIZE_MAX.
24859
24860 2001-08-12  Jim Meyering  <meyering@lucent.com>
24861
24862         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
24863         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
24864         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
24865         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
24866         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
24867         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
24868         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
24869         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
24870         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
24871         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
24872         utime.m4, utimes.m4, xstrtoumax.m4:
24873         Quote the first argument in each use of AC_DEFUN.
24874
24875 2001-08-12  Jim Meyering  <meyering@lucent.com>
24876
24877         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
24878         Simply `return getcwd (NULL, 0);'.
24879         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
24880         Use 1300 as initial value for length, not PATH_MAX.
24881
24882         * lib/pathmax.h: Clean up cpp syntax.
24883
24884 2001-08-12  Jim Meyering  <meyering@lucent.com>
24885
24886         * lib/gettimeofday.c: New file.
24887         * lib/gtod.h: New file.
24888         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
24889
24890 2001-08-05  Jim Meyering  <meyering@lucent.com>
24891
24892         * m4/jm-macros.m4: Require autoconf-2.52.
24893
24894 2001-08-04  Jim Meyering  <meyering@lucent.com>
24895
24896         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
24897         stmt, to get in sync with glibc.
24898
24899 2001-08-03  Paul Eggert  <eggert@twinsun.com>
24900
24901         The following changes are from gettext 0.10.39 as maintained by
24902         Bruno Haible.
24903
24904         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
24905         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
24906         with inverted sense.  All uses changed.
24907
24908         * lib/mbswidth.c: Don't include <limits.h>.
24909         Include <stdlib.h> and <string.h> unconditionally.
24910         (iswcntrl, mbsinit, ISCNTRL): New macros.
24911         (mbsnwidth): Use K&R style function declarations.
24912         Don't bother checking for MB_LEN_MAX == 1, since the compiler
24913         can optimize it when MB_CUR_MAX == 1.
24914         The width of control characters is zero, not 1.
24915
24916 2001-08-03  Paul Eggert  <eggert@twinsun.com>
24917
24918         The following changes are from gettext 0.10.39 as maintained by
24919         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
24920
24921         * m4/codeset.m4: Upgrade to serial AM1.
24922         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
24923         all uses changed.  Quote first arg of AC_DEFUN.
24924         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
24925
24926         * m4/iconv.m4: Upgrade to serial AM2.
24927         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
24928         Add --with-libconv-prefix.
24929         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
24930         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
24931         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
24932         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
24933         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
24934
24935         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
24936         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
24937         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
24938         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
24939         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
24940         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
24941         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
24942         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
24943         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
24944
24945         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
24946         string.h any more.
24947
24948         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
24949         not the default value.
24950
24951         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
24952         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
24953         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
24954         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
24955         Also check for iswcntrl, used for wcwidth fallback.
24956         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
24957         to Autoconf 2.13.
24958
24959 2001-08-03  Jim Meyering  <meyering@lucent.com>
24960
24961         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
24962         as it was in the original.  Reported by Paul Eggert.
24963
24964 2001-07-16  Jim Meyering  <meyering@lucent.com>
24965
24966         * m4/gettimeofday.m4: New file.
24967         Prompted by a report from Bernhard Baehr.
24968
24969 2001-07-15  Jim Meyering  <meyering@lucent.com>
24970
24971         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
24972         stuff. Now it's in ../Makefile.cfg.
24973
24974 2001-07-15  Jim Meyering  <meyering@lucent.com>
24975
24976         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
24977         (BUILT_SOURCES): Add unlocked-io.h.
24978         (io_functions): Define.
24979         (unlocked-io.h): New rule.
24980         (DISTCLEANFILES): Add unlocked-io.h.
24981         (all-local): Depend on unlocked-io.h, to ensure it is created.
24982
24983         * lib/unlocked-io.hin: New file
24984
24985         * lib/regex.c: Update from glibc.
24986
24987 2001-07-05  Jim Meyering  <meyering@lucent.com>
24988
24989         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
24990         recommendation.
24991         (libfetish_a_SOURCES): Put all .h files here instead.
24992         Remove a thus-exposed (better checks in automake) duplicate and
24993         two unnecessary .h files.
24994
24995 2001-07-04  Jim Meyering  <meyering@lucent.com>
24996
24997         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
24998         that generates jm-glibc-io.m4 so that it doesn't trigger any make
24999         distcheck failure.
25000
25001 2001-07-02  Jim Meyering  <meyering@lucent.com>
25002
25003         The following changes were prompted by suggestions from Bruno Haible.
25004
25005         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
25006         is now generated.
25007         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
25008         definition of EXTRA_DIST.
25009         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
25010         ensure that the generated file is created/updated whenever the list
25011         of $(unlocked_functions) is changed.
25012         (jm-glibc-io.m4): New rule.
25013         (unlocked-io.h): New rule -- currently unused.
25014
25015 2001-06-24  Jim Meyering  <meyering@lucent.com>
25016
25017         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
25018         unmatched right bracket, rather than kludging it with an extra,
25019         falsely-matching quote in a comment.  Patch by Akim Demaille.
25020
25021 2001-06-11  Jim Meyering  <meyering@lucent.com>
25022
25023         * lib/regex.c: Update from GNU libc.
25024
25025 2001-05-27  Jim Meyering  <meyering@lucent.com>
25026
25027         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
25028         Check for ut_type in struct utmp.
25029
25030 2001-05-27  Jim Meyering  <meyering@lucent.com>
25031
25032         * lib/readutmp.h (UT_TYPE): Define.
25033
25034 2001-05-24  Jim Meyering  <meyering@lucent.com>
25035
25036         * lib/argmatch.c: Include "quote.h".
25037         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
25038         quote function.  Reported by Göran Uddeborg.
25039
25040 2001-05-22  Jim Meyering  <meyering@lucent.com>
25041
25042         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
25043         now that we use the package-supplied version unconditionally.
25044         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
25045
25046 2001-05-21  Jim Meyering  <meyering@lucent.com>
25047
25048         * m4/regex.m4: Change a couple backticks to single quotes to avoid
25049         shell syntax errors.
25050
25051 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
25052
25053         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
25054
25055 2001-05-20  Paul Eggert  <eggert@twinsun.com>
25056
25057         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
25058         Don't bother to check library strftime, since
25059         we'll be using our own my_strftime function anyway.
25060         Define my_strftime instead of strftime.
25061
25062 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
25063
25064         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
25065         which is not yet declared.
25066
25067 2001-05-15  Jim Meyering  <meyering@lucent.com>
25068
25069         * m4/regex.m4: Use proper quoting so brackets appear in the test
25070         program.
25071         Reported by, and with help from, Bruno Haible.
25072
25073 2001-05-13  Jim Meyering  <meyering@lucent.com>
25074
25075         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
25076         undefined.
25077
25078 2001-05-11  Paul Eggert  <eggert@twinsun.com>
25079
25080         dirname code cleanup.  base_name now behaves more compatibly
25081         with POSIX basename when given file names that have trailing
25082         slashes, and similarly for dir_name.  Add new primitives
25083         base_len and dir_len.  Put the directory-name-related decls
25084         into dirname.h.
25085
25086         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
25087         * lib/backupfile.c (base_name): Likewise.
25088         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
25089         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
25090         * lib/makepath.c (strip_trailing_slashes): Likewise.
25091         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
25092         ISSLASH): Likewise.
25093         * lib/rename.c (strip_trailing_slashes): Likewise.
25094         * lib/same.c (base_name): Likewise.
25095         * lib/stripslash.c (ISSLASH): Likewise.
25096
25097         * lib/addext.c: Include <dirname.h> after size_t is defined.
25098         * lib/backupfile.c: Likewise.
25099
25100         * lib/addext.c (addext): Use base_len to trim redundant
25101         trailing slashes instead of doing it ourselves.
25102         But do not trim the last slash if it is not redundant.
25103
25104         * lib/backupfile.c (find_backup_file_name,
25105         max_backup_version): Use base_len instead of rolling it ourselves.
25106         Handle the case of "" and (on DOS) "C:" correctly.
25107
25108         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
25109         needed. Include <string.h>, <dirname.h>.
25110         (base_name): Allow file names ending in slashes, other than names
25111         that are all slashes.  In this case, return the basename followed
25112         by the slashes.  This is more general, and can be used in places
25113         where the original base_name purposely had an assertion failure.
25114         (base_len): New function.
25115
25116         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
25117         Do not include <assert.h>; no longer needed.
25118         Include xalloc.h.
25119         (memrchr): Remove decl.
25120         (dir_name_r): Remove.
25121         (dir_len): Renamed from dirlen.  All callers changed.
25122         Rewrite in terms of base_name, for simplicity and consistency.
25123         (dir_name): Never return NULL.  All callers changed.
25124         Do not include <stdlib.h> in test program; no longer needed.
25125         return 0; is fine for test program.
25126
25127         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
25128         New macros.
25129         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
25130
25131         * lib/path-concat.c (path_concat): Use base_len to compute
25132         base length, not strlen; this means we cannot rely on memcpy
25133         to null-terminate.
25134
25135         * lib/same.c (STREQ): Remove.
25136         (same_name): Handle the case where the basename ends in trailing '/'.
25137
25138         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
25139         a slash was stripped.  Do not strip the last slash after a
25140         file system prefix.
25141
25142 2001-05-11  Paul Eggert  <eggert@twinsun.com>
25143
25144         * lib/Makefile.am (libfetish_a_SOURCES):
25145         Add strftime.c, since we now compile it on all hosts.
25146
25147         * lib/strftime.c (my_strftime):
25148         Define to nstrftime if emacs, but only if my_strftime is not defined.
25149         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
25150         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
25151         Add one more extra argument: a nanoseconds value.
25152         All uses changed.
25153         (ns): New macro.
25154         (my_strftime function): Add %N format.
25155         (emacs_strftimeu): Renamed from emacs_strftime,
25156         with extra ut argument.
25157
25158 2001-05-09  Paul Eggert  <eggert@twinsun.com>
25159
25160         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
25161
25162 2001-04-21  Jim Meyering  <meyering@lucent.com>
25163
25164         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
25165         doesn't interfere.
25166
25167 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
25168
25169         * m4/ftruncate.m4: Check for chsize.
25170         Link with ftruncate.o unconditionally if ftruncate is missing.
25171         This was required when cross-compiling to i586-mingw32msvc.
25172
25173 2001-04-08  Jim Meyering  <meyering@lucent.com>
25174
25175         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
25176         recomputed; that's necessary when the offset spans a DST transition.
25177         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
25178
25179 2001-04-02  Jim Meyering  <meyering@lucent.com>
25180
25181         * lib/regex.h, regex.c: Update from GNU libc.
25182
25183 2001-03-24  Jim Meyering  <meyering@lucent.com>
25184
25185         * m4/jm-macros.m4: Require autoconf-2.49d.
25186
25187 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
25188
25189         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
25190
25191 2001-03-19  Paul Eggert  <eggert@twinsun.com>
25192
25193         * lib/version-etc.c (version_etc_copyright): Update to 2001.
25194
25195 2001-03-17  Jim Meyering  <meyering@lucent.com>
25196
25197         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
25198         now that the version in autoconf is equivalent.
25199         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
25200
25201         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
25202         Suggestion from Akim Demaille.
25203
25204         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
25205         (jm_PREREQ_TEMPNAME): New function.
25206
25207 2001-03-16  Paul Eggert  <eggert@twinsun.com>
25208
25209         * lib/tempname.c (uint64_t): Define to uintmax_t if
25210         not defined, and if UINT64_MAX is not defined.
25211         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
25212         Reported by John David Anglin.
25213
25214 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
25215
25216         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
25217         resolve alias if codeset is empty.
25218         * lib/config.charset (BeOS): Use wildcard syntax.
25219
25220 2001-03-13  Jim Meyering  <meyering@lucent.com>
25221
25222         * lib/path-concat.c (path_concat)
25223         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
25224         concatenating e.g., `C:' and `foo'.
25225         From Bruno Haible.
25226
25227 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
25228
25229         * lib/localcharset.c (locale_charset): Don't use
25230         setlocale(LC_CTYPE,NULL). Don't return NULL.
25231         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
25232
25233 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
25234
25235         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
25236         support for DOS/DJGPP.
25237
25238 2001-03-01  Paul Eggert  <eggert@twinsun.com>
25239
25240         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
25241         lacks mkstemp.  Compile our own tempname.c if we compile our own
25242         mkstemp.c, as mkstemp relies on tempname.
25243
25244 2001-03-01  Jim Meyering  <meyering@lucent.com>
25245
25246         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
25247         AH_VERBATIM really does output its argument verbatim.
25248
25249 2001-02-28  Paul Eggert  <eggert@twinsun.com>
25250
25251         * lib/Makefile.am (libfetish_a_SOURCES):
25252         Add dup-safer.c, fopen-safer.c.
25253         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
25254
25255         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
25256         * lib/unistd-safer.h: New files.
25257
25258 2001-02-25  Paul Eggert  <eggert@twinsun.com>
25259
25260         The mkstemp replacement is taken from glibc 2.2.2, with some
25261         portability fixes for use outside glibc, as follows:
25262
25263         * lib/tempname.c (struct_stat64): New macro.
25264         (direxists, __gen_tempname): Use it.
25265         This avoids a portability problem with Solaris 8.
25266
25267         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
25268         (<stddef.h>, <stdint.h>, <string.h>):
25269         Include only if STDC_HEADERS || _LIBC.
25270         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
25271         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
25272         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
25273         (__set_errno): Define this macro if <errno.h> doesn't.
25274         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
25275         Define these macros if <stdio.h> doesn't.
25276         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
25277         Define these macros if <sys/stat.h>
25278         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
25279         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
25280         __xstat64): Define if not _LIBC.
25281         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
25282         (__gen_tempname): Invoke gettimeofday only if
25283         HAVE_GETTIMEOFDAY || _LIBC;
25284         otherwise, fall back on plain "time".
25285         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
25286
25287         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
25288
25289         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
25290
25291 2001-02-18  Paul Eggert  <eggert@twinsun.com>
25292
25293         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
25294
25295 2001-02-17  Paul Eggert  <eggert@twinsun.com>
25296
25297         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
25298         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
25299         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
25300         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
25301
25302 2001-02-17  Paul Eggert  <eggert@twinsun.com>
25303
25304         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
25305         Remove workaround macros for hosts that have mbrtowc but not
25306         mbstate_t, as we now insist on proper declarations for both
25307         before using mbrtowc.
25308
25309 2001-02-17  Jim Meyering  <meyering@lucent.com>
25310
25311         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
25312         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
25313         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
25314         UnixWare 7.1.1.
25315
25316         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
25317         rather than AC_CACHE_VAL.
25318
25319 2001-02-17  Jim Meyering  <meyering@lucent.com>
25320
25321         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
25322         around included file name.
25323
25324         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
25325
25326         * lib/strftime.c: Update from GNU libc (the only changes were to
25327         comments).
25328
25329 2001-02-17  Jim Meyering  <meyering@lucent.com>
25330
25331         * lib/regex.c: Update from libc.
25332
25333 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
25334
25335         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
25336         clash.
25337
25338 2001-02-16  Paul Eggert  <eggert@twinsun.com>
25339
25340         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
25341         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
25342         Reported by Mark Hounschell via Paul Eggert.
25343
25344 2001-02-07  Jim Meyering  <meyering@lucent.com>
25345
25346         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
25347
25348 2001-02-05  Jim Meyering  <meyering@lucent.com>
25349
25350         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
25351         it includes the patch required for `large file' support with at least
25352         HP-UX's 10.20 /bin/cc.
25353
25354 2001-02-03  Jim Meyering  <meyering@lucent.com>
25355
25356         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
25357         AS_IF, now that it works once again (mysteriously).
25358         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
25359
25360 2001-01-30  Jim Meyering  <meyering@lucent.com>
25361
25362         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
25363         * m4/chown.m4: Rename conftestchown to conftest.chown.
25364         * m4/rename.m4: s/conftestdir/conftest.d1/ and
25365         s/conftestdir2/conftest.d2/.
25366         * m4/utimes.m4: s/conftestdata/conftest.data/
25367         Inspired by Pavel Roskin's change in autoconf.
25368
25369 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
25370
25371         * lib/config.charset: Update for FreeBSD 4.2.
25372
25373 2001-01-27  Jim Meyering  <meyering@lucent.com>
25374
25375         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
25376         a use of AS_IF.
25377         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
25378
25379 2001-01-26  Jim Meyering  <meyering@lucent.com>
25380
25381         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
25382         quotearg.c includes it.
25383
25384 2001-01-26  Jim Meyering  <meyering@lucent.com>
25385
25386         * lib/quotearg.c: Include stddef.h.
25387         * lib/quote.c: Include stddef.h.
25388         Reported by Axel Kittenberger.
25389
25390         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
25391         line in double quotes so that it evokes a better diagnostic.
25392         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
25393         Reported by Axel Kittenberger.
25394
25395 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
25396
25397         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
25398         as if it was a `charset'.
25399
25400 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
25401
25402         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
25403         has const.
25404
25405 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
25406
25407         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
25408         to avoid a warning.  Add back 'const' to inptr.
25409
25410 2001-01-20  Jim Meyering  <meyering@lucent.com>
25411
25412         Be sure that headers are checked before used in code compiled
25413         for the type checks.
25414         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
25415         In place of that, invoke jm_CHECK_ALL_TYPES.
25416         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
25417         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
25418         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
25419         The check for ssize_t was mistakenly run before the test for unistd.h.
25420
25421         The configure-time check for stdbool.h was missing.
25422         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
25423         (jm_PREREQ_HASH): New function.
25424
25425 2001-01-17  Jim Meyering  <meyering@lucent.com>
25426
25427         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
25428         for autoconf-2.49c.
25429         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
25430
25431 2001-01-16  Jim Meyering  <meyering@lucent.com>
25432
25433         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
25434         From Bruno Haible.
25435
25436 2001-01-14  Jim Meyering  <meyering@lucent.com>
25437
25438         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
25439         foo and bar.  Create conftestdir/ in the script, not in the C code.
25440         Remove directories in the script, not in the C code.
25441         Remove conftestdir{,2} before trying to create the directory.
25442         Make the entire configure script fail if the mkdir fails.
25443
25444 2001-01-14  Jim Meyering  <meyering@lucent.com>
25445
25446         * lib/rename.c: New file.  From Volker Borchert.
25447         Include stdlib.h, string.h or strings.h, and xalloc.h.
25448         Use strip_trailing_slashes rather than open-coding it.
25449
25450 2001-01-03  Paul Eggert  <eggert@twinsun.com>
25451
25452         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
25453
25454 2001-01-03  Jim Meyering  <meyering@lucent.com>
25455
25456         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
25457         of local `inptr' to avoid warning with some system declarations of
25458         iconv.
25459
25460 2001-01-02  Volker Borchert  <bt@teknon.de>
25461
25462         * m4/rename.m4: New file.
25463         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
25464
25465 2001-01-01  Jim Meyering  <meyering@lucent.com>
25466
25467         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
25468         even on systems with utmpx.h.  It's necessary for the declaration of
25469         utmp's ut_user member.  Reported by Andreas Jaeger.
25470
25471         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
25472         available. They are required for the declarations of getgrgid and
25473         getpwuid resp.
25474         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
25475         Reported by Andreas Jaeger.
25476
25477 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
25478
25479         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
25480         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
25481         so `make install' also works in VPATH builds.
25482
25483 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
25484
25485         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
25486         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
25487         can be used in subdirectories.
25488
25489 2000-12-29  Paul Eggert  <eggert@twinsun.com>
25490
25491         * lib/modechange.c: Do not assume that mode_t uses the
25492         traditional octal encoding.  E.g. "chmod 1 FOO" should set
25493         the other-execute bit of FOO even if S_IXOTH != 1.
25494
25495         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
25496         WOTH, XOTH, ALLM): New macros.
25497         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
25498          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
25499         Use them.
25500         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
25501         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
25502         (mode_compile):
25503         No need to use uintmax_t; unsigned long is long enough.
25504         Don't bother to get suffix since we don't use it.
25505
25506 2000-12-26  Jim Meyering  <meyering@lucent.com>
25507
25508         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
25509         better with autoheader.
25510
25511 2000-12-24  Jim Meyering  <meyering@lucent.com>
25512
25513         * lib/hash.c (is_prime): Return explicit boolean values.
25514         (hash_get_first): Return NULL to appease Irix5.6's 89.
25515         Reported by Nelson Beebe.
25516
25517 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
25518
25519         * lib/localcharset.c (locale_charset): Add support for Win32.
25520
25521 2000-12-18  Paul Eggert  <eggert@twinsun.com>
25522
25523         * lib/physmem.h, lib/physmem.c: New files.
25524
25525         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
25526         (noinst_HEADERS): Add physmem.h.
25527
25528         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
25529         't' for compatibility with Solaris 8 sort.
25530
25531 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
25532
25533         * lib/config.charset: Add support for BeOS.
25534
25535 2000-12-17  Jim Meyering  <meyering@lucent.com>
25536
25537         * m4/dos.m4 (jm_AC_DOS): New file and macro.
25538         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
25539
25540 2000-12-16  Jim Meyering  <meyering@lucent.com>
25541
25542         This bug had a serious impact on chown: `chown N:M FILE' (for integer
25543         N and M) would have treated it like `chown N:N FILE'.
25544
25545         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
25546
25547 2000-12-16  Jim Meyering  <meyering@lucent.com>
25548
25549         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
25550         SHELLS_FILE to a file name that's useful on djgpp systems.
25551         Include stdlib.h.
25552         (ADDITIONAL_DEFAULT_SHELLS): Define.
25553         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
25554         Based mostly on a patch from Prashant TR.
25555
25556 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
25557
25558         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
25559         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
25560         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
25561
25562 2000-12-08  Andreas Schwab  <schwab@suse.de>
25563
25564         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
25565         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
25566
25567 2000-12-07  Jim Meyering  <meyering@lucent.com>
25568
25569         * lib/stripslash.c (ISSLASH): Define.
25570         (strip_trailing_slashes): Use ISSLASH rather than comparing against
25571         `/'.
25572         From Prashant TR.
25573
25574         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
25575         (dir_name_r): Declare this function as static.
25576         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
25577         manifest itself on a name containing a mix of slashes and
25578         backslashes.
25579         Make this function work with names starting with a DOS-style
25580         drive letter and colon prefix.
25581         (dir_name): Append `.' if necessary.
25582         Based mostly on patches from Prashant TR and Eli Zaretskii.
25583
25584         * lib/dirname.h (dir_name_r): Remove prototype.
25585
25586 2000-12-06  Paul Eggert  <eggert@twinsun.com>
25587
25588         * m4/off_t-format.m4: Remove this file.
25589         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
25590
25591 2000-12-06  Jim Meyering  <meyering@lucent.com>
25592
25593         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
25594         replacement strtoull, we may well need the replacement strtoul, too.
25595         Check for declarations of strtoul and strtoull.
25596         Check for strtol.  Mainly as a cue to cause automake to include
25597         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
25598         Check for limits.h -- strtol.c needs it.
25599
25600 2000-12-05  Jim Meyering  <meyering@lucent.com>
25601
25602         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
25603
25604 2000-12-04  Jim Meyering  <meyering@lucent.com>
25605
25606         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
25607         Also include memory.h, stdlib.h, unistd.h if appropriate.
25608         Reported by Andreas Jaeger (conflicting declaration of malloc).
25609
25610 2000-12-02  Jim Meyering  <meyering@lucent.com>
25611
25612         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
25613         * m4/jm-macros.m4 (jm_MACROS): require it.
25614
25615 2000-12-02  Jim Meyering  <meyering@lucent.com>
25616
25617         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
25618
25619 2000-12-01  Paul Eggert  <eggert@twinsun.com>
25620
25621         * lib/memrchr.c: Include <config.h> before any system include file.
25622
25623 2000-11-30  Jim Meyering  <meyering@lucent.com>
25624
25625         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
25626
25627 2000-11-30  Jim Meyering  <meyering@lucent.com>
25628
25629         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
25630
25631 2000-11-29  Paul Eggert  <eggert@twinsun.com>
25632
25633         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
25634
25635 2000-11-26  Jim Meyering  <meyering@lucent.com>
25636
25637         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
25638
25639 2000-11-22  Paul Eggert  <eggert@twinsun.com>
25640
25641         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
25642         size of (size_t) -1; it's not portable.
25643
25644 2000-11-17  Jim Meyering  <meyering@lucent.com>
25645
25646         * lib/strstr.c: Update from GNU libc.
25647
25648 2000-11-17  Akim Demaille  <akim@epita.fr>
25649
25650         * lib/obstack.h: Formatting changes.
25651         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
25652         prevent type checking.
25653         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
25654         cast the value to (void *): assigning a `foo *' to a `void *'
25655         variable is valid.
25656         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
25657
25658 2000-11-16  Jim Meyering  <meyering@lucent.com>
25659
25660         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
25661
25662 2000-11-11  Jim Meyering  <meyering@lucent.com>
25663
25664         * lib/error.c: Add a couple #includes, merging from GNU libc version.
25665
25666 2000-11-10  Jim Meyering  <meyering@lucent.com>
25667
25668         * lib/obstack.h: Update from GNU libc.
25669         * lib/obstack.c: Likewise.
25670
25671 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
25672
25673         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
25674
25675 2000-11-06  Paul Eggert  <eggert@twinsun.com>
25676
25677         * lib/getusershell.c (setusershell): Use rewind rather than
25678         fseek/fseeko, to avoid configuration hassles with fseeko.
25679         Don't bother opening SHELLS_FILE if shellstream is NULL;
25680         it's not necessary.
25681
25682 2000-11-05  Jim Meyering  <meyering@lucent.com>
25683
25684         * lib/makepath.h (make_dir): Declare.
25685         * lib/makepath.c (make_dir): Remove `static' attribute.
25686         Tweak a comment.
25687
25688 2000-11-04  Jim Meyering  <meyering@lucent.com>
25689
25690         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
25691
25692 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
25693
25694         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
25695         last one in a bucket, advance to the next bucket.
25696
25697 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
25698
25699         * lib/fnmatch.c: Do not comment out all the code if we are using
25700         the GNU C library, because in some cases we are replacing buggy
25701         code in the GNU C library itself.
25702
25703 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
25704
25705         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
25706         (regex_compile): Catch bogus \(\1\).
25707
25708 2000-10-30  Paul Eggert  <eggert@twinsun.com>
25709
25710         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
25711         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
25712         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
25713
25714 2000-10-30  Paul Eggert  <eggert@twinsun.com>
25715
25716         * lib/error.h, getline.h, modechange.h:
25717         Remove "2000" from Copyright line, as the file hasn't been
25718         changed this year other than in the copyright notice.
25719
25720         * lib/xalloc.h: Add "2000" to Copyright line, as this file
25721         was changed this year.
25722
25723 2000-10-29  Jim Meyering  <meyering@lucent.com>
25724
25725         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
25726         renaming.
25727         * m4/ls-mntd-fs.m4: Likewise
25728
25729 2000-10-29  Jim Meyering  <meyering@lucent.com>
25730
25731         * lib/xstat.in: Fix grammar in comment.
25732
25733 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
25734
25735         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
25736         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
25737         doesn't define __restrict_arr.
25738
25739 2000-10-28  Jim Meyering  <meyering@lucent.com>
25740
25741         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
25742         (jm_PREREQ_MEMCHR): New function.
25743
25744 2000-10-28  Jim Meyering  <meyering@lucent.com>
25745
25746         * lib/memchr.c: Update from libc.
25747         Adjust for portability:
25748         [HAVE_STDLIB_H]: Include stdlib.h.
25749         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
25750         Undef __memchr, too.
25751         [!weak_alias]: Define __memchr to memchr.
25752
25753         * lib/regex.c: Update from libc.
25754         * lib/regex.h: Likewise.
25755         * lib/getopt1.c: Likewise.
25756         * lib/memcmp.c: Likewise.
25757
25758         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
25759         Avoid using fseek, when possible -- it's broken by design.
25760         Patch by Ulrich Drepper.
25761
25762 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
25763
25764         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
25765         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
25766         Giving in to popular pressure to shut up the compiler with casts.
25767
25768 2000-10-26  Jim Meyering  <meyering@lucent.com>
25769
25770         * lib/strftime.c: Update from libc.
25771
25772 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
25773
25774         * regex.c: More `unsigned char' -> `re_char' changes.
25775         Also change several `int' into `re_wchar_t'.
25776         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
25777         (PUSH_FAILURE_POINTER): Don't cast any more.
25778         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
25779         We want GCC to complain, since this piece of code makes
25780         re_match non-reentrant, which *should* be fixed.
25781         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
25782         (EXTEND_BUFFER): Use RETALLOC.
25783         (SET_LIST_BIT): Don't cast.
25784         (re_wchar_t): New type.
25785         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
25786         that those two functions will always properly return.
25787         (IMMEDIATE_QUIT_CHECK): Cast to void.
25788         (analyse_first): Use recursion rather than an explicit stack.
25789         (re_compile_fastmap): Can't fail anymore.
25790         (re_search_2): Don't check re_compile_fastmap for failure.
25791         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
25792         Now also sets the new value (passed in a new argument).
25793         (re_match_2_internal): Use it.
25794         Also, use a new var `reg' of type size_t when looping through regs
25795         rather than reuse the inappropriate `mcnt'.
25796
25797 2000-10-25  Jim Meyering  <meyering@lucent.com>
25798
25799         * lib/obstack.c: Update from libc.
25800
25801 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
25802
25803         * regex.c (regex_compile): Change the way of handling a range from
25804         a char less than 256 to a char not less than 256.
25805
25806 2000-10-24  Andrew Innes  <andrewi@gnu.org>
25807
25808         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
25809         NT-Emacs only.
25810         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
25811         so that re_search functions only quit when callers expect them to.
25812
25813 2000-10-23  Jim Meyering  <meyering@lucent.com>
25814
25815         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
25816         wrong.  That set_locale call must not have any side effects.
25817         From Paul Eggert.
25818
25819 2000-10-22  Jim Meyering  <meyering@lucent.com>
25820
25821         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
25822         [CYCLIC]: Remove now-unused definition.
25823
25824         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
25825         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
25826         Suggestion from Ulrich Drepper.
25827
25828 2000-10-21  Jim Meyering  <meyering@lucent.com>
25829
25830         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
25831         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
25832         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
25833
25834 2000-10-21  Jim Meyering  <meyering@lucent.com>
25835
25836         * lib/dirname.c (memrchr): Declare if necessary.
25837         (dir_name): Remove the restriction that there be no
25838         trailing slashes.  Now, this code skips past them, effectively
25839         ignoring them.
25840         [TEST_DIRNAME] (main): New unit tests.
25841
25842         * lib/memrchr.c: New file from GNU libc.
25843         Undef __memrchr, too.
25844         [!weak_alias]: Define __memrchr to memrchr.
25845         Guard weak_alias use with `#ifdef weak_alias'.
25846
25847 2000-10-21  Jim Meyering  <meyering@lucent.com>
25848
25849         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
25850         (dir_name): Use dir_name_r.
25851         * lib/dirname.h (dir_name_r): Declare it.
25852
25853 2000-10-17  Jim Meyering  <meyering@lucent.com>
25854
25855         * lib/quote.h (PARAMS): Define and use.
25856         Reported by Akim Demaille.
25857
25858         * lib/getopt.c: Update from libc.
25859
25860 2000-10-16  Jim Meyering  <meyering@lucent.com>
25861
25862         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
25863         setlocale.
25864         From Jan Fedak.
25865
25866 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
25867
25868         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
25869
25870 2000-09-25  Jim Meyering  <meyering@lucent.com>
25871
25872         * lib/md5.h (rol): Define (from GnuPG).
25873
25874         * lib/sha.c: Give credit (GnuPG) where due.
25875         (M): Use rol rather than open-coding it.
25876         Add a FIXME comment.
25877
25878 2000-09-21  Jim Meyering  <meyering@lucent.com>
25879
25880         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
25881         Reported by Michael Stone.
25882
25883 2000-09-20  Jim Meyering  <meyering@lucent.com>
25884
25885         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
25886         (noinst_HEADERS): Add sha.h.
25887         Based on code from Scott G. Miller and from GnuPG.
25888
25889 2000-09-18  Jim Meyering  <meyering@lucent.com>
25890
25891         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
25892         LIBS. Otherwise, everyone ends up linking with -lelf for some
25893         configurations.
25894         Reported by Mike Stone.
25895
25896 2000-09-15  Jim Meyering  <meyering@lucent.com>
25897
25898         * lib/regex.c: Update from libc.
25899
25900 2000-09-10  Jim Meyering  <meyering@lucent.com>
25901
25902         * lib/getopt.c (_getopt_internal): Update from glibc.
25903
25904 2000-09-09  Jim Meyering  <meyering@lucent.com>
25905
25906         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
25907         think it should be used as a general replacement for isascii.
25908         * lib/fnmatch.c: Likewise.
25909         * lib/mbswidth.c: Likewise
25910         * lib/regex.c: Likewise.
25911
25912         Don't use atoi.
25913         * lib/userspec.c: Include sys/param.h and limits.h.
25914         Include xstrtol.h.
25915         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
25916         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
25917         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
25918         UID, GID.  Check range.
25919
25920 2000-09-06  Jim Meyering  <meyering@lucent.com>
25921
25922         * lib/getopt.c (_getopt_internal): Update from glibc.
25923
25924 2000-08-30  Jim Meyering  <meyering@lucent.com>
25925
25926         * lib/strftime.c: Merge in changes from GNU libc.
25927
25928 2000-08-26  Jim Meyering  <meyering@lucent.com>
25929
25930         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
25931         * m4/fpending.m4: New file.
25932
25933 2000-08-26  Jim Meyering  <meyering@lucent.com>
25934
25935         * lib/closeout.c: Include "__fpending.h".
25936         (close_stdout_status): Return right away if there's nothing to flush.
25937
25938         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
25939         * lib/__fpending.c: New file.
25940         * lib/__fpending.h: New file.
25941
25942 2000-08-20  Jim Meyering  <meyering@lucent.com>
25943
25944         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
25945         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
25946         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
25947
25948 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
25949
25950         Improve fileutils installation on systems where running
25951         programs (like install) can't be unlinked.
25952         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
25953         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
25954
25955 2000-08-07  Paul Eggert  <eggert@twinsun.com>
25956
25957         Standardize on "memory exhausted" instead of "Memory exhausted"
25958         or "virtual memory exhausted".
25959         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
25960         "virtual memory exhausted".
25961         * lib/same.c (same_name): Invoke xalloc_die instead of printing
25962         our own message.
25963         * lib/userspec.c (parse_user_spec): Likewise.
25964         * lib/bumpalloc.h: comment fix
25965         * lib/same.c, userspec.c: Include xalloc.h.
25966
25967         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
25968         not char *const and pointing to a constant array.
25969         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
25970         (xrealloc): Comment fix.
25971
25972         * lib/userspec.c (parse_user_spec):
25973         Don't translate a message until just before returning,
25974         to avoid unnecessary translation.
25975
25976 2000-08-07  Jim Meyering  <meyering@lucent.com>
25977
25978         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
25979         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
25980         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
25981         getgroups.c, gethostname.c, getopt.h, group-member.c,
25982         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
25983         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
25984         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
25985         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
25986         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
25987         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
25988         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
25989         yesno.c: Back out Copyright date changes for each file with no change
25990         this year.  This eases coordination with other programs using the same
25991         source code modules.  From Paul Eggert.
25992
25993 2000-08-06  Paul Eggert  <eggert@twinsun.com>
25994
25995         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
25996         not char, for compatibility with glibc 2.1.3 strftime.c.
25997
25998 2000-08-03  Greg McGary  <greg@mcgary.org>
25999
26000         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
26001         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
26002         (EXTEND_BUFFER): Use them.
26003
26004 2000-08-01  Jim Meyering  <meyering@lucent.com>
26005
26006         * lib/dirname.c (ISSLASH): Define.
26007         (BACKSLASH_IS_PATH_SEPARATOR): Define.
26008         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
26009         both `\' and `/' may be use as path separators.
26010         Based on a patch from Prashant TR.
26011
26012 2000-07-31  Paul Eggert  <eggert@twinsun.com>
26013
26014         * lib/quotearg.c (quotearg_n_options): Don't make the initial
26015         slot vector a constant, since it might get modified.
26016
26017 2000-07-31  Jim Meyering  <meyering@lucent.com>
26018
26019         * lib/xmalloc.c: Use `virtual memory exhausted', not
26020         `Memory exhausted'.
26021         * lib/obstack.c (print_and_abort): Likewise.
26022
26023 2000-07-30  Paul Eggert  <eggert@twinsun.com>
26024
26025         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
26026         buffer, so that the caller can always quote one small
26027         component of a "memory exhausted" message in slot 0.
26028         From a suggestion by Jim Meyering.
26029
26030 2000-07-30  Jim Meyering  <meyering@lucent.com>
26031
26032         * lib/makepath.c (make_path): Quote the other instance, too.
26033
26034         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
26035         (STATIC_BUF_SIZE): Define.
26036         (quotearg_n_options): Use only statically allocated storage when
26037         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
26038         than STATIC_BUF_SIZE.
26039
26040 2000-07-29  Jim Meyering  <meyering@lucent.com>
26041
26042         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
26043         * lib/dirname.c (dir_name): Likewise.
26044
26045         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
26046         `/'.
26047
26048         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
26049         (dir_name): Assert that there are no trailing slashes.
26050
26051 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
26052
26053         * lib/mbswidth.h (mbswidth): Add a flags argument.
26054         (mbswidth): New declaration.
26055         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
26056         * lib/mbswidth.c (mbswidth): Add a flags argument.
26057         (mbsnwidth): New function.
26058
26059 2000-07-24  Jim Meyering  <meyering@lucent.com>
26060
26061         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
26062
26063 2000-07-23  Paul Eggert  <eggert@twinsun.com>
26064
26065         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
26066
26067 2000-07-23  Paul Eggert  <eggert@twinsun.com>
26068
26069         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
26070         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
26071         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
26072         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
26073         invoke multibyte primitives.
26074
26075 2000-07-23  Paul Eggert  <eggert@twinsun.com>
26076
26077         * lib/quotearg.c:
26078         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
26079         so that mbstate_t is always defined.
26080
26081         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
26082         be 1 in at least one GCC installation, and this configuration
26083         error is likely to be common.  Ignoring MB_LEN_MAX hurts
26084         performance on hosts that have mbrtowc but have only unibyte
26085         locales, but I assume these hosts are rare.
26086
26087 2000-07-23  Paul Eggert  <eggert@twinsun.com>
26088
26089         * lib/mbswidth.c (_XOPEN_SOURCE):
26090         Don't define; this causes problems on Solaris 7.
26091         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
26092
26093 2000-07-23  Jim Meyering  <meyering@lucent.com>
26094
26095         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
26096         too: getgrgid, getpwuid, getuid.
26097
26098 2000-07-23  Jim Meyering  <meyering@lucent.com>
26099
26100         * lib/basename.c (base_name): Add an assertion.
26101
26102 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
26103
26104         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
26105         shadow its mbsinit function.
26106
26107 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
26108
26109         * lib/mbswidth.h: New file.
26110         * lib/mbswidth.c: New file.
26111         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
26112         (noinst_HEADERS): Add mbswidth.h.
26113
26114 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
26115
26116         * lib/config.charset: Add support for FreeBSD. Improve support for
26117         HP-UX and IRIX 6.
26118
26119 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
26120
26121         * m4/mbswidth.m4: New file.
26122         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
26123
26124 2000-07-15  Jim Meyering  <meyering@lucent.com>
26125
26126         * lib/makepath.c: Include quote.h.
26127         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
26128         corresponding argument in a `quote (...)' call.
26129         Give better diagnostics.
26130
26131         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
26132         (noinst_HEADERS): Add quote.h.
26133
26134         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
26135         from tar's src/misc.c.
26136         * lib/quote.h: New file.  Prototypes for same.
26137
26138 2000-07-14  Paul Eggert  <eggert@twinsun.com>
26139
26140         From a suggestion by Bruno Haible.
26141         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
26142         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
26143         to decide whether to define the BeOS workaround macro;
26144         this adjusts to the change to AC_MBSTATE_T.
26145
26146 2000-07-14  Jim Meyering  <meyering@lucent.com>
26147
26148         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
26149         jm_AC_TYPE_UINTMAX_T.
26150
26151 2000-07-13  Paul Eggert  <eggert@twinsun.com>
26152
26153         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
26154
26155         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
26156         quotearg_buffer_restyled): Add support for
26157         clocale_quoting_style.  Undo previous change to
26158         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
26159         and "{RIGHT QUOTATION MARK}" msgids.
26160
26161 2000-07-10  Paul Eggert  <eggert@twinsun.com>
26162
26163         From a suggestion by Bruno Haible.
26164         * m4/mbstate_t.m4 (AC_MBSTATE_T):
26165         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
26166         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
26167         and mbstate_t, to a single-part test that simply defines mbstate_t.
26168         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
26169         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
26170
26171 2000-07-10  Jim Meyering  <meyering@lucent.com>
26172
26173         * m4/strerror_r.m4: Mirror the correction made in autoconf.
26174
26175         * m4/gnu-source.m4: Output to confdefs.h directly.
26176         Suggestion from Akim Demaille.
26177
26178 2000-07-09  Paul Eggert  <eggert@twinsun.com>
26179
26180         The old behavior of quoting `like this' doesn't look good with
26181         newer, ISO-style fonts.  See:
26182         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
26183
26184         Instead, quote "like this" by default.  Let the translator
26185         tailor the locale-specific quoting behavior by providing
26186         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
26187
26188         * lib/quotearg.c (N_): New macro.
26189         (gettext_default): New function.
26190         (quotearg_buffer_restyled): Use
26191         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
26192         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
26193
26194 2000-07-09  Jim Meyering  <meyering@lucent.com>
26195
26196         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
26197         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
26198
26199         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
26200         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
26201
26202 2000-07-09  Jim Meyering  <meyering@lucent.com>
26203
26204         * lib/Most files: Update copyright dates to include 2000.
26205
26206 2000-07-08  Jim Meyering  <meyering@lucent.com>
26207
26208         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
26209         if not defined.
26210         (xgethostname): Remove now-unnecessary #ifdef.
26211         Move declaration of `err' into loop where it's used.
26212
26213 2000-07-05  Paul Eggert  <eggert@twinsun.com>
26214         and Bruno Haible  <haible@clisp.cons.org>
26215
26216         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
26217         only if the test for an object-type mbstate_t fails.  This
26218         prevents us from mistakenly reporting that mbstate_t is a
26219         system object type after we "#define mbstate_t int" to work
26220         around its lack.
26221
26222 2000-07-05  Paul Eggert  <eggert@twinsun.com>
26223         and Bruno Haible  <haible@clisp.cons.org>
26224
26225         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
26226
26227 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
26228
26229         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
26230         to strerror_r.
26231         Include <ctype.h> for use of isalpha.
26232
26233 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
26234
26235         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
26236         by allocating a larger buffer. Test the gethostname return value for
26237         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
26238         returns an error and ENAMETOOLONG isn't defined.
26239
26240 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
26241
26242         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
26243         dimension.
26244
26245 2000-07-04  Jim Meyering  <meyering@lucent.com>
26246
26247         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
26248         of the deprecated AC_CHECKING.
26249
26250 2000-07-04  Jim Meyering  <meyering@lucent.com>
26251
26252         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
26253         Reported by Bruno Haible.
26254
26255 2000-07-04  Jim Meyering  <meyering@lucent.com>
26256
26257         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
26258         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
26259         lacks mbrtowc.
26260
26261 2000-07-03  Paul Eggert  <eggert@twinsun.com>
26262
26263         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
26264         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
26265
26266 2000-07-03  Paul Eggert  <eggert@twinsun.com>
26267         and Bruno Haible  <haible@clisp.cons.org>
26268
26269         * lib/quotearg.c (mbrtowc):
26270         Assign to *pwc, and return 1 only if result is nonzero.
26271         (iswprint): Use ISPRINT when substituting our own mbrtowc.
26272
26273 2000-07-03  Jim Meyering  <meyering@lucent.com>
26274
26275         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
26276
26277 2000-07-03  Jim Meyering  <meyering@lucent.com>
26278
26279         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
26280         This is necessary to get a definition of e.g., UTMP_FILE on
26281         HP-UX 10.20.
26282         From Bob Proulx.
26283
26284 2000-07-02  Jim Meyering  <meyering@lucent.com>
26285
26286         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
26287
26288         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
26289         AC_LIBOBJ(function_name).
26290         * m4/chown.m4: Likewise.
26291         * m4/fnmatch.m4: Likewise.
26292         * m4/ftruncate.m4: Likewise.
26293         * m4/getgroups.m4: Likewise.
26294         * m4/getline.m4: Likewise.
26295         * m4/group-member.m4: Likewise.
26296         * m4/jm-macros.m4: Likewise.
26297         * m4/lstat.m4: Likewise.
26298         * m4/malloc.m4: Likewise.
26299         * m4/memcmp.m4: Likewise.
26300         * m4/nanosleep.m4: Likewise.
26301         * m4/putenv.m4: Likewise.
26302         * m4/realloc.m4: Likewise.
26303         * m4/regex.m4: Likewise.
26304         * m4/stat.m4: Likewise.
26305         * m4/strftime.m4: Likewise.
26306
26307 2000-07-02  Jim Meyering  <meyering@lucent.com>
26308
26309         * lib/quotearg.c (mbstate_t): Don't define here.
26310
26311 2000-07-02  Jim Meyering  <meyering@lucent.com>
26312
26313         * lib/nanosleep.c (SIGCONT): Define if not already defined.
26314
26315 2000-07-01  Jim Meyering  <meyering@lucent.com>
26316
26317         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
26318
26319 2000-07-01  Jim Meyering  <meyering@lucent.com>
26320
26321         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
26322         problem.
26323
26324 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
26325
26326         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
26327         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
26328
26329 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
26330
26331         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
26332         per change in ../m4/ls-mntd-fs.m4.
26333         (read_filesystem_list): Ignore symbolic links.
26334
26335 2000-06-29  Jim Meyering  <meyering@lucent.com>
26336
26337         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
26338         for declaration of strcmp.
26339
26340         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
26341
26342         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
26343         Avoid warning by casting result to `char *' to remove `const'.
26344
26345 2000-06-28  Jim Meyering  <meyering@lucent.com>
26346
26347         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
26348         included by quotearg.c, for which we perform this test.  From
26349         Bruno Haible.
26350
26351 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
26352
26353         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
26354         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
26355         <utmpx.h> exists, put readutmp.o into LIBOBJS.
26356
26357 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
26358
26359         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
26360
26361 2000-06-26  Paul Eggert  <eggert@twinsun.com>
26362
26363         savedir now sets errno on failure and invokes xmalloc to get memory.
26364         Fix a couple of other minor bugs while we're at it.
26365
26366         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
26367         (NAMLEN): Remove macro.
26368         (malloc, realloc): Remove decls.
26369         (stpcpy): Likewise.
26370         ("xalloc.h"): Include.
26371         (NAME_SIZE_DEFAULT): New macro.
26372         (savedir): Use xmalloc / xrealloc to allocate memory.
26373         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
26374         Skip "" directory entries.
26375         Use strlen to calculate directory entry length, since the old method
26376         is rarely used these days and isn't worth supporting.
26377         Don't use a pointer after freeing it.
26378         Check for integer overflow when calculating allocation size.
26379         Use memcpy to copy entries, instead of stpcpy.
26380         Set errno properly when returning NULL.
26381         Check for readdir error.
26382
26383 2000-06-26  Jim Meyering  <meyering@lucent.com>
26384
26385         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
26386
26387 2000-06-25  Jim Meyering  <meyering@lucent.com>
26388
26389         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
26390         Linux header bug when _XOPEN_SOURCE is defined to 500.
26391
26392 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
26393
26394         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
26395         deficiency.
26396
26397 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
26398
26399         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
26400         Include xalloc.h.
26401         Don't include <stdlib.h>.  Don't declare malloc, realloc.
26402
26403 2000-06-24  Jim Meyering  <meyering@lucent.com>
26404
26405         * m4/strerror_r.m4: Revive this file -- to try out an experimental
26406         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
26407         for which strerror does return char*, but which lacks a conveniently
26408         accessible declaration of the function.  If the compile-test says
26409         strerror_r doesn't work, then resort to a `run'-test that works on
26410         BeOS and segfaults on DEC Unix.
26411
26412 2000-06-24  Jim Meyering  <meyering@lucent.com>
26413
26414         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
26415
26416 2000-06-23  Paul Eggert  <eggert@twinsun.com>
26417
26418         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
26419         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
26420
26421 2000-06-23  Paul Eggert  <eggert@twinsun.com>
26422
26423         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
26424         (mbrtowc, mbstate_t): Define substitutes if
26425         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
26426         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
26427         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
26428
26429 2000-06-23  Jim Meyering  <meyering@lucent.com>
26430
26431         * m4/afs.m4: Add missing AC_MSG_RESULT.
26432         Reported by Bruno Haible.
26433
26434         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
26435         Suggestion from Bruno Haible.
26436
26437 2000-06-23  Jim Meyering  <meyering@lucent.com>
26438
26439         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
26440
26441 2000-06-21  Jim Meyering  <meyering@lucent.com>
26442
26443         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
26444
26445 2000-06-21  Jim Meyering  <meyering@lucent.com>
26446
26447         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
26448         (noinst_HEADERS): Add getstr.h.
26449
26450         * lib/getline.c (getstr): Move into a separate file.
26451         * lib/getstr.c (getstr): New file, extracted from getline.c, with
26452         the following changes: new parameter, delim2; both delim[12]
26453         parameters have type `int', not `char'.  The latter would lose
26454         with 8-bit delimiters.
26455         * lib/getstr.h: New file.
26456
26457 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
26458
26459         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
26460         than 1024, return a memory chunk of least possible size, instead
26461         of size PATH_MAX + 2. In the loop, increment the size proportionally.
26462         Use free/xmalloc instead of xrealloc to avoid copying for very long
26463         paths.
26464
26465 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
26466
26467         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
26468         the empty string.
26469
26470 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
26471
26472         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
26473         address, not strdup.  Include <stdlib.h> and don't declare free().
26474
26475 2000-06-19  Jim Meyering  <meyering@lucent.com>
26476
26477         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
26478
26479 2000-06-18  Jim Meyering  <meyering@lucent.com>
26480
26481         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
26482
26483         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
26484         `checking whether...' message to be consistent with that of the
26485         lstat test.
26486
26487 2000-06-18  Jim Meyering  <meyering@lucent.com>
26488
26489         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
26490         Besides, these days every porting target provides a mkdir function.
26491
26492         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
26493         needed. (this snippet comes from src/system.h).
26494
26495 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
26496
26497         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
26498
26499 2000-06-15  Paul Eggert  <eggert@twinsun.com>
26500
26501         * lib/human.c (adjust_value): New function.
26502         (human_readable_inexact): Apply rounding style even when
26503         printing approximate values.
26504
26505 2000-06-14  Paul Eggert  <eggert@twinsun.com>
26506
26507         * lib/human.c (human_readable_inexact): Allow an input block
26508         size that is not a multiple of the output block size, and vice versa.
26509         Reported by Piergiorgio Sartor.
26510
26511 2000-06-14  Paul Eggert  <eggert@twinsun.com>
26512
26513         * lib/getdate.y (get_date): Apply relative times after time
26514         zone indicator, not before.  Reported by Todd A. Jacobs.
26515
26516 2000-06-13  Jim Meyering  <meyering@lucent.com>
26517
26518         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
26519
26520         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
26521
26522 2000-06-12  Paul Eggert  <eggert@twinsun.com>
26523
26524         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
26525
26526 2000-06-12  Jim Meyering  <meyering@lucent.com>
26527
26528         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
26529         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
26530         optional argument.
26531         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
26532         the optional argument, `lib'.
26533
26534 2000-06-08  Jim Meyering  <meyering@lucent.com>
26535
26536         * m4/largefile.m4: Remove file (now that it's part of autoconf).
26537
26538 2000-06-04  Paul Eggert  <eggert@twinsun.com>
26539
26540         Rewrite largefile configuration so that we don't need to run
26541         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
26542         AC_CANONICAL_HOST in configure.in -- jmm]
26543
26544         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
26545         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
26546         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
26547         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
26548         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
26549         All uses changed.
26550         Instead of inspecting the output of getconf, try to compile the
26551         test program without and with the macro definition.
26552         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
26553         for getconf.  Instead, check for the needed flags by compiling
26554         test programs.
26555
26556 2000-06-04  Paul Eggert  <eggert@twinsun.com>
26557
26558         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
26559
26560 2000-06-04  Jim Meyering  <meyering@lucent.com>
26561
26562         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
26563         SunOS 4.1.4 for which gid_t is an unsigned type.
26564
26565 2000-06-03  Jim Meyering  <meyering@lucent.com>
26566
26567         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
26568         now that autoconf requires that.
26569
26570         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
26571         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
26572         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
26573
26574 2000-06-03  Jim Meyering  <meyering@lucent.com>
26575
26576         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
26577
26578 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
26579
26580         * m4/glibc21.m4: New file.
26581         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
26582
26583 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
26584
26585         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
26586         newer, don't install charset.alias.
26587         * lib/config.charset: Change the Linux/glibc rules so they become empty
26588         on glibc-2.1 or newer.
26589
26590 2000-06-02  Jim Meyering  <meyering@lucent.com>
26591
26592         * lib/mountlist.c: Back out last change.  Instead, do this...
26593         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
26594         me_dummy member using the same `ignore'-testing code.
26595         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
26596         fs_type strings.
26597         From Mark D. Roth.
26598
26599 2000-05-29  Jim Meyering  <meyering@lucent.com>
26600
26601         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
26602         mounts with the `ignore' attribute.  Based on a patch from
26603         Mark D. Roth.
26604
26605 2000-05-28  Jim Meyering  <meyering@lucent.com>
26606
26607         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
26608         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
26609         * m4/stat.m4: Likewise.
26610         * m4/lstat.m4: Likewise.
26611         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
26612
26613         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
26614         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
26615
26616 2000-05-26  Jim Meyering  <meyering@lucent.com>
26617
26618         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
26619
26620 2000-05-24  Jim Meyering  <meyering@lucent.com>
26621
26622         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
26623         autoconf requires that.
26624         * m4/lib-check.m4: Likewise.
26625         * m4/jm-macros.m4: Likewise.
26626         * m4/strftime.m4: Likewise.
26627
26628         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
26629         AC_CHECK_DECLS, now that autoconf requires that.
26630
26631 2000-05-22  Jim Meyering  <meyering@lucent.com>
26632
26633         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
26634         * m4/lstat.m4: Likewise.
26635
26636 2000-05-22  Jim Meyering  <meyering@lucent.com>
26637
26638         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
26639
26640 2000-05-20  Jim Meyering  <meyering@lucent.com>
26641
26642         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
26643         (jm_PREREQ): Use it.
26644
26645 2000-05-18  Jim Meyering  <meyering@lucent.com>
26646
26647         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
26648         back, too, since it may have been modified by allocate_entry.
26649         (hash_delete): Rewrite to use neither the assignment operator
26650         nor the comma operator in an if-expression.
26651
26652 2000-05-15  Paul Eggert  <eggert@twinsun.com>
26653
26654         * lib/closeout.c:
26655         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
26656         Remove; no longer needed.
26657         "quotearg.h": Add include.
26658         (file_name): Do not bother to explicitly initialize to NULL; it's less
26659         efficient on some hosts.
26660         (close_stdout_status): Remove test as to whether stdout was already
26661         closed; it breaks for the case "echo x | sort >&-".
26662         Quote file name colons.
26663         Do not assume that _("write error") lacks format strings.
26664
26665 2000-05-15  Jim Meyering  <meyering@lucent.com>
26666
26667         * lib/version-etc.c (version_etc_copyright): Update the copyright
26668         string used in all --version output.
26669
26670 2000-05-14  Jim Meyering  <meyering@lucent.com>
26671
26672         * lib/closeout.c (close_stdout_set_file_name): New function.
26673         (close_stdout_status): Use new file-scoped global.
26674         Return right away if fstat says the stdout file descriptor is invalid.
26675         * lib/closeout.h (close_stdout_set_file_name): Declare.
26676
26677 2000-05-10  Jim Meyering  <meyering@lucent.com>
26678
26679         * lib/closeout.c [default_exit_status]: New file-scoped variable.
26680         (close_stdout_set_status): New function.
26681         * lib/closeout.h (close_stdout_set_status): Declare.
26682
26683 2000-05-09  Jim Meyering  <meyering@lucent.com>
26684
26685         * m4/gettext.m4: Rename this...
26686         * m4/libintl.m4: ...to this.
26687
26688 2000-05-08  Jim Meyering  <meyering@lucent.com>
26689
26690         * lib/long-options.c: Don't include closeout.h.
26691         (parse_long_options): Don't call close_stdout for --version.
26692
26693 2000-05-06  Paul Eggert  <eggert@twinsun.com>
26694
26695         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
26696         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
26697         2.1.3 bug.  This avoids a clash when files like regex.c define
26698         _GNU_SOURCE.
26699
26700 2000-05-06  Jim Meyering  <meyering@lucent.com>
26701
26702         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
26703         (AC_REPLACE_FUNCS): Add strnlen.
26704
26705         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
26706         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
26707
26708         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
26709         AC_SEARCH_LIBS call for nanosleep.
26710         (LIB_NANOSLEEP): Set and AC_SUBST.
26711
26712 2000-05-06  Jim Meyering  <meyering@lucent.com>
26713
26714         * lib/strnlen.c: Undefine __strnlen and strnlen.
26715         [!weak_alias]: Define __strnlen to strnlen.
26716
26717         * lib/atexit.c: New file, from libiberty.
26718
26719 2000-05-06  Jim Meyering  <meyering@lucent.com>
26720
26721         * lib/closeout.c (close_stdout_status): Also check for errors on the
26722         stderr stream.
26723
26724 2000-05-05  Jim Meyering  <meyering@lucent.com>
26725
26726         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
26727         AC_SEARCH_LIBS call for clock_gettime.
26728         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
26729
26730         * m4/search-libs.m4: Update from autoconf.
26731
26732         su doesn't work on Solaris 2.6.
26733         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
26734         <shadow.h>.  Reported by Dragos Harabor.
26735
26736 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
26737
26738         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
26739         memcpy instead of xmalloc, xrealloc, path_concat.
26740         (locale_charset): Treat empty environment variables as absent.
26741         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
26742
26743 2000-05-04  Jim Meyering  <meyering@lucent.com>
26744
26745         * lib/getopt.c: Update from glibc.
26746         * lib/obstack.c: Likewise.
26747         * lib/obstack.h: Likewise.
26748         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
26749         file
26750
26751         * lib/regex.h: Likewise.
26752         * lib/strndup.c: Likewise.
26753         * lib/strnlen.c: New file, from glibc.
26754
26755 2000-05-03  Jim Meyering  <meyering@lucent.com>
26756
26757         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
26758
26759 2000-05-02  Paul Eggert  <eggert@twinsun.com>
26760
26761         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
26762         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
26763         compile-time test, rather than inspecting host and OS, to
26764         decide whether to define _LARGEFILE_SOURCE.
26765
26766 2000-05-01  Jim Meyering  <meyering@lucent.com>
26767
26768         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
26769
26770         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
26771         Based on a patch from Bruno Haible.
26772
26773 2000-05-01  Jim Meyering  <meyering@lucent.com>
26774
26775         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
26776
26777 2000-04-29  Jim Meyering  <meyering@lucent.com>
26778
26779         * lib/path-concat.c: Declare strdup only if it's not defined.
26780         * lib/canon-host.c: Likewise.
26781
26782 2000-04-28  Jim Meyering  <meyering@lucent.com>
26783
26784         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
26785         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
26786         is included first, then limits.h is included by locale.h by libintl.h.
26787         From John David Anglin.
26788
26789 2000-04-25  Jim Meyering  <meyering@lucent.com>
26790
26791         * lib/makepath.c (S_IRWXUGO): Define.
26792         (make_path): Always perform explicit chmod if MODE specifies any
26793         of the `special' permission bits.  Prompted by a bug report against
26794         install from Mate Wierdl and Joost van Baal.
26795
26796 2000-04-18  Jim Meyering  <meyering@lucent.com>
26797
26798         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
26799         (jm_PREREQ): Use it.
26800
26801 2000-04-18  Jim Meyering  <meyering@lucent.com>
26802
26803         * lib/README: New file.
26804
26805         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
26806         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
26807
26808 2000-04-17  Jim Meyering  <meyering@lucent.com>
26809
26810         Get it right :-)
26811         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
26812         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
26813         Suggestion from Akim Demaille.
26814
26815 2000-04-17  Jim Meyering  <meyering@lucent.com>
26816
26817         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
26818         the definition of it to rpl_strftime also defined-away the system's
26819         declaration.
26820
26821 2000-04-15  Jim Meyering  <meyering@lucent.com>
26822
26823         Use `C' to denote so-called `contiguous' files, the same way
26824         that tar does.
26825         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
26826         (ftypelet): Use S_ISCTG.
26827         From Michael Deutschmann.
26828
26829 2000-04-14  Jim Meyering  <meyering@lucent.com>
26830
26831         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
26832         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
26833         clobbered.
26834
26835 2000-04-14  Jim Meyering  <meyering@lucent.com>
26836
26837         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
26838
26839 2000-04-13  Jim Meyering  <meyering@lucent.com>
26840
26841         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
26842         AH_VERBATIM to insert required #ifndef into config.h.in.
26843         Suggestion from Akim Demaille.
26844
26845 2000-04-12  Jim Meyering  <meyering@lucent.com>
26846
26847         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
26848         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
26849         Christian Krackowizer.
26850
26851         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
26852         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
26853         (AC_SYS_LARGEFILE): Require.
26854         (AM_C_PROTOTYPES): Require.
26855
26856 2000-04-08  Jim Meyering  <meyering@lucent.com>
26857
26858         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
26859         names don't conflict.  Reported by Eli Zaretskii.
26860
26861 2000-04-07  Jim Meyering  <meyering@lucent.com>
26862
26863         * lib/putenv.c: Move inclusion of errno.h so it follows that of
26864         sys/types.h, to work around system header problems on AIX 3.2.5.
26865         From Bruno Haible.
26866
26867 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
26868
26869         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
26870         bug.  Deal with the different error behavior of Irix iconv.
26871
26872 2000-04-05  Paul Eggert  <eggert@twinsun.com>
26873
26874         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
26875         IRIX if the installer said otherwise.
26876
26877 2000-04-05  Jim Meyering  <meyering@lucent.com>
26878
26879         Portability tweaks required for ultrix4.3.
26880         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
26881         (jm_CHECK_DECLS): Add getutent to the list of functions.
26882         (_jm_DECL_HEADERS): Add utmpx.h.
26883         From John David Anglin.
26884
26885         * m4/strftime.m4: Back out the 2000-04-02 change.
26886         Instead of that change, simply undefine putenv in the test program.
26887
26888 2000-04-05  Jim Meyering  <meyering@lucent.com>
26889
26890         Portability tweaks required for ultrix4.3.
26891         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
26892         getutent.
26893         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
26894         * lib/canon-host.c: Declare strdup.
26895         * lib/path-concat.c: Likewise.
26896         From John David Anglin.
26897
26898 2000-04-04  Jim Meyering  <meyering@lucent.com>
26899
26900         Be more DOS 8.3-friendly.
26901         * lib/ref-add.sin: Renamed from ref-add.sed.in.
26902         * lib/ref-del.sin: Renamed from ref-del.sed.in.
26903         * lib/Makefile.am: Reflect renaming.
26904         Reported by Eli Zaretskii.
26905
26906         Use a temporary file name that won't clash with `charset.alias'
26907         in the DOS 8.3 name space.
26908         * lib/Makefile.am (charset_tmp): Define.
26909         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
26910         (uninstall-local): Likewise.
26911         Reported by Eli Zaretskii.
26912
26913 2000-04-03  Jim Meyering  <meyering@lucent.com>
26914
26915         * m4/gettext.m4: Fix typo in comment.
26916
26917         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
26918         textutils/configure.in).  Suggestion from Paul Eggert.
26919         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
26920
26921 2000-04-02  Paul Eggert  <eggert@twinsun.com>
26922
26923         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
26924         variable in the shell rather than using putenv, which isn't
26925         portable.  This avoids the configure-time inter-test dependency
26926         on the potentially-renamed putenv function.
26927
26928 2000-03-30  Paul Eggert  <eggert@twinsun.com>
26929
26930         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
26931         before checking struct stat.st_blksize, so that
26932         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
26933
26934 2000-03-29  Paul Eggert  <eggert@twinsun.com>
26935
26936         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
26937         since strftime.c uses HAVE_STRFTIME to decide whether to use
26938         the underlying strftime.
26939
26940 2000-03-29  Paul Eggert  <eggert@twinsun.com>
26941
26942         * lib/time/strftime.c (my_strftime): Make sure we call the system
26943         strftime, not ourselves, when invoking the underlying strftime.
26944
26945 2000-03-24  Jim Meyering  <meyering@lucent.com>
26946
26947         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
26948         (charset_alias): Define.
26949         (install-exec-local): Factor out common code.
26950         (uninstall-local): Split lines longer than 80.
26951         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
26952         (SUFFIXES): Define.
26953         (.sed.in.sed): New rule.  Don't redirect directly to $@.
26954         (CLEANFILES): Add ref-add.sed and ref-del.sed.
26955
26956 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
26957
26958         * lib/config.charset: Output a line containing "Packages using this
26959         file".
26960         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
26961         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
26962         ref-del.sed): New rules.
26963
26964 2000-03-17  Jim Meyering  <meyering@lucent.com>
26965
26966         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
26967         Otherwise, include <strings.h>
26968
26969 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
26970
26971         * lib/unicodeio.c (utf8_wctomb): New function.
26972         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
26973         format instead of in UCS-4 with platform dependent endianness.
26974
26975 2000-03-10  Jim Meyering  <meyering@lucent.com>
26976
26977         * m4/lib-check.m4: Look for getspnam in -lgen, too.
26978         From Marco Franzen.
26979
26980 2000-03-07  Paul Eggert  <eggert@twinsun.com>
26981
26982         * lib/savedir.c (savedir): Work even if directory size is
26983         negative; this can happen with some screwy NFS configurations.
26984
26985 2000-03-06  Jim Meyering  <meyering@lucent.com>
26986
26987         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
26988         if it's NULL (because we ran out of memory).  From Bruno Haible.
26989
26990 2000-03-05  Jim Meyering  <meyering@lucent.com>
26991
26992         * lib/localcharset.c ("path-concat.h"): Include.
26993         (get_charset_aliases): Use path_concat instead of ANSI string
26994         concatenation.
26995
26996         * lib/unicodeio.h (PARAMS): Define.
26997         Use it to guard prototype.
26998
26999 2000-03-04  Jim Meyering  <meyering@lucent.com>
27000
27001         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
27002         for lib/localcharset.c.
27003
27004 2000-03-04  Jim Meyering  <meyering@lucent.com>
27005
27006         * lib/Makefile.am (install-exec-local): Create $(libdir) before
27007         installing into it.
27008         (uninstall-local): Uncomment this rule so `make distcheck' works
27009         once again.
27010
27011         * lib/unicodeio.c (<errno.h>): Include it.
27012         (errno): Declare if not defined.
27013
27014         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
27015
27016         * lib/config.charset: New version, incorporating remarks from a linux
27017         i18n mailing list.  From Bruno Haible.
27018
27019 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
27020
27021         * m4/codeset.m4: New file.
27022         * m4/iconv.m4: New file.
27023         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
27024
27025 2000-03-03  Jim Meyering  <meyering@lucent.com>
27026
27027         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
27028
27029 2000-03-02  Jim Meyering  <meyering@lucent.com>
27030
27031         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
27032         the messages come out on separate lines.
27033
27034         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
27035         rather than jm_CHECK_DECLARATIONS.
27036         * m4/decl.m4: Remove now-unused file.
27037
27038         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
27039         geteuid.
27040
27041 2000-03-02  Jim Meyering  <meyering@lucent.com>
27042
27043         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
27044
27045 2000-03-01  Jim Meyering  <meyering@lucent.com>
27046
27047         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
27048         * lib/unicodeio.c: Likewise.
27049
27050 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
27051
27052         * lib/config.charset: New file.
27053         * lib/localcharset.c: New file.
27054         * lib/unicodeio.h, lib/unicodeio.c: New files.
27055         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
27056         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
27057         (noinst_HEADERS): Add unicodeio.h.
27058         (all-local, install-exec-local, charset.alias): New targets.
27059
27060 2000-02-28  Paul Eggert  <eggert@twinsun.com>
27061
27062         * lib/quotearg.c (ALERT_CHAR): New macro.
27063         (quotearg_buffer_restyled): Use it.
27064
27065 2000-02-27  Jim Meyering  <meyering@lucent.com>
27066
27067         * m4/check-decl.m4: Add getenv to the list.
27068
27069 2000-02-27  Jim Meyering  <meyering@lucent.com>
27070
27071         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
27072         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
27073
27074         * lib/backupfile.c: Guard inclusion of stdlib.h with
27075         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
27076         Declare malloc if needed.
27077
27078         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
27079         `#ifndef HAVE_DECL..'
27080         now that autoconf always defines the HAVE_DECL_ symbols.
27081         * lib/human.c: Likewise.
27082         * lib/same.c: Likewise.
27083         * lib/strtoumax.c: Likewise.
27084
27085         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
27086         declaration check was not run.
27087         * lib/hash.c: Likewise.
27088         * lib/human.c: Likewise.
27089         * lib/same.c: Likewise.
27090         * lib/strtoumax.c: Likewise.
27091
27092         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
27093         `.', then first look up the entire `.'-containing string as a login
27094         name.
27095
27096 2000-02-23  Jim Meyering  <meyering@lucent.com>
27097
27098         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
27099         in place of my hack.
27100
27101 2000-02-18  Paul Eggert  <eggert@twinsun.com>
27102
27103         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
27104         (textint): New typedef.
27105         (parser_control): Member year changed from int to textint.
27106         All uses changed.
27107         (YYSTYPE): Removed; replaced by %union with int and textint members.
27108         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
27109         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
27110         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
27111         (tSNUMBER, tUNUMBER): Now of type <textintval>.
27112         (date, number, to_year): Use width of number in digits, not its value,
27113         to determine whether it's a 2-digit year, or a 2-digit time.
27114         (yylex): Store number of digits of numeric tokens.
27115         Reported by John Kendall.
27116
27117         (parser_control): Changed from struct parser_control to typedef (for
27118         consistency).  All uses changed.
27119
27120         (tID): Removed; not used.
27121         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
27122
27123 2000-02-14  Paul Eggert  <eggert@twinsun.com>
27124
27125         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
27126         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
27127
27128 2000-02-12  Jim Meyering  <meyering@lucent.com>
27129
27130         * lib/userspec.c (ISDIGIT): Define it.
27131         (isdigit): Remove definition.
27132         (is_number): Use ISDIGIT, not isdigit.
27133         <libintl.h>: Include.
27134         (_ and N_): Define.
27135         (parse_user_spec): Mark translatable strings.
27136
27137 2000-02-10  Jim Meyering  <meyering@lucent.com>
27138
27139         With these changes, nanosleep.[ch] are finally enough like the other
27140         lib/* replacement files to compile on a few more losing systems.
27141
27142         * lib/nanosleep.h: Don't include config.h.
27143         Remove prototype from declaration of nanosleep.
27144         (PARAMS): Remove now-unneeded definition.
27145         * lib/nanosleep.c: #undef nanosleep.
27146         (rpl_nanosleep): Rename from nanosleep.
27147
27148 2000-02-10  Jim Meyering  <meyering@lucent.com>
27149
27150         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
27151         gnu_nanosleep to rpl_nanosleep.
27152
27153 2000-02-09  Jim Meyering  <meyering@lucent.com>
27154
27155         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
27156         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
27157
27158 2000-02-08  Akim Demaille  <akim@epita.fr>
27159
27160         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
27161         `[' and `]' and remove uses of `changequote'.
27162         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
27163         (AC_SYS_LARGEFILE): Likewise.
27164         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
27165         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
27166         of changequote.
27167         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
27168         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
27169         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
27170         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
27171
27172 2000-02-05  Jim Meyering  <meyering@lucent.com>
27173
27174         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
27175         Remove explicit use of AC_HEADER_TIME.  It is required by
27176         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
27177         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
27178         in autoconf whereby the expansion of the latter ended up preceding
27179         the expansion of its prerequisite, AC_HEADER_TIME.
27180         Reported by Volker Borchert.
27181
27182 2000-02-03  Jim Meyering  <meyering@lucent.com>
27183
27184         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
27185
27186 2000-02-03  Jim Meyering  <meyering@lucent.com>
27187
27188         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
27189         rather than with `#if HAVE_UTMPNAME'.
27190
27191 2000-02-02  Jim Meyering  <meyering@lucent.com>
27192
27193         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
27194         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
27195         Reported by Eli Zaretskii.
27196
27197 2000-02-01  Jim Meyering  <meyering@lucent.com>
27198
27199         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
27200
27201 2000-01-31  Jim Meyering  <meyering@lucent.com>
27202
27203         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
27204         functions.  Add the time.h and sys/time.h headers along with the
27205         AC_REQUIRE'ment of AC_HEADER_TIME.
27206
27207 2000-01-31  Jim Meyering  <meyering@lucent.com>
27208
27209         * lib/nanosleep.h (nanosleep): Guard declaration with
27210         `#if ! HAVE_DECL_NANOSLEEP'.
27211         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
27212         the declaration in that vendor's sys/timers.h.
27213         Reported by Christian Krackowizer.
27214
27215         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
27216         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
27217         (ISPRINT): Likewise.
27218         Reported by Tom Tromey.
27219
27220 2000-01-30  Jim Meyering  <meyering@lucent.com>
27221
27222         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
27223
27224         * m4/prereq.m4 (utmp_includes): Define.
27225         Check for ut_user and ut_name members in both struct utmpx
27226         and struct utmp.
27227
27228 2000-01-30  Jim Meyering  <meyering@lucent.com>
27229
27230         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
27231         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
27232         header files where only utmpx.ut_user is declared.
27233
27234         * lib/readutmp.h (UT_USER): Define.
27235
27236 2000-01-29  Jim Meyering  <meyering@lucent.com>
27237
27238         * m4/lib-check.m4: New file containing library-related checks from
27239         fileutils and sh-utils (textutils had none).
27240
27241 2000-01-28  Jim Meyering  <meyering@lucent.com>
27242
27243         * m4/perl.m4: Change format of warning message to look more like that
27244         from the missing script.  Suggestion from François Pinard.
27245
27246 2000-01-25  Jim Meyering  <meyering@lucent.com>
27247
27248         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
27249         well as time.h in the compile check.
27250         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
27251         Fix typo in cross-compiling case: s/yes/no/.
27252
27253 2000-01-23  Jim Meyering  <meyering@lucent.com>
27254
27255         * m4/jm-macros.m4: Move df-related tests here from
27256         fileutils/configure.in
27257
27258         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
27259         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
27260
27261         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
27262         s/space/ac_fsusage_space/.
27263         (jm_FILE_SYSTEM_USAGE): Take two parameters.
27264
27265         * m4/ftruncate.m4: New file (derived from part of
27266         fileutils/configure.in).
27267         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
27268         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
27269
27270         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
27271         AC_SUBST these here, rather than just in sh-util/configure.in, so
27272         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
27273         all the same.
27274         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
27275         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
27276         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
27277         (AC_SUBST(POW_LIBM)): Likewise.
27278         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
27279
27280 2000-01-23  Jim Meyering  <meyering@lucent.com>
27281
27282         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
27283         obstack.c.
27284
27285 2000-01-22  Jim Meyering  <meyering@lucent.com>
27286
27287         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
27288
27289         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
27290
27291         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
27292         configure.in
27293         (AC_CHECK_HEADERS): Likewise for sh-utils.
27294         (AC_CHECK_HEADERS): Likewise for textutils.
27295         Merge the three lists of headers.
27296
27297         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
27298         from fileutils' configure.in.
27299
27300         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
27301         code. Moved tests into their own function (_jm_DECL_HEADERS) in
27302         check-decl.m4.
27303
27304         * m4/check-decl.m4: Use #if rather than #ifdef.
27305         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
27306         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
27307         (_jm_DECL_HEADERS): Define new function.
27308         (jm_CHECK_DECLARATIONS): Require it.
27309
27310 2000-01-22  Jim Meyering  <meyering@lucent.com>
27311
27312         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
27313         [! HAVE_DECL_STRTOULL]: Declare strtoull.
27314         Required for some AIX systems.  Reported by Christian Krackowizer.
27315         [TESTING] (main): New function.
27316
27317         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
27318         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
27319         letters.
27320
27321         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
27322         iswprint.
27323
27324         * lib/strverscmp.c (ISDIGIT): Define.
27325         (strverscmp): Use ISDIGIT, not isdigit.
27326
27327 2000-01-19  Jim Meyering  <meyering@lucent.com>
27328
27329         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
27330         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
27331         defines `struct timespec' in <sys/time.h>
27332
27333         * m4/c-bs-a.m4: Remove uses of changequote altogether.
27334         Thanks to Akim for explaining.
27335
27336 2000-01-17  Paul Eggert  <eggert@twinsun.com>
27337
27338         * lib/nanosleep.c (nanosleep):
27339         Don't use SA_INTERRUPT to decide whether to call sigaction, as
27340         POSIX.1 doesn't require SA_INTERRUPT and some systems
27341         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
27342         it's been part of POSIX.1 since day 1 (in 1988).
27343
27344 2000-01-17  Jim Meyering  <meyering@lucent.com>
27345
27346         * lib/interlock: Remove unused file.  Reported by François Pinard.
27347
27348 2000-01-16  Paul Eggert  <eggert@twinsun.com>
27349
27350         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
27351         alert, backslash, formfeed, and vertical tab unnecessarily in
27352         shell quoting style.
27353
27354 2000-01-16  Jim Meyering  <meyering@lucent.com>
27355
27356         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
27357         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
27358         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
27359         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
27360
27361 2000-01-16  Jim Meyering  <meyering@lucent.com>
27362
27363         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
27364         because the latter didn't work.
27365
27366 2000-01-15  Jim Meyering  <meyering@lucent.com>
27367
27368         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
27369         (AC_REPLACE_FUNCS): Add memcpy and memset.
27370         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
27371         Add strpbrk.
27372         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
27373
27374 2000-01-12  Jim Meyering  <meyering@lucent.com>
27375
27376         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
27377         (jm_PREREQ): Use it.
27378         (jm_PREREQ_READUTMP): New macro.
27379         (jm_PREREQ): Use it.
27380
27381 2000-01-11  Paul Eggert  <eggert@twinsun.com>
27382
27383         Quote multibyte characters correctly.
27384         * m4/c-bs-a.m4: New file.
27385         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
27386         (jm_PREREQ): Use it.
27387
27388 2000-01-11  Paul Eggert  <eggert@twinsun.com>
27389
27390         * m4/uintmax_t.m4: Port to autoconf 2.13.
27391
27392 2000-01-08  Jim Meyering  <meyering@ascend.com>
27393
27394         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
27395         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
27396
27397 2000-01-04  Jim Meyering  <meyering@ascend.com>
27398
27399         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
27400         jm_STRUCT_DIRENT_D_TYPE.
27401         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
27402         jm_STRUCT_DIRENT_D_INO.
27403         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
27404         jm_STRUCT_UTIMBUF.
27405         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
27406         renamings.
27407         * m4/utime.m4: Likewise.
27408
27409         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
27410         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
27411
27412 2000-01-03  Paul Eggert  <eggert@twinsun.com>
27413
27414         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
27415         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
27416
27417 2000-01-02  Jim Meyering  <meyering@ascend.com>
27418
27419         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
27420         remember if this is necessary.
27421
27422 1999-12-26  Jim Meyering  <meyering@ascend.com>
27423
27424         * m4/jm-macros.m4: Use it here.
27425         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
27426
27427 1999-12-23  Jim Meyering  <meyering@ascend.com>
27428
27429         * m4/jm-macros.m4: Check for clock_gettime (moved from
27430         fileutils/configure.in)
27431         Check for gettimeofday.
27432
27433 1999-12-20  Jim Meyering  <meyering@ascend.com>
27434
27435         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
27436         autoconf-2.14a-1999-12-20.
27437
27438 1999-12-19  Jim Meyering  <meyering@ascend.com>
27439
27440         * m4/lstat-slash.m4: New file.
27441         * m4/jm-macros.m4: Use the new macro:
27442         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
27443
27444 1999-12-07  Jim Meyering  <meyering@ascend.com>
27445
27446         * m4/perl.m4: Require that File::Compare be available, too.
27447         Too many systems seem to lack it.
27448
27449         * m4/strftime.m4: Add checks for most of the cpp macros tested in
27450         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
27451
27452 1999-11-18  Paul Eggert  <eggert@twinsun.com>
27453
27454         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
27455         problem with the QNX 4.25 shell, which doesn't propagate exit
27456         status of failed commands inside shell assignments.
27457
27458 1999-11-17  Jim Meyering  <meyering@ascend.com>
27459
27460         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
27461
27462 1999-11-07  Jim Meyering  <meyering@ascend.com>
27463
27464         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
27465
27466 1999-11-06  Jim Meyering  <meyering@ascend.com>
27467
27468         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
27469         * m4/jm-macros.m4 (jm_MACROS): Use it here.
27470
27471 1999-11-05  Jim Meyering  <meyering@ascend.com>
27472
27473         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
27474         configure.in of textutils, fileutils, and sh-utils into this one
27475         (shared between those packages) file.
27476         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
27477         AC_STRUCT_ST_BLKSIZE.
27478
27479 1999-11-03  Jim Meyering  <meyering@ascend.com>
27480
27481         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
27482         of AC_CHECK_TYPE checks includes unistd.h.
27483         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
27484         Suggestion from Akim Demaille.
27485
27486 1999-10-30  Jim Meyering  <meyering@ascend.com>
27487
27488         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
27489         m4-quoted string.
27490         * m4/ls-mntd-fs.m4: Likewise.
27491         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
27492         * m4/jm-winsz1.m4: Likewise.
27493
27494         * m4/const.m4: Remove file, since the fix made it into the experimental
27495         version of autoconf.
27496         * m4/mktime.m4: Likewise.
27497
27498         * m4/check-type.m4: Remove file, now that the latest version of
27499         AC_CHECK_TYPE takes a third arg to specify additional #includes.
27500
27501         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
27502         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
27503         AC_CHECK_TYPE.
27504
27505 1999-10-04  Jim Meyering  <meyering@ascend.com>
27506
27507         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
27508
27509 1999-09-22  Paul Eggert  <eggert@twinsun.com>
27510
27511         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
27512         2.95.1 bug with HP-UX 10.20.
27513
27514 1999-09-17  Jim Meyering  <meyering@ascend.com>
27515
27516         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
27517         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
27518         due to missing strdup (against sh-utils-2.0).
27519
27520 1999-08-29  Jim Meyering  <meyering@ascend.com>
27521
27522         * m4/jm-macros.m4: Require jm_BISON.
27523         * m4/bison.m4: New file.
27524
27525 1999-08-17  Paul Eggert  <eggert@twinsun.com>
27526
27527         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
27528         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
27529
27530 1999-08-05  Jim Meyering  <meyering@ascend.com>
27531
27532         * m4/getline.m4: Rename test file from conftestdata to conftest.data
27533         to avoid conflicts with `conftest' on 8+3 filesystems.
27534         Suggestion from Eli Zaretskii.
27535
27536 1999-08-04  Jim Meyering  <meyering@ascend.com>
27537
27538         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
27539         fileutils and sh-utils (textutils's getline test was inadequate).
27540         (AM_FUNC_GETLINE): Run this test.
27541         (AC_CHECK_FUNCS): Check for getdelim.
27542         Reported by Bob Proulx.
27543
27544 1999-08-02  Jim Meyering  <meyering@ascend.com>
27545
27546         * m4/jm-macros.m4: Add a comment.
27547
27548 1999-08-01  Paul Eggert  <eggert@twinsun.com>
27549
27550         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
27551         <inttypes.h> defines strtoumax as a macro (and not as a
27552         function).
27553
27554 1999-08-01  Paul Eggert  <eggert@twinsun.com>
27555
27556         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
27557         that we can shift, multiply and divide unsigned long long
27558         values; Ultrix cc can't do it.
27559
27560 1999-08-01  Paul Eggert  <eggert@twinsun.com>
27561
27562         * m4/mktime.m4: New file, which is a preview of what should appear
27563         in the next public autoconf release.
27564
27565 1999-08-01  Paul Eggert  <eggert@twinsun.com>
27566
27567         * m4/lfs.m4: Remove this file.
27568         * m4/largefile.m4: New file.  It contains the old contents of
27569         lfs.m4, except that all names with prefix AC_LFS have been
27570         changed to use the prefix AC_SYS_LARGEFILE instead, to be
27571         compatible with future autoconf versions.  Also, some minor m4
27572         quoting problems have been fixed.
27573
27574 1999-08-01  Paul Eggert  <eggert@twinsun.com>
27575
27576         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
27577         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
27578         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
27579         and simplify the shell code.
27580
27581 1999-08-01  Jim Meyering  <meyering@ascend.com>
27582
27583         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
27584         m4.
27585
27586 1999-07-20  Jim Meyering  <meyering@ascend.com>
27587
27588         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
27589
27590 1999-07-15  Jim Meyering  <meyering@ascend.com>
27591
27592         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
27593
27594 1999-05-22  Jim Meyering  <meyering@ascend.com>
27595
27596         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
27597
27598 1999-05-20  Jim Meyering  <meyering@ascend.com>
27599
27600         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
27601         Add a colon after each `then' in case $4 is empty.
27602
27603 1999-05-16  Jim Meyering  <meyering@ascend.com>
27604
27605         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
27606
27607 1999-05-10  Jim Meyering  <meyering@ascend.com>
27608
27609         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
27610
27611         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
27612         AC_FUNC_MKTIME.
27613
27614 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
27615
27616         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
27617
27618 1999-05-04  Paul Eggert  <eggert@twinsun.com>
27619
27620         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
27621         not CPPFLAGS, so that linking works correctly in IRIX.
27622
27623 1999-04-30  Paul Eggert  <eggert@twinsun.com>
27624
27625         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
27626
27627 1999-04-20  Paul Eggert  <eggert@twinsun.com>
27628
27629         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
27630         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
27631         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
27632         jm_AC_TYPE_UNSIGNED_LONG_LONG.
27633         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
27634
27635         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
27636
27637 1999-04-20  Jim Meyering  <meyering@ascend.com>
27638
27639         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
27640         AC_REPLACE xstroull if necessary.  From Paul Eggert.
27641         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
27642
27643 1999-04-18  Jim Meyering  <meyering@ascend.com>
27644
27645         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
27646         * m4/jm-macros.m4: Use it.
27647
27648 1999-04-06  Jim Meyering  <meyering@ascend.com>
27649
27650         * m4/strftime.m4: Remove test for %f.
27651
27652 1999-03-29  Jim Meyering  <meyering@ascend.com>
27653
27654         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
27655         superset of the AC_TYPE_* checks in the textutils, fileutils,
27656         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
27657         AC_TYPE_PID_T.
27658
27659 1999-03-28  Jim Meyering  <meyering@ascend.com>
27660
27661         * m4/jm-macros.m4: Define GNU_PACKAGE here.
27662         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
27663         replaced e.g., in the *.sh files of the sh-utils.
27664
27665 1999-03-20  Jim Meyering  <meyering@ascend.com>
27666
27667         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
27668         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
27669         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
27670
27671 1999-03-19  Jim Meyering  <meyering@ascend.com>
27672
27673         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
27674
27675 1999-03-12  Jim Meyering  <meyering@ascend.com>
27676
27677         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
27678
27679 1999-03-07  Jim Meyering  <meyering@ascend.com>
27680
27681         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
27682         declared.
27683
27684 1999-02-17  Jim Meyering  <meyering@ascend.com>
27685
27686         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
27687         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
27688
27689 1999-02-07  Jim Meyering  <meyering@ascend.com>
27690
27691         * m4/group-member.m4: New file -- extracted from sh-utils'
27692         configure.in.
27693
27694         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
27695         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
27696
27697 1999-02-06  Jim Meyering  <meyering@ascend.com>
27698
27699         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
27700         * m4/fnmatch.m4: Likewise.
27701         * m4/getgroups.m4: Likewise.
27702         * m4/lstat.m4: Likewise.
27703         * m4/malloc.m4: Likewise.
27704         * m4/putenv.m4: Likewise.
27705         * m4/realloc.m4: Likewise.
27706         * m4/regex.m4: Likewise.
27707         * m4/stat.m4: Likewise.
27708         * m4/strftime.m4: Likewise.
27709         Suggestion from Alain Magloire.
27710
27711         * m4/chown.m4: Use `.$ac_objext', not `.o'.
27712         * m4/fnmatch.m4: Likewise.
27713         * m4/getgroups.m4: Likewise.
27714         * m4/getline.m4: Likewise.
27715         * m4/lstat.m4: Likewise.
27716         * m4/malloc.m4: Likewise.
27717         * m4/memcmp.m4: Likewise.
27718         * m4/putenv.m4: Likewise.
27719         * m4/realloc.m4: Likewise.
27720         * m4/regex.m4: Likewise.
27721         * m4/stat.m4: Likewise.
27722         * m4/strftime.m4: Likewise.
27723         Suggestion from Alain Magloire.
27724
27725         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
27726         an argument.
27727
27728         * m4/regex.m4: Add a run-time Test for proper operation of
27729         re_compile_pattern.
27730
27731 1999-01-31  Jim Meyering  <meyering@ascend.com>
27732
27733         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
27734
27735 1999-01-30  Jim Meyering  <meyering@ascend.com>
27736
27737         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
27738
27739         * m4/jm-mktime.m4: Make this a wrapper around the official
27740         AM_FUNC_MKTIME rather than my private copy, now that the official one
27741         is up to date.
27742         * m4/mktime.m4: Remove file.
27743
27744         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
27745         * m4/uptime.m4: Likewise.
27746         * m4/uintmax_t.m4: Likewise.
27747
27748 1999-01-28  Jim Meyering  <meyering@ascend.com>
27749
27750         * m4/jm-macros.m4: Use jm_AFS.
27751         * m4/afs.m4: New file (from fileutils' configure.in).
27752
27753         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
27754         * m4/chown.m4: Likewise.
27755         * m4/d-ino.m4: Likewise.
27756         * m4/d-type.m4: Likewise.
27757         * m4/fnmatch.m4: Likewise.
27758         * m4/getgroups.m4: Likewise.
27759         * m4/gettext.m4: Likewise.
27760         * m4/jm-mktime.m4: Likewise.
27761         * m4/jm-winsz2.m4: Likewise.
27762         * m4/lcmessage.m4: Likewise.
27763         * m4/ls-mntd-fs.m4: Likewise.
27764         * m4/malloc.m4: Likewise.
27765         * m4/memcmp.m4: Likewise.
27766         * m4/putenv.m4: Likewise.
27767         * m4/realloc.m4: Likewise.
27768         * m4/st_mtim.m4: Likewise.
27769         * m4/strftime.m4: Likewise.
27770
27771 1999-01-16  Jim Meyering  <meyering@ascend.com>
27772
27773         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
27774         (ARGMATCH_DIE_DECL): Define.
27775
27776 1999-01-12  Jim Meyering  <meyering@ascend.com>
27777
27778         * m4/Makefile.am.in: Rewrite to avoid using fmt.
27779         Reported by Lars Hecking.
27780
27781 1999-01-10  Jim Meyering  <meyering@ascend.com>
27782
27783         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
27784         gross kludge.
27785         * m4/inttypes_h.m4: Likewise.
27786         * m4/lstat.m4: Likewise.
27787         * m4/malloc.m4: Likewise.
27788         * m4/readdir.m4: Likewise.
27789         * m4/realloc.m4: Likewise.
27790         * m4/st_dm_mode.m4: Likewise.
27791         * m4/stat.m4: Likewise.
27792         * m4/utimbuf.m4: Likewise.
27793         * m4/utimes.m4: Likewise.
27794
27795         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
27796         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
27797         comments in config.h.in are meaningful.
27798
27799         * m4/jm-macros.m4: Require autoconf-2.13 here.
27800
27801         * m4/regex.m4: By default, don't use the included regex.c on systems
27802         with glibc 2.  Suggestion from Uli Drepper.
27803
27804 1999-01-02  Jim Meyering  <meyering@ascend.com>
27805
27806         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
27807
27808 1998-12-18  Jim Meyering  <meyering@ascend.com>
27809
27810         * m4/Makefile.am.in (Makefile.am): Simplify rule.
27811         Based on a suggestion from Lars Hecking.
27812
27813 1998-11-16  Paul Eggert  <eggert@twinsun.com>
27814
27815         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
27816
27817 1998-11-16  Jim Meyering  <meyering@ascend.com>
27818
27819         * m4/lfs.m4: Double-quote the `uname...` expression.
27820
27821 1998-11-14  Jim Meyering  <meyering@ascend.com>
27822
27823         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
27824         * m4/stat.m4: Likewise.
27825
27826 1998-11-03  Jim Meyering  <meyering@ascend.com>
27827
27828         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
27829         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
27830
27831 1998-10-18  Jim Meyering  <meyering@ascend.com>
27832
27833         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
27834
27835 1998-10-17  Jim Meyering  <meyering@ascend.com>
27836
27837         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
27838         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
27839         calls for those previously hard-coded headers.  Instead, take a new
27840         parameter.
27841         (jm_CHECK_DECLARATIONS): Reflect interface change.
27842         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
27843         (jm_CHECK_DECL_LOCALTIME_R): New macro.
27844
27845         * m4/mktime.m4: Test for spring-forward gap before long-running test.
27846
27847 1998-10-14  Jim Meyering  <meyering@ascend.com>
27848
27849         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
27850         instead of "TZ=America/Vancouver".  From Paul Eggert.
27851
27852 1998-10-11  Jim Meyering  <meyering@ascend.com>
27853
27854         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
27855         This adds a test for a recently added compatibility fix for mktime.c.
27856         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
27857
27858 1998-09-27  Jim Meyering  <meyering@ascend.com>
27859
27860         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
27861
27862         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
27863         ../configure.in, including a change from Gordon Matzigkeit to allow
27864         cross-compiling for the Hurd.
27865
27866         * m4/glibc.m4: New file/macro to test for the GNU C Library
27867         versions 1 and 2.  From Gordon Matzigkeit.
27868         Indent.
27869
27870 1998-09-21  Jim Meyering  <meyering@ascend.com>
27871
27872         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
27873
27874 1998-08-18  Paul Eggert  <eggert@twinsun.com>
27875
27876         Port nanosecond-resolution times to UnixWare 2.1.2 and
27877         pedantic Solaris 2.6.
27878
27879         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
27880         AC_STRUCT_ST_MTIM.
27881         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
27882         Generate name of ns member, instead of just 1 or undef.
27883         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
27884
27885 1998-08-15  Jim Meyering  <meyering@ascend.com>
27886
27887         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
27888         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
27889         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
27890         instead of jm_TYPE_SSIZE_T.
27891
27892 1998-08-12  Jim Meyering  <meyering@ascend.com>
27893
27894         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
27895
27896 1998-08-02  Jim Meyering  <meyering@ascend.com>
27897
27898         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
27899         in acconfig.h manually.
27900
27901 1998-07-31  Paul Eggert  <eggert@twinsun.com>
27902
27903         * m4/st_mtim.m4: New file.
27904
27905 1998-07-28  Jim Meyering  <meyering@ascend.com>
27906
27907         * m4/utimes.m4: Undef stat.
27908
27909 1998-07-25  Jim Meyering  <meyering@ascend.com>
27910
27911         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
27912         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
27913
27914 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
27915
27916         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
27917         uid and gid actually remain unchanged.
27918
27919 1998-07-07  Jim Meyering  <meyering@ascend.com>
27920
27921         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
27922
27923 1998-07-04  Jim Meyering  <meyering@ascend.com>
27924
27925         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
27926         to prove that this macro can be used in packages without regex.c.
27927
27928 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
27929
27930         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
27931         is to be used.
27932
27933 1998-07-03  Jim Meyering  <meyering@ascend.com>
27934
27935         * m4/gettext.m4: Add -lintl if it's found to be necessary.
27936
27937         * m4/gettext.m4: New file -- from gettext-0.10.35.
27938         * m4/lcmessage.m4: Likewise.
27939         * m4/progtest.m4: Likewise.
27940
27941         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
27942         * m4/jm-macros.m4: Require the new macro.
27943
27944 1998-06-29  Jim Meyering  <meyering@ascend.com>
27945
27946         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
27947         for the definition of NGROUPS (used in a system header included
27948         by sys/mount.h).
27949
27950 1998-06-28  Jim Meyering  <meyering@ascend.com>
27951
27952         * m4/ls-mntd-fs.m4: New file.
27953         * m4/fstypename.m4: New file.
27954
27955         * m4/jm-macros.m4: Require the new macro.
27956         * m4/jm-glibc-io.m4: New file.
27957
27958 1998-05-19  Jim Meyering  <meyering@ascend.com>
27959
27960         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
27961         * m4/lchown.m4: New file.
27962
27963         * m4/Makefile.am.in: New file.
27964         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
27965
27966 1998-05-14  Jim Meyering  <meyering@ascend.com>
27967
27968         * m4/Makefile.am (EXTRA_DIST): Add them.
27969         * m4/jm-macros.m4: New file.
27970         * m4/utimbuf.m4: New file.
27971
27972 1998-05-12  Jim Meyering  <meyering@ascend.com>
27973
27974         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
27975
27976 1998-05-11  Jim Meyering  <meyering@ascend.com>
27977
27978         * m4/isc-posix.m4: New file.
27979
27980 1998-05-10  Jim Meyering  <meyering@ascend.com>
27981
27982         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
27983
27984 1998-05-09  Jim Meyering  <meyering@ascend.com>
27985
27986         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
27987         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
27988         with automake.
27989
27990         * m4/ssize_t.m4: New file.
27991         * m4/mktime.m4: Remove file -- the new automake has this now.
27992
27993 1998-04-26  Jim Meyering  <meyering@ascend.com>
27994
27995         * m4/assert.m4: New file.
27996         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
27997
27998 1998-04-05  Jim Meyering  <meyering@ascend.com>
27999
28000         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
28001         (jm_PREREQ): Use it here.
28002
28003 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
28004
28005         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
28006         in acconfig.h.
28007
28008 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
28009
28010         * m4/prereq.m4: New file.
28011         * m4/error.m4: New file.
28012         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
28013
28014 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
28015
28016         * m4/getline.m4: Don't set am_cv_func_working_getline before the
28017         cache-check for the same variable -- that defeated the purpose of
28018         the test; the test program was never run.  This was a problem only
28019         on systems with losing getline functions -- HP-UX 10.20 is one.
28020         Reported by Bjorn Helgaas.
28021
28022 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
28023
28024         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
28025
28026 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
28027
28028         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
28029
28030         * m4/const.m4: New file.  Use an initializer in this declaration
28031         typedef int charset[2]; const charset x;
28032         Reported by Bob Glickstein.
28033
28034 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
28035
28036         * m4/chown.m4: Fix reversed types on -1 args to chown.
28037         From Kaveh Ghazi.
28038
28039 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
28040
28041         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
28042         Add lseek and memchr.
28043
28044         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
28045         T.E.Dickey <dickey@clark.net> said that some older preprocessors
28046         have a 20-character limit on names.
28047
28048 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
28049
28050         * m4/inttypes_h.m4: New file.
28051         * m4/uintmax_t.m4: New file.
28052         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
28053
28054 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
28055   Free Software Foundation, Inc.
28056 Copying and distribution of this file, with or without modification,
28057 are permitted provided the copyright notice and this notice are preserved.