Tests for module 'fprintf-posix'.
[gnulib.git] / ChangeLog
1 2007-03-08  Bruno Haible  <bruno@clisp.org>
2
3         * modules/fprintf-posix-tests: New file.
4         * tests/test-fprintf-posix.sh: New file.
5         * tests/test-fprintf-posix.c: New file.
6
7         * modules/fprintf-posix: New file.
8         * lib/fprintf.c: New file.
9         * m4/fprintf-posix.m4: New file.
10         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
11         REPLACE_FPRINTF.
12         * lib/stdio_.h (fprintf): New declaration.
13         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
14         REPLACE_FPRINTF.
15
16 2007-03-08  Bruno Haible  <bruno@clisp.org>
17
18         * modules/vfprintf-posix-tests: New file.
19         * tests/test-vfprintf-posix.sh: New file.
20         * tests/test-vfprintf-posix.c: New file.
21         * tests/test-fprintf-posix.h: New file.
22         * tests/test-fprintf-posix.out: New file.
23
24         * modules/vfprintf-posix: New file.
25         * lib/vfprintf.c: New file.
26         * m4/vfprintf-posix.m4: New file.
27         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
28         REPLACE_VFPRINTF.
29         * lib/stdio_.h (vfprintf): New declaration.
30         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
31         REPLACE_VFPRINTF.
32
33 2007-03-08  Bruno Haible  <bruno@clisp.org>
34
35         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
36
37 2007-03-08  Bruno Haible  <bruno@clisp.org>
38
39         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
40         instead of 'expr' invocations.
41         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
42         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
43         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
44         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
45         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
46         Suggested by Paul Eggert.
47
48 2007-03-08  Bruno Haible  <bruno@clisp.org>
49
50         * modules/fseterr-tests: New file.
51         * tests/test-fseterr.c: New file.
52
53         * modules/fseterr: New file.
54         * lib/fseterr.h: New file.
55         * lib/fseterr.c: New file.
56
57 2007-03-08  Bruno Haible  <bruno@clisp.org>
58
59         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
60         * lib/getopt_.h: Likewise.
61         * lib/mbswidth.h: Likewise.
62         * lib/setenv.h: Likewise.
63         * lib/vasnprintf.h: Likewise.
64         * lib/vasprintf.h: Likewise.
65         * lib/verror.h: Likewise.
66         * lib/xsetenv.h: Likewise.
67         * lib/xvasprintf.h: Likewise.
68
69 2007-03-08  Jim Meyering  <jim@meyering.net>
70
71         * users.txt: Add parted.
72
73         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
74
75 2007-03-07  Bruno Haible  <bruno@clisp.org>
76
77         * m4/printf.m4: Make the shell script snippets copy&pastable.
78
79 2007-03-02  Bruno Haible  <bruno@clisp.org>
80
81         * lib/netinet_in_.h: New file.
82         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
83         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
84         * modules/netinet_in (Files): Add lib/netinet_in_.h.
85         (Depends-on): Add absolute-header.
86         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
87         into netinet/in.h.
88
89 2007-03-03  Bruno Haible  <bruno@clisp.org>
90
91         * lib/sys_select_.h: New file.
92         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
93         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
94         * modules/sys_select (Files): Add lib/sys_select_.h.
95         (Depends-on): Add absolute-header.
96         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
97         into sys/select.h.
98
99 2007-03-02  Bruno Haible  <bruno@clisp.org>
100
101         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
102         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
103         values.
104         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
105         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
106         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
107         * modules/sys_socket (Depends-on): Add absolute-header.
108         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
109         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
110         (Include): Remove requirement of inclusion of <sys/types.h>.
111
112 2007-03-02  Bruno Haible  <bruno@clisp.org>
113
114         * lib/byteswap_.h (bswap_32): Fix formula.
115
116 2007-03-06  Bruno Haible  <bruno@clisp.org>
117
118         * modules/sprintf-posix-tests: New file.
119         * tests/test-sprintf-posix.c: New file.
120
121         * modules/sprintf-posix: New file.
122         * lib/sprintf.c: New file.
123         * m4/sprintf-posix.m4: New file.
124         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
125         REPLACE_SPRINTF.
126         * lib/stdio_.h (sprintf): New declaration.
127         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
128         REPLACE_SPRINTF.
129
130 2007-03-06  Bruno Haible  <bruno@clisp.org>
131
132         * modules/vsprintf-posix-tests: New file.
133         * tests/test-vsprintf-posix.c: New file.
134         * tests/test-sprintf-posix.h: New file.
135
136         * modules/vsprintf-posix: New file.
137         * lib/vsprintf.c: New file.
138         * m4/vsprintf-posix.m4: New file.
139         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
140         REPLACE_VSPRINTF.
141         * lib/stdio_.h (vsprintf): New declaration.
142         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
143         REPLACE_VSPRINTF.
144
145 2007-03-06  Bruno Haible  <bruno@clisp.org>
146
147         * modules/vsnprintf (Depend-on): Remove minmax.
148
149 2007-03-06  Bruno Haible  <bruno@clisp.org>
150
151         * modules/snprintf-posix-tests: New file.
152         * tests/test-snprintf-posix.c: New file.
153
154         * modules/snprintf-posix: New file.
155         * m4/snprintf-posix.m4: New file.
156         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
157         gl_FUNC_SNPRINTF.
158         (gl_FUNC_SNPRINTF): Invoke it.
159         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
160         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
161         is set.
162         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
163
164 2007-03-06  Bruno Haible  <bruno@clisp.org>
165
166         * modules/vsnprintf-posix-tests: New file.
167         * tests/test-vsnprintf-posix.c: New file.
168         * tests/test-snprintf-posix.h: New file.
169
170         * modules/vsnprintf-posix: New file.
171         * m4/vsnprintf-posix.m4: New file.
172         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
173         gl_FUNC_VSNPRINTF.
174         (gl_FUNC_VSNPRINTF): Invoke it.
175         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
176         * lib/stdio_.h (vsnprintf): Define as a replacement if
177         REPLACE_VSNPRINTF is set.
178         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
179
180 2007-03-06  Bruno Haible  <bruno@clisp.org>
181
182         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
183         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
184
185 2007-03-06  Bruno Haible  <bruno@clisp.org>
186
187         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
188         (asinl): Declare also if HAVE_DECL_ASINL is set.
189         (atanl): Declare also if HAVE_DECL_ATANL is set.
190         (ceill): Declare also if HAVE_DECL_CEILL is set.
191         (cosl): Declare also if HAVE_DECL_COSL is set.
192         (expl): Declare also if HAVE_DECL_EXPL is set.
193         (floorl): Declare also if HAVE_DECL_FLOORL is set.
194         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
195         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
196         (logl): Declare also if HAVE_DECL_LOGL is set.
197         (sinl): Declare also if HAVE_DECL_SINL is set.
198         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
199         (tanl): Declare also if HAVE_DECL_TANL is set.
200         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
201         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
202         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
203         declaration of frexpl, ldexpl.
204         * modules/printf-frexpl (Depends-on): Add math.
205         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
206
207 2007-03-05  Bruno Haible  <bruno@clisp.org>
208
209         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
210         frexpl and ldexpl are declared.
211         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
212
213 2007-03-05  Bruno Haible  <bruno@clisp.org>
214
215         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
216         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
217
218 2007-03-05  Bruno Haible  <bruno@clisp.org>
219
220         * lib/stdio_.h: Include <stddef.h>.
221
222 2007-03-05  Bruno Haible  <bruno@clisp.org>
223
224         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
225
226 2007-03-05  Bruno Haible  <bruno@clisp.org>
227
228         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
229         NetBSD 4, from Ralf Wildenhues.
230
231 2007-03-04  Bruno Haible  <bruno@clisp.org>
232
233         * lib/vasprintf.h: Update #if logic for the case when the functions
234         exist but are overridden.
235
236 2007-03-04  Bruno Haible  <bruno@clisp.org>
237
238         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
239         implementations: glibc-2.4 and MacOS X 10.3.
240         * tests/test-vasnprintf-posix.c (test_function): Test also the case
241         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
242         * tests/test-vasprintf-posix.c (test_function): Likewise.
243
244 2007-03-04  Bruno Haible  <bruno@clisp.org>
245
246         * modules/vasprintf-posix-tests: New file.
247         * tests/test-vasprintf-posix.c: New file.
248
249         * modules/vasprintf-posix: New file.
250         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
251         defined.
252         * m4/vasprintf-posix.m4: New file.
253         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
254         gl_FUNC_VASPRINTF.
255         (gl_FUNC_VASPRINTF): Invoke it.
256         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
257         here.
258         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
259
260 2007-03-04  Bruno Haible  <bruno@clisp.org>
261
262         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
263         REPLACE_GETTIMEOFDAY.
264         * modules/sys_time (Makefile.am): Likewise.
265         * m4/sys_time_h.m4: Likewise.
266         * m4/gettimeofday.m4: Likewise.
267
268 2007-03-04  Bruno Haible  <bruno@clisp.org>
269
270         * modules/vasnprintf-posix-tests: New file.
271         * tests/test-vasnprintf-posix.c: New file.
272
273         * modules/vasnprintf-posix: New file.
274         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
275         printf-frexpl.h.
276         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
277         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
278         REPLACE_VASNPRINTF is defined.
279         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
280         gl_FUNC_VASNPRINTF.
281         (gl_FUNC_VASNPRINTF): Invoke it.
282         * m4/vasnprintf-posix.m4: New file.
283         * m4/printf.m4: New file.
284
285 2007-03-04  Bruno Haible  <bruno@clisp.org>
286
287         Compile progreloc.c only if --enable-relocatable is specified.
288         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
289         if --enable-relocatable was specified.
290         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
291         lib_SOURCES.
292
293 2007-03-04  Jim Meyering  <jim@meyering.net>
294
295         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
296         Use it consistently, rather than enumerating errno constants.
297
298 2007-03-04  Bruno Haible  <bruno@clisp.org>
299
300         * modules/xvasprintf-tests: New file.
301         * tests/test-xvasprintf.c: New file.
302
303         * modules/vasprintf-tests: New file.
304         * tests/test-vasprintf.c: New file.
305
306         * modules/vasnprintf-tests: New file.
307         * tests/test-vasnprintf.c: New file.
308
309         * modules/vsnprintf-tests: New file.
310         * tests/test-vsnprintf.c: New file.
311
312         * modules/snprintf-tests: New file.
313         * tests/test-snprintf.c: New file.
314
315 2007-03-04  Bruno Haible  <bruno@clisp.org>
316
317         Compile relocatable.c only if --enable-relocatable is specified.
318         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
319         gl_RELOCATABLE_LIBRARY.
320         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
321         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
322         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
323         gl_RELOCATABLE_LIBRARY.
324         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
325         (Makefile.am): Remove lib_SOURCES.
326         * modules/relocatable-lib-lgpl (configure.ac): Invoke
327         gl_RELOCATABLE_LIBRARY.
328         (Makefile.am): Remove lib_SOURCES.
329         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
330         always.
331         * modules/relocatable-prog-wrapper (configure.ac): Invoke
332         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
333
334 2007-03-04  Bruno Haible  <bruno@clisp.org>
335
336         * modules/argmatch-tests: New file.
337         * tests/test-argmatch.c: New file.
338
339         * tests/test-allocsa.c (main): Halve the number of loop runs.
340
341         * modules/alloca-opt-tests: New file.
342         * tests/test-alloca-opt.c: New file.
343
344 2007-03-04  Jim Meyering  <jim@meyering.net>
345
346         Work around difference between Linux ACLs and Solaris 10 ZFS.
347         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
348         for EINVAL.
349
350 2007-03-03  Bruno Haible  <bruno@clisp.org>
351
352         * modules/relocatable-prog (Depends-on): Add back progreloc's
353         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
354
355 2007-03-03  Bruno Haible  <bruno@clisp.org>
356
357         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
358         * modules/relocatable-lib: New file.
359
360 2007-03-03  Bruno Haible  <bruno@clisp.org>
361
362         * modules/relocatable-prog: Renamed from modules/relocatable.
363         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
364
365 2007-03-03  Bruno Haible  <bruno@clisp.org>
366
367         * modules/relocatable-script (Files): Add doc/relocatable.texi,
368         m4/relocatable-lib.m4.
369         (Depends-on): Remove 'relocatable'.
370         (configure.ac): Add gl_RELOCATABLE_NOP.
371
372 2007-03-03  Bruno Haible  <bruno@clisp.org>
373
374         * modules/relocatable-prog-wrapper: New file.
375         * modules/relocatable (Depends-on): Add it. Remove all other
376         dependencies except progname.
377         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
378
379         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
380         (gl_FUNC_STRERROR): Nop.
381         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
382
383         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
384         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
385
386         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
387         (gl_FUNC_READLINK): Update.
388
389         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
390
391 2007-03-03  Bruno Haible  <bruno@clisp.org>
392
393         * lib/xreadlink.c: Include <unistd.h> unconditionally.
394         * modules/xreadlink (Depends-on): Add unistd.
395         * modules/xreadlink-with-size (Depends-on): Likewise.
396
397 2007-03-03  Bruno Haible  <bruno@clisp.org>
398
399         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
400         extracted from gt_FUNC_SETENV.
401         (gt_FUNC_SETENV): Remove macro.
402         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
403         remove gt_FUNC_SETENV.
404
405 2007-03-03  Bruno Haible  <bruno@clisp.org>
406
407         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
408         ENABLE_RELOCATABLE here.
409         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
410
411 2007-03-03  Bruno Haible  <bruno@clisp.org>
412
413         * modules/rbtreehash-list-tests (Depends-on): Add progname.
414         * tests/test-rbtreehash_list.c: Include progname.h.
415         (main): Call set_program_name.
416
417         * modules/rbtree-oset-tests (Depends-on): Add progname.
418         * tests/test-rbtree_oset.c: Include progname.h.
419         (main): Call set_program_name.
420
421         * modules/rbtree-list-tests (Depends-on): Add progname.
422         * tests/test-rbtree_list.c: Include progname.h.
423         (main): Call set_program_name.
424
425         * modules/linked-list-tests (Depends-on): Add progname.
426         * tests/test-linked_list.c: Include progname.h.
427         (main): Call set_program_name.
428
429 2007-03-03  Bruno Haible  <bruno@clisp.org>
430
431         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
432         All uses of __restrict changed to _Restrict_.
433         * lib/glob_.h (__restrict): Remove macro.
434
435 2007-03-02  Bruno Haible  <bruno@clisp.org>
436
437         * modules/gettext (configure.ac): Require gettext infrastructure
438         from version 0.16.1.
439
440 2007-03-02  Bruno Haible  <bruno@clisp.org>
441
442         * modules/linkedhash-list-tests (Depends-on): Add progname.
443         * tests/test-linkedhash_list.c: Include progname.h.
444         (main): Call set_program_name.
445
446         * modules/carray-list-tests (Depends-on): Add progname.
447         * tests/test-carray_list.c: Include progname.h.
448         (main): Call set_program_name.
449
450         * modules/avltreehash-list-tests (Depends-on): Add progname.
451         * tests/test-avltreehash_list.c: Include progname.h.
452         (main): Call set_program_name.
453
454         * modules/avltree-oset-tests (Depends-on): Add progname.
455         * tests/test-avltree_oset.c: Include progname.h.
456         (main): Call set_program_name.
457
458         * modules/avltree-list-tests (Depends-on): Add progname.
459         * tests/test-avltree_list.c: Include progname.h.
460         (main): Call set_program_name.
461
462         * modules/array-oset-tests (Depends-on): Add progname.
463         * tests/test-array_oset.c: Include progname.h.
464         (main): Call set_program_name.
465
466         * modules/array-list-tests (Depends-on): Add progname.
467         * tests/test-array_list.c: Include progname.h.
468         (main): Call set_program_name.
469
470         * modules/argp-tests (Depends-on): Add progname.
471         * tests/test-argp.c: Include argp.h first. Include progname.h.
472         (main): Call set_program_name.
473
474 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
475
476         * doc/gnulib-tool.texi (Initial import): Reword description of
477         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
478         limited effect even if defined after the first system include.
479
480 2007-03-01  Bruno Haible  <bruno@clisp.org>
481
482         * build-aux/config.libpath: Update to libtool-1.5.22.
483         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
484
485 2007-03-01  Bruno Haible  <bruno@clisp.org>
486
487         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
488         foo_CFLAGS.
489         Reported by Ralf Wildenhues.
490
491 2007-03-01  Bruno Haible  <bruno@clisp.org>
492
493         * build-aux/install-reloc: Remove object files left over by some
494         compilers.
495         Reported by Ralf Wildenhues.
496
497 2007-03-01  Bruno Haible  <bruno@clisp.org>
498
499         * build-aux/install-reloc: Break long lines.
500
501 2007-03-01  Bruno Haible  <bruno@clisp.org>
502
503         * doc/relocatable.texi: Document that it may not work on OpenBSD.
504         Reported by Ralf Wildenhues.
505
506 2007-03-01  Bruno Haible  <bruno@clisp.org>
507
508         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
509         include ordering constraints.
510
511 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
512
513         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
514         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
515         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
516         as another example.
517         * lib/time_.h: Fix misspelling.
518         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
519         Require gl_HEADER_TIME_H_DEFAULTS.
520         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
521         * m4/time_r.m4 (gl_TIME_R): Likewise.
522         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
523
524 2007-03-01  Bruno Haible  <bruno@clisp.org>
525
526         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
527         * m4/utimens.m4 (gl_UTIMENS): Likewise.
528
529 2007-03-01  Jim Meyering  <jim@meyering.net>
530
531         * modules/xreadlink (Maintainer): Add my name.
532         * modules/xreadlink-with-size (Depends-on): Alphabetize.
533
534 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
535             Bruno Haible  <bruno@clisp.org>
536
537         * build-aux/install-reloc: Compile also c-ctype.c.
538         * build-aux/relocatable.sh.in: New file.
539         * doc/relocatable.texi: New file.
540         * doc/relocatable-maint.texi: New file.
541         * doc/gnulib.texi: Include relocatable-maint.texi.
542         * lib/progreloc.c: Include unistd.h unconditionally.
543         * lib/relocwrapper.c: Include unistd.h unconditionally.
544         Include c-ctype.h.
545         (add_dotbin): Use c_tolower.
546         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
547         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
548         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
549         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
550         to m4/relocatable-lib.m4.
551         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
552         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
553         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
554         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
555         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
556         * modules/relocatable: New file.
557         * modules/relocatable-lib: New file.
558         * modules/relocatable-script: New file.
559
560 2007-02-28  Bruno Haible  <bruno@clisp.org>
561
562         Import --enable-relocatable infrastructure.
563         * build-aux/config.libpath: New file, from GNU gettext.
564         * build-aux/install-reloc: New file, from GNU gettext.
565         * build-aux/reloc-ldflags: New file, from GNU gettext.
566         * lib/relocatable.h: New file, from GNU gettext.
567         * lib/relocatable.c: New file, from GNU gettext.
568         * lib/relocwrapper.c: New file, from GNU gettext.
569         * m4/relocatable.m4: New file, from GNU gettext.
570
571 2007-02-28  Bruno Haible  <bruno@clisp.org>
572
573         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
574
575         * modules/xreadlink: New file, from GNU gettext with modifications.
576         * lib/xreadlink.c: New file, from GNU gettext.
577         * lib/xreadlink.h: Add comments.
578         (xreadlink): New declaration.
579
580         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
581         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
582         lib/xreadlink-with-size.c.
583         (configure.ac): Remove gl_XREADLINK invocation.
584         (Makefile.am): Augment lib_SOURCES.
585         * m4/xreadlink.m4: Remove file.
586         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
587         (xreadlink_with_size): Renamed from xreadink.
588         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
589         * modules/canonicalize (Depends-on): Replace xreadlink with
590         xreadlink-with-size.
591         * lib/canonicalize.c (canonicalize_filename_mode): Update.
592
593 2007-02-25  Jim Meyering  <jim@meyering.net>
594
595         * build-aux/announce-gen: When complaining about excess arguments,
596         list them.
597
598 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
599
600         * README: Document signed integer overflow situation more
601         accurately.
602
603 2007-02-25  Bruno Haible  <bruno@clisp.org>
604
605         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
606         'a' or 'A' conversion.
607
608 2007-02-25  Bruno Haible  <bruno@clisp.org>
609
610         * modules/filename: Renamed from modules/pathname.
611         (Files): Replace lib/pathname.h with lib/filename.h. Replace
612         lib/concatpath.c with lib/concat-filename.c.
613         (Makefile.am): Update.
614         (Include): Replace pathname.h with filename.h.
615         * lib/filename.h: Renamed from lib/pathname.h.
616         (concatenated_filename): Renamed from concatenated_pathname.
617         * lib/concat-filename.c: Renamed from lib/concatpath.c.
618         (concatenated_filename): Renamed from concatenated_pathname.
619         * lib/findprog.c: Include filename.h instead of pathname.h.
620         (find_in_path): Update.
621         * lib/javacomp.c: Include filename.h instead of pathname.h.
622         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
623         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
624         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
625         is_oldgcj_14_13_usable, is_javac_usable): Update.
626         * lib/javaexec.c: Include filename.h instead of pathname.h.
627         (execute_java_class): Update.
628         * modules/findprog: Update.
629         * modules/javacomp: Update.
630         * modules/javaexec: Update.
631         * MODULES.html.sh (File system functions): Add 'filename', remove
632         'pathname'.
633
634 2007-02-25  Bruno Haible  <bruno@clisp.org>
635
636         * modules/printf-frexpl-tests: New file.
637         * tests/test-printf-frexpl.c: New file.
638
639         * modules/printf-frexpl: New file.
640         * lib/printf-frexpl.h: New file.
641         * lib/printf-frexpl.c: New file.
642         * m4/printf-frexpl.m4: New file.
643
644 2007-02-25  Bruno Haible  <bruno@clisp.org>
645
646         * modules/printf-frexp-tests: New file.
647         * tests/test-printf-frexp.c: New file.
648
649         * modules/printf-frexp: New file.
650         * lib/printf-frexp.h: New file.
651         * lib/printf-frexp.c: New file.
652         * m4/printf-frexp.m4: New file.
653
654 2007-02-25  Bruno Haible  <bruno@clisp.org>
655
656         Assume automake >= 1.10 for the tests.
657         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
658         * modules/arctwo-tests: Likewise.
659         * modules/argp-tests: Likewise.
660         * modules/avltree-list-tests: Likewise.
661         * modules/avltree-oset-tests: Likewise.
662         * modules/avltreehash-list-tests: Likewise.
663         * modules/carray-list-tests: Likewise.
664         * modules/crc-tests: Likewise.
665         * modules/des-tests: Likewise.
666         * modules/gc-arcfour-tests: Likewise.
667         * modules/gc-arctwo-tests: Likewise.
668         * modules/gc-des-tests: Likewise.
669         * modules/gc-hmac-md5-tests: Likewise.
670         * modules/gc-hmac-sha1-tests: Likewise.
671         * modules/gc-md2-tests: Likewise.
672         * modules/gc-md4-tests: Likewise.
673         * modules/gc-md5-tests: Likewise.
674         * modules/gc-pbkdf2-sha1-tests: Likewise.
675         * modules/gc-rijndael-tests: Likewise.
676         * modules/gc-sha1-tests: Likewise.
677         * modules/gc-tests: Likewise.
678         * modules/getaddrinfo-tests: Likewise.
679         * modules/hmac-md5-tests: Likewise.
680         * modules/hmac-sha1-tests: Likewise.
681         * modules/linked-list-tests: Likewise.
682         * modules/linkedhash-list-tests: Likewise.
683         * modules/lock-tests: Likewise.
684         * modules/md2-tests: Likewise.
685         * modules/md4-tests: Likewise.
686         * modules/md5-tests: Likewise.
687         * modules/rbtree-list-tests: Likewise.
688         * modules/rbtree-oset-tests: Likewise.
689         * modules/rbtreehash-list-tests: Likewise.
690         * modules/read-file-tests: Likewise.
691         * modules/rijndael-tests: Likewise.
692         * modules/stdint-tests: Likewise.
693         * modules/tls-tests: Likewise.
694
695 2007-02-24  Bruno Haible  <bruno@clisp.org>
696
697         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
698         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
699         function; instead check whether isnan with a double argument links.
700         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
701         function; instead check whether isnan with a 'long double' argument
702         links.
703         Reported by Eric Blake <ebb9@byu.net>.
704
705 2007-02-24  Bruno Haible  <bruno@clisp.org>
706
707         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
708         defined.
709         * lib/isnanl.c: Remove all code. Just include isnan.c.
710         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
711
712 2007-02-25  Jim Meyering  <jim@meyering.net>
713
714         Avoid conflicting types for 'unsetenv' on FreeBSD.
715         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
716         conflicting with FreeBSD's (5.0 and 6.1) function declaration
717         in stdlib.h.
718
719 2007-02-24  Bruno Haible  <bruno@clisp.org>
720
721         * modules/isnanl-nolibm-tests: New file.
722         * tests/test-isnanl.c: New file.
723
724         * modules/isnanl-nolibm: New file.
725         * lib/isnanl.h: New file.
726         * lib/isnanl.c: New file.
727         * m4/isnanl.m4: New file.
728
729 2007-02-24  Bruno Haible  <bruno@clisp.org>
730
731         * modules/isnan-nolibm-tests: New file.
732         * tests/test-isnan.c: New file.
733
734         * modules/isnan-nolibm: New file.
735         * lib/isnan.h: New file.
736         * lib/isnan.c: New file.
737         * m4/isnan.m4: New file.
738
739 2007-02-24  Bruno Haible  <bruno@clisp.org>
740
741         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
742         assume that an exponent fits in 20 bits.
743
744 2007-02-24  Jim Meyering  <jim@meyering.net>
745
746         * m4/regex.m4: Update the description of the configure-time option,
747         --without-included-regex, to state accurately what the defaults are,
748         and perhaps to give people an idea why using this option is risky.
749
750 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
751
752         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
753         loops on small arguments.  This attempts to avoid the problem
754         Bruno Haible reported for AIX 4.3.2 in
755         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
756
757 2007-02-23  Bruno Haible  <bruno@clisp.org>
758
759         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
760         Needed for help2man.
761
762 2007-02-23  Karl Berry  <karl@gnu.org>
763
764         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
765         exists, foo.h should be cvs-ignored, not committed.
766
767 2007-02-23  Eric Blake  <ebb9@byu.net>
768
769         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
770         * lib/stat-time.h (includes): Likewise.
771         * lib/utimecmp.c (includes): Likewise.
772         * lib/utimens.h (includes): Likewise.
773         * lib/getdate.y (includes): Also include "timespec.h" for use
774         internal to the module.
775         * modules/utimens (Depends-on): Revert yesterday's patch.
776         * modules/nanosleep (Depends-on): Add missing dependency.
777
778 2007-02-22  Bruno Haible  <bruno@clisp.org>
779
780         * lib/glob.c: Don't include getlogin_r.h.
781
782 2007-02-22  Jim Meyering  <jim@meyering.net>
783
784         * modules/utimens (Depends-on): Add timespec, required for
785         utimens.h's inclusion of timespec.h.
786
787 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
788
789         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
790         long unreadable paths in GNU/Linux.  Problem reported by Andreas
791         Schwab in
792         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
793         I'll try to think of a better way to fix the Solaris problem.
794
795         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
796         like glibc; on Solaris 10, it fails with errno == EINVAL.
797         POSIX says the behavior is unspecified if the first argument is NULL,
798         so play it safe and never pass NULL to the system getcwd.
799
800 2007-02-21  Jim Meyering  <jim@meyering.net>
801
802         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
803         of gettimeofday.  It would conflict with the one now always
804         provided via sys_time_.h.  Reported by Matthew Woehlke, as
805         an IRIX 6.5 build failure.
806
807 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
808
809         Minor fixups to port to Solaris 10 with Sun C 5.8.
810         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
811         * modules/getcwd (Depends-on): Add dirfd.
812         * lib/putenv.c (putenv): #undef it.
813         (rpl_putenv): New decl.
814         (malloc, free): Include <stdlib.h> rather than prototyping separately.
815
816 2007-02-20  Bruno Haible  <bruno@clisp.org>
817
818         * modules/stdio-tests: New file.
819         * tests/test-stdio.c: New file.
820
821         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
822         (Depends-on): Add stdio.
823         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
824         (Include): Use <stdio.h> instead of vsnprintf.h.
825         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
826         HAVE_DECL_VSNPRINTF.
827         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
828
829         * modules/snprintf (Files): Remove lib/snprintf.h.
830         (Depends-on): Add stdio.
831         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
832         (Include): Use <stdio.h> instead of snprintf.h.
833         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
834         HAVE_DECL_SNPRINTF.
835         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
836         * lib/getaddrinfo.c: Likewise.
837
838         * modules/stdio: New file.
839         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
840         * lib/snprintf.h: Remove file.
841         * lib/vsnprintf.h: Remove file.
842         * lib/.cppi-disable: Remove snprintf.h.
843         * m4/stdio_h.m4: New file.
844         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
845
846 2007-02-20  Jim Meyering  <jim@meyering.net>
847
848         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
849         used by e.g., mingw.  From Bruno Haible.
850
851 2007-02-19  Bruno Haible  <bruno@clisp.org>
852
853         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
854         warnings.
855         Reported by Ben Pfaff <blp@cs.stanford.edu>.
856
857 2007-02-19  Bruno Haible  <bruno@clisp.org>
858
859         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
860         from mingw users.
861
862 2007-02-19  Bruno Haible  <bruno@clisp.org>
863
864         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
865         warnings.
866         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
867
868 2007-02-19  Jim Meyering  <jim@meyering.net>
869
870         Don't use FD after a successful "fdopendir (fd)".
871         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
872         Reset it by calling dirfd on the just-obtained DIR*.
873
874         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
875         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
876
877 2007-02-18  Bruno Haible  <bruno@clisp.org>
878
879         * lib/readlink.c: Include <unistd.h>.
880         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
881         HAVE_READLINK.
882         * modules/readlink (Depends-on): Add unistd.
883         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
884         (Include): Add <unistd.h>.
885
886         * lib/getlogin_r.h: Remove file.
887         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
888         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
889         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
890         HAVE_DECL_GETLOGIN_R.
891         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
892         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
893         (Include): Use <unistd.h> instead of getlogin_r.h.
894
895         * lib/getcwd.h: Remove file.
896         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
897         * lib/xgetcwd.c: Likewise.
898         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
899         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
900         * modules/getcwd (Files): Remove lib/getcwd.h.
901         (Depends-on): Add unistd.
902         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
903         (Include): Use <unistd.h> instad of getcwd.h.
904
905         * lib/ftruncate.c: Include <unistd.h> first.
906         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
907         Set HAVE_FTRUNCATE.
908         * modules/ftruncate (Depends-on): Add unistd.
909         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
910
911         * lib/fchdir.c: Include <unistd.h> first.
912         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
913         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
914         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
915         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
916         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
917
918         * lib/dup2.c: Include <unistd.h> first.
919         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
920         HAVE_DUP2.
921         * modules/dup2 (Depends-on): Add unistd.
922         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
923
924         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
925         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
926         REPLACE_CHOWN. Don't define chown as a macro here.
927         * modules/chown (Depends-on): Add unistd.
928         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
929
930         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
931         Add definition for GL_LINK_WARNING.
932         (chown, dup2): New declarations.
933         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
934         link warning.
935         (ftruncate): New declaration.
936         (getcwd): New declaration, taken from old getcwd.h.
937         (getlogin_r): New declaration, taken from old getlogin_r.h.
938         (readlink): New declaration.
939         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
940         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
941         (gl_PREREQ_UNISTD): Remove macro.
942         (gl_UNISTD_MODULE_INDICATOR): New macro.
943         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
944         many new variables. Don't set UNISTD_H.
945         * modules/unistd (Description): Change.
946         (Depends-on): Add link-warning.
947         (configure.ac): Update.
948         (Makefile.am): Create unistd.h always. Substitute many new variables
949         into it.
950
951 2007-02-18  Bruno Haible  <bruno@clisp.org>
952
953         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
954         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
955         HAVE_GETSUBOPT.
956         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
957         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
958         * lib/getsubopt.h: Remove file.
959         * modules/getsubopt (Files): Remove lib/getsubopt.h.
960         (Depends-on): Add stdlib.
961         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
962         (Includes): Use <stdlib.h> instead of getsubopt.h.
963         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
964         Set HAVE_GETSUBOPT.
965         * lib/getsubopt.c: Don't include getsubopt.h.
966
967 2007-02-18  Bruno Haible  <bruno@clisp.org>
968
969         * modules/fchdir (Depends-on): Add dup2.
970
971 2007-02-18  Bruno Haible  <bruno@clisp.org>
972
973         * lib/stdlib_.h: Handle glibc's special invocation convention
974         specially.
975
976 2007-02-18  Bruno Haible  <bruno@clisp.org>
977
978         * modules/stdlib-tests: New file.
979         * tests/test-stdlib.c: New file.
980
981         * modules/mkstemp (Files): Remove lib/mkstemp.h.
982         (Depends-on): Add stdlib.
983         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
984         (Includes): Use <stdlib.h> instead of mkstemp.h.
985         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
986         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
987         * lib/mkstemp.c: Don't include mkstemp.h.
988         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
989         * lib/stdlib--.h: Don't include mkstemp.h.
990
991         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
992         (Depends-on): Add stdlib.
993         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
994         (Includes): Use <stdlib.h> instead of mkdtemp.h.
995         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
996         HAVE_MKDTEMP.
997         * lib/mkdtemp.c: Don't include mkdtemp.h.
998         * lib/clean-temp.c: Don't include mkdtemp.h.
999
1000         * modules/exit (Files): Remove lib/exit.h.
1001         (Depends-on): Add stdlib.
1002         (Makefile.am): Remove lib_SOURCES.
1003         (Include): Use <stdlib.h> instead of exit.h.
1004         * lib/argmatch.c: Don't include exit.h.
1005         * lib/execute.c: Likewise.
1006         * lib/pagealign_alloc.c: Likewise.
1007         * lib/pipe.c: Likewise.
1008         * lib/wait-process.c: Likewise.
1009         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
1010         * lib/exitfail.c: Likewise.
1011         * lib/savewd.c: Likewise.
1012         * lib/xsetenv.c: Likewise.
1013
1014         * modules/stdlib: New file.
1015         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
1016         and extra comments about mkstemp().
1017         * lib/exit.h: Remove file.
1018         * lib/mkdtemp.h: Remove file.
1019         * lib/mkstemp.h: Remove file.
1020         * m4/stdlib_h.m4: New file.
1021         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
1022
1023 2007-02-18  Bruno Haible  <bruno@clisp.org>
1024
1025         * modules/math-tests: New file.
1026         * tests/test-math.c: New file.
1027
1028         * modules/math: New file.
1029         * modules/mathl (Files): Remove lib/mathl.h.
1030         (Depends-on): Add math.
1031         (Makefile.am): Don't mention mathl.h.
1032         (Include): Use <math.h> instead of mathl.h.
1033         * lib/math_.h: New file.
1034         * lib/mathl.h: Remove file.
1035         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
1036         mathl.h.
1037         * lib/asinl.c: Likewise.
1038         * lib/atanl.c: Likewise.
1039         * lib/ceill.c: Likewise.
1040         * lib/cosl.c: Likewise.
1041         * lib/expl.c: Likewise.
1042         * lib/floorl.c: Likewise.
1043         * lib/frexpl.c: Likewise.
1044         * lib/ldexpl.c: Likewise.
1045         * lib/logl.c: Likewise.
1046         * lib/sincosl.c: Likewise.
1047         * lib/sinl.c: Likewise.
1048         * lib/sqrtl.c: Likewise.
1049         * lib/tanl.c: Likewise.
1050         * lib/trigl.c: Likewise.
1051         * m4/math_h.m4: New file.
1052         * MODULES.html.sh (Mathematics): Add math.
1053
1054 2007-02-17  Bruno Haible  <bruno@clisp.org>
1055
1056         * modules/wctype-tests: New file.
1057         * tests/test-wctype.c: New file.
1058
1059         * modules/wchar-tests: New file.
1060         * tests/test-wchar.c: New file.
1061
1062         * modules/unistd-tests: New file.
1063         * tests/test-unistd.c: New file.
1064
1065         * modules/time-tests: New file.
1066         * tests/test-time.c: New file.
1067
1068         * modules/sysexits-tests: New file.
1069         * tests/test-sysexits.c: New file.
1070
1071         * modules/sys_time-tests: New file.
1072         * tests/test-sys_time.c: New file.
1073
1074         * modules/sys_stat-tests: New file.
1075         * tests/test-sys_stat.c: New file.
1076
1077         * modules/sys_socket-tests: New file.
1078         * tests/test-sys_socket.c: New file.
1079
1080         * modules/sys_select-tests: New file.
1081         * tests/test-sys_select.c: New file.
1082
1083         * modules/string-tests: New file.
1084         * tests/test-string.c: New file.
1085
1086         * modules/stdbool-tests: New file.
1087         * tests/test-stdbool.c: New file.
1088
1089         * modules/netinet_in-tests: New file.
1090         * tests/test-netinet_in.c: New file.
1091
1092         * modules/inttypes-tests: New file.
1093         * tests/test-inttypes.c: New file.
1094
1095         * modules/fcntl-tests: New file.
1096         * tests/test-fcntl.c: New file.
1097
1098         * modules/byteswap-tests: New file.
1099         * tests/test-byteswap.c: New file.
1100
1101         * modules/arpa_inet-tests: New file.
1102         * tests/test-arpa_inet.c: New file.
1103
1104 2007-02-17  Bruno Haible  <bruno@clisp.org>
1105
1106         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
1107         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
1108         if the corresponding module is not enabled. Emit link warnings if
1109         the function is used nevertheless.
1110         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
1111         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
1112         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
1113         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
1114         * modules/inttypes (Depends-on): Add link-warning.
1115         (Makefile.am): Copy the contents of build-aux/link-warning.h into
1116         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
1117         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
1118         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
1119         * modules/imaxdiv (configure.ac): Likewise.
1120         * modules/strtoimax (configure.ac): Likewise.
1121         * modules/strtoumax (configure.ac): Likewise.
1122
1123 2007-02-17  Bruno Haible  <bruno@clisp.org>
1124
1125         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
1126         gl_STRING_MODULE_INDICATOR_DEFAULTS.
1127         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
1128         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
1129
1130 2007-02-17  Bruno Haible  <bruno@clisp.org>
1131
1132         * modules/link-warning: New file.
1133         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
1134         * lib/string_.h (GL_LINK_WARNING): Remove definition.
1135         * modules/string (Depends-on): Add link-warning.
1136         (Makefile.am): Copy the contents of build-aux/link-warning.h into
1137         string.h.
1138         * MODULES.html.sh (Support for building libraries and executables): Add
1139         link-warning.
1140
1141 2007-02-17  Bruno Haible  <bruno@clisp.org>
1142
1143         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
1144         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
1145         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
1146         long lines.
1147
1148 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
1149             Bruno Haible  <bruno@clisp.org>
1150
1151         * modules/tmpfile: New file.
1152         * lib/tmpfile.c: New file.
1153         * m4/tmpfile.m4: New file.
1154         * MODULES.html.sh (func_all_modules): New section "Input/output".
1155
1156 2007-02-15  Bruno Haible  <bruno@clisp.org>
1157
1158         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
1159         (supports_delete_on_close): New function.
1160         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
1161
1162 2007-02-14  Bruno Haible  <bruno@clisp.org>
1163
1164         * modules/mbspcasecmp-tests: New file.
1165         * tests/test-mbspcasecmp.sh: New file.
1166         * tests/test-mbspcasecmp.c: New file.
1167
1168         New module mbspcasecmp.
1169         * modules/mbspcasecmp: New file.
1170         * lib/mbspcasecmp.c: New file.
1171         * lib/string_.h (strncasecmp): Change warning message.
1172         (mbspcasecmp): New declaration.
1173         * m4/mbspcasecmp.m4: New file.
1174         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1175         GNULIB_MBSPCASECMP.
1176         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
1177         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
1178
1179 2007-02-14  Bruno Haible  <bruno@clisp.org>
1180
1181         * modules/mbsncasecmp-tests: New file.
1182         * tests/test-mbsncasecmp.sh: New file.
1183         * tests/test-mbsncasecmp.c: New file.
1184
1185         New module mbsncasecmp.
1186         * modules/mbsncasecmp: New file.
1187         * lib/mbsncasecmp.c: New file.
1188         * lib/string_.h (mbsncasecmp): New declaration.
1189         * m4/mbsncasecmp.m4: New file.
1190         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1191         GNULIB_MBSNCASECMP.
1192         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
1193         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
1194
1195 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
1196
1197         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
1198         Verify that it doesn't overlap with our flags.
1199         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
1200         do not have the desired effect in multibyte locales; instead, use
1201         mbscasecmp.
1202         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
1203         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
1204         we don't require GNU fnmatch ourselves (if our users require it, they
1205         should do so explicitly).
1206
1207         Fix regex code so it doesn't rely on strcasecmp.
1208         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
1209         Otherwise, include gnulib's langinfo.h.
1210         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
1211         undesirable behavior in non-C locales.  Instead, rely on localecharset.
1212         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
1213         * modules/regex (FILES): Remove m4/codeset.m4.
1214         (Depends-on): Add localcharset.  Remove strcase.
1215
1216 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1217
1218         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
1219         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
1220
1221 2007-02-13  Bruno Haible  <bruno@clisp.org>
1222
1223         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
1224         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1225
1226 2007-02-12  Bruno Haible  <bruno@clisp.org>
1227
1228         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
1229         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
1230         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
1231         time warning rather than a link error.
1232
1233 2007-02-12  Bruno Haible  <bruno@clisp.org>
1234
1235         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
1236         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
1237         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1238
1239 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
1240
1241         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
1242         args, not 2.
1243
1244 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
1245
1246         New module 'time', so that apps can include <time.h> as per
1247         POSIX and GNU instead of separate include files like time_r.h
1248         and timegm.h.  This implementation tries out a simpler approach
1249         for replacing decls in standard include files (as compared to
1250         the string module), somewhat as an experiment.
1251
1252         * config/srclist.txt: Comment out mktime.c for now.
1253         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
1254         since it doesn't apply any more.  Use generic wording instead.
1255         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
1256         'time'.
1257         * lib/time_.h, m4/time_h.m4, modules/time: New files.
1258         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
1259         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
1260         Don't include <sys/types.h>; no longer needed since we assume C89.
1261         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
1262         * lib/strftime.c: Likewise.
1263         * lib/time_r.c: Likewise.
1264         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
1265         * lib/nanosleep.c: Include <time.h> first, to check interface.
1266         * lib/strptime.c: Likewise.
1267         * lib/time_r.c: Likewise.
1268         * lib/timegm.c: Likewise.
1269         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
1270         needed.
1271         * lib/timegm.c: Don't include timegm.h; no longer needed.
1272         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
1273         time.h now handles any problems in that area.
1274         (struct timespec, nanosleep): Remove; time.h now arranges for these.
1275         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
1276         that time.h defines struct timespec.
1277         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
1278         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
1279         handles that.
1280         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
1281         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
1282         needed.  Set REPLACE_LOCALTIME.
1283         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
1284         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
1285         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
1286         nanosleep; time_h.m4 now does that.  Don't require
1287         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
1288         module handles this now.
1289         * modules/getdate (Depends-on): Remove timespec.  Add time.
1290         * modules/nanosleep (Depends-on): Likewise.
1291         * modules/stat-time (Depends-on): Likewise.
1292         * modules/nanosleep (Include): Include time.h, not timespec.h.
1293         * modules/strptime (Files): Remove lib/strptime.h.
1294         (Depends-on): Add extensions, time.
1295         (Include): Include time.h, not strptime.h.
1296         * modules/time_r (Files): Remove lib/time_r.h.
1297         (Depends-on): Add time.
1298         (Include): Include time.h, not time_r.h.
1299         * modules/timegm: Likewise.
1300         * modules/timespec (Description): Now does timespec-related decls
1301         of our own, instead of struct timespec itself.
1302         (Depends-on): Add time; remove extensions.
1303         (Maintainer): Add self.
1304         * modules/utimecmp (Depends-on): Add time; remove timespec.
1305         * modules/utimens (Depends-on): Likewise.
1306         * modules/xnanosleep (Depends-on): Likewise.
1307
1308 2007-02-11  Bruno Haible  <bruno@clisp.org>
1309
1310         * lib/c-strstr.c: Include allocsa.h.
1311         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
1312         * lib/c-strcasestr.c: Include allocsa.h.
1313         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
1314         * lib/strcasestr.c: Include allocsa.h.
1315         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
1316         * lib/mbsstr.c: Include allocsa.h.
1317         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
1318         allocsa/freesa instead of malloc/free.
1319         * lib/mbscasestr.c: Include allocsa.h.
1320         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
1321         allocsa/freesa instead of malloc/free.
1322         * modules/c-strstr (Depends-on): Add allocsa.
1323         * modules/c-strcasestr (Depends-on): Likewise.
1324         * modules/strcasestr (Depends-on): Likewise.
1325         * modules/mbsstr (Depends-on): Likewise.
1326         * modules/mbscasestr (Depends-on): Likewise.
1327
1328 2007-02-11  Bruno Haible  <bruno@clisp.org>
1329
1330         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
1331
1332         * modules/mbsspn-tests: New file.
1333         * tests/test-mbsspn.sh: New file.
1334         * tests/test-mbsspn.c: New file.
1335
1336 2007-02-11  Bruno Haible  <bruno@clisp.org>
1337
1338         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
1339
1340         * modules/mbspbrk-tests: New file.
1341         * tests/test-mbspbrk.sh: New file.
1342         * tests/test-mbspbrk.c: New file.
1343
1344 2007-02-11  Bruno Haible  <bruno@clisp.org>
1345
1346         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
1347         unneeded cast.
1348
1349         * modules/mbscspn-tests: New file.
1350         * tests/test-mbscspn.sh: New file.
1351         * tests/test-mbscspn.c: New file.
1352
1353 2007-02-11  Bruno Haible  <bruno@clisp.org>
1354
1355         * modules/mbscasecmp-tests: New file.
1356         * tests/test-mbscasecmp.sh: New file.
1357         * tests/test-mbscasecmp.c: New file.
1358
1359 2007-02-11  Bruno Haible  <bruno@clisp.org>
1360
1361         Ensure O(n) worst-case complexity of mbscasestr.
1362         * lib/mbscasestr.c: Include stdbool.h.
1363         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
1364         functions.
1365         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
1366         the bookkeeping indicates that it's worth it.
1367         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
1368
1369         * modules/mbscasestr-tests: New file.
1370         * tests/test-mbscasestr1.c: New file.
1371         * tests/test-mbscasestr2.sh: New file.
1372         * tests/test-mbscasestr2.c: New file.
1373         * tests/test-mbscasestr3.sh: New file.
1374         * tests/test-mbscasestr3.c: New file.
1375         * tests/test-mbscasestr4.sh: New file.
1376         * tests/test-mbscasestr4.c: New file.
1377         * m4/locale-tr.m4: New file.
1378
1379 2007-02-11  Bruno Haible  <bruno@clisp.org>
1380
1381         Ensure O(n) worst-case complexity of mbsstr.
1382         * lib/mbsstr.c: Include stdbool.h.
1383         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
1384         functions.
1385         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
1386         bookkeeping indicates that it's worth it.
1387         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
1388
1389         * modules/mbsstr-tests: New file.
1390         * tests/test-mbsstr1.c: New file.
1391         * tests/test-mbsstr2.sh: New file.
1392         * tests/test-mbsstr2.c: New file.
1393         * tests/test-mbsstr3.sh: New file.
1394         * tests/test-mbsstr3.c: New file.
1395         * m4/locale-fr.m4: New file.
1396
1397 2007-02-11  Bruno Haible  <bruno@clisp.org>
1398
1399         * lib/mbsrchr.c (mbsrchr): Fix bug.
1400
1401         * modules/mbsrchr-tests: New file.
1402         * tests/test-mbsrchr.sh: New file.
1403         * tests/test-mbsrchr.c: New file.
1404
1405 2007-02-11  Bruno Haible  <bruno@clisp.org>
1406
1407         * lib/mbschr.c (mbschr): Fix bug.
1408
1409         * modules/mbschr-tests: New file.
1410         * tests/test-mbschr.sh: New file.
1411         * tests/test-mbschr.c: New file.
1412         * m4/locale-zh.m4: New file.
1413
1414 2007-02-11  Bruno Haible  <bruno@clisp.org>
1415
1416         Support for copying multibyte string iterators.
1417         * lib/mbiter.h: Include <string.h>.
1418         (mbiter_multi_copy): New function.
1419         (mbi_copy): New macro.
1420         * lib/mbuiter.h: Include <string.h>.
1421         (mbuiter_multi_copy): New function.
1422         (mbui_copy): New macro.
1423
1424 2007-02-11  Bruno Haible  <bruno@clisp.org>
1425
1426         New module mbslen.
1427         * modules/mbslen: New file.
1428         * lib/mbslen.c: New file.
1429         * lib/string_.h (mbslen): New declaration.
1430         * m4/mbslen.m4: New file.
1431         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1432         GNULIB_MBSLEN.
1433         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
1434         * MODULES.html.sh (Internationalization functions): Add mbslen.
1435
1436 2007-02-11  Bruno Haible  <bruno@clisp.org>
1437
1438         Ensure O(n) worst-case complexity of strcasestr substitute.
1439         * lib/strcasestr.c: Include stdbool.h.
1440         (knuth_morris_pratt): New function.
1441         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
1442         bookkeeping indicates that it's worth it.
1443         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
1444
1445         * modules/strcasestr-tests: New file.
1446         * tests/test-strcasestr.c: New file.
1447
1448 2007-02-11  Bruno Haible  <bruno@clisp.org>
1449
1450         Ensure O(n) worst-case complexity of c_strcasestr.
1451         * lib/c-strcasestr.c: Include stdbool.h, string.h.
1452         (knuth_morris_pratt): New function.
1453         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
1454         the bookkeeping indicates that it's worth it.
1455         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
1456
1457         * modules/c-strcasestr-tests: New file.
1458         * tests/test-c-strcasestr.c: New file.
1459
1460 2007-02-11  Bruno Haible  <bruno@clisp.org>
1461
1462         Ensure O(n) worst-case complexity of c_strstr.
1463         * lib/c-strstr.c: Include stdbool.h, string.h.
1464         (knuth_morris_pratt): New function.
1465         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
1466         bookkeeping indicates that it's worth it.
1467         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
1468
1469         * lib/c-strstr.c: Complete rewrite for maintainability.
1470
1471         * modules/c-strstr-tests: New file.
1472         * tests/test-c-strstr.c: New file.
1473
1474 2007-02-11  Bruno Haible  <bruno@clisp.org>
1475
1476         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
1477         5.2.1 and earlier, whereby \055 was treated just like the range
1478         delimiter '-'.
1479         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
1480
1481 2007-02-08  Bruno Haible  <bruno@clisp.org>
1482
1483         * modules/regex (Depends-on): Add stdbool.
1484         Reported by Dalibor Topic <robilad@kaffe.org>.
1485
1486 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
1487
1488         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
1489         Prefer returning from main to exiting from it.
1490         Remove unnecessary parens after sizeof.
1491
1492 2007-02-05  Bruno Haible  <bruno@clisp.org>
1493
1494         New module mbssep.
1495         * modules/mbssep: New file.
1496         * lib/mbssep.c: New file.
1497         * lib/string_.h (strsep): Add a conditional link warning.
1498         (mbssep): New declaration.
1499         * m4/mbssep.m4: New file.
1500         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1501         GNULIB_MBSSEP.
1502         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
1503         * MODULES.html.sh (Internationalization functions): Add mbssep.
1504
1505 2007-02-05  Bruno Haible  <bruno@clisp.org>
1506
1507         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
1508         Optimize search in case of 1 delimiter.
1509
1510 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
1511
1512         * lib/acl.h: Include sys/types.h before sys/acl.h.
1513
1514 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
1515
1516         Merge upstream fix for glibc bugzilla #3957:
1517
1518         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
1519
1520         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
1521         bit for RE_HAT_LISTS_NOT_NEWLINE.
1522         (build_charclass_op): Remove bogus comment.
1523
1524 2007-02-05  Simon Josefsson  <simon@josefsson.org>
1525
1526         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
1527
1528 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
1529
1530         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
1531         * lib/memmem.c [!defined _LIBC]: Include config.h.
1532
1533 2007-02-04  Bruno Haible  <bruno@clisp.org>
1534
1535         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
1536         warning message.
1537
1538 2007-02-04  Bruno Haible  <bruno@clisp.org>
1539
1540         New module mbstok_r.
1541         * modules/mbstok_r: New file.
1542         * lib/mbstok_r.c: New file.
1543         * lib/string_.h (strtok_r): Change argument names to match the
1544         comments. Add a conditional link warning.
1545         (mbstok_r): New declaration.
1546         * m4/mbstok_r.m4: New file.
1547         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1548         GNULIB_MBSTOK_R.
1549         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
1550         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
1551
1552 2007-02-04  Bruno Haible  <bruno@clisp.org>
1553
1554         New module mbsspn.
1555         * modules/mbsspn: New file.
1556         * lib/mbsspn.c: New file.
1557         * lib/string_.h (strspn): Add a conditional link warning.
1558         (mbsspn): New declaration.
1559         * m4/mbsspn.m4: New file.
1560         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1561         GNULIB_MBSSPN.
1562         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
1563         * MODULES.html.sh (Internationalization functions): Add mbsspn.
1564
1565 2007-02-04  Bruno Haible  <bruno@clisp.org>
1566
1567         New module mbspbrk.
1568         * modules/mbspbrk: New file.
1569         * lib/mbspbrk.c: New file.
1570         * lib/string_.h (strpbrk): Add a conditional link warning.
1571         (mbspbrk): New declaration.
1572         * m4/mbspbrk.m4: New file.
1573         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1574         GNULIB_MBSPBRK.
1575         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
1576         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
1577
1578 2007-02-04  Bruno Haible  <bruno@clisp.org>
1579
1580         New module mbscspn.
1581         * modules/mbscspn: New file.
1582         * lib/mbscspn.c: New file.
1583         * lib/string_.h (strcspn): Add a conditional link warning.
1584         (mbscspn): New declaration.
1585         * m4/mbscspn.m4: New file.
1586         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1587         GNULIB_MBSCSPN.
1588         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
1589         * MODULES.html.sh (Internationalization functions): Add mbscspn.
1590
1591 2007-02-04  Bruno Haible  <bruno@clisp.org>
1592
1593         New module mbscasestr, reduced goal of strcasestr.
1594         * modules/mbscasestr: New file.
1595         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
1596         (mbscasestr): Renamed from strcasestr.
1597         * lib/strcasestr.c: Don't include mbuiter.h.
1598         (strcasestr): Remove support for multibyte locales.
1599         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
1600         Change the conditional link warning.
1601         (mbscasestr): New declaration.
1602         * m4/mbscasestr.m4: New file.
1603         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
1604         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
1605         REPLACE_STRCASESTR.
1606         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
1607         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
1608         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
1609         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
1610         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
1611         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
1612         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
1613         (Depends-on): Remove mbuiter.
1614         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
1615
1616 2007-02-04  Bruno Haible  <bruno@clisp.org>
1617
1618         Simplify handling of strncasecmp.
1619         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
1620         the conditional link warning.
1621         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
1622         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
1623         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
1624         * modules/strcase (configure.ac): Don't invoke
1625         gl_STRING_MODULE_INDICATOR.
1626         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
1627
1628 2007-02-04  Bruno Haible  <bruno@clisp.org>
1629
1630         New module mbscasecmp, reduced goal of strcasecmp.
1631         * modules/mbscasecmp: New file.
1632         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
1633         (mbscasecmp): Renamed from strcasecmp.
1634         * lib/strcasecmp.c: Don't include mbuiter.h.
1635         (strcasecmp): Remove support for multibyte locales.
1636         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
1637         Change the conditional link warning.
1638         (mbscasecmp): New declaration.
1639         * m4/mbscasecmp.m4: New file.
1640         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
1641         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
1642         REPLACE_STRCASECMP.
1643         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
1644         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1645         GNULIB_MBSCASECMP.
1646         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
1647         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
1648         * modules/strcase (Files): Remove m4/mbrtowc.m4.
1649         (Depends-on): Remove mbuiter.
1650         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
1651
1652 2007-02-04  Bruno Haible  <bruno@clisp.org>
1653
1654         New module mbsstr. Remove module strstr.
1655         * modules/mbsstr: New file.
1656         * modules/strstr: Remove file.
1657         * lib/mbsstr.c: Renamed from lib/strstr.c.
1658         (mbsstr): Renamed from strstr.
1659         * lib/string_.h (strstr): Remove declaration. Change the conditional
1660         link warning.
1661         (mbsstr): New declaration.
1662         * m4/mbsstr.m4: New file.
1663         * m4/strstr.m4: Remove file.
1664         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
1665         REPLACE_STRSTR.
1666         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
1667         Don't initialize GNULIB_STRSTR.
1668         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
1669         substitute GNULIB_STRSTR and REPLACE_STRSTR.
1670         * MODULES.html.sh (Internationalization functions): Add mbsstr.
1671         (Support for systems lacking ANSI C 89): Remove strstr.
1672
1673 2007-02-04  Bruno Haible  <bruno@clisp.org>
1674
1675         New module mbsrchr.
1676         * modules/mbsrchr: New file.
1677         * lib/mbsrchr.c: New file.
1678         * lib/string_.h (strrchr): Add a conditional link warning.
1679         (mbsrchr): New declaration.
1680         * m4/mbsrchr.m4: New file.
1681         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1682         GNULIB_MBSRCHR.
1683         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
1684         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
1685
1686 2007-02-04  Bruno Haible  <bruno@clisp.org>
1687
1688         New module mbschr.
1689         * modules/mbschr: New file.
1690         * lib/mbschr.c: New file.
1691         * lib/string_.h (strchr): Add a conditional link warning.
1692         (mbschr): New declaration.
1693         * m4/mbschr.m4: New file.
1694         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1695         GNULIB_MBSCHR.
1696         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
1697         * MODULES.html.sh (Internationalization functions): Add mbschr.
1698
1699 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
1700
1701         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
1702
1703         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
1704
1705 2007-02-04  Bruno Haible  <bruno@clisp.org>
1706
1707         New module description section 'configure.ac-early'.
1708         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
1709         (func_get_autoconf_early_snippet): New function.
1710         (func_import, func_create_testdir): Use it. Remove special cases for
1711         modules 'extensions' and 'lock'.
1712         * modules/extensions (configure.ac-early): Require
1713         gl_USE_SYSTEM_EXTENSIONS.
1714         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
1715
1716 2007-02-04  Bruno Haible  <bruno@clisp.org>
1717
1718         Make use of gcj-4.3's -fsource and -ftarget option.
1719         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
1720         and if so try the options -fsource and -ftarget.
1721         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
1722         source_version, ftarget_option, target_version arguments.
1723         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
1724         (is_envjavac_oldgcj_14_14_usable): Renamed from
1725         is_envjavac_gcj_14_14_usable.
1726         (is_envjavac_oldgcj_14_13_usable): Renamed from
1727         is_envjavac_gcj_14_13_usable.
1728         (is_gcj_present): Update.
1729         (is_gcj_43, is_gcj43_usable): New functions.
1730         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
1731         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
1732         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
1733         try the options -fsource and -ftarget.
1734
1735 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
1736
1737         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
1738         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
1739         larger value.
1740
1741 2007-02-03  Jim Meyering  <jim@meyering.net>
1742
1743         Give tools a better chance to allocate space for very large buffers.
1744         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
1745
1746         Make pwd and readlink work also when run with an unreadable parent dir
1747         on systems with openat support.
1748         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
1749         provided getcwd function, even when we have openat support.
1750         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
1751
1752 2007-02-02  Bruno Haible  <bruno@clisp.org>
1753
1754         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
1755         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
1756         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
1757         portability problems if one of these functions is only used on specific
1758         platforms.
1759         Reported by Paul Eggert.
1760
1761 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
1762
1763         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
1764         is causing more trouble than it's curing.
1765         * lib/regex_internal.h (__mempcpy): Remove.
1766         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
1767         (and make the code a tad smaller to boot).
1768         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
1769
1770 2007-02-02  Jim Meyering  <jim@meyering.net>
1771
1772         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
1773         section, not in the Makefile.am: one.
1774
1775 2007-02-02  Eric Blake  <ebb9@byu.net>
1776
1777         * lib/strchrnul.c: Always include config.h first.
1778
1779         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
1780         gnulib strstr is not necessary here.
1781
1782 2007-02-02  Simon Josefsson  <simon@josefsson.org>
1783
1784         * m4/socklen.m4: Fix typo.
1785
1786 2007-02-02  Eric Blake  <ebb9@byu.net>
1787
1788         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
1789         * modules/netinet_in (Makefile.am): Likewise.
1790
1791 2007-02-01  Bruno Haible  <bruno@clisp.org>
1792
1793         * lib/string_.h (GL_LINK_WARNING): New macro.
1794         (strcasecmp, strstr, strcasestr): If provided by the system,
1795         conditionally define as a macro that leads to a warning instead of to
1796         an error.
1797         (strncasecmp): Conditionally define as a macro that leads to a warning.
1798
1799 2007-02-01  Karl Berry  <karl@gnu.org>
1800
1801         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
1802
1803 2007-02-01  Bruno Haible  <bruno@clisp.org>
1804
1805         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
1806         renamings.
1807
1808 2007-02-01  Eric Blake  <ebb9@byu.net>
1809
1810         * modules/regex (Depends-on): Revert dependence on mempcpy.
1811         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
1812         module's definition of mempcpy.
1813         Reported by Paul Eggert.
1814
1815 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
1816
1817         * lib/string_.h: If the gnulib module XYZ is not present, undefine
1818         the symbol XYZ before redefining it.  This fixes a problem with
1819         programs that don't use XYZ, when compiled on systems that define
1820         XYZ to something else.
1821
1822 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
1823
1824         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
1825         occurs when "mkdir -m foo" creates a setgid directory that is (1)
1826         writeable to group or other and (2) is intended to have a special
1827         mode bit that is set or cleared.  In such a case, the directory
1828         should be neither group- nor other-writeable until the special
1829         mode bits are right.
1830
1831 2007-01-31  Eric Blake  <ebb9@byu.net>
1832
1833         * modules/mountlist (Depends-on): Add strstr.
1834
1835         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
1836         bug.
1837         * modules/string (Makefile.am): Remove redundant replacement.
1838         * modules/regex (Depends-on): Add mempcpy.
1839
1840 2007-01-31  Bruno Haible  <bruno@clisp.org>
1841
1842         New module description field 'Link'.
1843         * gnulib-tool (func_usage): Document --extract-link-directive.
1844         (sed_extract_prog): Recognize 'Link' directive.
1845         (func_get_link_directive): New function.
1846         (func_import): Show summary of link directives.
1847         Handle --extract-link-directive option.
1848         * modules/acl (Link): New section.
1849         * modules/clock-time (Link): New section.
1850         * modules/euidaccess (Link): New section.
1851         * modules/gettext (Link): New section.
1852         * modules/iconv (Link): New section.
1853         * modules/lock (Link): New section.
1854         * modules/nanosleep (Link): New section.
1855         * modules/readline (Link): New section.
1856
1857 2007-01-27  Bruno Haible  <bruno@clisp.org>
1858
1859         Enforce the use of gnulib modules for unportable <string.h> functions.
1860         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
1861         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
1862         (gl_HEADER_STRING_H_BODY): Require it.
1863         * lib/string_.h: If the gnulib module XYZ is not present, redefine
1864         the symbol XYZ to one that gives a link error.
1865         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
1866         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
1867         * modules/mempcpy (configure.ac): Likewise.
1868         * modules/memrchr (configure.ac): Likewise.
1869         * modules/stpcpy (configure.ac): Likewise.
1870         * modules/stpncpy (configure.ac): Likewise.
1871         * modules/strcase (configure.ac): Likewise.
1872         * modules/strcasestr (configure.ac): Likewise.
1873         * modules/strchrnul (configure.ac): Likewise.
1874         * modules/strdup (configure.ac): Likewise.
1875         * modules/strndup (configure.ac): Likewise.
1876         * modules/strnlen (configure.ac): Likewise.
1877         * modules/strpbrk (configure.ac): Likewise.
1878         * modules/strsep (configure.ac): Likewise.
1879         * modules/strstr (configure.ac): Likewise.
1880         * modules/strtok_r (configure.ac): Likewise.
1881
1882 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
1883
1884         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
1885
1886 2007-01-30  Jim Meyering  <jim@meyering.net>
1887
1888         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
1889
1890 2007-01-29  Bruno Haible  <bruno@clisp.org>
1891
1892         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
1893         * lib/execute.c: Likewise.
1894         * lib/pipe.c: Likewise.
1895         * lib/printf-args.h: Likewise.
1896         * lib/printf-args.c: Likewise.
1897         * lib/printf-parse.c: Likewise.
1898         * lib/vasnprintf.c: Likewise.
1899
1900 2007-01-29  Eric Blake  <ebb9@byu.net>
1901
1902         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
1903         declaration.
1904
1905 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
1906
1907         * lib/strptime.h (strptime): Use 'restrict' for args where
1908         POSIX requires this.
1909         * lib/strptime.c (strptime): Likewise.
1910         Change license notice from LGPL to GPL, since gnulib-tool will
1911         change this as needed.
1912         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
1913         defined.
1914         Include "strptime.h" first, to check interface.
1915         Do not #undef _LIBC and _NL_CURRENT.
1916         Do not include <stdlib.h>; no longer needed.
1917         Include "time_r.h" and declare ptime_locale_status
1918         only if _LIBC is not defined.
1919         (__P): Remove unused macro.
1920         (match_string): Bring back glibc version, but use it only if _LIBC
1921         is defined.
1922         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
1923         Remove unnecessary assertion and abort() call.
1924         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
1925         * m4/strptime.m4: Fix serial number comment.
1926         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
1927         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
1928         (Depends-on): Add time_r.
1929
1930 2007-01-29  Bruno Haible  <bruno@clisp.org>
1931
1932         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
1933         strptime.
1934         * modules/strptime (Depends-on): Add stdbool.
1935         * lib/strptime.h: Include <time.h> always. Add comments.
1936
1937 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
1938
1939         * modules/strptime: New file.
1940         * lib/strptime.h: New file.
1941         * lib/strptime.c: New file.
1942         * m4/strptime.m4: New file.
1943
1944 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
1945
1946         * MODULES.html.sh: New module mpsort.
1947         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
1948
1949         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
1950         a circularity problem with HP-UX ia64 reported by Bob Proulx in
1951         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
1952         All uses changed.
1953         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
1954         All uses changed.
1955         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
1956         to _Restrict_.
1957         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
1958         the parameter matches the prototype.
1959
1960 2007-01-28  Jim Meyering  <jim@meyering.net>
1961
1962         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
1963         sys/time.h here, reverting that part of the previous patch:
1964         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
1965
1966 2007-01-28  Bruno Haible  <bruno@clisp.org>
1967
1968         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
1969         value of $(SYS_TIME_H).
1970         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
1971         remove it conditionally, too. [added by Jim Meyering]
1972         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
1973         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
1974         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
1975         GETTIMEOFDAY_REPLACEMENT to 1.
1976
1977 2007-01-28  Bruno Haible  <bruno@clisp.org>
1978
1979         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
1980         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
1981         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
1982         Set UNISTD_H instead of UNISTD_H2.
1983         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
1984
1985 2007-01-28  Bruno Haible  <bruno@clisp.org>
1986
1987         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
1988         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
1989
1990 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1991
1992         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
1993         (func_create_testdir): Ensure C locale for `grep' and `tr'
1994         character ranges.
1995         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
1996         ACLOCAL_AMFLAGS parsing state machine.
1997
1998 2007-01-27  Bruno Haible  <bruno@clisp.org>
1999
2000         * modules/unistr/base: Update.
2001
2002 2007-01-27  Bruno Haible  <bruno@clisp.org>
2003
2004         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
2005         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
2006         * modules/unistr/u32-mbtouc-unsafe: Renamed from
2007         modules/unistr/u32-mbtouc.
2008         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
2009         * lib/unistr.h: Update.
2010         * lib/linebreak.c: Update.
2011         * modules/unistr/u32-mbtouc: Renamed from
2012         modules/unistr/u32-mbtouc-safe.
2013         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
2014         * lib/unistr.h: Update.
2015         * lib/unistr/u32-to-u8.c: Update.
2016         * lib/unistr/u32-to-u16.c: Update.
2017
2018 2007-01-27  Bruno Haible  <bruno@clisp.org>
2019
2020         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
2021         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
2022         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
2023         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
2024         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
2025         * modules/unistr/u16-mbtouc-unsafe: Renamed from
2026         modules/unistr/u16-mbtouc.
2027         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
2028         * lib/unistr.h: Update.
2029         * lib/linebreak.c: Update.
2030         * modules/linebreak: Update.
2031         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
2032         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
2033         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
2034         * modules/unistr/u16-mbtouc: Renamed from
2035         modules/unistr/u16-mbtouc-safe.
2036         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
2037         * lib/unistr.h: Update.
2038         * lib/unistr/u16-to-u8.c: Update.
2039         * modules/unistr/u16-to-u8: Update.
2040         * lib/unistr/u16-to-u32.c: Update.
2041         * modules/unistr/u16-to-u32: Update.
2042
2043 2007-01-27  Bruno Haible  <bruno@clisp.org>
2044
2045         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
2046         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
2047         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
2048         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
2049         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
2050         * modules/unistr/u8-mbtouc-unsafe: Renamed from
2051         modules/unistr/u8-mbtouc.
2052         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
2053         * lib/unistr.h: Update.
2054         * lib/striconveh.c: Update.
2055         * modules/striconveh: Update.
2056         * lib/linebreak.c: Update.
2057         * modules/linebreak: Update.
2058         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
2059         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
2060         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
2061         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
2062         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
2063         * lib/unistr.h: Update.
2064         * lib/striconveh.c: Update.
2065         * modules/striconveh: Update.
2066         * lib/unistr/u8-to-u16.c: Update.
2067         * modules/unistr/u8-to-u16: Update.
2068         * lib/unistr/u8-to-u32.c: Update.
2069         * modules/unistr/u8-to-u32: Update.
2070
2071 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2072
2073         Sync from Libtool.
2074         * lib/argz.c: Do not include strings.h nor memory.h, include
2075         string.h unconditionally.  Patch by Simon Josefsson.
2076
2077 2007-01-27  Bruno Haible  <bruno@clisp.org>
2078
2079         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
2080         from gl_HEADER_STRING_H_BODY.
2081         (gl_HEADER_STRING_H_BODY): Require it.
2082         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
2083         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
2084         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
2085         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
2086         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
2087         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
2088         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
2089         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
2090         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
2091         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
2092         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
2093         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
2094         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
2095         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
2096         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
2097
2098 2007-01-27  Bruno Haible  <bruno@clisp.org>
2099
2100         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
2101         check_PROGRAMS into noinst_PROGRAMS.
2102         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
2103         check_PROGRAMS in this case.
2104         (func_import): Set for_test to false.
2105         (func_create_testdir): Set for_test to true.
2106
2107 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
2108             Bruno Haible  <bruno@clisp.org>
2109
2110         * modules/strcasestr (Files): Remove lib/strcasestr.h.
2111         (Depends-on): Add string.
2112         (Includes): Use <string.h> instead of strcasestr.h.
2113         * modules/string (Makefile.am): Also substitute the value of
2114         REPLACE_STRCASESTR.
2115         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
2116         assume strcasestr is declared in <string.h> not <strings.h>. Also
2117         set REPLACE_STRCASESTR.
2118         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
2119         REPLACE_STRCASESTR.
2120         * lib/strcasestr.h: Remove file.
2121         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
2122         * lib/string_.h (strcasestr): New declaration.
2123
2124 2007-01-27  Bruno Haible  <bruno@clisp.org>
2125
2126         * lib/string_.h: Use 'extern'.
2127
2128 2007-01-27  Jim Meyering  <jim@meyering.net>
2129
2130         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
2131         of set-but-not-used local, "q".
2132
2133         * lib/mempcpy.c: Include <config.h> before <string.h>.
2134         This fixes a compilation error on HP-UX, due to the system's
2135         "restrict"-using mempcpy prototype.
2136
2137 2007-01-26  Bruno Haible  <bruno@clisp.org>
2138
2139         Small optimization.
2140         * lib/javacomp.c: Include c-strstr.h.
2141          (is_envjavac_gcj): Use c_strstr instead of strstr.
2142         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
2143
2144 2007-01-26  Bruno Haible  <bruno@clisp.org>
2145
2146         * MODULES.html.sh (Unicode string functions): Add the new modules.
2147
2148         * modules/uniconv/u32-strconv-to-locale: New file.
2149         * lib/uniconv/u32-strconv-to-locale.c: New file.
2150
2151         * modules/uniconv/u16-strconv-to-locale: New file.
2152         * lib/uniconv/u16-strconv-to-locale.c: New file.
2153
2154         * modules/uniconv/u8-strconv-to-locale: New file.
2155         * lib/uniconv/u8-strconv-to-locale.c: New file.
2156
2157         * modules/uniconv/u32-strconv-from-locale: New file.
2158         * lib/uniconv/u32-strconv-from-locale.c: New file.
2159
2160         * modules/uniconv/u16-strconv-from-locale: New file.
2161         * lib/uniconv/u16-strconv-from-locale.c: New file.
2162
2163         * modules/uniconv/u8-strconv-from-locale: New file.
2164         * lib/uniconv/u8-strconv-from-locale.c: New file.
2165
2166         * modules/uniconv/u32-strconv-to-enc: New file.
2167         * lib/uniconv/u32-strconv-to-enc.c: New file.
2168         * modules/uniconv/u32-strconv-to-enc-tests: New file.
2169         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
2170
2171         * modules/uniconv/u16-strconv-to-enc: New file.
2172         * lib/uniconv/u16-strconv-to-enc.c: New file.
2173         * lib/uniconv/u-strconv-to-enc.h: New file.
2174         * modules/uniconv/u16-strconv-to-enc-tests: New file.
2175         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
2176
2177         * modules/uniconv/u8-strconv-to-enc: New file.
2178         * lib/uniconv/u8-strconv-to-enc.c: New file.
2179         * modules/uniconv/u8-strconv-to-enc-tests: New file.
2180         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
2181
2182         * modules/uniconv/u32-strconv-from-enc: New file.
2183         * lib/uniconv/u32-strconv-from-enc.c: New file.
2184         * modules/uniconv/u32-strconv-from-enc-tests: New file.
2185         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
2186
2187         * modules/uniconv/u16-strconv-from-enc: New file.
2188         * lib/uniconv/u16-strconv-from-enc.c: New file.
2189         * modules/uniconv/u16-strconv-from-enc-tests: New file.
2190         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
2191
2192         * modules/uniconv/u8-strconv-from-enc: New file.
2193         * lib/uniconv/u8-strconv-from-enc.c: New file.
2194         * lib/uniconv/u-strconv-from-enc.h: New file.
2195         * modules/uniconv/u8-strconv-from-enc-tests: New file.
2196         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
2197
2198         * modules/uniconv/u32-conv-from-enc: New file.
2199         * lib/uniconv/u32-conv-from-enc.c: New file.
2200         * modules/uniconv/u32-conv-from-enc-tests: New file.
2201         * tests/uniconv/test-u32-conv-from-enc.c: New file.
2202
2203         * modules/uniconv/u16-conv-from-enc: New file.
2204         * lib/uniconv/u16-conv-from-enc.c: New file.
2205         * lib/uniconv/u-conv-from-enc.h: New file.
2206         * modules/uniconv/u16-conv-from-enc-tests: New file.
2207         * tests/uniconv/test-u16-conv-from-enc.c: New file.
2208
2209         * modules/uniconv/u8-conv-from-enc: New file.
2210         * lib/uniconv/u8-conv-from-enc.c: New file.
2211         * modules/uniconv/u8-conv-from-enc-tests: New file.
2212         * tests/uniconv/test-u8-conv-from-enc.c: New file.
2213
2214         * modules/uniconv/base: New file.
2215         * lib/uniconv.h: New file.
2216
2217 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
2218
2219         * doc/gnulib-tool.texi (Initial import): Update to match current
2220         behavior with strdup module.
2221         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
2222         * lib/memmem.h: Remove; all uses removed.  This is now done
2223         by <string.h>.
2224         * lib/mempcpy.h: Likewise.
2225         * lib/memrchr.h: Likewise.
2226         * lib/stpcpy.h: Likewise.
2227         * lib/stpncpy.h: Likewise.
2228         * lib/strcase.h: Likewise.
2229         * lib/strchrnul.h: Likewise.
2230         * lib/strdup.h: Likewise.
2231         * lib/strndup.h: Likewise.
2232         * lib/strnlen.h: Likewise.
2233         * lib/strpbrk.h: Likewise.
2234         * lib/strsep.h: Likewise.
2235         * lib/strstr.h: Likewise.
2236         * lib/strtok_r.h: Likewise.
2237         * lib/string_.h: New file.
2238         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
2239         Rely on <string.h> instead.
2240         * lib/canon-host.c: Likewise.
2241         * lib/chdir-long.c: Likewise.
2242         * lib/concatpath.c: Likewise.
2243         * lib/exclude.c: Likewise.
2244         * lib/fchdir.c: Likewise.
2245         * lib/getaddrinfo.c: Likewise.
2246         * lib/getcwd.c: Likewise.
2247         * lib/getsubopt.c: Likewise.
2248         * lib/glob.c: Likewise.
2249         * lib/hard-locale.c: Likewise.
2250         * lib/iconvme.c: Likewise.
2251         * lib/javacomp.c: Likewise.
2252         * lib/mempcpy.c: Likewise.
2253         * lib/memrchr.c: Likewise.
2254         * lib/regex_internal.h: Likewise.
2255         * lib/stpncpy.c: Likewise.
2256         * lib/strcasecmp.c: Likewise.
2257         * lib/strchrnul.c: Likewise.
2258         * lib/strdup.c: Likewise.
2259         * lib/striconv.c: Likewise.
2260         * lib/striconveh.c: Likewise.
2261         * lib/striconveha.c: Likewise.
2262         * lib/strncasecmp.c: Likewise.
2263         * lib/strndup.c: Likewise.
2264         * lib/strnlen.c: Likewise.
2265         * lib/strsep.c: Likewise.
2266         * lib/strstr.c: Likewise.
2267         * lib/strtok_r.c: Likewise.
2268         * lib/userspec.c: Likewise.
2269         * lib/w32spawn.h: Likewise.
2270         * lib/xstrndup.c: Likewise.
2271         * lib/mountlist.c (strstr): Remove decl.
2272         * m4/string_h.m4: New file.
2273         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
2274         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
2275         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
2276         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
2277         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
2278         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
2279         Set REPLACE_STRCASECMP if necessary.
2280         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
2281         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
2282         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
2283         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
2284         HAVE_DECL_STRDUP if necessary.
2285         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
2286         since gl_FUNC_STRNDUP does that now.
2287         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
2288         Check for decl here...
2289         (gl_PREREQ_STRNLEN): ... not here.
2290         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
2291         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
2292         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
2293         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
2294         necessary.
2295         * modules/string: New file.
2296         * modules/memmem (Files): Remove special-purpose include file.
2297         (Depends-on): Add string.
2298         (Include): Include <string.h>, not the removed file.
2299         * modules/mempcpy: Likewise.
2300         * modules/memrchr: Likewise.
2301         * modules/stpcpy: Likewise.
2302         * modules/stpncpy: Likewise.
2303         * modules/strcase: Likewise.
2304         * modules/strchrnul: Likewise.
2305         * modules/strdup: Likewise.
2306         * modules/strndup: Likewise.
2307         * modules/strnlen: Likewise.
2308         * modules/strpbrk: Likewise.
2309         * modules/strsep: Likewise.
2310         * modules/strstr: Likewise.
2311         * modules/strtok_r: Likewise.
2312         * tests/test-dirname.c: Don't include "strdup.h", since
2313         <string.h> now suffices.
2314         * tests/test-memmem.c: Don't include "memmem.h", since
2315         <string.h> now suffices.
2316
2317 2007-01-25  Bruno Haible  <bruno@clisp.org>
2318
2319         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
2320         *resultp is 0.
2321
2322         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
2323         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
2324         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
2325         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
2326
2327         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
2328         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
2329         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
2330         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
2331         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
2332         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
2333
2334 2007-01-24  Bruno Haible  <bruno@clisp.org>
2335
2336         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
2337         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
2338         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
2339         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
2340         gl_FUNC_FTS_CORE.
2341         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
2342         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
2343         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
2344         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
2345         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
2346         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
2347         gl_FUNC_FCHOWNAT.
2348         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
2349         gl_FUNC_STRFTIME.
2350         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
2351         Reported by Ralf Wildenhues.
2352
2353 2007-01-24  Bruno Haible  <bruno@clisp.org>
2354
2355         Drop AC_REQUIRE calls that are redundant with the module dependencies.
2356         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
2357         gl_GETADDRINFO.
2358         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
2359         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
2360         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
2361
2362 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
2363
2364         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
2365         Don't use 'exit'; just return from 'main'.
2366         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
2367
2368         * lib/fnmatch_.h: Readjust white space and comments to match
2369         glibc, to avoid spurious diffs.
2370
2371 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
2372
2373         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
2374         2004-12-01 change by Jakub Jelinek, since this code won't compile
2375         if !LIBC.  Problem reported by Bob Proulx.
2376
2377 2007-01-23  Bruno Haible  <bruno@clisp.org>
2378
2379         * lib/striconveh.c: Include c-strcaseeq.h.
2380         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
2381         * modules/striconveh (Depends-on): Add c-strcaseeq.
2382
2383 2007-01-23  Bruno Haible  <bruno@clisp.org>
2384
2385         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
2386
2387         * modules/c-strcaseeq: New file.
2388         * lib/c-strcaseeq.h: New file.
2389
2390         * modules/streq: New file.
2391         * lib/streq.h: New file.
2392
2393 2007-01-23  Bruno Haible  <bruno@clisp.org>
2394
2395         * modules/striconveha-tests: New file.
2396         * tests/test-striconveha.c: New file.
2397
2398         * lib/striconveha.h: Include <stdbool.h>.
2399         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
2400         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
2401         (mem_iconveha_notranslit): Renamed from mem_iconveha.
2402         (mem_iconveha): New function.
2403         (str_iconveha_notranslit): Renamed from str_iconveha.
2404         (str_iconveha): New function.
2405         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
2406         c-strcase.
2407
2408 2007-01-23  Bruno Haible  <bruno@clisp.org>
2409
2410         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
2411         encodings without forgiving before trying any encoding with handler.
2412         (str_iconveha): Try all encodings without forgiving before trying any
2413         encoding with handler.
2414
2415 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
2416
2417         Import the following changes from libc.
2418
2419         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
2420
2421         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
2422
2423         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
2424
2425         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
2426         normal_bracket label.
2427
2428         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
2429
2430         [BZ #361]
2431         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
2432         to normal_bracket after fetching the next character.
2433
2434 2007-01-22  Bruno Haible  <bruno@clisp.org>
2435
2436         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
2437         argument.
2438         * lib/striconveh.c (iconv_carefully_1): New function.
2439         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
2440         argument.
2441         (str_cd_iconveh): Update.
2442         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
2443         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
2444         * tests/test-striconveh.c (MAGIC): New macro.
2445         (new_offsets): New function.
2446         (main): Test call with and without offsets.
2447
2448 2007-01-22  Bruno Haible  <bruno@clisp.org>
2449
2450         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
2451         * modules/sys_select (Makefile.am): Likewise.
2452         * modules/sys_socket (Makefile.am): Likewise.
2453         * modules/sys_time (Makefile.am): Likewise.
2454
2455 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
2456
2457         * modules/gettimeofday (License): Change from GPL to LGPL, since
2458         gettimeofday is a library function.
2459
2460 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2461
2462         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
2463
2464 2007-01-21  Bruno Haible  <bruno@clisp.org>
2465
2466         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
2467
2468 2007-01-21  Bruno Haible  <bruno@clisp.org>
2469
2470         * modules/striconveha: New file.
2471         * lib/striconveha.h: New file.
2472         * lib/striconveha.c: New file.
2473         * MODULES.html.sh (Internationalization functions): Add striconveha.
2474         * lib/striconv.c (str_iconv): Optimize the case of an empty input
2475         string.
2476         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
2477
2478 2007-01-21  Bruno Haible  <bruno@clisp.org>
2479
2480         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
2481         * lib/striconveh.c (str_iconveh): Likewise.
2482
2483 2007-01-21  Bruno Haible  <bruno@clisp.org>
2484
2485         * lib/striconveh.h (mem_iconveh): New declaration.
2486         * lib/striconveh.c (mem_iconveh): New function.
2487         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
2488
2489 2007-01-21  Bruno Haible  <bruno@clisp.org>
2490
2491         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
2492
2493         * lib/striconveh.h (mem_cd_iconveh): Change specification.
2494         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
2495         original result buffer.
2496         (str_cd_iconveh): Update.
2497         * tests/test-striconveh.c (main): Update.
2498
2499         * lib/striconv.h (mem_cd_iconv): Change specification.
2500         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
2501         result buffer.
2502         (str_cd_iconv): Update.
2503         * tests/test-striconv.c (main): Update.
2504
2505 2007-01-21  Bruno Haible  <bruno@clisp.org>
2506
2507         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
2508
2509 2007-01-20  Jim Meyering  <jim@meyering.net>
2510
2511         * lib/userspec.c (parse_with_separator): If a user or group string
2512         starts with "+", skip the corresponding name-to-ID look-up, since
2513         such a look-up must fail: user and group names may not include "+".
2514
2515 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
2516
2517         * lib/poll.c: Include sys/time.h and time.h unconditionally,
2518         since we now assume the sys_time module.
2519         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
2520         check for sys/time.h; no longer needed.
2521         * modules/poll (Depends-on): Depend on sys_time.
2522
2523 2007-01-18  Bruno Haible  <bruno@clisp.org>
2524
2525         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
2526         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
2527
2528         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
2529         gettimeofday.
2530
2531         * tests/test-gettimeofday.c: Include <time.h>.
2532         (dummy): Remove variable.
2533
2534         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
2535         gl_HEADER_SYS_TIME_H.
2536         (gl_HEADER_SYS_TIME_H): New macro.
2537
2538         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
2539         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2540         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
2541         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
2542         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2543         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
2544         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
2545         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2546         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
2547         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
2548         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2549
2550         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
2551         last change; it caused a compilation error when cross-compiling to
2552         Cygwin.
2553
2554 2007-01-18  Jim Meyering  <jim@meyering.net>
2555
2556         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
2557         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
2558         than the race-prone "test -d sys || mkdir sys".
2559         (configure.ac): Use AC_PROG_MKDIR_P.
2560         * modules/sys_select: Likewise.
2561         * modules/sys_socket: Likewise.
2562         * modules/sys_time: Likewise.
2563
2564 2007-01-18  Eric Blake  <ebb9@byu.net>
2565
2566         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
2567         replace gettimeofday.
2568         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
2569         name, to avoid infinite recursion.
2570
2571 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
2572
2573         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
2574         module sys_time.
2575         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
2576         assume timespec.h defines struct timeval.
2577         * lib/settime.c: Likewise.
2578         * lib/utimens.c: Likewise.
2579         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
2580         since we now assume the gettimeofday module.
2581         * lib/tempname.c (__gen_tempname): Likewise.
2582         * lib/gettimeofday.h: Remove.
2583         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
2584         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
2585         Include <time.h>, for 'time()'.
2586         (localtime_buffer_addr): Also use this workaround if
2587         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
2588         to simplify the uses.  All uses changed.
2589         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
2590         that #undef is inside {}, and 'const' follows type name consistently.
2591         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
2592         (gettimeofday): Do not use the maximum possible value for
2593         tv->tv_usec, since that might break usages other than ls.c.
2594         Instead, we'll leave ls.c alone.  This undoes today's patch
2595         by Bruno.  Add a compile-time warning for 1s-clock resolution;
2596         we've never observed the problem but might as well keep the
2597         canary.
2598         * lib/nanosleep.c: Include timespec.h first, for interface check.
2599         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
2600         now assume the sys_time module.
2601         * lib/tempname.c: Likewise.
2602         * lib/timespec.h: Likewise.
2603         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
2604         needed.
2605         * lib/strftime.c: Likewise.
2606         * lib/timespec.h: Likewise.
2607         * lib/posixtm.c: Include posixtm.h first, for interface check.
2608         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
2609         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
2610         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
2611         * lib/sys_time_.h: New file.
2612         * lib/timespec.h (struct timespec): Use long int, not long.
2613         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
2614         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
2615         Remove obsolescent call to AC_HEADER_TIME.
2616         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
2617         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
2618         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
2619         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
2620         Likewise.
2621         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
2622         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
2623         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
2624         into the sys_time module.  Check for gettimeofday just once.
2625         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
2626         for gettimeofday signature to just check the signature.  Merely
2627         compile it, since linking doesn't test signature.  Improve test for
2628         whether gettimeofday.o is actually needed.
2629         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
2630         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
2631         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
2632         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2633         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
2634         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
2635         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
2636         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
2637         than worrying about sys/time.h.
2638         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
2639         Don't bother worrying about TIME_WITH_SYS_TIME.
2640         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
2641         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
2642         * m4/sys_time_h.m4: New file.
2643         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
2644         Don't include sys/time.h.  Return from main rather than exiting.
2645         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
2646         all uses changed.
2647         * modules/gethrxtime (Depends-on): Add sys_time.
2648         * modules/gettime (Depends-on): Likewise.
2649         * modules/gettimeofday (Depends-on): Likewise.
2650         * modules/nanosleep (Depends-on): Likewise.
2651         * modules/settime (Depends-on): Likewise.
2652         * modules/tempname (Depends-on): Likewise.
2653         * modules/utimens (Depends-on): Likewise.
2654         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
2655         (Include:) Change back to <sys/time.h>.
2656         (Maintainer:) Add self.
2657         * modules/sys_time: New file.
2658         * modules/tempname (Depends-on): Add gettimeofday.
2659         * tests/test-gettimeofday.c: Include <sys/time.h>
2660         rather than gettimeofday.h.
2661
2662 2007-01-17  Bruno Haible  <bruno@clisp.org>
2663
2664         * gnulib-tool (func_get_license): Revert last patch. Instead, let
2665         the license default to GPL.
2666         (func_create_testdir): Don't complain if a module is LGPL and its
2667         tests module depends on GPLed modules.
2668
2669 2007-01-17  Bruno Haible  <bruno@clisp.org>
2670
2671         * lib/gettimeofday.c (gettimeofday): Add code for the case
2672         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
2673         maximum possible value for tv->tv_usec, rather than the minimum one.
2674
2675 2005-10-08  Martin Lambers  <marlam@marlam.de>
2676 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
2677 2007-01-16  Bruno Haible  <bruno@clisp.org>
2678
2679         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
2680         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
2681         gl_FUNC_GETTIMEOFDAY.
2682         (Include): Add gettimeofday.h.
2683         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
2684         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
2685         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
2686         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
2687         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
2688         * lib/gettimeofday.h: New file.
2689         * lib/gettimeofday.c: Include <sys/timeb.h>.
2690         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
2691         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2692         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
2693         fall back on time().
2694
2695         * tests/test-gettimeofday.c: New file.
2696         * modules/gettimeofday-tests: New file.
2697
2698 2007-01-16  Eric Blake  <ebb9@byu.net>
2699
2700         * modules/fnmatch (Depends-on): Depend on wchar.
2701         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
2702         * m4/fnmatch.m4: Likewise.
2703         * modules/mbchar (Makefile.am): Assume <wchar.h>.
2704         * m4/mbchar.m4: Likewise.
2705         * modules/mbswidth (Depends-on): Depend on wchar.
2706         * lib/mbswidth.c: Assume <wchar.h>.
2707         * m4/mbswidth.m4: Likewise.
2708         * modules/quotearg (Depends-on): Depend on wchar.
2709         * lib/quotearg.c: Assume <wchar.h>.
2710         * m4/quotearg.m4: Likewise.
2711         * modules/regex (Depends-on): Depend on wchar.
2712         * lib/regex_internal.h: Assume <wchar.h>.
2713         * m4/regex.m4: Likewise.
2714         * modules/stdint (Depends-on): Depend on wchar.
2715         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
2716         * m4/stdint.m4: Likewise.
2717         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
2718         * modules/strftime (Depends-on): Depend on wchar.
2719         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
2720         * modules/strtol (Depends-on): Depend on wchar.
2721         * lib/strtol.c: Assume <wchar.h>.
2722         * modules/wcwidth (Depends-on): Depend on wchar.
2723         * lib/wcwidth.h: Assume <wchar.h>.
2724         * m4/wcwidth.m4: Likewise.
2725
2726 2007-01-16  Bruno Haible  <bruno@clisp.org>
2727
2728         * modules/csharpexec-script: New, created from...
2729         * modules/csharpexec: ... this.
2730
2731 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
2732
2733         * modules/javaexec-script: New, created from...
2734         * modules/javaexec: ... this.
2735
2736 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2737
2738         * modules/poll (Dependencies): Add sys_select.
2739
2740 2007-01-15  Jim Meyering  <jim@meyering.net>
2741
2742         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
2743         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
2744         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
2745         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
2746
2747 2007-01-15  Bruno Haible  <bruno@clisp.org>
2748
2749         * modules/striconveh: New file.
2750         * lib/striconveh.h: New file.
2751         * lib/striconveh.c: New file.
2752         * MODULES.html.sh (Internationalization functions): Add striconveh.
2753
2754         * modules/striconveh-tests: New file.
2755         * tests/test-striconveh.c: New file.
2756
2757 2007-01-15  Bruno Haible  <bruno@clisp.org>
2758
2759         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
2760         not from GNU libiconv or GNU libc.
2761
2762 2007-01-15  Bruno Haible  <bruno@clisp.org>
2763
2764         * doc/gnulib-intro.texi (Copyright): Explain the different license
2765         terms for module descriptions, autoconf macros, tests, documentation.
2766
2767 2007-01-14  Bruno Haible  <bruno@clisp.org>
2768
2769         * modules/striconv-tests: New file.
2770         * tests/test-striconv.c: New file.
2771
2772 2007-01-14  Bruno Haible  <bruno@clisp.org>
2773
2774         * modules/iconv-tests: New file.
2775         * tests/test-iconv.c: New file.
2776
2777 2007-01-14  Bruno Haible  <bruno@clisp.org>
2778
2779         * gnulib-tool (func_get_license): For test modules, use the license of
2780         the main module.
2781
2782 2007-01-14  Bruno Haible  <bruno@clisp.org>
2783
2784         * modules/iconv (Include): Clarify that <iconv.h> can only be included
2785         if iconv is found to exist.
2786
2787 2007-01-14  Bruno Haible  <bruno@clisp.org>
2788
2789         * modules/c-ctype-tests: New file.
2790         * tests/test-c-ctype.c: New file.
2791
2792 2007-01-14  Bruno Haible  <bruno@clisp.org>
2793
2794         * modules/binary-io-tests: New file.
2795         * tests/test-binary-io.sh: New file.
2796         * tests/test-binary-io.c: New file.
2797
2798 2007-01-14  Bruno Haible  <bruno@clisp.org>
2799
2800         * modules/array-oset-tests: New file.
2801         * tests/test-array_oset.c: New file.
2802
2803 2007-01-14  Bruno Haible  <bruno@clisp.org>
2804
2805         * modules/array-list-tests: New file.
2806         * tests/test-array_list.c: New file.
2807
2808 2007-01-14  Bruno Haible  <bruno@clisp.org>
2809
2810         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
2811         and make.
2812         Reported by Simon Josefsson in
2813         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
2814
2815 2007-01-14  Bruno Haible  <bruno@clisp.org>
2816
2817         * modules/allocsa-tests: New file.
2818         * tests/test-allocsa.c: New file.
2819
2820 2007-01-14  Bruno Haible  <bruno@clisp.org>
2821
2822         * modules/fchdir (Depends-on): Add absolute-header.
2823         * modules/unistd (Depends-on): Likewise.
2824
2825 2006-12-30  Bruno Haible  <bruno@clisp.org>
2826
2827         * modules/fchdir: New file.
2828         * modules/unistd (Files): Add lib/unistd_.h.
2829         (Makefile.am): Generate unistd.h from unistd_.h.
2830         * lib/fchdir.c: New file.
2831         * lib/dirent_.h: New file.
2832         * lib/unistd_.h: New file.
2833         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
2834         * m4/fchdir.m4: New file.
2835         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
2836         (gl_HEADER_UNISTD): Invoke it.
2837         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
2838         function.
2839         * lib/backupfile.c (opendir, closedir): Undefine.
2840         * lib/chown.c (open, close): Undefine.
2841         * lib/clean-temp.c (open, close): Undefine.
2842         * lib/copy-file.c (open, close): Undefine.
2843         * lib/execute.c (open, close): Undefine.
2844         * lib/fsusage.c (open, close): Undefine.
2845         * lib/gc-gnulib.c (open, close): Undefine.
2846         * lib/getcwd.c (opendir, closedir): Undefine.
2847         * lib/glob.c (opendir, closedir): Undefine.
2848         * lib/javacomp.c (open, close): Undefine.
2849         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
2850         * lib/openat-proc.c (open, close): Undefine.
2851         * lib/pagealign_alloc.c (open, close): Undefine.
2852         * lib/pipe.c (open, close): Undefine.
2853         * lib/progreloc.c (open, close): Undefine.
2854         * lib/savedir.c (opendir, closedir): Undefine.
2855         * lib/utime.c (open, close): Undefine.
2856         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
2857
2858 2007-01-10  Bruno Haible  <bruno@clisp.org>
2859
2860         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
2861
2862 2007-01-12  Eric Blake  <ebb9@byu.net>
2863
2864         Provide a robust <wchar.h>.  Further simplifications are now
2865         possible in other modules, but not included here.
2866         * modules/wchar: New module.
2867         * m4/wchar.m4: New file.
2868         * lib/wchar_.h: Likewise.
2869         * modules/mbchar (Depends-on): Depend on wchar, as the first use
2870         of the new module.
2871         * MODULES.html.sh (Extended multibyte and wide character utilities):
2872         New section.
2873
2874 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
2875
2876         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
2877         to a reasonable default for memory allocation.
2878         (xreadlink): Don't allocate a huge buffer, to work around a buggy
2879         file system that reports garbage st_size values for symlinks.
2880         Problem reported by Liyang Hu.
2881
2882 2007-01-11  Simon Josefsson  <simon@josefsson.org>
2883
2884         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
2885         Emacs .#* auto-save files).
2886
2887 2007-01-11  Bruno Haible  <bruno@clisp.org>
2888
2889         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
2890         directory.
2891
2892 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
2893
2894         Use @...@ consistently in lib/wctype_.h.
2895         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
2896         on it being set to 1 or 0.
2897         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
2898         go back to AC_SUBSTing it.
2899         * modules/wctype (Makefile.am): Undo previous change.
2900
2901 2007-01-10  Eric Blake  <ebb9@byu.net>
2902
2903         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
2904         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
2905         * modules/wctype (Makefile.am): Likewise.
2906         Reported by Chris McGuire.
2907
2908 2007-01-10  Jim Meyering  <jim@meyering.net>
2909
2910         fts.c: a small readability/maintainability improvement
2911         * lib/fts.c (fts_read): Make this code slightly more readable and
2912         maintainable by hoisting the "sp->fts_cur = p" assignments to
2913         immediately follow the statements that set P.  Derived from
2914         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
2915
2916 2007-01-10  Eric Blake  <ebb9@byu.net>
2917
2918         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
2919         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
2920         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
2921         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
2922         Reported by Chris McGuire.
2923
2924 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2925
2926         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
2927         in sed script.
2928
2929 2007-01-09  Bruno Haible  <bruno@clisp.org>
2930
2931         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
2932         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
2933         variables.
2934         (func_module): Use them.
2935
2936 2007-01-09  Bruno Haible  <bruno@clisp.org>
2937
2938         * modules/unistr/base: New file.
2939         * lib/unistr.h: New file.
2940
2941         * modules/unistr/u8-to-u16: New file.
2942         * lib/unistr/u8-to-u16.c: New file.
2943
2944         * modules/unistr/u8-to-u32: New file.
2945         * lib/unistr/u8-to-u32.c: New file.
2946
2947         * modules/unistr/u16-to-u8: New file.
2948         * lib/unistr/u16-to-u8.c: New file.
2949
2950         * modules/unistr/u16-to-u32: New file.
2951         * lib/unistr/u16-to-u32.c: New file.
2952
2953         * modules/unistr/u32-to-u8: New file.
2954         * lib/unistr/u32-to-u8.c: New file.
2955
2956         * modules/unistr/u32-to-u16: New file.
2957         * lib/unistr/u32-to-u16.c: New file.
2958
2959         * modules/unistr/u8-check: New file.
2960         * modules/unistr/u16-check: New file.
2961         * modules/unistr/u32-check: New file.
2962         * lib/unistr/u8-check.c: New file.
2963         * lib/unistr/u16-check.c: New file.
2964         * lib/unistr/u32-check.c: New file.
2965
2966         * modules/unistr/u8-chr: New file.
2967         * modules/unistr/u16-chr: New file.
2968         * modules/unistr/u32-chr: New file.
2969         * lib/unistr/u8-chr.c: New file.
2970         * lib/unistr/u16-chr.c: New file.
2971         * lib/unistr/u32-chr.c: New file.
2972
2973         * modules/unistr/u8-cmp: New file.
2974         * modules/unistr/u16-cmp: New file.
2975         * modules/unistr/u32-cmp: New file.
2976         * lib/unistr/u8-cmp.c: New file.
2977         * lib/unistr/u16-cmp.c: New file.
2978         * lib/unistr/u32-cmp.c: New file.
2979
2980         * modules/unistr/u8-cpy: New file.
2981         * modules/unistr/u16-cpy: New file.
2982         * modules/unistr/u32-cpy: New file.
2983         * lib/unistr/u8-cpy.c: New file.
2984         * lib/unistr/u16-cpy.c: New file.
2985         * lib/unistr/u32-cpy.c: New file.
2986         * lib/unistr/u-cpy.h: New file.
2987
2988         * modules/unistr/u8-cpy-alloc: New file.
2989         * modules/unistr/u16-cpy-alloc: New file.
2990         * modules/unistr/u32-cpy-alloc: New file.
2991         * lib/unistr/u8-cpy-alloc.c: New file.
2992         * lib/unistr/u16-cpy-alloc.c: New file.
2993         * lib/unistr/u32-cpy-alloc.c: New file.
2994         * lib/unistr/u-cpy-alloc.h: New file.
2995
2996         * modules/unistr/u8-endswith: New file.
2997         * modules/unistr/u16-endswith: New file.
2998         * modules/unistr/u32-endswith: New file.
2999         * lib/unistr/u8-endswith.c: New file.
3000         * lib/unistr/u16-endswith.c: New file.
3001         * lib/unistr/u32-endswith.c: New file.
3002         * lib/unistr/u-endswith.h: New file.
3003
3004         * modules/unistr/u8-mblen: New file.
3005         * modules/unistr/u16-mblen: New file.
3006         * modules/unistr/u32-mblen: New file.
3007         * lib/unistr/u8-mblen.c: New file.
3008         * lib/unistr/u16-mblen.c: New file.
3009         * lib/unistr/u32-mblen.c: New file.
3010
3011         * modules/unistr/u8-mbtouc: New file.
3012         * modules/unistr/u16-mbtouc: New file.
3013         * modules/unistr/u32-mbtouc: New file.
3014         * lib/unistr/u8-mbtouc.c: New file.
3015         * lib/unistr/u16-mbtouc.c: New file.
3016         * lib/unistr/u32-mbtouc.c: New file.
3017
3018         * modules/unistr/u8-mbtouc-safe: New file.
3019         * modules/unistr/u16-mbtouc-safe: New file.
3020         * modules/unistr/u32-mbtouc-safe: New file.
3021         * lib/unistr/u8-mbtouc-safe.c: New file.
3022         * lib/unistr/u16-mbtouc-safe.c: New file.
3023         * lib/unistr/u32-mbtouc-safe.c: New file.
3024
3025         * modules/unistr/u8-move: New file.
3026         * modules/unistr/u16-move: New file.
3027         * modules/unistr/u32-move: New file.
3028         * lib/unistr/u8-move.c: New file.
3029         * lib/unistr/u16-move.c: New file.
3030         * lib/unistr/u32-move.c: New file.
3031         * lib/unistr/u-move.h: New file.
3032
3033         * modules/unistr/u8-next: New file.
3034         * modules/unistr/u16-next: New file.
3035         * modules/unistr/u32-next: New file.
3036         * lib/unistr/u8-next.c: New file.
3037         * lib/unistr/u16-next.c: New file.
3038         * lib/unistr/u32-next.c: New file.
3039
3040         * modules/unistr/u8-prev: New file.
3041         * modules/unistr/u16-prev: New file.
3042         * modules/unistr/u32-prev: New file.
3043         * lib/unistr/u8-prev.c: New file.
3044         * lib/unistr/u16-prev.c: New file.
3045         * lib/unistr/u32-prev.c: New file.
3046
3047         * modules/unistr/u8-set: New file.
3048         * modules/unistr/u16-set: New file.
3049         * modules/unistr/u32-set: New file.
3050         * lib/unistr/u8-set.c: New file.
3051         * lib/unistr/u16-set.c: New file.
3052         * lib/unistr/u32-set.c: New file.
3053         * lib/unistr/u-set.h: New file.
3054
3055         * modules/unistr/u8-startswith: New file.
3056         * modules/unistr/u16-startswith: New file.
3057         * modules/unistr/u32-startswith: New file.
3058         * lib/unistr/u8-startswith.c: New file.
3059         * lib/unistr/u16-startswith.c: New file.
3060         * lib/unistr/u32-startswith.c: New file.
3061         * lib/unistr/u-startswith.h: New file.
3062
3063         * modules/unistr/u8-stpcpy: New file.
3064         * modules/unistr/u16-stpcpy: New file.
3065         * modules/unistr/u32-stpcpy: New file.
3066         * lib/unistr/u8-stpcpy.c: New file.
3067         * lib/unistr/u16-stpcpy.c: New file.
3068         * lib/unistr/u32-stpcpy.c: New file.
3069         * lib/unistr/u-stpcpy.h: New file.
3070
3071         * modules/unistr/u8-stpncpy: New file.
3072         * modules/unistr/u16-stpncpy: New file.
3073         * modules/unistr/u32-stpncpy: New file.
3074         * lib/unistr/u8-stpncpy.c: New file.
3075         * lib/unistr/u16-stpncpy.c: New file.
3076         * lib/unistr/u32-stpncpy.c: New file.
3077         * lib/unistr/u-stpncpy.h: New file.
3078
3079         * modules/unistr/u8-strcat: New file.
3080         * modules/unistr/u16-strcat: New file.
3081         * modules/unistr/u32-strcat: New file.
3082         * lib/unistr/u8-strcat.c: New file.
3083         * lib/unistr/u16-strcat.c: New file.
3084         * lib/unistr/u32-strcat.c: New file.
3085         * lib/unistr/u-strcat.h: New file.
3086
3087         * modules/unistr/u8-strchr: New file.
3088         * modules/unistr/u16-strchr: New file.
3089         * modules/unistr/u32-strchr: New file.
3090         * lib/unistr/u8-strchr.c: New file.
3091         * lib/unistr/u16-strchr.c: New file.
3092         * lib/unistr/u32-strchr.c: New file.
3093
3094         * modules/unistr/u8-strcmp: New file.
3095         * modules/unistr/u16-strcmp: New file.
3096         * modules/unistr/u32-strcmp: New file.
3097         * lib/unistr/u8-strcmp.c: New file.
3098         * lib/unistr/u16-strcmp.c: New file.
3099         * lib/unistr/u32-strcmp.c: New file.
3100
3101         * modules/unistr/u8-strcpy: New file.
3102         * modules/unistr/u16-strcpy: New file.
3103         * modules/unistr/u32-strcpy: New file.
3104         * lib/unistr/u8-strcpy.c: New file.
3105         * lib/unistr/u16-strcpy.c: New file.
3106         * lib/unistr/u32-strcpy.c: New file.
3107         * lib/unistr/u-strcpy.h: New file.
3108
3109         * modules/unistr/u8-strcspn: New file.
3110         * modules/unistr/u16-strcspn: New file.
3111         * modules/unistr/u32-strcspn: New file.
3112         * lib/unistr/u8-strcspn.c: New file.
3113         * lib/unistr/u16-strcspn.c: New file.
3114         * lib/unistr/u32-strcspn.c: New file.
3115         * lib/unistr/u-strcspn.h: New file.
3116
3117         * modules/unistr/u8-strdup: New file.
3118         * modules/unistr/u16-strdup: New file.
3119         * modules/unistr/u32-strdup: New file.
3120         * lib/unistr/u8-strdup.c: New file.
3121         * lib/unistr/u16-strdup.c: New file.
3122         * lib/unistr/u32-strdup.c: New file.
3123         * lib/unistr/u-strdup.h: New file.
3124
3125         * modules/unistr/u8-strlen: New file.
3126         * modules/unistr/u16-strlen: New file.
3127         * modules/unistr/u32-strlen: New file.
3128         * lib/unistr/u8-strlen.c: New file.
3129         * lib/unistr/u16-strlen.c: New file.
3130         * lib/unistr/u32-strlen.c: New file.
3131         * lib/unistr/u-strlen.h: New file.
3132
3133         * modules/unistr/u8-strmblen: New file.
3134         * modules/unistr/u16-strmblen: New file.
3135         * modules/unistr/u32-strmblen: New file.
3136         * lib/unistr/u8-strmblen.c: New file.
3137         * lib/unistr/u16-strmblen.c: New file.
3138         * lib/unistr/u32-strmblen.c: New file.
3139
3140         * modules/unistr/u8-strmbtouc: New file.
3141         * modules/unistr/u16-strmbtouc: New file.
3142         * modules/unistr/u32-strmbtouc: New file.
3143         * lib/unistr/u8-strmbtouc.c: New file.
3144         * lib/unistr/u16-strmbtouc.c: New file.
3145         * lib/unistr/u32-strmbtouc.c: New file.
3146
3147         * modules/unistr/u8-strncat: New file.
3148         * modules/unistr/u16-strncat: New file.
3149         * modules/unistr/u32-strncat: New file.
3150         * lib/unistr/u8-strncat.c: New file.
3151         * lib/unistr/u16-strncat.c: New file.
3152         * lib/unistr/u32-strncat.c: New file.
3153         * lib/unistr/u-strncat.h: New file.
3154
3155         * modules/unistr/u8-strncmp: New file.
3156         * modules/unistr/u16-strncmp: New file.
3157         * modules/unistr/u32-strncmp: New file.
3158         * lib/unistr/u8-strncmp.c: New file.
3159         * lib/unistr/u16-strncmp.c: New file.
3160         * lib/unistr/u32-strncmp.c: New file.
3161
3162         * modules/unistr/u8-strncpy: New file.
3163         * modules/unistr/u16-strncpy: New file.
3164         * modules/unistr/u32-strncpy: New file.
3165         * lib/unistr/u8-strncpy.c: New file.
3166         * lib/unistr/u16-strncpy.c: New file.
3167         * lib/unistr/u32-strncpy.c: New file.
3168         * lib/unistr/u-strncpy.h: New file.
3169
3170         * modules/unistr/u8-strnlen: New file.
3171         * modules/unistr/u16-strnlen: New file.
3172         * modules/unistr/u32-strnlen: New file.
3173         * lib/unistr/u8-strnlen.c: New file.
3174         * lib/unistr/u16-strnlen.c: New file.
3175         * lib/unistr/u32-strnlen.c: New file.
3176         * lib/unistr/u-strnlen.h: New file.
3177
3178         * modules/unistr/u8-strpbrk: New file.
3179         * modules/unistr/u16-strpbrk: New file.
3180         * modules/unistr/u32-strpbrk: New file.
3181         * lib/unistr/u8-strpbrk.c: New file.
3182         * lib/unistr/u16-strpbrk.c: New file.
3183         * lib/unistr/u32-strpbrk.c: New file.
3184         * lib/unistr/u-strpbrk.h: New file.
3185
3186         * modules/unistr/u8-strrchr: New file.
3187         * modules/unistr/u16-strrchr: New file.
3188         * modules/unistr/u32-strrchr: New file.
3189         * lib/unistr/u8-strrchr.c: New file.
3190         * lib/unistr/u16-strrchr.c: New file.
3191         * lib/unistr/u32-strrchr.c: New file.
3192
3193         * modules/unistr/u8-strspn: New file.
3194         * modules/unistr/u16-strspn: New file.
3195         * modules/unistr/u32-strspn: New file.
3196         * lib/unistr/u8-strspn.c: New file.
3197         * lib/unistr/u16-strspn.c: New file.
3198         * lib/unistr/u32-strspn.c: New file.
3199         * lib/unistr/u-strspn.h: New file.
3200
3201         * modules/unistr/u8-strstr: New file.
3202         * modules/unistr/u16-strstr: New file.
3203         * modules/unistr/u32-strstr: New file.
3204         * lib/unistr/u8-strstr.c: New file.
3205         * lib/unistr/u16-strstr.c: New file.
3206         * lib/unistr/u32-strstr.c: New file.
3207         * lib/unistr/u-strstr.h: New file.
3208
3209         * modules/unistr/u8-strtok: New file.
3210         * modules/unistr/u16-strtok: New file.
3211         * modules/unistr/u32-strtok: New file.
3212         * lib/unistr/u8-strtok.c: New file.
3213         * lib/unistr/u16-strtok.c: New file.
3214         * lib/unistr/u32-strtok.c: New file.
3215         * lib/unistr/u-strtok.h: New file.
3216
3217         * modules/unistr/u8-uctomb: New file.
3218         * modules/unistr/u16-uctomb: New file.
3219         * modules/unistr/u32-uctomb: New file.
3220         * lib/unistr/u8-uctomb.c: New file.
3221         * lib/unistr/u16-uctomb.c: New file.
3222         * lib/unistr/u32-uctomb.c: New file.
3223
3224         * MODULES.html.sh (Unicode string functions): Add the new modules.
3225
3226 2007-01-08  Bruno Haible  <bruno@clisp.org>
3227
3228         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
3229         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
3230         subdirectories.
3231
3232 2007-01-08  Karl Berry  <karl@gnu.org>
3233
3234         * doc/error.texi: mention that main() fns must set program_name
3235         when progname is used.
3236
3237 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
3238
3239         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
3240         WCTYPE_H is empty, for the benefit of builds from non-distclean
3241         directories.  Problem reported by Eric Blake in
3242         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
3243
3244 2007-01-08  Bruno Haible  <bruno@clisp.org>
3245
3246         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
3247         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
3248         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
3249         PROVIDE_CANONICALIZE_FILENAME_MODE.
3250         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
3251
3252 2007-01-08  Bruno Haible  <bruno@clisp.org>
3253
3254         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
3255         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
3256         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
3257         * lib/fts.c: Likewise.
3258         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
3259
3260 2006-12-25  Bruno Haible  <bruno@clisp.org>
3261
3262         * modules/utf8-ucs4-safe: New file.
3263         * lib/utf8-ucs4-safe.h: New file.
3264         * lib/unistr/utf8-ucs4-safe.c: New file.
3265
3266         * modules/utf16-ucs4-safe: New file.
3267         * lib/utf16-ucs4-safe.h: New file.
3268         * lib/unistr/utf16-ucs4-safe.c: New file.
3269
3270         * MODULES.html.sh (Unicode string functions): Add the new modules.
3271
3272 2007-01-08  Bruno Haible  <bruno@clisp.org>
3273
3274         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
3275         (Depends-on): Add unitypes.
3276         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
3277         (u8_mbtouc_aux): Move out to separate file.
3278         (u8_mbtouc): Use ucs4_t, uint8_t types.
3279         * lib/unistr/utf8-ucs4.c: New file.
3280
3281         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
3282         (Depends-on): Add unitypes.
3283         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
3284         (u16_mbtouc_aux): Move out to separate file.
3285         (u16_mbtouc): Use ucs4_t, uint16_t types.
3286         * lib/unistr/utf16-ucs4.c: New file.
3287
3288         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
3289         (Depends-on): Add unitypes.
3290         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
3291         (u8_uctomb_aux): Move out to separate file.
3292         (u8_uctomb): Use ucs4_t, uint8_t types.
3293         * lib/unistr/ucs4-utf8.c: New file.
3294
3295         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
3296         (Depends-on): Add unitypes.
3297         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
3298         (u16_uctomb_aux): Move out to separate file.
3299         (u16_uctomb): Use ucs4_t, uint16_t types.
3300         * lib/unistr/ucs4-utf16.c: New file.
3301
3302 2006-12-25  Bruno Haible  <bruno@clisp.org>
3303
3304         * modules/unitypes: New file.
3305         * lib/unitypes.h: New file.
3306         * MODULES.html.sh (func_all_modules): New section "Unicode string
3307         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
3308         this section. Add unitypes.
3309
3310 2007-01-08  Bruno Haible  <bruno@clisp.org>
3311
3312         Avoid variable names that conflict with those from libtool.
3313         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
3314         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
3315         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
3316         library_names_spec to acl_library_names_spec, hardcode_* to
3317         acl_hardcode_*.
3318         Reported by Ralf Wildenhues.
3319
3320 2007-01-08  Bruno Haible  <bruno@clisp.org>
3321
3322         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
3323         definition.
3324         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
3325         definition.
3326         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
3327         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
3328         definition.
3329         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
3330         definition.
3331         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
3332         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
3333         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
3334         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
3335         definition.
3336         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
3337         definition.
3338         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
3339         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
3340         GC_USE_<algorithm>.
3341         * lib/gc-libgcrypt.c: Likewise.
3342         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
3343         * modules/gc-arctwo (configure.ac): Likewise.
3344         * modules/gc-des (configure.ac): Likewise.
3345         * modules/gc-hmac-md5 (configure.ac): Likewise.
3346         * modules/gc-hmac-sha1 (configure.ac): Likewise.
3347         * modules/gc-md2 (configure.ac): Likewise.
3348         * modules/gc-md4 (configure.ac): Likewise.
3349         * modules/gc-md5 (configure.ac): Likewise.
3350         * modules/gc-random (configure.ac): Likewise.
3351         * modules/gc-rijndael (configure.ac): Likewise.
3352         * modules/gc-sha1 (configure.ac): Likewise.
3353
3354 2007-01-08  Bruno Haible  <bruno@clisp.org>
3355
3356         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
3357         macro definition.
3358         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
3359         definition.
3360         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
3361         definition.
3362         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
3363         * modules/fcntl-safer (configure.ac): Likewise.
3364         * modules/fopen-safer (configure.ac): Likewise.
3365         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
3366         GNULIB_FWRITEERROR macro definition.
3367
3368 2007-01-08  Bruno Haible  <bruno@clisp.org>
3369
3370         * m4/gnulib-common.m4: New file.
3371         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
3372         (func_get_filelist): Add m4/gnulib-common.m4.
3373
3374 2007-01-08  Bruno Haible  <bruno@clisp.org>
3375
3376         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
3377         command.
3378
3379 2007-01-08  Jim Meyering  <jim@meyering.net>
3380
3381         Use a more robust test for a "can't happen" condition.
3382         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
3383         narrowed the st_size value.  Presuming the "can't happen" condition
3384         is true, that narrowing could conceivably convert an invalid st_size
3385         value into a valid one.  Instead, use a change based on Matthew
3386         Woehlke's original patch.
3387
3388         Slight readability improvement: use an assert-like macro
3389         in place of literal "abort ()" uses.
3390         * lib/fts.c (fts_assert): Define.
3391         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
3392         Use this macro instead of a bare 'abort'.
3393
3394 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
3395
3396         Don't worry about using IRIX 5.3's wctype.h broken definitions;
3397         simply work around them.
3398         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
3399         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
3400         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
3401         declaring.
3402         Don't bother to define as macros, since the standard doesn't require it.
3403         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
3404         longer worry about IRIX 5.3.
3405         (HAVE_WCTYPE_CTMP_BUG): Remove.
3406
3407 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
3408
3409         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
3410         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
3411         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
3412         Problems reported by Georg Schwarz for IRIX 5.3.
3413
3414         * gnulib-tool (autoconf_minversion): Take the maximum version number
3415         found, not the minimum.  Problem reported by James Youngman.
3416
3417 2007-01-03  Karl Berry  <karl@gnu.org>
3418
3419         * doc/error.texi: new file, explaining interaction with progname.
3420         * doc/gnulib.texi: include it.  Update copyright.
3421
3422 2007-01-03  Simon Josefsson  <simon@josefsson.org>
3423
3424         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
3425         AC_CANONICAL_HOST, to improve autobuild outputs.
3426
3427 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
3428             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
3429
3430         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
3431         sockets, server sockets, and other file descriptors.  Count errors
3432         to compute the return value.  Reorder the code a bit to be easier
3433         to follow.  Don't set event bits that were not requested (except
3434         POLLERR and POLLHUP).
3435
3436 2007-01-01  Bruno Haible  <bruno@clisp.org>
3437
3438         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
3439
3440 2007-01-03  Jim Meyering  <jim@meyering.net>
3441
3442         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
3443
3444 2007-01-02  Bruno Haible  <bruno@clisp.org>
3445
3446         * modules/settime (Include): Require timespec.h.
3447         * modules/nanosleep (Include): Likewise.
3448
3449 2007-01-01  Bruno Haible  <bruno@clisp.org>
3450
3451         * gnulib-tool (func_emit_copyright_notice): Bump year.
3452         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
3453
3454 2007-01-01  Bruno Haible  <bruno@clisp.org>
3455
3456         Improve support for OpenBSD.
3457         * build-aux/config.rpath (libname_spec): Export.
3458         (library_names_spec): New variable. Export.
3459         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
3460         library_names_spec from the config.rpath output. Locate shared library
3461         through the name pattern in library_names_spec.
3462
3463 2007-01-01  Eric Blake  <ebb9@byu.net>
3464
3465         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
3466
3467 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
3468
3469         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
3470         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
3471         assume the C locale, and avoid an "eval" that could cause trouble.
3472         Problem with SORT reported by Bob Proulx.
3473
3474         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
3475         Define.  Trivial patch from Henning Nielsen Lund, originally
3476         sent to bug-grep@gnu.org today.
3477
3478 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
3479
3480         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
3481         struct stat.  Problem reported by Henning Nielsen Lund.
3482         * lib/acl.c: Include acl.h first, to check interface.  Don't
3483         bother to include sys/types.h and sys/stat.h again.
3484
3485 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
3486
3487         Import the following change from libc; problem reported by
3488         Sven Verdoolaege.
3489
3490         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
3491
3492         [BZ #1373]
3493         * lib/argp.h: Remove __NTH for __argp_usage inline function.
3494
3495 2006-12-28  Jim Meyering  <jim@meyering.net>
3496
3497         * build-aux/announce-gen: Do not assume that the package
3498         builds any of tar.gz, tar.bz2, and .xdelta files.
3499         Suggestion from Simon Josefsson.
3500
3501 2006-12-28  Simon Josefsson  <simon@josefsson.org>
3502
3503         * modules/announce-gen: New file.
3504
3505 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
3506
3507         * lib/mbchar.h: Just include <wctype.h>; the wctype module
3508         handles its gotchas now.
3509         * lib/mbswidth.c: Likewise.
3510         * lib/wcwidth.h: Likewise.
3511         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
3512         and iswcntrl; the wctype module does this stuff now.
3513         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
3514         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
3515         * modules/mbchar (Depends-on): Add wctype.
3516         * modules/mbswidth (Depends-on): Likewise.
3517         * modules/wcwidth (Depends-on): Likewise.
3518
3519 2006-12-27  Eric Blake  <ebb9@byu.net>
3520
3521         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
3522         module uses more than what <wctype.h> is required to provide.
3523
3524 2006-12-26  Eric Blake  <ebb9@byu.net>
3525
3526         * gnulib-tool (sed_extract_prog): Avoid space-tab.
3527
3528 2006-12-26  Eric Blake  <ebb9@byu.net>
3529
3530         * modules/absolute-header: New module.
3531         * modules/fcntl (Depends-on): Depend on it.
3532         * modules/inttypes (Depends-on): Likewise.
3533         * modules/stdint (Depends-on): Likewise.
3534         * modules/sys_stat (Depends-on): Likewise.
3535         * modules/wctype (Depends-on): Likewise.
3536         * MODULES.html.sh (Support for building libraries and
3537         executables): Document it.
3538
3539 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
3540
3541         * gnulib-tool (SED): Remove, undoing previous change.
3542         The problem was that it broke coreutils on Solaris, because
3543         "sed --posix" leaked into a makefile.
3544         (sed): New alias, if 'alias' and GNU sed.
3545
3546 2006-12-24  Jim Meyering  <jim@meyering.net>
3547
3548         Work around an fchownat bug in glibc-2.4:
3549         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
3550         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
3551         in spite of the -P option.
3552         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
3553         New macros.
3554         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
3555         * modules/openat (Files): Add lib/fchownat.c.
3556         * lib/openat.c (fchownat): Don't define here.  Move to...
3557         * lib/fchownat.c: ...this new file.
3558
3559 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
3560
3561         Fix bug reported by Bruno Haible in
3562         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
3563         where quotearg.c didn't compile on Mac OS X 10.2 because it
3564         lacks <wchar.h> and wint_t.
3565         * lib/wctype_.h (__wctype_wint_t): New type.
3566         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
3567         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
3568         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
3569         Arg is now of type __wctype_wint_t, not wint_t.
3570         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
3571         substitute HAVE_WINT_T.
3572         * modules/wctype (Files): Add m4/wint_t.m4.
3573         (wctype.h): Substitute HAVE_WINT_T.
3574
3575 2006-12-23  Bruno Haible  <bruno@clisp.org>
3576
3577         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
3578
3579 2006-12-23  Bruno Haible  <bruno@clisp.org>
3580
3581         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
3582         S_ISLNK.
3583         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
3584         mingw.
3585
3586 2006-12-22  Bruno Haible  <bruno@clisp.org>
3587
3588         * lib/copy-file.c: Include acl.h.
3589         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
3590         Close the file descriptors only after being done with copy_acl.
3591         * modules/copy-file (Depends-on): Add acl.
3592
3593 2006-12-22  Bruno Haible  <bruno@clisp.org>
3594
3595         * gnulib-tool (SED): New variable.
3596         Use $SED instead of sed everywhere.
3597
3598 2006-12-22  Bruno Haible  <bruno@clisp.org>
3599
3600         * modules/no-c++: New file.
3601         * m4/no-c++.m4: New file.
3602         * MODULES.html.sh (Support for building libraries and executables):
3603         Add no-c++.
3604
3605 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
3606
3607         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
3608         Include <limits.h>, and use its INT_MAX to rewrite the
3609         j loop so that it does not overflow 'int'.  Problem reported by
3610         Ralf Wildenhues in
3611         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
3612         Play it safe by shifting left by 1 rather than multiplying by 2,
3613         as GCC is less likely to optimize this away when the value
3614         is signed (when it assumes overflow leads to undefined behavior).
3615         Also, don't assume time_t uses two's complement.
3616
3617 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
3618
3619         * MODULES.html.sh: New module wctype.
3620         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
3621         * lib/fnmatch.c: Don't bother to include <wchar.h> before
3622         <wctype.h>, since the new wctype module should fix this.
3623         * lib/quotearg.c: Include <wctype.h> unconditionally, since
3624         the wctype module should arrange for it.
3625         * lib/regex_internal.h: Likewise.
3626         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
3627         since the wctype module should handle this now.
3628         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
3629         * modules/fnmatch (Depends-on): Add wctype.
3630         * modules/quotearg (Depends-on): Likewise.
3631         * modules/regex (Depends-on): Likewise.
3632
3633 2006-12-19  Bruno Haible  <bruno@clisp.org>
3634
3635         * lib/strdup.h [C++]: Wrap definitions in extern "C".
3636         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
3637
3638 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3639
3640         * modules/savewd (Depends-on): Fix dependency on fcntl.
3641
3642 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
3643
3644         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
3645         conforms to C99, rather than relying on the user's environment
3646         setting of STDINT_H.
3647
3648 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
3649         and Eric Blake  <ebb9@byu.net>
3650
3651         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
3652         This is more consistent with the other defines here.
3653         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
3654         Port to z/OS.  Problem reported by Paul Gilmartin.
3655         Change local vars to use gl_ prefix rather than ac_.
3656         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
3657         with other defines.
3658         * modules/double-slash-root: New module.
3659         * modules/dirname (Files): Remove m4/double-slash-root.m4.
3660         (Depends-on): Add double-slash-root.
3661         * MODULES.html.sh (File system functions): Mention new module.
3662
3663 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
3664
3665         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
3666         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
3667         This is for the benefit of gzip, which doesn't do i18n.
3668
3669 2006-12-12  Jim Meyering  <jim@meyering.net>
3670
3671         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
3672         Reported by Andreas Schwab <schwab@suse.de>.
3673
3674 2006-12-12  Bruno Haible  <bruno@clisp.org>
3675
3676         Merge these changes.
3677         2006-09-05  Bruno Haible  <bruno@clisp.org>
3678         * lib/iconvme.c (iconv_string): No need to save and restore errno when
3679         iconv_alloc succeeded.
3680         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
3681         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
3682         test for " && dest " at the end - dest is always != NULL there. Call
3683         iconv with 4xNULL arguments initially, to reset the state. Call iconv
3684         with 2xNULL arguments, also to flush the state storage. Handle the
3685         IRIX iconv behaviour. Realloc the final result, to throw away unused
3686         memory.
3687
3688 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
3689
3690         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
3691         and fchmodat unconditionally, since glibc 2.4 has them.
3692         Problem reported by Arkadiusz Miskiewicz.
3693
3694 2006-12-10  Bruno Haible  <bruno@clisp.org>
3695
3696         * gnulib-tool (func_import): Show the include files only for those
3697         modules that are copied and specified.
3698         Reported by Karl Berry.
3699
3700 2006-12-08  Jim Meyering  <jim@meyering.net>
3701
3702         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
3703         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
3704
3705         * build-aux/announce-gen: Add two new options, both optional:
3706         --bootstrap-tools=TOOL_LIST
3707               a comma-separated list of tools, e.g.,
3708               autoconf,automake,bison,gnulib
3709         --gnulib-snapshot-date=DATE
3710               if gnulib is in the bootstrap tool list,
3711               then report this as the snapshot date.
3712               If not specified, use the current date/time.
3713               If you specify a date here, be sure it's UTC.
3714
3715 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3716
3717         * tests/test-argp-2.sh: Fix test to match actual output.
3718         (func_compare): Fix sed script to be portable.
3719
3720 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
3721
3722         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
3723         workaround for this case.  It is not autoconfigured now; offhand
3724         it's hard to see how to autoconfigure it.
3725
3726 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
3727
3728         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
3729         a directory that is about to be chowned.  Such a directory's
3730         initial file permissions should permit the owner only and this
3731         should not be changed until after the chown, since the group and
3732         other bits would be incorrect if they granted permission before
3733         the chown.
3734
3735         Fix porting problem for iswctype reported by Georg Schwarz in:
3736         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
3737         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
3738         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
3739         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
3740         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
3741
3742 2006-12-03  Jim Meyering  <jim@meyering.net>
3743
3744         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
3745         p->fts_statp may not yet be defined.
3746         (fts_read): Instead, set it in the caller, once p->fts_statp is
3747         sure to be defined, and corresponds to a top-level directory.
3748         This bug made du -x fail.  Here's the coreutils test case:
3749         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
3750         Reported by Mike Frysinger.
3751
3752 2006-12-01  Jim Meyering  <jim@meyering.net>
3753
3754         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
3755         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
3756         Reported by Simon Josefsson.
3757
3758 2006-11-30  Jim Meyering  <jim@meyering.net>
3759
3760         * m4/warning.m4: Use the all-permissive copyright notice
3761         recommended by RMS (rather than LGPL).
3762         * m4/vararrays.m4: Likewise.
3763         * m4/flexmember.m4: Likewise.
3764
3765 2006-11-29  Bruno Haible  <bruno@clisp.org>
3766
3767         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
3768         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
3769         using +=.
3770         Reported by Simon Josefsson <simon@josefsson.org>.
3771
3772 2006-11-28  James Youngman <jay@gnu.org>
3773
3774         * README: Advise users that they might find the bug-gnulib@gnu.org
3775         and autotools-announce@gnu.org mailing lists useful.
3776
3777 2006-11-28  Bruno Haible  <bruno@clisp.org>
3778
3779         * m4/ptrdiff_max.m4: Remove file.
3780
3781 2006-11-21  Bruno Haible  <bruno@clisp.org>
3782
3783         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
3784         _AC_COMPUTE_INT.
3785         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
3786         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
3787         _AC_COMPUTE_INT.
3788         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
3789         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
3790         _AC_COMPUTE_INT.
3791         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
3792
3793 2006-11-28  Jim Meyering  <jim@meyering.net>
3794
3795         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
3796         warning from "gcc -Wshadow" about shadowing the builtin.
3797
3798 2006-11-27  Bruno Haible  <bruno@clisp.org>
3799
3800         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
3801         _AC_COMPUTE_INT.
3802         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
3803
3804 2006-11-27  Bruno Haible  <bruno@clisp.org>
3805             Paul Eggert  <eggert@cs.ucla.edu>
3806
3807         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
3808
3809 2006-11-26  Bruno Haible  <bruno@clisp.org>
3810
3811         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
3812         noinst_LTLIBRARIES.
3813
3814 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
3815             Bruno Haible  <bruno@clisp.org>
3816
3817         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
3818         if compiling with "gcc -ansi".
3819
3820 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
3821
3822         Fix some incompatibilities with gcc -ansi -pedantic.
3823         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
3824         if compiling pedantically with GCC, unless it's C99 or later.
3825         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
3826         it mishandles gcc -ansi -pedantic as well.
3827         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
3828         if gcc -pedantic.
3829         * lib/regexec.c (check_node_accept_bytes): Don't use auto
3830         initializers for struct if -pedantic, unless it's C99 or later.
3831
3832 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
3833
3834         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
3835         Don't close an fd more than once. Identical atimes indicate
3836         success, not failure.
3837
3838 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
3839
3840         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
3841
3842 2006-11-23  Jim Meyering  <jim@meyering.net>
3843
3844         * build-aux/announce-gen: New file.  From coreutils.
3845
3846 2006-11-22  Jim Meyering  <jim@meyering.net>
3847
3848         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
3849         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
3850         (fts_read): Use a temporary to narrow the overused st_size member
3851         before using it in a switch statement.  Reported by Matthew Woehlke.
3852
3853         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
3854         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
3855
3856 2006-11-20  Bruno Haible  <bruno@clisp.org>
3857
3858         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
3859         changequote instead of pairs of brackets.
3860         Reported by Andreas Schwab <schwab@suse.de>.
3861
3862 2006-11-21  Jim Meyering  <jim@meyering.net>
3863
3864         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
3865         so as to remain compatible with older compilers.
3866         Patch from Michael Deutschmann.
3867
3868 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3869
3870         * MODULES.html.sh (File system functions): Add openat.
3871
3872         * lib/openat.h (rpl_fstatat): New macro, if
3873         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
3874         (fstatat): Define to rpl_fstatat under the same conditions,
3875         unless COMPILING_FSTATAT.
3876         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
3877         seems to have the bug.
3878         * lib/fstatat.c: New file.
3879         * modules/openat (Files): Add it.
3880
3881 2006-11-20  Bruno Haible  <bruno@clisp.org>
3882
3883         * Makefile: New file.
3884
3885 2006-11-20  Jim Meyering  <jim@meyering.net>
3886
3887         The beginnings of syntax-related checks for gnulib.
3888         * lib/Makefile: New file.
3889         * lib/t-idcache: New script.  Ensure that the two halves of
3890         idcache.c stay in sync.
3891
3892         * lib/idcache.c: Adjust comments in user- and group- portions to
3893         be more accurate, and to be consistent with one another.
3894
3895 2006-11-20  Jim Meyering  <jim@meyering.net>
3896
3897         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
3898         continue using the flexible array member (thus, this module performs
3899         half as many malloc calls), with the addition that...
3900         (getgroup, getuser): Consistently record a non-match via an empty
3901         "name" string, and map an empty string match to a NULL return value.
3902         * modules/idcache (Depends-on): Re-add flexmember.
3903
3904         * lib/idcache.c (getuser): Remove all uses of the register keyword.
3905         (getuidbyname, getgroup, getgidbyname): Likewise.
3906
3907         Use cleaner syntax: NULL rather than 0.
3908         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
3909
3910 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3911
3912         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
3913         It mishandled the case where the group was missing.
3914         Problem reported by Greg Schafer.
3915         * modules/idcache: Likewise.
3916
3917 2006-11-18  Jim Meyering  <jim@meyering.net>
3918
3919         * check-module (%exempt_header): Add exception for some
3920         conditionally-included headers.
3921
3922         * modules/i-ring (Depends-on): Add verify.
3923         (License): Change to LGPL.
3924
3925 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
3926
3927         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
3928         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
3929         and inttostr.h.  Use snprintf rather than uinttostr, so that
3930         LGPLed code doesn't depend on GPLed.
3931
3932 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
3933
3934         * modules/inline (License): Change from GPL to LGPL.
3935
3936 2006-11-17  Jim Meyering  <jim@meyering.net>
3937
3938         * modules/d-type (License): Switch to LGPL.
3939
3940 2006-11-15  Bruno Haible  <bruno@clisp.org>
3941
3942         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
3943
3944 2006-11-15  Eric Blake  <ebb9@byu.net>
3945
3946         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
3947         the module dependency.
3948
3949 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3950             Bruno Haible  <bruno@clisp.org>
3951
3952         * gnulib-tool (func_create_testdir): Add license consistency check.
3953
3954 2006-11-15  Eric Blake  <ebb9@byu.net>
3955
3956         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
3957         random "(cached)" in configure output.
3958
3959 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3960
3961         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
3962         test for conforming inttypes.h is both announced and cached.
3963
3964         * MODULES.html.sh (seen_modules, seen_files): New variables.
3965         (func_module): Rewrite to use a few less gnulib-tool and sed
3966         invocations.  Avoid a couple of quadratic algorithms for ...
3967         (missed_modules, missed_files): ... these, with ...
3968         (func_append, func_tmpdir): ... these new functions, from
3969         gnulib-tool.  Analogously, install traps for cleanup.
3970
3971         * tests/test-gc.c (main): Remove unused variables.
3972         * tests/test-read-file.c: Include stdlib.h, for 'free'.
3973
3974 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
3975
3976         * modules/inttostr (License): Change to LGPL.
3977
3978 2006-11-14  Eric Blake  <ebb9@byu.net>
3979
3980         * modules/tempname (License): Change to LGPL.
3981
3982 2006-11-14  Eric Blake  <ebb9@byu.net>
3983
3984         * doc/functions.texi (Function Portability): *printf functions on
3985         Cygwin now understand all POSIX size specifiers.
3986
3987 2006-11-14  Bruno Haible  <bruno@clisp.org>
3988
3989         * modules/c-ctype (License): Change to LGPL.
3990
3991 2006-11-12  Bruno Haible  <bruno@clisp.org>
3992
3993         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
3994         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
3995         for GNOME libraries, for which the include files are installed in
3996         subdirectories of $prefix/include.
3997
3998 2006-11-12  Bruno Haible  <bruno@clisp.org>
3999
4000         * m4/lib-link.m4: Require at least autoconf-2.54.
4001         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
4002         name to underscores for the --with option.
4003
4004 2006-11-13  Bruno Haible  <bruno@clisp.org>
4005
4006         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
4007         the tests directory.
4008         Reported by Ralf Wildenhues.
4009
4010 2006-11-13  Bruno Haible  <bruno@clisp.org>
4011
4012         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
4013         (func_emit_initmacro_end): Undo the override here.
4014         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
4015         Works around the famous automake error in coreutils.
4016
4017 2006-11-13  Eric Blake  <ebb9@byu.net>
4018
4019         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
4020         element, not its node.
4021
4022 2006-11-12  Bruno Haible  <bruno@clisp.org>
4023
4024         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
4025         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
4026
4027 2006-11-12  Bruno Haible  <bruno@clisp.org>
4028
4029         * gnulib-tool: New option --local-symlink.
4030         (func_usage): Document it.
4031         (lsymbolic): New variable.
4032         (func_import, func_create_testdir): If --symlink was not specified,
4033         test whether --local-symlink was specified and the file comes from
4034         the local_gnulib_dir.
4035
4036 2006-11-12  Bruno Haible  <bruno@clisp.org>
4037
4038         * gnulib-tool (func_ln): New function.
4039         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
4040
4041 2006-11-12  Bruno Haible  <bruno@clisp.org>
4042
4043         Finish support for source files in subdirectories.
4044         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
4045         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
4046         AUTOMAKE_OPTIONS.
4047         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
4048
4049 2006-11-12  Bruno Haible  <bruno@clisp.org>
4050
4051         * gnulib-tool (func_get_automake_snippet): Synthesize also an
4052         EXTRA_lib_SOURCES augmentation.
4053         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
4054
4055 2006-11-12  Jim Meyering  <jim@meyering.net>
4056
4057         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
4058         file descriptors.  This also averts a failure on systems with
4059         native openat support when a traversed directory lacks "x" access.
4060         * lib/fts_.h: Include "i-ring.h"
4061         (struct FTS) [fts_fd_ring]: New member.
4062         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
4063         (FCHDIR): Add parentheses.
4064         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
4065         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
4066         When descending, rather than simply closing the previous
4067         fts_cwd_fd value, push that file descriptor onto the ring.
4068         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
4069         (fts_open): Initialize the new fd_ring member.
4070         (fts_close): Clear the ring.
4071         (fts_safe_changedir): When possible, use our new fd_ring to skip
4072         the diropen and fstat and dev/ino comparison that would normally
4073         accompany a virtual `chdir ("..")'.
4074
4075         * modules/fts (Depends-on): Add i-ring.
4076         * modules/i-ring: New module.
4077         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
4078         * m4/i-ring.m4: New file.
4079
4080 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4081
4082         * gnulib-tool (func_create_testdir): Fix replacement of
4083         `build-aux' in configure.ac.  Run autotools in gltests
4084         subdirectory.
4085         (func_create_testdir, func_create_megatestdir, test): There is
4086         no need for '--force' in most autotool invocations in a new
4087         tree.  Actually fail the whole test if any of the tools, or the
4088         configure or make stages fail.
4089
4090         Sync from Automake.
4091         * build-aux/gnupload: Revert last change.  Add pointer to upload
4092         instructions of the GNU Maintenance Instructions.
4093         Suggestion by Karl Berry.
4094
4095 2006-11-10  Jim Meyering  <jim@meyering.net>
4096
4097         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
4098
4099 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
4100
4101         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
4102         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
4103         (bind_textdomain_codeset) [! ENABLE_NLS]:
4104         Evaluate all the arguments.  That way, callers get compatible behavior
4105         if the arguments have side effects.  Also, it avoids some GCC
4106         diagnostics in some cases; Joel E. Denny reported problems when Bison
4107         was configured with --enable-gcc-warnigs.
4108
4109 2006-11-10  Jim Meyering  <jim@meyering.net>
4110
4111         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
4112         relevant options in CFLAGS (like -O, -fno-inline) are taken into
4113         account.
4114
4115 2006-11-10  Jim Meyering  <jim@meyering.net>
4116
4117         * modules/inline: New file/module.
4118         * modules/xalloc (Files): Remove m4/inline.m4.
4119         (Depends-on): Add inline, instead.
4120         * modules/oset: Likewise.
4121         * modules/list: Likewise.
4122
4123 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
4124
4125         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
4126         Problem reported by Matthew Woehlke.
4127
4128 2006-11-09  Bruno Haible  <bruno@clisp.org>
4129
4130         * lib/tempname.c (gen_tempname): Remove variant that invokes
4131         __gen_tempname.
4132         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
4133         __gen_tempname.
4134
4135 2006-11-08  Bruno Haible  <bruno@clisp.org>
4136
4137         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
4138         to 'yes' instead of 'cross-compiling'.
4139
4140 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
4141
4142         * lib/quotearg.h (quotearg_free): New decl.
4143         * lib/quotearg.c (quotearg_free): New function.
4144         (slot0, nslots, slotvec0, slotvec):
4145         Now file-scope so that quotearg_free can get at them.
4146
4147 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4148
4149         Sync from Automake.
4150         * build-aux/gnupload: Add missing 'gnu' to example URL.
4151         Report by Karl Berry.
4152
4153 2006-11-08  Bruno Haible  <bruno@clisp.org>
4154
4155         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
4156         Suggested by Paul Eggert.
4157
4158 2006-11-08  Jim Meyering  <jim@meyering.net>
4159
4160         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
4161         It's already included if !_LIBC.
4162         (fts_safe_changedir): Add a comment.
4163
4164 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
4165
4166         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
4167         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
4168         Matthew Woehlke.
4169
4170         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
4171         definitions up, to avoid colliding with change below.
4172         (static_inline) [HAVE_INLINE]: New macro.
4173         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
4174         Provide extern decls when !HAVE_INLINE.  Do not define unless
4175         static_inline is defined, either by us or by xmalloc.c.  Use
4176         static_inline rather than static inline.
4177         (XCALLOC): Optimize sizeof(T) = 1 case.
4178         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
4179
4180 2006-11-07  Bruno Haible  <bruno@clisp.org>
4181
4182         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
4183         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
4184         AC_C_INLINE.
4185         * modules/xalloc (Files): Add m4/inline.m4.
4186
4187 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4188
4189         * README: Fix typo.
4190         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
4191         (Miscellanous Notes): ...from this.
4192
4193 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
4194
4195         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
4196         Mention that offsetof should be used instead of sizeof.
4197         From Bruno Haible.
4198
4199 2006-11-07  Bruno Haible  <bruno@clisp.org>
4200
4201         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
4202
4203 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
4204
4205         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
4206         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
4207         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
4208         (gl_tree_add_before, gl_tree_add_after):
4209         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
4210         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
4211         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
4212         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
4213         (gl_linked_add_after, gl_linked_add_at): Likewise.
4214         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
4215         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
4216         (gl_tree_add_before, gl_tree_add_after): Likewise.
4217         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
4218         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
4219         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
4220
4221 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4222
4223         * lib/gl_oset.h: Use C comment style, not C++ comment style.
4224
4225 2006-11-06  Bruno Haible  <bruno@clisp.org>
4226
4227         * m4/inline.m4: New file.
4228         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
4229         * modules/list (Files): Add m4/inline.m4.
4230         * modules/oset (Files): Likewise.
4231
4232 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
4233
4234         * lib/idcache.c: Include <stddef.h>, for offsetof.
4235         (struct userid.name): Change from char * to a flexible array member.
4236         All uses changed.
4237         * modules/idcache (Depends-on): Add flexmember.
4238
4239         * MODULES.html.sh (Core language properties): New module flexmember.
4240         * modules/flexmember, m4/flexmember.m4: New files.
4241
4242         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
4243         inline functions that are identical with the old xnmalloc_inline,
4244         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
4245         that we can avoid some unnecessary integer multiplications and
4246         divisions in the common case where the element size is known at
4247         compile time.
4248         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
4249         needed.
4250         (xnboundedmalloc): Remove.
4251         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
4252         arguments, for consistency with rest of this header.
4253         (xcharalloc): Rewrite using XNMALLOC.
4254         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
4255         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
4256         versions have been moved to lib/xalloc.h and renamed to be the
4257         non-*_inline versions.
4258         (xmalloc, xrealloc): Implement without reference to the xnmalloc
4259         and xnrealloc functions, since those functions are now inline and
4260         now call us.
4261         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
4262         renaming described above.
4263         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
4264         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
4265         captures the dependency in AC_C_INLINE.
4266
4267         New module canonicalize-lgpl, proposed by Charles Wilson in
4268         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
4269         with a few small changes afterwards.
4270         * MODULES.html.sh (File system functions): New module
4271         canonicalize-lgpl.
4272         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
4273         and canonicalize_file_name.
4274         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
4275         * modules/canonicalize-lgpl: New files.
4276
4277 2006-11-05  Bruno Haible  <bruno@clisp.org>
4278
4279         * gnulib-tool (func_import, func_create_testdir): Create directories
4280         also for files in subdirectories of lib/.
4281
4282 2006-11-05  Bruno Haible  <bruno@clisp.org>
4283
4284         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
4285         ANSI C compliant.
4286
4287 2006-11-03  Bruno Haible  <bruno@clisp.org>
4288
4289         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
4290         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
4291         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
4292         (xnboundedmalloc): New inline function.
4293         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
4294         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
4295         xmalloc.
4296         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
4297         xmalloc.
4298         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
4299         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
4300         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
4301         xmalloc.
4302         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
4303         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
4304         xmalloc.
4305         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
4306         gl_tree_add_after): Use XMALLOC instead of xmalloc.
4307         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
4308         xmalloc.
4309         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
4310         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
4311         gl_tree_add_after): Use XMALLOC instead of xmalloc.
4312         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
4313         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
4314         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
4315         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
4316
4317 2006-11-03  Bruno Haible  <bruno@clisp.org>
4318
4319         * lib/c-ctype.h [C++]: Define functions without name mangling.
4320         * lib/fwriteerror.h [C++]: Likewise.
4321         * lib/gcd.h [C++]: Likewise.
4322         * lib/linebreak.h [C++]: Likewise.
4323
4324 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
4325
4326         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
4327         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
4328         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
4329         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
4330         Check for functions and headers just once.
4331         Check for declaration of canonicalize_file_name.
4332         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
4333
4334 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
4335
4336         * gnulib-tool (func_import): Fix typo in actioncmd.
4337
4338 2006-11-02  Bruno Haible  <bruno@clisp.org>
4339
4340         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
4341         newline sequence in the Makefile.am snippet as a space, like "make"
4342         does.
4343         Reported by Roger Persson <perrog@gmail.com>.
4344
4345 2006-11-01  Bruno Haible  <bruno@clisp.org>
4346
4347         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
4348         already declared in <string.h>.
4349         * lib/strcase.h (strncasecmp): Don't declare it if yes.
4350
4351 2006-11-01  Bruno Haible  <bruno@clisp.org>
4352
4353         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
4354         * lib/strcase.h: Include <string.h>.
4355         (strcasecmp): Define to rpl_strcasecmp here.
4356
4357 2006-11-01  Bruno Haible  <bruno@clisp.org>
4358
4359         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
4360
4361 2006-11-01  Eric Blake  <ebb9@byu.net>
4362
4363         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
4364
4365         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
4366
4367 2006-10-29  Bruno Haible  <bruno@clisp.org>
4368
4369         Make it compile in C++ mode.
4370         * lib/full-write.c (full_rw): Add a cast.
4371
4372 2006-11-01  Bruno Haible  <bruno@clisp.org>
4373
4374         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
4375         be POSIX compliant.
4376         Reported by Roger Persson <perrog@gmail.com>.
4377
4378 2006-11-01  Eric Blake  <ebb9@byu.net>
4379
4380         * lib/getopt_.h: Fix comments.
4381
4382 2006-10-31  Eric Blake  <ebb9@byu.net>
4383
4384         * modules/tmpdir (Depends-on): Add sys_stat.
4385         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
4386         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
4387         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
4388         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
4389         tempname.
4390
4391 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
4392
4393         Avoid some C++ diagnostics reported by Bruno Haible.
4394         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
4395         xmalloc.
4396         (quotearg_alloc): Use xcharalloc rather than xmalloc.
4397         (struct slotvec): Move to top level.
4398         (quotearg_n_options): Rewrite to avoid xmalloc.
4399         * lib/xalloc.h (xcharalloc): New function.
4400         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
4401         [defined __cplusplus]: Add function template that provides result
4402         type propagation.  This part of the change is from Bruno Haible.
4403
4404 2006-10-29  Bruno Haible  <bruno@clisp.org>
4405
4406         Make it compile in C++ mode.
4407         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
4408         * lib/strnlen1.c (strnlen1): Cast memchr result.
4409         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
4410         * lib/clean-temp.c (string_equals, string_hash): Add casts.
4411         (create_temp_dir): Rename local variable 'template'.
4412         (compile_csharp_using_sscli): Add cast.
4413         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
4414         * lib/findprog.c (find_in_path): Likewise.
4415         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
4416         * lib/wait-process.c (register_slave_subprocess): Likewise.
4417
4418 2006-10-22  Bruno Haible  <bruno@clisp.org>
4419
4420         * modules/tsearch: New file.
4421         * lib/tsearch.h: New file.
4422         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
4423         * m4/tsearch.m4: New file.
4424         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
4425
4426 2006-10-29  Eric Blake  <ebb9@byu.net>
4427
4428         * lib/arcfour.c: Assume config.h.
4429         * lib/arctwo.c: Likewise.
4430         * lib/base64.c: Likewise.
4431         * lib/check-version.c: Likewise.
4432         * lib/crc.c: Likewise.
4433         * lib/des.c: Likewise.
4434         * lib/gc-gnulib.c: Likewise.
4435         * lib/gc-libgcrypt.c: Likewise.
4436         * lib/gc-pbkdf2-sha1.c: Likewise.
4437         * lib/getaddrinfo.c: Likewise.
4438         * lib/getdelim.c: Likewise.
4439         * lib/getline.c: Likewise.
4440         * lib/hmac-md5.c: Likewise.
4441         * lib/hmac-sha1.c: Likewise.
4442         * lib/iconvme.c: Likewise.
4443         * lib/md2.c: Likewise.
4444         * lib/md4.c: Likewise.
4445         * lib/memxor.c: Likewise.
4446         * lib/read-file.c: Likewise.
4447         * lib/readline.c: Likewise.
4448         * lib/rijndael-alg-fst.c: Likewise.
4449         * lib/rijndael-api-fst.c: Likewise.
4450         * lib/xgetdomainname.c: Likewise.
4451
4452 2006-10-28  Eric Blake  <ebb9@byu.net>
4453
4454         * lib/xstrndup.c: Assume config.h.
4455
4456 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
4457
4458         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
4459         stat-macros.h is now for our own macros, whereas stat_h is for
4460         macros in the <sys/stat.h> name space.
4461         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
4462         (STAT_MACROS_H): Remove.
4463         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
4464         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
4465         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
4466         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
4467         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
4468         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
4469         Move these macros to ...
4470         * lib/stat_.h: here.  Don't include stat-macros.h.
4471         * lib/canonicalize.c: Don't include stat-macros.h.
4472         * lib/chown.c: Likewise.
4473         * lib/euidaccess.c: Likewise.
4474         * lib/file-type.c: Likewise.
4475         * lib/filemode.c: Likewise.
4476         * lib/glob.c: Likewise.
4477         * lib/isapipe.c: Likewise.
4478         * lib/lchown.c: Likewise.
4479         * lib/lstat.c: Likewise.
4480         * lib/mkdir-p.c: Likewise.
4481         * lib/rmdir.c: Likewise.
4482         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
4483         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
4484         unless mkdir isn't declared, to speed up 'configure'.
4485         Always create sys/stat.h, since it's unlikely any real sys/stat.h
4486         would define all the S_* symbols.
4487         * modules/canonicalize (Depends-on):
4488         Depend on sys_stat, not stat-macros.
4489         * modules/chown: Likewise.
4490         * modules/euidaccess: Likewise.
4491         * modules/filemode: Likewise.
4492         * modules/file-type: Likewise.
4493         * modules/glob: Likewise.
4494         * modules/isapipe: Likewise.
4495         * modules/lchown: Likewise.
4496         * modules/lstat: Likewise.
4497         * modules/mkancesdirs: Likewise.
4498         * modules/rmdir: Likewise.
4499         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
4500         * modules/modechange: Likewise.
4501         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
4502         (configure.ac): Remove gl_STAT_MACROS.
4503         * modules/sys_stat (Depends-on): Remove stat-macros.
4504
4505 2006-10-27  Bruno Haible  <bruno@clisp.org>
4506
4507         * m4/signed.m4: Remove file.
4508         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
4509         invocation.
4510         * modules/vasnprintf (Files): Remove m4/signed.m4.
4511
4512 2006-10-27  Bruno Haible  <bruno@clisp.org>
4513
4514         Update to GNU gettext 0.16.
4515         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
4516         m4/inttypes-h.m4, m4/signed.m4.
4517         * m4/gettext.m4: Update to GNU gettext 0.16.
4518         * m4/intl.m4: New file, from GNU gettext.
4519         * m4/intldir.m4: New file, from GNU gettext.
4520         * config/srclist.txt: Update
4521
4522 2006-10-27  Eric Blake  <ebb9@byu.net>
4523
4524         * MODULES.html.sh: Document tempname.
4525         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
4526         dependencies.
4527         (Files): Move lib/tempname.c...
4528         * modules/tempname: ...to this new module.
4529         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
4530         (gl_PREREQ_TEMPNAME): Move...
4531         * m4/tempname.m4: ...to this new file.
4532         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
4533         * modules/sys_stat (Depends-on): Add stat-macros.
4534         * lib/stat_.h (includes): Pick up stat macros.
4535         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
4536         if stat macros are broken.
4537         * lib/tempname.c (includes): No need to include "stat-macros.h".
4538         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
4539         (direxists, __path_search) [!_LIBC]: Don't compile these in
4540         gnulib; the tmpdir module covers that.
4541         * lib/tempname.h: New file.
4542
4543 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
4544
4545         * COPYING: Explain how gnulib-tool converts licence headers.
4546         Almost all wording by Eric Blake.
4547
4548 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
4549
4550         * lib/mbchar.h (is_basic_table): Make read-only.
4551         * lib/mbchar.c (is_basic_table): Likewise.
4552         Reported by John Darrington.
4553
4554 2006-10-25  Bruno Haible  <bruno@clisp.org>
4555
4556         * lib/progname.h (set_program_name): Undefine before defining.
4557
4558 2006-10-25  Bruno Haible  <bruno@clisp.org>
4559
4560         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
4561         false for non-gcc C++ compilers.
4562         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
4563
4564 2006-10-24  Bruno Haible  <bruno@clisp.org>
4565
4566         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
4567         iconv implementations like Irix iconv.
4568
4569 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
4570
4571         * modules/vararrays: New file.
4572         * m4/vararrays.m4: New file, taken from diffutils.
4573         * MODULES.html.sh: New module vararrays.
4574
4575 2006-10-24  Karl Berry  <karl@gnu.org>
4576
4577         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
4578         Don't call GNU Unix.
4579
4580 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4581
4582         * users.txt: Add Libtool.
4583
4584         Sync from Libtool:
4585
4586         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
4587
4588         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
4589         to gnulib's policy of including config.h unconditionally.
4590
4591 2006-10-24  Bruno Haible  <bruno@clisp.org>
4592
4593         * modules/wcwidth (Files): Add m4/wint_t.m4.
4594         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
4595         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
4596
4597 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
4598
4599         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
4600         to pacify GCC with some -W flags enabled.  Problem reported by
4601         Bruno Haible.
4602
4603 2006-10-24  Jim Meyering  <jim@meyering.net>
4604
4605         * MODULES.html.sh: Remove uinttostr.  It's not a module.
4606         Reported by Karl Berry.
4607
4608 2006-10-23  Bruno Haible  <bruno@clisp.org>
4609
4610         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
4611
4612 2006-10-24  Bruno Haible  <bruno@clisp.org>
4613
4614         * lib/gl_list.h: Use C comment style, not C++ comment style.
4615
4616 2006-10-23  Eric Blake  <ebb9@byu.net>
4617
4618         * lib/getaddrinfo.c (includes): Add missing include.
4619
4620 2006-10-23  Bruno Haible  <bruno@clisp.org>
4621             Paul Eggert  <eggert@cs.ucla.edu>
4622
4623         Ability to rename obstack_free.
4624         * lib/obstack.h (__obstack_free): New macro. Declare instead of
4625         obstack_free.
4626         (obstack_free): Invoke the __obstack_free macro.
4627         * lib/obstack.c (obstack_free): Use __obstack_free macro.
4628
4629 2006-10-23  Bruno Haible  <bruno@clisp.org>
4630             Paul Eggert  <eggert@cs.ucla.edu>
4631
4632         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
4633         __argc, __argv from the declaration. (They are defined as macros on
4634         mingw.)
4635
4636 2006-10-22  Bruno Haible  <bruno@clisp.org>
4637
4638         * doc/gnulib-intro.texi: New file.
4639         * doc/gnulib.texi: Include it.
4640
4641 2006-10-21  Bruno Haible  <bruno@clisp.org>
4642
4643         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
4644         "Introduction", "Miscellanous Notes", "Particular Modules".
4645
4646 2006-10-21  Bruno Haible  <bruno@clisp.org>
4647
4648         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4649         Change mostlyclean-local rule to avoid sh syntax error from bash
4650         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
4651
4652 2006-10-23  Jim Meyering  <jim@meyering.net>
4653
4654         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
4655         in place of snprintf.
4656
4657         * modules/inttostr (Files): Add lib/uinttostr.c.
4658         * lib/uinttostr.c (inttostr): New file/function.
4659         * lib/inttostr.h (uinttostr): Declare.
4660         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
4661         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
4662         Add uinttostr.
4663         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
4664
4665 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
4666
4667         * lib/canonicalize.c (ELOOP): Define if not already defined.
4668         Problem reported by Bruno Haible in
4669         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
4670
4671 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
4672
4673         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
4674         Problem reported by Perry Smith and Ville Laurikari.
4675
4676         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
4677         uses.
4678
4679 2006-10-19  Bruno Haible  <bruno@clisp.org>
4680
4681         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
4682         for mingw.
4683
4684 2006-10-19  Bruno Haible  <bruno@clisp.org>
4685
4686         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
4687         Needed for mingw.
4688
4689 2006-10-19  Bruno Haible  <bruno@clisp.org>
4690
4691         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
4692
4693 2006-10-19  Bruno Haible  <bruno@clisp.org>
4694
4695         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
4696         it.
4697
4698 2006-10-19  Bruno Haible  <bruno@clisp.org>
4699
4700         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
4701         invocation.
4702
4703 2006-10-19  Bruno Haible  <bruno@clisp.org>
4704
4705         * gnulib-tool (func_create_testdir): Don't include ftruncate and
4706         mountlist by default.
4707
4708 2006-10-16  Bruno Haible  <bruno@clisp.org>
4709
4710         * lib/c-strstr.c: Include c-strstr.h.
4711
4712 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
4713
4714         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
4715         in a slash.
4716
4717 2006-10-18  Bruno Haible  <bruno@clisp.org>
4718
4719         * lib/lock.h [C++]: Wrap definitions in extern "C".
4720
4721 2006-10-18  Bruno Haible  <bruno@clisp.org>
4722
4723         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
4724         gl_LIBOBJS list.
4725
4726 2006-10-18  Bruno Haible  <bruno@clisp.org>
4727
4728         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
4729
4730 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
4731
4732         * lib/xstrtol.h: Include gettext.h.
4733         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
4734         Problem reported by Eric Blake.
4735         * modules/xstrtol (Depends-on): Add gettext-h.
4736
4737 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
4738
4739         * lib/strftime.c (advance): New macro.
4740         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
4741         incomplete type, so you can't add 0 to it.  Problem and patch
4742         reported by Eelco Dolstra for dietlibc.
4743
4744 2006-10-18  Jim Meyering  <jim@meyering.net>
4745
4746         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
4747         type for a local, and rename it: s/up/user_proc/.
4748
4749 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
4750
4751         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
4752         READ_UTMP_USER_PROCESS.
4753         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
4754
4755 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
4756
4757         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
4758         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
4759
4760 2006-10-17  Eric Blake  <ebb9@byu.net>
4761
4762         * lib/sigprocmask.c (sigprocmask): Fix typo.
4763
4764         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
4765
4766         * modules/clean-temp (Makefile.am): Don't add to make output...
4767         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
4768         config.h.
4769
4770 2006-10-17  Bruno Haible  <bruno@clisp.org>
4771
4772         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
4773         differently if DEFAULT_TEXT_DOMAIN is set.
4774
4775 2006-10-16  Bruno Haible  <bruno@clisp.org>
4776
4777         * lib/clean-temp.c: Include fwriteerror.h.
4778
4779 2006-10-16  Bruno Haible  <bruno@clisp.org>
4780
4781         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
4782
4783 2006-10-16  Bruno Haible  <bruno@clisp.org>
4784
4785         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
4786         * lib/sigprocmask.h: Include <sys/types.h>.
4787         (sigset_t): Use the system's definition if present.
4788
4789 2006-10-17  Eric Blake  <ebb9@byu.net>
4790
4791         * lib/xvasprintf.c (includes): Assume config.h.
4792         * lib/xasprintf.c (includes): Likewise.
4793
4794 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
4795
4796         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
4797         at least as wide as intmax_t.
4798
4799 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
4800
4801         (Imported from Automake.)
4802         * build-aux/gnupload: Update to version 1.1 of directive file.
4803
4804 2006-10-16  Eric Blake  <ebb9@byu.net>
4805
4806         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
4807         match Automake 1.10a.
4808
4809 2006-10-14  Bruno Haible  <bruno@clisp.org>
4810
4811         * modules/sigprocmask: New file.
4812         * lib/sigprocmask.h: New file.
4813         * lib/sigprocmask.c: New file.
4814         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
4815         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
4816         request sigprocmask.o.
4817         (gl_PREREQ_SIGPROCMASK): New macro.
4818         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
4819         (Depends-on): Add sigprocmask.
4820         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
4821         gt_SIGNALBLOCKING. Test for 'raise' only once.
4822         * lib/fatal-signal.c: Include sigprocmask.h.
4823         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
4824         unblock_fatal_signals): Define always.
4825         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
4826         sigprocmask.
4827
4828 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
4829
4830         Sync from Automake.
4831         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
4832         which incorrectly sets the mode of an existing destination
4833         directory.  In some cases the unpatched install-sh could do the
4834         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
4835         system.  We hope this is rare in practice, but it's clearly worth
4836         fixing.  Problem reported by Alex Unleashed in
4837         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
4838         Also, don't bother to check for -m bugs unless we're using -m;
4839         suggested by Stepan Kasal.
4840
4841 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4842
4843         Sync from Automake.
4844         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
4845         `-c' flag, so they appear at the same position as in %FASTDEP%
4846         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
4847         which ignores unknown options only after the first non-option.
4848         Bug report against M4 by Nelson H. F. Beebe.
4849
4850 2006-10-13  Jim Meyering  <jim@meyering.net>
4851
4852         Fix a bug in yesterday's change.
4853         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
4854         p->fts_statp->st_dev would be used uninitialized.
4855         Ensures that we always call fts_stat on the very first entry.
4856         Miklos Szeredi reported that find -xdev stopped working.
4857
4858 2006-10-12  Bruno Haible  <bruno@clisp.org>
4859
4860         * gnulib-tool (func_get_automake_snippet): Append an automatically
4861         computed EXTRA_DIST augmentation.
4862         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
4863         * modules/alloca-opt (Makefile.am): Likewise.
4864         * modules/allocsa (Makefile.am): Likewise.
4865         * modules/arcfour (Makefile.am): Likewise.
4866         * modules/arctwo (Makefile.am): Likewise.
4867         * modules/argmatch (Makefile.am): Likewise.
4868         * modules/argz (Makefile.am): Likewise.
4869         * modules/atexit (Makefile.am): Likewise.
4870         * modules/backupfile (Makefile.am): Likewise.
4871         * modules/byteswap (Makefile.am): Likewise.
4872         * modules/c-strtod (Makefile.am): Likewise.
4873         * modules/c-strtold (Makefile.am): Likewise.
4874         * modules/calloc (Makefile.am): Likewise.
4875         * modules/canon-host (Makefile.am): Likewise.
4876         * modules/canonicalize (Makefile.am): Likewise.
4877         * modules/chdir-long (Makefile.am): Likewise.
4878         * modules/chdir-safer (Makefile.am): Likewise.
4879         * modules/check-version (Makefile.am): Likewise.
4880         * modules/chown (Makefile.am): Likewise.
4881         * modules/cloexec (Makefile.am): Likewise.
4882         * modules/close-stream (Makefile.am): Likewise.
4883         * modules/closeout (Makefile.am): Likewise.
4884         * modules/crc (Makefile.am): Likewise.
4885         * modules/csharpexec (Makefile.am): Likewise.
4886         * modules/cycle-check (Makefile.am): Likewise.
4887         * modules/des (Makefile.am): Likewise.
4888         * modules/dev-ino (Makefile.am): Likewise.
4889         * modules/dirfd (Makefile.am): Likewise.
4890         * modules/dirname (Makefile.am): Likewise.
4891         * modules/dup2 (Makefile.am): Likewise.
4892         * modules/eealloc (Makefile.am): Likewise.
4893         * modules/error (Makefile.am): Likewise.
4894         * modules/euidaccess (Makefile.am): Likewise.
4895         * modules/exclude (Makefile.am): Likewise.
4896         * modules/exitfail (Makefile.am): Likewise.
4897         * modules/fcntl-safer (Makefile.am): Likewise.
4898         * modules/fcntl (Makefile.am): Likewise.
4899         * modules/file-type (Makefile.am): Likewise.
4900         * modules/fileblocks (Makefile.am): Likewise.
4901         * modules/filemode (Makefile.am): Likewise.
4902         * modules/filenamecat (Makefile.am): Likewise.
4903         * modules/fnmatch (Makefile.am): Likewise.
4904         * modules/fopen-safer (Makefile.am): Likewise.
4905         * modules/fpending (Makefile.am): Likewise.
4906         * modules/fprintftime (Makefile.am): Likewise.
4907         * modules/free (Makefile.am): Likewise.
4908         * modules/fsusage (Makefile.am): Likewise.
4909         * modules/ftruncate (Makefile.am): Likewise.
4910         * modules/fts (Makefile.am): Likewise.
4911         * modules/gc-arcfour (Makefile.am): Likewise.
4912         * modules/gc-des (Makefile.am): Likewise.
4913         * modules/gc-hmac-md5 (Makefile.am): Likewise.
4914         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
4915         * modules/gc-md4 (Makefile.am): Likewise.
4916         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
4917         * modules/gc-sha1 (Makefile.am): Likewise.
4918         * modules/gc (Makefile.am): Likewise.
4919         * modules/getaddrinfo (Makefile.am): Likewise.
4920         * modules/getcwd (Makefile.am): Likewise.
4921         * modules/getdelim (Makefile.am): Likewise.
4922         * modules/getdomainname (Makefile.am): Likewise.
4923         * modules/getgroups (Makefile.am): Likewise.
4924         * modules/gethostname (Makefile.am): Likewise.
4925         * modules/gethrxtime (Makefile.am): Likewise.
4926         * modules/getline (Makefile.am): Likewise.
4927         * modules/getloadavg (Makefile.am): Likewise.
4928         * modules/getlogin_r (Makefile.am): Likewise.
4929         * modules/getndelim2 (Makefile.am): Likewise.
4930         * modules/getopt (Makefile.am): Likewise.
4931         * modules/getpagesize (Makefile.am): Likewise.
4932         * modules/getpass-gnu (Makefile.am): Likewise.
4933         * modules/getpass (Makefile.am): Likewise.
4934         * modules/getsubopt (Makefile.am): Likewise.
4935         * modules/gettime (Makefile.am): Likewise.
4936         * modules/gettimeofday (Makefile.am): Likewise.
4937         * modules/getugroups (Makefile.am): Likewise.
4938         * modules/getusershell (Makefile.am): Likewise.
4939         * modules/glob (Makefile.am): Likewise.
4940         * modules/group-member (Makefile.am): Likewise.
4941         * modules/hard-locale (Makefile.am): Likewise.
4942         * modules/hash (Makefile.am): Likewise.
4943         * modules/hmac-md5 (Makefile.am): Likewise.
4944         * modules/hmac-sha1 (Makefile.am): Likewise.
4945         * modules/human (Makefile.am): Likewise.
4946         * modules/idcache (Makefile.am): Likewise.
4947         * modules/imaxabs (Makefile.am): Likewise.
4948         * modules/imaxdiv (Makefile.am): Likewise.
4949         * modules/inet_ntop (Makefile.am): Likewise.
4950         * modules/inet_pton (Makefile.am): Likewise.
4951         * modules/intprops (Makefile.am): Likewise.
4952         * modules/inttostr (Makefile.am): Likewise.
4953         * modules/inttypes (Makefile.am): Likewise.
4954         * modules/isapipe (Makefile.am): Likewise.
4955         * modules/javaversion (Makefile.am): Likewise.
4956         * modules/lchmod (Makefile.am): Likewise.
4957         * modules/lchown (Makefile.am): Likewise.
4958         * modules/localcharset (Makefile.am): Likewise.
4959         * modules/long-options (Makefile.am): Likewise.
4960         * modules/lstat (Makefile.am): Likewise.
4961         * modules/malloc (Makefile.am): Likewise.
4962         * modules/mathl (Makefile.am): Likewise.
4963         * modules/mbchar (Makefile.am): Likewise.
4964         * modules/md2 (Makefile.am): Likewise.
4965         * modules/md4 (Makefile.am): Likewise.
4966         * modules/md5 (Makefile.am): Likewise.
4967         * modules/memcasecmp (Makefile.am): Likewise.
4968         * modules/memchr (Makefile.am): Likewise.
4969         * modules/memcmp (Makefile.am): Likewise.
4970         * modules/memcoll (Makefile.am): Likewise.
4971         * modules/memcpy (Makefile.am): Likewise.
4972         * modules/memmem (Makefile.am): Likewise.
4973         * modules/memmove (Makefile.am): Likewise.
4974         * modules/mempcpy (Makefile.am): Likewise.
4975         * modules/memrchr (Makefile.am): Likewise.
4976         * modules/memset (Makefile.am): Likewise.
4977         * modules/memxor (Makefile.am): Likewise.
4978         * modules/mkancesdirs (Makefile.am): Likewise.
4979         * modules/mkdir-p (Makefile.am): Likewise.
4980         * modules/mkdir (Makefile.am): Likewise.
4981         * modules/mkdtemp (Makefile.am): Likewise.
4982         * modules/mkstemp (Makefile.am): Likewise.
4983         * modules/mktime (Makefile.am): Likewise.
4984         * modules/modechange (Makefile.am): Likewise.
4985         * modules/mountlist (Makefile.am): Likewise.
4986         * modules/nanosleep (Makefile.am): Likewise.
4987         * modules/obstack (Makefile.am): Likewise.
4988         * modules/openat (Makefile.am): Likewise.
4989         * modules/pagealign_alloc (Makefile.am): Likewise.
4990         * modules/pathmax (Makefile.am): Likewise.
4991         * modules/physmem (Makefile.am): Likewise.
4992         * modules/poll (Makefile.am): Likewise.
4993         * modules/posixtm (Makefile.am): Likewise.
4994         * modules/posixver (Makefile.am): Likewise.
4995         * modules/putenv (Makefile.am): Likewise.
4996         * modules/quote (Makefile.am): Likewise.
4997         * modules/quotearg (Makefile.am): Likewise.
4998         * modules/raise (Makefile.am): Likewise.
4999         * modules/read-file (Makefile.am): Likewise.
5000         * modules/readline (Makefile.am): Likewise.
5001         * modules/readlink (Makefile.am): Likewise.
5002         * modules/readtokens (Makefile.am): Likewise.
5003         * modules/readutmp (Makefile.am): Likewise.
5004         * modules/realloc (Makefile.am): Likewise.
5005         * modules/regex (Makefile.am): Likewise.
5006         * modules/rename-dest-slash (Makefile.am): Likewise.
5007         * modules/rename (Makefile.am): Likewise.
5008         * modules/rijndael (Makefile.am): Likewise.
5009         * modules/rmdir (Makefile.am): Likewise.
5010         * modules/rpmatch (Makefile.am): Likewise.
5011         * modules/safe-read (Makefile.am): Likewise.
5012         * modules/safe-write (Makefile.am): Likewise.
5013         * modules/same-inode (Makefile.am): Likewise.
5014         * modules/same (Makefile.am): Likewise.
5015         * modules/save-cwd (Makefile.am): Likewise.
5016         * modules/savedir (Makefile.am): Likewise.
5017         * modules/setenv (Makefile.am): Likewise.
5018         * modules/settime (Makefile.am): Likewise.
5019         * modules/sha1 (Makefile.am): Likewise.
5020         * modules/sig2str (Makefile.am): Likewise.
5021         * modules/snprintf (Makefile.am): Likewise.
5022         * modules/stat-macros (Makefile.am): Likewise.
5023         * modules/stat-time (Makefile.am): Likewise.
5024         * modules/stdbool (Makefile.am): Likewise.
5025         * modules/stdint (Makefile.am): Likewise.
5026         * modules/stdlib-safer (Makefile.am): Likewise.
5027         * modules/stpcpy (Makefile.am): Likewise.
5028         * modules/stpncpy (Makefile.am): Likewise.
5029         * modules/strcase (Makefile.am): Likewise.
5030         * modules/strcasestr (Makefile.am): Likewise.
5031         * modules/strchrnul (Makefile.am): Likewise.
5032         * modules/strcspn (Makefile.am): Likewise.
5033         * modules/strdup (Makefile.am): Likewise.
5034         * modules/strerror (Makefile.am): Likewise.
5035         * modules/strftime (Makefile.am): Likewise.
5036         * modules/strndup (Makefile.am): Likewise.
5037         * modules/strnlen (Makefile.am): Likewise.
5038         * modules/strpbrk (Makefile.am): Likewise.
5039         * modules/strsep (Makefile.am): Likewise.
5040         * modules/strstr (Makefile.am): Likewise.
5041         * modules/strtod (Makefile.am): Likewise.
5042         * modules/strtoimax (Makefile.am): Likewise.
5043         * modules/strtok_r (Makefile.am): Likewise.
5044         * modules/strtol (Makefile.am): Likewise.
5045         * modules/strtoll (Makefile.am): Likewise.
5046         * modules/strtoul (Makefile.am): Likewise.
5047         * modules/strtoull (Makefile.am): Likewise.
5048         * modules/strtoumax (Makefile.am): Likewise.
5049         * modules/strverscmp (Makefile.am): Likewise.
5050         * modules/sys_socket (Makefile.am): Likewise.
5051         * modules/sys_stat (Makefile.am): Likewise.
5052         * modules/sysexits (Makefile.am): Likewise.
5053         * modules/time_r (Makefile.am): Likewise.
5054         * modules/timegm (Makefile.am): Likewise.
5055         * modules/timespec (Makefile.am): Likewise.
5056         * modules/tmpfile-safer (Makefile.am): Likewise.
5057         * modules/trim (Makefile.am): Likewise.
5058         * modules/unistd-safer (Makefile.am): Likewise.
5059         * modules/unlinkdir (Makefile.am): Likewise.
5060         * modules/unlocked-io (Makefile.am): Likewise.
5061         * modules/userspec (Makefile.am): Likewise.
5062         * modules/utime (Makefile.am): Likewise.
5063         * modules/utimecmp (Makefile.am): Likewise.
5064         * modules/utimens (Makefile.am): Likewise.
5065         * modules/vasnprintf (Makefile.am): Likewise.
5066         * modules/vasprintf (Makefile.am): Likewise.
5067         * modules/vsnprintf (Makefile.am): Likewise.
5068         * modules/xalloc (Makefile.am): Likewise.
5069         * modules/xgetcwd (Makefile.am): Likewise.
5070         * modules/xnanosleep (Makefile.am): Likewise.
5071         * modules/xreadlink (Makefile.am): Likewise.
5072         * modules/xstrtod (Makefile.am): Likewise.
5073         * modules/xstrtol (Makefile.am): Likewise.
5074         * modules/xstrtold (Makefile.am): Likewise.
5075         * modules/yesno (Makefile.am): Likewise.
5076         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
5077
5078 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
5079
5080         * modules/error (Makefile.am): Distribute files through
5081         EXTRA_DIST, not lib_SOURCES.
5082
5083 2006-10-12  Eric Blake  <ebb9@byu.net>
5084
5085         * modules/error (Makefile.am): Distribute files in /lib.
5086         * modules/obstack (Makefile.am): Likewise.
5087
5088 2006-10-12  Bruno Haible  <bruno@clisp.org>
5089
5090         * modules/acl (Makefile.am): Distribute all files in lib/ through
5091         EXTRA_DIST.
5092         * modules/arcfour (Makefile.am): Likewise.
5093         * modules/arctwo (Makefile.am): Likewise.
5094         * modules/argmatch (Makefile.am): Likewise.
5095         * modules/argz (Makefile.am): Likewise.
5096         * modules/atexit (Makefile.am): Likewise.
5097         * modules/backupfile (Makefile.am): Likewise.
5098         * modules/c-strtod (Makefile.am): Likewise.
5099         * modules/c-strtold (Makefile.am): Likewise.
5100         * modules/calloc (Makefile.am): Likewise.
5101         * modules/canon-host (Makefile.am): Likewise.
5102         * modules/canonicalize (Makefile.am): Likewise.
5103         * modules/chdir-long (Makefile.am): Likewise.
5104         * modules/chdir-safer (Makefile.am): Likewise.
5105         * modules/check-version (Makefile.am): Likewise.
5106         * modules/chown (Makefile.am): Likewise.
5107         * modules/cloexec (Makefile.am): Likewise.
5108         * modules/close-stream (Makefile.am): Likewise.
5109         * modules/closeout (Makefile.am): Likewise.
5110         * modules/crc (Makefile.am): Likewise.
5111         * modules/cycle-check (Makefile.am): Likewise.
5112         * modules/des (Makefile.am): Likewise.
5113         * modules/dirfd (Makefile.am): Likewise.
5114         * modules/dirname (Makefile.am): Likewise.
5115         * modules/dup2 (Makefile.am): Likewise.
5116         * modules/euidaccess (Makefile.am): Likewise.
5117         * modules/exclude (Makefile.am): Likewise.
5118         * modules/exitfail (Makefile.am): Likewise.
5119         * modules/fcntl-safer (Makefile.am): Likewise.
5120         * modules/file-type (Makefile.am): Likewise.
5121         * modules/fileblocks (Makefile.am): Likewise.
5122         * modules/filemode (Makefile.am): Likewise.
5123         * modules/filenamecat (Makefile.am): Likewise.
5124         * modules/fnmatch (Makefile.am): Likewise.
5125         * modules/fopen-safer (Makefile.am): Likewise.
5126         * modules/fpending (Makefile.am): Likewise.
5127         * modules/fprintftime (Makefile.am): Likewise.
5128         * modules/free (Makefile.am): Likewise.
5129         * modules/fsusage (Makefile.am): Likewise.
5130         * modules/ftruncate (Makefile.am): Likewise.
5131         * modules/fts (Makefile.am): Likewise.
5132         * modules/gc (Makefile.am): Likewise.
5133         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
5134         * modules/getaddrinfo (Makefile.am): Likewise.
5135         * modules/getcwd (Makefile.am): Likewise.
5136         * modules/getdelim (Makefile.am): Likewise.
5137         * modules/getdomainname (Makefile.am): Likewise.
5138         * modules/getgroups (Makefile.am): Likewise.
5139         * modules/gethostname (Makefile.am): Likewise.
5140         * modules/gethrxtime (Makefile.am): Likewise.
5141         * modules/getline (Makefile.am): Likewise.
5142         * modules/getloadavg (Makefile.am): Likewise.
5143         * modules/getlogin_r (Makefile.am): Likewise.
5144         * modules/getopt (Makefile.am): Likewise.
5145         * modules/getpass (Makefile.am): Likewise.
5146         * modules/getpass-gnu (Makefile.am): Likewise.
5147         * modules/getsubopt (Makefile.am): Likewise.
5148         * modules/gettime (Makefile.am): Likewise.
5149         * modules/gettimeofday (Makefile.am): Likewise.
5150         * modules/getugroups (Makefile.am): Likewise.
5151         * modules/getusershell (Makefile.am): Likewise.
5152         * modules/glob (Makefile.am): Likewise.
5153         * modules/group-member (Makefile.am): Likewise.
5154         * modules/hard-locale (Makefile.am): Likewise.
5155         * modules/hash (Makefile.am): Likewise.
5156         * modules/hmac-md5 (Makefile.am): Likewise.
5157         * modules/hmac-sha1 (Makefile.am): Likewise.
5158         * modules/human (Makefile.am): Likewise.
5159         * modules/idcache (Makefile.am): Likewise.
5160         * modules/imaxabs (Makefile.am): Likewise.
5161         * modules/imaxdiv (Makefile.am): Likewise.
5162         * modules/inet_ntop (Makefile.am): Likewise.
5163         * modules/inet_pton (Makefile.am): Likewise.
5164         * modules/inttostr (Makefile.am): Likewise.
5165         * modules/isapipe (Makefile.am): Likewise.
5166         * modules/lchown (Makefile.am): Likewise.
5167         * modules/long-options (Makefile.am): Likewise.
5168         * modules/lstat (Makefile.am): Likewise.
5169         * modules/malloc (Makefile.am): Likewise.
5170         * modules/mathl (Makefile.am): Likewise.
5171         * modules/mbchar (Makefile.am): Likewise.
5172         * modules/md2 (Makefile.am): Likewise.
5173         * modules/md4 (Makefile.am): Likewise.
5174         * modules/md5 (Makefile.am): Likewise.
5175         * modules/memcasecmp (Makefile.am): Likewise.
5176         * modules/memchr (Makefile.am): Likewise.
5177         * modules/memcmp (Makefile.am): Likewise.
5178         * modules/memcoll (Makefile.am): Likewise.
5179         * modules/memcpy (Makefile.am): Likewise.
5180         * modules/memmem (Makefile.am): Likewise.
5181         * modules/memmove (Makefile.am): Likewise.
5182         * modules/mempcpy (Makefile.am): Likewise.
5183         * modules/memrchr (Makefile.am): Likewise.
5184         * modules/memset (Makefile.am): Likewise.
5185         * modules/memxor (Makefile.am): Likewise.
5186         * modules/mkancesdirs (Makefile.am): Likewise.
5187         * modules/mkdir (Makefile.am): Likewise.
5188         * modules/mkdir-p (Makefile.am): Likewise.
5189         * modules/mkdtemp (Makefile.am): Likewise.
5190         * modules/mkstemp (Makefile.am): Likewise.
5191         * modules/mktime (Makefile.am): Likewise.
5192         * modules/modechange (Makefile.am): Likewise.
5193         * modules/mountlist (Makefile.am): Likewise.
5194         * modules/nanosleep (Makefile.am): Likewise.
5195         * modules/openat (Makefile.am): Likewise.
5196         * modules/pagealign_alloc (Makefile.am): Likewise.
5197         * modules/physmem (Makefile.am): Likewise.
5198         * modules/poll (Makefile.am): Likewise.
5199         * modules/posixtm (Makefile.am): Likewise.
5200         * modules/posixver (Makefile.am): Likewise.
5201         * modules/putenv (Makefile.am): Likewise.
5202         * modules/quote (Makefile.am): Likewise.
5203         * modules/quotearg (Makefile.am): Likewise.
5204         * modules/raise (Makefile.am): Likewise.
5205         * modules/read-file (Makefile.am): Likewise.
5206         * modules/readline (Makefile.am): Likewise.
5207         * modules/readlink (Makefile.am): Likewise.
5208         * modules/readtokens (Makefile.am): Likewise.
5209         * modules/readutmp (Makefile.am): Likewise.
5210         * modules/realloc (Makefile.am): Likewise.
5211         * modules/regex (Makefile.am): Likewise.
5212         * modules/rename (Makefile.am): Likewise.
5213         * modules/rename-dest-slash (Makefile.am): Likewise.
5214         * modules/rijndael (Makefile.am): Likewise.
5215         * modules/rmdir (Makefile.am): Likewise.
5216         * modules/rpmatch (Makefile.am): Likewise.
5217         * modules/safe-read (Makefile.am): Likewise.
5218         * modules/safe-write (Makefile.am): Likewise.
5219         * modules/same (Makefile.am): Likewise.
5220         * modules/save-cwd (Makefile.am): Likewise.
5221         * modules/savedir (Makefile.am): Likewise.
5222         * modules/setenv (Makefile.am): Likewise.
5223         * modules/settime (Makefile.am): Likewise.
5224         * modules/sha1 (Makefile.am): Likewise.
5225         * modules/sig2str (Makefile.am): Likewise.
5226         * modules/snprintf (Makefile.am): Likewise.
5227         * modules/stdlib-safer (Makefile.am): Likewise.
5228         * modules/stpcpy (Makefile.am): Likewise.
5229         * modules/stpncpy (Makefile.am): Likewise.
5230         * modules/strcase (Makefile.am): Likewise.
5231         * modules/strcasestr (Makefile.am): Likewise.
5232         * modules/strchrnul (Makefile.am): Likewise.
5233         * modules/strcspn (Makefile.am): Likewise.
5234         * modules/strdup (Makefile.am): Likewise.
5235         * modules/strerror (Makefile.am): Likewise.
5236         * modules/strftime (Makefile.am): Likewise.
5237         * modules/strndup (Makefile.am): Likewise.
5238         * modules/strnlen (Makefile.am): Likewise.
5239         * modules/strpbrk (Makefile.am): Likewise.
5240         * modules/strsep (Makefile.am): Likewise.
5241         * modules/strstr (Makefile.am): Likewise.
5242         * modules/strtod (Makefile.am): Likewise.
5243         * modules/strtoimax (Makefile.am): Likewise.
5244         * modules/strtok_r (Makefile.am): Likewise.
5245         * modules/strtol (Makefile.am): Likewise.
5246         * modules/strtoll (Makefile.am): Likewise.
5247         * modules/strtoul (Makefile.am): Likewise.
5248         * modules/strtoull (Makefile.am): Likewise.
5249         * modules/strtoumax (Makefile.am): Likewise.
5250         * modules/strverscmp (Makefile.am): Likewise.
5251         * modules/time_r (Makefile.am): Likewise.
5252         * modules/timegm (Makefile.am): Likewise.
5253         * modules/tmpfile-safer (Makefile.am): Likewise.
5254         * modules/unistd-safer (Makefile.am): Likewise.
5255         * modules/unlinkdir (Makefile.am): Likewise.
5256         * modules/userspec (Makefile.am): Likewise.
5257         * modules/utime (Makefile.am): Likewise.
5258         * modules/utimecmp (Makefile.am): Likewise.
5259         * modules/utimens (Makefile.am): Likewise.
5260         * modules/vasnprintf (Makefile.am): Likewise.
5261         * modules/vasprintf (Makefile.am): Likewise.
5262         * modules/vsnprintf (Makefile.am): Likewise.
5263         * modules/xalloc (Makefile.am): Likewise.
5264         * modules/xgetcwd (Makefile.am): Likewise.
5265         * modules/xnanosleep (Makefile.am): Likewise.
5266         * modules/xreadlink (Makefile.am): Likewise.
5267         * modules/xstrtod (Makefile.am): Likewise.
5268         * modules/xstrtol (Makefile.am): Likewise.
5269         * modules/xstrtold (Makefile.am): Likewise.
5270         * modules/yesno (Makefile.am): Likewise.
5271
5272 2006-10-12  Jim Meyering  <jim@meyering.net>
5273
5274         * m4/getloadavg.m4: Revert the change below.
5275
5276         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
5277         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
5278         fail with a symlink, which is what coreutils' ./bootstrap now
5279         creates by default.
5280
5281 2006-10-12  Bruno Haible  <bruno@clisp.org>
5282
5283         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
5284         mingw.
5285         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
5286         MSVC and mingw explicitly.
5287
5288 2006-10-11  Simon Josefsson  <jas@extundo.com>
5289             Bruno Haible  <bruno@clisp.org>
5290
5291         Add support for multiple gnulib-tool invocations in the scope of a
5292         single configure.ac file.
5293         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
5294         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
5295         with the same contents as the _LIBADD variable.
5296         (func_emit_initmacro_start, func_emit_initmacro_end,
5297         func_emit_initmacro_done): New functions.
5298         (func_import, func_create_testdir): Invoke them. Allow the identifiers
5299         gl_LIBOBJS and gl_LTLIBOBJS.
5300
5301 2006-10-11  Bruno Haible  <bruno@clisp.org>
5302
5303         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
5304         (func_create_testdir): Don't create po/Makefile.am, don't invoke
5305         autoreconf. Instead, invoke autopoint explicitly but move back the
5306         *.m4 files from gnulib.
5307
5308 2006-10-11  Bruno Haible  <bruno@clisp.org>
5309
5310         * gnulib-tool (func_usage): Make module names after --create-testdir
5311         optional.
5312         (func_create_testdir): If no module was specified, use nearly all
5313         modules.
5314
5315 2006-10-12  Jim Meyering  <jim@meyering.net>
5316
5317         Big performance improvement for fts-based tools that use FTS_NOSTAT.
5318         Avoid spurious inode-mismatch problems on non-POSIX file systems.
5319         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
5320         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
5321         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
5322         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
5323         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
5324         (fts_set_stat_required): New function.
5325         (fts_open): Defer the calls to fts_stat, if possible or requested.
5326         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
5327         into fts_stat itself.
5328         (fts_read): Perform any required (deferred) fts_stat call.
5329         (fts_build): Likewise, for the directory we're about to open and read.
5330         In the readdir loop, carefully decide whether each entry will require
5331         an eventual call to fts_stat, using dirent.d_type info if available.
5332         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
5333         a command line argument into this function.  Update all callers.
5334         Map a return value of FTS_DOT to FTS_D for a command line argument.
5335         * modules/fts (Depends-on): Add d-type.  Alphabetize.
5336         Thanks to Miklos Szeredi for his tenacity and for the initial
5337         bug report about "find" failing on a FUSE-based file system.
5338
5339         * lib/fts.c (fts_open): Use consistent indentation.
5340
5341 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
5342
5343         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
5344         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
5345         reported by Jim Meyering.  All uses of cache variables renamed
5346         to match Autoconf's.
5347         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
5348         the other one.
5349
5350         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
5351         Fix misspelling in diagnostic.
5352
5353 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
5354
5355         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
5356         defined.  Problem reported by Matthew Woehlke.
5357
5358         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
5359         Add support for Tandem NonStop R series.
5360         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
5361         Use new macro.
5362
5363         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
5364         (has_trailing_slash): Omit size arg; all callers changed.
5365         Omit 'inline', since it doesn't help performance and we'd
5366         need to configure it.
5367         Don't count //, ///, etc. as having a trailing slash.
5368         As a side effect, this removes a C99ism reported by Matthew Woehlke.
5369         (rpl_rename_dest_slash): On failure, use rename's errno rather
5370         than (in some cases) an incorrect or junk errno.
5371         Simplify code by removing need to compute length; this does
5372         cause it to make two passes instead of one over the file name,
5373         but it's worth it.
5374
5375         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
5376         change, since Autoconf's version may no longer be appropriate now
5377         that we are using CVS Autoconf's version.  Add support for Tandem.
5378
5379 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
5380             Bruno Haible  <bruno@clisp.org>
5381
5382         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
5383         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
5384         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
5385         gl_AC_TYPE_LONG_LONG.
5386
5387         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
5388         instead of HAVE_LONG_LONG.
5389         * lib/printf-args.c (printf_fetchargs): Likewise.
5390         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
5391         * lib/vasnprintf.c (VASNPRINTF): Likewise.
5392         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
5393         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
5394         gl_AC_TYPE_LONG_LONG.
5395
5396 2006-10-11  Bruno Haible  <bruno@clisp.org>
5397
5398         * m4/longlong.m4: Add comments.
5399         * m4/ulonglong.m4: Likewise.
5400
5401 2006-10-10  Bruno Haible  <bruno@clisp.org>
5402
5403         Make it possible to #define stpcpy, strdup to aliases.
5404         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
5405         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
5406
5407 2006-10-10  Bruno Haible  <bruno@clisp.org>
5408
5409         Make it possible to #define gcd to an alias.
5410         * lib/gcd.c: Include config.h.
5411
5412 2006-10-10  Bruno Haible  <bruno@clisp.org>
5413
5414         Make it possible to #define c_isascii to an alias.
5415         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
5416         defined. Undefine the macros before defining them, to avoid gcc
5417         warnings.
5418         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
5419         define NO_C_CTYPE_MACROS early.
5420
5421 2006-10-10  Bruno Haible  <bruno@clisp.org>
5422
5423         Make it possible to #define set_program_name to an alias.
5424         * lib/progname.c: Don't undefine set_program_name; instead, undefine
5425         ENABLE_RELOCATABLE early.
5426
5427 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
5428
5429         Port to Tandem NSK OSS, which has 64-bit signed int but at most
5430         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
5431         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
5432         More generally, don't assume that 64-bit signed int is available
5433         if unsigned int is, and vice versa.
5434         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
5435         unsigned symbols, not on their signed counterparts.
5436         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
5437         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
5438         (UINT64_C, UINTMAX_C):
5439         Likewise.
5440         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
5441         unsigned counterparts.
5442         (Have_long_long, Unsigned): New macros.
5443         (Int): Renamed from INT.
5444         (strtoimax): Use the new macros.
5445         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
5446         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
5447         * modules/inttypes (inttypes.h): Substitute
5448         HAVE_UNSIGNED_LONG_LONG_INT.
5449         * modules/stdint (stdint.h): Likewise.
5450         (Files): Add m4/ulonglong.m4.
5451
5452 2006-10-10  Bruno Haible  <bruno@clisp.org>
5453
5454         Fix a gcc -Wshadow warning.
5455         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
5456         to 'bucket'.
5457         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
5458         gl_linked_indexof_from_to): Likewise.
5459         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
5460         Likewise.
5461         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
5462         Likewise.
5463         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
5464         Reported by Eric Blake.
5465
5466 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
5467
5468         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
5469         for NetBSD.  Problem reported by Bruno Haible.
5470
5471 2006-10-09  Jim Meyering  <jim@meyering.net>
5472
5473         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
5474         Patch from Bruno Haible.
5475
5476 2006-10-09  Jim Meyering  <jim@meyering.net>
5477
5478         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
5479         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
5480         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
5481
5482 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
5483
5484         Don't include <config.h> twice; this doesn't work in some cases,
5485         e.g., when config.h has "#define intmax_t long long int" and
5486         we include <config.h>, <inttypes.h>, <config.h> in that order.
5487         Problem reported by Matthew Woehlke in:
5488         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
5489         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
5490         * lib/fts-cycle.c: Don't include config.h.
5491         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
5492         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
5493         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
5494         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
5495         inttypes.h.
5496         * lib/xstrtoumax.c: Likewise.
5497         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
5498         __strtol and the like, so that this module is more like its siblings.
5499         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
5500         Remove; no longer needed now that we assume gnulib inttypes.h.
5501
5502 2006-10-08  Bruno Haible  <bruno@clisp.org>
5503
5504         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
5505         option.
5506
5507 2006-10-07  Jim Meyering  <jim@meyering.net>
5508
5509         * modules/inttypes (inttypes.h): Revert what seems to have been
5510         an inadvertent part of today's change: use "|", not "/" in the
5511         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
5512
5513 2006-10-07  Bruno Haible  <bruno@clisp.org>
5514
5515         * modules/sublist: New file.
5516
5517 2006-10-07  Bruno Haible  <bruno@clisp.org>
5518
5519         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
5520         * modules/argz (argz.h): Likewise.
5521         * modules/arpa_inet (arpa/inet.h): Likewise.
5522         * modules/byteswap (byteswap.h): Likewise.
5523         * modules/configmake (configmake.h): Likewise.
5524         * modules/fcntl (fcntl.h): Likewise.
5525         * modules/fnmatch (fnmatch.h): Likewise.
5526         * modules/getopt (getopt.h): Likewise.
5527         * modules/glob (glob.h): Likewise.
5528         * modules/inttypes (inttypes.h): Likewise.
5529         * modules/netinet_in (netinet/in.h): Likewise.
5530         * modules/poll (poll.h): Likewise.
5531         * modules/stdbool (stdbool.h): Likewise.
5532         * modules/stdint (stdint.h): Likewise.
5533         * modules/sys_select (sys/select.h): Likewise.
5534         * modules/sys_socket (sys/socket.h): Likewise.
5535         * modules/sys_stat (sys/stat.h): Likewise.
5536         * modules/sysexits (sysexits.h): Likewise.
5537         * modules/unistd (unistd.h): Likewise.
5538         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5539         Add a "DO NOT EDIT" comment to the generated file.
5540         (func_import): Likewise for gnulib-comp.m4.
5541
5542 2006-10-07  Bruno Haible  <bruno@clisp.org>
5543
5544         * lib/gl_sublist.h: New file.
5545         * lib/gl_sublist.c: New file.
5546
5547 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
5548
5549         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
5550         name (relative to the original working directory) and the file
5551         name component (relative to the temporary working directory).  All
5552         callers changed.
5553         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
5554         * lib/mkdir-p.c (make_dir_parents): Likewise.
5555         * lib/mkdir-p.h (make_dir_parents): Likewise.
5556
5557 2006-10-06  Eric Blake  <ebb9@byu.net>
5558
5559         Define several macros for use by the clean-temp module.
5560         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
5561         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
5562         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
5563
5564         * lib/clean-temp.h (close_stream_temp): New declaration.
5565         * lib/clean-temp.c (includes): Pull in headers according to what
5566         other modules are in use.
5567         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
5568
5569 2006-10-06  Bruno Haible  <bruno@clisp.org>
5570
5571         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
5572         instead of fopen, fwriteerror.
5573
5574 2006-10-06  Bruno Haible  <bruno@clisp.org>
5575
5576         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
5577         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
5578         int.
5579         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
5580         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
5581         Return an error indicator.
5582         Suggested by Eric Blake.
5583
5584 2006-10-06  Bruno Haible  <bruno@clisp.org>
5585
5586         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
5587         Reported by Eric Blake.
5588
5589 2006-10-06  Bruno Haible  <bruno@clisp.org>
5590
5591         * modules/closeout (Description): Mention stderr too.
5592
5593 2006-10-06  Bruno Haible  <bruno@clisp.org>
5594         and Paul Eggert  <eggert@cs.ucla.edu>
5595
5596         * lib/closeout.c (close_stdout): Also close stderr.
5597         * lib/closeout.h: Update comment.
5598
5599 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
5600
5601         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
5602         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
5603         * lib/dirchownmod.c: Include lchown.h.
5604         * lib/lchown.c: Don't include files that lchown.h now includes.
5605         Don't declare chown, since lchown.h now does that.
5606         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
5607         (lchown): Define to rpl_chown if lchown is declared but
5608         does not exist.  Declare using a prototype if lchown is not
5609         declared.  Add a copyright notice.
5610         * lib/mkstemp.h: Include <unistd.h>.
5611         * lib/openat.c: Include lchown.h.
5612
5613         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
5614         we now test for that separately.
5615         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
5616         rather than O_NOFOLLOW, when testing whether it's possible to
5617         avoid a race condition reliably.
5618         * lib/savewd.c (savewd_chdir): Likewise.
5619
5620         Remove macros that are no longer needed now that stdint.h is
5621         reliable.
5622         * lib/fsusage.c (UINTMAX_MAX): Remove.
5623         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
5624         * lib/utimecmp.c (SIZE_MAX): Remove.
5625
5626         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
5627
5628         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
5629         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
5630         O_NOATIME works.
5631
5632 2006-10-05  Bruno Haible  <bruno@clisp.org>
5633
5634         * lib/gl_list.h (gl_sortedlist_search_from_to,
5635         gl_sortedlist_indexof_from_to): New declarations.
5636         (gl_list_implementation): New fields sortedlist_search_from_to,
5637         sortedlist_indexof_from_to.
5638         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
5639         inline functions.
5640         * lib/gl_list.c (gl_sortedlist_search_from_to,
5641         gl_sortedlist_indexof_from_to): New functions.
5642         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
5643         function.
5644         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
5645         (gl_array_sortedlist_search_from_to): New function.
5646         (gl_array_list_implementation): Update.
5647         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
5648         function.
5649         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
5650         (gl_carray_sortedlist_search_from_to): New function.
5651         (gl_carray_list_implementation): Update.
5652         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
5653         gl_linked_sortedlist_indexof_from_to): New functions.
5654         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
5655         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
5656         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
5657         gl_tree_sortedlist_indexof_from_to): New functions.
5658         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
5659         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
5660         Update.
5661         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
5662         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
5663         Update.
5664
5665 2006-10-05  Bruno Haible  <bruno@clisp.org>
5666
5667         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
5668         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
5669         (struct gl_list_implementation): Add fields search_from_to,
5670         indexof_from_to. Remove fields search, indexof.
5671         (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_list.c (gl_list_search): Use the search_from_to method.
5676         (gl_list_search_from, gl_list_search_from_to): New functions.
5677         (gl_list_indexof): Use the indexof_from_to method.
5678         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
5679         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
5680         gl_array_indexof. Add start_index, end_index arguments.
5681         (gl_array_search_from_to): Renamed from gl_array_search. Add
5682         start_index, end_index arguments.
5683         (gl_array_remove, gl_array_list_implementation): Update.
5684         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
5685         gl_carray_indexof. Add start_index, end_index arguments.
5686         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
5687         start_index, end_index arguments.
5688         (gl_carray_remove, gl_carray_list_implementation): Update.
5689         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
5690         gl_linked_search. Add start_index, end_index arguments.
5691         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
5692         start_index, end_index arguments.
5693         (gl_linked_remove): Update.
5694         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
5695         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
5696         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
5697         field to 'size_t'.
5698         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
5699         gl_tree_search. Add start_index, end_index arguments.
5700         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
5701         start_index, end_index arguments.
5702         (gl_tree_remove): Update.
5703         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
5704         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
5705         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
5706         function.
5707         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
5708         gl_tree_search. Add start_index, end_index arguments.
5709         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
5710         start_index, end_index arguments.
5711         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
5712         Update.
5713         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
5714
5715 2006-10-05  Bruno Haible  <bruno@clisp.org>
5716
5717         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
5718
5719         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
5720         fwriteerror_temp): New declarations.
5721         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
5722         (descriptors): New variable.
5723         (cleanup): First, close the descriptors.
5724         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
5725         fclose_temp, fwriteerror_temp): New functions.
5726
5727 2006-10-04  Jim Meyering  <jim@meyering.net>
5728
5729         * lib/fts.c (fts_open): Tiny comment change.
5730
5731 2006-10-04  Bruno Haible  <bruno@clisp.org>
5732
5733         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
5734         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
5735         gl_LOCK_BODY.
5736         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
5737         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
5738         gl_LOCK_EARLY_BODY.
5739         (gl_LOCK): Require gl_LOCK_BODY.
5740
5741 2006-10-04  Bruno Haible  <bruno@clisp.org>
5742
5743         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
5744         (gl_oset_search_atleast): New declaration.
5745         (struct gl_oset_implementation): Add field 'search_atleast'.
5746         (gl_oset_search_atleast): New inline function.
5747         * lib/gl_oset.c (gl_oset_search_atleast): New function.
5748         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
5749         (gl_array_oset_implementation): Update.
5750         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
5751         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
5752         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
5753
5754 2006-10-04  Bruno Haible  <bruno@clisp.org>
5755
5756         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
5757
5758 2006-10-03  Bruno Haible  <bruno@clisp.org>
5759
5760         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
5761         from gl_avltreehash_list_implementation.
5762
5763 2006-10-03  Bruno Haible  <bruno@clisp.org>
5764
5765         * lib/gl_oset.c (gl_oset_add): Fix return type.
5766
5767 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
5768
5769         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
5770
5771 2006-10-02  Eric Blake  <ebb9@byu.net>
5772
5773         * modules/strnlen (Depends-on): Add extensions.
5774
5775 2006-10-02  Eric Blake  <ebb9@byu.net>
5776
5777         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
5778         definition in 2.60+.
5779
5780 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
5781
5782         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
5783         checks.
5784
5785 2006-10-02  Bruno Haible  <bruno@clisp.org>
5786
5787         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
5788         to the AUTOMAKE_OPTIONS.
5789         Reported by Jim Meyering.
5790
5791 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
5792
5793         Work around bug in Solaris 10 /proc file system:
5794         /proc/self/fd/NNN/.. isn't the parent directory of
5795         the directory whose file descriptor is NNN.  This needs to
5796         be worked around at run time, not compile time, since a
5797         program might be built on Solaris 8, where things work, and
5798         run on Solaris 10.
5799         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
5800         to use the following interface instead:
5801         (OPENAT_BUFFER_SIZE): New macro.
5802         (openat_proc_name): New function.
5803         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
5804         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
5805         Likewise.
5806         * lib/openat-proc.c: New file.
5807         * modules/openat (Files): Add lib/openat-proc.c.
5808         (Depends-on): Add same-inode, stdbool.
5809         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
5810
5811 2006-09-29  Bruno Haible  <bruno@clisp.org>
5812
5813         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
5814         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
5815         argument. Set stdout_closed before testing for ferror, not after.
5816         (fwriteerror, fwriteerror_no_ebadf): New functions.
5817
5818 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5819
5820         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
5821
5822 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
5823
5824         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
5825         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
5826
5827 2006-09-28  Jim Meyering  <jim@meyering.net>
5828
5829         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
5830         Include <unistd.h>.
5831
5832 2006-09-28  Bruno Haible  <bruno@clisp.org>
5833
5834         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
5835         * modules/linkedhash-list (Depends-on): Likewise.
5836         * modules/rbtreehash-list (Depends-on): Likewise.
5837
5838 2006-09-28  Bruno Haible  <bruno@clisp.org>
5839
5840         * lib/strndup.h: Simplify the redefinition of strndup.
5841         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
5842         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
5843
5844 2006-09-28  Bruno Haible  <bruno@clisp.org>
5845
5846         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
5847         * lib/gl_linkedhash_list.c: Likewise.
5848         * lib/gl_rbtreehash_list.c: Likewise.
5849
5850 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
5851
5852         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
5853         getaddrinfo.
5854
5855         * lib/__fpending.h: Don't include <stdio_ext.h> unless
5856         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
5857         it causes <stdio_ext.h> to cause a compile-time error.
5858         Problem reported by Nelson H. F. Beebe.
5859         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
5860         of HAVE_DECL___PENDING.
5861
5862         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
5863         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
5864         declaration.
5865
5866 2006-09-27  Jim Meyering  <jim@meyering.net>
5867
5868         This file could end up with a definition for a function
5869         named __strndup, rather than rpl_strndup on a system with
5870         incomplete weak_alias support.
5871         * lib/strndup.c (strndup): Rename from __strndup.
5872         Remove #defines that used to map __strndup to strndup.
5873         Don't use K&R prototypes.
5874         Remove LIBC-related code, since this file is not sync'd with glibc.
5875         * lib/strndup.h: Revamp, accordingly.
5876         * m4/strndup.m4: Modernize.
5877
5878 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
5879
5880         * modules/savewd (Depends-on): Add 'raise'.
5881         * lib/savewd.c: Include <signal.h>, for 'raise'.
5882
5883 2006-09-26  Jim Meyering  <jim@meyering.net>
5884
5885         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
5886         when we detect Darwin 8.7.0's acl_get_file bug.
5887         Rearrange to perform the new (below) run-test while $LIBS
5888         contains any acl-related library.  Set USE_ACL at the end.
5889         (gl_ACL_GET_FILE): New function.
5890
5891 2006-09-26  Eric Blake  <ebb9@byu.net>
5892
5893         * lib/verror.c: Include <config.h> unconditionally.
5894
5895 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
5896
5897         * modules/clock-time (Maintainer): Add self.
5898         * modules/getlogin_r (Depends-on): Add extensions.
5899
5900 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5901
5902         * modules/clock-time: New module.
5903         * modules/nanosleep (Depends-on): Add clock-time.
5904         * modules/gethrxtime (Depends-on): Likewise.
5905         * modules/gettime (Depends-on): Likewise.
5906         * modules/settime (Depends-on): Likewise.
5907
5908         * modules/fts-lgpl: Depend on openat.
5909         * modules/mkancesdirs: Depend on savewd.
5910         * modules/mkdir-p: Likewise.
5911
5912 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5913
5914         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
5915
5916         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
5917         `gl_have_arbitrary_file_name_length_limit' to
5918         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
5919         actually works between configure runs.
5920
5921 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5922             Bruno Haible  <bruno@clisp.org>
5923
5924         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
5925
5926 2006-09-25  Jim Meyering  <jim@meyering.net>
5927
5928         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
5929         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
5930
5931 2006-09-25  Eric Blake  <ebb9@byu.net>
5932
5933         * gnulib-tool (func_import, func_create_testdir): Fix typos in
5934         exec's in 2006-09-18 patch when shuffling fds.
5935
5936 2006-09-25  Bruno Haible  <bruno@clisp.org>
5937
5938         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
5939         Reported by Jim Meyering.
5940
5941 2006-09-24  Jim Meyering  <jim@meyering.net>
5942
5943         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
5944         compare a pointer against a literal "0".  That caused failures with
5945         at least HP-UX's hpcc.
5946
5947 2006-09-22  Simon Josefsson  <jas@extundo.com>
5948
5949         * modules/gc-sha1:
5950         * modules/gc-md4:
5951         * modules/gc-hmac-sha1:
5952         * modules/gc-hmac-md5:
5953         * modules/gc-des:
5954         * modules/gc-arcfour: Distribute more files.
5955
5956 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5957
5958         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
5959         (gl_linked_iterator_from_to): Initialize struct completely.
5960         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
5961         (gl_tree_iterator_from_to): Likewise
5962         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
5963         * lib/gl_array_list.c [lint] (gl_array_iterator)
5964         (gl_array_iterator_from_to): Likewise.
5965         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
5966         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
5967         (gl_carray_iterator_from_to): Likewise.
5968
5969         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
5970         * lib/md4.c (md4_process_block): Remove unused variable.
5971         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
5972         parentheses for clarity.
5973
5974 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5975
5976         * modules/bison-i18n (Depends-on): Add gettext.
5977
5978 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5979
5980         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
5981         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
5982         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
5983         also add missing comma that caused broken test.
5984         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
5985         stdlib.h, for `abort'.
5986         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
5987         variables.
5988         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
5989         include unistd.h if present, for `rmdir'.
5990         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
5991         variables.
5992         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
5993         in the process include standard headers for prototypes.
5994         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
5995         gets declared on GNU/Linux.
5996         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
5997         unistd.h, for `rmdir'.
5998         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
5999
6000         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
6001         always true.
6002         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
6003
6004         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
6005
6006 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6007
6008         * gnulib-tool (func_version): Create output all at once.  This
6009         may help avoid triggering unnecessary SIGPIPEs, and at any
6010         rate it doesn't hurt.
6011
6012 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6013             Bruno Haible  <bruno@clisp.org>
6014
6015         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
6016         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
6017         * m4/signed.m4 (bh_C_SIGNED): Likewise.
6018
6019         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
6020         (gl_FUNC_VASPRINTF): Invoke it.
6021
6022 2006-09-22  Bruno Haible  <bruno@clisp.org>
6023
6024         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
6025         getloadavg.c as first argument.
6026
6027 2006-09-22  Bruno Haible  <bruno@clisp.org>
6028
6029         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
6030         at the beginning of the gl_INIT macro.
6031         * modules/getloadavg (configure.ac): Pass $gl_source_base to
6032         gl_GETLOADAVG.
6033
6034 2006-09-22  Bruno Haible  <bruno@clisp.org>
6035
6036         * gnulib-tool (func_create_megatestdir): Don't include the config-h
6037         module.
6038         Suggested by Ralf Wildenhues.
6039
6040 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
6041
6042         Import this patch from libc:
6043
6044         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
6045
6046         * lib/regex_internal.c (re_string_reconstruct): Handle
6047         offset < pstr->valid_raw_len && pstr->offsets_needed case.
6048         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
6049         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
6050         re_string_context_at.
6051
6052         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
6053         now requires it.
6054         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
6055         gl_REGEX now does it for us.
6056         (gl_REGEX): Add test taken from
6057         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
6058
6059         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
6060         Check that large offsets work.  Modernize Autoconf usages.
6061         Prefer "yes" to mean a good thing rather than a bad.
6062         Don't put "#define mkstemp" in config.h, as this might interfere
6063         with standard system headers that "#define mkstemp mkstemp64".
6064
6065         * modules/mkstemp (Depends-on): Add extensions, so that
6066         mkstemp is visible on some platforms.
6067         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
6068         (Include): Change to "mkstemp.h" from <stdlib.h>.
6069         (Files): Add mkstemp.h.
6070
6071         * lib/mkstemp.h: New file, since some standard headers
6072         #define mkstemp.
6073         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
6074         Include "mkstemp.h".
6075         Make the _LIBC code resemble glibc original more,
6076         e.g., use K&R style.
6077         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
6078         (mkstemp): Remove, since mkstemp.h does this for us.
6079         * lib/stdlib--.h: Include mkstemp.h.
6080
6081         Import this patch from libc:
6082
6083         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
6084
6085         * lib/tempname.c (__gen_tempname): Change attempts_min
6086         into a macro.  Use preprocessor to decide how to initialize
6087         attempts [Coverity CID 67].
6088
6089 2006-09-20  Bruno Haible  <bruno@clisp.org>
6090
6091         * lib/mkdtemp.c: Import from libc.
6092         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
6093                 * sysdeps/posix/tempname.c (__gen_tempname): Change
6094                 attempts_min into a macro.  Use preprocessor to decide how to
6095                 initialize attempts [Coverity CID 67].
6096         2001-11-27  Paul Eggert  <eggert@twinsun.com>
6097                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
6098                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
6099
6100 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6101
6102         * gnulib-tool (func_exit): New function, to allow to pass the
6103         exit status portably through the trap.  Use everywhere.
6104         (--help, --version): Signal a write error.
6105         (trap): catch SIGPIPE, for write errors.
6106         Exit at the end of the trap, with the correct exit status.
6107
6108 2006-09-19  Karl Berry  <karl@gnu.org>
6109
6110         * doc/gnulib.texi: note about the license texinfo files.
6111
6112 2006-09-19  Eric Blake  <ebb9@byu.net>
6113
6114         * gnulib-tool: Avoid space-tab.
6115
6116 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
6117
6118         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
6119         that prevented coreutils 6.1 from building.  Problem reported
6120         by Petter Reinholdtsen.
6121
6122 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
6123
6124         * gnulib-tool (avoidlist): Fix typo that broke options like
6125         --avoid=lock that are used by coreutils bootstrap.
6126
6127 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
6128
6129         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
6130         more systematically.
6131
6132 2006-09-18  Jim Meyering  <jim@meyering.net>
6133
6134         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
6135
6136 2006-09-18  Bruno Haible  <bruno@clisp.org>
6137
6138         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
6139
6140 2006-09-18  Bruno Haible  <bruno@clisp.org>
6141
6142         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
6143         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
6144         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
6145         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
6146         * m4/gettext.m4: Require autoconf >= 2.52.
6147         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
6148         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
6149         of gl_cv_header_inttypes_h.
6150
6151 2006-09-18  Bruno Haible  <bruno@clisp.org>
6152
6153         * lib/javaversion.c: Include configmake.h.
6154
6155 2006-09-18  Bruno Haible  <bruno@clisp.org>
6156
6157         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
6158         avoid that the while loops be executed in a subshell.
6159
6160 2006-09-18  Bruno Haible  <bruno@clisp.org>
6161
6162         * MODULES.html.sh (func_module): Break long lines.
6163         Suggested by Bruce Korb <bkorb@gnu.org>.
6164
6165 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6166
6167         Speed up by a factor of 1.12.
6168         * gnulib-tool (nl): New variable.
6169         (func_import): Rewrite include directive extraction to only read each
6170         directive once.
6171
6172 2006-09-17  Bruno Haible  <bruno@clisp.org>
6173
6174         * modules/javaversion (Makefile.am): Remove DEFS setting.
6175         (Depends-on): Add configmake, for PKGDATADIR definition.
6176
6177 2006-09-17  Bruno Haible  <bruno@clisp.org>
6178
6179         * gnulib-tool (func_create_testdir): Rewrite all files at once.
6180
6181 2006-09-17  Bruno Haible  <bruno@clisp.org>
6182
6183         * gnulib-tool (func_append): New function, stolen from libtool.m4.
6184         (func_modules_transitive_closure, func_modules_add_dummy,
6185         func_modules_to_filelist, func_import, func_create_testdir,
6186         func_create_megatestdir, ...): Use it wherever possible.
6187         Suggested by Ralf Wildenhues.
6188
6189 2006-09-16  Karl Berry  <karl@gnu.org>
6190
6191         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
6192         to avoid sectioning errors.
6193         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
6194         [ifinfo]: blank line after @center-ed titles.
6195         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
6196         Spell FSF address consistently with others.
6197         (These changes approved by rms.)
6198
6199 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6200
6201         Speed up by a factor of 1.61.
6202         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
6203         already checked module names again.
6204
6205 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6206
6207         Speed up by a factor of 1.13.
6208         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
6209         for new_files, and the input to func_add_or_update.
6210
6211 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6212
6213         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
6214         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
6215
6216 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
6217
6218         * modules/mkancesdirs (Depends-on): Add fcntl.
6219         * modules/savewd: New file.
6220         * MODULES.html.sh (File system functions): Add savewd.
6221
6222         * modules/configmake (Makefile.am): Add support for the
6223         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
6224
6225 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
6226
6227         * m4/savewd.m4: New file.
6228
6229 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
6230
6231         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
6232         (dirchownmod): New arg FD.  All callers changed.
6233         Use FD rather than opening the directory ourself, as opening is
6234         now the caller's responsibility.
6235         * lib/dirchownmod.h: Likewise.
6236         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
6237         hosts that require <sys/types.h> before <sys/stat.h>.  Include
6238         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
6239         (test_dir): Remove.
6240         (mkancesdirs): Return length of prefix of FILE that has already
6241         been made, or -2 if there is a child doing the work.  Redo
6242         algorithm so that it is O(N) rather than O(N**2).  Optimize away
6243         ".", and treat ".." specially since it might stray back into
6244         already-created areas.  Use a subprocess if necessary.  New arg
6245         WD; all users changed.  MAKE_DIR function should now return 1
6246         if it creates a directory that is not readable.  Return -2 if
6247         a child process is spun off.
6248         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
6249         Adjust signature to match code.
6250         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
6251         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
6252         all users changed.
6253         * lib/savewd.c, lib/savewd.h: New files.
6254
6255 2006-09-15  Jim Meyering  <jim@meyering.net>
6256
6257         * modules/rename-dest-slash: New module.
6258         * MODULES.html.sh (posix_compat): Add it here.
6259
6260         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
6261
6262 2006-09-15  Jim Meyering  <jim@meyering.net>
6263
6264         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
6265         file.
6266
6267         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
6268
6269 2006-09-15  Jim Meyering  <jim@meyering.net>
6270
6271         * lib/rename-dest-slash.c (has_trailing_slash): Use
6272         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
6273         (rpl_rename_dest_slash): Perform the cheaper trailing slash
6274         test before testing whether SRC is a directory.
6275         Suggestions from Bruno Haible.
6276
6277         Avoid a warning about an unused variable.
6278         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
6279         into the #ifdef block where it's used.
6280
6281         * lib/rename-dest-slash.c: New file.
6282
6283 2006-09-14  Bruno Haible  <bruno@clisp.org>
6284
6285         * lib/allocsa.c: Include <config.h> unconditionally.
6286         * lib/asnprintf.c: Likewise.
6287         * lib/asprintf.c: Likewise.
6288         * lib/c-strcasecmp.c: Likewise.
6289         * lib/c-strcasestr.c: Likewise.
6290         * lib/c-strncasecmp.c: Likewise.
6291         * lib/c-strstr.c: Likewise.
6292         * lib/classpath.c: Likewise.
6293         * lib/clean-temp.c: Likewise.
6294         * lib/concatpath.c: Likewise.
6295         * lib/copy-file.c: Likewise.
6296         * lib/csharpcomp.c: Likewise.
6297         * lib/csharpexec.c: Likewise.
6298         * lib/execute.c: Likewise.
6299         * lib/fatal-signal.c: Likewise.
6300         * lib/findprog.c: Likewise.
6301         * lib/fwriteerror.c: Likewise.
6302         * lib/gl_array_list.c: Likewise.
6303         * lib/gl_array_oset.c: Likewise.
6304         * lib/gl_avltree_list.c: Likewise.
6305         * lib/gl_avltree_oset.c: Likewise.
6306         * lib/gl_avltreehash_list.c: Likewise.
6307         * lib/gl_carray_list.c: Likewise.
6308         * lib/gl_linked_list.c: Likewise.
6309         * lib/gl_linkedhash_list.c: Likewise.
6310         * lib/gl_list.c: Likewise.
6311         * lib/gl_oset.c: Likewise.
6312         * lib/gl_rbtree_list.c: Likewise.
6313         * lib/gl_rbtree_oset.c: Likewise.
6314         * lib/gl_rbtreehash_list.c: Likewise.
6315         * lib/imaxabs.c: Likewise.
6316         * lib/imaxdiv.c: Likewise.
6317         * lib/javacomp.c: Likewise.
6318         * lib/javaexec.c: Likewise.
6319         * lib/javaversion.c: Likewise.
6320         * lib/linebreak.c: Likewise.
6321         * lib/localcharset.c: Likewise.
6322         * lib/lock.c: Likewise.
6323         * lib/mbchar.c: Likewise.
6324         * lib/mbswidth.c: Likewise.
6325         * lib/mkdtemp.c: Likewise.
6326         * lib/pipe.c: Likewise.
6327         * lib/printf-args.c: Likewise.
6328         * lib/printf-parse.c: Likewise.
6329         * lib/progname.c: Likewise.
6330         * lib/progreloc.c: Likewise.
6331         * lib/readlink.c: Likewise.
6332         * lib/sh-quote.c: Likewise.
6333         * lib/stpcpy.c: Likewise.
6334         * lib/stpncpy.c: Likewise.
6335         * lib/strcasecmp.c: Likewise.
6336         * lib/strcasestr.c: Likewise.
6337         * lib/strcspn.c: Likewise.
6338         * lib/striconv.c: Likewise.
6339         * lib/strncasecmp.c: Likewise.
6340         * lib/strnlen1.c: Likewise.
6341         * lib/strstr.c: Likewise.
6342         * lib/strtok_r.c: Likewise.
6343         * lib/tls.c: Likewise.
6344         * lib/tmpdir.c: Likewise.
6345         * lib/unicodeio.c: Likewise.
6346         * lib/unsetenv.c: Likewise.
6347         * lib/vasnprintf.c: Likewise.
6348         * lib/vasprintf.c: Likewise.
6349         * lib/wait-process.c: Likewise.
6350         * lib/xallocsa.c: Likewise.
6351         * lib/xsetenv.c: Likewise.
6352         * lib/xstriconv.c: Likewise.
6353
6354 2006-09-13  Simon Josefsson  <jas@extundo.com>
6355
6356         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
6357         that internally, suggested by Ralf Wildenhues
6358         <Ralf.Wildenhues@gmx.de>.
6359
6360 2006-09-13  Simon Josefsson  <jas@extundo.com>
6361
6362         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
6363         @LIBOBJS@.
6364         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6365
6366 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
6367
6368         * lib/_fpending.c: Include <config.h> unconditionally, since we no
6369         longer worry about uses that don't define HAVE_CONFIG_H.
6370         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
6371         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
6372         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
6373         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
6374         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
6375         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
6376         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
6377         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
6378         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
6379         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
6380         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
6381         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
6382         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
6383         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
6384         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
6385         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
6386         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
6387         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
6388         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
6389         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
6390         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
6391         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
6392         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
6393         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
6394         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
6395         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
6396         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
6397         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
6398         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
6399         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
6400         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
6401         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
6402         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
6403         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
6404         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
6405         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
6406         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
6407         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
6408         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
6409         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
6410         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
6411         Likewise.
6412
6413 2006-09-13  Eric Blake  <ebb9@byu.net>
6414
6415         * lib/getopt.c: Fix typo in last commit.
6416
6417 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
6418
6419         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
6420         dgettext.
6421
6422 2006-09-12  Jim Meyering  <jim@meyering.net>
6423
6424         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
6425         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
6426         Reported by Nelson H. F. Beebe.
6427
6428 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
6429
6430         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
6431         program_invocation_name and program_invocation_short_name are
6432         initialized.
6433         * lib/argp-namefrob.h: Move declarations of program_invocation_name
6434         and program_invocation_short_name to argp.h, so they are visible
6435         to user programs.
6436         * lib/argp.h: Likewise
6437
6438 2006-09-10  Bruno Haible  <bruno@clisp.org>
6439
6440         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
6441         m4/inttypes_h.m4, m4/uintmax_t.m4.
6442
6443 2006-09-10  Bruno Haible  <bruno@clisp.org>
6444
6445         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
6446         gl_AC_TYPE_UINTMAX_T.
6447
6448 2006-09-10  Bruno Haible  <bruno@clisp.org>
6449
6450         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
6451
6452 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
6453
6454         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
6455         convention.  Text proposed by Bruno Haible.
6456         (struct argp_option): Document the use of N_() wrappers.
6457
6458         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
6459         '\v', and translate the two parts separately, instead of feeding
6460         the whole string to gettext.  This allows to exclude
6461         '\v' from the strings visible to the translator by writing doc
6462         strings as N_("..") "\v" N_("..").
6463
6464 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
6465
6466         * config/srclist.txt: Undo latest change; the bug was fixed.
6467
6468 2006-09-09  Bruno Haible  <bruno@clisp.org>
6469
6470         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
6471         assignments if building a library without libtool.
6472         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
6473         in func_emit_lib_Makefile_am.
6474         (func_import): When building a static library libfoo.a, arrange to
6475         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
6476         (func_create_testdir): Likewise.
6477         * modules/gc (configure.ac, Makefile.am): If building statically,
6478         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
6479         * modules/iconvme (configure.ac, Makefile.am): Likewise.
6480         * modules/striconv (configure.ac, Makefile.am): Likewise.
6481         Based on a suggestion by Ralf Wildenhues.
6482
6483 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
6484
6485         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
6486         Check for unistd.h too, since Autoconf doesn't assume POSIX.
6487         Also:
6488
6489         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
6490         Add year_2050_test to catch glibc bug 2821
6491         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
6492
6493         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6494         Prefer #ifdef to #if.
6495
6496         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
6497         Return from 'main' instead of calling 'exit'.
6498
6499 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
6500
6501         * lib/mktime.c (guess_time_tm): Fix bug where mktime
6502         returned the maximum time_t value rather than (time_t) -1.
6503         Problem originally reported by William Bardwell
6504         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
6505
6506         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
6507         Moved to here ...
6508         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
6509         ... from here.
6510
6511 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
6512
6513         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
6514         2821 is fixed.
6515
6516 2006-09-08  Jim Meyering  <jim@meyering.net>
6517
6518         Don't make generated files read-only.  That would bother too many
6519         people.  However, do retain the ability to work when targets are
6520         read-only: remove the destination and temporary files before writing
6521         them (when generated via sed or echo), or by using the -f option for
6522         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
6523         * modules/alloca-opt, modules/argz, modules/arpa_inet:
6524         * modules/byteswap, modules/configmake, modules/fcntl:
6525         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
6526         * modules/localcharset, modules/netinet_in, modules/poll:
6527         * modules/stdbool, modules/stdint, modules/sys_select:
6528         * modules/sys_socket, modules/sys_stat, modules/sysexits:
6529
6530 2006-09-08  Jim Meyering  <jim@meyering.net>
6531
6532         Avoid new build failure on FreeBSD 6.0.
6533         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
6534         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
6535         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
6536
6537 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6538
6539         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
6540
6541 2006-09-07  Jim Meyering  <jim@meyering.net>
6542
6543         Fix global typo in last change: use chmod u-w, not chmod u-x.
6544         Spotted by Paul Eggert and Bruce Korb.
6545         * modules/alloca-opt, modules/argz, modules/arpa_inet:
6546         * modules/byteswap, modules/configmake, modules/fcntl:
6547         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
6548         * modules/localcharset, modules/netinet_in, modules/poll:
6549         * modules/stdbool, modules/stdint, modules/sys_select:
6550         * modules/sys_socket, modules/sys_stat, modules/sysexits:
6551
6552 2006-09-06  Jim Meyering  <jim@meyering.net>
6553
6554         Make generated files be read-only.
6555         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
6556         Ensure that each generated file is now read-only.
6557         * modules/argz: Likewise.
6558         * modules/arpa_inet: Likewise.
6559         * modules/byteswap: Likewise.
6560         * modules/configmake: Likewise.
6561         * modules/fcntl: Likewise.
6562         * modules/fnmatch: Likewise.
6563         * modules/getopt: Likewise.
6564         * modules/glob: Likewise.
6565         * modules/inttypes: Likewise.
6566         * modules/netinet_in: Likewise.
6567         * modules/poll: Likewise.
6568         * modules/stdbool: Likewise.
6569         * modules/stdint: Likewise.
6570         * modules/sys_select: Likewise.
6571         * modules/sys_socket: Likewise.
6572         * modules/sys_stat: Likewise.
6573         * modules/sysexits: Likewise.
6574         * modules/localcharset: Same as above, but continue using temporary
6575         file named "t-$@" (why different?) rather than the "$@-t" used
6576         everywhere else.
6577
6578         * modules/sysexits (Makefile.am): Replace literal occurrences
6579         of "sysexit.h" more readable, and more consistent, "$@".
6580
6581 2006-09-06  Bruno Haible  <bruno@clisp.org>
6582
6583         * modules/striconv: New file.
6584         * modules/xstriconv: New file.
6585         * MODULES.html.sh (Internationalization functions): Add striconv,
6586         xstriconv.
6587
6588 2006-09-06  Bruno Haible  <bruno@clisp.org>
6589
6590         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
6591         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
6592         not using libtool correctly.
6593
6594 2006-09-06  Bruno Haible  <bruno@clisp.org>
6595
6596         * lib/striconv.h: New file.
6597         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
6598         iconvstring.c.
6599         * lib/xstriconv.h: New file.
6600         * lib/xstriconv.c: New file.
6601
6602 2006-09-06  Bruno Haible  <bruno@clisp.org>
6603
6604         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
6605         lib_..._LDFLAGS.
6606
6607 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6608
6609         * lib/argz_.h: Sync from Libtool.
6610
6611         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
6612                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6613
6614         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
6615
6616 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
6617
6618         * modules/trim: New file.
6619
6620 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
6621
6622         * lib/trim.h: New file.
6623         * lib/trim.c: New file.
6624
6625 2006-09-05  Bruno Haible  <bruno@clisp.org>
6626
6627         * MODULES.html.sh (String handling): Add trim.
6628
6629 2006-09-04  Karl Berry  <karl@gnu.org>
6630
6631         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
6632         until next release.
6633
6634 2006-09-03  Bruno Haible  <bruno@clisp.org>
6635
6636         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
6637         correctly.
6638
6639 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
6640
6641         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
6642         not gl_GETLOADAVG.  Omit unneeded semicolons.
6643         Problems reported by Ralf Wildenhues in
6644         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
6645         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
6646         at the end, which is the usual gnulib style.
6647
6648         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
6649         of doing all the work ourselves.
6650         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
6651         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
6652
6653 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
6654
6655         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
6656         Problem reported by Ralf Wildenhues in
6657         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
6658
6659         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
6660         HAVE_STRUCT_STATFS_F_FSTYPENAME.
6661
6662 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
6663
6664         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
6665         yesterday's patch by changing test -n to test -z.
6666
6667 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
6668
6669         * modules/getloadavg (Files): Add m4/getloadavg.m4.
6670         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
6671         the former is now obsolescent.
6672
6673         * modules/chdir-long (Depends-on): Add fcntl.
6674
6675 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
6676
6677         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
6678         obsolescent, and programs should use gnulib instead.
6679         * m4/getloadavg.m4: New file, with contents taken from Autoconf
6680         but with prefixes changed.
6681
6682 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
6683
6684         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
6685         or stdbool.h, because they might not exist while configuring.
6686
6687         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
6688         Don't include unistd.h or limits.h; not needed, since chdir-long.h
6689         does that for us.
6690         (O_DIRECTORY): Remove.
6691
6692 2006-08-31  Eric Blake  <ebb9@byu.net>
6693
6694         * gnulib-tool: Don't let emacs change spaces to TAB.
6695
6696 2006-08-31  Bruno Haible  <bruno@clisp.org>
6697
6698         * gnulib-tool: When calling func_import more than once, do it in a
6699         subshell.
6700         Reported by Eric Blake <ebb9@byu.net>.
6701
6702 2006-08-31  Bruno Haible  <bruno@clisp.org>
6703
6704         * gnulib-tool (nl): Remove variable.
6705         (sed_transform_lib_file): Use more robust test for config-h module.
6706         (func_import): Fix typo in 2006-08-25 patch.
6707
6708 2006-08-31  Bruno Haible  <bruno@clisp.org>
6709
6710         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
6711         specified, augment Makefile.am variables instead of assigning them.
6712
6713 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
6714
6715         Work around a bug in both the Linux and SunOS 64-bit kernels:
6716         nanosleep mishandles sleeps for longer than 2**31 seconds.
6717         Problem reported by Frank v Waveren in
6718         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
6719         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
6720         Check for nanosleep bug.
6721         (LIB_NANOSLEEP): Append clock_gettime library if needed.
6722
6723 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
6724
6725         Work around a bug in both the Linux and SunOS 64-bit kernels:
6726         nanosleep mishandles sleeps for longer than 2**31 seconds.
6727         Problem reported by Frank v Waveren in
6728         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
6729         * lib/nanosleep.c (BILLION): New constant.
6730         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
6731         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
6732         implementation.
6733
6734 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
6735
6736         * modules/nanosleep (Depends-on): Add gettime.
6737
6738 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
6739         and Simon Josefsson  <jas@extundo.com>
6740         and Oskar Liljeblad  <oskar@osk.mine.nu>
6741
6742         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
6743         * gnulib-tool (func_import): New license type 'unmodifiable license
6744         text'.
6745         * modules/fdl: Use it.  Longer description.
6746         * module/gpl, module/lgpl: New files.
6747
6748 2006-08-30  Jim Meyering  <jim@meyering.net>
6749
6750         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
6751         shadowing the parameter.
6752
6753 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6754
6755         Sync from Libtool:
6756
6757         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6758
6759         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
6760         sharing with gnulib.  Report by Eric Blake.
6761
6762 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
6763
6764         * modules/isapipe: New file.
6765         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
6766
6767 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
6768
6769         * modules/configmake (Makefile.am): Add a comment, and omit
6770         the CONFIGMAKE_ prefix from generated macro names.  Suggested
6771         by Bruno Haible.
6772
6773 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
6774
6775         * m4/isapipe.m4: New file.
6776
6777 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
6778
6779         * lib/isapipe.c, lib/isapipe.h: New files.
6780
6781 2006-08-29  Jim Meyering  <jim@meyering.net>
6782
6783         * modules/configmake (Makefile.am): Make configmake.h depend on
6784         Makefile.  Otherwise, a stale configmake.h could hang around.
6785
6786 2006-08-29  Eric Blake  <ebb9@byu.net>
6787
6788         * lib/error.c (error_at_line, print_errno_message): Match libc, after
6789         resolution of upstream bug 3044.
6790
6791 2006-08-29  Bruno Haible  <bruno@clisp.org>
6792
6793         * modules/localcharset (Depends-on): Add configmake.
6794         (Makefile.am): Remove setting of LIBDIR through DEFS.
6795
6796 2006-08-29  Bruno Haible  <bruno@clisp.org>
6797
6798         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
6799         defined.
6800
6801 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6802
6803         * modules/fcntl: New file.
6804         * modules/chdir-safer (Depends-on): Add fcntl.
6805         * modules/fts: Likewise.
6806         * modules/mkdir-p: Likewise.
6807
6808         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
6809         This undoes the most recent change, since we're now addressing the
6810         problem in a different way.
6811
6812         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
6813         into output, since the output might be called Makefile.am even
6814         if $makefile_name is something different.
6815         (func_import): Use $makefile_am rather than
6816         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
6817         empty.
6818
6819         * modules/inttypes (Files): Add m4/inttypes-h.m4.
6820
6821 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6822
6823         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
6824         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
6825         recent change to stdint.m4, since we're now addressing the problem in a
6826         different way.
6827
6828 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6829
6830         * m4/fcntl_h.m4: New file.
6831
6832 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6833
6834         * lib/fcntl_.h: New file.
6835         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
6836         the fcntl module.
6837         * lib/dirchownmod.c: Likewise.
6838         * lib/fts.c: Likewise.
6839
6840         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
6841         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
6842         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
6843         just before including <inttypes.h>, to avoid circular inclusion.
6844
6845 2006-08-28  Jim Meyering  <jim@meyering.net>
6846
6847         * doc/visibility.texi: Actually read and correct the grammar of the
6848         sentence affected by yesterday's change.
6849
6850 2006-08-28  Eric Blake  <ebb9@byu.net>
6851
6852         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
6853         needs wrapper.
6854
6855 2006-08-28  Eric Blake  <ebb9@byu.net>
6856
6857         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
6858
6859 2006-08-28  Eric Blake  <ebb9@byu.net>
6860
6861         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
6862
6863 2006-08-28  Bruno Haible  <bruno@clisp.org>
6864
6865         * modules/c-strstr: New file, from GNU gettext.
6866         * MODULES.html.sh (String handling): Add c-strstr.
6867
6868 2006-08-28  Bruno Haible  <bruno@clisp.org>
6869
6870         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
6871         macros.
6872         Reported by Eric Blake.
6873
6874 2006-08-28  Bruno Haible  <bruno@clisp.org>
6875
6876         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
6877         (VASNPRINTF): Return a string of length > INT_MAX without failing.
6878         * lib/vasprintf.c: Include errno.h, limits.h.
6879         (EOVERFLOW): New fallback definition.
6880         (vasprintf): Test here whether the string length is > INT_MAX.
6881         * lib/vsnprintf.c: Include errno.h, limits.h.
6882         (EOVERFLOW): New fallback definition.
6883         (vsnprintf): Fix bug when generated string was too long for the buffer.
6884         Test here whether the string length is > INT_MAX.
6885
6886 2006-08-28  Bruno Haible  <bruno@clisp.org>
6887
6888         * lib/inttypes_.h (SCNX*): Remove definitions.
6889         Reported by Eric Blake.
6890
6891 2006-08-28  Bruno Haible  <bruno@clisp.org>
6892
6893         * lib/c-strstr.h: New file, from GNU gettext.
6894         * lib/c-strstr.c: New file, from GNU gettext.
6895
6896 2006-08-28  Bruno Haible  <bruno@clisp.org>
6897
6898         * gnulib-tool: Reorder some statements.
6899
6900 2006-08-28  Bruno Haible  <bruno@clisp.org>
6901
6902         * gnulib-tool: New option --makefile-name.
6903         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
6904         $makefile_name.
6905         (func_import): Write $makefile_name to the cache file, and read it from
6906         there unless explicitly specified. Use $makefile_name as file name
6907         instead of Makefile.am. Adjust the recommendations accordingly.
6908
6909 2006-08-28  Bruno Haible  <bruno@clisp.org>
6910
6911         * gnulib-tool (func_verify_module): Check against misapplying patch.
6912
6913 2006-08-28  Bruno Haible  <bruno@clisp.org>
6914
6915         * gnulib-tool (func_relativize, func_relconcat): New functions.
6916         Give an error if --local-dir is given with --update.
6917         Remove trailing slashes from $local_gnulib_dir.
6918         (func_import): Store the relativized $local_gnulib_dir in
6919         gnulib-cache.m4, and read it from there if not specified explicitly.
6920
6921 2006-08-28  Bruno Haible  <bruno@clisp.org>
6922
6923         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
6924         is the current directory. Respect also $local_gnulib_dir.
6925
6926 2006-08-28  Bruno Haible  <bruno@clisp.org>
6927             Simon Josefsson  <jas@extundo.com>
6928
6929         BeOS portability.
6930         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
6931
6932 2006-08-27  Jim Meyering  <jim@meyering.net>
6933
6934         * doc/visibility.texi: Remove duplicate word: "pointer".
6935
6936 2006-08-26  Bruno Haible  <bruno@clisp.org>
6937
6938         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
6939         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
6940         (Makefile.am): Create inttypes.h from inttypes_.h.
6941         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
6942
6943         * modules/imaxabs: New file.
6944
6945         * modules/imaxdiv: New file.
6946
6947 2006-08-26  Bruno Haible  <bruno@clisp.org>
6948
6949         * m4/inttypes.m4: New file.
6950         * m4/_inttypes_h.m4: Remove file.
6951         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
6952         PRI_MACROS_BROKEN.
6953         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
6954
6955         * m4/imaxabs.m4: New file.
6956
6957         * m4/imaxdiv.m4: New file.
6958
6959 2006-08-26  Bruno Haible  <bruno@clisp.org>
6960
6961         * lib/inttypes_.h: New file.
6962         * lib/inttypes.h: Remove file.
6963         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
6964
6965         * lib/imaxabs.c: New file.
6966
6967         * lib/imaxdiv.c: New file.
6968
6969 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
6970
6971         New config-h module, so that "make" output needn't be cluttered
6972         by -DHAVE_CONFIG_H.
6973         * MODULES.html.sh (Support for building libraries and executables):
6974         Add config-h.
6975         * modules/config-h: New file.
6976         * gnulib-tool (nl, sed_transform_lib_file): New vars.
6977         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
6978         the config-h module is used.
6979
6980         New configmake module, so that "make" output needn't be cluttered
6981         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
6982         * MODULES.html.sh (Support for building libraries and executables):
6983         Add configmake.
6984         * modules/configmake: New file.
6985
6986 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
6987
6988         * m4/config-h.m4: New file.
6989
6990 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
6991
6992         * config/srclist.txt: Add elisp-comp.
6993
6994 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
6995
6996         * MODULES.html.sh (Support for building libraries and executables):
6997         Add elisp-comp.
6998         * build-aux/elisp-comp: New file.
6999         * modules/elisp-comp: New file.
7000
7001 2006-08-24  Bruno Haible  <bruno@clisp.org>
7002
7003         * gnulib-tool (func_create_testdir): Use non-default values of
7004         sourcebase and m4base.
7005
7006 2006-08-24  Bruno Haible  <bruno@clisp.org>
7007
7008         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
7009         HTML structure.
7010
7011 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
7012
7013         * modules/openat (Depends-on): Add lchown.
7014
7015 2006-08-23  Bruno Haible  <bruno@clisp.org>
7016
7017         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
7018         of gl_LOCK_EARLY instead of gl_LOCK.
7019
7020 2006-08-23  Bruno Haible  <bruno@clisp.org>
7021
7022         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
7023         on OSF/1 to no.
7024         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
7025
7026 2006-08-23  Bruno Haible  <bruno@clisp.org>
7027
7028         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
7029         as unusable.
7030
7031         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
7032         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
7033         (gl_LOCK): New macro.
7034
7035 2006-08-22  Simon Josefsson  <jas@extundo.com>
7036
7037         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
7038         to md5 module.
7039
7040 2006-08-22  Simon Josefsson  <jas@extundo.com>
7041
7042         * MODULES.html.sh: Add "Support for maintaining and release
7043         projects".
7044
7045         * build-aux/gnupload: New file, from coreutils.
7046
7047 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
7048
7049         Avoid the need for AC_LIBSOURCES in m4 macros.
7050         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
7051         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
7052         * modules/check-version (EXTRA_DIST): Add check-version.h.
7053         * modules/crc (EXTRA_DIST): Add crc.h.
7054         * modules/des (EXTRA_DIST): Add des.h.
7055         * modules/gc (EXTRA_DIST): Add gc.h.
7056         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
7057         * modules/getline (EXTRA_DIST): Add getline.h.
7058         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
7059         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
7060         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
7061         * modules/md2 (EXTRA_DIST): Add md2.h.
7062         * modules/md4 (EXTRA_DIST): Add md4.h.
7063         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
7064         * modules/read-file (EXTRA_DIST): Add read-file.h.
7065         * modules/readline (EXTRA_DIST): Add readline.h.
7066         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
7067         rijndael-api-fst.h.
7068
7069 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
7070
7071         * m4/rijndael.m4 (gl_ARCFOUR):
7072         * m4/arctwo.m4 (gl_ARCTWO):
7073         * m4/check-version.m4 (gl_CHECK_VERSION):
7074         * m4/crc.m4 (gl_CRC):
7075         * m4/des.m4 (gl_DES):
7076         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
7077         * m4/gc.m4 (gl_GC):
7078         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
7079         * m4/getline.m4 (gl_FUNC_GETLINE):
7080         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
7081         * m4/hmac-md5.m4 (gl_HMAC_MD5):
7082         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
7083         * m4/md2.m4 (gl_MD2):
7084         * m4/md4.m4 (gl_MD4):
7085         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
7086         * m4/read-file.m4 (gl_FUNC_READ_FILE):
7087         * m4/readline.m4 (gl_FUNC_READLINE):
7088         * m4/rijndael.m4 (gl_RIJNDAEL):
7089         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
7090         to get the necessary .h files and whatnot.
7091
7092 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
7093
7094         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
7095         gnulib rather than the other way around.
7096         * config/srclistvars.sh (COREUTILS): Remove.
7097
7098 2006-08-22  Jim Meyering  <jim@meyering.net>
7099
7100         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
7101
7102         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
7103
7104 2006-08-22  Eric Blake  <ebb9@byu.net>
7105
7106         * modules/regexprops-generic: New file.
7107         * MODULES.html.sh (Support for building documentation): List it.
7108
7109 2006-08-22  Eric Blake  <ebb9@byu.net>
7110
7111         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
7112         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
7113         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
7114         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
7115
7116 2006-08-22  Bruno Haible  <bruno@clisp.org>
7117
7118         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
7119         and lib_LTLIBRARIES like the other lib_* variables.
7120
7121 2006-08-22  Bruno Haible  <bruno@clisp.org>
7122
7123         * build-aux/x-to-1.in: New file, from GNU gettext.
7124
7125 2006-08-22  Bruno Haible  <bruno@clisp.org>
7126
7127         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
7128         <utmpx.h> exists.
7129
7130 2006-08-22  Bruno Haible  <bruno@clisp.org>
7131
7132         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
7133         <utmpx.h> exists.
7134
7135 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
7136
7137         BeOS portability.
7138         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
7139         exist.
7140         Problem reported by Bruno Haible.
7141
7142 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
7143
7144         Avoid the need for AC_LIBSOURCES in m4 macros.
7145         * modules/acl (EXTRA_DIST): Add acl.h.
7146         * modules/argmatch (Files): Add m4/argmatch.m4.
7147         (configure.ac): Add gl_ARGMATCH.
7148         (EXTRA_DIST): Renamed from lib_SOURCES, for
7149         consistency with the other modules.  Remove argmatch.c.
7150         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
7151         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
7152         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
7153         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
7154         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
7155         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
7156         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
7157         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
7158         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
7159         * modules/closeout (EXTRA_DIST): Add closeout.h.
7160         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
7161         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
7162         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
7163         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
7164         dirname.h; remove basename.c and stripslash.c.
7165         * modules/exclude (EXTRA_DIST): Add exclude.h.
7166         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
7167         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
7168         * modules/file-type (EXTRA_DIST): Add file-type.h.
7169         * modules/filemode (EXTRA_DIST): Add filemode.h.
7170         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
7171         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
7172         * modules/fpending (EXTRA_DIST): Add __fpending.h.
7173         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
7174         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
7175         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
7176         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
7177         * modules/getdate (EXTRA_DIST): Add getdate.c.
7178         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
7179         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
7180         * modules/getpass (EXTRA_DIST): Add getpass.h.
7181         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
7182         * modules/group-member (EXTRA_DIST): Add group-member.h.
7183         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
7184         * modules/hash (EXTRA_DIST): Add hash.h.
7185         * modules/human (EXTRA_DIST): Add human.h.
7186         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
7187         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
7188         * modules/lchown (EXTRA_DIST): Add lchown.h.
7189         * modules/long-options (EXTRA_DIST): Add long-options.h.
7190         * modules/lstat (EXTRA_DIST): Add lstat.h.
7191         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
7192         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
7193         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
7194         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
7195         * modules/memxor (EXTRA_DIST): Add memxor.h.
7196         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
7197         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
7198         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
7199         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
7200         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
7201         * modules/physmem (EXTRA_DIST): Add physmem.h.
7202         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
7203         * modules/posixver (EXTRA_DIST): Add posixver.h.
7204         * modules/quote (EXTRA_DIST): Add quote.h.
7205         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
7206         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
7207         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
7208         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
7209         regex_internal.h regexec.c.
7210         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
7211         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
7212         * modules/same (EXTRA_DIST): Add same.h.
7213         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
7214         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
7215         * modules/savedir (EXTRA_DIST): Add savedir.h.
7216         * modules/sha1 (EXTRA_DIST): Add sha1.h.
7217         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
7218         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
7219         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
7220         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
7221         * modules/strdup (EXTRA_DIST): Add strdup.h.
7222         * modules/strftime (EXTRA_DIST): Add strftime.h.
7223         * modules/strndup (EXTRA_DIST): Add strndup.h.
7224         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
7225         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
7226         * modules/time_r (EXTRA_DIST): Add time_r.h.
7227         * modules/timespec (EXTRA_DIST): Add timespec.h.
7228         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
7229         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
7230         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
7231         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
7232         * modules/userspec (EXTRA_DIST): Add userspec.h.
7233         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
7234         * modules/utimens (EXTRA_DIST): Add utimens.h.
7235         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
7236         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
7237         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
7238         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
7239         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
7240         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
7241         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
7242         * modules/yesno (EXTRA_DIST): Add yesno.h.
7243
7244 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
7245
7246         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
7247
7248         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
7249         * m4/dev-ino.m4, same-inode.m4: Remove.
7250
7251         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
7252         * m4/acl.m4 (AC_FUNC_ACL):
7253         * m4/backupfile.m4 (gl_BACKUPFILE):
7254         * m4/c-strtod.m4 (gl_C99_STRTOLD):
7255         * m4/canon-host.m4 (gl_CANON_HOST):
7256         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
7257         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
7258         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
7259         * m4/cloexec.m4 (gl_CLOEXEC):
7260         * m4/close-stream.m4 (gl_CLOSE_STREAM):
7261         * m4/closeout.m4 (gl_CLOSEOUT):
7262         * m4/dirfd.m4 (gl_FUNC_DIRFD):
7263         * m4/dirname.m4 (gl_DIRNAME):
7264         * m4/exclude.m4 (gl_EXCLUDE):
7265         * m4/exitfail.m4 (gl_EXITFAIL):
7266         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
7267         * m4/file-type.m4 (gl_FILE_TYPE):
7268         * m4/filemode.m4 (gl_FILEMODE):
7269         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
7270         * m4/fpending.m4 (gl_FUNC_FPENDING):
7271         * m4/fprintftime.m4 (gl_FPRINTFTIME):
7272         * m4/fts.m4 (gl_FUNC_FTS):
7273         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
7274         * m4/getdate.m4 (gl_GETDATE):
7275         * m4/gethrxtime.m4 (gl_GETHRXTIME):
7276         * m4/getpagesize.m4 (gl_GETPAGESIZE):
7277         * m4/getpass.m4 (gl_FUNC_GETPASS):
7278         * m4/gettime.m4 (gl_GETTIME):
7279         * m4/getugroups.m4 (gl_GETUGROUPS):
7280         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
7281         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
7282         * m4/hard-locale.m4 (gl_HARD_LOCALE):
7283         * m4/hash.m4 (gl_HASH):
7284         * m4/idcache.m4 (gl_IDCACHE):
7285         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
7286         * m4/lchown.m4 (gl_FUNC_LCHOWN):
7287         * m4/long-options.m4 (gl_LONG_OPTIONS):
7288         * m4/lstat.m4 (gl_FUNC_LSTAT):
7289         * m4/md5.m4 (gl_MD5):
7290         * m4/memcasecmp.m4 (gl_MEMCASECMP):
7291         * m4/memcoll.m4 (gl_MEMCOLL):
7292         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
7293         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
7294         * m4/memxor.m4 (gl_MEMXOR):
7295         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
7296         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
7297         * m4/modechange.m4 (gl_MODECHANGE):
7298         * m4/mountlist.m4 (gl_MOUNTLIST):
7299         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
7300         * m4/openat.m4 (gl_FUNC_OPENAT):
7301         * m4/pathmax.m4 (gl_PATHMAX):
7302         * m4/physmem.m4 (gl_PHYSMEM):
7303         * m4/posixtm.m4 (gl_POSIXTM):
7304         * m4/posixver.m4 (gl_POSIXVER):
7305         * m4/quote.m4 (gl_QUOTE):
7306         * m4/quotearg.m4 (gl_QUOTEARG):
7307         * m4/readtokens.m4 (gl_READTOKENS):
7308         * m4/readutmp.m4 (gl_READUTMP):
7309         * m4/regex.m4 (gl_REGEX):
7310         * m4/safe-read.m4 (gl_SAFE_READ):
7311         * m4/safe-write.m4 (gl_SAFE_WRITE):
7312         * m4/same.m4 (gl_SAME):
7313         * m4/save-cwd.m4 (gl_SAVE_CWD):
7314         * m4/savedir.m4 (gl_SAVEDIR):
7315         * m4/settime.m4 (gl_SETTIME):
7316         * m4/sha1.m4 (gl_SHA1):
7317         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
7318         * m4/stat-macros.m4 (gl_STAT_MACROS):
7319         * m4/stat-time.m4 (gl_STAT_TIME):
7320         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
7321         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
7322         * m4/strdup.m4 (gl_FUNC_STRDUP):
7323         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
7324         * m4/strndup.m4 (gl_FUNC_STRNDUP):
7325         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
7326         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
7327         * m4/time_r.m4 (gl_TIME_R):
7328         * m4/timespec.m4 (gl_TIMESPEC):
7329         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
7330         * m4/unlinkdir.m4 (gl_UNLINKDIR):
7331         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
7332         * m4/userspec.m4 (gl_USERSPEC):
7333         * m4/utimecmp.m4 (gl_UTIMECMP):
7334         * m4/utimens.m4 (gl_UTIMENS):
7335         * m4/xalloc.m4 (gl_XALLOC):
7336         * m4/xgetcwd.m4 (gl_XGETCWD):
7337         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
7338         * m4/xreadlink.m4 (gl_XREADLINK):
7339         * m4/xstrtod.m4 (gl_XSTRTOD):
7340         * m4/yesno.m4 (gl_YESNO):
7341         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
7342         to get the necessary .h files and whatnot.
7343
7344 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
7345             Bruno Haible  <bruno@clisp.org>
7346
7347         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
7348         /bin/sh understanding of '!' conditional negation.
7349
7350 2006-08-21  Jim Meyering  <jim@meyering.net>
7351
7352         * modules/openat (Depends-on): Really alphabetize.
7353
7354         * modules/acl (Depends-on): Add error and quote.
7355
7356         * check-module (find_included_lib_files): Add at-func.c to the
7357         ok-to-include-more-than-once white list.
7358
7359         * modules/openat (Depends-on): Add lstat.  Alphabetize.
7360
7361 2006-08-21  Bruno Haible  <bruno@clisp.org>
7362
7363         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7364         Emit a pkgdata_DATA variable only if some snippets add contents to it.
7365         Reported by Martin Lambers <marlam@marlam.de>.
7366
7367 2006-08-21  Bruno Haible  <bruno@clisp.org>
7368
7369         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
7370         specify an installation location, don't emit a noinst_LIBRARIES or
7371         noinst_LTLIBRARIES assignment.
7372
7373 2006-08-21  Bruno Haible  <bruno@clisp.org>
7374
7375         BeOS portability.
7376         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
7377         BeOS has mbrtowc() but no <wctype.h>.
7378
7379 2006-08-21  Bruno Haible  <bruno@clisp.org>
7380
7381         BeOS portability.
7382         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
7383         exist.
7384
7385 2006-08-21  Bruno Haible  <bruno@clisp.org>
7386
7387         BeOS portability.
7388         * lib/mbchar.h: Include <wctype.h> only if it exists.
7389
7390 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
7391
7392         Remove files that are no longer needed by their respective modules.
7393         * m4/obstack.m4: Remove.
7394         * m4/strerror_r.m4: Remove.
7395         * m4/uint32_t.m4: Remove.
7396         * m4/uintptr_t.m4: Remove.
7397         * m4/ullong_max.m4: Remove.
7398         * m4/xstrtoimax.m4: Remove.
7399         * m4/xstrtoumax.m4: Remove.
7400
7401         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
7402         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
7403         dependencies now capture this.
7404
7405         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
7406         Do not use AC_LIBSOURCES, since gnulib modules now do this.
7407         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
7408         * m4/human.m4 (gl_HUMAN): Likewise.
7409         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
7410         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
7411
7412         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
7413
7414         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
7415         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
7416         stdint.
7417         * m4/human.m4 (gl_HUMAN): Likewise.
7418         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
7419         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
7420         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
7421         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
7422         * m4/xstrtol (gl_XSTRTOL): Likewise.
7423
7424         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
7425         AC_TYPE_LONG_LONG_INT.
7426         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
7427         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
7428         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
7429         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
7430
7431         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
7432         on stdbool.
7433
7434         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
7435         (gl_PREREQ_XSTRTOUL): Remove.
7436
7437         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
7438
7439         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
7440         mode.
7441
7442 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
7443
7444         Add and change modules to make it easier for coreutils to use
7445         gnulib-tool.
7446         * modules/backupfile (Files): Remove m4/d-ino.m4.
7447         (Depends-on): Add d-ino.
7448         * modules/cycle-check (Depends-on): Add stdint.
7449         (lib_SOURCES): Add cycle-check.h.
7450         * modules/d-ino: New module.
7451         * modules/d-type: New module.
7452         * modules/error (Files): Remove m4/strerror_r.m4.
7453         * modules/filemode (Files): Add m4/st_dm_mode.m4.
7454         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
7455         m4/inttypes_h.m4, m4/uintmax_t.m4.
7456         (Depends-on): Add stdint.
7457         (lib_SOURCES): Add fsusage.h.
7458         * modules/getcwd (Files): Remove d-ino.m4.
7459         (Depends-on): Add d-ino.
7460         * modules/getndelim2 (Depends-on): Add stdint.
7461         * modules/glob (Files): Remove m4/d-type.m4.
7462         (Depends-on): Add d-type.
7463         * modules/host-os: New module.
7464         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
7465         m4/inttypes_h.m4, m4/uintmax_t.m4.
7466         * Depends-on: Add stdint.
7467         (lib_SOURCES): Add human.h.
7468         * modules/inttostr (Files): Remove m4/intmax_t.m4,
7469         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
7470         m4/uintmax_t.m4, m4/ulonglong.m4.
7471         (Depends-on): Add stdint.
7472         (EXTRA_DIST): Add inttostr.h.
7473         * modules/lchmod: New module.
7474         * modules/link-follow: New module.
7475         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
7476         (Depends-on): Add lchmod.
7477         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
7478         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
7479         (Depends-on): Add stdint.
7480         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
7481         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
7482         (Depends-on): Add stdint.
7483         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
7484         * modules/perl: New module.
7485         * modules/regex (Depends-on): Add stdint.
7486         * modules/rmdir-errno: New module.
7487         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
7488         m4/intmax_t.m4.
7489         (Depends-on): Add stdint.
7490         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
7491         m4/uintmax_t.m4.
7492         (Depends-on): Add stdint.
7493         * modules/unlink-busy: New module.
7494         * modules/utimecmp (Depends-on): Add stdint.
7495         * modules/uptime: New module.
7496         * modules/winsz-ioctl: New module.
7497         * modules/winsz-termios: New module.
7498         * modules/xnanosleep (Depends-on): Add nanosleep.
7499         * modules/ullong_max: Remove.
7500         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
7501         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
7502         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
7503         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
7504         (Depends-on): Add inttypes.
7505         (lib_SOURCES): Add xstrtol.h.
7506         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
7507         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
7508         * MODULES.html.sh: Move 'assert' into the assert section.
7509         Move 'dummy' into the linking section.
7510         Remove ullong_max.
7511         Add section for compatibility checks for POSIX:2001 functions,
7512         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
7513         winsz-ioctl, and winsz-termios into it.
7514         Add lchmod.
7515         Add top-level Misc section and put host-os, perl, and uptime
7516         into it.
7517
7518 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
7519
7520         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
7521         now assume the stdint module.  Do not include inttypes.h.
7522         * lib/fsusage.h: Likewise.
7523         * lib/getndelim2.c: Likewise.
7524         * lib/human.h: Likewise.
7525         * lib/inttostr.h: Likewise.
7526         * lib/obstack.c: Likewise.
7527         * lib/regex_internal.h: Likewise.
7528         * lib/tempname.c: Likewise.
7529         * lib/utimecmp.c: Likewise.
7530         * lib/xstrtol.h: Likewise.
7531
7532         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
7533
7534         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
7535         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
7536         * lib/xtime.h: Likewise.
7537
7538 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
7539
7540         * modules/openat (Files): Add lib/fchmodat.c.
7541         Fixes problem reported by Jay Youngman.
7542
7543 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
7544
7545         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
7546         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
7547
7548 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
7549             Bruno Haible  <bruno@clisp.org>
7550
7551         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
7552         and is a script that invokes bison. Tighten the code. Add comments.
7553
7554 2006-08-18  Jim Meyering  <jim@meyering.net>
7555
7556         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
7557         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
7558         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
7559         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
7560
7561 2006-08-18  Bruno Haible  <bruno@clisp.org>
7562
7563         * modules/bison-i18n: New file.
7564         * MODULES.html.sh (Internationalization functions): Add it.
7565
7566 2006-08-18  Bruno Haible  <bruno@clisp.org>
7567
7568         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
7569         sys/statvfs.h. When getmntinfo was found, check its declaration and
7570         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
7571
7572 2006-08-18  Bruno Haible  <bruno@clisp.org>
7573
7574         * m4/bison-i18n.m4: New file, from bison.
7575
7576 2006-08-18  Bruno Haible  <bruno@clisp.org>
7577
7578         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
7579         (ME_DUMMY): Treat "kernfs" as a dummy.
7580         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
7581
7582 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
7583
7584         Update from coreutils.
7585
7586         2006-08-15  Jim Meyering  <jim@meyering.net>
7587
7588         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
7589
7590         2006-01-17  Jim Meyering  <jim@meyering.net>
7591
7592         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
7593
7594         2006-01-11  Jim Meyering  <jim@meyering.net>
7595
7596         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
7597         Check for the lchmod function.
7598
7599 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
7600
7601         Update from coreutils.
7602
7603         * lib/__fpending.h: Add copyright notice.
7604         * lib/fprintftime.h: Likewise.
7605         * lib/savedir.c: Use (C) in copyright notice.
7606         * lib/savedir.h: Likewise.
7607
7608         2006-08-15  Jim Meyering  <jim@meyering.net>
7609
7610         * lib/at-func.c: New file, with the logic of all emulated at-functions.
7611         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
7612         in support of the EXPECTED_ERRNO macro.
7613         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
7614         definitions.  Instead, define the appropriate symbols and include
7615         "at-func.c".
7616         * lib/mkdirat.c (mkdirat): Likewise.
7617         * lib/fchmodat.c (fchmodat): Likewise.
7618         (ENOSYS): Remove definition.
7619         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
7620         it.  Don't include "unistd--.h" -- it wasn't ever used.
7621
7622         2006-01-17  Jim Meyering  <jim@meyering.net>
7623
7624         Rewrite fts.c not to change the current working directory,
7625         by using openat, fstatat, fdopendir, etc..
7626
7627         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
7628         (HAVE_OPENAT_SUPPORT): Define.
7629         [_LIBC] (fchdir): Don't undef or define; no longer used.
7630         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
7631         Now, this `function' always succeeds, and consumes its file descriptor
7632         parameter -- so callers must not close such FDs.  Update callers.
7633         (diropen_fd, opendirat, cwd_advance_fd): New functions.
7634         (diropen): Add parameter, SP.  Adjust all callers.
7635         Implement using diropen_fd, rather than open.
7636         (fts_open): Initialize new member, fts_cwd_fd.
7637         Remove fts_rft-setting code.
7638         (fts_close): Close fts_cwd_fd, if necessary.
7639         (__opendir2): Define in terms of opendir or opendirat,
7640         depending on whether the FST_NOCHDIR flag is set.
7641         (fts_build): Since fts_safe_changedir consumes its FD, and since
7642         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
7643         and close the dup'd file descriptor upon failure.
7644         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
7645         (fts_safe_changedir): Tweak semantics to reflect that this function
7646         now calls cwd_advance_fd and hence consumes its FD argument.
7647         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
7648         [struct FTS] (fts_rft): Remove now-unused member.
7649         [struct FTS] (fts_cycle.state): Improve comment.
7650
7651         * lib/openat.c (openat_needs_fchdir): New function.
7652         * lib/openat.h (openat_needs_fchdir): Declare it.
7653
7654 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
7655
7656         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
7657         Problem and fix reported by Pádraig Brady in
7658         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
7659
7660 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7661
7662         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
7663
7664 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7665
7666         * lib/memcoll.c (memcoll): Optimize for the common case where the
7667         arguments are bytewise equal.
7668
7669 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7670
7671         * doc/regexprops-generic.texi: Add a copyright notice.
7672
7673 2006-08-15  Bruno Haible  <bruno@clisp.org>
7674
7675         * modules/tmpdir (License): Change to LGPL.
7676
7677 2006-08-15  Bruno Haible  <bruno@clisp.org>
7678
7679         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
7680         module.
7681
7682 2006-08-14  Simon Josefsson  <jas@extundo.com>
7683
7684         * config/srclist.txt: Add gnupload.
7685
7686 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7687
7688         Change copyright notice from LGPL 2 to GPL 2, since that's the
7689         standard form used in the gnulib repository.
7690         * tests/test-lock.c: Likewise.
7691         * tests/test-stdint.c: Likewise.
7692         * tests/test-tls.c: Likewise.
7693
7694         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
7695         prelude-manager.  User shorter URLs for GNU projects, without '?'.
7696         Add copyright notice.
7697
7698         * check-module: Add copyright notice.  Output a copyright
7699         notice if "--version" is specified.
7700         * modules/COPYING: New file.
7701         * tests/test-getaddrinfo.c: Add copyright notice.
7702         * tests/test-verify.c: Likewise.
7703
7704 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7705
7706         Change copyright notice from LGPL 2 to GPL 2, since that's the
7707         standard form used in the gnulib repository.
7708         * lib/lock.c: LGPL -> GPL.
7709         * lib/lock.h: Likewise.
7710         * lib/strnlen1.c: Likewise.
7711         * lib/strnlen1.h: Likewise.
7712         * lib/tls.c: Likewise.
7713         * lib/tls.h: Likewise.
7714         * lib/tmpdir.c: Likewise.
7715
7716         * lib/TODO: Remove; this belongs only in coreutils.
7717
7718 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7719
7720         Add copyright notices to long-enough files that lack them, since
7721         otherwise the files aren't clearly free.  Use the same notice that
7722         getdate.texi already uses.
7723         * doc/alloca-opt.texi: Add copyright notice.
7724         * doc/alloca.texi: Likewise.
7725         * doc/ctime.texi: Likewise.
7726         * doc/functions.texi: Likewise.
7727         * doc/gcd.texi: Likewise.
7728         * doc/gnulib-tool.texi: Likewise.
7729         * doc/inet_ntoa.texi: Likewise.
7730         * doc/visibility.texi: Likewise.
7731
7732         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
7733         * doc/quote.texi: Add copyright notice.
7734
7735         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
7736         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
7737         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
7738         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
7739         is now obsolete, and give a pointer to the Sun list.
7740         Add copyright notice.
7741
7742 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7743
7744         * config/srclistvars.sh: Add copyright notice.
7745
7746 2006-08-14  Eric Blake  <ebb9@byu.net>
7747
7748         Import the following change from libc:
7749
7750         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
7751
7752         Upstream bug 2997.
7753         * lib/misc/error.c: Add space between program name and message if file
7754         name is missing.
7755
7756 2006-08-12  Karl Berry  <karl@gnu.org>
7757
7758         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
7759         remove, these originate in gnulib now.
7760
7761 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7762
7763         * doc/Makefile (standards.info standards.html standards.dvi):
7764         Also depend on make-stds.texi.
7765
7766 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
7767
7768         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
7769         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
7770
7771         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
7772         in wchar_t.  Problem reported by Eric Blake.
7773
7774         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
7775         LEN is smaller than SIZE.  Suggested by Bruno Haible.
7776         Also, help the compiler to keep LEN in a register.
7777
7778 2006-08-11  Eric Blake  <ebb9@byu.net>
7779
7780         * users.txt: Sort.  Add tar.
7781
7782 2006-08-11  Bruno Haible  <bruno@clisp.org>
7783
7784         * users.txt: New file.
7785
7786 2006-08-11  Bruno Haible  <bruno@clisp.org>
7787
7788         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
7789         before <wchar.h>. Needed for OSF/1 and BSD/OS.
7790
7791 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
7792
7793         * modules/snprintf (Depends-on): Remove minmax.
7794         (Maintainer): Add self and Bruno.
7795
7796 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
7797
7798         * lib/.cppi-disable: Add snprintf.h, socket_.h.
7799         * lib/snprintf.c: Include <errno.h> and <limits.h>.
7800         (EOVERFLOW): Define if the system does not.
7801         Do not include "minmax.h"; it wasn't used.
7802         (snprintf): Don't assume size_t promotes to an unsigned type.
7803         Fix bug when generated string was too long for the buffer: the
7804         buffer's contents are supposed to be the initial prefix of the
7805         output.  Don't assume vasnprintf returns EOVERFLOW if the size
7806         exceeds INT_MAX; do the check ourselves.
7807
7808         Import the following changes from libc:
7809
7810         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
7811
7812         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
7813         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
7814         set wc to the byte which couldn't be converted.
7815         (re_string_reconstruct): Don't clear valid_raw_len before calling
7816         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
7817         tip_context using re_string_context_at.
7818
7819         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
7820
7821         * lib/posix/regex.h: g++ still cannot handled [restrict].
7822
7823         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
7824
7825         * lib/posix/regex.h: Remove special handling for VMS.
7826
7827 2006-08-10  Jim Meyering  <jim@meyering.net>
7828
7829         * modules/same-inode: New module.
7830         * modules/dev-ino: New module.
7831         * modules/cycle-check: Depend on these modules, rather than simply
7832         including their .h files.
7833         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
7834         required via m4/cycle-check.m4.
7835         * modules/same: Depend on new same-inode module, rather than
7836         including same-inode.h.
7837         * modules/chdir-safer: New file.
7838
7839         * modules/chown (Depends-on): Add stat-macros.
7840
7841 2006-08-10  Jim Meyering  <jim@meyering.net>
7842
7843         * m4/cycle-check.m4: New file.
7844         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
7845         * m4/dev-ino.m4, m4/same-inode.m4: New files.
7846
7847 2006-08-10  Eric Blake  <ebb9@byu.net>
7848
7849         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
7850         in from original proposal.
7851
7852 2006-08-10  Eric Blake  <ebb9@byu.net>
7853         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7854
7855         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
7856         namespace.
7857
7858 2006-08-10  Bruno Haible  <bruno@clisp.org>
7859
7860         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
7861         as well.
7862
7863 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
7864
7865         Sync from coreutils.
7866
7867         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
7868
7869         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
7870         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
7871
7872 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
7873
7874         * modules/restrict: Remove; no longer needed now that we assume
7875         Autoconf 2.59 or later.
7876         * MODULES.html.sh: Remove 'restrict'.
7877         * modules/argp (Depends-on): Remove 'restrict'.
7878         * modules/base64 (Depends-on): Likewise.
7879         * modules/gc (Depends-on): Likewise.
7880         * modules/getaddrinfo (Depends-on): Likewise.
7881         * modules/glob (Depends-on): Likewise.
7882         * modules/inet_ntop (Depends-on): Likewise.
7883         * modules/inet_pton (Depends-on): Likewise.
7884         * modules/memxor (Depends-on): Likewise.
7885         * modules/regex (Depends-on): Likewise.
7886         * modules/strtok_r (Depends-on): Likewise.
7887         * modules/time_r (Depends-on): Likewise.
7888
7889 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
7890
7891         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
7892         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
7893         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
7894         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
7895         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
7896         * m4/memxor.m4 (gl_MEMXOR): Likewise.
7897         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
7898         gl_C_RESTRICT replaced by AC_C_RESTRICT.
7899
7900         Merge from coreutils.
7901         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
7902         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
7903         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
7904         * m4/time_r.m4 (gl_TIME_R): Likewise.
7905
7906 2006-08-09  Karl Berry  <karl@gnu.org>
7907
7908         * config/srclist.txt: no more gettext-tools, per Bruno.
7909
7910 2006-08-08  Eric Blake  <ebb9@byu.net>
7911
7912         * modules/verror: New module.
7913         * MODULES.html.sh: Document it.
7914
7915 2006-08-08  Eric Blake  <ebb9@byu.net>
7916
7917         * lib/verror.h, lib/verror.c: New files.
7918
7919 2006-08-08  Eric Blake  <ebb9@byu.net>
7920
7921         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
7922         verror_at_line output complies with GNU Coding Standards even when
7923         file is NULL.
7924
7925 2006-08-07  Bruno Haible  <bruno@clisp.org>
7926
7927         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
7928         versions of AIX.
7929         Reported by Ralf Wildenhues.
7930
7931 2006-08-07  Bruno Haible  <bruno@clisp.org>
7932
7933         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
7934         in an AC_DEFUN. Needed so that the autoconf snippets can use
7935         AC_REQUIRE.
7936
7937 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7938
7939         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7940         Initialize pkgdata_DATA.
7941         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
7942         overriding it.
7943
7944 2006-08-06  Eric Blake  <ebb9@byu.net>
7945
7946         * lib/error.h: Fold in some upstream changes from glibc.
7947         * lib/error.c: Likewise.
7948
7949 2006-08-04  Bruno Haible  <bruno@clisp.org>
7950
7951         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7952         Make the mostlyclean-local rule depend on mostlyclean-generic.
7953         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
7954
7955 2006-07-31  Bruno Haible  <bruno@clisp.org>
7956
7957         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
7958         <stdlib.h>, <string.h>.
7959
7960 2006-07-30  Bruno Haible  <bruno@clisp.org>
7961
7962         * modules/readlink (License): Change to LGPL.
7963
7964 2006-07-30  Bruno Haible  <bruno@clisp.org>
7965
7966         * modules/javaversion (Makefile.am): Distribute javaversion.java and
7967         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
7968         set PKGDATADIR to point to it.
7969
7970 2006-07-30  Bruno Haible  <bruno@clisp.org>
7971
7972         * modules/csharpexec (configure.ac): Comment out macro invocation.
7973         * modules/javaexec (configure.ac): Likewise.
7974         * modules/javacomp-script (configure.ac): Likewise.
7975
7976         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
7977
7978 2006-07-30  Bruno Haible  <bruno@clisp.org>
7979
7980         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
7981         linked-list.
7982
7983 2006-07-30  Bruno Haible  <bruno@clisp.org>
7984
7985         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
7986
7987 2006-07-30  Bruno Haible  <bruno@clisp.org>
7988
7989         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7990         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
7991         get removed.
7992
7993 2006-07-29  Bruno Haible  <bruno@clisp.org>
7994
7995         Make it possible for gnulib-tool to work with locally modified or
7996         augmented gnulib repositories.
7997         * gnulib-tool (func_usage): Document --local-dir option.
7998         (local_gnulib_dir): New variable.
7999         Handle --local-dir option.
8000         (func_lookup_file): New function.
8001         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
8002         (func_get_description, func_get_filelist, func_get_description,
8003         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
8004         func_get_automake_snippet, func_get_include_directive,
8005         func_get_license, func_get_maintainer): Use func_lookup_file.
8006         (func_import, func_create_testdir): Use func_lookup_file.
8007
8008 2006-07-29  Bruno Haible  <bruno@clisp.org>
8009
8010         * modules/setenv (Depends-on): Add unistd.
8011
8012 2006-07-29  Bruno Haible  <bruno@clisp.org>
8013
8014         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
8015
8016 2006-07-29  Bruno Haible  <bruno@clisp.org>
8017
8018         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
8019
8020 2006-07-29  Bruno Haible  <bruno@clisp.org>
8021
8022         * gnulib-tool (import, update): If there is no Makefile.am, look at
8023         aclocal.m4, instead of bailing out.
8024
8025 2006-07-29  Bruno Haible  <bruno@clisp.org>
8026
8027         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
8028         Categorize the options by when they are useful.
8029
8030 2006-07-29  Bruno Haible  <bruno@clisp.org>
8031
8032         * gnulib-tool (func_usage): Document option --no-libtool.
8033         Handle option --no-libtool.
8034         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
8035         for changed semantics of $libtool variable.
8036         (func_import): Likewise. If libtool is not used, show this through
8037         an option --no-libtool.
8038         (func_create_testdir): Update.
8039
8040 2006-07-29  Bruno Haible  <bruno@clisp.org>
8041
8042         * gnulib-tool (func_import): Extend error message about missing
8043         --doc-base.
8044
8045 2006-07-29  Bruno Haible  <bruno@clisp.org>
8046
8047         * gnulib-tool (func_import): Don't create the $docbase directory if
8048         there is no file to store there.
8049
8050 2006-07-29  Bruno Haible  <bruno@clisp.org>
8051
8052         * gnulib-tool (autoconf_minversion): If a --dir option is given and
8053         relevant, look for configure.ac there, not in the current directory.
8054         Also use a simple search for AC_PREREQ, not "autoconf --trace".
8055
8056 2006-07-29  Bruno Haible  <bruno@clisp.org>
8057
8058         * gnulib-tool (SORT): New variable.
8059         (func_usage): Undocument --assume-autoconf option.
8060         Remove --assume-autoconf option handling.
8061         (autoconf_minversion): Determine from the contents of configure.ac.
8062         (func_import): Remove autoconf_minversion handling.
8063         Suggested by Eric Blake.
8064
8065 2006-07-29  Bruno Haible  <bruno@clisp.org>
8066
8067         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
8068
8069 2006-07-29  Bruno Haible  <bruno@clisp.org>
8070
8071         * config/srclist.txt (*setenv.[ch]): Remove rules.
8072
8073 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8074
8075         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
8076
8077 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8078
8079         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
8080         arpa/inet.h.
8081
8082 2006-07-28  Simon Josefsson  <jas@extundo.com>
8083
8084         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
8085         * modules/inet_pton (Depends-on): Likewise.
8086
8087 2006-07-28  Simon Josefsson  <jas@extundo.com>
8088
8089         * m4/netinet_in_h.m4: New file.
8090
8091 2006-07-28  Simon Josefsson  <jas@extundo.com>
8092
8093         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
8094         #include's.
8095
8096 2006-07-28  Simon Josefsson  <jas@extundo.com>
8097
8098         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
8099         #include's.
8100
8101 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
8102
8103         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
8104         setgid on directories only if they set these bits.
8105         * lib/modechange.h: Remove obsolete comment about masks.
8106
8107 2006-07-28  Eric Blake  <ebb9@byu.net>
8108
8109         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
8110         macro expansion.
8111
8112 2006-07-28  Bruno Haible  <bruno@clisp.org>
8113
8114         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
8115
8116 2006-07-28  Bruno Haible  <bruno@clisp.org>
8117
8118         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
8119
8120 2006-07-28  Bruno Haible  <bruno@clisp.org>
8121
8122         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
8123         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
8124         Define fallbacks.
8125         Avoids link error on FreeBSD 4.x.
8126         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
8127
8128         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
8129         encoding.
8130         * lib/mbswidth.c (iswcntrl): Likewise.
8131
8132 2006-07-27  Bruno Haible  <bruno@clisp.org>
8133
8134         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
8135         test.
8136
8137 2006-07-27  Bruno Haible  <bruno@clisp.org>
8138
8139         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
8140         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
8141         defined.
8142
8143 2006-07-26  Eric Blake  <ebb9@byu.net>
8144
8145         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
8146
8147 2006-07-26  Eric Blake  <ebb9@byu.net>
8148
8149         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
8150         like mingw that lack mkstemp.
8151         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
8152         avoid compilation warning on mingw.
8153
8154 2006-07-26  Bruno Haible  <bruno@clisp.org>
8155
8156         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
8157         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
8158         INT_FAST*_MIN, INTPTR_MIN.
8159
8160 2006-07-25  Bruno Haible  <bruno@clisp.org>
8161
8162         * modules/version-etc (Depends-on): Add stdarg.
8163
8164 2006-07-25  Bruno Haible  <bruno@clisp.org>
8165
8166         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
8167         complex commands.
8168
8169 2006-07-25  Bruno Haible  <bruno@clisp.org>
8170
8171         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
8172         defined in <stdarg.h> or config.h.
8173
8174 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
8175
8176         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
8177         (gl_STDIO_SAFER): Remove.
8178
8179 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
8180
8181         * MODULES.html.sh (File stream based Input/Output):
8182         Add fopen-safer, tmpfile-safer; remove stdio-safer.
8183         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
8184         * modules/fopen-safer, modules/tmpfile-safer: New files.
8185         * modules/stdio-safer: Remove.
8186
8187 2006-07-24  Bruno Haible  <bruno@clisp.org>
8188
8189         * modules/tmpdir: New file.
8190         * MODULES.html.sh (File system functions): Add it.
8191
8192 2006-07-24  Bruno Haible  <bruno@clisp.org>
8193
8194         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
8195         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
8196
8197 2006-07-24  Bruno Haible  <bruno@clisp.org>
8198
8199         * modules/clean-temp: New file.
8200
8201 2006-07-24  Bruno Haible  <bruno@clisp.org>
8202
8203         * m4/tmpdir.m4: New file, from GNU gettext.
8204
8205 2006-07-24  Bruno Haible  <bruno@clisp.org>
8206
8207         * lib/tmpdir.h: New file, from GNU gettext.
8208         * lib/tmpdir.c: New file, from GNU gettext.
8209
8210 2006-07-24  Bruno Haible  <bruno@clisp.org>
8211
8212         * lib/clean-temp.h: New file, from GNU gettext.
8213         * lib/clean-temp.c: New file, from GNU gettext.
8214
8215 2006-07-23  Eric Blake  <ebb9@byu.net>
8216
8217         * modules/stdio-safer (Files): Add tmpfile-safer.c.
8218         (Depends-on): Add binary-io.
8219
8220 2006-07-23  Eric Blake  <ebb9@byu.net>
8221
8222         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
8223
8224 2006-07-23  Eric Blake  <ebb9@byu.net>
8225
8226         * lib/tmpfile-safer.c: New file.
8227         * lib/stdio-safer.h (fopen_safer): Add prototype.
8228         * lib/stdio--.h (tmpfile): Make safer.
8229
8230 2006-07-23  Bruno Haible  <bruno@clisp.org>
8231
8232         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
8233         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
8234         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
8235         gl_linked_remove_at): Use it.
8236
8237 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8238         and Simon Josefsson <jas@extundo.com>
8239
8240         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
8241
8242         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
8243
8244 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
8245
8246         * modules/close-stream: New file.
8247         * modules/closeout (Description): Make it clear that it exits
8248         with a diagnostic on error.
8249         (Depends-on): Add close-stream.  Remove fpending, stdbool.
8250         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
8251
8252 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
8253
8254         * m4/close-stream.m4: New file.
8255
8256 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
8257
8258         * lib/close-stream.c, lib/close-stream.h: New files.
8259
8260 2006-07-22  Bruno Haible  <bruno@clisp.org>
8261
8262         Merge from GNU gettext 0.15.
8263
8264         2006-05-01  Bruno Haible  <bruno@clisp.org>
8265
8266                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
8267
8268         2006-07-22  Bruno Haible  <bruno@clisp.org>
8269
8270                 * modules/javaversion: New file.
8271                 * MODULES.html.sh (Java): Add javaversion.
8272
8273         2006-03-12  Bruno Haible  <bruno@clisp.org>
8274
8275                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
8276
8277         2005-12-04  Bruno Haible  <bruno@clisp.org>
8278
8279                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
8280                 (untested).
8281
8282         2006-06-21  Bruno Haible  <bruno@clisp.org>
8283
8284                 Avoid warnings from recent versions of mcs.
8285                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
8286                 -o, -L, -r any more. Use options documented since mcs-1.0
8287                 instead. Similarly for -g.
8288
8289         2005-12-04  Bruno Haible  <bruno@clisp.org>
8290
8291                 * build-aux/csharpcomp.sh.in: Suffix for resources is
8292                 .resources, not .resource.
8293
8294         2005-07-09  Bruno Haible  <bruno@clisp.org>
8295
8296                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
8297                 add a .dll suffix.
8298                 Reported by Mark Junker <mjscod@gmx.de>.
8299
8300         2006-07-22  Bruno Haible  <bruno@clisp.org>
8301
8302                 * modules/gettext: Upgrade to gettext-0.15.
8303                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
8304                 m4/visibility.m4.
8305                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
8306
8307 2006-07-22  Bruno Haible  <bruno@clisp.org>
8308
8309         Merge from GNU gettext 0.15.
8310
8311         2006-03-25  Bruno Haible  <bruno@clisp.org>
8312
8313                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
8314
8315         2006-07-21  Bruno Haible  <bruno@clisp.org>
8316
8317                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
8318                 "1.1".
8319
8320         2006-05-09  Bruno Haible  <bruno@clisp.org>
8321
8322                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
8323                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
8324                 for the conftestver execution.
8325
8326         2006-05-01  Bruno Haible  <bruno@clisp.org>
8327
8328                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
8329                 optional target-version argument. Verify that the compiler
8330                 groks source of the specified source-version, or add -source
8331                 option as necessary. Verify that the compiler produces
8332                 bytecode in the specified target-version, or add -target and
8333                 -source options as necessary. Make the result of the test
8334                 available as variable CONF_JAVAC. Also log error output in
8335                 config.log.
8336
8337         2006-03-11  Bruno Haible  <bruno@clisp.org>
8338
8339                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
8340
8341         2006-05-09  Bruno Haible  <bruno@clisp.org>
8342
8343                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
8344                 CLASSPATH_SEPARATOR to a semicolon.
8345
8346         2006-03-12  Bruno Haible  <bruno@clisp.org>
8347
8348                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
8349                 available as variable CONF_JAVA, for subsequent autoconf
8350                 tests. Also log error output in config.log.
8351
8352         2006-07-19  Bruno Haible  <bruno@clisp.org>
8353
8354                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
8355                 that getline works on glibc2 systems. Needed to avoid trouble
8356                 in relocatable.c.
8357                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
8358
8359         2005-12-04  Bruno Haible  <bruno@clisp.org>
8360
8361                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
8362                 launcher (untested).
8363
8364         2005-12-04  Bruno Haible  <bruno@clisp.org>
8365
8366                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
8367
8368         2006-07-22  Bruno Haible  <bruno@clisp.org>
8369
8370                 * gettext.m4: Update from GNU gettext-0.15.
8371                 * nls.m4: Likewise.
8372                 * po.m4: Likewise.
8373                 * inttypes-pri.m4: Likewise.
8374                 * inttypes-h.m4: Renamed from inttypes.m4.
8375                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
8376
8377 2006-07-22  Bruno Haible  <bruno@clisp.org>
8378
8379         Merge from GNU gettext 0.15.
8380
8381         2005-07-05  Bruno Haible  <bruno@clisp.org>
8382
8383                 * printf-args.c (printf_fetchargs): Work around broken
8384                 definition of wint_t on mingw.
8385
8386         2005-02-12  Bruno Haible  <bruno@clisp.org>
8387
8388                 * xallocsa.h: Add extern "C" for C++.
8389
8390         2006-05-17  Bruno Haible  <bruno@clisp.org>
8391
8392                 Cygwin portability.
8393                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
8394
8395         2006-04-30  Bruno Haible  <bruno@clisp.org>
8396
8397                 * progreloc.c: Include <mach-o/dyld.h> if available.
8398                 (find_executable): Use _NSGetExecutablePath when possible.
8399
8400         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
8401
8402                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
8403                 function.
8404
8405         2005-12-29  Bruno Haible  <bruno@clisp.org>
8406
8407                 * progreloc.c (set_program_name_and_installdir): Fix
8408                 compilation error.
8409
8410         2005-12-04  Bruno Haible  <bruno@clisp.org>
8411
8412                 Cygwin portability.
8413                 * progreloc.c: Include <windows.h> also on Cygwin.
8414                 (find_executable): Add support for Cygwin.
8415                 (set_program_name_and_installdir): Handle also platforms with
8416                 nonempty EXEEXT.
8417
8418         2006-07-11  Bruno Haible  <bruno@clisp.org>
8419
8420                 * javacomp.c: Fix a comment.
8421                 Reported by Jim Meyering.
8422
8423         2006-04-30  Bruno Haible  <bruno@clisp.org>
8424
8425                 * javacomp.h (compile_java_class): Add source_version,
8426                 target_version arguments.
8427                 * javacomp.c: Rewritten to choose only a compiler that
8428                 respects the specified source_version and target_version.
8429
8430         2006-06-27  Bruno Haible  <bruno@clisp.org>
8431
8432                 Assume correct S_ISDIR macro.
8433                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
8434
8435         2006-07-22  Bruno Haible  <bruno@clisp.org>
8436
8437                 * javaversion.h: New file, from GNU gettext.
8438                 * javaversion.c: New file, from GNU gettext.
8439                 * javaversion.java: New file, from GNU gettext.
8440                 * javaversion.class: New file, from GNU gettext.
8441
8442         2006-05-17  Bruno Haible  <bruno@clisp.org>
8443
8444                 Cygwin portability.
8445                 * javaexec.c (execute_java_class): Test for jview program
8446                 also on Cygwin.
8447
8448         2006-04-09  Bruno Haible  <bruno@clisp.org>
8449
8450                 * fatal-signal.c: Don't include string.h.
8451                 (at_fatal_signal): Use a copying loop instead of memcpy.
8452
8453         2005-12-04  Bruno Haible  <bruno@clisp.org>
8454
8455                 * csharpexec.c: Add support for 'clix' launcher (untested).
8456                 (execute_csharp_using_sscli): New function.
8457                 (execute_csharp_program): Call it.
8458
8459         2006-06-21  Bruno Haible  <bruno@clisp.org>
8460
8461                 Avoid warnings from recent versions of mcs.
8462                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
8463                 -o, -L, -r any more. Use options documented since mcs-1.0
8464                 instead. Similarly for -g.
8465
8466         2005-07-09  Bruno Haible  <bruno@clisp.org>
8467
8468                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
8469                 add a .dll suffix.
8470                 Reported by Mark Junker <mjscod@gmx.de>.
8471
8472         2006-06-17  Bruno Haible  <bruno@clisp.org>
8473
8474                 * config.charset: Update for NetBSD 3.0.
8475
8476         2006-05-17  Bruno Haible  <bruno@clisp.org>
8477
8478                 Cygwin portability.
8479                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
8480
8481         2006-05-16  Bruno Haible  <bruno@clisp.org>
8482
8483                 * localcharset.c [CYGWIN]: Include <windows.h>.
8484                 (get_charset_aliases): For Cygwin, return the same CPxxx
8485                 aliases list as under WIN32.
8486                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
8487                 the environment variables. Fall back to GetACP().
8488
8489         2006-04-05  Bruno Haible  <bruno@clisp.org>
8490
8491                 * config.charset: Update Juan Manuel Guerrero's address.
8492
8493         2005-02-12  Bruno Haible  <bruno@clisp.org>
8494
8495                 * allocsa.h: Add extern "C" for C++.
8496
8497         2005-02-10  Bruno Haible  <bruno@clisp.org>
8498
8499                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
8500                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
8501
8502         2006-07-22  Bruno Haible  <bruno@clisp.org>
8503
8504                 * gettext.h: Update to GNU gettext-0.15.
8505
8506 2006-07-22  Bruno Haible  <bruno@clisp.org>
8507
8508         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
8509         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
8510         lib-prefix.m4, longdouble.m4, ssize_t.m4.
8511
8512 2006-07-21  Eric Blake  <ebb9@byu.net>
8513
8514         * modules/stdlib-safer: New file.
8515         * MODULES.html.sh (File stream based Input/Output): Add
8516         stdlib-safer.
8517
8518 2006-07-21  Eric Blake  <ebb9@byu.net>
8519
8520         * lib/stdlib-safer.h: New file from coreutils, required by
8521         stdlib--.h.
8522
8523 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
8524
8525         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
8526
8527 2006-07-20  Bruno Haible  <bruno@clisp.org>
8528
8529         * gnulib-tool: Recognize new option --assume-autoconf.
8530         (autoconf_minversion): New variable.
8531         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
8532
8533 2006-07-20  Bruno Haible  <bruno@clisp.org>
8534
8535         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
8536
8537 2006-07-19  Derek R. Price  <derek@ximbiot.com>
8538
8539         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
8540         Reindent and repaginate.
8541
8542 2006-07-19  Derek Price  <derek@ximbiot.com>
8543
8544         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
8545         Correct grammar.
8546
8547 2006-07-17  Bruno Haible  <bruno@clisp.org>
8548
8549         * modules/list: New file.
8550         * modules/array-list: New file.
8551         * modules/carray-list, modules/carray-list-tests: New files.
8552         * modules/linked-list, modules/linked-list-tests: New files.
8553         * modules/avltree-list, modules/avltree-list-tests: New files.
8554         * modules/rbtree-list, modules/rbtree-list-tests: New files.
8555         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
8556         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
8557         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
8558         * modules/oset: New file.
8559         * modules/array-oset: New file.
8560         * modules/avltree-oset, modules/avltree-oset-tests: New files.
8561         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
8562         * tests/test-carray_list.c: New file.
8563         * tests/test-linked_list.c: New file.
8564         * tests/test-avltree_list.c: New file.
8565         * tests/test-rbtree_list.c: New file.
8566         * tests/test-linkedhash_list.c: New file.
8567         * tests/test-avltreehash_list.c: New file.
8568         * tests/test-rbtreehash_list.c: New file.
8569         * tests/test-avltree_oset.c: New file.
8570         * tests/test-rbtree_oset.c: New file.
8571         * MODULES.html.sh (Container data structures): New section.
8572
8573 2006-07-17  Bruno Haible  <bruno@clisp.org>
8574
8575         * m4/gl_list.m4: New file.
8576
8577 2006-07-17  Bruno Haible  <bruno@clisp.org>
8578
8579         * lib/gl_list.h: New file.
8580         * lib/gl_list.c: New file.
8581         * lib/gl_array_list.h: New file.
8582         * lib/gl_array_list.c: New file.
8583         * lib/gl_carray_list.h: New file.
8584         * lib/gl_carray_list.c: New file.
8585         * lib/gl_linked_list.h: New file.
8586         * lib/gl_linked_list.c: New file.
8587         * lib/gl_anylinked_list1.h: New file.
8588         * lib/gl_anylinked_list2.h: New file.
8589         * lib/gl_avltree_list.h: New file.
8590         * lib/gl_avltree_list.c: New file.
8591         * lib/gl_anyavltree_list1.h: New file.
8592         * lib/gl_anyavltree_list2.h: New file.
8593         * lib/gl_rbtree_list.h: New file.
8594         * lib/gl_rbtree_list.c: New file.
8595         * lib/gl_anyrbtree_list1.h: New file.
8596         * lib/gl_anyrbtree_list2.h: New file.
8597         * lib/gl_anytree_list1.h: New file.
8598         * lib/gl_anytree_list2.h: New file.
8599         * lib/gl_linkedhash_list.h: New file.
8600         * lib/gl_linkedhash_list.c: New file.
8601         * lib/gl_anyhash_list1.h: New file.
8602         * lib/gl_anyhash_list2.h: New file.
8603         * lib/gl_avltreehash_list.h: New file.
8604         * lib/gl_avltreehash_list.c: New file.
8605         * lib/gl_rbtreehash_list.h: New file.
8606         * lib/gl_rbtreehash_list.c: New file.
8607         * lib/gl_anytreehash_list1.h: New file.
8608         * lib/gl_anytreehash_list2.h: New file.
8609
8610         * lib/gl_oset.h: New file.
8611         * lib/gl_oset.c: New file.
8612         * lib/gl_array_oset.h: New file.
8613         * lib/gl_array_oset.c: New file.
8614         * lib/gl_avltree_oset.h: New file.
8615         * lib/gl_avltree_oset.c: New file.
8616         * lib/gl_rbtree_oset.h: New file.
8617         * lib/gl_rbtree_oset.c: New file.
8618         * lib/gl_anytree_oset.h: New file.
8619
8620 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
8621
8622         * m4/mkancesdirs.m4: New file.
8623         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
8624         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
8625         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
8626         it.
8627
8628 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
8629
8630         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
8631         * lib/mkancesdirs.h: New files.
8632         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
8633         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
8634         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
8635         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
8636         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
8637         callers changed.  Revamp internals significantly, by not
8638         attempting to create directories that are temporarily more
8639         permissive than the final results.  Do not attempt to use
8640         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
8641         This removes some race conditions, fixes some bugs, and simplifies
8642         things.  Use new dirchownmod function to do owner and mode changes.
8643         * lib/mkdir-p.h: Likewise.
8644         * lib/modechange.c (octal_to_mode): New function.
8645         (struct mode_change): New member mentioned.
8646         (make_node_op_equals): New arg mentioned.  All callers changed.
8647         (mode_compile): Keep track of which mode bits the user has explicitly
8648         mentioned.
8649         (mode_adjust): New arg DIR, so that we implement the X op correctly.
8650         New arg PMODE_BITS, to keep track of which mode bits the user
8651         mentioned; it treats S_ISUID and S_ISGID speciall.
8652         All callers changed.
8653         * lib/modechange.h: Likewise.
8654
8655 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
8656
8657         * MODULES.html.sh: Add mkancestors.
8658         * modules/mkancesdirs: New module.
8659         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
8660         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
8661         The chdir-safer and afs files are now orphans; I'll remove them
8662         unless someone speaks up.
8663         Add lib/dirchownmod.c, lib/dirchownmod.h.
8664         (Depends-on): Remove alloca, chown, save-cwd, dirname.
8665         Add lchown, mkancesdirs.
8666         (Maintainer): Add self.
8667
8668 2006-07-15  Karl Berry  <karl@gnu.org>
8669
8670         * gnulib-tool: help message wording/arrangement.
8671
8672 2006-07-14  Simon Josefsson  <jas@extundo.com>
8673
8674         * doc/gnulib.texi (Libtool and Windows): New section.
8675
8676 2006-07-12  Simon Josefsson  <jas@extundo.com>
8677
8678         * modules/gendocs (License): Fix license, approved by Karl.
8679
8680 2006-07-12  Eric Blake  <ebb9@byu.net>
8681
8682         * MODULES.html.sh: Add gendocs.
8683
8684 2006-07-11  Eric Blake  <ebb9@byu.net>
8685
8686         * modules/fdl: New module, to install doc/fdl.texi.
8687         * MODULES.html.sh: Add new section for documentation modules.
8688         * gnulib-tool: Avoid space-tab.
8689         (--doc-base): New option, to manage files from doc.
8690
8691 2006-07-11  Eric Blake  <ebb9@byu.net>
8692
8693         * m4/absolute-header.m4: Fix comments to match recent change.
8694
8695 2006-07-11  Eric Blake  <ebb9@byu.net>
8696
8697         * gnulib-tool: List --doc-base before --tests-base.
8698
8699 2006-07-11  Derek R. Price  <derek@ximbiot.com>
8700
8701         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
8702
8703 2006-07-11  Bruno Haible  <bruno@clisp.org>
8704
8705         * README: Mention where to put documentation.
8706
8707 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8708
8709         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
8710
8711 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
8712
8713         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
8714         to stdint.m4.
8715
8716 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
8717
8718         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
8719         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
8720         "no/such/file/stdint.h" when there is no such file, so that
8721         the resulting C code can be parsed by dodgy compilers.
8722         Problems reported by Bob Proulx.
8723
8724 2006-07-10  Derek R. Price  <derek@ximbiot.com>
8725
8726         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
8727         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
8728         macros into the GNU _D_EXACT_NAMLEN.
8729         * lib/savedir.c:  Likewise.
8730         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
8731
8732 2006-07-10  Derek R. Price  <derek@ximbiot.com>
8733         and Paul Eggert  <eggert@cs.ucla.edu>
8734
8735         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
8736         * m4/savedir.m4:
8737         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
8738         macros into the GNU _D_EXACT_NAMLEN.
8739
8740 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
8741
8742         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
8743         around the absolute name, to work around a problem with the HP-UX
8744         11.23 native C compiler, reported by Bob Proulx.
8745
8746 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
8747
8748         * doc/maintain.texi, make-stds.texi: Sync from
8749         <http://savannah.gnu.org/projects/gnustandards>.
8750
8751 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
8752
8753         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
8754
8755 2006-07-09  Jim Meyering  <jim@meyering.net>
8756
8757         * m4/glob.m4: Remove a doubled word in a comment.
8758
8759 2006-07-09  Jim Meyering  <jim@meyering.net>
8760
8761         * lib/argp-pv.c: Remove a doubled word in a comment.
8762         * lib/check-version.c (check_version): Likewise.
8763         * lib/javacomp.c (compile_java_class): Likewise.
8764
8765 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
8766
8767         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
8768         for the benefit of people using Autoconf 2.60.  If you want to
8769         support older Autoconf versions you can copy m4/onceonly_2_57.m4
8770         (or m4/onceonly.m4, if pre-2.57) manually.
8771
8772 2006-07-08  Jim Meyering  <jim@meyering.net>
8773
8774         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
8775         comment.
8776         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
8777         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
8778         comment.
8779
8780 2006-07-08  Jim Meyering  <jim@meyering.net>
8781
8782         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
8783
8784 2006-07-07  Simon Josefsson  <jas@extundo.com>
8785
8786         * tests/test-crc.c: Change expected crc value, the test vector
8787         were probably computed using the old broken crc.c?
8788
8789 2006-07-06  Simon Josefsson  <jas@extundo.com>
8790
8791         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
8792         now the canonical place for the M4 file).
8793
8794         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
8795         from the sys_socket dependency now.
8796
8797         * modules/inet_pton (Files): Ditto.
8798
8799         * modules/inet_ntop (Files): Ditto.
8800
8801 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
8802
8803         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
8804         not gl_PREREQ_GETUSERSHELL.
8805
8806 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8807
8808         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
8809         with only one argument, for Autoconf 2.60.
8810         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
8811         expand to nothing, so add a shell command to avoid syntax error.
8812         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
8813
8814 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8815
8816         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
8817
8818 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
8819
8820         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
8821         no longer needed.  Check for isblank decl.
8822         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
8823         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
8824         of existence.
8825
8826 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
8827
8828         * lib/getloadavg.c: Use __VMS, not VMS.
8829         * lib/getopt.c: Likewise.
8830         * lib/getpagesize.h: Likewise.
8831         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
8832         and probably does not work.
8833
8834 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
8835
8836         * lib/.cppi-disable: Add wcwidth.
8837         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
8838         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
8839         (ISGRAPH): Remove.  All uses changed to isgraph.
8840         (FOLD) [!defined _LIBC]: Remove special case.
8841         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
8842         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
8843         HAVE_ISBLANK.
8844         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
8845         case.
8846
8847 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
8848
8849         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
8850         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
8851         brackets.  Other minor changes to suppress some compiler
8852         warnings.
8853
8854 2006-07-06  Derek R. Price  <derek@ximbiot.com>
8855         and Paul Eggert  <eggert@cs.ucla.edu>
8856
8857         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
8858         of invoking obsolescent AC_HEADER_DIRENT macro.
8859         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
8860         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
8861         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
8862         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
8863         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
8864         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
8865         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
8866         * m4/readdir.m4: Remove; no longer needed.
8867
8868 2006-07-06  Derek R. Price  <derek@ximbiot.com>
8869         and Paul Eggert  <eggert@cs.ucla.edu>
8870
8871         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
8872         Don't worry about this obsolete case any more.
8873         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
8874         directories.
8875         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
8876         worry about this obsolete case any more.
8877         * lib/fts.c: Likewise.
8878         * lib/getcwd.c: Likewise.
8879         * lib/glob.h: Likewise.
8880         * lib/savedir.c: Likewise.
8881
8882 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
8883
8884         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
8885         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
8886         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
8887         needed.
8888         All uses removed.
8889         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
8890         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
8891         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
8892         needed.
8893         * m4/getdate.m4 (gl_GETDATE): Likewise.
8894         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
8895         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
8896         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
8897         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
8898         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
8899         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
8900         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
8901         needed.
8902
8903 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
8904
8905         * lib/memcasecmp.c: Include <limits.h>.
8906         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
8907         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
8908         Don't assume isdigit succeeds only on '0' through '9'.
8909
8910 2006-07-05  Eric Blake  <ebb9@byu.net>
8911
8912         * modules/getaddrinfo (Depends-on): Add snprintf.
8913
8914 2006-07-05  Eric Blake  <ebb9@byu.net>
8915
8916         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
8917         to avoid 'header present but could not be compiled' on cygwin.
8918
8919 2006-07-05  Eric Blake  <ebb9@byu.net>
8920
8921         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
8922         missing from netdb.h.
8923         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
8924
8925 2006-07-05  Derek R. Price  <derek@ximbiot.com>
8926
8927         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
8928         no longer needed.
8929         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
8930         * m4/getdate.m4 (gl_GETDATE): Likewise.
8931         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
8932         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
8933         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
8934         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
8935         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
8936
8937 2006-07-05  Derek R. Price  <derek@ximbiot.com>
8938
8939         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
8940         All uses of is_space replaced by isspace.
8941         * lib/exit.h: Don't talk about STDC_HEADERS.
8942         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
8943         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
8944         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
8945         replaced by isprint etc.
8946         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
8947         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
8948         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
8949         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
8950         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
8951         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
8952
8953 2006-07-05  Bruno Haible  <bruno@clisp.org>
8954
8955         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
8956         the function exists, before testing against AIX.
8957         Reported by Martin Lambers <marlam@marlam.de>.
8958
8959 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
8960
8961         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
8962         From Mark D. Baushke.
8963
8964 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
8965
8966         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
8967         to the absolute name, not just one, to bypass Sun C 5.8's
8968         "warning: #include of /usr/include/... may be non-portable".
8969
8970 2006-07-04  Eric Blake  <ebb9@byu.net>
8971
8972         * modules/dirname-tests: New test module.
8973         * tests/test-dirname.c: New file, replacing dirname.c
8974         TEST_DIRNAME section that was recently deleted.
8975
8976 2006-07-04  Bruno Haible  <bruno@clisp.org>
8977
8978         Assume ANSI C header files and <ctype.h> functions.
8979         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
8980         (mbsnwidth): Use isprint, iscntrl instead.
8981
8982 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
8983
8984         Merge from coreutils.
8985         * MODULES.html.sh: Add xstrtold.
8986         * modules/xstrtold: New file.
8987         * modules/cycle-check (Files): Add lib/same-inode.h.
8988         * modules/dirname (Files): Add m4/double-slash-root.m4.
8989         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
8990         * modules/mkdir-p (Files): Add lib/same-inode.h.
8991         * modules/same (Files): Add lib/same-inode.h.
8992
8993 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
8994
8995         * m4/absolute-header.m4: Renamed from full-header-path.m4.
8996         This is to keep the terminology clean; POSIX talks about
8997         "absolute pathnames", not "full pathnames", but the GNU
8998         Coding Standards say to use "path" for something else;
8999         so use "absolute" to keep both sides happy.
9000         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
9001         Set gl_absolute_header, not gl_full_header_path.
9002         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
9003         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
9004         All uses changed.
9005
9006         Merge from coreutils.
9007
9008         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
9009
9010         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
9011         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
9012         want to require the building of c-strtod.o.
9013         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
9014         needs -lm directly.
9015         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
9016
9017         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
9018
9019         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
9020         --as-needed option if available.  Problem reported by Albert Chin in
9021         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
9022         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
9023         cc merely issues a bunch of annoying warnings for --as-needed
9024         (this problem was reported by Bob Proulx).  Also, try linking with
9025         -lm to detect a bug in binutils 2.16 (this problem was reported
9026         by Ralf Wildenhues).
9027
9028         2006-06-18  Jim Meyering  <jim@meyering.net>
9029
9030         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
9031         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
9032         macro.
9033         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
9034         also check for glibc-2.4's abort-inducing bug.
9035
9036         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
9037         Low-probability clean-up should be to use rmdir to get rid of
9038         the just-created directory, not unlink.
9039
9040         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
9041         configure fail, and request a bug report to inform us about it.
9042         Add a comment that, barring reports to the contrary, in 2007 we'll
9043         assume ftruncate is universally available.
9044
9045         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
9046
9047         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
9048
9049         2006-03-12  Jim Meyering  <jim@meyering.net>
9050
9051         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
9052         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
9053         * m4/same.m4 (gl_SAME): Likewise.
9054         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
9055
9056         2006-03-11  Eric Blake  <ebb9@byu.net>
9057
9058         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
9059         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
9060         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
9061         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
9062
9063 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
9064
9065         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
9066         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
9067         reported by Mark D. Baushke, one in
9068         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
9069
9070         Merge from coreutils.
9071
9072         * lib/.cppi-disable: Add stdint_.h.
9073         * lib/.cvsignore: Add stdint.h.
9074
9075         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
9076
9077         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
9078         both double and long double versions.
9079         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
9080         * lib/xstrtold.c: New file.
9081         * lib/xstrtod.h (xstrtold): New decl.
9082
9083         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
9084
9085         * lib/filemode.c (setst): Remove.
9086         (strmode): Rewrite to avoid setst.  This makes the code shorter,
9087         (arguably) clearer, and the generated code is a bit smaller on my
9088         Debian GNU/Linux stable x86 host.
9089
9090         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
9091
9092         * lib/filemode.c: Include "filemode.h" first, to test the interface.
9093         Assume that filemode.h includes sys/types.h and sys/stat.h.
9094         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
9095         (ftypelet): Reorder to put common cases first, for efficiency.
9096         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
9097         to do 'M'.
9098         (strmode): Renamed from mode_string, and now stores 12 bytes instead
9099         of 10, for compatibility with FreeBSD.  All callers changed.
9100         (filemodestring): Now stores 12 bytes instead of 10, and sets file
9101         types that can't be deduced solely from st_mode.  First arg is now a
9102         const pointer.
9103         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
9104         (strmode): Renamed from mode_string.
9105         (filemodestring): New decl.
9106         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
9107         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
9108         needed.
9109         (S_ISPORT, S_ISWHT): New macros, if not already defined.
9110
9111         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
9112
9113         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
9114         fsusage.h now does that.  Include fsusage.h first, to test interface.
9115         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
9116         at most one method (the old code could have generated decls that
9117         didn't conform to C89, not that this was ever exercised).
9118         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
9119
9120         2006-03-19  Jim Meyering  <jim@meyering.net>
9121
9122         Work even in a chroot where d_ino values for entries in "/"
9123         don't match the stat.st_ino values for the same names.
9124         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
9125         number, iterate through all entries again, using lstat instead.
9126         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
9127         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
9128
9129         * lib/getcwd.c (__getcwd): Clarify a comment.
9130         Use memcpy in place of a call to strcpy.
9131
9132         2006-03-12  Jim Meyering  <jim@meyering.net>
9133
9134         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
9135         matches that of the current directory (which we're about to chdir ".."
9136         out of), then save the dev-ino of the parent, instead.
9137
9138         * lib/same-inode.h (SAME_INODE): New file/macro.
9139         * lib/chdir-safer.c (SAME_INODE): Remove definition.
9140         Include "same-inode.h", instead.
9141         * lib/same.c: Likewise.
9142         * lib/cycle-check.h: Include "same-inode.h".
9143         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
9144         * lib/cycle-check.c (SAME_INODE): Remove definition.
9145         * lib/root-dev-ino.h: Include "same-inode.h".
9146
9147         2006-03-11  Eric Blake  <ebb9@byu.net>
9148
9149         * lib/same.c (same_name): s/base_name/last_component/
9150         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
9151         * lib/filenamecat.c (file_name_concat): Likewise.
9152
9153         2006-03-11  Eric Blake  <ebb9@byu.net>,
9154                     Paul Eggert  <eggert@cs.ucla.edu>
9155
9156         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
9157         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
9158         drive prefix.
9159         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
9160         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
9161         (last_component): New method.
9162         * lib/dirname.c (dir_len): Determine when drive letters need a
9163         subsequent slash.  Preserve // when it is special.
9164         (dir_name): Don't append dot when drive letter is absolute.
9165         [TEST_DIRNAME]: Move into a full-blown gnulib test.
9166         * lib/basename.c (base_name): New semantics - malloc the result.
9167         Preserve // when it is special.  Preserve relative files that look
9168         like drive letters.
9169         (base_len): Preserve // when it is special.
9170         (last_component): New method, similar to old base_name semantics.
9171         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
9172         base_name.  Strip redundant slashes from ///.
9173
9174 2006-07-03  Jim Meyering  <jim@meyering.net>
9175
9176         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
9177         macro is used before the first cycle_check call.
9178
9179 2006-07-03  Eric Blake  <ebb9@byu.net>
9180
9181         * modules/dirname (Depends-on): Add xstrndup.
9182
9183 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
9184
9185         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
9186         test cases, so that config.log is a bit easier to follow.
9187
9188 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
9189
9190         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
9191         both are 64 bits, since this seems to be the tradition, and this
9192         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
9193         we ever run into a host that prefers long long to long in this
9194         case, we'll need another configure-time test.  Problem reported by
9195         Jim Meyering.
9196
9197 2006-07-02  Eric Blake  <ebb9@byu.net>
9198
9199         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
9200
9201 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
9202
9203         * modules/inttypes (Depends-on): No longer depends on stdint.
9204         * modules/stdint (Description): Say more about assumptions.
9205         Say that the fast types might differ.  Say macros are used.
9206         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
9207         (Makefile.am): Revise list of substituted symbols to match
9208         new stdint.m4.
9209         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
9210         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
9211         * tests/test-stdint.c (verify_same_types)
9212         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
9213         the code conforms to C99/C89.
9214         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
9215         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
9216
9217 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
9218
9219         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
9220         but fix a bug, by requiring at least 64 bits.
9221         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
9222         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
9223         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
9224         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
9225
9226         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
9227         changes.  Make 2.59 a prerequisite.  Check and substitute for
9228         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
9229         inttypes.h.  Do not use special include files; just use the
9230         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
9231         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
9232         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
9233         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
9234         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
9235         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
9236         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
9237         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
9238         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
9239         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
9240         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
9241         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
9242         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
9243         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
9244         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
9245         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
9246         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
9247         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
9248         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
9249         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
9250         WINT_MAX.  Check for C99 conformance more strictly, by detecting
9251         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
9252         not check for things that C99 does not require, e.g., int8_t.  If
9253         a test isn't needed unless <stdint.h> isn't working, and is
9254         unlikely to be needed for any other reason, then don't do it
9255         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
9256         size_t, since we assume C89 freestanding at least.  Do not check
9257         for sig_atomic_t, wchar_t, or wint_t, since the code now does
9258         the right thing even if the types are not defined.  Instead use:
9259         (gl_STDINT_TYPE_PROPERTIES): New macro.
9260         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
9261         testing whether <sys/types.h> clashes, as Autoconf does this for
9262         us now.  All uses removed.
9263         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
9264         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
9265         (gl_CHECK_TYPE_SAME):
9266         Remove; no longer needed.
9267         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
9268         exists, since we'll return 0 anyway in that case.
9269         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
9270
9271 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
9272
9273         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
9274         possible collision with system files.
9275         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
9276         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
9277         WCHAR_MIN and WCHAR_MAX in this case.
9278         (<stddef.h>): Do not include; no longer needed.
9279         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
9280         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
9281         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
9282         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
9283         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
9284         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
9285         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
9286         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
9287         !defined(__c99))]: Include in this case too, since it's harmless
9288         now.
9289         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
9290         dangerous to do so.
9291         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
9292         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
9293         (_STDINT_MIN, _STDINT_MAX): New macros.
9294         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
9295         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
9296         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
9297         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
9298         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
9299         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
9300         macros, not typedefs; this simplifies things quite a bit.
9301         Use long int for all types narrower than int64_t.
9302         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
9303         Define in terms of long long int or int64_t or long int,
9304         not int64_t or int32_t.  This saves some compile-time testing.
9305         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
9306         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
9307         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
9308         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
9309         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
9310         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
9311         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
9312         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
9313         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
9314         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
9315         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
9316         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
9317         undef any previous version and define our own version, for
9318         simplicity and consistency with the new macros for types.
9319         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
9320         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
9321         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
9322         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
9323         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
9324         @WINT_T_SUFFIX@ to keep things simple here.
9325         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
9326         Simplify by assuming typical 8/16/32/64 host, since we're
9327         already doing that elsewhere anyway.
9328         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
9329         and assume long long int is 64 bits if available.  This
9330         speeds up 'configure'.
9331
9332 2006-07-01  Eric Blake  <ebb9@byu.net>
9333
9334         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
9335         Reported by Andreas Buening.
9336
9337 2006-07-01  Eric Blake  <ebb9@byu.net>
9338
9339         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
9340
9341 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
9342
9343         * lib/getaddrinfo.c: fixed typo
9344
9345 2006-06-29  Jim Meyering  <jim@meyering.net>
9346
9347         * modules/strftime (Maintainer): Add my name, since with the
9348         FPRINTFTIME changes strftime.c has forked from glibc.
9349
9350 2006-06-29  Eric Blake  <ebb9@byu.net>
9351
9352         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
9353
9354 2006-06-29  Eric Blake  <ebb9@byu.net>
9355
9356         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
9357
9358 2006-06-29  Eric Blake  <ebb9@byu.net>
9359
9360         * lib/stat_.h: New file.
9361
9362 2006-06-29  Eric Blake  <ebb9@byu.net>
9363
9364         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
9365         unused static function.
9366
9367 2006-06-29  Eric Blake  <ebb9@byu.net>
9368
9369         * doc/functions.texi (Function Portability): Document missing lstat
9370         on mingw.
9371
9372 2006-06-29  Eric Blake  <ebb9@byu.net>
9373
9374         * MODULES.html.sh: Add sys_stat.
9375         * modules/sys_stat: New module.
9376         * modules/mkstemp (Depends-on): Add sys_stat.
9377
9378 2006-06-29  Derek R. Price  <derek@ximbiot.com>
9379
9380         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
9381
9382 2006-06-29  Derek R. Price  <derek@ximbiot.com>
9383
9384         * m4/c-bs-a.m4: Removed.
9385
9386 2006-06-29  Derek R. Price  <derek@ximbiot.com>
9387
9388         * lib/strftime.c: Assume strftime() exists.
9389
9390 2006-06-29  Derek Price  <derek@ximbiot.com>
9391
9392         * modules/c-bs-a: Removed - \a is C89.
9393         * MODULES.html.sh: Remove c-bs-a.
9394
9395 2006-06-29  Bruno Haible  <bruno@clisp.org>
9396
9397         * modules/wcwidth (License): Change to LGPL.
9398
9399 2006-06-28  Simon Josefsson  <jas@extundo.com>
9400
9401         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
9402         on _WIN32.
9403
9404         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
9405         getnameinfo.
9406
9407 2006-06-28  Simon Josefsson  <jas@extundo.com>
9408
9409         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
9410
9411 2006-06-28  Simon Josefsson  <jas@extundo.com>
9412
9413         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
9414         functions there.  It will succeed on Windows XP, but on Windows
9415         2000 and (presumably) earlier, it will fail, and use the internal
9416         re-implementation.
9417         (use_win32_p): New function.
9418         (getaddrinfo): Use strtoul on servname, to support numeric ports.
9419         Support AI_NUMERICSERV to disable getservbyname.
9420         (getnameinfo): New function, only supports
9421         NI_NUMERICHOST|NI_NUMERICSERV for now.
9422
9423         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
9424         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
9425         getnameinfo.
9426
9427 2006-06-28  Eric Blake  <ebb9@byu.net>
9428
9429         * modules/wcwidth: New file.
9430         * modules/mbchar (Depends-on): Add wcwidth.
9431         * modules/mbswidth (Depends-on): Add wcwidth.
9432         * MODULES.html.sh: Add wcwidth.
9433
9434 2006-06-28  Eric Blake  <ebb9@byu.net>
9435
9436         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
9437         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
9438
9439 2006-06-28  Eric Blake  <ebb9@byu.net>
9440
9441         * lib/xvasprintf.h: Fix comments.
9442
9443 2006-06-28  Eric Blake  <ebb9@byu.net>
9444
9445         * lib/mbchar.h (wcwidth): Include wcwidth.h.
9446         * lib/mbswidth.c (wcwidth): Move from here...
9447         * lib/wcwidth.h: ...to this new file.
9448
9449 2006-06-28  Derek R. Price  <derek@ximbiot.com>
9450
9451         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
9452
9453         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
9454         it's obsolete.
9455         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
9456
9457 2006-06-28  Derek R. Price  <derek@ximbiot.com>
9458
9459         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
9460         Autoconf 2.60 says this stuff was obsolete.
9461
9462 2006-06-28  Bruno Haible  <bruno@clisp.org>
9463
9464         * modules/wcwidth (Files): Add m4/wchar_t.m4.
9465
9466 2006-06-28  Bruno Haible  <bruno@clisp.org>
9467
9468         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
9469         gt_TYPE_WCHAR_T.
9470
9471 2006-06-28  Bruno Haible  <bruno@clisp.org>
9472
9473         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
9474         declaration for wcwidth.
9475         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
9476
9477 2006-06-28  Bruno Haible  <bruno@clisp.org>
9478
9479         * lib/mkdtemp.c [MINGW]: Include <io.h>.
9480         (mkdir): Define using _mkdir.
9481
9482 2006-06-28  Bruno Haible  <bruno@clisp.org>
9483
9484         * lib/getaddrinfo.h: Fix POSIX URL.
9485         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
9486         _WIN32.
9487         (use_win32_p): Make static.
9488         (getaddrinfo): Reject service name if it is empty or does not consist
9489         solely of decimal digits, or if its value is > 65535.
9490         (getnameinfo): Remove useless casts.
9491
9492 2006-06-27  Simon Josefsson  <jas@extundo.com>
9493
9494         * modules/sys_select: New file, suggested by Bruno Haible, Paul
9495         Eggert and Martin Lambers.
9496
9497 2006-06-27  Simon Josefsson  <jas@extundo.com>
9498
9499         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
9500         Eggert and Martin Lambers.
9501
9502 2006-06-27  Bruno Haible  <bruno@clisp.org>
9503
9504         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
9505         result to 0, not to empty.
9506         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
9507
9508 2006-06-27  Bruno Haible  <bruno@clisp.org>
9509
9510         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
9511
9512 2006-06-26  Simon Josefsson  <jas@extundo.com>
9513
9514         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
9515         present.
9516
9517 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
9518
9519         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
9520         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
9521         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
9522
9523 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
9524
9525         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
9526
9527 2006-06-26  Bruno Haible  <bruno@clisp.org>
9528
9529         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
9530
9531 2006-06-26  Bruno Haible  <bruno@clisp.org>
9532
9533         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
9534
9535 2006-06-26  Bruno Haible  <bruno@clisp.org>
9536
9537         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
9538         SGI C compiler in pre-C99 mode.
9539         Suggested by Mark D. Baushke and Larry Jones.
9540
9541 2006-06-26  Bruno Haible  <bruno@clisp.org>
9542
9543         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
9544         WCHAR_MAX.
9545         Reported by Mark D. Baushke and Larry Jones.
9546
9547 2006-06-26  Bruno Haible  <bruno@clisp.org>
9548
9549         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
9550         in pre-C99 mode.
9551         Suggested by Mark D. Baushke and Larry Jones.
9552
9553 2006-06-23  Simon Josefsson  <jas@extundo.com>
9554             Bruno Haible  <bruno@clisp.org>
9555
9556         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
9557         Emit mostlyclean-local rule.
9558         (func_emit_tests_Makefile_am): Likewise.
9559         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
9560
9561 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
9562
9563         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
9564
9565 2006-06-23  Bruno Haible  <bruno@clisp.org>
9566
9567         * tests/test-stdint.c: Update to match ISO C 99 Technical
9568         Corrigendum 1.
9569
9570 2006-06-23  Bruno Haible  <bruno@clisp.org>
9571
9572         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
9573
9574 2006-06-23  Bruno Haible  <bruno@clisp.org>
9575
9576         * lib/stdint_.h: Treat IRIX like OpenBSD.
9577
9578 2006-06-23  Bruno Haible  <bruno@clisp.org>
9579
9580         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
9581         ISO C 99 Technical Corrigendum 1.
9582
9583 2006-06-22  Simon Josefsson  <jas@extundo.com>
9584
9585         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
9586         MinGW.
9587
9588 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
9589
9590         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
9591         needed.  Some compiler complained about some of them.  Problem reported
9592         by Larry Jones in
9593         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
9594
9595 2006-06-21  Simon Josefsson  <jas@extundo.com>
9596
9597         * tests/test-getaddrinfo.c: New file.
9598
9599         * modules/getaddrinfo-tests: New file.
9600
9601         * MODULES.html.sh: Add inet_pton.
9602
9603         * modules/inet_pton: New file.
9604
9605 2006-06-21  Simon Josefsson  <jas@extundo.com>
9606
9607         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
9608         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
9609         of using the (limited) gnulib implementation on Windows XP.
9610
9611         * m4/inet_pton.m4: New file.
9612
9613 2006-06-21  Simon Josefsson  <jas@extundo.com>
9614
9615         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
9616         variable.
9617
9618         * lib/socket_.h: Don't define WINVER.
9619
9620         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
9621         slightly modified to work in gnulib.
9622
9623 2006-06-21  Simon Josefsson  <jas@extundo.com>
9624
9625         * doc/gnulib.texi (Windows sockets): Add.
9626
9627 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
9628
9629         * lib/read-file.c (fread_file): Start with buffer allocation of
9630         0 bytes rather than 1 byte; this simplifies the code.
9631         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
9632         code to free buffer and save/restore errno.
9633         (internal_read_file): Remove unused local.
9634
9635 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
9636
9637         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
9638         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
9639         Problem reported by Denis Excoffier in
9640         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
9641
9642 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9643
9644         * modules/sys_socket, modules/socklen: Include sys/types since
9645         FreeBSD 4.x's sys/socket.h needs it.
9646
9647 2006-06-19  Simon Josefsson  <jas@extundo.com>
9648
9649         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
9650
9651 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
9652
9653         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
9654
9655 2006-06-19  Bruno Haible  <bruno@clisp.org>
9656
9657         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
9658         and FULL_PATH_INTTYPES_H in angle brackets.
9659         Reported by Mark D. Baushke <mdb@gnu.org>.
9660
9661 2006-06-17  Eric Blake  <ebb9@byu.net>
9662
9663         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
9664         errno.
9665
9666 2006-06-17  Bruno Haible  <bruno@clisp.org>
9667
9668         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
9669         <sys/inttypes.h>.
9670
9671 2006-06-17  Bruno Haible  <bruno@clisp.org>
9672
9673         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
9674         whether errno is declared. Assume <errno.h> declares errno.
9675
9676 2006-06-17  Bruno Haible  <bruno@clisp.org>
9677
9678         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
9679
9680 2006-06-17  Bruno Haible  <bruno@clisp.org>
9681
9682         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
9683         problem on Solaris 2.5.1.
9684
9685 2006-06-16  Eric Blake  <ebb9@byu.net>
9686
9687         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
9688         * lib/unicodeio.c [!defined errno]: Likewise.
9689         * lib/strtol.c [!defined errno]: Likewise.
9690         * lib/strtod.c [!defined errno]: Likewise.
9691
9692 2006-06-15  Eric Blake  <ebb9@byu.net>
9693
9694         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
9695
9696 2006-06-15  Eric Blake  <ebb9@byu.net>
9697
9698         * config/srclist.txt (ssize_t.m4): Lose sync.
9699
9700 2006-06-15  Bruno Haible  <bruno@clisp.org>
9701
9702         * modules/stdint (Files): Include m4/full-header-path.m4,
9703         m4/size_max.m4, m4/wchar_t.m4.
9704         (Makefile.am): Many more substitutions.
9705         * modules/stdint-tests: New file.
9706         * tests/test-stdint.c: New file.
9707
9708 2006-06-15  Bruno Haible  <bruno@clisp.org>
9709
9710         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
9711         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
9712         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
9713         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
9714         gl_CHECK_TYPE_SAME): New macros.
9715
9716 2006-06-15  Bruno Haible  <bruno@clisp.org>
9717
9718         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
9719
9720 2006-06-15  Bruno Haible  <bruno@clisp.org>
9721
9722         * lib/stdint_.h: Rewritten to be fully auto-configured.
9723         Fixes bug on HP-UX/IA64.
9724
9725 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
9726
9727         * lib/getdate.y (__attribute__): Don't define if already defined.
9728         Problem reported by Larry Jones.
9729         * lib/utimens.c (__attribute__): Likewise.
9730
9731 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
9732
9733         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
9734         reported by Andreas Schwab.
9735
9736 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9737             Bruno Haible  <bruno@clisp.org>
9738
9739         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
9740         check for the declaration of strnlen and a run test that exposes the
9741         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
9742         rpl_strndup.
9743
9744 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9745             Bruno Haible  <bruno@clisp.org>
9746
9747         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
9748
9749 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9750
9751         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
9752         compile test, for Tru64 4.0D.
9753
9754 2006-05-28  Karl Berry  <karl@gnu.org>
9755
9756         * config/srclist.txt (printf-args.c): lose sync.
9757
9758 2006-05-26  Martin Lambers  <marlam@marlam.de>
9759
9760         * lib/getpass.c: Updates the test for the native W32 API, and adds
9761         missing includes, thus fixing compilation warnings.
9762
9763 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
9764
9765         * lib/exclude.c (exclude_fnmatch): New function.
9766         (excluded_file_name): Call exclude_fnmatch.
9767         * lib/exclude.h (excluded_file_name): New prototype
9768
9769 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
9770
9771         * lib/tempname.c (small_open, large_open): New macros.
9772         (__open, __open64) [!_LIBC]: Remove.
9773         (__gen_tempname): Use small_open and large_open instead of __open
9774         and __open64.  This fixes a portability bug on HP-UX 11.11i
9775         reported by Simon Wing-Tang in
9776         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
9777
9778 2006-05-24  Bruno Haible  <bruno@clisp.org>
9779
9780         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
9781         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
9782         Reported by Thorsten Maerz <torte@netztorte.de> via
9783         Aaron Stone <aaron@serendipity.cx>.
9784
9785 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
9786
9787         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
9788         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
9789         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
9790         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
9791         not really conditional on the cache.
9792         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
9793
9794 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
9795
9796         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
9797         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
9798         (my_usleep): Don't mishandle maximum value.
9799
9800 2006-05-19  Jim Meyering  <jim@meyering.net>
9801
9802         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
9803
9804 2006-05-17  Bruno Haible  <bruno@clisp.org>
9805
9806         Cygwin portability.
9807         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
9808
9809 2006-05-17  Bruno Haible  <bruno@clisp.org>
9810
9811         * lib/stdint_.h: Fix recognition of Cygwin.
9812
9813 2006-05-15  Bruno Haible  <bruno@clisp.org>
9814
9815         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
9816         on libtool patch by Ralf Wildenhues.
9817
9818 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
9819
9820         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
9821         test for C99 conformance; (bool) 0.5 is an integer constant
9822         expression, but (bool) -0.5 is not.  Problem reported by Fedor
9823         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
9824
9825 2006-05-11  Simon Josefsson  <jas@extundo.com>
9826
9827         * m4/xvasprintf.m4: Fix obvious typo.
9828
9829 2006-05-11  Jim Meyering  <jim@meyering.net>
9830
9831         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
9832         James Lemley.
9833
9834 2006-05-10  Simon Josefsson  <jas@extundo.com>
9835
9836         * lib/md4.c: Typo fix, update copyright years.
9837         (K1, K2): Don't use L because it turn computations into 64-bit on
9838         64-bit platforms.
9839
9840 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
9841
9842         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
9843         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
9844         unwanted sign propagation, e.g., on hosts with 64-bit int.
9845         There still are some problems with reeelly weird theoretical hosts
9846         (e.g., 33-bit int) but it's not worth worrying about now.
9847         * lib/sha1.c (rol): Likewise.
9848         (K1, K2, K3, K4): Remove unnecessary L suffix.
9849
9850 2006-05-10  Bruno Haible  <bruno@clisp.org>
9851
9852         * lib/des.c: Cast to avoid warnings.
9853
9854 2006-05-09  Bruno Haible  <bruno@clisp.org>
9855
9856         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
9857         (Depends-on): Depend also on xsize, stdarg.
9858         (configure.ac): Add gl_XVASPRINTF.
9859
9860 2006-05-09  Bruno Haible  <bruno@clisp.org>
9861
9862         * m4/xvasprintf.m4: New file.
9863
9864 2006-05-09  Bruno Haible  <bruno@clisp.org>
9865
9866         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
9867         (EOVERFLOW): Define fallback value.
9868         (xstrcat): New function.
9869         (xvasprintf): Recognize the special case of a string concatenation.
9870
9871 2006-05-08  Eric Blake  <ebb9@byu.net>
9872
9873         * gnulib-tool (func_version): Base copyright year on CVS date.
9874         (func_emit_copyright_notice): New function.
9875         (func_emit_lib_Makefile_am): Use it.
9876         (func_emit_tests_Makefile_am): Likewise.
9877         (func_import): Likewise.
9878
9879 2006-05-08  Bruno Haible  <bruno@clisp.org>
9880
9881         * modules/stdarg: New file.
9882         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
9883
9884 2006-05-08  Bruno Haible  <bruno@clisp.org>
9885
9886         * m4/stdarg.m4: New file, from GNU gettext.
9887
9888 2006-05-08  Bruno Haible  <bruno@clisp.org>
9889
9890         * config/srclist.txt (build-aux/config.rpath): different from latest
9891         release.
9892
9893 2006-05-08  Bruno Haible  <bruno@clisp.org>
9894
9895         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
9896
9897 2006-05-05  Jim Meyering  <jim@meyering.net>
9898
9899         * m4/warning.m4: New file, derived from bison's file by the same name.
9900
9901 2006-05-03  Bruno Haible  <bruno@clisp.org>
9902
9903         * lib/stdint_.h: Shorter URL.
9904         * lib/inttypes.h: Likewise.
9905
9906 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
9907
9908         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
9909
9910 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
9911
9912         * lib/verify.h: Document the internals better.  Most of this change
9913         was written by Bruno Haible.
9914
9915 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
9916
9917         * doc/verify.texi: New file, partly based on a proposal by
9918         Bruno Haible.
9919
9920 2006-05-02  Bruno Haible  <bruno@clisp.org>
9921
9922         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
9923         test from here...
9924         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
9925
9926 2006-04-29  Bruno Haible  <bruno@clisp.org>
9927
9928         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
9929         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
9930
9931 2006-04-29  Bruno Haible  <bruno@clisp.org>
9932
9933         * gnulib-tool: Make --update option actually work.
9934
9935 2006-04-29  Bruno Haible  <bruno@clisp.org>
9936
9937         * doc/gcd.texi: New file.
9938         * doc/gnulib.texi: Include it.
9939
9940 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
9941
9942         * lib/getdate.y (get_date): When adding relative date, start with the
9943         initial time, not with the result of the first mktime call.
9944
9945 2006-04-25  Bruno Haible  <bruno@clisp.org>
9946
9947         * gnulib-tool (func_import): Output the include directives in three
9948         blocks, sorted separately.
9949         Reported by Ben Pfaff <blp@cs.stanford.edu>.
9950
9951 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
9952
9953         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
9954         to define main with arguments, for C++.  Reported by Eric Blake.
9955         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
9956         Prefer 'int main ()' to 'int main (void)', for C++.
9957         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
9958         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
9959         for 'main', for C99 and C++.
9960
9961 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
9962
9963         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
9964         Don't assume that exit status -1 is valid.
9965         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9966         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
9967         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
9968         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
9969         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
9970         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
9971         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
9972         functions can be used without declaring them, or that you can
9973         exit with status -1.
9974         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
9975
9976 2006-04-24  Karl Berry  <karl@gnu.org>
9977
9978         * config/srclist.txt (longdouble.m4): sync lost.
9979
9980 2006-04-24  Eric Blake  <ebb9@byu.net>
9981
9982         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
9983
9984 2006-04-24  Bruno Haible  <bruno@clisp.org>
9985
9986         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
9987         poll() implementation in AIX.
9988         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9989
9990 2006-04-24  Bruno Haible  <bruno@clisp.org>
9991
9992         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
9993         assigned exactly once.
9994
9995 2006-04-23  Claudio Fontana  <claudio@gnu.org>
9996             Bruno Haible  <bruno@clisp.org>
9997
9998         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
9999         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
10000         for AM_CPPFLAGS.
10001
10002 2006-04-23  Bruno Haible  <bruno@clisp.org>
10003
10004         * modules/copy-file: Depend on unistd.
10005         * modules/execute: Likewise.
10006         * modules/fatal-signal: Likewise.
10007         * modules/findprog: Likewise.
10008         * modules/mkdtemp : Likewise.
10009         * modules/pipe: Likewise.
10010         * modules/wait-process: Likewise.
10011
10012 2006-04-23  Bruno Haible  <bruno@clisp.org>
10013
10014         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
10015         condition was already detected.
10016         Reported by Ben Pfaff <blp@cs.stanford.edu>.
10017
10018 2006-04-23  Bruno Haible  <bruno@clisp.org>
10019
10020         * lib/copy-file.c: Include <unistd.h> unconditionally.
10021         * lib/execute.c: Likewise.
10022         * lib/fatal-signal.c: Likewise.
10023         * lib/findprog.c: Likewise.
10024         * lib/mkdtemp.c: Likewise.
10025         * lib/pipe.h: Likewise.
10026         * lib/pipe.c: Likewise.
10027         * lib/wait-process.h: Likewise.
10028
10029 2006-04-23  Bruno Haible  <bruno@clisp.org>
10030
10031         * gnulib-tool (func_usage): Fix --import description. Document
10032         --update.
10033         (func_import): Create temporary file in a temporary directory, if
10034         --dry-run is specified. Silence errors from 'grep' when there are no
10035         m4 files in $m4dir.
10036         (func_create_testdir): Silence errors from 'grep' when there are no
10037         m4 files in $m4dir.
10038         Reported by Karl Berry <karl@freefriends.org>.
10039
10040 2006-04-20  Bruno Haible  <bruno@clisp.org>
10041
10042         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
10043         one argument, so that the code will be portable to Autoconf 2.60.
10044         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
10045         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
10046         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
10047
10048 2006-04-19  Derek Price  <derek@ximbiot.com>
10049             Eric Blake  <ebb9@byu.net>
10050
10051         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
10052         rather than "/full/path.h".  Update comment to match.  Shorten &
10053         generalize m4_translit call via AS_TR_CPP.
10054
10055 2006-04-19  Derek Price  <derek@ximbiot.com>
10056             Eric Blake  <ebb9@byu.net>
10057
10058         * lib/inttypes.h: Correct grammar in comment.
10059
10060 2006-04-18  Derek Price  <derek@ximbiot.com>
10061             Paul Eggert  <eggert@cs.ucla.edu>
10062
10063         * modules/inttypes: New file.
10064         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
10065
10066 2006-04-18  Derek Price  <derek@ximbiot.com>
10067             Paul Eggert  <eggert@cs.ucla.edu>
10068
10069         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
10070         New files.
10071
10072 2006-04-18  Derek Price  <derek@ximbiot.com>
10073             Paul Eggert  <eggert@cs.ucla.edu>
10074
10075         * lib/inttypes.h: New file.
10076         * lib/strtoimax.c: Assume <inttypes.h>.
10077
10078 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
10079
10080         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
10081         isn't mounted.  Problem reported by Kir Kolyshkin.
10082
10083 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
10084
10085         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
10086         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
10087         Derek R. Price.
10088         * lib/regex.h (RE_DUP_MAX): Update comment to match current
10089         implementation.
10090
10091 2006-04-12  Eric Blake  <ebb9@byu.net>
10092
10093         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
10094         is now done automatically by the corresponding Autoconf macro.
10095
10096 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
10097
10098         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
10099         time_r.h.
10100
10101 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
10102
10103         Merge regex changes from libc, removing some of our
10104         POSIX-conformance changes that were rejected and redoing them in a
10105         less-intrusive way.
10106
10107         * lib/regcomp.c (re_compile_internal, init_dfa):
10108         Length arg is now size_t, not Idx.  All uses changed.
10109         (peek_token): Forward decl now says internal_function.
10110         (__re_error_msgid, __re_error_msgid_idx):
10111         Now static rather than extern with attribute_hidden.
10112         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
10113         For some reason libc prefers K&R style defns for external functions.
10114         (regerror) [!defined _LIBC]: Likewise.
10115         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
10116         (seek_collating_symbol_entry, lookup_collation_sequence_value):
10117         (build_range_exp, build_collating_symbol):
10118         Use K&R-style defn.
10119         (re_compile_fastmap): Use '\0' to memset, not 0.
10120         (utf8_sb_map): Make the calculations more obvious.
10121         (init_dfa, parse_bracket_exp, build_charclass_op):
10122         Call calloc and cast result, as glibc does.
10123         (init_word_char, fetch_token, peek_token, peek_token_bracket):
10124         (build_range_exp, build_collating_symbol):
10125         Now internal functions.
10126
10127         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
10128
10129         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
10130         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
10131         Don't depend on VMS; depend on __VMS instead, for POSIX
10132         namespace cleanness.
10133         (regoff_t): Define to ssize_t, not long int.
10134
10135         Remove the REG_ macros named below.  Instead, make the old names
10136         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
10137         __USE_GNU_REGEX.
10138         (REG_BACKSLASH_ESCAPE_IN_LISTS):
10139         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
10140         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
10141         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
10142         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
10143         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
10144         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
10145         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
10146         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
10147         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
10148         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
10149         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
10150         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
10151         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
10152         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
10153         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
10154         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
10155         (REG_NREGS):
10156         Remove.  All uses replaced by the old RE_* names.
10157         (RE_BACKSLASH_ESCAPE_IN_LISTS):
10158         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
10159         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
10160         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
10161         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
10162         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
10163         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
10164         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
10165         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
10166         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
10167         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
10168         Don't bother having these macros be independent of each others'
10169         values, since they no longer exist in the POSIX name space.
10170
10171         Rename the following member names back to their old names,
10172         unless !__USE_GNU_REGEX.  All uses changed back.
10173         (buffer): Renamed from re_buffer.
10174         (allocated): Renamed from re_allocated.
10175         (used): Renamed from re_used.
10176         (syntax): Renamed from re_syntax.
10177         (fastmap): Renamed from re_fastmap.
10178         (translate): Renamed from re_translate.
10179         (can_be_null): Renamed from re_can_be_null.
10180         (regs_allocated): Renamed from re_regs_allocated.
10181         (fastmap_accurate): Renamed from re_fastmap_accurate.
10182         (no_sub): Renamed from re_no_sub.
10183         (not_bol): Renamed from re_not_bol.
10184         (not_eol): Renamed from re_not_eol.
10185         (newline_anchor): Renamed from re_newline_anchor.
10186         (num_regs): Renamed from rm_num_regs.
10187         (start): Renamed from rm_start.
10188         (end): Renamed from rm_end.
10189
10190         (free_state): Move up a bit.
10191
10192         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
10193         #define to be empty.
10194         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
10195         when that is what is intended.
10196         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
10197         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
10198         (MAX): New macro.
10199         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
10200         All uses changed back to re_malloc, etc.  It's now the caller's
10201         responsibility to check for overflow; all callers changed.
10202         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
10203         (re_x2nrealloc): Remove.
10204         (free_state): Remove decl.
10205
10206         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
10207         (re_set_registers, re_exec):
10208         Use K&R-style defn.
10209
10210         2006-01-31  Roland McGrath  <roland@redhat.com>
10211
10212         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
10213         Reported by Mike Frysinger <vapier@gentoo.org>.
10214
10215         2006-01-15  Andreas Jaeger  <aj@suse.de>
10216
10217         [BZ #1950]
10218         * lib/regex_internal.c (re_string_reconstruct): Adjust for
10219         build_wcs_upper_buffer change.
10220         (build_wcs_upper_buffer): Change return type.
10221
10222         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
10223
10224         * lib/regex_internal.h: Include <stdint.h> if available.
10225
10226         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
10227
10228         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
10229
10230         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
10231
10232         * lib/regcomp.c: Adjust for changed secondary hash function.
10233
10234         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
10235
10236         * lib/regex.h: Pretty printing.
10237         Clean up namespace a bit.
10238
10239         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
10240
10241         * lib/regexec.c (update_cur_sifted_state, check_arrival,
10242         check_arrival_add_next_nodes): Avoid using uninitialized variable.
10243
10244         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
10245                     Ulrich Drepper  <drepper@redhat.com>
10246
10247         [BZ #1302]
10248         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
10249         changed.
10250         (bitset_word_t): Renamed from bitset_word.  All uses changed.
10251
10252         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
10253
10254         [BZ #281]
10255         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
10256         * lib/regcomp.c: Remove unnecessary uses of
10257         unsigned RE_TRANSLATE_TYPE.
10258         * lib/regex_internal.h: Likewise.
10259         * lib/regex_internal.c: Likewise.
10260         * lib/regexec.c: Likewise.
10261         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
10262
10263         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
10264
10265         * lib/regexec.c (find_recover_state): Remove unnecessary
10266         initialization.
10267         (transit_state_bkref): Make DFA a const pointer.
10268         (get_subexp): Likewise.
10269         (check_arrival): Likewise.
10270         (update_cur_sifted_state): Likewise.
10271         (re_search_internal): Likewise.
10272         (prune_impossible_nodes): Likewise.
10273         (acquire_init_state_context): Likewise.
10274         (proceed_next_node): Likewise.
10275         (set_regs): Likewise.
10276         (free_fail_stack_return): Likewise.
10277         (check_arrival_expand_ecl): Mark DFA parameter as const.
10278         (check_arrival_expand_ecl_sub): Likewise.
10279         (check_subexp_limits): Likewise.
10280         (sub_epsilon_src_nodes):  Likewise.
10281         (add_epsilon_src_nodes):  Likewise.
10282         (merge_state_array): Likewise.
10283         (update_regs): Likewise.
10284         (build_trtable): Likewise.
10285         (sift_states_backward): Mark MCTX parameter as const.
10286         (build_sifted_states): Likewise.
10287         (update_cur_sifted_state): Likewise.
10288         (sift_states_mkref): Likewise.
10289         (check_arrival_expand_ecl): Mark eclosure as const.
10290         (check_dst_limits_calc_pos_1): Likewise.
10291         * lib/regex_internal.h (re_match_context_t): Make dfa a const
10292         pointer.
10293
10294         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
10295
10296         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
10297         (transit_state_sb): Likewise.
10298         (transit_state_mb): Likewise.
10299         (sift_states_iter_mb): Likewise.
10300         (check_arrival_add_next_nodes): Likewise.
10301         (check_node_accept_bytes): Change first parameter to pointer-to-const.
10302         [_LIBC] (re_search_2_stub): Use mempcpy.
10303
10304         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
10305         mbrtowc for very simple UTF-8 case.
10306
10307         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
10308         a pointer-to-const.
10309         (re_acquire_state_context): Likewise.
10310         * lib/regex_internal.h: Adjust prototypes.
10311
10312         * lib/regex.c: Prevent using C++ compilers.
10313
10314         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
10315         (re_acquire_state_context): Likewise.
10316
10317 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
10318
10319         * modules/regex (Depends-on): Add ssize_t.
10320
10321 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
10322
10323         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
10324         translation table.
10325
10326 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
10327
10328         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
10329
10330 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
10331             Bruno Haible  <bruno@clisp.org>
10332
10333         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
10334         <sys/types.h> and <inttypes.h>.
10335
10336 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10337
10338         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
10339         `__error_t_defined', so argp.h will not typedef the former.
10340
10341 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
10342
10343         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
10344         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
10345         glibc names.  Even if glibc is changed to conform to POSIX, the
10346         traditional names will be available anyway, since regex depends on
10347         the extensions module.  Also, fix a longstanding typo in the
10348         implementation of Spencer ERE test #75 from grep 2.3.  Problems
10349         reported by Emanuele Giaquinta.  Also, change sense of cached
10350         variable, so that the message makes sense.
10351
10352 2006-03-24  Simon Josefsson  <jas@extundo.com>
10353
10354         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
10355         including some doc fixes.
10356         (base64_encode_alloc): Fix +1 bug on allocation failures.
10357
10358 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10359
10360         * lib/base64.c (base64_encode): Do not read past end of array with
10361         unsanitized input on systems with CHAR_BIT > 8.
10362
10363 2006-03-24  Eric Blake  <ebb9@byu.net>
10364
10365         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
10366
10367 2006-03-22  Karl Berry  <karl@gnu.org>
10368
10369         * config/srclist.txt (*setenv.[ch]): get from coreutils.
10370         * config/srclistvars.sh (COREUTILS): new var.
10371
10372 2006-03-17  Jim Meyering  <jim@meyering.net>
10373
10374         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
10375         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
10376
10377 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
10378
10379         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
10380         no longer needs it.  Instead, check that regoff_t is as least
10381         as wide as ptrdiff_t.
10382
10383         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
10384         so that our regex.h stays compatible with the installed regex.
10385         This is helpful for installers who configure --without-included-regex.
10386         Problem reported by Emanuele Giaquinta.
10387
10388 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
10389
10390         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
10391         Typedef to long int, not to off_, as POSIX will likely change
10392         in that direction.
10393
10394 2006-03-15  Eric Blake  <ebb9@byu.net>
10395
10396         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
10397
10398 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
10399
10400         * lib/argp-help.c (validate_uparams): Fix typo
10401         * lib/argp-parse.c (argp_default_options): Consistently begin help
10402         messages with a lowercase letter.
10403
10404 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
10405
10406         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
10407         overrun buffers and shouldn't be used (much as gets shouldn't be
10408         used).
10409         * lib/time_r.c (asctime_r, ctime_r): Likewise.
10410
10411 2006-03-08  Simon Josefsson  <jas@extundo.com>
10412
10413         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
10414         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10415
10416 2006-03-08  Simon Josefsson  <jas@extundo.com>
10417
10418         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
10419         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10420
10421 2006-03-08  Simon Josefsson  <jas@extundo.com>
10422
10423         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
10424         signal that configure disabled the device.
10425
10426 2006-03-08  Simon Josefsson  <jas@extundo.com>
10427
10428         * build-aux/maint.mk: Fix refresh-po, to handle no translated
10429         languages.
10430
10431 2006-03-07  Simon Josefsson  <jas@extundo.com>
10432
10433         * modules/getopt (Depends-on): Add unistd.
10434
10435         * modules/unistd: New file.
10436
10437 2006-03-07  Simon Josefsson  <jas@extundo.com>
10438
10439         * modules/gc-random: New file.
10440
10441 2006-03-07  Simon Josefsson  <jas@extundo.com>
10442
10443         * m4/unistd_h.m4: New file.
10444
10445 2006-03-07  Simon Josefsson  <jas@extundo.com>
10446
10447         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
10448         test to be side-effect free by storing the result in the cache
10449         variable gl_cv_lib_readline, and moving the assignment of
10450         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
10451         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10452
10453 2006-03-07  Simon Josefsson  <jas@extundo.com>
10454
10455         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
10456         error on missing devices (the functions will return an error).
10457
10458         * m4/gc.m4: Move random stuff to gc-random.m4
10459
10460 2006-03-07  Simon Josefsson  <jas@extundo.com>
10461
10462         * lib/unistd_.h: New file.
10463
10464 2006-03-07  Simon Josefsson  <jas@extundo.com>
10465
10466         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
10467
10468 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
10469
10470         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
10471         Problem reported by Juan Manuel Guerrero.
10472
10473 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
10474
10475         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
10476         the unistd module.
10477         * lib/getlogin_r.c: Likewise.
10478         * lib/getlogin_r.h: Likewise.
10479         * lib/glob.c: Likewise.
10480         * lib/pagealign_alloc.c: Likewise.
10481         * lib/unistd_.h: Remove; no longer needed.
10482
10483 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
10484
10485         * MODULES.html.sh (Support for systems lacking POSIX:2001):
10486         Add unistd.
10487         * modules/c-stack (Depends-on): Add unistd.
10488         * modules/getlogin_r: Likewise.
10489         * modules/glob: Likewise.
10490         * modules/pagealign_alloc: Likewise.
10491         * modules/unistd (Files): Remove lib/unistd_.h.
10492         (EXTRA_DIST): Remove.
10493         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
10494         need unistd_.h.
10495         (MOSTLYCLEANFILES): Remove unistd.h-t.
10496
10497 2006-03-03  Simon Josefsson  <jas@extundo.com>
10498
10499         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
10500
10501 2006-03-03  Simon Josefsson  <jas@extundo.com>
10502
10503         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
10504         libidn and bison.
10505
10506 2006-03-03  Simon Josefsson  <jas@extundo.com>
10507
10508         * build-aux/maint.mk: Add indent target.
10509
10510 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
10511
10512         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
10513         our replacement poll.h in any case, to avoid a differing
10514         declaration from a system header.  Seen on AIX.
10515
10516 2006-03-01  Simon Josefsson  <jas@extundo.com>
10517
10518         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
10519         <kasal@ucw.cz>.
10520
10521 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
10522
10523         * modules/gettime (Depends-on): Add extensions module.
10524         * modules/nanosleep (Depends-on): Likewise.
10525         * modules/settime (Depends-on): Likewise.
10526
10527 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
10528
10529         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
10530         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
10531         pedantically.
10532         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
10533         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
10534
10535         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
10536         not "==".  Reported by Ralf Wildenhues.
10537
10538 2006-03-01  Karl Berry  <karl@gnu.org>
10539
10540         * doc/Copyright/request-*: new files, synced from gnuorg.
10541
10542 2006-03-01  Karl Berry  <karl@gnu.org>
10543
10544         * config/srclist.txt (Copyright/*): new entries.
10545
10546 2006-02-28  Simon Josefsson  <jas@extundo.com>
10547
10548         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
10549
10550 2006-02-27  Simon Josefsson  <jas@extundo.com>
10551
10552         * lib/base64.h: Indent #define's.  From Jim Meyering
10553         <jim@meyering.net>.
10554
10555 2006-02-27  Jim Meyering  <jim@meyering.net>
10556
10557         Revert the change of 2006-02-24, so these files can continue
10558         to be sync'd from gettext.
10559         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
10560         of `config.h'.
10561
10562 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
10563
10564         * modules/intprops: New file.
10565         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
10566         Add intprops.
10567         * modules/getloadavg (Files): Remove lib/intprops.h.
10568         (Depends-on): Add intprops.
10569         * modules/human: Likewise.
10570         * modules/inttostr: Likewise.
10571         * modules/openat: Likewise.
10572         * modules/sig2str: Likewise.
10573         * modules/userspec: Likewise.
10574         * modules/utimecmp: Likewise.
10575         * modules/xnanosleep: Likewise.
10576         * modules/xstrtol: Likewise.
10577
10578 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
10579
10580         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
10581         * modules/lock-tests (TESTS): Use $(EXEEXT).
10582         * modules/tls-tests: Likewise.
10583         * modules/argp-tests: Likewise.
10584         (check_PROGRAMS): New var, replacing...
10585         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
10586
10587 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10588
10589         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
10590         `config.h'.
10591
10592 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
10593
10594         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
10595
10596 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10597
10598         Sync from coreutils.
10599         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
10600         gl_CHDIR_SAFER.
10601
10602 2006-02-22  Jim Meyering  <jim@meyering.net>
10603
10604         Sync from coreutils.
10605         * m4/chdir-safer.m4: New file.
10606
10607 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
10608
10609         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
10610         AT_FDCWD exceeds INT_MAX.
10611         * lib/openat.h (AT_FDCWD): Likewise.
10612
10613 2006-02-17  Eric Blake  <address@hidden>
10614
10615         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
10616
10617 2006-02-16  Simon Josefsson  <jas@extundo.com>
10618
10619         * modules/getaddrinfo (Depends-on): Add sys_socket.
10620
10621 2006-02-15  Simon Josefsson  <jas@extundo.com>
10622
10623         * build-aux/maint.mk: Add dsyntax-check rule.
10624
10625 2006-02-15  Eric Blake  <ebb9@byu.net>
10626
10627         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
10628         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
10629         'present but cannot compile' warnings on cygwin.
10630         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
10631         use ws2tcpip.h if sys/socket.h works.
10632         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
10633         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
10634
10635 2006-02-14  Simon Josefsson  <jas@extundo.com>
10636
10637         * modules/maintainer-makefile (Files): Rename.
10638
10639         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
10640         and (the local) Makefile.cfg to maint-cfg.mk.
10641
10642         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
10643         to the latter.
10644
10645         * modules/maintainer-makefile: New module.
10646
10647         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
10648         severaly stripped to make it possible to build it up from scratch
10649         with reliable tests.
10650
10651         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
10652         fixes to permit overriding the default actions when configure and
10653         makefile are not available.
10654
10655 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
10656
10657         Sync from coreutils.
10658         * modules/lstat (Depends-on): Don't depend on xalloc.
10659         (License): Change from GPL to LGPL, since this is now simply a
10660         replacement for a libc function.
10661
10662 2006-02-14  Jim Meyering  <jim@meyering.net>
10663
10664         Sync from coreutils.
10665
10666         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
10667         failure on deficient systems, and simplify gnulib lgpl dependencies.
10668         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
10669         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
10670
10671         * lib/xalloc-die.c: Remove unused definition of N_.
10672
10673 2006-02-14  Jim Meyering  <jim@meyering.net>
10674
10675         Sync from coreutils.
10676         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
10677         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
10678         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
10679         double-quote uses of that variable, to accommodate the rare case in
10680         which getmntent is available in none of the libraries checked.  This
10681         happens at least on FreeBSD 5.0.
10682
10683 2006-02-13  Simon Josefsson  <jas@extundo.com>
10684
10685         * gnulib-tool (Usage): Fix --import, from
10686         karl@freefriends.org (Karl Berry).
10687
10688 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
10689
10690         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
10691
10692 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
10693
10694         * lib/argp-namefrob.h: Restore changes accidentally lost during the
10695         "autoupdate" on 2005-12-12.
10696
10697 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
10698
10699         * modules/closeout (Depends-on): Remove atexit.
10700
10701 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
10702
10703         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
10704         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
10705
10706 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
10707
10708         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
10709         __EXTENSIONS__ if this causes compilation to fail.  Problem
10710         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
10711         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
10712
10713 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
10714
10715         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
10716         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
10717         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
10718         All uses changed.
10719
10720 2006-01-26  Simon Josefsson  <jas@extundo.com>
10721
10722         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
10723         prototype is visible on mingw32.
10724
10725         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
10726         for mingw32.
10727
10728         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
10729         mingw32).
10730
10731 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
10732
10733         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
10734         attempt to open for write; this always fails, at least on POSIX
10735         hosts.  This reinstates the 2006-01-09 change, which was
10736         inadvertently removed.
10737
10738 2006-01-26  Bruno Haible  <bruno@clisp.org>
10739
10740         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
10741         Reported by Paul Eggert.
10742
10743 2006-01-26  Bruno Haible  <bruno@clisp.org>
10744             Paul Eggert  <eggert@cs.ucla.edu>
10745
10746         * lib/stdbool_.h (_Bool)
10747         [(! (defined __cplusplus || defined __BEOS__)
10748           && !defined __GNUC__
10749           && !(defined __HP_cc || defined __xlc__
10750                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
10751                || defined __sgi))]:
10752         #define to signed char in these cases too; this simplifies
10753         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
10754         etc., separately) and makes it more conservative.
10755
10756 2006-01-25  Simon Josefsson  <jas@extundo.com>
10757
10758         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
10759         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
10760         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
10761
10762 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
10763
10764         * lib/argp-namefrob.h: Bugfix. Remove stray #
10765
10766 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
10767
10768         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
10769         so that we test the test.
10770         Check for yet another HP-UX cc bug involving *bool |= bool.
10771
10772 2006-01-25  Karl Berry  <karl@gnu.org>
10773
10774         * config/srclist.txt (vasnprintf.c): sync lost.
10775
10776 2006-01-25  Jim Meyering  <jim@meyering.net>
10777
10778         Sync from the stable (b5) branch of coreutils:
10779
10780         * lib/fts.c (fts_children): Don't let close() clobber errno from
10781         failed fchdir().
10782
10783         * lib/fts.c (fts_stat): When following a symlink-to-directory,
10784         don't necessarily interpret stat-fails+lstat-succeeds as indicating
10785         a dangling symlink.  That can also happen at least for ELOOP.
10786         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
10787         FYI, this bug predates the inclusion of fts.c in coreutils.
10788
10789         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
10790         in their own block, so pre-c99 compilers don't object.
10791
10792         Avoid the double-free (first in fts_read, second in fts_close) that
10793         would occur when an `active' directory is made inaccessible (e.g.,
10794         via chmod a-x) during a traversal.
10795         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
10796         before returning.  Reproduce this failure by
10797         mkdir -p a/b; cd a; chmod a-x . b
10798         Reported by Stavros Passas.
10799
10800 2006-01-25  Jim Meyering  <jim@meyering.net>
10801
10802         * lib/fileblocks.c: Remove more useless parentheses.
10803         * lib/readutmp.h: Likewise.
10804
10805 2006-01-25  Bruno Haible  <bruno@clisp.org>
10806
10807         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
10808         warnings.
10809         Reported by Paul Eggert.
10810
10811 2006-01-25  Bruno Haible  <bruno@clisp.org>
10812
10813         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
10814         rid of a trap command. For Solaris sh.
10815         Reported by Mark D. Baushke <mdb@gnu.org>.
10816
10817 2006-01-24  Simon Josefsson  <jas@extundo.com>
10818
10819         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
10820         Bruno.
10821
10822 2006-01-24  Karl Berry  <karl@gnu.org>
10823
10824         * config/srclist.txt (argp-namefrob.h): sync lost.
10825
10826 2006-01-24  Jim Meyering  <jim@meyering.net>
10827
10828         * modules/openat (Files): Add lib/intprops.h.
10829         From Mark D. Baushke.
10830
10831 2006-01-24  Jim Meyering  <jim@meyering.net>
10832
10833         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
10834         Reported by Mark D. Baushke.
10835
10836 2006-01-24  Jim Meyering  <jim@meyering.net>
10837
10838         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
10839
10840 2006-01-24  Bruno Haible  <bruno@clisp.org>
10841
10842         * modules/strnlen (Maintainer): Change from glibc to all.
10843
10844 2006-01-24  Bruno Haible  <bruno@clisp.org>
10845
10846         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
10847         Patch by Paul Eggert.
10848
10849 2006-01-24  Bruno Haible  <bruno@clisp.org>
10850
10851         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
10852         already has it.
10853         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
10854         2005-11-26.
10855
10856         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
10857         'signed char' to avoid problems with the built-in _Bool type.
10858         Reported by Paul Eggert on 2005-11-26.
10859
10860 2006-01-24  Bruno Haible  <bruno@clisp.org>
10861
10862         * gnulib-tool (func_import): Avoid constructing complicated sed
10863         expressions inside backquote.
10864         Report and solution by Mark D. Baushke <mdb@gnu.org>.
10865
10866 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
10867
10868         These changes imported from libc.
10869         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
10870         test and two separate function calls.
10871         * lib/strndup.c (__strndup): Add libc_hidden_def.
10872
10873 2006-01-23  Simon Josefsson  <jas@extundo.com>
10874
10875         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
10876         Remove the test_*_SOURCES variable: automake infers it by default.
10877         * modules/tls-tests: Likewise.
10878
10879 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
10880
10881         Work around porting bugs reported by Dieter in
10882         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
10883         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
10884         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
10885         Include "getopt.h" first, to check interface.
10886         (getenv): Declare only if defined HAVE_DECL_GETENV &&
10887         !HAVE_DECL_GETENV.
10888         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
10889         (__strndup): Revert to K&R-style function dfns, the glibc style.
10890         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
10891         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
10892         Include strnlen.h first, to get prototype properly.
10893         (strnlen): Renamed from __strnlen.
10894         Remove weak alias.
10895
10896 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
10897
10898         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
10899
10900 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
10901
10902         * config/srclist.txt: Adjust to reflect glibc reorganization.
10903         This affects only comments.
10904
10905 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
10906
10907          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
10908          Reported by Bruce Korb <bkorb@gnu.org>.
10909
10910 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
10911
10912         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
10913         to pacify gcc -Wswitch-default.
10914
10915 2006-01-22  Bruno Haible  <bruno@clisp.org>
10916
10917         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
10918         temporary buffer for sprintf, take into account the precision also
10919         for 'd', 'i', 'u', 'o', 'x', 'X'.
10920
10921 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
10922
10923         * modules/argp-tests: New module
10924         * tests/test-argp.c: New file
10925         * tests/test-argp-2.sh: New file
10926
10927 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
10928
10929         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
10930         (__argp_base_name): Removed
10931         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
10932         typo.
10933         (__argp_base_name): Provide macro definition or extern declaration
10934         depending on the configuration
10935
10936 2006-01-20  Simon Josefsson  <jas@extundo.com>
10937
10938         * modules/inet_ntop (Depends-on): Depend on sys_socket.
10939
10940 2006-01-20  Simon Josefsson  <jas@extundo.com>
10941
10942         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
10943
10944 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
10945
10946         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
10947         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
10948         Suggested by Bruno Haible.
10949
10950 2006-01-20  Karl Berry  <karl@gnu.org>
10951
10952         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
10953         until changes propagate, I guess.
10954
10955 2006-01-19  Simon Josefsson  <jas@extundo.com>
10956
10957         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
10958
10959 2006-01-19  Simon Josefsson  <jas@extundo.com>
10960
10961         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
10962
10963 2006-01-19  Simon Josefsson  <jas@extundo.com>
10964
10965         * gnulib-tool: Set check_PROGRAMS.
10966
10967         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
10968         modules/des-tests, modules/gc-arcfour-tests,
10969         modules/gc-arctwo-tests, modules/gc-des-tests,
10970         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
10971         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
10972         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
10973         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
10974         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
10975         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
10976         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
10977         test_*_SOURCES.
10978
10979 2006-01-18  Simon Josefsson  <jas@extundo.com>
10980
10981         * modules/socklen (Depends-on): Depend on sys_socket.
10982
10983 2006-01-18  Simon Josefsson  <jas@extundo.com>
10984
10985         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
10986         modules/des-tests, modules/gc-arcfour-tests,
10987         modules/gc-arctwo-tests, modules/gc-des-tests,
10988         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
10989         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
10990         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
10991         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
10992         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
10993         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
10994         $(EXEEXT) to automake TESTS variable, for mingw32.
10995
10996 2006-01-17  Simon Josefsson  <jas@extundo.com>
10997
10998         * modules/socklen (Include): Need sys/socket.h.
10999
11000 2006-01-17  Bruno Haible  <bruno@clisp.org>
11001
11002         * modules/ssize_t (Include): Add <sys/types.h>.
11003
11004 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
11005
11006         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
11007         it's not portable and it doesn't work with cross-compiles.
11008         Problem reported by Bruno Haible.  Fix missing-$ typo in
11009         'test "gl_cv_ignore_unused_libraries" ...' that prevented
11010         -zignore from being used with Sun's C compiler.
11011
11012 2006-01-12  Simon Josefsson  <jas@extundo.com>
11013
11014         * lib/base64.c: Fix warning, reported by Bruno Haible
11015         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
11016
11017 2006-01-12  Bruno Haible  <bruno@clisp.org>
11018
11019         * modules/ldd: New file.
11020         * build-aux/ldd.sh.in: New file.
11021         * MODULES.html.sh (Support for building libraries and executables): Add
11022         ldd.
11023
11024 2006-01-12  Bruno Haible  <bruno@clisp.org>
11025
11026         * m4/ldd.m4: New file.
11027
11028 2006-01-12  Bruno Haible  <bruno@clisp.org>
11029
11030         * gnulib-tool (func_import, func_create_testdir): Don't go into an
11031         endless loop while replacing $auxdir with build-aux.
11032
11033 2006-01-11  Simon Josefsson  <jas@extundo.com>
11034
11035         * lib/stdint_.h (SIZE_MAX): Add missing (.
11036
11037 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
11038
11039         Sync from coreutils.
11040         * lib/md5.c: Fix commentary typos.
11041         (alignof, UNALIGNED_P): No need for a GCC-specific version.
11042         * lib/md5.h (__attribute__): Remove; unused.
11043         * lib/sha1.c: Fix commentary to match md5 better.
11044         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
11045         so that we don't need to worry about alignment.  All uses changed.
11046         This merges the 2005-10-28 md5 change into sha1.
11047
11048 2006-01-11  Jim Meyering  <jim@meyering.net>
11049
11050         Sync from coreutils.
11051         * lib/md5.c (OP): Fix spacing.
11052
11053 2006-01-11  Bruno Haible  <bruno@clisp.org>
11054
11055         Ensure automatic ordering between gl_LOCK and gl_ARGP.
11056         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
11057         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
11058
11059 2006-01-11  Bruno Haible  <bruno@clisp.org>
11060
11061         Ensure automatic ordering between gl_LOCK and gl_ARGP.
11062         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
11063         the "early" section as well.
11064
11065 2006-01-11  Bruno Haible  <bruno@clisp.org>
11066
11067         Avoid "ar: no archive members specified" error on MacOS X.
11068         * gnulib-tool (func_modules_add_dummy): New function.
11069         (func_import, func_create_testdir): Invoke it.
11070
11071 2006-01-11  Bruno Haible  <bruno@clisp.org>
11072
11073         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
11074         with $auxdir in AC_CONFIG_FILES statements.
11075
11076 2006-01-11  Bruno Haible  <bruno@clisp.org>
11077
11078         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11079         Initialize also noinst_HEADERS to empty.
11080
11081 2006-01-11  Bruno Haible  <bruno@clisp.org>
11082
11083         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
11084         variables.
11085         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
11086         autoreconf.
11087
11088 2006-01-11  Bruno Haible  <bruno@clisp.org>
11089
11090         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
11091         overridable by the user.
11092         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11093
11094 2006-01-10  Simon Josefsson  <jas@extundo.com>
11095
11096         * modules/sys_socket: New file.
11097
11098 2006-01-10  Simon Josefsson  <jas@extundo.com>
11099
11100         * m4/sys_socket_h.m4: New file.
11101
11102 2006-01-10  Simon Josefsson  <jas@extundo.com>
11103
11104         * lib/socket_.h: New file.
11105
11106 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
11107
11108         * modules/readutmp (Maintainer): Add myself.
11109
11110 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
11111
11112         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
11113         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
11114         People who are still concerned with buggy memcmp implementations
11115         can invoke gl_FUNC_MEMCMP themselves.
11116
11117 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
11118
11119         * lib/regex_internal.h (BITSET_WORD_BITS):
11120         Work around a bug in 64-bit PGC (before version 6.1-2), where the
11121         preprocessor mishandles large unsigned values as if they were signed.
11122         Problem reported by Claudio Fontana in
11123         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
11124
11125 2006-01-10  Jim Meyering  <jim@meyering.net>
11126
11127         Avoid the double-free (first in fts_read, second in fts_close) that
11128         would occur when an `active' directory is made inaccessible (e.g.,
11129         via chmod a-x) during a traversal.
11130         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
11131         before returning.  Reproduce this failure by
11132         mkdir -p a/b; cd a; chmod a-x . b
11133         Reported by Stavros Passas.
11134
11135         Sync from coreutils.
11136         * lib/sha1.c: Tweak grammar in a comment.
11137
11138 2006-01-10  Jim Meyering  <jim@meyering.net>
11139
11140         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
11141         Patch by Joerg Sonnenberger.
11142
11143 2006-01-10  Bruno Haible  <bruno@clisp.org>
11144
11145         * modules/readutmp: Depend on module free.
11146         * modules/strtok_r: Depend on module restrict.
11147
11148 2006-01-10  Bruno Haible  <bruno@clisp.org>
11149
11150         * modules/gettext (configure.ac): Add an invocation of
11151         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
11152
11153 2006-01-10  Bruno Haible  <bruno@clisp.org>
11154
11155         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
11156         Reported by Werner Lemberg <wl@gnu.org>.
11157
11158 2006-01-10  Bruno Haible  <bruno@clisp.org>
11159
11160         * lib/localcharset.c: Update from GNU gettext.
11161
11162 2006-01-10  Bruno Haible  <bruno@clisp.org>
11163
11164         * lib/argp.h (__const): Remove macro. Use const instead.
11165         * lib/argp-fmtstream.h (__const): Likewise.
11166         * lib/glob_.h (__const): Remove macro.
11167         * lib/glob-libc.h: Use const instead of __const.
11168
11169 2006-01-10  Bruno Haible  <bruno@clisp.org>
11170
11171         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
11172         variable.
11173         Needed to avoid an automake error regarding the 'gettext' module.
11174
11175 2006-01-09  Simon Josefsson  <jas@extundo.com>
11176
11177         * modules/inet_ntop (Depends-on): Add restrict.
11178
11179 2006-01-09  Simon Josefsson  <jas@extundo.com>
11180
11181         * modules/gc-rijndael-tests (License): Put under LGPL.
11182
11183         * modules/gc-des-tests (License): Likewise.
11184
11185         * modules/gc-arcfour-tests (License): Likewise.
11186
11187         * modules/gc-arctwo-tests (License): Likewise.
11188
11189         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
11190
11191         * modules/gc-hmac-sha1-tests (Files): Likewise.
11192
11193         * modules/gc-hmac-md5-tests (License): Likewise.
11194
11195         * modules/gc-sha1-tests (License): Likewise.
11196
11197         * modules/gc-md5-tests (License): Likewise.
11198
11199         * modules/gc-md4-tests (License): Likewise.
11200
11201         * modules/gc-md2-tests (License): Likewise.
11202
11203         * modules/gc-tests (License): Likewise.
11204
11205         * modules/des-tests (License): Likewise.
11206
11207         * modules/md4-tests (License): Likewise.
11208
11209         * modules/md2-tests (License): Likewise.
11210
11211 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
11212
11213         Sync from coreutils:
11214
11215         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
11216         * modules/lib-ignore: New file.
11217         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
11218         chdir-safer.m4, lchmod.m4.
11219         * modules/openat: Add mkdirat.c, openat-priv.h.
11220
11221 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
11222
11223         Sync from coreutils.
11224         * m4/lib-ignore.m4: New file.
11225         * m4/lchmod.m4: New file.
11226
11227 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
11228
11229         Sync from coreutils.
11230         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
11231         for write access: POSIX says that must fail.
11232         * lib/fts.c (diropen): Likewise.
11233         * lib/save-cwd.c (save_cwd): Likewise.
11234         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
11235         well, for minor improvements on hosts that lack O_DIRECTORY.
11236         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
11237         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
11238         Fall back on chown if open failed with EACCES.
11239
11240         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
11241         Report an error at compile-time if only a 1-second nominal clock
11242         resolution is found.
11243
11244         * lib/lchmod.h: New file.
11245         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
11246         (make_dir_parents): Use lchown rather than chown, and
11247         lchmod rather than chmod.
11248
11249         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
11250         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
11251         "proc" reported by n0dalus.
11252
11253         * lib/mountlist.c: Include <limits.h>.
11254         (dev_from_mount_options)
11255         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
11256         New function.  It no longer assumes "dev=" has the System V meaning
11257         on Linux (since it doesn't).  It also parses "dev=" more carefully.
11258         (read_file_system_list)
11259         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
11260         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
11261         dev= in that case.
11262
11263         * lib/posixtm.h (PDS_PRE_2000): New macro.
11264         * lib/posixtm.c (year): Arg is now syntax_bits rather than
11265         allow_century.  All usages changed.  Reject dates outside the range
11266         1969-1999 if PDS_PRE_2000 is used.
11267
11268 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
11269
11270         Sync from coreutils.
11271         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
11272         (Time of day items): Mention the possibility of leap seconds.
11273         Problem reported by Dr. David Alan Gilbert.
11274
11275 2006-01-09  Jim Meyering  <jim@meyering.net>
11276
11277         Sync from coreutils.
11278
11279         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
11280
11281         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
11282
11283         * lib/modechange.c (mode_compile): Reject an invalid mode string
11284         that starts with an octal digit.  From Andreas Gruenbacher.
11285
11286         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
11287         and dup to open_safer and dup_safer, respectively.
11288         (openat_permissive): Fix typo in comment.
11289
11290         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
11291         "gettext.h"; either no longer needed or are guaranteed by openat.h.
11292         (_): Remove; no longer needed.
11293         (openat): Renamed from rpl_openat; no need for rpl_openat
11294         since openat.h renames openat for us.
11295         Replace most of the body with a call to openat_permissive,
11296         to avoid duplicate code.
11297         Port to (probably hypothetical) environments were mode_t is
11298         wider than int.
11299         (openat_permissive): Require mode arg, so that we can check
11300         types better.  Put it just after flags.  Change cwd failure
11301         indicator from pointer-to-bool to pointer-to-errno-value.
11302         All callers changed.
11303         Invoke openat_save_fail and/or openat_restore_fail if
11304         cwd_errno is null, so that openat can call us.
11305         (openat_permissive, fdopendir, fstatat, unlinkat):
11306         Simplify errno handling to avoid some duplicate code,
11307         as it's OK to set errno on success.
11308         * lib/openat.h: Revamp code so that function macros depend on
11309         __OPENAT_PREFIX only, not also on AT_FDCWD.
11310         (openat_ro): Remove.  Caller changed to use openat_permissive.
11311         (openat_permissive): Now a macro, if not a function.
11312         (openat_restore_fail, openat_save_fail): Now always functions,
11313         since mkdirat needs them even if __OPENAT_PREFIX is defined.
11314
11315         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
11316         and openat.c.
11317         * lib/mkdirat.c: Include openat-priv.h.
11318         Remove definitions of macros defined therein.
11319         * lib/openat.c: Likewise.
11320
11321         * lib/mkdirat.c (mkdirat): New file and function.
11322         * lib/openat.h (mkdirat): Declare.
11323
11324         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
11325
11326         * lib/openat.h (openat_permissive): Declare.
11327         (openat_ro): Define.
11328
11329         * lib/openat.c (EXPECTED_ERRNO): New macro.
11330         (openat_permissive): New function -- used in remove.c rewrite.
11331         (all functions): Set errno just before returning, only if there
11332         was an actual failure.
11333         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
11334
11335         Emulate openat-family functions using Linux's procfs, if possible.
11336         Idea and some code based on Ulrich Drepper's glibc changes.
11337
11338         * lib/openat.c: (BUILD_PROC_NAME): New macro.
11339         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
11340         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
11341         before falling back on save_cwd and restore_cwd.
11342         (fdopendir, fstatat, unlinkat): Likewise.
11343
11344         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
11345         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
11346
11347         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
11348         as second argument to va_arg.  Otherwise, some versions of gcc
11349         warn that `if this code is reached, the program will abort'.
11350
11351 2006-01-09  Jim Meyering  <jim@meyering.net>
11352
11353         Sync from coreutils.
11354         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
11355         Require openat-priv.h.
11356
11357 2006-01-09  Bruno Haible  <bruno@clisp.org>
11358
11359         * modules/strnlen (Include): Use strnlen.h.
11360
11361 2006-01-09  Bruno Haible  <bruno@clisp.org>
11362
11363         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
11364
11365 2006-01-09  Bruno Haible  <bruno@clisp.org>
11366
11367         * lib/sysexit_.h (EX_OK): New macro.
11368         Suggested by Martin Lambers <marlam@marlam.de>.
11369
11370 2006-01-09  Bruno Haible  <bruno@clisp.org>
11371
11372         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
11373         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
11374
11375 2006-01-09  Bruno Haible  <bruno@clisp.org>
11376
11377         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
11378         numbers.
11379
11380 2006-01-09  Bruno Haible  <bruno@clisp.org>
11381
11382         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
11383         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
11384         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
11385         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
11386
11387 2006-01-09  Bruno Haible  <bruno@clisp.org>
11388
11389         * build-aux/javacomp.sh.in: New file, moved from lib/.
11390         * modules/javacomp-script (Files): Update.
11391         (configure.ac): Add AC_CONFIG_FILES invocation.
11392         (EXTRA_DIST): Remove variable.
11393
11394         * build-aux/javaexec.sh.in: New file, moved from lib/.
11395         * modules/javaexec (Files): Update.
11396         (configure.ac): Add AC_CONFIG_FILES invocation.
11397         (EXTRA_DIST): Remove javaexec.sh.in.
11398
11399         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
11400         * modules/csharpcomp-script (Files): Update.
11401         (configure.ac): Add AC_CONFIG_FILES invocation.
11402         (EXTRA_DIST): Remove variable.
11403
11404         * build-aux/csharpexec.sh.in: New file, moved from lib/.
11405         * modules/csharpexec (Files): Update.
11406         (configure.ac): Add AC_CONFIG_FILES invocation.
11407         (EXTRA_DIST): Remove csharpexec.sh.in.
11408
11409 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
11410
11411         Sync from coreutils.
11412
11413         Add POSIX ACL support
11414         * lib/acl.h (copy_acl, set_acl): Add declarations.
11415         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
11416         systems other than Linux.
11417         (chmod_or_fchmod): New function: use fchmod when possible,
11418         and chmod otherwise.
11419         (file_has_acl): Add a POSIX ACL implementation, with a
11420         Linux-specific subcase.
11421         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
11422         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
11423         acls are unsupported.
11424         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
11425         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
11426         are unsupported.
11427
11428 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
11429
11430         Sync from coreutils.
11431         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
11432
11433 2006-01-07  Bruno Haible  <bruno@clisp.org>
11434
11435         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
11436         gl_EARLY.
11437
11438 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
11439
11440         * lib/strftime.c (tzname): Don't declare if it is already #defined.
11441         Problem reported for Mingw by Mark Junker.
11442
11443 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
11444
11445         * README: Gnulib normally doesn't generate a tarball.
11446
11447 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
11448
11449         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
11450         long int, not int, for nanosecond counts, so that people who are
11451         used to POSIX struct timespec won't be surprised.  Reported by Jim
11452         Meyering.
11453
11454 2005-12-28  Bruno Haible  <bruno@clisp.org>
11455
11456         * build-aux/config.rpath: Update from GNU gettext.
11457
11458 2005-12-16  Jim Meyering  <jim@meyering.net>
11459
11460         * modules/fprintftime: New module.
11461         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
11462
11463 2005-12-16  Jim Meyering  <jim@meyering.net>
11464
11465         * m4/fprintftime.m4: New file.
11466
11467 2005-12-16  Jim Meyering  <jim@meyering.net>
11468
11469         * lib/fprintftime.c, lib/fprintftime.h: New files.
11470
11471 2005-12-15  Simon Josefsson  <jas@extundo.com>
11472
11473         * modules/socklen (configure.ac): Fix M4 macro name, to align with
11474         new m4/socklen.m4.
11475
11476 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
11477
11478         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
11479         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
11480
11481 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
11482
11483         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
11484         * lib/argp-help.c (fill_in_uparams): Check if the constructed
11485         struct uparams is valid. Fall back to the default values if it is
11486         not.
11487
11488 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11489
11490         * modules/argp (Files): Add argp-pin.c
11491         (Depends-on): dirname
11492         (lib_SOURCES): Add argp-pin.c
11493
11494 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11495
11496         * m4/argp.m4:  Check if program_invocation_name and
11497         program_invocation_short_name are declared and define appropriate
11498         macros if they are not.
11499
11500 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11501
11502         * lib/argp-help.c (__argp_base_name): New function
11503         (__argp_short_program_name): Rewrite using __argp_base_name
11504         * lib/argp-namefrob.h: Define program_invocation_name and
11505         program_invocation_short_name if requested
11506         (__argp_base_name): Add prototype
11507         * lib/argp-parse.c (argp_def): Use gettext wrappers
11508         (argp_default_parser): Use __argp_base_name
11509         * lib/argp-pin.c: New file. Defines program_invocation_name and
11510         program_invocation_short_name on systems that lack them.
11511
11512 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
11513
11514         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
11515         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
11516         porting problem reported by Georg Schwarz in
11517         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
11518
11519 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
11520
11521         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
11522         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
11523         porting problem reported by Georg Schwarz in
11524         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
11525
11526 2005-12-05  Bruno Haible  <bruno@clisp.org>
11527
11528         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
11529         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
11530         Reported by Mark Junker <mjscod@gmx.de>.
11531
11532 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
11533
11534         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
11535         Use implementation from Albert Chin, with some
11536         comments/corrections by Stepan Kasal and myself.
11537
11538 2005-12-02  Bruno Haible  <bruno@clisp.org>
11539
11540         * gnulib-tool (func_import): Accept GPLed build tool modules when
11541         --lgpl is given.
11542         * modules/csharpcomp-script: New file.
11543         * modules/csharpcomp: Depend on it.
11544         * modules/javacomp-script: New file.
11545         * modules/javacomp: Depend on it.
11546         Suggested by Simon Josefsson.
11547
11548 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
11549
11550         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
11551         statement, to work around an HP-UX 10.20 compiler bug reported by
11552         Peter O'Gorman.
11553
11554 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
11555
11556         * modules/savedir (Depends-on): Add openat.
11557
11558 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
11559
11560         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
11561         (uintmax_t) [defined uintmax_t]: Do not declare.
11562         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
11563         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
11564         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
11565         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
11566         sake of portability to weird hosts that C allows (though we don't
11567         know of any practical examples).
11568
11569         * lib/savedir.h (fdsavedir): New decl.
11570         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
11571         contains most of the former guts of savedir.
11572         (savedir): Use savedirstream.
11573         Include "openat.h".
11574
11575 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
11576
11577         * modules/obstack (Files): Add m4/ulonglong.m4.
11578         Problem reported by Davide Angelocola.
11579
11580 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
11581
11582         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
11583         coreutils no longer futzes with rounding modes.
11584
11585 2005-11-14  Jim Meyering  <jim@meyering.net>
11586
11587         * lib/mkstemp-safer.c: Include <config.h>, required for possible
11588         replacement of mkstemp.
11589
11590 2005-11-10  Simon Josefsson  <jas@extundo.com>
11591
11592         * lib/readline.c: Remove EOL.
11593
11594 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
11595
11596         * modules/gethrxtime (Depends-on): Add gettime.
11597
11598 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
11599
11600         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
11601         or gettimeofday; no longer needed.
11602
11603 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
11604
11605         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
11606         time business.
11607         (gethrxtime) [! (HAVE_NANOUPTIME
11608         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
11609         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
11610         our own approximation.
11611
11612 2005-11-08  Eric Blake  <ebb9@byu.net>
11613
11614         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
11615
11616 2005-11-08  Eric Blake  <ebb9@byu.net>
11617
11618         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
11619
11620 2005-11-04  Bruno Haible  <bruno@clisp.org>
11621
11622         * gnulib-tool: Implement --update mode.
11623
11624 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
11625
11626         Fix porting problem reported by Theodoros V. Kalamatianos.
11627         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
11628         Don't assume that futimes failing means we must fail.
11629
11630 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
11631
11632         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
11633         variables to suggest the intended function of the PATH_MAX check.
11634
11635 2005-10-30  Kean Johnston  <jkj@sco.com>
11636
11637         Trivial changes to support SCO systems.
11638         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
11639         as PATH_MAX.
11640         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
11641         where __ptr is null when no I/O is pending.
11642
11643 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
11644
11645         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
11646         leave errno alone.  Problem reported by Dmitry V. Levin.
11647
11648 2005-10-28  Simon Josefsson  <jas@extundo.com>
11649
11650         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
11651         Test more.
11652
11653         * tests/test-gc-md2.c, tests/test-md2.c: New files.
11654
11655         * modules/md2, modules/md2-tests: New files.
11656
11657 2005-10-28  Simon Josefsson  <jas@extundo.com>
11658
11659         * m4/inet_ntop.m4: More tests.
11660
11661         * m4/gc-md2.m4, md2.m4: New file.
11662
11663 2005-10-28  Simon Josefsson  <jas@extundo.com>
11664
11665         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
11666         "restrict" keywords, as per POSIX.  Protect the function
11667         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
11668         Don't use K&R prototypes.  Check the sprintf return values.
11669         Re-define EAFNOSUPPORT if not present.  Indent.
11670
11671         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
11672         suggested by Bruno Haible <bruno@clisp.org>.
11673
11674         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
11675
11676         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
11677
11678         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
11679         libgcrypt).
11680
11681         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
11682
11683         * lib/md2.h, lib/md2.c: New files.
11684
11685 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
11686
11687         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
11688         errno alone.  Problem reported by Frederic Jolliton.
11689
11690 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
11691
11692         * modules/verify (License): Change from GPL to LGPL.  This is a
11693         tiny module and there are apparently near-equivalents that are
11694         under the BSD license.
11695
11696 2005-10-24  Simon Josefsson  <jas@extundo.com>
11697
11698         * modules/sha1: Relicense to LGPL.
11699
11700 2005-10-24  Simon Josefsson  <jas@extundo.com>
11701
11702         * lib/md4.h: Shrink buffer size, now that we changed the type.
11703
11704 2005-10-23  Simon Josefsson  <jas@extundo.com>
11705
11706         * gnulib-tool (func_import): Fix --tests-base.
11707
11708 2005-10-22  Simon Josefsson  <jas@extundo.com>
11709
11710         * modules/arcfour (Depends-on): Need stdint.
11711
11712 2005-10-22  Simon Josefsson  <jas@extundo.com>
11713
11714         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
11715         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
11716
11717 2005-10-22  Simon Josefsson  <jas@extundo.com>
11718
11719         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
11720         suggested by Bruno Haible <bruno@clisp.org>.
11721
11722 2005-10-22  Simon Josefsson  <jas@extundo.com>
11723
11724         * lib/crc.h: Include stddef.h, for size_t.
11725
11726 2005-10-22  Simon Josefsson  <jas@extundo.com>
11727
11728         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
11729         arcfour_context struct (simplify test vector testing in GNU
11730         Shishi).
11731
11732 2005-10-21  Simon Josefsson  <jas@extundo.com>
11733
11734         * modules/des, modules/des-tests: New files.
11735
11736         * modules/gc-des, modules/gc-des-tests: New files.
11737
11738         * tests/test-des.c, tests/test-gc-des.c: New file.
11739
11740 2005-10-21  Simon Josefsson  <jas@extundo.com>
11741
11742         * modules/arctwo, modules/arctwo-tests: New files.
11743
11744         * tests/test-arctwo.c: New file.
11745
11746         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
11747
11748         * tests/test-gc-arctwo.c: New file.
11749
11750 2005-10-21  Simon Josefsson  <jas@extundo.com>
11751
11752         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
11753         Bruno Haible <bruno@clisp.org>.
11754
11755         * m4/gc-des.m4: New file.
11756
11757 2005-10-21  Simon Josefsson  <jas@extundo.com>
11758
11759         * m4/arctwo.m4: New file.
11760
11761         * m4/gc-arctwo.m4: New file.
11762
11763 2005-10-21  Simon Josefsson  <jas@extundo.com>
11764
11765         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
11766         block.
11767
11768 2005-10-21  Simon Josefsson  <jas@extundo.com>
11769
11770         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
11771         <bruno@clisp.org>.
11772
11773         * lib/hmac-sha1.c (hmac_sha1): Likewise.
11774
11775         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
11776         Bruno Haible <bruno@clisp.org>.
11777
11778         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
11779         <bruno@clisp.org>.
11780
11781 2005-10-21  Simon Josefsson  <jas@extundo.com>
11782
11783         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
11784
11785 2005-10-21  Simon Josefsson  <jas@extundo.com>
11786
11787         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
11788
11789 2005-10-21  Simon Josefsson  <jas@extundo.com>
11790
11791         * lib/des.h, lib/des.c: New files.
11792
11793         * lib/gc-gnulib.c: Support DES.c
11794
11795 2005-10-21  Simon Josefsson  <jas@extundo.com>
11796
11797         * lib/arctwo.h, lib/arctwo.c: New files.
11798
11799         * lib/gc-gnulib.c: Support ARCTWO.
11800
11801 2005-10-21  Simon Josefsson  <jas@extundo.com>
11802
11803         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
11804         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11805
11806 2005-10-21  Simon Josefsson  <jas@extundo.com>
11807
11808         * gnulib-tool (func_import, func_create_testdir): Define automake
11809         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
11810         Makefile.am snippet),
11811         suggested by Bruno Haible <bruno@clisp.org>.
11812
11813         * modules/gc (Makefile.am): Use it.
11814
11815 2005-10-21  Bruno Haible  <bruno@clisp.org>
11816
11817         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
11818         patch.
11819
11820 2005-10-19  Simon Josefsson  <jas@extundo.com>
11821
11822         * tests/test-gc-rijndael.c: New file.
11823
11824         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
11825
11826 2005-10-19  Simon Josefsson  <jas@extundo.com>
11827
11828         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
11829         interface too.
11830
11831 2005-10-19  Simon Josefsson  <jas@extundo.com>
11832
11833         * tests/test-gc-arcfour.c: New file.
11834
11835         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
11836
11837 2005-10-19  Simon Josefsson  <jas@extundo.com>
11838
11839         * modules/gc-md4, modules/gc-md4-tests: New file.
11840
11841         * tests/test-gc-md4.c: New file.
11842
11843 2005-10-19  Simon Josefsson  <jas@extundo.com>
11844
11845         * m4/gc-md4.m4: New file.
11846
11847 2005-10-19  Simon Josefsson  <jas@extundo.com>
11848
11849         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
11850         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
11851         <kasal@ucw.cz>.
11852
11853 2005-10-19  Simon Josefsson  <jas@extundo.com>
11854
11855         * m4/gc-arcfour.m4: New file.
11856
11857         * m4/gc-rijndael.m4: New file.
11858
11859 2005-10-19  Simon Josefsson  <jas@extundo.com>
11860
11861         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
11862
11863 2005-10-19  Simon Josefsson  <jas@extundo.com>
11864
11865         * lib/gc-gnulib.c: Support ARCFOUR.
11866
11867 2005-10-19  Simon Josefsson  <jas@extundo.com>
11868
11869         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
11870         support.
11871
11872         * lib/gc.h: Add ECB enum type.
11873
11874         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
11875
11876 2005-10-18  Simon Josefsson  <jas@extundo.com>
11877
11878         * tests/test-md5.c: New file.
11879
11880         * modules/md5-tests: New file.
11881
11882 2005-10-18  Simon Josefsson  <jas@extundo.com>
11883
11884         * tests/test-md4.c: New file.
11885
11886         * modules/md4, modules/md4-tests: New files.
11887
11888 2005-10-18  Simon Josefsson  <jas@extundo.com>
11889
11890         * m4/md4.m4: New file.
11891
11892 2005-10-18  Simon Josefsson  <jas@extundo.com>
11893
11894         * lib/md4.h, lib/md4.c: New files, based on md5.?.
11895
11896 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
11897
11898         * gnulib-tool (func_create_testdir): Omit the second check whether
11899         BUILT_SOURCES in nonempty.
11900
11901 2005-10-17  Simon Josefsson  <jas@extundo.com>
11902
11903         * tests/test-rijndael.c: New file.
11904
11905 2005-10-17  Simon Josefsson  <jas@extundo.com>
11906
11907         * modules/sha1: Depend on stdint instead of md5.
11908
11909         * modules/md5: Depend on stdint, remove uint32_t.
11910
11911 2005-10-17  Simon Josefsson  <jas@extundo.com>
11912
11913         * modules/gc-sha1-tests: New file.
11914
11915         * tests/test-gc-sha1.c: New file.
11916
11917 2005-10-17  Simon Josefsson  <jas@extundo.com>
11918
11919         * m4/md5.m4: Remove call to uint32_t.m4.
11920
11921 2005-10-17  Simon Josefsson  <jas@extundo.com>
11922
11923         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
11924
11925         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
11926         md5.h.
11927
11928         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
11929
11930         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
11931
11932 2005-10-17  Simon Josefsson  <jas@extundo.com>
11933
11934         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
11935
11936 2005-10-17  Simon Josefsson  <jas@extundo.com>
11937
11938         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
11939
11940 2005-10-17  Simon Josefsson  <jas@extundo.com>
11941
11942         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
11943
11944         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
11945
11946 2005-10-17  Bruno Haible  <bruno@clisp.org>
11947
11948         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
11949         that it can also be used in a test.
11950
11951 2005-10-16  Bruno Haible  <bruno@clisp.org>
11952
11953         * gnulib-tool (func_emit_tests_Makefile_am): Also define
11954         TESTS_ENVIRONMENT, so that individual tests can augment it.
11955
11956         * gnulib-tool (func_create_testdir): Use an intermediate target for
11957         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
11958         macros, like $(ALLOCA_H), which cannot be passed through the command
11959         line.
11960
11961 2005-10-15  Simon Josefsson  <jas@extundo.com>
11962
11963         * modules/rijndael-tests: New file.
11964
11965         * modules/rijndael: New file.
11966
11967 2005-10-15  Simon Josefsson  <jas@extundo.com>
11968
11969         * m4/rijndael.m4: New file.
11970
11971 2005-10-15  Simon Josefsson  <jas@extundo.com>
11972
11973         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
11974
11975         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
11976
11977 2005-10-14  Simon Josefsson  <jas@extundo.com>
11978
11979         * tests/test-arcfour.c: New file.
11980
11981         * modules/arcfour, modules/arcfour-tests: New files.
11982
11983 2005-10-14  Simon Josefsson  <jas@extundo.com>
11984
11985         * m4/arcfour.m4: New file.
11986
11987 2005-10-14  Simon Josefsson  <jas@extundo.com>
11988
11989         * lib/arcfour.h, lib/arcfour.c: New files.
11990
11991 2005-10-14  Roland McGrath  <roland@redhat.com>
11992
11993         Import from libc.  [BZ #1331]
11994         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
11995         macro argument.
11996         Reported by Matej Vela <vela@debian.org>.
11997
11998 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
11999
12000         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
12001         include <wchar.h>; no longer needed.
12002
12003 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
12004
12005         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
12006
12007 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
12008         and  Ulrich Drepper  <drepper@redhat.com>
12009
12010         Import from libc.
12011         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
12012         instead of inline stream orientation test and two separate
12013         function calls.  Pay no attention to USE_IN_LIBIO.
12014
12015 2005-10-13  Simon Josefsson  <jas@extundo.com>
12016
12017         * modules/gc-hmac-md5-tests: New file.
12018
12019         * tests/test-gc-hmac-sha1.c: New file.
12020
12021         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
12022
12023         * modules/gc-hmac-md5-tests: New file.
12024
12025         * tests/test-gc-md5.c: New file.
12026
12027         * modules/gc-md5-tests: New file.
12028
12029 2005-10-13  Simon Josefsson  <jas@extundo.com>
12030
12031         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
12032         Move memory allocation outside of loop.
12033
12034 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
12035
12036         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
12037         intermediate directory is in a read-only file system.  Problem
12038         reported by Eric Blake.
12039
12040 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
12041
12042         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
12043
12044 2005-10-12  Simon Josefsson  <jas@extundo.com>
12045
12046         * tests/test-hmac-sha1.c: New file.
12047
12048         * modules/hmac-sha1-tests: New file.
12049
12050         * modules/hmac-sha1: New file.
12051
12052 2005-10-12  Simon Josefsson  <jas@extundo.com>
12053
12054         * modules/gc-sha1: New file.
12055
12056 2005-10-12  Simon Josefsson  <jas@extundo.com>
12057
12058         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
12059
12060         * tests/test-gc-pbkdf2-sha1.c: New file.
12061
12062 2005-10-12  Simon Josefsson  <jas@extundo.com>
12063
12064         * modules/gc-md5, modules/gc-hmac-md5: New files.
12065
12066         * modules/gc (Files): Remove md5, memxor and hmac files.
12067
12068 2005-10-12  Simon Josefsson  <jas@extundo.com>
12069
12070         * m4/gc-pbkdf2-sha1.m4: New file.
12071
12072         * m4/gc-hmac-sha1.m4: New file.
12073
12074         * m4/gc-sha1: New file.
12075
12076         * m4/hmac-sha1.m4: New file.
12077
12078 2005-10-12  Simon Josefsson  <jas@extundo.com>
12079
12080         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
12081
12082         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
12083
12084 2005-10-12  Simon Josefsson  <jas@extundo.com>
12085
12086         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
12087         suggested by Bruno Haible <bruno@clisp.org>.
12088
12089 2005-10-12  Simon Josefsson  <jas@extundo.com>
12090
12091         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
12092
12093 2005-10-12  Simon Josefsson  <jas@extundo.com>
12094
12095         * lib/gc-pbkdf2-sha1.c: New file.
12096
12097         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
12098
12099 2005-10-12  Simon Josefsson  <jas@extundo.com>
12100
12101         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
12102
12103         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
12104
12105 2005-10-12  Simon Josefsson  <jas@extundo.com>
12106
12107         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
12108         GC_USE_HMAC_MD5, respectively.
12109
12110         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
12111         (gc_md5): Fix typo.
12112
12113         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
12114
12115         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
12116
12117         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
12118
12119 2005-10-12  Bruno Haible  <bruno@clisp.org>
12120
12121         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
12122         Reported by Stepan Kasal <kasal@ucw.cz>.
12123
12124 2005-10-11  Simon Josefsson  <jas@extundo.com>
12125
12126         * tests/test-crc.c: New file.
12127
12128         * modules/crc, modules/crc-tests: New files.
12129
12130 2005-10-11  Simon Josefsson  <jas@extundo.com>
12131
12132         * m4/crc.m4: New file.
12133
12134 2005-10-11  Simon Josefsson  <jas@extundo.com>
12135
12136         * lib/gc.h: Add gc_hash and gc_hash_buffer.
12137
12138         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
12139
12140         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
12141
12142 2005-10-11  Simon Josefsson  <jas@extundo.com>
12143
12144         * lib/crc.h, lib/crc.c: New files.
12145
12146         * lib/gc.h (gc_hash_buffer): Add doc.
12147
12148 2005-10-11  Bruno Haible  <bruno@clisp.org>
12149
12150         * modules/c-strcasestr: New file.
12151         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
12152
12153 2005-10-11  Bruno Haible  <bruno@clisp.org>
12154
12155         * modules/c-strcase: New file.
12156         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
12157
12158 2005-10-11  Bruno Haible  <bruno@clisp.org>
12159
12160         * lib/strcasecmp.c: Include limits.h.
12161         (strcasecmp): Avoid integer overflow on exotic platforms.
12162         * lib/strncasecmp.c: Include limits.h.
12163         (strncasecmp): Avoid integer overflow on exotic platforms.
12164         Reported by Paul Eggert.
12165
12166 2005-10-11  Bruno Haible  <bruno@clisp.org>
12167
12168         * lib/c-strcasestr.h: New file, from GNU gettext.
12169         * lib/c-strcasestr.c: New file, from GNU gettext.
12170
12171 2005-10-11  Bruno Haible  <bruno@clisp.org>
12172
12173         * lib/c-strcase.h: New file, from GNU gettext.
12174         * lib/c-strcasecmp.c: New file, from GNU gettext.
12175         * lib/c-strncasecmp.c: New file, from GNU gettext.
12176
12177 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
12178
12179         * modules/mempcpy (License): GPL -> LGPL.
12180         * modules/strchrnul (License): Likewise.
12181         * modules/sysexits (License): Likewise.
12182
12183 2005-10-08  Simon Josefsson  <jas@extundo.com>
12184
12185         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
12186
12187 2005-10-07  Simon Josefsson  <jas@extundo.com>
12188
12189         * m4/memxor.m4: Remove gl_C_RESTRICT call.
12190
12191 2005-10-06  Simon Josefsson  <jas@extundo.com>
12192
12193         * tests/test-hmac-md5.c: New file.
12194
12195         * modules/hmac-md5-tests: New file.
12196
12197         * modules/hmac-md5: New file.
12198
12199 2005-10-06  Simon Josefsson  <jas@extundo.com>
12200
12201         * m4/hmac-md5.m4: New file.
12202
12203         * m4/memxor.m4: Require gl_C_RESTRICT.
12204
12205 2005-10-06  Simon Josefsson  <jas@extundo.com>
12206
12207         * lib/memxor.c (memxor): Avoid casts and warnings.
12208
12209 2005-10-06  Simon Josefsson  <jas@extundo.com>
12210
12211         * lib/hmac-md5.c: New file.
12212
12213         * lib/hmac.h: New file.
12214
12215 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
12216
12217         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
12218         promotes to int, not unsigned int, to catch the AIX 5.3
12219         compiler bug.
12220
12221 2005-10-05  Simon Josefsson  <jas@extundo.com>
12222
12223         * modules/memxor: New file.
12224
12225         * modules/iconv (Files): Move config.rpath to havelib, it is used
12226         there.
12227
12228         * modules/havelib (Files): Add config.rpath.
12229
12230 2005-10-05  Simon Josefsson  <jas@extundo.com>
12231
12232         * m4/memxor.m4: New file.
12233
12234 2005-10-05  Simon Josefsson  <jas@extundo.com>
12235
12236         * lib/memxor.c (memxor): Fix compiler error.
12237
12238         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
12239         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
12240
12241         * lib/memxor.h, lib/memxor.c: New files.
12242
12243         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
12244         we assume all systems have it, suggested by Jim Meyering
12245         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
12246         any systems lack sys/socket.h; mingw32 is known to lack it, but we
12247         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
12248         same reasons.
12249
12250 2005-10-05  Simon Josefsson  <jas@extundo.com>
12251
12252         * config/srclist.txt: Add glibc bug 1423 for md5.h.
12253
12254 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
12255
12256         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
12257         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
12258         needed, since the source code now assumes these .h files.
12259
12260 2005-10-05  Derek Price  <derek@ximbiot.com>
12261
12262         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
12263
12264 2005-10-05  Bruno Haible  <bruno@clisp.org>
12265
12266         * modules/stdint (License): Change to LGPL.
12267
12268 2005-10-04  Simon Josefsson  <jas@extundo.com>
12269
12270         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
12271         D. Baushke" <mdb@gnu.org>.
12272
12273 2005-10-04  Bruno Haible  <bruno@clisp.org>
12274
12275         * lib/verify.h (verify_true): Provide alternative definition for C++.
12276
12277 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
12278
12279         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
12280         (SSIZE_MAX): New macro, if not already defined.
12281         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
12282         than 2 GiB.
12283
12284 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
12285
12286         Sync from coreutils.
12287         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
12288         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
12289         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
12290         ULLONG_MAX doesn't work with 2.7.2.1.
12291
12292 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
12293
12294         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
12295         From Ben Pfaff.
12296
12297         * modules/exclude (Depends-on): Depend on verify.
12298         * modules/strtoimax (Depends-on): Likewise.
12299         * modules/utimecmp (Depends-on): Likewise.
12300
12301 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
12302
12303         * lib/exclude.c: Include verify.h.
12304         (verify): Remove.  All callers changed to use verify.h's version.
12305         * lib/strtoimax.c: Likewise.
12306         * lib/utimecmp.c: Likewis.e
12307
12308         Sync from coreutils.
12309         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
12310         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
12311         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
12312         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
12313         bother returning ENOSYS if settimeofday or stime fails; just let
12314         them return whatever errno they want to return.
12315         * lib/utimens.c: Include unistd.h, for dup2.
12316         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
12317         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
12318
12319 2005-10-02  Jim Meyering  <jim@meyering.net>
12320
12321         Sync from coreutils.
12322         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
12323         from glibc-2.2.5 that fails for read-only files.
12324
12325 2005-10-02  Jim Meyering  <jim@meyering.net>
12326
12327         Sync from coreutils.
12328         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
12329         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
12330         `#if HAVE_CONFIG_H'.
12331         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
12332         Remove AT_FDCWD test.
12333         Do not consume the fd unless successful.
12334         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
12335         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
12336         block, so that we don't even try to compile it if settimeofday is
12337         available.  This works around a compilation failure on OSF1 V5.1,
12338         due to stime requiring a `long int*' while tv_sec is `int'.
12339
12340 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
12341
12342         Sync from coreutils.
12343         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
12344         against `yes', rather than just testing for nonempty.
12345
12346 2005-10-01  Simon Josefsson  <jas@extundo.com>
12347
12348         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
12349         and Darwin.
12350
12351         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
12352         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
12353         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
12354         freeaddrinfo and gai_strerror are declared by the POSIX headers.
12355         Check if struct addrinfo is declared.
12356
12357 2005-10-01  Simon Josefsson  <jas@extundo.com>
12358
12359         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
12360         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
12361         AI_* and EAI_* definitions.  Protect function declarations.
12362
12363 2005-10-01  Jim Meyering  <jim@meyering.net>
12364
12365         Sync from coreutils.
12366
12367         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
12368         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
12369         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
12370         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
12371         in the inet and nsl libraries.  Required on Solaris 5.7.
12372
12373 2005-10-01  Jim Meyering  <jim@meyering.net>
12374
12375         Sync from coreutils.
12376         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
12377         in the inet and nsl libraries.  Required on Solaris 5.7.
12378
12379 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
12380
12381         * lib/getdelim.c (getdelim): Remove unused variables.
12382
12383 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
12384
12385         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
12386         so that the code works even with ancient cpp.  Portability problem
12387         with GCC 2.7.2.1 reported by Thomas M.Ott.
12388
12389 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
12390
12391         * modules/regex (Depends-on): Add strcase.
12392
12393         * modules/gethostname (Licence): Change from GPL to LGPL, since
12394         gethostname.c is a trivial implementation of a standard library
12395         function.
12396         * modules/poll (License): Change from GPL to LGPL, since it's
12397         derived from LGPL code.
12398
12399 2005-09-27  Jim Meyering  <jim@meyering.net>
12400
12401         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
12402         HAVE_CONFIG_H.
12403
12404         * lib/intprops.h (signed_type_or_expr__): Define.
12405         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
12406         for unsigned types.
12407
12408 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
12409
12410         * lib/verify.h (verify_expr): Remove, replacing with:
12411         (verify_true): New macro that returns true instead of void.
12412         (verify_type__): Remove.
12413         (verify): Use verify_true rather than verify_type__.
12414
12415 2005-09-26  Bruno Haible  <bruno@clisp.org>
12416
12417         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
12418         is necessary.
12419         (lib_SOURCES): Remove mbchar.c.
12420         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
12421         (Files): Add m4/mbrtowc.m4.
12422         * modules/mbiter: Likewise.
12423         * modules/mbuiter: Likewise.
12424
12425 2005-09-26  Bruno Haible  <bruno@clisp.org>
12426
12427         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
12428         compile mbchar.c if they are not both present.
12429         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
12430         * m4/mbiter.m4 (gl_MBITER): Likewise.
12431         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
12432         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
12433         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
12434
12435 2005-09-25  Jim Meyering  <jim@meyering.net>
12436
12437         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
12438         also uses socklen_t.
12439
12440 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
12441
12442         * lib/utimens.c (ENOSYS): Define if not already defined.
12443         (futimens): Support having a null PATH if the file descriptor
12444         is nonnegative.
12445
12446         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
12447         Remove.
12448         (__attribute): Define to empty unless GCC 3.1 or later.
12449         This works around a core dump on OpenBSD 3.4, which has GCC
12450         2.95.3, which dumps core when given __attribute__(()).  It also
12451         simplifies other tests, since we really don't want to bother with
12452         worrying about which ancient version of GCC supported what.
12453         Original problem reported by Yoann Vandoorselaere, with part of
12454         the fix suggested by Derek Price.
12455
12456 2005-09-24  Jim Meyering  <jim@meyering.net>
12457
12458         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
12459         so we can once again use a positive bitfield width of 1 -- now we
12460         don't have to explain why we were using a bitfield width of 2.
12461
12462 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
12463
12464         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
12465         and similarly for the other external symbols.  Problem reported
12466         by James Gallager.
12467
12468         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
12469         bug reported by Jim Meyering.
12470
12471         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
12472         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
12473         not needed, since socklen is a prerequisite module.
12474
12475 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
12476
12477         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
12478         Problem reported by Eric Blake.
12479         (getaddrinfo): Initialize se so that it's not garbage.
12480         Redo internal storage allocation so that it doesn't make unportable
12481         assumptions about alignment.
12482         Fix a memory leak.
12483
12484         * lib/utimens.c (futimens): Use futimesat if available.
12485         Prefer it to futimes since it doesn't have the futimes bug.
12486
12487         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
12488         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
12489         Instead, declare a function that returns a pointer to an array,
12490         and use verify_type__ to declare the size of the array.
12491         Problem and germ of a solution reported by Bruno Haible.
12492         (verify_type__): Use 2, not 1, for bitfield size, to avoid
12493         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
12494
12495 2005-09-23  Jim Meyering  <jim@meyering.net>
12496
12497         Sync from coreutils.
12498         Correct build failure (socklen_t not defined) on at least
12499         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
12500         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
12501
12502 2005-09-23  Jim Meyering  <jim@meyering.net>
12503
12504         * modules/getaddrinfo (Depends-on): Add socklen.
12505
12506 2005-09-23  Bruno Haible  <bruno@clisp.org>
12507
12508         * tests/test-verify.c: New file.
12509
12510 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
12511
12512         Sync from coreutils.
12513
12514         * modules/argmatch (Depends-on): Add verify.
12515         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
12516         unistd-safer.
12517         * modules/save-cwd (Depends-on): Likewise.
12518
12519         * modules/openat (Files): Add lib/openat-die.c.
12520         (Depends-on): Remove error, exitfail.
12521         Add dirname.
12522
12523         * modules/verify: New file.
12524         * MODULES.html.sh (Diagnostics <assert.h>): New section,
12525         with "verify" module.
12526
12527 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
12528
12529         Sync from coreutils.
12530
12531         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
12532         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
12533         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
12534         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
12535         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
12536         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
12537         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
12538         Don't bother checking for string.h, stdlib.h, unistd.h.
12539         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
12540         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
12541         module's job.
12542         * m4/jm-macros.m4 (gl_MACROS): Likewise.
12543         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
12544
12545         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
12546         (gl_GETDATE): Use it.
12547
12548         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
12549
12550 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
12551
12552         Sync from coreutils.
12553
12554         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
12555         stat-time.h.
12556         * lib/argmatch.h: Include verify.h
12557         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
12558         (ARGMATCH_ASSERT): Remove; unused.
12559         * lib/canonicalize.c: Assume STDC_HEADERS.
12560         * lib/exclude.c: Include "strcase.h".
12561         * lib/regex_internal.h [!defined _LIBC]: Likewise.
12562         * lib/getusershell.c: Include stdio--.h rather than stdio.h
12563         and stdio-safer.h.
12564         (getusershell): Call fopen, not fopen_safer.
12565         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
12566         Do not include unistd-safer.h.
12567         (save_cwd): Don't call fd_safer; no longer needed
12568         now that we include fcntl--.h.
12569
12570         * lib/getdate.y (relative_time): New type.
12571         (RELATIVE_TIME_0): New constant.
12572         (parser_control): Use relative_time instead of doing it ourselves.
12573         (%union): Add new relative_time rel member.
12574         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
12575         Now typeless.
12576         (relunit, relunit_snumber): Now of type rel.
12577         (zone, rel, relunit, get_date): Adjust to above changes.
12578
12579         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
12580         Do not include unistd-safer.h.
12581         (getloadavg): Don't call fd_safer; no longer needed
12582         now that we include fcntl--.h.
12583
12584         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
12585         (make_dir_parents): Treat ENOSYS like EEXIST.
12586
12587         Improve quality of diagnostics on restore_cwd failure.
12588         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
12589         (make_dir_parents): Last arg is now int * (for errno), not bool *.
12590         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
12591         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
12592         each time through the loop.  Do not diagnose restore_cwd failure;
12593         that is the caller's job (and perhaps the caller does not care).
12594
12595         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
12596         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
12597         If the file already exists but is not a directory, don't bother
12598         to try to make its parents.
12599         Close potential file descriptor leak if we can't chdir("/") (!).
12600         Don't always return true if chdir($PWD) fails; return true only
12601         if the requested action was done successfully (except for the
12602         chdir($PWD)).
12603         Don't log final directory unless we actually made it.
12604         Refactor to avoid duplicate code to fix up permissions.
12605         Don't attempt to fix up parent permissions if chdir($PWD) fails.
12606
12607         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
12608         to make it a bit faster and (I hope) clearer.
12609         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
12610         Fix bug in formats like %2N.
12611
12612         * lib/verify.h: New file.
12613
12614 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
12615
12616         Sync from coreutils.
12617         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
12618
12619 2005-09-22  Jim Meyering  <jim@meyering.net>
12620
12621         Sync from coreutils.
12622
12623         * m4/lstat.m4 (gl_FUNC_LSTAT):
12624         Use AC_LIBSOURCES to require lstat.c and lstat.h.
12625         Remove obsolete comment.
12626         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
12627         * m4/xstrtod.m4: Likewise.
12628
12629         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
12630
12631 2005-09-22  Jim Meyering  <jim@meyering.net>
12632
12633         Sync from coreutils.
12634
12635         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
12636
12637         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
12638         the .tm_year member, since otherwise gcc-4.0 would now warn about
12639         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
12640
12641         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
12642         order to avoid an unsuppressible warning from gcc on 64-bit systems.
12643
12644         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
12645         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
12646         when run in a time zone for which daylight savings time is in effect
12647         for the starting date.
12648
12649         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
12650         stop us from restricting permissions of just-created absolute-named
12651         directories.
12652         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
12653         to restore initial working directory.
12654         * lib/mkdir-p.c (make_dir_parents): New parameter:
12655         different_working_dir, to tell caller if/when we change the working
12656         directory and are unable to return to the initial one.
12657         * lib/mkdir-p.h (make_dir_parents): Update prototype.
12658         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
12659         `return false'.  This fixes a bug introduced on 2004-07-30.
12660
12661         * lib/openat.c (fdopendir): Be sure to close the supplied
12662         file descriptor before returning.  This makes our replacement
12663         implementation a little closer to Solaris's, where fdopendir
12664         ties the file descriptor to the returned DIR* pointer.
12665         * lib/openat.c (unlinkat): New function.
12666         * lib/openat.h (unlinkat): Add prototype.
12667         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
12668         (openat_restore_fail): Rename from openat_restore_die.
12669         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
12670
12671         Provide an alternative to exiting immediately upon save_cwd or
12672         restore_cwd failure.  Now, an application can arrange e.g.,
12673         to perform a longjump in that case.
12674         * lib/openat.c: Include dirname.h.
12675         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
12676         (rpl_openat, fdopendir, fstatat): Call openat_save_die
12677         and openat_restore_die rather than calling error directly.
12678         Don't include "error.h" or "exitfail.h"; they're no longer needed.
12679
12680         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
12681         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
12682         define.
12683
12684         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
12685         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
12686                             int utc, int nanoseconds);
12687         Background:
12688         date should not have to allocate a megabyte of virtual memory to
12689         handle a format argument like +%1048575T.  When implemented with
12690         strftime, it must allocate such a buffer, use strftime to fill it
12691         in, print it, then free it.
12692         With fprintftime, it simply prints everything and exits.
12693         With no need for memory allocation, that's one fewer way to fail.
12694         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
12695         optional field width, not before, so we accept %9:z, not %:9z.
12696         (my_strftime): Be sure to use L_('x') for literals.
12697
12698         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
12699         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
12700         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
12701         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
12702         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
12703         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
12704         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
12705         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
12706         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
12707         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
12708         * lib/xgethostname.c, lib/xreadlink.c:
12709         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
12710
12711         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
12712         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
12713         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
12714         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
12715         and don't include <sys/file.h>).
12716
12717 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
12718
12719         Sync from coreutils.
12720
12721         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
12722         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
12723         [!LDAV_DONE]: Avoid unused variable warning.
12724
12725 2005-09-21  Bruno Haible  <bruno@clisp.org>
12726
12727         * lib/unicodeio.h (unicode_to_mb): New declaration.
12728
12729 2005-09-20  Derek Price  <derek@ximbiot.com>
12730
12731         * lib/getaddrinfo.c: Don't include <netdb.h> included from
12732         getaddrinfo.h.
12733
12734 2005-09-20  Bruno Haible  <bruno@clisp.org>
12735
12736         * gnulib-tool: Remove trailing slashes from the values specified for
12737         --source-base, --m4-base, --tests-base, --aux-dir.
12738         Suggested by Simon Josefsson <jas@extundo.com>.
12739
12740 2005-09-20  Bruno Haible  <bruno@clisp.org>
12741
12742         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
12743         func_modules_to_filelist, func_import, func_create_testdir): Make all
12744         sorting results locale-independent, so that gnulib-cache.m4 doesn't
12745         change when gnulib-tool is invoked in a different locale.
12746
12747 2005-09-19  Simon Josefsson  <jas@extundo.com>
12748
12749         * m4/socklen.m4: Fix typo.
12750
12751 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12752
12753         Use a consistent style for including <config.h>.
12754         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
12755         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
12756         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
12757         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
12758         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
12759         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
12760         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
12761         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
12762         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
12763         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
12764         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
12765         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
12766         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
12767         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
12768         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
12769         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
12770         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
12771         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
12772         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
12773         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
12774         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
12775         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
12776         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
12777         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
12778         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
12779         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
12780         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
12781         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
12782         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
12783         lib/xstrtoumax.c, lib/yesno.c:
12784         Standardize inclusion of config.h.
12785         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
12786         lib/inttostr.h:  Removed inclusion of config.h from header files.
12787         * lib/inttostr.c:  Adjusted in-tree users.
12788         * lib/timespec.h: Remove superfluous warning to include config.h.
12789         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
12790         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
12791         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
12792         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
12793         config.h with HAVE_CONFIG_H.
12794
12795 2005-09-19  Jim Meyering  <jim@meyering.net>
12796
12797         * modules/pathmax (License): Change to LGPL.
12798
12799 2005-09-19  Derek Price  <derek@ximbiot.com>
12800
12801         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
12802
12803 2005-09-19  Bruno Haible  <bruno@clisp.org>
12804
12805         * gnulib-tool (import): Provide default for --tests-base.
12806
12807 2005-09-19  Bruno Haible  <bruno@clisp.org>
12808
12809         * doc/quote.texi: New file, extracted from gnulib.texi.
12810         * doc/ctime.texi: New file, extracted from gnulib.texi.
12811         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
12812         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
12813         * doc/gnulib.texi: Include them.
12814
12815 2005-09-18  Bruno Haible  <bruno@clisp.org>
12816
12817         Portability fix.
12818         * gnulib-tool (func_readlink): New function.
12819         (func_ln_if_changed): Use it.
12820
12821 2005-09-18  Bruno Haible  <bruno@clisp.org>
12822
12823         * gnulib-tool: Support --with-tests also with --import.
12824         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
12825         (func_import): Use variables $testsbase and $inctests. Emit a
12826         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
12827         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
12828         SUBDIRS += $testsdir.
12829         (func_create_testdir): Update.
12830
12831 2005-09-18  Bruno Haible  <bruno@clisp.org>
12832
12833         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
12834         instead of $dry_run.
12835         (func_cp_if_changed, func_mv_if_changed): Remove functions.
12836         (func_ln_if_changed): Don't handle dry-run here.
12837         (func_import): In dry-run mode, detect more precisely which actions
12838         would be performed, and don't use "...ing" verbs.
12839
12840 2005-09-18  Bruno Haible  <bruno@clisp.org>
12841
12842         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
12843         (func_import): Use join on two temporary files instead of three nested
12844         loops, in order to determine which files are new or old.
12845
12846 2005-09-18  Bruno Haible  <bruno@clisp.org>
12847
12848         * gnulib-tool (func_import): Comment out code that spits out the
12849         new files with --dry-run.
12850
12851 2005-09-18  Bruno Haible  <bruno@clisp.org>
12852
12853         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
12854
12855 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
12856
12857         * lib/stat-time.h: New file.
12858         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
12859         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
12860         in a different way.
12861         (timespec_cmp): New function.
12862         * lib/utimecmp.c: Include stat-time.h.
12863         (SYSCALL_RESOLUTION): Depend on whether various struct stat
12864         members exist, not on the obsolescent ST_MTIM_NSEC.
12865         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
12866
12867 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
12868
12869         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
12870
12871 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
12872
12873         * MODULES.html.sh (File system functions): Add stat-time.
12874         * modules/stat-time: New file.
12875         * modules/timespec (Files): Remove m4/st_mtim.m4; this
12876         is now done in a different way, by the stat-time module.
12877         * modules/utimecmp (Depends-on): Add stat-time.
12878
12879 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
12880
12881         * m4/st_mtim.m4: Remove.  Superseded by...
12882         * m4/stat-time.m4: New file.
12883         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
12884         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
12885
12886 2005-09-15  Derek Price  <derek@ximbiot.com>
12887
12888         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
12889
12890 2005-09-15  Derek Price  <derek@ximbiot.com>
12891
12892         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
12893         * lib/regex_internal.c: Ditto, using this...
12894         (__GNUC_PREREQ): ...new macro.
12895         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
12896         using...
12897         (__GNUC_PREREQ): ...this new macro.
12898
12899         * lib/strstr.h: Include string.h. Define strstr as a macro here.
12900
12901 2005-09-15  Derek Price  <derek@ximbiot.com>
12902             Paul Eggert  <eggert@cs.ucla.edu>
12903
12904         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
12905         changes, consolidating in...
12906         * lib/regex_internal.h: ...this file.
12907
12908 2005-09-13  Jim Meyering  <jim@meyering.net>
12909
12910         * lib/canon-host.c: Filter through gnu indent and reword comments
12911         slightly.
12912         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
12913
12914 2005-09-13  Derek Price  <derek@ximbiot.com>
12915
12916         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
12917         failure.
12918         Reported by Jim Meyering  <jim@meyering.net>.
12919
12920 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12921
12922         * lib/base64.c: Typo.
12923         (base64_encode): Put b64str in initialized data section.
12924
12925 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
12926
12927         Merge glibc and coreutils changes into gnulib, plus a few
12928         extra fixes.
12929         * lib/md5.c: Use #error rather than a string.
12930         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
12931         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
12932         (__attribute__): Define to empty for non recent-GCC.
12933         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
12934         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
12935         Renamed from their non-__ counterparts, with new macros replacing
12936         them if not _LIBC.  Add __THROW attribute.
12937         (rol): Remove.
12938         (struct md5_ctx): Align buffer if using GCC.
12939         * lib/sha1.h (struct sha1_ctx): Likewise.
12940         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
12941         The old name was backwards.
12942         (NOTSWAP): Remove; not used.
12943         (rol): New macro, moved here from md5.h.
12944         (sha1_process_block): Remove a FIXME that doesn't make sense.
12945
12946 2005-09-12  Derek Price  <derek@ximbiot.com>
12947
12948         Return usable errors from canon-host.
12949         * lib/canon-host.h: New file.
12950         * lib/canon-host.c (canon_host): Wrap...
12951         (canon_host_r): ...this new function, which now relies exclusively on
12952         getaddrinfo.
12953         (ch_strerror): New function.
12954         (last_cherror): New global.
12955         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
12956         interface.
12957         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
12958         void *.
12959         (freeaddrinfo): Free ai->ai_canonname when set.
12960
12961 2005-09-12  Derek Price  <derek@ximbiot.com>
12962
12963         Make canon-host require getaddrinfo.
12964         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
12965         AC_LIBSOURCE canon-host.h.  Call...
12966         (gl_PREREQ_CANON_HOST): ...this new function, which requires
12967         gl_GETADDRINFO.
12968         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
12969
12970 2005-09-12  Derek Price  <derek@ximbiot.com>
12971
12972         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
12973         LGPL.
12974         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
12975
12976 2005-09-12  Derek Price  <derek@ximbiot.com>
12977
12978         * lib/gai_strerror.c: Include config.h when available.  Include
12979         getaddrinfo.h before other headers to test interface.
12980         Reported by Larry Jones <lawrence.jones@ugs.com>.
12981
12982 2005-09-12  Derek Price  <derek@ximbiot.com>
12983             Paul Eggert  <eggert@cs.ucla.edu>
12984
12985         * modules/glob (Files): Add glob-libc.h.
12986
12987 2005-09-12  Derek Price  <derek@ximbiot.com>
12988             Paul Eggert  <eggert@cs.ucla.edu>
12989
12990         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
12991         glob_.h, glob-libc.h.
12992         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
12993
12994 2005-09-12  Derek Price  <derek@ximbiot.com>
12995             Paul Eggert  <eggert@cs.ucla.edu>
12996
12997         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
12998         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
12999         protecting things that should be done only in gnulib contexts.
13000         * lib/glob_.h: New file, containing only the glob things needed for
13001         gnulib.
13002         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
13003         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
13004         (glob, globfree, glob_pattern_p): Now defined simply in terms of
13005         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
13006         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
13007         and to respect the namespace rules better.
13008
13009 2005-09-08  Simon Josefsson  <jas@extundo.com>
13010
13011         * modules/socklen: New file.
13012
13013 2005-09-08  Simon Josefsson  <jas@extundo.com>
13014
13015         * m4/socklen.m4: New file.
13016
13017 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13018
13019         * modules/utimens (Files): Add m4/utimbuf.m4, since
13020         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
13021         Reported by Sergey Poznyakoff.
13022
13023 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13024
13025         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
13026         definitions, since that's the preferred style in glibc.
13027         Fix a minor spacing issue, and update copyright notice to match
13028         glibc's.
13029
13030 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13031
13032         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
13033
13034 2005-09-06  Simon Josefsson  <jas@extundo.com>
13035
13036         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
13037         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
13038
13039 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
13040
13041         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
13042         warning.
13043
13044 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
13045
13046         * config/srclist.txt: Add glibc bug 1302.
13047
13048 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
13049
13050         Change bitset word type from unsigned int to unsigned long int,
13051         as this has better performance on typical 64-bit hosts.
13052         Port bitset code to hosts with unusual word sizes.
13053         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
13054         (build_collating_symbol):
13055         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
13056         argument is a bitset.  This is merely a style issue, but it makes
13057         it clearer that an entire array is expected.
13058         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
13059         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
13060         Port to the case where bitset_word is not the same as unsigned int.
13061         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
13062         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
13063         Likewise.
13064         * lib/regexec.c (check_dst_limits_calc_pos_1,
13065         check_subexp_matching_top):
13066         (build_trtable, group_nodes_into_DFAstates):
13067         Likewise.
13068         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
13069         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
13070         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
13071         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
13072         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
13073         * lib/regcomp.c (optimize_subexps, lower_subexp):
13074         Work even if bitset_word has holes in its bitwise representation.
13075         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
13076         * lib/regexec.c (check_dst_limits_calc_pos_1,
13077         check_subexp_matching_top):
13078         Likewise.
13079         * lib/regex_internal.c (re_string_reconstruct):
13080         Don't assume UCHAR_MAX == 255.
13081         * lib/regex_internal.h (bitset_set_all): Likewise.
13082         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
13083         All uses changed.
13084         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
13085         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
13086         All uses changed.
13087         (BITSET_WORD_MAX): New macro.
13088         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
13089         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
13090         (bitset_empty, bitset_copy):
13091         Prefer sizeof (bitset) to multiplying it out ourselves.
13092         (bitset_not_merge): Remove; unused.
13093         (bitset_contain): Return bool, not unsigned int with one bit on.
13094         All callers changed.
13095         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
13096         alignment than re_node_set; do this by defining a new internal
13097         type struct dests_alloc and using it to allocate memory.
13098
13099 2005-09-05  Bruno Haible  <bruno@clisp.org>
13100
13101         * gnulib-tool (func_import): Fix comparison in handling of symbolic
13102         links.
13103
13104 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
13105
13106         * modules/size_max (Makefile.am): Add size_max.h
13107
13108 2005-09-04  Derek Price  <derek@ximbiot.com>
13109
13110         * gnulib-tool (func_import): Fix reversed $symbolic logic.
13111
13112 2005-09-03  Simon Josefsson  <jas@extundo.com>
13113
13114         * gnulib-tool: Fix typo.
13115
13116 2005-09-03  Simon Josefsson  <jas@extundo.com>
13117
13118         * config/srclist.txt: Add glibc bug 1293.
13119
13120 2005-09-03  Derek Price  <derek@ximbiot.com>
13121
13122         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
13123         From Larry Jones <lawrence.jones@ugs.com>.
13124
13125 2005-09-02  Simon Josefsson  <jas@extundo.com>
13126
13127         * modules/socklen: New file.
13128
13129 2005-09-02  Simon Josefsson  <jas@extundo.com>
13130
13131         * modules/havelib: New module.
13132
13133         * modules/gettext, modules/iconv, modules/lock, modules/readline:
13134         Use havelib.
13135
13136 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
13137
13138         Check for arithmetic overflow when calculating sizes, to prevent
13139         some buffer-overflow issues.  These patches are conservative, in the
13140         sense that when I couldn't determine whether an overflow was possible,
13141         I inserted a run-time check.
13142         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
13143         macros.
13144         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
13145         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
13146         (re_xnrealloc, re_x2nrealloc): New inline functions.
13147         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
13148         parse_bracket_exp):
13149         (build_equiv_class, build_charclass): Check for arithmetic overflow
13150         in size expression calculations.
13151         * lib/regex_internal.c (re_string_realloc_buffers):
13152         (build_wcs_upper_buffer, re_node_set_add_intersect):
13153         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
13154         (re_dfa_add_node, register_state): Likewise.
13155         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
13156         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
13157         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
13158         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
13159
13160 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
13161
13162         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
13163         m4/ulonglong.m4.  Problem reported by Martin Lambers.
13164
13165 2005-09-02  Bruno Haible  <bruno@clisp.org>
13166
13167         Support for lib vs. lib64 distinction on biarch platforms.
13168         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
13169         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
13170         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
13171
13172 2005-09-02  Bruno Haible  <bruno@clisp.org>
13173
13174         * gnulib-tool (import): In the other first-use case, provide defaults
13175         as well.
13176
13177 2005-09-02  Bruno Haible  <bruno@clisp.org>
13178
13179         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
13180         patches not yet found in the latest gettext release.
13181
13182 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
13183
13184         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
13185         to avoid a collision with bits/local_lim.h in glibc.
13186         All uses changed.  Problem reported by Dmitry V. Levin in
13187         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
13188
13189         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
13190         bugs in int versus size_t comparisons.
13191         (re_string_context_at): Fix bug where the code assumed that
13192         Idx is signed.
13193
13194         Use bool where appropriate.
13195         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
13196         All callers changed.
13197         (calc_eclosure_iter): Likewise, for ROOT arg.
13198         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
13199         (build_charclass_op): Likewise, for NON_MATCH arg.
13200         * lib/regex_internal.c (re_string_allocate, re_string_construct):
13201         (re_string_construct_common): Likewise, for ICASE arg.
13202         * lib/regexec.c (re_search_2_stub, re_search_stub):
13203         Likewise, for RET_LEN arg.
13204         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
13205         (set_regs): Likewise, for FL_BACKTRACK arg.
13206         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
13207         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
13208         (calc_eclosure_iter, parse_bracket_exp):
13209         Use bool for internal variables that are booleans.
13210         * lib/regexec.c (re_search_internal, check_matching,
13211         proceed_next_node):
13212         (set_regs, build_sifted_states, sift_states_bkref):
13213         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
13214         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
13215         (find_collation_sequence_value):
13216         Likewise.
13217         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
13218         (re_node_set_compare):
13219         Return bool, not int. All callers changed.
13220         * lib/regexec.c (check_halt_node_context, check_dst_limits):
13221         (build_trtable, check_node_accept): Likewise.
13222         * lib/regex_internal.h: Include stdbool.h.
13223
13224         Fix bugs uncovered when converting to bool.
13225         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
13226         failure instead of charging ahead blindly.
13227         * lib/regex_internal.c (register_state): Likewise.
13228         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
13229         for freeing internal storage.
13230         (group_nodes_into_DFA_states): Use unsigned int, not int, for
13231         bitset pieces used as boolean, to avoid undefined behavior
13232         on hosts that do int overflow checking.
13233
13234 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
13235
13236         * config/srclist.txt: Add glibc bugs 1285-1287.
13237
13238 2005-09-01  Jim Meyering  <jim@meyering.net>
13239
13240         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
13241         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
13242         Require gl_STAT_MACROS, too.
13243
13244 2005-09-01  Bruno Haible  <bruno@clisp.org>
13245
13246         * gnulib-tool (import): In the first-use case, provide defaults.
13247
13248 2005-09-01  Bruno Haible  <bruno@clisp.org>
13249
13250         * gnulib-tool (func_import): Remove the .tmp files.
13251
13252 2005-09-01  Bruno Haible  <bruno@clisp.org>
13253
13254         * gnulib-tool (func_import): Fix handling of symbolic links.
13255
13256 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13257
13258         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
13259         old glibc regex code mishandles strings longer than 2**31 bytes.
13260         This patch fixes this when the regex code is used in gnulib
13261         (i.e., outside glibc).
13262
13263         This patch should not affect the use of the regex code inside
13264         glibc.  No doubt this problem also needs to be handled for glibc
13265         as well, but the result will be an incompatible change to the
13266         glibc ABI, and the old ABI will have to be supported too.  That
13267         can be the the subject for another patch.
13268
13269         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
13270         governing whether the rest of this patch is active.  By default,
13271         the macro is disabled and the patch has no effect.
13272         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
13273         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
13274         (struct re_pattern_buffer, re_search, re_search_2, re_match):
13275         (re_match_2, re_set_registers): Use the new types.
13276         * lib/regex_internal.h (Idx, re_hashval_t): New types.
13277         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
13278         New macros.
13279         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
13280         (re_string_context_at, bin_tree_t, re_dfastate_t):
13281         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
13282         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
13283         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
13284         (re_string_char_size_at, re_string_wchar_at):
13285         (re_string_elem_size_at):
13286         Use the new types and macros to port to 64-bit hosts.
13287         Use unsigned types for internal values, so that the code
13288         mostly works even for arrays larger than SSIZE_MAX.
13289         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
13290         (search_duplicated_node, calc_eclosure_iter, fetch_number):
13291         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
13292         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
13293         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
13294         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
13295         (calc_inveclosure, parse_dup_op, build_range_exp):
13296         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
13297         (fetch_number, create_token_tree, mark_opt_subexp):
13298         Likewise.
13299         * lib/regex_internal.c (re_string_construct_common,
13300         create_ci_newstate):
13301         (create_cd_newstate, re_string_allocate, re_string_construct):
13302         (re_string_realloc_buffers, build_wcs_upper_buffer):
13303         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
13304         (re_string_reconstruct, re_string_peek_byte_case):
13305         (re_string_fetch_byte_case, re_string_context_at):
13306         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
13307         (re_node_set_init_copy, re_node_set_add_intersect):
13308         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
13309         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
13310         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
13311         (re_acquire_state, re_acquire_state_context, register_state):
13312         Likewise.
13313         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
13314         search_cur_bkref_entry):
13315         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
13316         (re_search_internal, re_search_2_stub, re_search_stub)
13317         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
13318         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
13319         (update_cur_sifted_state, check_dst_limits):
13320         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
13321         (check_subexp_limits, sift_states_bkref, merge_state_array):
13322         (check_subexp_matching_top, get_subexp, get_subexp_sub):
13323         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
13324         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
13325         (expand_bkref_cache, check_node_accept_bytes):
13326         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
13327         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
13328         (acquire_init_state_context, check_halt_node_context):
13329         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
13330         (sift_states_backward, clean_state_log_if_needed):
13331         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
13332         (find_recover_state, transit_state_sb, transit_state_mb):
13333         (transit_state_bkref, build_trtable, match_ctx_clean):
13334         Likewise.
13335         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
13336         to work around an assumption that REG_MISSING is negative.
13337
13338         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
13339         (seek_collating_symbol_entry) [defined _LIBC]:
13340         (lookup_collation_sequence_value) [defined _LIBC]:
13341         (build_range_exp, build_collating_symbol) [defined _LIBC]:
13342         Use prototypes rather than old-style function definitions.
13343         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
13344         (transit_state_sb) [0]:
13345         (find_collation_sequence_value) [defined _LIBC]: Likewise.
13346
13347         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
13348         rm_eo.
13349
13350         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
13351         (optimize_subexps, lower_subexp):
13352         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
13353         since the signed shift might overflow.  Use 1u<<31 instead.
13354         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
13355         Likewise.
13356         * lib/regexec.c (check_dst_limits_calc_pos_1,
13357         check_subexp_matching_top): Likewise.
13358
13359         * lib/regcomp.c (optimize_subexps, lower_subexp):
13360         Use CHAR_BIT rather than 8, for clarity.
13361         * lib/regexec.c (check_dst_limits_calc_pos_1):
13362         (check_subexp_matching_top): Likewise.
13363         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
13364         have to worry about portability issues when shifting it left.
13365         Remove no-longer-needed test for table_size > 0.
13366         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
13367         in a word, as the resulting behavior is undefined.
13368         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
13369         in one case, a <= should have been an <, and in another case the
13370         whole test was missing.
13371         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
13372         the standard name CHAR_BIT.
13373         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
13374         this is not true on one's complement and signed-magnitude hosts.
13375
13376         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
13377         next_last_offset.
13378         (struct re_dfa_t): Remove unused member states_alloc.
13379         * lib/regcomp.c (init_dfa): Don't initialize unused members.
13380
13381 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13382
13383         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
13384         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
13385         and large-file glibc and in 32-bit large-file Solaris.
13386
13387 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13388
13389         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
13390         lengths fit in regoff_t; this isn't true if regoff_t is the same
13391         width as size_t.
13392         * lib/regex.c (re_search_internal): 5th arg is LAST_START
13393         (= START + RANGE) instead of RANGE.  This avoids overflow
13394         problems when regoff_t is the same width as size_t.
13395         All callers changed.
13396         (re_search_2_stub): Check for overflow when adding the
13397         sizes of the two strings.
13398         (re_search_stub): Check for overflow when adding START
13399         to RANGE; if it occurs, substitute the extreme value.
13400
13401 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13402
13403         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
13404
13405 2005-08-31  Jim Meyering  <jim@meyering.net>
13406
13407         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
13408         a pointer-to-const.
13409         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
13410         (register_state): Likewise.
13411         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
13412         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
13413         (group_nodes_into_DFAstates): Likewise.
13414
13415 2005-08-31  Jim Meyering  <jim@meyering.net>
13416
13417         * check-module: Add a FIXME comment.
13418
13419 2005-08-31  Eric Blake  <ebb9@byu.net>
13420
13421         * modules/unistd-safer (Files): Add unistd--.h.
13422         * modules/stdio-safer (Files): Add stdio--.h.
13423
13424 2005-08-31  Derek Price  <derek@ximbiot.com>
13425
13426         * lib/getdelim.c (getdelim): Return EOF on EOF.
13427         Reported by Larry Jones <lawrence.jones@ugs.com>.
13428
13429 2005-08-31  Bruno Haible  <bruno@clisp.org>
13430
13431         Avoid unnecessary diffs in the generated lib/Makefile.am.
13432         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
13433         the generated files.
13434         (func_import): Don't set cmd.
13435
13436 2005-08-31  Bruno Haible  <bruno@clisp.org>
13437
13438         * lib/strstr.c: Include <stddef.h>, for NULL.
13439         * lib/strcasestr.c: Likewise.
13440         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
13441
13442 2005-08-31  Bruno Haible  <bruno@clisp.org>
13443
13444         * gnulib-tool: New option --macro-prefix.
13445         (func_import): Use macro_prefix.
13446         (import): Handle option --macro-prefix.
13447
13448 2005-08-31  Bruno Haible  <bruno@clisp.org>
13449
13450         * gnulib-tool (import): Rename most ac_* variables to cached_*.
13451         Also use new variables cached_lgpl, cached_libtool.
13452
13453 2005-08-31  Bruno Haible  <bruno@clisp.org>
13454
13455         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
13456         always instantiating them.
13457
13458 2005-08-31  Bruno Haible  <bruno@clisp.org>
13459
13460         * gnulib-tool (func_import): Read the previous cached settings
13461         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
13462         earlier added by gnulib but are now dropped. Warn when a gnulib file
13463         overwrites a non-gnulib file.
13464
13465 2005-08-31  Bruno Haible  <bruno@clisp.org>
13466
13467         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
13468         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
13469         projects that don't keep autogenerated files in CVS. Put into
13470         actioncmd only the specified modules, not the transitive closure.
13471
13472 2005-08-31  Bruno Haible  <bruno@clisp.org>
13473
13474         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
13475         Create directories that shall be filled.
13476         (import): Don't look for gl_* macros in configure.ac. Recurse across
13477         all directories containing a gnulib-cache.m4 files, if meaningful.
13478
13479 2005-08-31  Bruno Haible  <bruno@clisp.org>
13480
13481         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
13482         (import): Set seen_libtool when we see gl_LIBTOOL.
13483
13484 2005-08-31  Bruno Haible  <bruno@clisp.org>
13485
13486         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
13487         declaration macro definitions from generated gnulib.m4.
13488
13489 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
13490
13491         * lib/iconvme.h: Add prototype for iconv_alloc.
13492
13493 2005-08-29  Simon Josefsson  <jas@extundo.com>
13494
13495         * lib/iconvme.c: Fix errno.
13496
13497 2005-08-29  Bruno Haible  <bruno@clisp.org>
13498
13499         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
13500         that it works when the directory contains spaces.
13501
13502 2005-08-29  Bruno Haible  <bruno@clisp.org>
13503
13504         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
13505
13506 2005-08-29  Bruno Haible  <bruno@clisp.org>
13507
13508         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
13509         Emit more advice.
13510
13511 2005-08-29  Bruno Haible  <bruno@clisp.org>
13512         and Stepan Kasal  <kasal@ucw.cz>
13513
13514         * check-module: If more parameters are given, check each of them
13515         separately; add more exceptions, as noted by Jim Meyering.
13516         (check_module): New procedure.
13517         (%exempt_header): Now contains all exceptions.
13518
13519 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
13520
13521         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
13522
13523 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
13524
13525         * lib/iconvme.c: Split iconv_string into iconv_alloc.
13526
13527 2005-08-28  Bruno Haible  <bruno@clisp.org>
13528
13529         * m4/gnulib-tool.m4: New file.
13530
13531 2005-08-27  Jim Meyering  <jim@meyering.net>
13532
13533         * modules/unistd-safer (Files): Add pipe-safer.c.
13534         * modules/fcntl-safer (Files): Add creat-safer.c.
13535
13536 2005-08-27  Jim Meyering  <jim@meyering.net>
13537
13538         * m4/stdlib-safer.m4: New file.  From coreutils.
13539         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
13540         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
13541         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
13542         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
13543         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
13544
13545 2005-08-27  Jim Meyering  <jim@meyering.net>
13546
13547         * lib/fopen-safer.c: Merge minor changes from coreutils.
13548         * lib/dup-safer.c: Likewise.
13549         * lib/fd-safer.c: Likewise.
13550
13551         Merge from coreutils.
13552         * lib/stdio--.h: New file.
13553         * lib/stdlib--.h: New file.
13554         * lib/mkstemp-safer.c: New file.
13555
13556         GNU tar needs these.
13557         * lib/pipe-safer.c: New file.
13558         * lib/creat-safer.c: New file.
13559         * lib/fcntl--.h (creat): Define to creat_safer.
13560         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
13561         * lib/unistd--.h (pipe): Define to pipe_safer.
13562         * lib/unistd-safer.h: Declare pipe_safer.
13563
13564 2005-08-26  Simon Josefsson  <jas@extundo.com>
13565
13566         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
13567         Haible <bruno@clisp.org>.
13568
13569 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
13570
13571         * lib/regex_internal.h: Remove all references to
13572         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
13573         or better.
13574         (bitset_not, bitset_merge, bitset_not_merge):
13575         (bitset_mask, re_string_allocate, re_string_construct):
13576         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
13577         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
13578         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
13579         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
13580         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
13581         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
13582         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
13583         (re_acquire_state_context):
13584         Remove unnecessary forward decls.
13585         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
13586         Put __attribute at function definition,
13587         now that the function decl has been removed.
13588         * lib/regex_internal.c (re_string_peek_byte_case):
13589         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
13590         Likewise.
13591
13592 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
13593
13594         * m4/regex.m4: Add AC_PREREQ(2.50).
13595         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
13596
13597 2005-08-25  Simon Josefsson  <jas@extundo.com>
13598
13599         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
13600         __fsetlocking.
13601
13602 2005-08-25  Simon Josefsson  <jas@extundo.com>
13603
13604         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
13605         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
13606         GLIBC specific code.
13607
13608 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13609
13610         Make regex safe for g++.  This fixes one real bug (an "err"
13611         that should have been "*err").  g++ problem reported by
13612         Sam Steingold.
13613         * lib/regex_internal.h (re_calloc): New macro, consistent with
13614         re_malloc etc.  All callers of calloc changed to use re_calloc.
13615         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
13616         not int.  All callers changed.
13617         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
13618         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
13619         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
13620         (find_recover_state): Change "err" to "*err"; this fixes what
13621         appears to be a real bug.
13622         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
13623         versus int.
13624
13625 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13626
13627         * modules/regex (Depends-on): Add malloc, since the code
13628         assumes that !malloc(0) means failure.
13629
13630 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13631
13632         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
13633
13634         alloca modernization/simplification for regex.
13635         * lib/regex.c: Remove portability cruft for alloca.  This no longer
13636         needs to be at the start of the file, and can be moved into
13637         regex_internal.h and simplified.
13638         * lib/regex_internal.h: Include <alloca.h>.
13639         (__libc_use_alloca) [!defined _LIBC]: New macro.
13640         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
13641         now works outside glibc.
13642
13643 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13644
13645         * config/srclist.txt: Add glibc bugs 1241, 1245.
13646
13647 2005-08-25  Jim Meyering  <jim@meyering.net>
13648
13649         * lib/open-safer.c: Include <config.h>.
13650         Otherwise, we'd lose LARGEFILE support in any file using
13651         e.g. "fcntl--.h"
13652
13653 2005-08-25  Bruno Haible  <bruno@clisp.org>
13654
13655         * m4/minmax.m4: Require autoconf 2.52.
13656         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
13657         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
13658         alternatives of translit over the alphabet.
13659         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
13660
13661 2005-08-24  Simon Josefsson  <jas@extundo.com>
13662
13663         * tests/test-getpass.c: New file.
13664
13665 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
13666
13667         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
13668         for GNU regex features.
13669
13670 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
13671
13672         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
13673         * lib/regex.h (regerror): Likewise.
13674
13675         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
13676         requires this.  (The code never needed it.)
13677
13678         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
13679         All uses of recently-renamed identifiers changed to use the new,
13680         POSIX-compliant names.  The code will build and run just fine
13681         without these changes, but it's better to eat our own dog food
13682         and use the standard-conforming names.
13683
13684         * lib/regex.h: Fix a multitude of POSIX name space violations.
13685         These changes have an effect only for programs that define
13686         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
13687         do not change anything for programs compiled in the normal way.
13688         Also, there is no effect on the ABI.
13689
13690         (_REGEX_SOURCE): New macro.
13691         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
13692         defined and _GNU_SOURCE is not; this fixes a name space violation.
13693
13694         Rename the following macros to obey POSIX requirements.
13695         The old names are still visible as macros if _REGEX_SOURCE is defined.
13696         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
13697         RE_BACKSLASH_ESCAPE_IN_LISTS.
13698         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
13699         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
13700         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
13701         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
13702         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
13703         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
13704         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
13705         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
13706         (REG_INTERVALS): renamed from RE_INTERVALS.
13707         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
13708         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
13709         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
13710         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
13711         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
13712         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
13713         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
13714         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
13715         RE_UNMATCHED_RIGHT_PAREN_ORD.
13716         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
13717         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
13718         (REG_DEBUG): renamed from RE_DEBUG.
13719         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
13720         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
13721         unusual, since we can't clash with the POSIX REG_ICASE.
13722         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
13723         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
13724         (REG_NO_SUB): renamed from RE_NO_SUB.
13725         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
13726         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
13727         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
13728         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
13729         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
13730         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
13731         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
13732         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
13733         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
13734         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
13735         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
13736         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
13737         RE_SYNTAX_POSIX_MINIMAL_BASIC.
13738         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
13739         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
13740         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
13741         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
13742         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
13743         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
13744         (REG_FIXED): Renamed from REGS_FIXED.
13745         (REG_NREGS): Renamed from RE_NREGS.
13746
13747         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
13748         of other REG_* macros, since POSIX says the user is allowed to
13749         #undef these macros selectively.
13750
13751         (reg_errcode_t): Update comment stating what other tables need
13752         to be consistent.
13753
13754         Rename the following enum values to obey POSIX requirements.
13755         The old names are still visible as macros.
13756         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
13757         is not defined, since GNU is supposed to be a superset of POSIX as
13758         much as possible, and since we want reg_errcode_t to be a signed
13759         type for implementation consistency.
13760         (_REG_NOERROR): Renamed from REG_NOERROR.
13761         (_REG_NOMATCH): Renamed from REG_NOMATCH.
13762         (_REG_BADPAT): Renamed from REG_BADPAT.
13763         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
13764         (_REG_ECTYPE): Renamed from REG_ECTYPE.
13765         (_REG_EESCAPE): Renamed from REG_EESCAPE.
13766         (_REG_ESUBREG): Renamed from REG_ESUBREG.
13767         (_REG_EBRACK): Renamed from REG_EBRACK.
13768         (_REG_EPAREN): Renamed from REG_EPAREN.
13769         (_REG_EBRACE): Renamed from REG_EBRACE.
13770         (_REG_BADBR): Renamed from REG_BADBR.
13771         (_REG_ERANGE): Renamed from REG_ERANGE.
13772         (_REG_ESPACE): Renamed from REG_ESPACE.
13773         (_REG_BADRPT): Renamed from REG_BADRPT.
13774         (_REG_EEND): Renamed from REG_EEND.
13775         (_REG_ESIZE): Renamed from REG_ESIZE.
13776         (_REG_ERPAREN): Renamed from REG_ERPAREN.
13777         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
13778         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
13779         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
13780         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
13781
13782         (_REG_RE_NAME, _REG_RM_NAME): New macros.
13783         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
13784         changed.  But support the old name if the new one is not defined
13785         and if _REGEX_SOURCE.
13786
13787         Change the following member names in struct re_pattern_buffer.
13788         The old names are still supported if !_REGEX_SOURCE.
13789         The new names are always supported, regardless of _REGEX_SOURCE.
13790         (re_buffer): Renamed from buffer.
13791         (re_allocated): Renamed from allocated.
13792         (re_used): Renamed from used.
13793         (re_syntax): Renamed from syntax.
13794         (re_fastmap): Renamed from fastmap.
13795         (re_translate): Renamed from translate.
13796         (re_can_be_null): Renamed from can_be_null.
13797         (re_regs_allocated): Renamed from regs_allocated.
13798         (re_fastmap_accurate): Renamed from fastmap_accurate.
13799         (re_no_sub): Renamed from no_sub.
13800         (re_not_bol): Renamed from not_bol.
13801         (re_not_eol): Renamed from not_eol.
13802         (re_newline_anchor): Renamed from newline_anchor.
13803
13804         Change the following member names in struct re_registers.
13805         The old names are still supported if !_REGEX_SOURCE.
13806         The new names are always supported, regardless of _REGEX_SOURCE.
13807         (rm_num_regs): Renamed from num_regs.
13808         (rm_start): Renamed from start.
13809         (rm_end): Renamed from end.
13810
13811         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
13812         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
13813         Prepend __ to parameter names.
13814
13815         Undo yesterday's changes.
13816
13817 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
13818
13819         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
13820         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
13821         lib/regex.c.
13822
13823 2005-08-24  Jim Meyering  <jim@meyering.net>
13824
13825         Sync from coreutils.
13826         * m4/fcntl-safer.m4: New file.
13827
13828         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
13829         and object files for this module.
13830
13831 2005-08-24  Jim Meyering  <jim@meyering.net>
13832
13833         Sync from coreutils.
13834         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
13835
13836 2005-08-24  Jim Meyering  <jim@meyering.net>
13837
13838         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
13839         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
13840
13841 2005-08-24  Jim Meyering  <jim@meyering.net>
13842
13843         * modules/fcntl-safer: New module.
13844         * modules/fts (Depends-on): Add fcntl-safer.
13845         * MODULES.html.sh (File descriptor based Input/Output):
13846         Add fcntl-safer.
13847
13848 2005-08-24  Bruno Haible  <bruno@clisp.org>
13849
13850         Support for unit test modules.
13851         * modules/README: Mention tests modules.
13852         * modules/TEMPLATE-TESTS: New file.
13853         * gnulib-tool: New options --extract-tests-module, --with-tests and
13854         --tests-base (unused for the moment).
13855         (testsbase, inctests): New variables.
13856         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
13857         (func_verify_module): Exclude TEMPLATE-TESTS.
13858         (func_verify_nontests_module, func_verify_tests_module): New functions.
13859         (func_get_dependencies): Add implicit dependency for tests modules.
13860         (func_get_tests_module): New function.
13861         (func_modules_transitive_closure): When --with-tests was specified,
13862         include the unit tests as well, unless explicitly avoided.
13863         (func_emit_lib_Makefile_am): Ignore the tests modules here.
13864         (func_emit_tests_Makefile_am): New function.
13865         (func_create_testdir): When --with-tests was specified, emit a
13866         tests/ directory.
13867         * MODULES.html.sh (Future developments): Update.
13868
13869 2005-08-24  Bruno Haible  <bruno@clisp.org>
13870
13871         * modules/tls-tests: New file.
13872         * tests/test-tls.c: New file, from GNU gettext.
13873
13874 2005-08-24  Bruno Haible  <bruno@clisp.org>
13875
13876         * modules/lock-tests: New file.
13877         * tests/test-lock.c: New file, from GNU gettext.
13878
13879 2005-08-24  Bruno Haible  <bruno@clisp.org>
13880
13881         * lib/lock.h: Add multiple inclusion guard.
13882         * lib/tls.h: Add multiple inclusion guard.
13883
13884 2005-08-24  Bruno Haible  <bruno@clisp.org>
13885
13886         * gnulib-tool: Add support for the --aux-dir option to
13887         --create-testdir, --create-megatestdir, --test, --megatest.
13888         (func_create_testdir, func_create_megatestdir): Optionally emit a
13889         AC_CONFIG_AUX_DIR directive.
13890         (create-testdir, create-megatestdir, test, megatest): Provide a
13891         default value for $auxdir.
13892
13893 2005-08-24  Bruno Haible  <bruno@clisp.org>
13894
13895         * gnulib-tool (import): Use compound statement instead of subshell
13896         where possible.
13897
13898 2005-08-24  Bruno Haible  <bruno@clisp.org>
13899
13900         * gnulib-tool (import): Change --aux-dir default to "build-aux".
13901
13902 2005-08-24  Bruno Haible  <bruno@clisp.org>
13903
13904         * gnulib-tool (func_version): Update.
13905
13906 2005-08-24  Bruno Haible  <bruno@clisp.org>
13907
13908         * gnulib-tool (func_import, func_create_testdir,
13909         func_create_megatestdir): Quote all autoconf macro arguments.
13910
13911 2005-08-24  Bruno Haible  <bruno@clisp.org>
13912
13913         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
13914         option --force, because --force causes the aclocal.m4 of each
13915         subdirectory to be newer than the corresponding config.h.in.
13916
13917 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
13918
13919         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
13920         All contents moved to gl_REGEX.
13921         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
13922         assume that it does.
13923
13924 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
13925
13926         * lib/regex.h (REG_NOSYS)
13927         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
13928         Define, since POSIX requires it as of 2001.
13929         (_REG_ENOSYS)
13930         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
13931         New private symbol, used to keep the enum signed in all cases.
13932         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
13933         Youngman in
13934         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
13935
13936         * lib/regex_internal.c (re_string_skip_chars, register_state):
13937         (calc_state_hash):
13938         Remove forward decls; no longer needed now that we use prototypes.
13939         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
13940         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
13941         (clean_state_log_if_needed): Likewise.
13942
13943 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
13944
13945         * config/srclist.txt: Add glibc bugs 1231-1233.
13946
13947 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
13948
13949         Fix problems reported by Sam Steingold in
13950         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
13951         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
13952         assumed that reg_errcode_t is a signed type, which is not
13953         necessarily true if _XOPEN_SOURCE is not defined.
13954         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
13955         since some compilers warn about it otherwise.
13956
13957 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
13958
13959         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
13960         (init_word_char, create_initial_state, duplicate_node_closure):
13961         (fetch_token, peek_token_bracket, build_range_exp):
13962         (build_collating_symbol): Remove forward decls; no longer needed
13963         now that we use prototypes.
13964
13965         * lib/regcomp.c:
13966         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
13967         (re_compile_fastmap_iter, regcomp, regerror, regfree):
13968         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
13969         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
13970         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
13971         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
13972         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
13973         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
13974         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
13975         (build_range_exp, build_collating_symbol, parse_bracket_exp):
13976         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
13977         (build_charclass, build_charclass_op, fetch_number, create_tree):
13978         (create_token_tree, mark_opt_subexp, duplicate_tree):
13979         Use prototypes rather than old-style definitions.
13980
13981         * lib/regex_internal.c:
13982         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
13983         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
13984         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
13985         (re_string_reconstruct, re_string_peek_byte_case):
13986         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
13987         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
13988         (re_node_set_init_copy, re_node_set_add_intersect):
13989         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
13990         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
13991         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
13992         (re_acquire_state, re_acquire_state_context, register_state):
13993         (create_ci_newstate, create_cd_newstate, free_state):
13994         Likewise.
13995         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
13996         re_search_2):
13997         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
13998         (re_search_internal, prune_impossible_nodes):
13999         (acquire_init_state_context, check_matching, static):
14000         (check_halt_node_context, check_halt_state_context, proceed_next_node):
14001         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
14002         (update_regs, sift_states_backward, build_sifted_states):
14003         (clean_state_log_if_needed, merge_state_array):
14004         (update_cur_sifted_state, add_epsilon_src_nodes):
14005         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
14006         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
14007         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
14008         (find_recover_state, check_subexp_matching_top, transit_state_mb):
14009         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
14010         (check_arrival, check_arrival_add_next_nodes):
14011         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
14012         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
14013         (check_node_accept_bytes, check_node_accept, extend_buffers):
14014         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
14015         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
14016         (sift_ctx_init):
14017         Likewise.
14018
14019         * lib/regex_internal.h:
14020         (re_string_allocate, re_string_construct, re_string_reconstruct):
14021         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
14022         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
14023         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
14024         (re_string_context_at, re_string_peek_byte_case):
14025         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
14026         is defined, since we now use prototypes always.
14027
14028         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
14029         C89 or better.  All uses removed.
14030
14031 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14032
14033         * config/srclist.txt: Add glibc bugs 1220-1227.
14034
14035 2005-08-20  Jim Meyering  <jim@meyering.net>
14036
14037         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
14038         of unused local, dfa.
14039
14040 2005-08-20  Bruno Haible  <bruno@clisp.org>
14041
14042         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
14043
14044 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14045
14046         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
14047         (re_node_set_insert_last, re_dfa_add_node):
14048         Rename local variables to avoid GCC shadowing warnings.
14049
14050 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14051
14052         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
14053         [defined lint]: Suppress bogus uninitialized-variable warnings.
14054
14055         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
14056         and let the caller return REG_ESPACE if out of space.  This
14057         removes an uninitialied-variable warning with GCC 4.0.1, and also
14058         avoids taking the address of a local variable.  All callers
14059         changed.
14060
14061 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14062
14063         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
14064         $LIBCSRC/posix/regexec.c.
14065         Add glibc bug 1217 for regcomp.c.
14066
14067 2005-08-19  Jim Meyering  <jim@meyering.net>
14068
14069         * lib/regexec.c (proceed_next_node): Redo local variables to
14070         avoid GCC shadowing warnings.
14071
14072 2005-08-18  Bruno Haible  <bruno@clisp.org>
14073
14074         * lib/strstr.c (strstr): Fix return value in multibyte case.
14075         * lib/strcasestr.c (strcasestr): Likewise.
14076
14077 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
14078
14079         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
14080
14081 2005-08-17  Jim Meyering  <jim@meyering.net>
14082
14083         Make the %s format (seconds since the epoch) work for a negative
14084         number and when used with a zero-padded field width, e.g. %015s.
14085
14086         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
14087         label so that it precedes the code to set `digits'.  Otherwise,
14088         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
14089         print `00-22'.  Now, it prints `-0022', as it should.
14090
14091 2005-08-17  Bruno Haible  <bruno@clisp.org>
14092
14093         * modules/strstr (Files): Add m4/mbrtowc.m4.
14094         (Depends-on): Add mbuiter.
14095
14096 2005-08-17  Bruno Haible  <bruno@clisp.org>
14097
14098         * modules/strcasestr: New file.
14099         * MODULES.html.sh (String handling, based on ANSI C 89): Add
14100         strcasestr.
14101
14102 2005-08-17  Bruno Haible  <bruno@clisp.org>
14103
14104         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
14105
14106 2005-08-17  Bruno Haible  <bruno@clisp.org>
14107
14108         * modules/mbuiter: New file.
14109         * MODULES.html.sh (Extended multibyte and wide character utilities):
14110         Add mbuiter.
14111
14112 2005-08-17  Bruno Haible  <bruno@clisp.org>
14113
14114         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
14115         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
14116
14117 2005-08-17  Bruno Haible  <bruno@clisp.org>
14118
14119         * m4/strcasestr.m4: New file.
14120
14121 2005-08-17  Bruno Haible  <bruno@clisp.org>
14122
14123         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
14124         * lib/strstr.c: Completely rewritten, with multibyte locale support.
14125
14126 2005-08-17  Bruno Haible  <bruno@clisp.org>
14127
14128         * lib/strcasestr.h: New file.
14129         * lib/strcasestr.c: New file.
14130
14131 2005-08-17  Bruno Haible  <bruno@clisp.org>
14132
14133         * lib/strcasecmp.c: Use mbuiter.h.
14134
14135 2005-08-17  Bruno Haible  <bruno@clisp.org>
14136
14137         * lib/mbuiter.h: New file.
14138
14139 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
14140
14141         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
14142         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
14143         and gl_GETOPT are both invoked via different paths (as happens
14144         with GNU tar CVS because it uses both argp and getopt), the former
14145         wins.
14146
14147 2005-08-16  Bruno Haible  <bruno@clisp.org>
14148
14149         * modules/tls: New file.
14150         * MODULES.html.sh (Multithreading): Add tls.
14151
14152 2005-08-16  Bruno Haible  <bruno@clisp.org>
14153
14154         * modules/strnlen1: New file.
14155         * MODULES.html.sh (String handling): Add strnlen1.
14156
14157 2005-08-16  Bruno Haible  <bruno@clisp.org>
14158
14159         * modules/strcase (Files): Add m4/mbrtowc.m4.
14160         (Depends-on): Add strnlen1, mbchar.
14161
14162 2005-08-16  Bruno Haible  <bruno@clisp.org>
14163
14164         * modules/mbiter: New file.
14165         * MODULES.html.sh (Extended multibyte and wide character utilities):
14166         Add mbiter.
14167
14168 2005-08-16  Bruno Haible  <bruno@clisp.org>
14169
14170         * modules/mbfile: New file.
14171         * MODULES.html.sh (Extended multibyte and wide character utilities):
14172         Add mbfile.
14173
14174 2005-08-16  Bruno Haible  <bruno@clisp.org>
14175
14176         * modules/mbchar: New file.
14177         * MODULES.html.sh (Extended multibyte and wide character utilities):
14178         New section.
14179
14180 2005-08-16  Bruno Haible  <bruno@clisp.org>
14181
14182         * m4/tls.m4: New file, from GNU gettext.
14183
14184 2005-08-16  Bruno Haible  <bruno@clisp.org>
14185
14186         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
14187         always.
14188         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
14189
14190 2005-08-16  Bruno Haible  <bruno@clisp.org>
14191
14192         * m4/mbiter.m4: New file.
14193
14194 2005-08-16  Bruno Haible  <bruno@clisp.org>
14195
14196         * m4/mbfile.m4: New file.
14197
14198 2005-08-16  Bruno Haible  <bruno@clisp.org>
14199
14200         * m4/mbchar.m4: New file.
14201
14202 2005-08-16  Bruno Haible  <bruno@clisp.org>
14203
14204         * lib/tls.h: New file, from GNU gettext.
14205         * lib/tls.c: New file, from GNU gettext.
14206
14207 2005-08-16  Bruno Haible  <bruno@clisp.org>
14208
14209         * lib/strnlen1.h: New file.
14210         * lib/strnlen1.c: New file.
14211
14212 2005-08-16  Bruno Haible  <bruno@clisp.org>
14213
14214         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
14215         (mbi_init): Update.
14216         (mbi_avail, mbi_advance): Let the iteration end before the terminating
14217         NUL byte, not after it.
14218
14219 2005-08-16  Bruno Haible  <bruno@clisp.org>
14220
14221         * lib/strcase.h (strcasecmp): Add note in comments.
14222         * lib/strncasecmp.c: Use code from strcasecmp.c.
14223         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
14224         (strcasecmp): Work correctly in multibyte locales.
14225
14226 2005-08-16  Bruno Haible  <bruno@clisp.org>
14227
14228         * lib/mbiter.h: New file.
14229
14230 2005-08-16  Bruno Haible  <bruno@clisp.org>
14231
14232         * lib/mbfile.h: New file.
14233
14234 2005-08-16  Bruno Haible  <bruno@clisp.org>
14235
14236         * lib/mbchar.h: New file.
14237         * lib/mbchar.c: New file.
14238
14239 2005-08-16  Bruno Haible  <bruno@clisp.org>
14240
14241         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
14242         the valid ones. Makes the comparison operations transitive:
14243         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
14244         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
14245
14246 2005-08-15  Simon Josefsson  <jas@extundo.com>
14247
14248         * modules/ssize_t (License): Change to 'unlimited'.
14249
14250         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
14251
14252 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
14253
14254         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
14255         Add comments for each pending glibc patch.
14256
14257 2005-08-15  Bruno Haible  <bruno@clisp.org>
14258
14259         * lib/regex.h (__restrict_arr): Don't define to __restrict if
14260         __cplusplus is defined.
14261
14262 2005-08-14  Jim Meyering  <jim@meyering.net>
14263
14264         Sync from coreutils.
14265
14266         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
14267         Use the hash-table-based cycle-detection code not just when
14268         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
14269         Reported by James Youngman in
14270         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
14271         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
14272         FTS_TIGHT_CYCLE_CHECK.
14273         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
14274         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
14275         once again.
14276         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
14277         * lib/fts.c (fd_safer): Remove decl.
14278         Include fcntl--.h rather than unistd-safer.h
14279         (fts_safe_changedir): Don't call fd_safer; no longer needed
14280         now that we include fcntl--.h.
14281
14282 2005-08-12  Simon Josefsson  <jas@extundo.com>
14283
14284         * modules/getndelim2: Use ssize_t module.
14285         * modules/getnline: Likewise.
14286         * modules/safe-read: Likewise.
14287         * modules/xreadlink: Likewise.
14288
14289         * modules/ssize_t: New file.
14290
14291 2005-08-12  Simon Josefsson  <jas@extundo.com>
14292
14293         * m4/readline.m4: Look for termcap, curses or ncurses if required.
14294
14295 2005-08-12  Simon Josefsson  <jas@extundo.com>
14296
14297         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14298         ssize_t.
14299
14300 2005-08-12  Simon Josefsson  <jas@extundo.com>
14301
14302         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
14303         readline, getdelim and check_version.
14304         (Support for systems lacking ISO C 99: Sizes of integer types):
14305         Add size_max.
14306
14307 2005-08-12  Bruno Haible  <bruno@clisp.org>
14308
14309         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
14310
14311 2005-08-11  Simon Josefsson  <jas@extundo.com>
14312
14313         * modules/readline: New file.
14314
14315         * modules/strnlen (Files): Add strnlen.h.
14316
14317 2005-08-11  Simon Josefsson  <jas@extundo.com>
14318
14319         * m4/readline.m4: New file.
14320
14321 2005-08-11  Simon Josefsson  <jas@extundo.com>
14322
14323         * lib/readline.h, readline.c: New file.
14324
14325 2005-08-11  Simon Josefsson  <jas@extundo.com>
14326
14327         * doc/gnulib.texi (Initial import, Finishing touches): Mention
14328         gl_AVOID.
14329
14330 2005-08-11  Bruno Haible  <bruno@clisp.org>
14331
14332         * lib/strnlen.h (strnlen): Change parameter name to match comment.
14333
14334 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
14335
14336         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
14337
14338 2005-08-10  Simon Josefsson  <jas@extundo.com>
14339
14340         * tests/test-iconvme.c: New file.
14341
14342 2005-08-10  Simon Josefsson  <jas@extundo.com>
14343
14344         * m4/strnlen.m4: New file.
14345
14346         * m4/strndup.m4: Don't check for strnlen declaration, done in
14347         strnlen.m4.
14348
14349 2005-08-10  Simon Josefsson  <jas@extundo.com>
14350
14351         * lib/strndup.c: Use strnlen.h.
14352
14353         * lib/strnlen.h: New file.
14354
14355 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
14356
14357         * README: Typos.
14358
14359 2005-08-02  Simon Josefsson  <jas@extundo.com>
14360
14361         * modules/readline: New file.
14362
14363 2005-08-02  Simon Josefsson  <jas@extundo.com>
14364
14365         * modules/getdelim: New file.
14366
14367         * modules/getline: Rewrite, don't use getndelim2.
14368
14369 2005-08-02  Simon Josefsson  <jas@extundo.com>
14370
14371         * m4/getline.m4: Separate out getdelim stuff into separate module.
14372
14373         * m4/getdelim.m4: New file.
14374
14375 2005-08-02  Simon Josefsson  <jas@extundo.com>
14376
14377         * lib/getline.h, getline.c: Rewrite.
14378
14379         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
14380
14381 2005-07-31  Bruno Haible  <bruno@clisp.org>
14382
14383         * lib/lock.h (gl_lock_initializer): New macro.
14384         (gl_lock_define_initialized): Use it.
14385         (gl_rwlock_initializer): New macro.
14386         (gl_rwlock_define_initialized): Use it.
14387         (gl_recursive_lock_initializer): New macro.
14388         (gl_recursive_lock_define_initialized): Use it.
14389
14390 2005-07-30  Karl Berry  <karl@gnu.org>
14391
14392         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
14393         Report from Ben Pfaff, regarding getopt.
14394
14395 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
14396
14397         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
14398         normal way.
14399         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
14400         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
14401         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
14402         (gl_GETOPT): Use the new macros.  Most of the implementation
14403         is moved to the new macros.  This is for programs like Emacs
14404         that don't want all the functionality of gl_GETOPT.
14405
14406 2005-07-26  Bruno Haible  <bruno@clisp.org>
14407
14408         * m4/lock.m4: Update from GNU gettext.
14409
14410 2005-07-26  Bruno Haible  <bruno@clisp.org>
14411
14412         * lib/lock.h: Update from GNU gettext.
14413         * lib/lock.c: Update from GNU gettext.
14414
14415 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
14416
14417         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
14418         obsolescent AC_TRY_RUN.  Include the default includes files, for
14419         'exit'.
14420
14421 2005-07-24  Bruno Haible  <bruno@clisp.org>
14422
14423         * modules/visibility: New file.
14424         * MODULES.html.sh (Misc): Add visibility.
14425
14426 2005-07-24  Bruno Haible  <bruno@clisp.org>
14427
14428         * m4/visibility.m4: New file.
14429
14430 2005-07-24  Bruno Haible  <bruno@clisp.org>
14431
14432         * doc/visibility.texi: New file.
14433
14434 2005-07-22  Bruno Haible  <bruno@clisp.org>
14435
14436         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
14437         $(ALLOCA_H), redundant through BUILT_SOURCES.
14438         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
14439         redundant through BUILT_SOURCES.
14440         * modules/byteswap (Makefile.am): Remove explicit dependency on
14441         $(BYTESWAP_H), redundant through BUILT_SOURCES.
14442         * modules/fnmatch (Makefile.am): Remove explicit dependency on
14443         $(FNMATCH_H), redundant through BUILT_SOURCES.
14444         * modules/getopt (Makefile.am): Remove explicit dependency on
14445         $(GETOPT_H), redundant through BUILT_SOURCES.
14446         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
14447         redundant through BUILT_SOURCES.
14448         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
14449         redundant through BUILT_SOURCES.
14450         * modules/stdbool (Makefile.am): Remove explicit dependency on
14451         $(STDBOOL_H), redundant through BUILT_SOURCES.
14452         * modules/stdint (Makefile.am): Remove explicit dependency on
14453         $(STDINT_H), redundant through BUILT_SOURCES.
14454         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
14455         Remove explicit dependency on $(SYSEXITS_H).
14456         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
14457
14458 2005-07-18  Simon Josefsson  <jas@extundo.com>
14459
14460         * lib/check-version.c (check_version): Accept identical versions too.
14461
14462 2005-07-18  Bruno Haible  <bruno@clisp.org>
14463
14464         * modules/lock: New file.
14465         * MODULES.html.sh (Multithreading): New section.
14466
14467 2005-07-18  Bruno Haible  <bruno@clisp.org>
14468
14469         * m4/lock.m4: New file, from GNU gettext.
14470
14471 2005-07-18  Bruno Haible  <bruno@clisp.org>
14472
14473         * lib/lock.h: New file, from GNU gettext.
14474         * lib/lock.c: New file, from GNU gettext.
14475
14476 2005-07-18  Bruno Haible  <bruno@clisp.org>
14477
14478         * lib/lock.h (gl_once_t): New type.
14479         (gl_once_define, gl_once): New macros.
14480         * lib/lock.c (fresh_once): New variable.
14481         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
14482         functions.
14483
14484 2005-07-16  Simon Josefsson  <jas@extundo.com>
14485
14486         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
14487         workaround, suggested by Bruno.
14488
14489 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
14490
14491         * modules/xalloc (Depends-on): Add xalloc-die.
14492         * modules/xvasprintf (Depends-on): Add xalloc-die.
14493
14494 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
14495
14496         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
14497         with a minor change.
14498
14499 2005-07-15  Bruno Haible  <bruno@clisp.org>
14500
14501         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
14502         When using lib/poll.c, define poll as rpl_poll.
14503
14504 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
14505
14506         * modules/argp (Depends-on): Remove unlocked-io.
14507
14508 2005-07-14  Derek Price  <derek@ximbiot.com>
14509
14510         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
14511         for glob symlink bug.
14512
14513 2005-07-14  Bruno Haible  <bruno@clisp.org>
14514
14515         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
14516         Instead, test for *_unlocked function declarations directly.
14517
14518 2005-07-11  Simon Josefsson  <jas@extundo.com>
14519
14520         * modules/size_max: New file.
14521
14522         * modules/xsize: Depend on size_max module for size_max.m4.
14523
14524 2005-07-11  Simon Josefsson  <jas@extundo.com>
14525
14526         * lib/size_max.h: New file.
14527
14528 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
14529
14530         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
14531         copyright symbol and the year.
14532         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
14533         (version_etc_va): Use parameterized copyright notice.
14534         Reword to conform to the current GNU coding standards.
14535
14536 2005-07-11  Karl Berry  <karl@gnu.org>
14537
14538         * doc/gnulib.texi (Quoting): new node.
14539         (Initial import): more info, from Patrice.
14540
14541 2005-07-11  Bruno Haible  <bruno@clisp.org>
14542
14543         * gnulib-tool (func_usage): Document option --avoid.
14544         (Command line options): Handle --avoid.
14545         (func_acceptable): New function.
14546         (func_modules_transitive_closure): Use it.
14547
14548 2005-07-11  Bruno Haible  <bruno@clisp.org>
14549
14550         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
14551         Reported by Jim Meyering.
14552
14553 2005-07-10  Bruno Haible  <bruno@clisp.org>
14554
14555         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
14556         Needed when size_t is smaller than 'unsigned int'.
14557         Reported by Paul Eggert.
14558
14559 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
14560
14561         * modules/argp (Depends-on): Add unlocked-io
14562
14563 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
14564
14565         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
14566         block of defines.
14567
14568 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
14569
14570         * config/srclist.txt: Comment out regcomp.c, since we have a porting
14571         fix now.
14572
14573 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
14574         and Paul Eggert  <eggert@cs.ucla.edu>
14575
14576         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
14577         in wint_t, not wchar_t.  Remove now-unnecessary cast.
14578
14579 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
14580
14581         * modules/regex (Files): Add lib/regex_internal.c,
14582         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
14583         (Depends-on): Add extensions.
14584         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
14585
14586 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
14587
14588         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
14589         pathconf.
14590         * m4/same.m4 (gl_SAME): Likewise.
14591         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
14592
14593         * m4/regex.m4: Adjust to new libc regex implementation.
14594         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
14595         all the .c and .h parts of (the new) regex.
14596         Quote the m4 stuff better.
14597         Check for RE_ICASE bug of old gnulib.
14598         Check for REG_STARTEND of recent libc.
14599         Rename local variables from jm_* to gl_*.
14600         Quote operand of "test -f".
14601         Say "recent enough" version of libc, not "version 2".
14602         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
14603         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
14604         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
14605         Remove check for btowc, isascii.
14606         Require AM_LANGINFO_CODESET.
14607
14608 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
14609
14610         * lib/regex.c, regex.h: Sync from libc.
14611         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
14612         * lib/regexec.c:
14613         New files, synced from libc, except that regex_internal.h
14614         currently has a small porting fix.
14615
14616 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
14617
14618         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
14619         regex_internal.c, regexec.c.
14620         Add regex_internal.h too, but as a comment, since the libc version
14621         is currently broken in gnulib mode.
14622
14623 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
14624
14625         Support programs like Emacs that use gnulib but not gettext.
14626         * MODULES.html.sh (Internationalization functions): Add gettext-h.
14627         * modules/gettext-h: New file.
14628         * modules/gettext (Files): Remove lib/gettext.h.
14629         (Depends-on): Add gettext-h.
14630         (Makefile.am): Remove lib_SOURCES.
14631         * modules/argmatch, modules/c-stack, modules/closeout:
14632         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
14633         * modules/execute, modules/file-type, modules/getaddrinfo:
14634         * modules/getopt, modules/human, modules/javacomp:
14635         * modules/javaexec, modules/mkdir-p, modules/obstack:
14636         * modules/openat, modules/pagealign_alloc, modules/pipe:
14637         * modules/quotearg, modules/regex, modules/rpmatch:
14638         * modules/unicodeio, modules/userspec, modules/version-etc:
14639         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
14640         * modules/xsetenv:
14641         Depend on gettext-h, not gettext.
14642
14643 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
14644
14645         * gnulib-tool (func_import): Add support for 'public domain' license.
14646         * modules/alloca, modules/atexit, modules/memmove:
14647         Now public domain, not GPL.
14648         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
14649         * modules/realloc, modules/strerror, modules/strtod:
14650         Now LGPL, not GPL.
14651
14652 2005-07-05  Bruno Haible  <bruno@clisp.org>
14653
14654         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
14655         autoconf CVS. Needed for mingw.
14656
14657 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14658
14659         Remove the dependency of the strftime module on the tzset module.
14660         * modules/strftime (Depends-on): Remove dependency on tzset.
14661
14662 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14663
14664         Remove the dependency of the strftime module on the tzset module.
14665         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
14666         gl_FUNC_TZSET_CLOBBER.
14667
14668 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14669
14670         Remove the dependency of the strftime module on the tzset module.
14671         * lib/strftime.c (my_strftime)
14672         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
14673         Copy the input structure, to work around some of the bug with
14674         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
14675         Solaris releases, you should also use the tzset module, but we won't
14676         require it as a dependency any more since we don't want LGPLed code
14677         to depend on GPLed code.
14678
14679 2005-07-02  Jim Meyering  <jim@meyering.net>
14680
14681         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
14682         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
14683         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
14684         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
14685
14686 2005-07-02  Jim Meyering  <jim@meyering.net>
14687
14688         * lib/backupfile.c (backup_args): Change a `0' to NULL.
14689
14690 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
14691
14692         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
14693         declares only 'struct timespec;' (!).
14694
14695 2005-07-01  Jim Meyering  <jim@meyering.net>
14696
14697         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
14698         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
14699         * lib/save-cwd.c, tempname.c:
14700         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
14701         and don't include <sys/file.h>).
14702
14703 2005-06-29  Jim Meyering  <jim@meyering.net>
14704
14705         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
14706         type name.  Use the variable name instead.
14707         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
14708         Likewise.
14709
14710 2005-06-28  Simon Josefsson  <jas@extundo.com>
14711
14712         * modules/check-version (Files): Add check-version.m4.
14713
14714 2005-06-28  Simon Josefsson  <jas@extundo.com>
14715
14716         * m4/check-version.m4: New file, suggested by Jim Meyering
14717         <jim@meyering.net>.
14718
14719 2005-06-28  Simon Josefsson  <jas@extundo.com>
14720
14721         * lib/check-version.h, lib/check-version.c: New files.
14722
14723 2005-06-28  Simon Josefsson  <jas@extundo.com>
14724
14725         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
14726         collision with global variable.  Better indentation.  Don't
14727         increment buffer pointer beyond buffer end.  Based on comments
14728         from Paul Eggert <eggert@cs.ucla.edu>.
14729
14730         * lib/base64.h: Indent.
14731
14732 2005-06-28  Simon Josefsson  <jas@extundo.com>
14733
14734         * doc/gnulib.texi (Library version handling): New section.
14735
14736 2005-06-28  Jim Meyering  <jim@meyering.net>
14737
14738         * check-module (find_included_lib_files): Hard-code another
14739         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
14740         but modules/fts-lgpl (correctly) does not list those files.
14741
14742         * modules/canonicalize (Files): Add lib/pathmax.h.
14743
14744 2005-06-25  Simon Josefsson  <jas@extundo.com>
14745
14746         * modules/check-version: New file.
14747
14748 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
14749
14750         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
14751         initializer of struct addrinfo, as an indication that we don't
14752         care how many members the structure has.
14753
14754 2005-06-24  Derek Price  <derek@ximbiot.com>
14755         and Bruno Haible  <bruno@clisp.org>
14756
14757         Remove stat module & update lstat.
14758         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
14759         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
14760         * m4/stat.m4: Remove this file.
14761
14762 2005-06-24  Derek Price  <derek@ximbiot.com>
14763         and Bruno Haible  <bruno@clisp.org>
14764
14765         Remove stat module & update lstat.
14766         * lib/stat.c: Remove this file...
14767         (slash_aware_lstat): ...moving this content and its support...
14768         * lib/lstat.c (rpl_lstat): ...into here.
14769         * lib/lstat.h: New file.
14770
14771 2005-06-24  Derek Price  <derek@ximbiot.com>
14772         and Bruno Haible  <bruno@clisp.org>
14773
14774         Remove stat module & update lstat.
14775         * config/srclist.txt (libc sources): Remove stat.
14776
14777 2005-06-24  Derek Price  <derek@ximbiot.com>
14778         and Bruno Haible  <bruno@clisp.org>
14779
14780         Remove stat module & update lstat.
14781         * MODULES.html.sh (stat): Remove.
14782         * MODULES.html: Regenerated.
14783         * modules/lstat (Description): Correct function name.
14784         (Files): Add "lstat.h".
14785         (Depends-on): Remove stat, add xalloc, stat-macros.
14786         * modules/stat: Remove this file.
14787         (Include): Add "lstat.h", remove <sys/stat.h>.
14788
14789 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
14790
14791         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
14792         (ranged_convert): Don't save conversion in a temporary struct.
14793         This causes a warning with GCC 4.0.0, and anyway in the typical
14794         case it's not worth the extra 100 bytes or so of code.
14795         (ranged_convert, __mktime_internal): When calling a function via a
14796         pointer P, use P () rather than (*P) (), as we now assume C89 or
14797         better.
14798
14799 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
14800
14801         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
14802         "who -r" failed to give output.  Problem reported by Tim Waugh.
14803
14804         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
14805         (xcalloc): Use it to avoid needless tests.
14806         Problem reported by Jim Meyering.
14807
14808 2005-06-20  Derek Price  <derek@ximbiot.com>
14809
14810         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
14811         unnecessary for Autoconfs > 2.59c.
14812
14813 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14814
14815         * lib/argp.h (__option_is_short): Check upper limit of
14816         __key. Isprint() requires its argument to have the value
14817         of an unsigned char or EOF.
14818
14819 2005-06-16  Jim Meyering  <jim@meyering.net>
14820
14821         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
14822         when either N or S is zero.
14823
14824 2005-06-16  Derek Price  <derek@ximbiot.com>
14825
14826         * m4/bison.m4: Declare YACC & YFLAGS precious.
14827
14828 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
14829
14830         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
14831         multibyte string or pattern, fall back on unibyte matching.
14832         Problem reported by James Youngman.
14833
14834 2005-06-08  Bruno Haible  <bruno@clisp.org>
14835
14836         * modules/csharpcomp: New file.
14837         * MODULES.html.sh (C#): Add csharpcomp.
14838
14839 2005-06-08  Bruno Haible  <bruno@clisp.org>
14840
14841         * m4/csharpcomp.m4: New file, from GNU gettext.
14842
14843 2005-06-08  Bruno Haible  <bruno@clisp.org>
14844
14845         * lib/csharpcomp.h: New file, from GNU gettext.
14846         * lib/csharpcomp.c: New file, from GNU gettext.
14847         * lib/csharpcomp.sh.in: New file, from GNU gettext.
14848
14849 2005-06-08  Bruno Haible  <bruno@clisp.org>
14850
14851         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
14852         warning on mingw.
14853
14854 2005-06-07  Derek Price  <derek@ximbiot.com>
14855
14856         Sync from CVS.
14857         * lib/glob_.h: Indent nested #ifdef.
14858
14859 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
14860
14861         Sync from coreutils.
14862         Use "file name" when talking about file names, instead of "filename"
14863         or "path", as per the GNU coding standards.
14864         * lib/mkdir-p.c: Renamed from makepath.c.
14865         (make_dir_parents): Renamed from make_path.  All callers changed.
14866         * lib/mkdir-p.h: Likewise.  All includers changed.
14867         * lib/filenamecat.c: Renamed from path-concat.c.
14868         (file_name_concat): Renamed from path_concat.  All callers changed.
14869         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
14870         * lib/filenamecat.h: Likewise.  All includers changed.
14871         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
14872         in comments or local variable names.
14873         * lib/basename.c: Likewise.
14874         * lib/canonicalize.c, canonicalize.h: Likewise.
14875         * lib/dirname.c, dirname.h: Likewise.
14876         * lib/euidaccess.c: Likewise.
14877         * lib/exclude.c: Likewise
14878         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
14879         * lib/fsusage.c, fsuage.h: Likewise.
14880         * lib/fts.c, fts_.h: Likewise.
14881         * lib/getcwd.c: Likewise.
14882         * lib/getloadavg.c: Likewise.
14883         * lib/mkstemp.c: Likewise.
14884         * lib/mountlist.c, mountlist.h: Likewise.
14885         * lib/openat.c, openat.h: Likewise.
14886         * lib/readlink-stub.c: Likewise.
14887         * lib/readutmp.c, readutmp.h: Likewise.
14888         * lib/rename.c: Likewise.
14889         * lib/rmdir.c: Likewise.
14890         * lib/same.c: Likewise.
14891         * lib/savedir.c: Likewise.
14892         * lib/stripslash.c: Likewise.
14893         * lib/tempname.c: Likewise.
14894         * lib/xreadlink.c: Likewise.
14895         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
14896         All uses changed.
14897         * lib/exclude.h: Likewise.
14898
14899         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
14900         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
14901         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
14902         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
14903         * lib/pathmax.h: Include <limits.h> unconditionally, since other
14904         files have been getting away with it for years (MORE/BSD 4.3
14905         is extinct now).
14906         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
14907         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
14908
14909         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
14910         Define to 256, not 255, as per modern POSIX.
14911
14912 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
14913
14914         Sync from coreutils.
14915         Use "file name" when talking about file names, instead of "filename"
14916         or "path", as per the GNU coding standards.
14917         * MODULES.html.sh: mkdir-p renamed from makepath.
14918         filenamecat renamed from path-concat.
14919         * modules/filenamecat: Renamed from modules/path-concat.
14920         (Files): filenamecat.h and filenamecat.c renamed from
14921         path-concat.h and path-concat.c.
14922         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
14923         (Include): filenamecat.h, not path-concat.h.
14924         * modules/mkdir-p: Renamed from modules/makepath.
14925         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
14926         makepath.c.
14927         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
14928         (Include): mkdir-p.h, not makepath.h.
14929
14930 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
14931
14932         Sync from coreutils.
14933         * m4/mkdir-p.m4: Renamed from makepath.m4.
14934         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
14935         Rename files from makepath.c to mkdir-p.c, and from
14936         makepath.h to mkdir-p.h.
14937         * m4/filenamecat.m4: Renamed from path-concat.m4.
14938         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
14939         Rename files from path-concat.c to filenamecat.c,
14940         and from path-concat.h to filenamecat.h.
14941         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
14942         "file name" in local variables or comments.
14943         * m4/rename.m4: Likewise.
14944
14945 2005-06-01  Bruno Haible  <bruno@clisp.org>
14946
14947         * modules/csharpexec: New file.
14948         * MODULES.html.sh (C#): New section.
14949
14950 2005-06-01  Bruno Haible  <bruno@clisp.org>
14951
14952         * m4/csharp.m4: New file, from GNU gettext.
14953         * m4/csharpexec.m4: New file, from GNU gettext.
14954
14955 2005-06-01  Bruno Haible  <bruno@clisp.org>
14956
14957         * lib/csharpexec.h: New file, from GNU gettext.
14958         * lib/csharpexec.c: New file, from GNU gettext.
14959         * lib/csharpexec.sh.in: New file, from GNU gettext.
14960
14961 2005-05-31  Derek Price  <derek@ximbiot.com>
14962             Paul Eggert  <eggert@cs.ucla.edu>
14963
14964         Sync from cvs.
14965         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
14966
14967 2005-05-31  Derek Price  <derek@ximbiot.com>
14968             Paul Eggert  <eggert@cs.ucla.edu>
14969
14970         Sync from cvs.
14971         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
14972
14973 2005-05-29  Derek Price  <derek@ximbiot.com>
14974
14975         * config/srclist.txt (glob_.h, glob.c): Add these files.
14976
14977 2005-05-29  Derek Price  <derek@ximbiot.com>
14978
14979         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
14980         * modules/glob: New file.
14981         * modules/getlogin_r: Add link to POSIX spec in description.
14982
14983 2005-05-29  Derek Price  <derek@ximbiot.com>
14984             Paul Eggert  <eggert@cs.ucla.edu>
14985
14986         * m4/glob.m4: New file.
14987
14988 2005-05-29  Derek Price  <derek@ximbiot.com>
14989             Paul Eggert  <eggert@cs.ucla.edu>
14990
14991         * lib/glob_.h, lib/glob.c: New files.
14992
14993 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
14994
14995         * modules/fts (Files): Remove m4/inttypes-pri.m4.
14996         * modules/fts-lgpl (Depends-on): Remove gettext.
14997
14998 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
14999
15000         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
15001         and don't require gt_INTTYPES_PRI.
15002
15003 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
15004
15005         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
15006
15007         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
15008         the configuration hassle isn't worth it.
15009         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
15010         (LONGEST_MODIFIER, PRIuMAX): Remove.
15011
15012 2005-05-27  Bruno Haible  <bruno@clisp.org>
15013
15014         * lib/getlogin_r.h: Remove second include of <stddef.h>.
15015
15016 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
15017
15018         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
15019         _POSIX_PTHREAD_SEMANTICS for Solaris.
15020
15021 2005-05-25  Derek Price  <derek@ximbiot.com>
15022
15023         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
15024
15025 2005-05-25  Derek Price  <derek@ximbiot.com>
15026             Paul Eggert  <eggert@cs.ucla.edu>
15027
15028         * modules/getlogin_r, m4/getlogin_r.m4: New files.
15029         * lib/getlogin_r.c, getlogin_r.h: New files.
15030
15031 2005-05-25  Bruno Haible  <bruno@clisp.org>
15032             Derek Price  <derek@ximbiot.com>
15033
15034         * lib/getlogin_r.h: Simplify API documentation.
15035
15036 2005-05-23  Derek Price  <derek@ximbiot.com>
15037
15038         * modules/minmax (Files): Add m4/minmax.m4.
15039         (configure.ac): Add gl_MINMAX.
15040
15041 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
15042
15043         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
15044         so that unistd-safer.h (GPL'ed code) need not be included.
15045
15046 2005-05-22  Bruno Haible  <bruno@clisp.org>
15047
15048         * m4/minmax.m4: New file.
15049         Based on a patch by Derek Price <derek@ximbiot.com>.
15050
15051 2005-05-22  Bruno Haible  <bruno@clisp.org>
15052
15053         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
15054         (INT64_MIN): Fix definition.
15055         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
15056
15057         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
15058         NEED_SIGNED_INT_TYPES.
15059
15060         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
15061         HAVE_SYSTEM_INTTYPES.
15062
15063 2005-05-22  Bruno Haible  <bruno@clisp.org>
15064
15065         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
15066         Also include <sys/param.h> if it defines MIN, MAX.
15067         Based on a patch by Derek Price <derek@ximbiot.com>.
15068
15069 2005-05-21  Jim Meyering  <jim@meyering.net>
15070
15071         * modules/fts (Files): Add m4/inttypes-pri.m4.
15072         (Depends-on): Add lstat and remove gettext.  Alphabetize.
15073
15074 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
15075
15076         New fts module.
15077         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
15078         (setup_dir, free_dir): New functions.
15079         (enter_dir, leave_dir): Define trivial
15080         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
15081         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
15082         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
15083         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
15084         Move to fts-cycle.c.
15085         (fts_open): Use setup_dir.
15086         (fts_close): Use free_dir.
15087         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
15088         This adds a label and some gotos, but the alternatives were messier.
15089         Check for memory allocation failure when entering a dir.
15090         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
15091         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
15092         (FTS): New member fts_cycle, that is a union that contains the
15093         old active_dir_ht and cycle_state.  All uses changed to mention
15094         fts_cycle.ht and fts_cycle.state.
15095         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
15096         fts.c, with the following changes:
15097         (setup_dir, free_dir): New functions.
15098         (enter_dir): Now returns bool.  Return true if successful, false
15099         if memory exhausted.  All callers changed.
15100         Do not bother partly cleaning up on
15101         memory allocation failure; that is free_dir's job.
15102         However, free ad if hash_insert fails, to avoid memory leak.
15103         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
15104         fts->fts_options to see which union member to use.
15105
15106 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
15107
15108         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
15109         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
15110
15111 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
15112
15113         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
15114
15115 2005-05-20  Jim Meyering  <jim@meyering.net>
15116
15117         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
15118         Now a macro, to pacify GCC.
15119
15120 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
15121
15122         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
15123         of -1.
15124
15125 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
15126
15127         * lib/chown.c (rpl_chown): Return -1 on failure.
15128
15129 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
15130
15131         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
15132         Don't check for stddef.h.
15133         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
15134         don't use its results.
15135         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
15136         since we include them unconditionally.  Don't require
15137         AM_STDBOOL_H, since stdbool is a prerequisite.
15138         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
15139         since we assume C89 or better.
15140         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
15141         as we don't use their results.
15142         Don't check for fchdir, memmove, memset, strrchr, as we use
15143         them unconditionally.
15144         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
15145         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
15146
15147 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
15148
15149         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
15150         Include <stddef.h> unconditionally, since we assume C89 now.
15151         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
15152         * lib/fts.c: Include fts_.h first, to check interface.
15153         Do not include intprops.h; no longer needed.
15154         Include cycle-check.h and hash.h, since fts_.h no longer does.
15155         Remove unnecessary casts of closedir to void.
15156         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
15157         decide whether to decrement nlinks.
15158         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
15159         (FTS): Use struct hash_table * instead of Hash_table, so that
15160         we no longer need to include hash.h here.
15161
15162 2005-05-18  Jim Meyering  <jim@meyering.net>
15163
15164         * modules/dirfd (License): Change to LGPL.  Most of the code
15165         is already in the public domain.
15166
15167 2005-05-18  Jim Meyering  <jim@meyering.net>
15168
15169         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
15170         Reported by Yoann Vandoorselaere.
15171
15172 2005-05-17  Jim Meyering  <jim@meyering.net>
15173
15174         * m4/fts.m4: New file, from coreutils.
15175
15176 2005-05-17  Jim Meyering  <jim@meyering.net>
15177
15178         * lib/fts.c, lib/fts_.h: New files, from coreutils.
15179
15180 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
15181
15182         Sync from coreutils.
15183         * m4/unlinkdir.m4: New file.
15184
15185 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
15186
15187         Sync from coreutils.
15188         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
15189         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
15190         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
15191         White space changes only.
15192         * lib/makepath.c (make_path): Port to hosts where leading "//" is
15193         special.
15194         * lib/yesno.c: Include getline.h, not ctype.h.
15195         (yesno): Don't remove leading white space; POSIX doesn't allow it.
15196         Use getline to remove arbitrary restriction on response length.
15197
15198 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
15199
15200         * config/srclist-update: Spell out "Street" in FSF postal
15201         mail address; this is the style the FSF seems to prefer.
15202
15203         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
15204         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
15205         this updates FSF postal mail address.
15206
15207         Sync from coreutils.
15208         * modules/unlinkdir: New file.
15209         * modules/yesno (Depends-on): Add getline.
15210         * MODULES.html.sh (File system functions): Add unlinkdir.
15211
15212 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
15213
15214         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
15215         lib/strsep.h:
15216         Change the initial comment to refer to GPL, not LGPL.
15217         gnulib-tool will change it to LGPL as needed.
15218
15219         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
15220         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
15221         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
15222         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
15223         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
15224         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
15225         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
15226         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
15227         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
15228         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
15229         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
15230         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
15231         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
15232         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
15233         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
15234         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
15235         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
15236         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
15237         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
15238         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
15239         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
15240         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
15241         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
15242         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
15243         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
15244         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
15245         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
15246         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
15247         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
15248         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
15249         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
15250         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
15251         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
15252         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
15253         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
15254         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
15255         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
15256         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
15257         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
15258         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
15259         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
15260         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
15261         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
15262         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
15263         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
15264         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
15265         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
15266         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
15267         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
15268         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
15269         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
15270         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
15271         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
15272         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
15273         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
15274         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
15275         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
15276         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
15277         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
15278         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
15279         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
15280         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
15281         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
15282         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
15283         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
15284         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
15285         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
15286         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
15287         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
15288         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
15289         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
15290         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
15291         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
15292         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
15293         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
15294         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
15295         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
15296         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
15297         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
15298         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
15299         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
15300         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
15301         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
15302         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
15303         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
15304         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
15305         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
15306         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
15307         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
15308         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
15309         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
15310         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
15311         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
15312         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
15313         lib/yesno.c, lib/yesno.h:
15314         Update FSF postal mail address.
15315
15316 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
15317
15318         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
15319         tests/test-memmem.c, tests/test-stpncpy.c:
15320         Update FSF postal mail address.
15321
15322 2005-05-13  Bruno Haible  <bruno@clisp.org>
15323
15324         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
15325         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
15326         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
15327         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
15328         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
15329         Add support for 64-bit integers in the MSVC compiler.
15330
15331 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15332
15333         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
15334
15335 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
15336
15337         * gnulib-tool (func_import): Sort and uniquify recommended includes.
15338
15339 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
15340
15341         * doc/getdate.texi (General date syntax): Don't say that date
15342         date --iso-8601=ns generates acceptable dates; it doesn't yet.
15343         Problem reported by Nic Ferrier.
15344
15345 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15346
15347         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
15348         specified in ai_socktype. Fix invalid ai_protocol
15349         check. ai_protocol is usually set to 0 or depending on
15350         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
15351         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
15352         ai_socktype / ai_protocol in the returned addrinfo structure.
15353
15354 2005-05-10  Simon Josefsson  <jas@extundo.com>
15355
15356         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
15357         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
15358
15359 2005-05-10  Karl Berry  <karl@gnu.org>
15360
15361         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
15362         (from http://www.gnu.org/licenses).
15363         * doc/COPYING.LIB: also rename to COPYING.LESSER.
15364         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
15365         fdl.texi suffices.
15366
15367 2005-05-10  Karl Berry  <karl@gnu.org>
15368
15369         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
15370         (COPYING.DOC): remove.
15371
15372         * config/srclist-update: new FSF address.
15373
15374 2005-05-10  Derek Price  <derek@ximbiot.com>
15375
15376         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
15377         possible.
15378
15379 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15380             Bruno Haible  <bruno@clisp.org>
15381
15382         * modules/inet_ntop: New file.
15383         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15384         inet_ntop.
15385
15386 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15387             Bruno Haible  <bruno@clisp.org>
15388
15389         * m4/inet_ntop.m4: New file.
15390
15391 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15392             Bruno Haible  <bruno@clisp.org>
15393
15394         * lib/inet_ntop.h: New file.
15395         * lib/inet_ntop.c: New file, from glibc with modifications.
15396
15397 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
15398
15399         * modules/time_r (License): Change to LGPL.
15400         * modules/extensions (License): Change to LGPL.  Actually,
15401         the license is more permissive than that, but currently gnulib-tool
15402         doesn't know how to handle more-permissive licenses.
15403
15404         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
15405         Problem reported by Dave Love.
15406
15407 2005-05-08  Jim Meyering  <jim@meyering.net>
15408
15409         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
15410         blank.
15411
15412 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
15413
15414         * modules/argmatch (Depends-on): Add stdbool.
15415         * modules/backupfile (Depends-on): Likewise.
15416         * modules/chdir-long (Depends-on): Likewise.
15417         * modules/closeout (Depends-on): Likewise.
15418         * modules/cycle-check (Depends-on): Likewise.
15419         * modules/dirname (Depends-on): Likewise.
15420         * modules/fnmatch (Depends-on): Likewise.
15421         * modules/fsusage (Depends-on): Likewise.
15422         * modules/fwriteerror (Depends-on): Likewise.
15423         * modules/getcwd (Depends-on): Likewise.
15424         * modules/getloadavg (Depends-on): Likewise.
15425         * modules/hard-locale (Depends-on): Likewise.
15426         * modules/makepath (Depends-on): Likewise.
15427         * modules/mountlist (Depends-on): Likewise.
15428         * modules/nanosleep (Depends-on): Likewise.
15429         * modules/posixtm (Depends-on): Likewise.
15430         * modules/quotearg (Depends-on): Likewise.
15431         * modules/readtokens (Depends-on): Likewise.
15432         * modules/readtokens0 (Depends-on): Likewise.
15433         * modules/readutmp (Depends-on): Likewise.
15434         * modules/save-cwd (Depends-on): Likewise.
15435         * modules/strftime (Depends-on): Likewise.
15436         * modules/userspec (Depends-on): Likewise.
15437         * modules/utimecmp (Depends-on): Likewise.
15438         * modules/xgetcwd (Depends-on): Likewise.
15439         * modules/xnanosleep (Depends-on): Likewise.
15440         * modules/xstrtod (Depends-on): Likewise.
15441         * modules/yesno (Depends-on): Likewise.
15442
15443 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
15444
15445         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
15446         needless checks.
15447
15448 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
15449
15450         Merge from coreutils.  Among other things,
15451         add bulletproofing for cases where stdin, stdout, or stderr are closed.
15452         * lib/fd-safer.c: New file.
15453         * lib/fcntl-safer.h, open-safer.c: Remove.
15454         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
15455         * lib/dup-safer.c: Include unistd-safer.h first.
15456         Don't include errno.h.
15457         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
15458         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
15459         * lib/file-type.c: Rely on file-type.h change.
15460         * lib/getloadavg.c: Include unistd-safer.h.
15461         (getloadavg): Use safer open.
15462         * lib/getusershell.c: Include "stdio-safer.h".
15463         (getusershell): Use safer fopen.
15464         * lib/long-options.c (long_options): Use NULL rather than 0.
15465         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
15466         'free'.
15467         * lib/modechange.c: Likewise.
15468         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
15469         (MODE_DONE): New constant.
15470         (struct mode_change): Remove 'next' member.
15471         (make_node_op_equals): New function; like the old one of the
15472         same name, except it allocates an array.
15473         (mode_compile, mode_create_from_ref): Use it.
15474         (mode_compile): Allocate result as an array, not a linked list.
15475         Parse octal string ourself, so that we catch mistakes like "+0".
15476         (mode_adjust): Arg is an array, not a linked list.
15477         * lib/modechange.c: Include stat-macros.h, xalloc.h.
15478         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
15479         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
15480         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
15481         Remove.  This is now stat-macros.h's job.
15482         (talloc): Remove.  All callers replaced by xalloc, so that
15483         our invokers don't have to worry about reporting memory failures.
15484         (make_node_op_equals): Remove.
15485         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
15486         New constants.
15487         (struct mode_change): Moved here from modechange.h.
15488         (mode_append_entry): Remove.
15489         (mode_compile): Remove MASKED_OPS arg, since it encouraged
15490         apps to have incorrect behavior.  Use simpler algorithm for head
15491         and tail.  Don't futz with umask; that's now the job of mode_adjust.
15492         Detect more invalid usages rather than having somewhat-random behavior.
15493         Don't insert an "a=" action, as that leads to incorrect behavior.
15494         (mode_compile, mode_create_from_ref): Return NULL on error instead
15495         of an enum, since now there's only one way to have an error.  All
15496         callers changed.
15497         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
15498         at the correct time.  Simplify calculation of "+u" and its ilk.
15499         Don't mishandle "+X".
15500         (mode_free): Remove "register" and localize decls.
15501         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
15502         (struct mode_change): Move to modechange.c; callers don't
15503         need to see this stuff.
15504         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
15505         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
15506         (mode_change, mode_adjust): Reflect the new signatures noted above.
15507         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
15508         that might redefine system include files.
15509         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
15510         (my_usleep): Use NULL rather than (void *) 0.
15511         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
15512         Use siginterrupt to specify that system calls should be interrupted.
15513         (rpl_nanosleep): Move initialization of suspended closer to call of
15514         my_usleep.
15515         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
15516         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
15517         (desirable_utmp_entry): New function.
15518         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
15519         using x2nrealloc, to simplify logic.
15520         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
15521         size calculation.  Do not assume utmp file is a regular file.
15522         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
15523         (READ_UTMP_CHECK_PIDS): New constant.
15524         * lib/save-cwd.c: Include unistd-safer.h.
15525         (save_cwd): Use fd_safer.
15526         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
15527         [!_LIBC] Include "stat-macros.h" instead.
15528         * lib/unistd-safer.h (fd_safer): New decl.
15529
15530 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
15531
15532         * modules/getloadavg (Depends-on): Add unistd-safer.
15533         * modules/getusershell (Depends-on): Add stdio-safer.
15534         * modules/lstat (Depends-on): Remove xalloc.
15535         * modules/mkstemp (Depends-on): Add stat-macros.
15536         * modules/modechange (Depends-on): Remove xstrtol.
15537         Add stat-macros, xalloc.
15538         * modules/save-cwd (Depends-on): Add unistd-safer.
15539         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
15540         * modules/unistd-safer (Files): Add lib/fd-safer.c
15541         (Makefile.am): Remove lib_SOURCES.
15542
15543         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
15544         Remove fcntl-safer; unistd-safer supersedes it.
15545
15546 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
15547
15548         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
15549         AC_HEADER_STAT.
15550         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
15551         (gl_PREREQ_CHOWN): Remove.
15552         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
15553         it.  Don't require AC_HEADER_STAT.
15554         (gl_PREREQ_LSTAT): Remove.
15555         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
15556         Don't require AC_HEADER_STAT.
15557         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
15558         (gl_PREREQ_RMDIR): Remove.
15559         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
15560         mention stat-macros.h or AC_HEADER_STAT, since we'll make
15561         the stat-macros module a prerequisite.
15562         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
15563         * m4/filemode.m4 (gl_FILEMODE): Likewise.
15564         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
15565         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
15566         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
15567         variable names.
15568         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
15569         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
15570         variable prefixes.
15571         * m4/fcntl-safer.m4: Remove.
15572         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
15573         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
15574         Invoke gl_PREREQ_FD_SAFER.
15575         (gl_PREREQ_FD_SAFER): New macro.
15576         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
15577         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
15578         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
15579         Remove duplicate call to AC_LIBOBJ(readutmp).
15580         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
15581
15582         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
15583         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
15584
15585 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
15586
15587         * MODULES.html.sh (Misc): Add byteswap.
15588
15589 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
15590
15591         * modules/getcwd (Depends-on): Add extensions.
15592         * modules/openat (Depends-on): Likewise.
15593
15594 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
15595
15596         * modules/byteswap: New file.
15597
15598 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
15599
15600         * m4/byteswap.m4: New file.
15601
15602 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
15603
15604         * lib/byteswap_.h: New file.
15605
15606 2005-04-25  Karl Berry  <karl@gnu.org>
15607
15608         * m4/gettext.m4: Update from GNU gettext 0.14.4.
15609
15610 2005-04-25  Albert Chin  <china@thewrittenword.com>
15611
15612         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
15613         Toolkit C bug.
15614
15615 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
15616
15617         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
15618         (func_ln_if_changed) Remove forcibly for no error message
15619         in case file does not exist.
15620
15621 2005-04-19  Simon Josefsson  <jas@extundo.com>
15622
15623         * gnulib-tool (Options): Make --symlink mean --symbolic.
15624
15625 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
15626
15627         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
15628
15629 2005-04-16  Simon Josefsson  <jas@extundo.com>
15630
15631         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
15632
15633 2005-04-15  Simon Josefsson  <jas@extundo.com>
15634
15635         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
15636
15637 2005-04-15  Simon Josefsson  <jas@extundo.com>
15638
15639         * gnulib-tool: Rename --symlink to --symbolic.
15640
15641 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
15642
15643         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
15644         symbolic links to files instead of copying/moving.  Add --aux-dir,
15645         specifying directory relative --dir where auxiliary build tools
15646         are placed.
15647
15648 2005-04-14  Bruno Haible  <bruno@clisp.org>
15649
15650         * modules/allocsa (License): Change to LGPL.
15651         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
15652
15653 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
15654
15655         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
15656         that "UTC +1 second" continues to work.  Problem reported
15657         by Dmitry V. Levin.
15658         (relunit_snumber): New rule.
15659         (relunit): Use it.
15660
15661 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
15662
15663         * lib/getdate.y (universal_time_zone_table): New constant.
15664         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
15665         universal_time_zone_table.
15666         (lookup_zone): Prefer universal_time_zone_table to
15667         local_time_zone_table, so that "GMT" time stamps are allowed in
15668         London during the summer.  Problem reported by Ian Abbott.
15669
15670 2005-04-12  Jim Meyering  <jim@meyering.net>
15671
15672         * lib/human.c (humblock): Set *options even when returning due to
15673         xstrtoumax conversion failure.  Thanks to a used-uninitialized
15674         warning from gcc-4.
15675
15676 2005-04-09  Jim Meyering  <jim@meyering.net>
15677
15678         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
15679         -Wuninitialized: initialize tm0.tm_year.
15680
15681 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
15682
15683         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
15684         count, since there's no maximum.  All uses changed.
15685         Add member dsts_seen.
15686         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
15687         not being INT_MAX.
15688         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
15689         Use pc_rels_seen to decide whther a date is absolute.
15690
15691         * lib/getdate.y (number): Don't overwrite year.
15692         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
15693         check.
15694
15695 2005-04-02  Simon Josefsson  <jas@extundo.com>
15696
15697         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
15698         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
15699
15700 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
15701
15702         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
15703         where no absolute path name can be longer than PATH_MAX.
15704
15705 2005-03-27  Jim Meyering  <jim@meyering.net>
15706
15707         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
15708
15709 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
15710
15711         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
15712         "one's complement" -> "ones' complement" in comment, as per Knuth.
15713         "value of type" -> "type or expression" in comment.
15714         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
15715
15716 2005-03-26  Jim Meyering  <jim@meyering.net>
15717
15718         Comment nits.
15719         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
15720         Correct typos: s/or/of/.
15721
15722 2005-03-26  Jim Meyering  <jim@meyering.net>
15723
15724         * modules/check-include-files: Move to ../ and rename to...
15725         * check-module: ...this.
15726
15727 2005-03-25  Jim Meyering  <jim@meyering.net>
15728
15729         * modules/xvasprintf (Files): Add xalloc.h.
15730
15731 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
15732
15733         * modules/gettext (Files): config/config.rpath ->
15734         build-aux/config.rpath
15735         * modules/iconv (Files): Likewise.
15736         Problem reported by Oskar Liljeblad.
15737
15738 2005-03-23  Jim Meyering  <jim@meyering.net>
15739
15740         * modules/check-include-files: New script to check for
15741         missing dependencies, multiple includes, etc.
15742
15743         * modules/c-strtold (Depends-on): Add xalloc.
15744         * modules/c-strtod (Depends-on): Add xalloc.
15745         * modules/hash (Depends-on): Add xalloc.
15746         (Files): Remove lib/xalloc.h.
15747
15748         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
15749         * modules/userspec (Files): Add lib/inttostr.h.
15750
15751 2005-03-23  Jim Meyering  <jim@meyering.net>
15752
15753         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
15754
15755 2005-03-22  Jim Meyering  <jim@meyering.net>
15756
15757         * modules/stat-macros: New module.
15758         * modules/canonicalize, modules/euidaccess, modules/file-type,
15759         * modules/filemode, modules/lchown, modules/makepath,
15760         * modules/rmdir, modules/stat: Depend on new stat-macros module
15761         rather than listing lib/stat-macros.h manually.
15762         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
15763
15764 2005-03-22  Jim Meyering  <jim@meyering.net>
15765
15766         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
15767
15768 2005-03-22  Bruno Haible  <bruno@clisp.org>
15769
15770         * config/srclist.txt: Replace target directory 'config' with
15771         'build-aux'.
15772         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
15773         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
15774         ../build-aux/.
15775
15776 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
15777
15778         * modules/chdir-long (Depends-on): Add mempcpy.
15779
15780         * modules/acl, modules/backupfile, modules/c-strtod,
15781         modules/c-strtold, modules/canon-host, modules/canonicalize,
15782         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
15783         modules/exclude, modules/exitfail, modules/file-type,
15784         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
15785         modules/getdate, modules/getline, modules/getpagesize,
15786         modules/getpass, modules/getugroups, modules/group-member,
15787         modules/hard-locale, modules/hash, modules/human, modules/idcache,
15788         modules/inttostr, modules/long-options, modules/makepath,
15789         modules/md5, modules/memcasecmp, modules/memcoll,
15790         modules/modechange, modules/mountlist, modules/path-concat,
15791         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
15792         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
15793         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
15794         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
15795         modules/strftime, modules/strndup, modules/strverscmp,
15796         modules/timespec, modules/unlocked-io, modules/userspec,
15797         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
15798         modules/yesno:
15799         Remove lib_SOURCES line from Makefile.am section, as this is now
15800         done automatically by the corresponding Autoconf macro.
15801
15802 2005-03-21  Jim Meyering  <jim@meyering.net>
15803
15804         Changes imported from coreutils.
15805
15806         * lib/cycle-check.c: Don't include xalloc.h.
15807
15808         * lib/path-concat.c: Don't include assert.h.
15809         (path_concat): Remove assertion that would have triggered
15810         for ABASE starting with more than one slash.
15811         Reported by Andreas Schwab.
15812
15813         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
15814         properly when ABASE is an absolute file name.
15815         Correct the description of this function.
15816         Include <assert.h>.
15817         Add an assertion and a test driver.
15818         This fixes a bug introduced on 2004-07-02.
15819         Andreas Schwab reported the resulting failure of cp --parents:
15820         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
15821
15822 2005-03-21  Jim Meyering  <jim@meyering.net>
15823
15824         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
15825         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
15826
15827 2005-03-21  Jim Meyering  <jim@meyering.net>
15828         and  Paul Eggert  <eggert@cs.ucla.edu>
15829
15830         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
15831         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
15832         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
15833         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
15834         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
15835         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
15836         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
15837         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
15838         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
15839         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
15840         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
15841         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
15842         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
15843         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
15844         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
15845         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
15846         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
15847         for these modules.
15848
15849 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
15850
15851         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
15852         (which shouldn't happen), generate nothing instead of returning 0
15853         immediately, so that nstrftime (NULL, ...) doesn't return 0.
15854
15855 2005-03-16  Bruno Haible  <bruno@clisp.org>
15856
15857         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
15858         HAVE_LONGLONG_64BIT.
15859
15860 2005-03-16  Bruno Haible  <bruno@clisp.org>
15861
15862         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
15863         HAVE_LONGLONG_64BIT.
15864
15865 2005-03-16  Bruno Haible  <bruno@clisp.org>
15866
15867         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
15868         HAVE_LONGLONG_64BIT.
15869
15870 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
15871
15872         * lib/strftime.c (my_strftime): Prepend space to format so that we can
15873         reliably distinguish strftime failure from empty output on POSIX
15874         hosts.
15875
15876 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
15877
15878         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
15879         (iconv_string): Don't guess a size-zero buffer, as that might cause
15880         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
15881         result would be 'too large', where 'too large' is (heuristically)
15882         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
15883         overflow concerns.  This will prevent some unwanted malloc failures
15884         when the inputs are very large.
15885
15886 2005-03-15  Karl Berry  <karl@gnu.org>
15887
15888         * config/srclist.txt (config.rpath): from gettext.
15889         * config/config.rpath: update.
15890
15891 2005-03-15  Bruno Haible  <bruno@clisp.org>
15892
15893         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
15894         to 'negate'.
15895
15896         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
15897         variable.
15898
15899         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
15900         results.
15901
15902 2005-03-14  Simon Josefsson  <jas@extundo.com>
15903
15904         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
15905         <fx@gnu.org>.
15906
15907 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
15908
15909         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
15910         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
15911         intprops.h.
15912         * lib/strtol.c: Likewise.
15913
15914 2005-03-14  Jim Meyering  <jim@meyering.net>
15915
15916         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
15917         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
15918         to be nonzero so that we (and caller) can detect the difference
15919         between a valid zero-length expansion and an error return, even
15920         when the underlying strftime fails before writing anything into
15921         that location.
15922
15923 2005-03-14  Bruno Haible  <bruno@clisp.org>
15924
15925         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
15926         Update from GNU gettext 0.14.3.
15927
15928 2005-03-10  Jim Meyering  <jim@meyering.net>
15929
15930         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
15931
15932 2005-03-10  Jim Meyering  <jim@meyering.net>
15933
15934         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
15935         so that this module works on systems without fchdir.
15936
15937 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
15938
15939         Factor int-properties macros into a single file, except for
15940         glibc-related files.
15941         * lib/intprops.h: New file.
15942         * lib/getloadavg.c: Include it instead of limits.h.
15943         (INT_STRLEN_BOUND): Remove.
15944         * lib/human.c: Include intprops.h.
15945         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
15946         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
15947         302/1000.
15948         * lib/inttostr.h: Include intprops.h instead of limits.h.
15949         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
15950         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
15951         for consistency with intprops.h.
15952         (time_t_is_integer, twos_complement_arithmetic): Use them.
15953         * lib/sig2str.h: Include <signal.h>, intprops.h.
15954         (INT_STRLEN_BOUND): Remove.
15955         * lib/strftime.c (TYPE_SIGNED): Remove.
15956         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
15957         * lib/strtol.c: Adjust comments to match intprops.h.
15958         * lib/userspec.c: Include intprops.h.
15959         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
15960         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
15961         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
15962         instead of rolling our own expressions.
15963         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
15964
15965         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
15966         instead of int.
15967         (my_strftime): Do not mishandle years close to INT_MAX, by doing
15968         the right thing even if adding 1900 would overflow.  Similarly
15969         for tm_mon + 1 and tm_yday + 1.
15970         Make %Y always equivalent to %C%y, and similarly for %G and %g.
15971         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
15972         (DO_SIGNED_NUMBER): New macro.
15973         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
15974
15975 2005-03-07  Bruno Haible  <bruno@clisp.org>
15976
15977         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
15978
15979 2005-03-07  Bruno Haible  <bruno@clisp.org>
15980
15981         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
15982
15983 2005-03-04  Derek R. Price  <derek@ximbiot.com>
15984
15985         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
15986         (func_import): Only replace files via --import when they have actually
15987         changed.
15988
15989 2005-03-03  Derek R. Price  <derek@ximbiot.com>
15990
15991         * m4/mmap-anon.m4: New file.
15992         * m4/pagealign_alloc.m4: New file.
15993
15994 2005-03-03  Derek R. Price  <derek@ximbiot.com>
15995             Bruno Haible  <bruno@clisp.org>
15996
15997         * modules/pagealign_alloc: New file.
15998         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
15999
16000 2005-03-03  Derek R. Price  <derek@ximbiot.com>
16001             Bruno Haible  <bruno@clisp.org>
16002
16003         * lib/pagealign_alloc.h: New file.
16004         * lib/pagealign_alloc.c: New file.
16005
16006 2005-03-03  Bruno Haible  <bruno@clisp.org>
16007
16008         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
16009         Use an all-permissive copyright notice, recommended by RMS.
16010
16011 2005-03-02  Bruno Haible  <bruno@clisp.org>
16012
16013         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
16014         of AIX, the replacement has to be done only after <string.h> is
16015         included, therefore not in config.h. stpncpy.h does the replacement,
16016         and stpncpy.c uses it.
16017
16018 2005-03-02  Bruno Haible  <bruno@clisp.org>
16019
16020         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
16021         stpncpy.c uses it.
16022
16023 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
16024
16025         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
16026         The workaround isn't strictly needed for POSIX conformance, and
16027         it's too much of a pain to configure and maintain.  We'll ask
16028         people to fix their kernels instead.
16029         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
16030         (NANOSLEEP_BUG_WORKAROUND): Remove.
16031         (xnanosleep): Remove the workaround.
16032
16033 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
16034
16035         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
16036         Reported by Derek Price.
16037         (Include): Add "timespec.h".
16038
16039         * modules/xnanosleep (Depends-on): Remove gethrxtime.
16040
16041 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
16042
16043         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
16044         to detect nanosleep bug.
16045
16046 2005-03-01  Bruno Haible  <bruno@clisp.org>
16047
16048         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
16049
16050 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
16051
16052         * modules/gethrxtime: New file.
16053         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
16054         (Depends-on): Add gethrxtime.
16055         (configure.ac): Add gl_XNANOSLEEP.
16056         (Makefile.am): Remove lib_SOURCES line.
16057
16058 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
16059
16060         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
16061         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
16062
16063 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
16064
16065         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
16066         * lib/timespec.h (gettime): Return void, since it always
16067         succeeds now.  All uses changed.
16068         * lib/gettime.c (gettime) Likewise.
16069         [HAVE_NANOTIME]: Prefer nanotime.
16070         Assume gettimeofday succeeds, as POSIX requires.
16071         Assime time () succeeds, since other code already does.
16072         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
16073         (timespec_subtract): Remove.
16074         (NANOSLEEP_BUG_WORKAROUND): New constant.
16075         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
16076         things considerably.  Use it only on GNU/Linux hosts, since the
16077         workaround shouldn't be needed elsewhere.
16078
16079 2005-02-24  Bruno Haible  <bruno@clisp.org>
16080
16081         * modules/gettext (Files): Add m4/glibc2.m4.
16082
16083 2005-02-24  Bruno Haible  <bruno@clisp.org>
16084
16085         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
16086         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
16087         * m4/progtest.m4:
16088         Update from GNU gettext 0.14.2.
16089         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
16090
16091 2005-02-24  Bruno Haible  <bruno@clisp.org>
16092
16093         * lib/localcharset.c: Update from GNU gettext 0.14.2.
16094         * lib/config.charset: Update from GNU gettext 0.14.2.
16095
16096 2005-02-24  Bruno Haible  <bruno@clisp.org>
16097
16098         * lib/gettext.h: Update from GNU gettext 0.14.2.
16099
16100 2005-02-23  Simon Josefsson  <jas@extundo.com>
16101
16102         * m4/iconvme.m4: New file.
16103
16104 2005-02-23  Jim Meyering  <jim@meyering.net>
16105
16106         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
16107         change.
16108         Thanks to Bruno Haible for catching it.
16109
16110 2005-02-22  Simon Josefsson  <jas@extundo.com>
16111
16112         * modules/iconvme: New file.
16113
16114         * MODULES.html.sh: Add iconvme.
16115
16116 2005-02-22  Simon Josefsson  <jas@extundo.com>
16117
16118         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
16119
16120 2005-02-22  Simon Josefsson  <jas@extundo.com>
16121
16122         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
16123
16124 2005-02-22  Jim Meyering  <jim@meyering.net>
16125
16126         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
16127         s/ifndef/ifdef/.
16128
16129 2005-02-20  Neil Conway  <neilc@samurai.com>
16130
16131         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
16132         returned by OSX/Darwin if the specified buffer is not large
16133         enough for the hostname.
16134
16135 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16136
16137         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
16138         pass it to _help, otherwise the latter coredumps trying to
16139         dereference state.root_argp.
16140
16141 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
16142
16143         * modules/chdir-long (Depends-on): Add memrchr.
16144         * modules/memrchr (Files): Add lib/memrchr.h.
16145         (Include): "memrchr.h".
16146
16147 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
16148
16149         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
16150
16151 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
16152
16153         * lib/memrchr.h: New file.
16154         * lib/chdir-long.c: Include it.
16155         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
16156         Don't bother including stddef.h.
16157
16158 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
16159
16160         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
16161         inclusion.
16162         Include <sys/types.h>, for dev_t.
16163         (ME_DUMMY, ME_REMOTE): Move from here....
16164         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
16165         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
16166         Dmitry V. Levin.
16167         Include mountlist.h first, to test the interface.
16168
16169 2005-01-29  Bruno Haible  <bruno@clisp.org>
16170
16171         * lib/progname.c (program_name): Initialize.
16172         Needed when linking statically on MacOS X.
16173
16174 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
16175
16176         Sync from coreutils.
16177         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
16178         (Depends-on): Add c-strtod.
16179         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
16180
16181 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
16182
16183         Sync from coreutils.
16184         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
16185
16186         Remove files that are specific to coreutils.
16187         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
16188
16189 2005-01-28  Bruno Haible  <bruno@clisp.org>
16190
16191         * modules/javacomp: New file.
16192         * MODULES.html.sh (Java): Add javacomp.
16193
16194 2005-01-28  Bruno Haible  <bruno@clisp.org>
16195
16196         * m4/javacomp.m4: New file, from GNU gettext.
16197
16198 2005-01-28  Bruno Haible  <bruno@clisp.org>
16199
16200         * lib/javacomp.sh.in: New file, from GNU gettext.
16201         * lib/javacomp.h: New file, from GNU gettext.
16202         * lib/javacomp.c: New file, from GNU gettext.
16203
16204 2005-01-26  Simon Josefsson  <jas@extundo.com>
16205
16206         * lib/gai_strerror.c: Use GPL in header.
16207
16208 2005-01-26  Bruno Haible  <bruno@clisp.org>
16209
16210         * modules/javaexec: New file.
16211         * MODULES.html.sh (Java): Add javaexec.
16212
16213 2005-01-26  Bruno Haible  <bruno@clisp.org>
16214
16215         * m4/javaexec.m4: New file, from GNU gettext.
16216
16217 2005-01-26  Bruno Haible  <bruno@clisp.org>
16218
16219         * lib/javaexec.sh.in: New file, from GNU gettext.
16220         * lib/javaexec.h: New file, from GNU gettext.
16221         * lib/javaexec.c: New file, from GNU gettext.
16222
16223 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16224
16225         * modules/lchown (Depends-on): Remove lchown.h
16226
16227 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16228
16229         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
16230         must be defined if the header file was not found, in order
16231         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
16232
16233 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16234
16235         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
16236         initializers for struct pentry_state.
16237         (__argp_error): Check return value of __asprintf
16238         (__argp_failure): Translate error message
16239
16240         * lib/argp-parse.c: Removed braces around the expansion of N_()
16241
16242 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
16243
16244         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
16245         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
16246         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
16247         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
16248         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
16249         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
16250         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
16251         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
16252         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
16253         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
16254         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
16255         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
16256         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
16257         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
16258         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
16259         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
16260         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
16261         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
16262         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
16263         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
16264         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
16265         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
16266         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
16267         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
16268         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
16269         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
16270         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
16271         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
16272         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
16273         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
16274         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
16275         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
16276         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
16277         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
16278         xstrtol.m4, xstrtoumax.m4, yesno.m4:
16279         Use an all-permissive copyright notice, recommended by RMS.
16280
16281 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
16282
16283         * modules/chdir-long (Depends-on): Remove mempcpy.
16284
16285 2005-01-21  Jim Meyering  <jim@meyering.net>
16286
16287         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
16288         same value as for Solaris 9.
16289
16290         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
16291         component length.  This included changing the parameter to be
16292         of type `char *' rather than `char const *'.
16293         * lib/chdir-long.h (chdir_long): Update prototype.
16294
16295         * lib/openat.c (fdopendir, fstatat): New functions.
16296         * lib/openat.h: Include headers required for use of DIR and struct
16297         stat.
16298         [AT_SYMLINK_NOFOLLOW]: Define.
16299         (fdopendir, fstatat): Add prototypes.
16300
16301 2005-01-21  Bruno Haible  <bruno@clisp.org>
16302
16303         * modules/classpath: New file.
16304         * MODULES.html.sh (Java): Add classpath.
16305
16306 2005-01-21  Bruno Haible  <bruno@clisp.org>
16307
16308         * lib/classpath.h: New file, from GNU gettext.
16309         * lib/classpath.c: New file, from GNU gettext.
16310
16311 2005-01-20  Simon Josefsson  <jas@extundo.com>
16312
16313         * modules/version-etc-fsf: New file.
16314
16315 2005-01-20  Simon Josefsson  <jas@extundo.com>
16316
16317         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
16318         * lib/version-etc.c: Remove version_etc_copyright.
16319         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
16320         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
16321
16322 2005-01-20  Simon Josefsson  <jas@extundo.com>
16323
16324         * lib/base64.h (isbase64): Add.
16325
16326         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
16327         using a unsigned prototype, don't inline.
16328         (base64_decode): Use it.
16329
16330 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
16331
16332         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
16333         it.
16334
16335 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
16336
16337         * lib/save-cwd.c (save_cwd): Remove code to support the case
16338         where fchdir is missing or flaky.
16339
16340 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
16341
16342         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
16343
16344 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
16345
16346         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
16347         AC_LIBSOURCES now does this.
16348         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
16349         with new ullong_max module.
16350
16351 2005-01-19  Bruno Haible  <bruno@clisp.org>
16352
16353         * modules/sh-quote: New file.
16354         * MODULES.html.sh (Executing programs): Add sh-quote.
16355
16356 2005-01-19  Bruno Haible  <bruno@clisp.org>
16357
16358         * lib/sh-quote.h: New file, from GNU gettext.
16359         * lib/sh-quote.c: New file, from GNU gettext.
16360
16361 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
16362
16363         Merge from coreutils.
16364         * m4/ullong_max.m4: New file.
16365         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
16366         (gl_MACROS): Assume localeconv exists.
16367
16368 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
16369
16370         Merge changes from coreutils, as described below in several
16371         changelogs dated today.
16372
16373         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
16374         (O_DIRECTORY): Remove; not needed here, since "." must be
16375         a directory.  All uses removed.
16376         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
16377         universal on Suns, and we also need to test for IRIX.
16378         Revamp code to use 'if' rather than '#if'.
16379         Avoid unnecessary comparison of cwd->desc to 0.
16380
16381         * lib/utimens.c (futimens): Robustify the previous patch, by checking
16382         for known valid error numbers rather than observed invalid ones.
16383
16384 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
16385
16386         * modules/ullong_max: New file.
16387
16388         * modules/chdir-long, modules/openat: New files.
16389         * modules/save-cwd (Depends-on): Depend on chdir-long.
16390         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
16391
16392 2005-01-18  Jim Meyering  <jim@meyering.net>
16393
16394         Merge from coreutils.
16395         * m4/chdir-long.m4, m4/openat.m4: New files.
16396         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
16397         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
16398         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
16399         is sane and DOES follow symlinks.  Besides, testing 20 different
16400         systems found no broken chown implementations.
16401         Prompted by a change in rsync's copy of this macro.
16402         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
16403
16404         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
16405
16406         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
16407         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
16408         NULL-means-set-to-current-time semantics.
16409         Remove temporary file immediately, rather than waiting
16410         for configure's at-exit trap code to do it.
16411
16412 2005-01-18  Jim Meyering  <jim@meyering.net>
16413
16414         * lib/version-etc.c (version_etc_copyright): Update copyright date.
16415
16416         * lib/utimens.c (futimens): Account for the fact that futimes
16417         can also fail with errno == ENOSYS or errno == ENOENT.
16418         Patch from Dmitry V. Levin.
16419
16420         Change the name of the robust chdir function from chdir to chdir_long.
16421         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
16422         (restore_cwd): Use chdir_long, not chdir.
16423         * lib/chdir-long.c: Renamed from chdir.c.
16424         * lib/chdir-long.h: Renamed from chdir.h.
16425         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
16426         Hurd.
16427
16428 2005-01-18  Bruno Haible  <bruno@clisp.org>
16429
16430         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
16431         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
16432         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
16433         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
16434         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
16435         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
16436         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
16437         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
16438         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
16439         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
16440         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
16441         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
16442         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
16443         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
16444         Use an all-permissive copyright notice, recommended by RMS.
16445
16446 2005-01-18  Bob Proulx  <bob@proulx.com>
16447
16448         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
16449         simplify offsetof() macro construct to avoid compile failure with
16450         native HP-UX 11.0 ANSI C compiler.
16451
16452 2005-01-17  Bruno Haible  <bruno@clisp.org>
16453
16454         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
16455         redundant because stpncpy.m4 takes care of it.
16456
16457 2005-01-17  Bruno Haible  <bruno@clisp.org>
16458
16459         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
16460
16461 2005-01-17  Bruno Haible  <bruno@clisp.org>
16462
16463         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
16464         used.
16465
16466 2005-01-17  Bruno Haible  <bruno@clisp.org>
16467
16468         * lib/fwriteerror.h (fwriteerror): Change specification to include
16469         fclose.
16470         * lib/fwriteerror.c: Include <stdbool.h>.
16471         (fwriteerror): At the end, close the file stream. Record whether
16472         stdout was already closed.
16473
16474 2005-01-17  Bruno Haible  <bruno@clisp.org>
16475
16476         * lib/execute.c (environ): Declare if needed.
16477         * lib/pipe.c (environ): Likewise.
16478         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
16479
16480 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16481
16482         * modules/argp: Depend on vsnprintf
16483
16484 2005-01-10  Jim Meyering  <jim@meyering.net>
16485
16486         * modules/closeout (Depends-on): Add atexit.
16487
16488 2005-01-06  Bruno Haible  <bruno@clisp.org>
16489
16490         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
16491
16492 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
16493
16494         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
16495         definitions to be after all include files, to avoid collisions.
16496         Problem reported by Bob Proulx.
16497
16498 2005-01-04  Jim Meyering  <jim@meyering.net>
16499
16500         Changes imported from coreutils.
16501         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
16502         as the mkstemp template, use a temporary directory and an
16503         8.3-friendly template to avoid trouble on systems like DJGPP.
16504         Reported by Juan M. Guerrero via Stepan Kasal.
16505         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
16506         close. Remove the temporary directory right away, rather than waiting
16507         for configure's at-exit trap code to do it.
16508         Suggestion from Stepan Kasal.
16509
16510 2005-01-01  Simon Josefsson  <jas@extundo.com>
16511
16512         * gnulib-tool: Print #include directives when --import'ing.
16513
16514 2004-12-28  Simon Josefsson  <jas@extundo.com>
16515
16516         * tests/test-base64.c: Include required header files.  Remove
16517         unused variables.
16518
16519 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
16520
16521         * modules/error (Depends-on): Remove gettext.
16522
16523 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
16524
16525         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
16526         not needed.  This removes a dependency on the gettext module.
16527         [defined _LIBC]: Do not include <libintl.h>; not needed.
16528
16529 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
16530
16531         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
16532         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
16533
16534 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
16535
16536         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
16537         HAVE_DECL_STRTOLD.
16538
16539 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
16540
16541         * modules/getdate (Depends-on): Remove alloca-opt.
16542
16543 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
16544
16545         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
16546
16547 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
16548
16549         * lib/argp-parse.c: Include <stddef.h>.
16550         (alignof, alignto): New macros.
16551         (parser_init): Don't assume that void * is aligned sufficiently
16552         for struct option.
16553
16554         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
16555         need to extend the stack.
16556         (YYINITDEPTH): New macro, so that the initial stack isn't overly
16557         large.
16558
16559 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16560
16561         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
16562
16563 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
16564
16565         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
16566         (2004-10-24) change.  Apparently this was a false alarm.
16567
16568         * modules/getdate: Depend on alloca-opt, not alloca.
16569
16570 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
16571
16572         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
16573         Remove now-obsolete comment about AIX.
16574         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
16575         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
16576         (YYMAXDEPTH): New macro.
16577
16578 2004-12-18  Simon Josefsson  <jas@extundo.com>
16579
16580         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
16581
16582 2004-12-18  Bruno Haible  <bruno@clisp.org>
16583
16584         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
16585
16586 2004-12-18  Bruno Haible  <bruno@clisp.org>
16587
16588         * lib/fatal-signal.c (fatal_signals): Make non-const.
16589         (init_fatal_signals): New function.
16590         (uninstall_handlers, install_handlers): Ignore signals that were set to
16591         SIG_IGN.
16592         (at_fatal_signal): Call init_fatal_signals.
16593         (init_fatal_signal_set): Likewise. Ignore signals that were set to
16594         SIG_IGN.
16595         Reported by Paul Eggert.
16596
16597 2004-12-18  Bruno Haible  <bruno@clisp.org>
16598
16599         * doc/alloca.texi: New file.
16600         * doc/alloca-opt.texi: New file.
16601
16602 2004-12-17  Jim Meyering  <jim@meyering.net>
16603
16604         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
16605         Otherwise, install-sh could exit with improper exit status when
16606         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
16607
16608 2004-12-16  Simon Josefsson  <jas@extundo.com>
16609
16610         * tests/test-base64.c: Add license.
16611
16612 2004-12-15  Stepan Kasal  <address@hidden>
16613
16614         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
16615
16616 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
16617
16618         * modules/getcwd (Files): Add m4/d-ino.m4.
16619         Suggested by Mark D. Baushke.
16620
16621 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
16622
16623         * lib/getdate.y (textint): New member "negative".
16624         (time_zone_hhmm): New function.
16625         Expect 14 shift-reduce conflicts, not 13.
16626         (o_colon_minutes): New rule.
16627         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
16628         (yylex): Set the "negative" member of signed numbers.
16629
16630 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
16631
16632         * doc/getdate.texi (Time of day items, Time zone items):
16633         Describe new formats +00:00, UTC+00:00.
16634
16635 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
16636
16637         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
16638         spurious "-l"s.  Problem reported by Stepan Kasal.
16639
16640 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
16641
16642         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
16643         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
16644
16645 2004-12-04  Simon Josefsson  <jas@extundo.com>
16646
16647         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
16648         Vandoorselaere <yoann@prelude-ids.org>.
16649
16650 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
16651
16652         Changes imported from coreutils.
16653         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
16654         exist.
16655         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
16656
16657 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
16658
16659         Changes imported from coreutils.
16660         * lib/hard-locale.c: Assume <locale.h> exists.
16661         Include "strdup.h".
16662         (GLIBC_VERSION): New macro.
16663         (hard_locale): Assume setlocale exists.
16664         Rewrite to avoid #ifdef.
16665         Use strdup rather than malloc + strcpy.
16666         * lib/human.c: Assume <locale.h> exists.
16667         (human_readable): Assume localeconv exists.
16668
16669 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
16670
16671         * modules/hard-locale (Depends-on): Add strdup.
16672
16673 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
16674
16675         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
16676         convert T2, not T.  (Imported from libc.)
16677
16678 2004-11-30  Simon Josefsson  <jas@extundo.com>
16679
16680         * modules/restrict (License): Change to LGPL.
16681
16682 2004-11-30  Simon Josefsson  <jas@extundo.com>
16683
16684         * m4/restrict.m4: Add copyright and copying conditions.
16685
16686 2004-11-30  Simon Josefsson  <jas@extundo.com>
16687
16688         * m4/base64.m4: New file.
16689
16690 2004-11-30  Simon Josefsson  <jas@extundo.com>
16691
16692         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
16693         base64.
16694
16695         * tests/test-base64.c: New file.
16696
16697         * modules/base64: New file.
16698
16699 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
16700
16701         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
16702         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
16703
16704         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
16705
16706 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
16707
16708         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
16709         (__getcwd.c): Don't restore errno; glibc doesn't.
16710         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
16711         first, falling back to our code only if its results look suspicious.
16712         Ensure that the resulting buffer is only as large as necessary.
16713
16714         * lib/readutmp.c: Include readutmp.h first.
16715         Include <errno.h>, since readutmp.h no longer does that.
16716         * lib/readutmp.h: Don't include <errno.h>,
16717         <sys/param.h>, <time.h>; not needed to establish interface.
16718         (errno): Remove decl.
16719         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
16720         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
16721         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
16722
16723 2004-11-28  Simon Josefsson  <jas@extundo.com>
16724
16725         * lib/base64.h, base64.c: New file.
16726
16727 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
16728
16729         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
16730
16731 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
16732
16733         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
16734         (Depends-on): Remove pathmax, same.  Add mempcpy.
16735         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
16736         (Makefile.am): Append getcwd.h to lib_SOURCES.
16737         (Include): Add getcwd.h.
16738         (Maintainer): Change from Jim Meyering to "all, glibc",
16739         since getdate now uses intended-for-glibc code.
16740         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
16741         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
16742
16743 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
16744
16745         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
16746         HP's ANSI C compiler.
16747         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
16748         Declaring int functions causes warnings on some modern systems and
16749         shouldn't be needed to compile on ancient ones.
16750         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
16751         defined.
16752
16753         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
16754         with the following changes.
16755         (__set_errno): Parenthesize properly.
16756         Include <stdbool.h>.
16757         (MIN, MAX, MATCHING_INO): New macros.
16758         (__getcwd): Define with prototype, not K&R form.
16759         Use heuristics to allocate default buffer on stack if possible.
16760         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
16761         behavior, and to avoid the PATH_MAX limit when computing
16762         ../../../../...
16763         Use MATCHING_INO to compare inode number to file.
16764         Check for arithmetic overflow in size calculations.
16765         Fix bug in reallocation of dot array that caused getcwd to fail
16766         on directories nested deeper than 75.
16767         Be more careful about saving errno on error.
16768         Do not use realloc; use only free+malloc, as this is a bit
16769         more flexible and avoids a needless copy operation.
16770         Do not inspect st_dev and st_ino for symbolic links; POSIX
16771         doesn't specify the latter.
16772         Check for closedir errors.
16773         Avoid needless casts.
16774         Use "#ifdef weak_alias" around weak_alias, to be like other
16775         glibc code.
16776         The following changes to getcwd.c have effect only when used in
16777         gnulib; they have no effect inside glibc proper.
16778         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
16779         as alloca isn't used.
16780         (alloca, __alloca): Likewise.
16781         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
16782         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
16783         unconditionally, as gnulib assumes C89 or better.
16784         Do not include <sys/param.h>.
16785         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
16786         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
16787         better.
16788         (NULL) [!defined NULL]: Remove; we assume C89 or better.
16789         Include <dirent.h> in a way that is compatible with modern Autoconf.
16790         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
16791         New macros, if not already defined.
16792         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
16793         Use "_LIBC", not "defined _LIBC", for consistency.
16794         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
16795         a mempcpy module.
16796         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
16797         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
16798         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
16799         credit only to Jim Meyering and adjust the copyright dates.
16800         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
16801         <stdlib.h>, <unistd.h>, "pathmax.h".
16802         Instead, include "xgetcwd.h" (first) and "getcwd.h".
16803         (INITIAL_BUFFER_SIZE): Remove.
16804         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
16805
16806 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
16807
16808         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
16809         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
16810         Use the _ONCE methods, for efficiency.
16811         Check for fcntl.h.  In test program, include <errno.h>
16812         and <fcntl.h> if available.  Remove old K&R cruft from
16813         test program.  Check for common errors in GNU/Linux,
16814         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
16815         don't do AC_LIBOBJ, as that's getcwd.m4's job.
16816         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
16817         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
16818         name accordingly.
16819         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
16820         accommodate new getcwd.c.
16821         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
16822         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
16823         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
16824         that's all we need now.
16825
16826 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16827
16828         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
16829         argp-parse.c depends on getopt internals, that means we should
16830         always use our getopt, to be on the safe side.
16831         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
16832         order not to spoil the result of an eventual previous invocation
16833         of gl_GETOPT_SUBSTITUTE.
16834
16835 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16836
16837         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
16838         redefinition warnings. To avoid them, include the defines
16839         in `#if !defined __need_getopt ... #endif'. The only place
16840         where __getopt_argv_const is used is in definitions
16841         of getopt_long and getopt_long_only below, which are as well
16842         protected by `#ifndef __need_getopt'.
16843         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
16844         __need_getopt after including <stdio.h> and <unistd.h> These
16845         headers might have defined it.
16846
16847 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
16848
16849         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
16850
16851 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
16852
16853         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
16854         (futimens): New function, which uses futimes if available.
16855         (futimens, utimens): Support timespec==NULL, with same semantics
16856         as utime and utimens.
16857         * lib/utimens.h (futimens): New decl.
16858
16859 2004-11-23  Jim Meyering  <jim@meyering.net>
16860
16861         * lib/getopt_.h: Remove trailing blanks.
16862
16863 2004-11-23  Jim Meyering  <jim@meyering.net>
16864
16865         * lib/__fpending.c: Add comment.
16866
16867 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
16868
16869         * modules/canonicalize (Depends-on): Add xreadlink.
16870         Problem reported by James Youngman.
16871
16872 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
16873
16874         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
16875         New macros.
16876         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
16877         optopt): Use them instead of invoking ## directly; otherwise, the
16878         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
16879
16880 2004-11-19  Bruno Haible  <bruno@clisp.org>
16881
16882         * lib/strtok_r.c: Move comments from here...
16883         * lib/strtok_r.h: ... to here.
16884
16885 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
16886
16887         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
16888         implementations that mishandle size_t overflow.
16889
16890 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
16891
16892         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
16893         might fail.  Problem reported by Yoann Vandoorselaere.
16894         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
16895         implementations that mishandle size_t overflow.
16896
16897 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16898
16899         * modules/canon-host (Depends-on): Add strdup.
16900
16901 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16902
16903         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
16904
16905 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16906
16907         * lib/canon-host.c: Include "strdup.h".
16908         (canon_host): Use getaddrinfo if available, so that IPv6 works.
16909         Use strdup instead of malloc/strcpy to duplicate strings.
16910
16911         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
16912         (human_space_before_unit): New constant.
16913         * lib/human.c (human_readable): Support it.
16914
16915         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
16916         (xgetcwd): Set errno correctly when failing.
16917         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
16918         the failure is actually due to a PATH_MAX problem.
16919
16920         Further getopt changes to make it more likely that glibc will
16921         buy the changes back.
16922         * lib/getopt.c (POSIXLY_CORRECT): New constant.
16923         (getopt): Use it, so to preserve glibc semantic
16924         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
16925         when compiling for libc.
16926         * lib/getopt_.h (__getopt_argv_const): Bring it back.
16927         (getopt_long, getopt_long_only): Use it.
16928
16929         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
16930         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
16931         (getopt): Argv is now char * const *, as per standard.
16932         (_getopt_internal_r, _getopt_internal): Argv is now char **,
16933         not char *__getopt_argv_const *.
16934         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
16935         _getopt_long_only_r): Likewise.
16936         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
16937         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
16938         _getopt_long_r, _getopt_long_only_r): Likewise.
16939         * lib/getopt_.h (__getopt_argv_const): Remove.
16940         (getopt): Argv is now char * const *, as per standard.
16941
16942         * lib/getdate.y (tORDINAL): New token.
16943         (day, relunit): Allow it for relative times.
16944         (relative_time_table): Use tORDINAL for ordinals.
16945
16946 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16947
16948         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
16949         Document that "second" isn't allowed as an ordinal number.
16950
16951 2004-11-16  Jim Meyering  <jim@meyering.net>
16952
16953         * modules/closeout (Depends-on): Add fpending.
16954
16955 2004-11-15  Jim Meyering  <jim@meyering.net>
16956
16957         * lib/closeout.c: Include "__fpending.h" once again.
16958         Include <stdbool.h>.
16959         (close_stdout): Don't fail just because stdout was closed initially,
16960         since some programs don't write to stdout in the normal course of
16961         operation (other than --version and --help), and we don't want this
16962         function to make e.g. `touch file >&-' fail.
16963         But do fail if it was closed and someone has tried to write to it.
16964         E.g., `printf foo >&-' must fail.
16965
16966 2004-11-13  Jim Meyering  <jim@meyering.net>
16967
16968         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
16969
16970 2004-11-12  Simon Josefsson  <jas@extundo.com>
16971
16972         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
16973         small doc fix is still pending.
16974
16975 2004-11-11  Simon Josefsson  <jas@extundo.com>
16976
16977         * modules/strtok_r: New file.
16978
16979         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16980         strtok_r.
16981
16982 2004-11-11  Simon Josefsson  <jas@extundo.com>
16983
16984         * m4/strtok_r.m4: New file.
16985
16986         * m4/getopt.m4: Replace opterr.
16987
16988 2004-11-11  Simon Josefsson  <jas@extundo.com>
16989
16990         * lib/strtok_r.h, strtok_r.c: New file.
16991
16992 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
16993
16994         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
16995         of replacing opterr, getopt, etc.  This should handle the
16996         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
16997
16998 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
16999
17000         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
17001         we can stop lying to compilers about the constness of argv when we
17002         are compiled outside glibc.
17003         (getopt, getopt_long, getopt_long_only): Use it.
17004         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
17005         _getopt_internal, getopt): Likewise.
17006         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
17007         _getopt_long_only_r): Likewise.
17008         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
17009         _getopt_long_r, _getopt_long_only_r): Likewise.
17010
17011         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
17012         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
17013         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
17014         the other external symbols.
17015         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
17016         declaration, since the above renaming now works around collisions.
17017
17018 2004-11-11  Jim Meyering  <jim@meyering.net>
17019
17020         * lib/linebreak.c: Remove trailing blanks.
17021         * lib/alloca_.h: Likewise.
17022         * lib/acosl.c: Likewise.
17023         * lib/euidaccess.c: Likewise.
17024         * lib/allocsa.h: Likewise.
17025
17026 2004-11-10  Simon Josefsson  <jas@extundo.com>
17027
17028         * m4/getaddrinfo.m4: New file.
17029
17030 2004-11-10  Simon Josefsson  <jas@extundo.com>
17031
17032         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
17033
17034 2004-11-10  Simon Josefsson  <jas@extundo.com>
17035
17036         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
17037         getaddrinfo.
17038
17039         * modules/getaddrinfo: New file.
17040
17041 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
17042
17043         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
17044
17045 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
17046
17047         * lib/mktime.c (SHR): New macro, which is a portable
17048         substitute for >> that should work even on Crays.
17049         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
17050         Problem reported by Mark D. Baushke in
17051         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
17052         * lib/getdate.y (SHR): Likewise.
17053         (tm_diff): Use it.
17054         * lib/strftime.c (SHR): Likewise.
17055         (tm_diff): Use it.
17056         * lib/quotearg.c (struct quoting_options): Use unsigned int for
17057         quote_these_too, so that right shifts are well defined.  All uses
17058         changed.
17059
17060 2004-11-10  Jim Meyering  <jim@meyering.net>
17061
17062         Ensure that no close failure goes unreported.
17063         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
17064         return early when it seems there's nothing to flush.
17065         Don't include __fpending.h.
17066
17067 2004-11-10  Jim Meyering  <jim@meyering.net>
17068
17069         * modules/closeout (Depends-on): Remove fpending.
17070
17071 2004-11-10  Jim Meyering  <jim@meyering.net>
17072
17073         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
17074
17075 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
17076
17077         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
17078         gl_FUNC_STRFTIME.
17079         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
17080         and AC_REQUIRE when possible, to avoid duplicate checks.
17081         Check for <wchar.h>.
17082
17083 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
17084
17085         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
17086
17087 2004-11-09  Bruno Haible  <bruno@clisp.org>
17088
17089         * m4/sockpfaf.m4: New file.
17090
17091 2004-11-05  Bruno Haible  <bruno@clisp.org>
17092
17093         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
17094         Reported by Mark D. Baushke <mdb@cvshome.org>.
17095
17096 2004-11-04  Bruno Haible  <bruno@clisp.org>
17097
17098         2004-09-11  Bruno Haible  <bruno@clisp.org>
17099                 * allocsa.valgrind: New file.
17100         2004-02-06  Bruno Haible  <bruno@clisp.org>
17101                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
17102                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
17103                 Reported by Christopher Seip <chris.seip@hp.com>.
17104
17105 2004-11-04  Bruno Haible  <bruno@clisp.org>
17106
17107         * modules/allocsa (Files): Add lib/allocsa.valgrind.
17108         (Makefile.am): Distribute it.
17109
17110 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
17111
17112         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
17113         with errno == ERANGE if the buffer is too small.
17114         Problem reported by Mark D. Baushke.
17115
17116 2004-11-03  Albert Chin  <china@thewrittenword.com>
17117             Paul Eggert  <eggert@cs.ucla.edu>
17118
17119         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
17120         equivalent, substitute $ac_type for equivalent type rather than
17121         blindly using uint32_t *always* which won't work if uint32_t is not
17122         available.  Define _UINT32_T to work around typedef of uint32_t if
17123         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
17124         2.5.1.
17125
17126 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
17127
17128         * m4/jm-macros.m4: Sync from coreutils.
17129         (gl_MACROS): Check for mbrlen, for pathchk.
17130         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
17131
17132 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
17133
17134         * lib/xreadlink.c (MAXSIZE): New macro.
17135         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
17136         size does not exceed MAXSIZE.  Avoid cast.
17137         As suggested by Mark D. Baushke in
17138         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
17139         if readlink fails with buffer size just under MAXSIZE, try again
17140         with MAXSIZE.
17141
17142 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
17143
17144         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
17145
17146 2004-11-02  Derek R. Price  <derek@ximbiot.com>
17147         and  Paul Eggert  <eggert@cs.ucla.edu>
17148
17149         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
17150         (get_date): Overparenthesize to avoid GCC warning.
17151
17152 2004-11-02  Bruno Haible  <bruno@clisp.org>
17153
17154         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
17155         returns void.
17156
17157 2004-11-02  Bruno Haible  <bruno@clisp.org>
17158
17159         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
17160         function returns void.
17161
17162 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
17163
17164         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
17165         fflush_unlocked, flockfile, funlockfile, funlockfile,
17166         fputs_unlocked, putc_unlocked.
17167
17168 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
17169
17170         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
17171         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
17172         already declared.
17173
17174 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
17175
17176         * modules/getdate (Files): Add doc/getdate.texi.
17177         (Depends-on): Add setenv, xalloc.
17178
17179 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
17180
17181         * lib/getdate.y: Add support for TZ="foo" within a date string.
17182         Fix some bugs near time_t boundaries.  Reject dates with
17183         out-of-range components, e.g., "Sept 31".
17184         Include <stdlib.h>, "setenv.h", "xalloc.h".
17185         (ISDIGIT_LOCALE): Remove; unused.
17186         Note that the TZ and time functions used here are not reentrant.
17187         (mktime_ok, get_tz): New functions.
17188         (TZBUFSIZE): New constant.
17189         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
17190         This requires that we sometimes generate our own TZ="XXX..." setting.
17191
17192 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
17193
17194         * doc/getdate.texi: New file, from coreutils with modifications for
17195         the new TZ parsing.
17196
17197 2004-10-27  Derek R. Price  <derek@ximbiot.com>
17198
17199         * lib/mktime.c (not_equal_tm): Remove redundant check.
17200
17201 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
17202
17203         * modules/regex (lib_SOURCES): Add regex.c.
17204         Reported by James Youngman in
17205         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
17206
17207 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
17208
17209         * lib/getdate.y: Use Bison 1.875 features, and some minor
17210         code cleanups.  This change does not affect semantics.
17211         Don't include <stdlib.h>; no longer needed.
17212         Don't include unlocked-io.h; only the "#if TEST" code uses
17213         stdio, and performance isn't crucial there.
17214         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
17215         Bison 1.875 features as described below.
17216         All uses of "PC." replaced by "pc->".
17217         (YYSTYPE): Add a forward declaration.
17218         (yylex, yyerror): Use full prototypes in forward decls.
17219         Use "%pure-parser" rather than obsolescent "%pure_parser".
17220         Use %parse-param and %lex-param instead of obsolescent
17221         YYPARSE_PARAM and YYLEX_PARAM.
17222         (meridian_table, month_and_day_table, time_units_table,
17223         relative_time_table, time_zone_table, military_table,
17224         lookup_zone, lookup_word, get_date):
17225         Use NULL instead of 0 where appropriate.
17226         (to_hour): Avoid abort (), to avoid a dependency on
17227         stdlib.h.
17228         (yyerror, yylex): Now accepts parser_control * arg.
17229         (main) [TEST]: Use '\0' rather than 0 for char.
17230
17231 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
17232
17233         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
17234
17235 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
17236
17237         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
17238         It's now the caller's responsibility to handle the case where
17239         !HAVE_GETPAGESIZE && !defined getpagesize.
17240
17241         * lib/mktime.c (leapyear): Arg is long int, not int.
17242
17243 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
17244
17245         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
17246
17247 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
17248
17249         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
17250         missing.  Problem reported by James Youngman.
17251
17252 2004-10-16  Simon Josefsson  <jas@extundo.com>
17253
17254         * gnulib-tool: Fix comments.  Fix parse problem.
17255         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
17256
17257 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
17258
17259         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
17260         implementation of getopt_long.  Problem reported by Alexander Taler in:
17261         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
17262
17263 2004-10-15  Bruno Haible  <bruno@clisp.org>
17264
17265         * gnulib-tool: Untabify. Initialize supplied_libname.
17266         (func_usage): More homogenous output.
17267         (func_modules_transitive_closure, func_modules_to_filelist,
17268         func_emit_lib_Makefile_am): New functions.
17269         (func_import): New function, extracted from big case statement. Use
17270         func_get_license, func_modules_transitive_closure,
17271         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
17272         opt_lgpl. Don't use test -a, as it's not portable.
17273         (func_create_testdir): Use func_modules_transitive_closure,
17274         func_modules_to_filelist, func_emit_lib_Makefile_am.
17275
17276 2004-10-15  Bruno Haible  <bruno@clisp.org>
17277
17278         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
17279
17280 2004-10-15  Bruno Haible  <bruno@clisp.org>
17281
17282         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
17283         the portions belonging to each module.
17284         Suggested by Derek Robert Price <derek@ximbiot.com>.
17285
17286 2004-10-12  Simon Josefsson  <jas@extundo.com>
17287
17288         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
17289         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
17290         to real functions.
17291
17292 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17293
17294         * modules/vsnprintf: New file.
17295
17296 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17297
17298         * m4/vsnprintf.m4: New file.
17299
17300 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17301
17302         * lib/vsnprintf.h: New file.
17303         * lib/vsnprintf.c: New file.
17304
17305 2004-10-11  Bruno Haible  <bruno@clisp.org>
17306
17307         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
17308         vsnprintf.
17309
17310 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
17311
17312         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
17313
17314 2004-10-07  Bruno Haible  <bruno@clisp.org>
17315
17316         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
17317         fits into the provided buffer.
17318
17319 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
17320
17321         * lib/diacrit.c, diacrit.h: Add GPL notice.
17322
17323         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
17324         notice.
17325         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
17326         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
17327         This avoids a potential constant-folding bug.
17328
17329 2004-10-05  Bruno Haible  <bruno@clisp.org>
17330
17331         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
17332         for the declaration of strsep.
17333
17334 2004-10-05  Bruno Haible  <bruno@clisp.org>
17335
17336         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
17337
17338 2004-10-04  Simon Josefsson  <jas@extundo.com>
17339
17340         * modules/memmem: New file.
17341         * tests/test-memmem.c: New file.
17342         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
17343
17344 2004-10-04  Simon Josefsson  <jas@extundo.com>
17345
17346         * m4/memmem.m4: New file.
17347
17348 2004-10-04  Simon Josefsson  <jas@extundo.com>
17349
17350         * lib/memmem.h: New file.
17351         * lib/memmem.c: New file, taken from glibc.
17352
17353 2004-10-04  Simon Josefsson  <jas@extundo.com>
17354
17355         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
17356         '#ifdef USE_UNLOCKED_IO'.
17357
17358 2004-10-04  Simon Josefsson  <jas@extundo.com>
17359
17360         * config/srclist.txt: Add memmem from glibc.
17361
17362 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
17363
17364         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
17365
17366         * modules/argmatch, modules/argp, modules/closeout, modules/error,
17367         modules/exclude, modules/getdate, modules/getline,
17368         modules/getndelim2, modules/getpass, modules/getpass-gnu,
17369         modules/getusershell, modules/linebuffer, modules/md5,
17370         modules/mountlist, modules/posixtm, modules/readtokens,
17371         modules/readutmp, modules/regex, modules/sha1,
17372         modules/version-etc, modules/yesno:
17373         Remove dependency on unlocked-io.
17374
17375 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
17376
17377         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
17378
17379         * m4/unlocked-io.m4: Add copyright notice.
17380         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
17381
17382 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
17383
17384         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
17385         * lib/xmalloc.c (xmemdup): Likewise.
17386         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
17387         XFREE): Remove these long-obsolescent macros.
17388         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
17389         * lib/xstrdup.c: Remove.
17390
17391         * lib/regex.c (re_comp): Cast gettext return value to char *,
17392         Problem reported by Martin Neitzel via Mark D. Baushke.
17393
17394 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
17395
17396         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
17397         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
17398         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
17399         regex.c, sha1.c, version-etc.c, yesno.c:
17400         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
17401         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
17402         the includer's responsibility.
17403
17404         Sync from coreutils.
17405
17406         * lib/modechange.c (mode_compile): Don't decrement a pointer that
17407         points to the start of a string, as the C Standard says the
17408         resulting behavior is undefined.
17409
17410         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
17411         simple -> simple_backups, numbered_existing ->
17412         numbered_existing_backups, numbered -> numbered_backups
17413         to avoid shadowing problems.  All uses changed.
17414         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
17415         * lib/backupfile.c (check_extension, numbered_backup):
17416         Rename locals to avoid shadowing 'basename'.
17417         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
17418         once.
17419
17420         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
17421         * lib/.cvsignore: Add getopt.h.
17422
17423 2004-10-04  Bruno Haible  <bruno@clisp.org>
17424
17425         * modules/README: New file.
17426         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
17427         not a module.
17428
17429 2004-10-02  Jim Meyering  <jim@meyering.net>
17430
17431         * lib/dirfd.h, getpagesize.h: Add copyright notice.
17432
17433 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17434
17435         * modules/strsep: New file.
17436
17437 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17438
17439         * m4/strsep.m4: New file.
17440
17441 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17442
17443         * lib/strsep.h: New file.
17444         * lib/strsep.c: New file.
17445
17446 2004-10-01  Simon Josefsson  <jas@extundo.com>
17447
17448         * lib/snprintf.c (snprintf): Handle size==0.
17449
17450 2004-10-01  Simon Josefsson  <jas@extundo.com>
17451             Bruno Haible  <bruno@clisp.org>
17452
17453         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
17454         (snprintf): Declare 'args'.
17455
17456 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
17457
17458         * lib/snprintf.c: Remove comments as to why each header is needed.
17459
17460 2004-10-01  Bruno Haible  <bruno@clisp.org>
17461
17462         * MODULES.html.sh: Add strsep.
17463
17464 2004-09-30  Simon Josefsson  <jas@extundo.com>
17465
17466         * modules/snprintf: New file.
17467
17468 2004-09-30  Simon Josefsson  <jas@extundo.com>
17469
17470         * m4/snprintf.m4: New file.
17471
17472 2004-09-30  Simon Josefsson  <jas@extundo.com>
17473
17474         * lib/snprintf.h, lib/snprintf.c: New files.
17475
17476 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17477
17478         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
17479         (hol_entry_help): Never translate an empty string.
17480         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
17481         * lib/argp.h (OPTION_NO_TRANS): New option.
17482
17483 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
17484
17485         * modules/argp (Maintainer): Replace Simon Josefsson
17486         by Sergey Poznyakoff.
17487
17488 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
17489
17490         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
17491         changes merged back into glibc.
17492
17493 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
17494
17495         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
17496
17497 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
17498
17499         * lib/xvasprintf.c: Include xalloc.h.
17500         (xvasprintf): Use xalloc_die, not xmalloc_die.
17501
17502 2004-09-29  Bruno Haible  <bruno@clisp.org>
17503
17504         * modules/alloca-opt: New file, derived from modules/alloca.
17505         * modules/allocsa: Depend on alloca-opt instead of alloca.
17506         * modules/setenv: Likewise.
17507         * modules/vasnprintf: Likewise.
17508         * MODULES.html.sh: Add alloca-opt.
17509
17510 2004-09-28  Simon Josefsson  <jas@extundo.com>
17511
17512         * gnulib-tool: New parameter --lgpl, to asseert that modules are
17513         LGPL, and to replace license template from GPL to LGPL.
17514
17515 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
17516
17517         * modules/dummy: Change license to LGPL.
17518
17519 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
17520
17521         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
17522
17523 2004-09-24  Simon Josefsson  <jas@extundo.com>
17524
17525         * modules/minmax (License): Change from GPL to LGPL.
17526
17527 2004-09-23  Simon Josefsson  <jas@extundo.com>
17528
17529         * gnulib-tool (--import): Typo.
17530
17531 2004-09-23  Simon Josefsson  <jas@extundo.com>
17532
17533         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
17534
17535 2004-09-22  Bruno Haible  <bruno@clisp.org>
17536
17537         * modules/*: Add 'License' field.
17538         * gnulib-tool: Accept --extract-license option.
17539         (func_get_license): New function.
17540
17541 2004-09-21  Bruno Haible  <bruno@clisp.org>
17542
17543         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
17544         Reported by Simon Josefsson.
17545
17546 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
17547
17548         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
17549         gl_AC_TYPE_LONG_LONG.
17550
17551 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
17552
17553         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
17554
17555 2004-09-18  Simon Josefsson  <jas@extundo.com>
17556         and  Paul Eggert  <eggert@cs.ucla.edu>
17557
17558         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
17559         calls with autoreconf.  Define GL_LIB.
17560
17561 2004-09-14  Karl Berry  <karl@gnu.org>
17562
17563         * config/srclist.txt: unsync setenv.c, sigh.
17564
17565 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
17566
17567         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
17568         Problem reported by Bruno Haible in:
17569         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
17570
17571 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
17572
17573         * config/srclist.txt: Comment out argp-pvh.c.
17574
17575 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
17576
17577         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
17578         in case some system header has #define'd it.  Problem reported by
17579         Soeren D. Schulze in
17580         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
17581
17582 2004-09-09  Karl Berry  <karl@gnu.org>
17583
17584         * regex.[ch]: delete from the root.  These were supposed to be
17585                 synced with emacs cvs, but this has not happened for about
17586                 a year, and anyway nothing else uses emacs regex.[ch].
17587                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
17588                 lib/regex[.ch] is untouched.
17589
17590 2004-09-09  Bruno Haible  <bruno@clisp.org>
17591
17592         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
17593
17594 2004-09-09  Bruno Haible  <bruno@clisp.org>
17595
17596         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
17597         modifications.
17598         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
17599
17600 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
17601
17602         * modules/xvasprintf: New file.
17603         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
17604
17605 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
17606
17607         * lib/xvasprintf.h: New file.
17608         * lib/xvasprintf.c: New file.
17609         * lib/xasprintf.c: New file.
17610
17611 2004-09-08  Bruno Haible  <bruno@clisp.org>
17612
17613         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
17614
17615 2004-09-08  Bruno Haible  <bruno@clisp.org>
17616
17617         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
17618         length is > INT_MAX.
17619         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
17620         more.
17621
17622 2004-09-08  Bruno Haible  <bruno@clisp.org>
17623
17624         * lib/stdint_.h: New file, taken from GNU clisp.
17625
17626 2004-09-08  Bruno Haible  <bruno@clisp.org>
17627             Oskar Liljeblad  <oskar@osk.mine.nu>
17628
17629         * modules/stdint: New file.
17630         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
17631
17632 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
17633
17634         Import from coreutils.
17635         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
17636         strings on unbounded length.  alloca's performance benefits aren't
17637         that important here.
17638         (V_STRDUP): Remove.
17639         (parse_with_separator): New function, with most of the internals
17640         of the old parse_user_spec.  Allow user to omit both user and group,
17641         for compatibility with FreeBSD.
17642         Clone only the user name, not the entire spec.
17643         Do not set *uid, *gid unless entirely successful.
17644         Avoid memory leak in some failing cases.
17645         Fix regression for USER.GROUP reported by Dmitry V. Levin in
17646         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
17647         (parse_user_spec): Rewrite to use parse_with_separator.
17648
17649 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
17650
17651         * modules/userspec: Don't depend on alloca.
17652
17653 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
17654
17655         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
17656
17657 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
17658
17659         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
17660         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
17661         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
17662
17663 2004-08-16  Simon Josefsson  <jas@extundo.com>
17664
17665         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
17666         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
17667         Add --dry-run for --import.
17668         Let user provided command line parameters override configure.ac
17669         settings.
17670
17671 2004-08-12  Simon Josefsson  <jas@extundo.com>
17672
17673         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
17674         as discussed with Paul Eggert in threads rooted at
17675         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
17676         and
17677         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
17678         Before, the test was empty, and relied on ELIDE_CODE in source
17679         code.)
17680         (gl_PREREQ_GETOPT): New macro.
17681         (gl_GETOPT): Use them.
17682
17683 2004-08-12  Simon Josefsson  <jas@extundo.com>
17684
17685         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
17686         * lib/getopt_.h: Renamed from getopt.h.
17687
17688 2004-08-12  Simon Josefsson  <jas@extundo.com>
17689
17690         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
17691         Change default library name from libfoo to libgnu.
17692         Now, if you have a configure.ac that says:
17693                 gl_SOURCE_BASE(gl)
17694                 gl_M4_BASE(gl/m4)
17695                 gl_MODULES(error getopt etcetera)
17696                 gl_INIT
17697         you can import all you need by running:
17698                 ../gnulib/gnulib-tool --import
17699
17700         * modules/getopt (Files): Rename getopt.h to getopt_.h.
17701         (Makefile.am): Rewrite, use logic from argz.
17702         (Include): Use <getopt.h> instead of "getopt.h".
17703
17704 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
17705
17706         * modules/argp (Files): Add m4/unlocked-io.m4.
17707         (Depends-on): Add extensions.
17708
17709 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
17710
17711         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
17712         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
17713         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
17714         Check for program_invocation_name, program_invocation_short_name,
17715         flockfile, funlockfile, features.h, _getopt_long_only_r.
17716
17717 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
17718
17719         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
17720         its complicated substitute.
17721         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
17722         and program_invocation_name.
17723         (__argp_basename) [!_LIBC]: Remove; the only use was
17724         replaced by its body.
17725         (__argp_short_program_name): Change condition from
17726         !defined __argp_short_program_name to
17727         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
17728         to match argp-namefrob.h.
17729         (__argp_failure): Don't assume strerror_r returns char *.
17730         * lib/argp-parse.c (N_): Define unconditionally.
17731         (argp_default_options): Fill out initializers with 0 to avoid
17732         gcc warnings.
17733
17734 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
17735
17736         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
17737         getopt1.c.
17738
17739 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
17740
17741         Merge from coreutils.
17742
17743         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
17744
17745         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
17746         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
17747
17748 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
17749
17750         Merge from coreutils.
17751
17752         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
17753         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
17754         for Reliant Unix 5.43.
17755
17756         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
17757         (union fooround): Use uintmax_t, not long int.
17758         The rest is a merge from libc:
17759         [defined _LIBC]: Include <shlib-compat.h>.
17760         (_obstack) [defined _LIBC]: Remove after 2.3.4.
17761
17762         * lib/settime.c (settime): Recode to avoid warning with
17763         Sun Forte C 6U2.
17764
17765         * lib/strverscmp.c: Convert to UTF-8.
17766
17767 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
17768
17769         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
17770         m4/uintmax_t.m4.
17771
17772 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
17773
17774         * modules/xalloc-die: New file.
17775         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
17776
17777         * modules/md5 (Files): Add m4/uint32_t.m4.
17778         * modules/sha1: Renamed from modules/sha.
17779         (Files):
17780         Rename lib/sha.h to lib/sha1.h.
17781         Rename lib/sha.c to lib/sha1.c.
17782         Rename m4/sha.m4 to m4/sha1.m4.
17783         (lib_SOURCES): Likewise.
17784         (configure.ac): Rename gl_SHA to gl_SHA1.
17785         (Include): sha.h -> sha1.h.
17786
17787 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
17788
17789         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
17790         * m4/sha1.m4: Renamed from sha.m4.
17791         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
17792
17793 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
17794
17795         * lib/obstack.h (obstack_empty_p):
17796         Don't assume that chunk->contents is suitably aligned.
17797         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
17798         Likewise. Problem reported by Benno in
17799         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
17800
17801         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
17802         readable.  This could be improved further but it'd take some work.
17803
17804 2004-08-08  Simon Josefsson  <jas@extundo.com>
17805
17806         * modules/xgethostname (Depends-on): Remove exit and error (not
17807         used).
17808
17809         * modules/getpass-gnu: Add getpass.h.
17810         (Depends-on): Add stdbool.
17811         * modules/getpass: Add getpass.h.
17812
17813 2004-08-08  Simon Josefsson  <jas@extundo.com>
17814
17815         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
17816         Check getpass declaration.
17817
17818 2004-08-08  Simon Josefsson  <jas@extundo.com>
17819
17820         * lib/xgethostname.c: Don't include error.h (not used).
17821
17822         * lib/getpass.h: Add.
17823         * lib/getpass.c: Include getpass.h first.
17824
17825 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
17826
17827         * lib/xalloc-die.c: New file.
17828         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
17829         All uses removed.
17830         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
17831         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
17832         xalloc-die.c.
17833         (_, N_, xalloc_die): Move to xalloc-die.c.
17834         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
17835         so that we needn't mess with xalloc_msg_memory_exhausted.
17836
17837         * lib/sha1.h: Renamed from sha.h.
17838         (SHA1_H): Renamed from _SHA_H.
17839         (sha1_ctx): Renamed from sha_ctx.
17840         (sha1_init_ctx): Renamed from sha_init_ctx.
17841         (sha1_process_block): Renamed from sha_process_block.
17842         (sha1_process_bytes): Renamed from sha_process_bytes.
17843         (sha1_finish_ctx): Renamed from sha_finish_ctx.
17844         (sha1_read_ctx): Renamed from sha_read_ctx.
17845         (sha1_stream): Renamed from sha_stream.
17846         (sha1_buffer): Renamed from sha_buffer.
17847         * lib/sha1.c: Likewise; renamed from sha.c.
17848         Do not include <sys/types.h>.
17849         Include <stddef.h> rather than <stdlib.h>.
17850
17851 2004-08-08  Bruno Haible  <bruno@clisp.org>
17852
17853         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
17854         FILESYSTEM_PREFIX_LEN.
17855         * lib/progreloc.c: Likewise.
17856         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
17857
17858 2004-08-06  Simon Josefsson  <jas@extundo.com>
17859
17860         * modules/progname (Depends-on): Don't depend on stdbool.
17861
17862 2004-08-06  Simon Josefsson  <jas@extundo.com>
17863
17864         * modules/getsubopt: New file.
17865         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
17866         getsubopt.
17867
17868 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
17869
17870         More merge from coreutils.
17871
17872         * m4/utimens.m4, m4/utimecmp.m4: New files.
17873         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
17874         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
17875         prereq.m4, sha.m4: Import changes from coreutils.
17876
17877 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
17878
17879         More merge from coreutils.
17880         * modules/raise, modules/readtokens0, modules/utimens:
17881         * modules/utimecmp, module/xnanosleep: New files.
17882         * modules/strftime: Add lib/strftime.h.
17883         Change include from <time.h> to "strftime.h".
17884         * modules/yesno: Add lib/yesno.h.
17885         * modules/backupfile: Remove lib/addext.c.
17886         * modules/euidaccess: Add stat-macros.h.
17887         * modules/canonicalize, modules/euidaccess,
17888         modules/filemode, modules/lchown, modules/makepath,
17889         modules/rmdir, modules/stat: Likewise.
17890
17891 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
17892
17893         Merge from tar.
17894         * lib/argp-help.c (make_hol, hol_append): Don't assume that
17895         SIZE_MAX is a valid preprocessor constant.
17896         (__argp_basename): Change from "#ifndef _LIBC"
17897         to "#ifndef __argp_short_program_name", so that
17898         we don't compile these functions for tar.
17899
17900         More merges from coreutils.
17901         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
17902         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
17903         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
17904         * lib/addext.c: Remove; no longer needed.
17905         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
17906         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
17907         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
17908         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
17909         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
17910         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
17911         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
17912         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
17913         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
17914         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
17915         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
17916         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
17917         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
17918         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
17919         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
17920         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
17921         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
17922         Import changes from coreutils.
17923
17924 2004-08-05  Simon Josefsson  <jas@extundo.com>
17925
17926         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
17927
17928 2004-08-05  Simon Josefsson  <jas@extundo.com>
17929
17930         * m4/getsubopt.m4: New file.
17931
17932 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
17933
17934         Merge from coreutils.
17935
17936         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
17937         * m4/getcwd-path-max.m4: New files.
17938
17939         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
17940         FILESYSTEM_PREFIX_LEN ->
17941         FILE_SYSTEM_PREFIX_LEN.
17942         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
17943         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
17944         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
17945         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
17946
17947         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
17948         prerequisite modules now handle the DOS stuff.
17949         Don't check for unistd.h.
17950
17951 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
17952
17953         Merge from coreutils.
17954
17955         * lib/.gdb-history: Remove; this doesn't belong here.
17956
17957         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
17958         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
17959         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
17960         * lib/getcwd.c: New files.
17961
17962         * lib/dirname.h: Include <stdbool.h>.
17963         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
17964         for consistency with POSIX terminology.  All uses changed.
17965         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
17966         (strip_trailing_slashes): Use bool for booleans.
17967         * lib/stripslash.c (strip_trailing_slashes): Likewise.
17968
17969         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
17970         sometimes returns a positive errno value even when it succeeds.
17971         (print_errno_message) [!LIBC]: Fall back on strerror if
17972         __strerror_r fails.
17973
17974         * lib/path-concat.c (mempcpy): Don't define if a system header defines
17975         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
17976         (longest_relative_suffix): New function.
17977         (path_concat): Use it.  Assume first argument is not NULL.
17978         Port to DOS.  Omit redundant separators.
17979         Report an error instead of returning NULL.
17980         Use mempcpy instead of memcpy.
17981         (xpath_concat): Remove: not declared or used.
17982
17983         * lib/same.h: Include <stdbool.h>
17984         (same_name): Return bool, not int.
17985         * lib/same.c (same_name): Likewise.
17986         (errno): Don't declare; we assume C89 or better now.
17987
17988         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
17989         if not already defined.
17990
17991         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
17992         * lib/dup-safer.c (errno): Likewise.
17993
17994 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
17995
17996         Merge from coreutils.
17997         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
17998         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
17999         * modules/path-concat: Don't depend on strdup.
18000
18001 2004-08-03  Simon Josefsson  <jas@extundo.com>
18002
18003         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
18004         * lib/progname.h: Don't include stdbool.h.
18005
18006 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
18007
18008         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
18009         * MODULES.html.sh (func_all_modules): Remove fatal.
18010
18011 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
18012
18013         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
18014
18015 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
18016
18017         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
18018         working.
18019
18020 2004-08-02  Simon Josefsson  <jas@extundo.com>
18021
18022         * lib/getsubopt.h: New file, with comments from Bruno Haible.
18023         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
18024         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
18025
18026 2004-08-01  Simon Josefsson  <jas@extundo.com>
18027
18028         * lib/xgetdomainname.c: Include stdlib.h, for free().
18029
18030 2004-07-19  Bruno Haible  <bruno@clisp.org>
18031
18032         * MODULES.html.sh (func_all_modules): Add dummy.
18033
18034 2004-07-16  Simon Josefsson  <jas@extundo.com>
18035
18036         * modules/dummy: New file.
18037
18038 2004-07-16  Simon Josefsson  <jas@extundo.com>
18039
18040         * lib/dummy.c: New file.
18041
18042 2004-07-16  Bruno Haible  <bruno@clisp.org>
18043
18044         * lib/backupfile.h: Add extern "C" for C++.
18045         * lib/closeout.h: Likewise.
18046         * lib/copy-file.h: Likewise.
18047         * lib/findprog.h: Likewise.
18048         * lib/full-write.h: Likewise.
18049         * lib/pathname.h: Likewise.
18050         * lib/progname.h: Likewise.
18051         * lib/stpcpy.h: Likewise.
18052         * lib/stpncpy.h: Likewise.
18053         * lib/strcase.h: Likewise.
18054         * lib/strstr.h: Likewise.
18055         * lib/xalloc.h: Likewise.
18056
18057         * lib/mbswidth.h: Add extern "C" for C++.
18058         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
18059
18060 2004-07-13  Robert Millan  <robertmh@gnu.org>
18061
18062         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
18063
18064 2004-07-09  Simon Josefsson  <jas@extundo.com>
18065
18066         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
18067         failed without this.)
18068
18069 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
18070
18071         * modules/chown (Files): Add lib/fchown-stub.c, since
18072         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
18073
18074 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
18075
18076         * lib/fchown-stub.c: New file.
18077
18078 2004-06-24  Jim Meyering  <jim@meyering.net>
18079
18080         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
18081
18082 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
18083
18084         * modules/argz: Omit "#include".
18085
18086         * MODULES.html.sh (func_all_modules): Add calloc, to match
18087         2004-06-01 addition of calloc module.
18088
18089 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
18090
18091         * m4/argz.m4: New file, which is autoupdated from libtool.
18092
18093 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
18094
18095         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
18096         libtool.
18097
18098 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
18099
18100         * config/srclist-update: Don't insist on "USA." before the
18101         close-comment, as libtool omits the period and puts the */ on a
18102         separate line.
18103         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
18104         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
18105
18106 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
18107
18108         * modules/argz: New file.
18109         * MODULES.html.sh (func_all_modules): Add argz.
18110
18111 2004-06-12  Jim Meyering  <jim@meyering.net>
18112         and  Paul Eggert  <eggert@cs.ucla.edu>
18113
18114         * modules/hash (Files): Add lib/xalloc.h.
18115         * modules/pipe (Depends-on): Add wait-process.
18116         * modules/stat (Depends-on): Add xalloc.
18117         * modules/userspec (Files): Add lib/userspec.h.
18118         * modules/xstrto
18119
18120         Upgrade from gettext-0.13.
18121         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
18122         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
18123         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
18124
18125 2004-06-10  Jim Meyering  <jim@meyering.net>
18126
18127         * lib/calloc.c: New file.
18128
18129 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
18130
18131         * lib/getdate.y (yylex): Allow space between sign and number.
18132         Problem reported by Dan Jacobson.
18133
18134 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
18135
18136         Merge from coreutils CVS.
18137
18138         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
18139         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
18140         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
18141         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
18142         xstrtol.m4: Fix copyright date and/or serial number.
18143
18144         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
18145         See if we need an fchown replacement.
18146         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
18147         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
18148         and use the replacement function if we detect either defect.
18149
18150         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
18151         gl_UTIMECMP.
18152
18153 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
18154         and  Jim Meyering  <jim@meyering.net>
18155
18156         Merge from coreutils CVS.
18157
18158         * lib/stat-macros.h: New file, with contents from file-type.h
18159         and coreutils' system.h.
18160         * lib/file-type.c: Include "stat-macros.h".
18161         * lib/file-type.h (file_type): Move all macro definitions to new file,
18162         stat-macros.h.
18163
18164         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
18165         Wrap old code with this conditional.
18166         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
18167         function that does not dereference symlinks.
18168         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
18169
18170         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
18171         dependency problems.
18172         (xreadlink): Accept new arg SIZE, for efficiency.
18173         All decls and uses changed.
18174         * lib/xreadlink.h: Include <stddef.h>, for size_t.
18175
18176         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
18177         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
18178
18179         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
18180         sysexits.h.
18181
18182 2004-06-01  Jim Meyering  <jim@meyering.net>
18183
18184         * m4/calloc.m4: New file.
18185
18186 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
18187
18188         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
18189         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
18190         Also, fix a typo in a diagnostic.
18191
18192 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
18193
18194         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
18195         or AC_FUNC_REALLOC.
18196
18197 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
18198
18199         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
18200         macros to be defined.
18201         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
18202         the allocator returns NULL because the requested size is zero.
18203
18204 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
18205
18206         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
18207         var.  Add comment explaining why libc still defines it.  This
18208         merges the following patch from glibc:
18209         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
18210
18211 2004-05-20  Andreas Schwab  <schwab@suse.de>
18212
18213         * m4/free.m4: Replace free if it not known to work, not the other
18214         way round.
18215
18216 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
18217
18218         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
18219         present in glibc since revision 1.1 of this file.
18220         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
18221         obstack_alignment_mask, obstack_alloc, obstack_base,
18222         obstack_blank, obstack_blank_fast, obstack_chunk_size,
18223         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
18224         obstack_grow0, obstack_init, obstack_int_grow,
18225         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
18226         obstack_next_free, obstack_object_size, obstack_ptr_grow,
18227         obstack_ptr_grow_fast, obstack_room): Remove declarations of
18228         nonexistent functions.
18229
18230 2004-05-18  Karl Berry  <karl@gnu.org>
18231
18232         * config/srclist.txt: break link for vasnprintf.c.
18233
18234 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
18235
18236         Port obstack to the AS/400, where pointers are 16 bytes wide and
18237         you cannot cast an integer to a valid pointer.  This patch is
18238         currently waiting to be integrated into glibc; see
18239         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
18240
18241         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
18242         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
18243         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
18244         (struct obstack): temp member is now a union of a pointer and
18245         an integer, instead of an integer.  All integer uses changed.
18246         This does not affect the physical layout of struct obstack,
18247         except on hosts (like the AS/400) where the size or alignment of
18248         void * is greater than that of ptrdiff_t.
18249         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
18250         __STDC__)]: Store temporary in pointer member of union, not
18251         integer member.
18252         * lib/obstack.c: Include <stddef.h>, for offsetof.
18253         (struct fooalign): Remove; it doesn't need a name.
18254         (union fooround): Change double to long double, and add void *.
18255         (DEFAULT_ALIGNMENT): Use offsetof to compute.
18256         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
18257         not a macro.  Hence the values are always int; so remove all
18258         casts-to-int in uses.
18259
18260 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
18261
18262         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
18263         we can get this patch merged into glibc.
18264
18265 2004-05-17  Derek R. Price  <derek@ximbiot.com>
18266             Paul Eggert  <eggert@cs.ucla.edu>
18267
18268         * m4/argp: Depend on alloca.
18269
18270 2004-05-17  Derek R. Price  <derek@ximbiot.com>
18271             Paul Eggert  <eggert@cs.ucla.edu>
18272
18273         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
18274         freecoding.
18275
18276 2004-05-17  Bruno Haible  <bruno@clisp.org>
18277
18278         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
18279         precision that consists of a '.' followed by an empty digit string.
18280         Patch by Tor Lillqvist <tml@iki.fi>.
18281
18282 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
18283
18284         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
18285         for backward compatibility with older code.  We need our own
18286         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
18287         it under some other name, and our alloca.h will define it.
18288
18289 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
18290             Derek Price  <derek@ximbiot.com>
18291
18292         * lib/alloca.c: Include <alloca.h>, to get our interface.
18293         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
18294         include <alloca.h> first.  Use C89 prototype for alloca; this
18295         requires including <stddef.h> for size_t.  Use extern "C" if C++.
18296         Use #elif for simplicity, since we can assume C89 now.
18297         Don't try to source the system alloca.h since it will not be found
18298         and to prevent recursively including its replacement.
18299         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
18300         * lib/regex.c: Likewise.
18301
18302 2004-05-16  Derek Price  <derek@ximbiot.com>
18303             Paul Eggert  <eggert@cs.ucla.edu>
18304
18305         getline cleanup.  This changes the getndelim2 API: both order of
18306         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
18307         no delimiter).
18308
18309         * lib/getline.c: Don't include stddef.h or stdio.h, since our
18310         interface does that.
18311         (getline): Always use getdelim, so that we don't have two
18312         copies of this code.
18313         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
18314         if available.
18315         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
18316         (GETNDELIM2_MAXIMUM): New macro.
18317         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
18318         instead of the old practice of delim2==0.  All callers changed.
18319         Return -1 on overflow, instead of returning junk.
18320         Do not set *linesize unless allocation succeeds.
18321         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
18322         that we include sys/types.h.
18323         * lib/getnline.h: Likewise.
18324         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
18325         (getndelim2): Reorder arguments.
18326         * lib/getnline.c (getnline, getndelim):
18327         Don't discard the NMAX argument.
18328         (getnline): Invoke getndelim, to avoid code duplication.
18329         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
18330         of (size_t) -1 by callers of the getnline family.
18331
18332 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
18333
18334         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
18335         Check for gettimeofday.
18336         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
18337         Check for settimeofday, stime.
18338
18339 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
18340
18341         * lib/nanosleep.c (suspended): Change its type from int to
18342         sig_atomic_t volatile.
18343         (first_call): Make it private to rpl_nanosleep, and have it
18344         be zero initially as that's a bit faster.
18345         (my_usleep): Round up fractional times instead of truncating them,
18346         as this is the usual meaning for 'sleep'.
18347
18348         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
18349         doesn't work.
18350         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
18351         (ENOSYS): Define if not defined.
18352         (settime): Fall back on stime if it exists and settimeofday fails.
18353         But don't bother with fallbacks if a method fails with errno == EPERM.
18354
18355 2004-05-11  Jim Meyering  <jim@meyering.net>
18356
18357         Prior to this change, the save_cwd caller required read access to the
18358         current directory on most systems (ones with the fchdir function).
18359
18360         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
18361         fails, try write-only, and finally, resort to using xgetcwd.
18362
18363 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
18364
18365         * lib/obstack.c, obstack.h: Import changes from libc.
18366
18367 2004-04-28  Bruno Haible  <bruno@clisp.org>
18368
18369         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
18370         also implicitly appends .exe to executables.
18371         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
18372         accepts Windows pathnames.
18373         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
18374         Treat Cygwin like Windows, since it now accepts Windows pathnames.
18375         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
18376         Treat Cygwin like Windows, since it now accepts Windows pathnames.
18377         Reported by Derek Robert Price <derek@ximbiot.com>.
18378
18379 2004-04-21  Karl Berry  <karl@gnu.org>
18380
18381         * config/srclist.txt (localcharset.c): break sync.
18382
18383 2004-04-20  Paul Eggert  <eggert@twinsun.com>
18384
18385         * m4/host-os.m4: Add a copyright notice.
18386
18387 2004-04-20  Jim Meyering  <jim@meyering.net>
18388
18389         Change UTILS_ to gl_ in AC_DEFINE'd names.
18390         Change utils_- and jm_-prefixed variables, too.
18391         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
18392         UTILS_FUNC_MKDIR_TRAILING_SLASH.
18393         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
18394
18395         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
18396         Don't emit trailing blanks.
18397         Also rename jm_-prefixed variables to have gl_ prefix.
18398
18399         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
18400         Also rename jm_-prefixed variables to have gl_ prefix.
18401
18402         * m4/jm-macros.m4: Reflect the renamings.
18403         * m4/prereq.m4: Likewise.
18404
18405 2004-04-20  Jim Meyering  <jim@meyering.net>
18406
18407         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
18408         memory.
18409
18410 2004-04-20  Jim Meyering  <jim@meyering.net>
18411             Bruno Haible  <bruno@clisp.org>
18412
18413         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
18414         memory when realloc fails.
18415
18416 2004-04-19  Jim Meyering  <jim@meyering.net>
18417
18418         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
18419         now that readutmp.c may call `free (0)'.
18420
18421 2004-04-19  Bruno Haible  <bruno@clisp.org>
18422
18423         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
18424         * m4/inttypes_h.m4: Likewise.
18425         * m4/stdint_h.m4: Likewise.
18426         * m4/intmax_t.m4: Likewise.
18427         * m4/uintmax_t.m4: Likewise.
18428
18429 2004-04-18  Jim Meyering  <jim@meyering.net>
18430
18431         * m4/prereq.m4: Don't forbid jm_ prefix.
18432
18433         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
18434         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
18435         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
18436         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
18437         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
18438         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
18439         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
18440         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
18441         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
18442         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
18443         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
18444         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
18445         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
18446         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
18447         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
18448         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
18449         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
18450         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
18451         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
18452
18453 2004-04-18  Jim Meyering  <jim@meyering.net>
18454
18455         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
18456         failure, don't leak memory and do call END_UTMP_ENT.
18457
18458 2004-04-16  Jim Meyering  <jim@meyering.net>
18459
18460         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
18461         coreutils' stat program.
18462         (gl_PREREQ): Don't require jm_PREREQ_STAT.
18463
18464 2004-04-11  Paul Eggert  <eggert@twinsun.com>
18465
18466         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
18467         C89.
18468         (CHAR_BIT): Remove, since we assume C89.
18469         Include <stdint.h> if available, as per current Autoconf CVS advice.
18470
18471 2004-03-31  Jim Meyering  <jim@meyering.net>
18472
18473         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
18474         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
18475         * m4/xalloc.m4: Likewise.
18476
18477 2004-03-30  Paul Eggert  <eggert@twinsun.com>
18478
18479         Merge from coreutils.
18480
18481         * m4/inttostr.m4: New file.
18482         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
18483         Require AM_STDBOOL_H and gl_TIMESPEC instead.
18484         Require gl_CLOCK_TIME.
18485         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
18486
18487 2004-03-30  Paul Eggert  <eggert@twinsun.com>
18488
18489         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
18490         not bool, to be more consistent with Unix conventions.
18491         Suggested by Bruno Haible.
18492
18493         Merge from coreutils.
18494
18495         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
18496         * lib/umaxtostr.c: New files.
18497
18498         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
18499         the usual <time.h> dance.
18500         (get_date): Change signature to support fractional time stamps.
18501         All callers changed.
18502         * lib/getdate.y: Include "getdate.h" first, as we can now
18503         assume C89 and don't need to worry about 'const'.
18504         Similarly, include "unlocked-io.h" near start, not in middle.
18505         Include <limits.h>.
18506         (textint.value): Use long int rather than int.
18507         (textint.digits): Use size_t rather than int.
18508         (BILLION, LOG10_BILLION): New constants.
18509         (parser_control): New member rel_ns.  Members day_ordinal,
18510         time_zone, month, day, hour, minutes, rel_year, rel_month,
18511         rel_day, rel_hour, rel_minutes, rel_seconds
18512         are now long int, not int.  Member seconds is now struct timespec,
18513         not int.  New member timespec_seen.  Members dates_seen, days_seen,
18514         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
18515         not int.
18516         (%union.intval): Now long int, not int.
18517         New member timespec.
18518         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
18519         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
18520         (spec): Now is a timespec or an item list.
18521         (timespec, items): New nonterminals.
18522         (time, rel, relunit, number, get_date):
18523         Add support for fractional seconds.
18524         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
18525         (gmtime, localtime, mktime): Remove decls; not needed with C89.
18526         (to_hour): First arg is now long int, not int.
18527         (to_year): Returns long int, not int.
18528         Don't treat year -70 like 70.
18529         (tm_diff): Returns long int, not int.
18530         (lookup_word): Use bool instead of int when appropriate.
18531         (yylex): Use size_t for count, not int.
18532         Detect overflow when parsing large integer constants.
18533         Add support for fractions.
18534         (get_date): Make pointers 'const' if possible.
18535         Use more-portable code to detect integer overflow.
18536         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
18537         Don't use ctime; it's not reliable if the year has >4 digits.
18538
18539         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
18540         This is for compatibility with BSD.
18541
18542         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
18543         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
18544         From coreutils' system.h.
18545
18546         * lib/userspec.c: Don't include "posixver.h".
18547         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
18548         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
18549         compatible extension.  Simplify code by removing a boolean int
18550         that was always nonzero if a string was nonnull.
18551
18552 2004-03-30  Jim Meyering  <jim@meyering.net>
18553
18554         Merge from coreutils.
18555
18556         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
18557         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
18558         on some systems one must include <grp.h> before it.
18559         Reported by Christian Krackowizer.
18560
18561 2004-03-30  Jim Meyering  <jim@meyering.net>
18562
18563         Merge from coreutils.
18564
18565         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
18566
18567         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
18568         an empty input stream.
18569
18570         * lib/readtokens.c: Include <stdbool.h>.
18571         (readtoken): Use `size_t' rather than int/long.
18572         All callers adjusted.
18573         Use `bool' rather than `int' where appropriate.
18574         Use memset rather than an explicit loop.
18575         Use x2nrealloc rather than xrealloc.
18576         Allow the use of `\0' as a delimiter.
18577         (readtokens): Likewise.
18578         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
18579
18580 2004-03-30  Jim Meyering  <jim@meyering.net>
18581
18582         * m4/realloc.m4: Remove file, since now it does no more than
18583         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
18584         the `configure.ac' section of module/realloc.
18585         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
18586
18587 2004-03-30  Bruno Haible  <bruno@clisp.org>
18588
18589         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
18590         nonnull.
18591
18592 2004-03-29  Paul Eggert  <eggert@twinsun.com>
18593
18594         Merge changes to getloadavg.c from coreutils and Emacs.
18595
18596         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
18597         Define to an expression, not to the empty string.
18598         Include cloexec.h and xalloc.h.
18599         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
18600         Use set_cloexec_flag rather than rolling our own.
18601         * lib/cloexec.c, lib/cloexec.h: New files.
18602
18603 2004-03-29  Paul Eggert  <eggert@twinsun.com>
18604
18605         * m4/cloexec.m4: New file.
18606
18607 2004-03-18  Paul Eggert  <eggert@twinsun.com>
18608
18609         * lib/getopt.h: Sync with libc CVS.
18610
18611 2004-03-18  Paul Eggert  <eggert@twinsun.com>
18612             Bruno Haible  <bruno@clisp.org>
18613
18614         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
18615         mbswidth.
18616
18617 2004-03-18  Paul Eggert  <eggert@twinsun.com>
18618             Bruno Haible  <bruno@clisp.org>
18619
18620         * lib/mbswidth.h: Include <wchar.h> only if
18621         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
18622         <wchar.h>.
18623         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
18624
18625 2004-03-09  Paul Eggert  <eggert@twinsun.com>
18626
18627         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
18628         Sync with libc CVS.
18629         * lib/getopt_int.h: New file, also synced from libc.
18630
18631 2004-03-09  Paul Eggert  <eggert@twinsun.com>
18632
18633         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
18634         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
18635         Bring back getopt.c, getopt.h, getopt1.c.
18636
18637 2004-03-07  Paul Eggert  <eggert@twinsun.com>
18638
18639         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
18640         All uses changed.  Check for sa_sigaction member; this fixes
18641         a bug first reported by Jason Andrade in
18642         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
18643
18644 2004-03-07  Paul Eggert  <eggert@twinsun.com>
18645
18646         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
18647         '#if' expressions.  Unlike the code it replaces, it does not
18648         depend on (defined _SC_PAGESIZE).  However, it does depend on
18649         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
18650         first reported by Jason Andrade in
18651         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
18652
18653 2004-02-25  Simon Josefsson  <jas@extundo.com>
18654
18655         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
18656
18657 2004-02-25  Simon Josefsson  <jas@extundo.com>
18658
18659         * lib/strdup.h: New file.
18660         * lib/strdup.c: Include it.
18661         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
18662         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
18663
18664 2004-02-23  Karl Berry  <karl@gnu.org>
18665
18666         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
18667         (from fencepost.gnu.org:/gd/gnuorg).
18668
18669 2004-02-23  Karl Berry  <karl@gnu.org>
18670
18671         * config/srclistvars.sh (GNUORG) [karl]: redefine.
18672         * config/srclist.txt: add maintain/standards documents.
18673
18674 2004-02-18  Bruno Haible  <bruno@clisp.org>
18675
18676         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
18677         Reported by Derek Robert Price <derek@ximbiot.com>.
18678
18679 2004-02-16  Karl Berry  <karl@gnu.org>
18680
18681         * config/mkinstalldirs, install-sh: update from automake.
18682
18683 2004-02-06  Karl Berry  <karl@gnu.org>
18684
18685         * m4/po.m4: update from gettext 0.14.1.
18686
18687 2004-02-06  Karl Berry  <karl@gnu.org>
18688
18689         * lib/config.charset: update from gettext 0.14.1.
18690
18691 2004-02-05  Paul Eggert  <eggert@twinsun.com>
18692
18693         Add comments and code, prompted by suggestions from Bruno Haible
18694         for sh-quote.
18695         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
18696         describing the enum quoting_style values.
18697         * lib/quotearg.c (quotearg_alloc): New function.
18698         (quotearg_buffer_restyled): Treat lone { and } as special.
18699         Treat = as special.  Work around bug with older shells
18700         that "see" a '\' that is really the 2nd byte of a multibyte char.
18701         Quote empty string with shell_quoting_style.
18702
18703 2004-02-03  Bruno Haible  <bruno@clisp.org>
18704
18705         * m4/pipe.m4: New file, from GNU gettext.
18706
18707 2004-02-03  Bruno Haible  <bruno@clisp.org>
18708
18709         * lib/pipe.h: New file, from GNU gettext.
18710         * lib/pipe.c: New file, from GNU gettext.
18711
18712 2004-01-27  Bruno Haible  <bruno@clisp.org>
18713
18714         * m4/execute.m4: New file, from GNU gettext.
18715
18716 2004-01-27  Bruno Haible  <bruno@clisp.org>
18717
18718         * lib/execute.h: New file, from GNU gettext.
18719         * lib/execute.c: New file, from GNU gettext.
18720         * lib/w32spawn.h: New file, from GNU gettext.
18721
18722 2004-01-24  Paul Eggert  <eggert@twinsun.com>
18723
18724         Merge from diffutils.
18725
18726         * lib/file-type.c (file_type): Add typed memory objects.
18727         * lib/file-type.h (S_TYPEISTMO): New macro.
18728
18729         * lib/c-stack.h (c_stack_action): Remove argv argument.
18730         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
18731         (die): Don't calculate message unless segv_action returns.
18732         (get_stack_location, min_address_from_argv, max_address_from_argv,
18733         volatile stack_base, volatile_stack_size): Remove.
18734         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
18735         that every segmentation violation is a stack overflow.  (Ouch!)
18736         See Debian bug 136249 (still outstanding) for more info about why
18737         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
18738
18739 2004-01-24  Paul Eggert  <eggert@twinsun.com>
18740
18741         Exit-status fix from coreutils.
18742
18743         Use exit_failure consistently in place of EXIT_FAILURE,
18744         so that program exit statuses are consistent on failure.
18745
18746         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
18747         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
18748         * lib/argmatch.h: Comment fix to match the above.
18749         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
18750         Now a macro referring to exit_failure, instead of a separate
18751         variable.  Include "exitfail.h" to get it.
18752         * lib/xstrtol.h: Include "exitfail.h".
18753         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
18754
18755         * lib/long-options.c (parse_long_options): Use prototype
18756         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
18757         for clarity.
18758
18759 2004-01-21  Jim Meyering  <jim@meyering.net>
18760
18761         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
18762         so as not to conflict with a different-sized __mktime_internal
18763         function in GNU libc.
18764         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
18765         Problem building statically-linked `ls' reported by Michael Brunnbauer.
18766
18767 2004-01-20  Karl Berry  <karl@gnu.org>
18768
18769         * config/config.guess: update from config.
18770
18771         * config/srclistvars.sh: GNUWWWLICENSES for karl.
18772
18773 2004-01-20  Bruno Haible  <bruno@clisp.org>
18774
18775         Safer stack allocation.
18776         * lib/setenv.c: Include allocsa.h.
18777         (alloca): Remove fallback definition.
18778         (freea): Remove macro.
18779         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
18780         instead of freea.
18781
18782 2004-01-20  Bruno Haible  <bruno@clisp.org>
18783
18784         * m4/eealloc.m4: New file, from GNU gettext.
18785
18786 2004-01-20  Bruno Haible  <bruno@clisp.org>
18787
18788         * m4/allocsa.m4: New file, from GNU gettext.
18789
18790 2004-01-20  Bruno Haible  <bruno@clisp.org>
18791
18792         * lib/xallocsa.h: New file, from GNU gettext.
18793         * lib/xallocsa.c: New file, from GNU gettext.
18794
18795 2004-01-20  Bruno Haible  <bruno@clisp.org>
18796
18797         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
18798
18799 2004-01-20  Bruno Haible  <bruno@clisp.org>
18800
18801         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
18802         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
18803         specially.
18804
18805 2004-01-20  Bruno Haible  <bruno@clisp.org>
18806
18807         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
18808         patch.
18809
18810 2004-01-20  Bruno Haible  <bruno@clisp.org>
18811
18812         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
18813
18814 2004-01-20  Bruno Haible  <bruno@clisp.org>
18815
18816         * lib/eealloc.h: New file.
18817
18818 2004-01-20  Bruno Haible  <bruno@clisp.org>
18819
18820         * lib/binary-io.h: Avoid warnings on Cygwin.
18821
18822 2004-01-20  Bruno Haible  <bruno@clisp.org>
18823
18824         * lib/allocsa.h: New file, from GNU gettext.
18825         * lib/allocsa.c: New file, from GNU gettext.
18826
18827 2004-01-18  Karl Berry  <karl@gnu.org>
18828
18829         * doc/gpl.texi, doc/lgpl.texi: new files.
18830
18831 2004-01-18  Karl Berry  <karl@gnu.org>
18832
18833         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
18834         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
18835
18836 2004-01-15  Paul Eggert  <eggert@twinsun.com>
18837
18838         Merge from coreutils.
18839
18840         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
18841         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
18842         (gl_DEFAULT_POSIX2_VERSION): Move
18843         the documentation from 'configure' into 'config.hin',
18844         so that 'configure --help' isn't burdened by it and
18845         we don't have to worry about its formatting there.
18846         Reword the documentation so that it's more succinct
18847         and can be run together into a single paragraph.
18848         * m4/same.m4 (gl_SAME): Check for pathconf.
18849
18850 2004-01-15  Paul Eggert  <eggert@twinsun.com>
18851
18852         Merge from coreutils.
18853
18854         * lib/posixver.c: Include posixver.h.
18855
18856         * lib/same.c: Include <stdbool.h>, <limits.h>.
18857         (_POSIX_NAME_MAX): Define if not defined.
18858         (MIN): New macro.
18859         (same_name): If file names are silently truncated, report
18860         that the file names are the same if they are the same after
18861         the silent truncation.
18862
18863         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
18864         conversion function.
18865         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
18866         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
18867         longer needed.
18868
18869 2004-01-15  Jim Meyering  <jim@meyering.net>
18870
18871         Merge from coreutils.
18872
18873         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
18874         if no library is required.
18875         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
18876         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
18877         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
18878         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
18879         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
18880         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
18881         value, $ac_cv_search_crypt, if it's "none required".
18882         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
18883         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
18884         not gl_FUNC_GETLOADAVG.
18885         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
18886         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
18887
18888 2004-01-15  Jim Meyering  <jim@meyering.net>
18889
18890         Merge from coreutils.
18891
18892         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
18893         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
18894         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
18895
18896         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
18897         optional configure-time default.
18898
18899         * lib/version-etc.c (version_etc_copyright): Update copyright date.
18900
18901         * lib/xreadlink.c (xreadlink): Correct outdated comment.
18902
18903 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
18904
18905         Merge from coreutils.
18906
18907         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
18908         value, $ac_cv_search_nanosleep, if it's "none required".
18909
18910 2004-01-14  Paul Eggert  <eggert@twinsun.com>
18911
18912         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
18913         with like-named macro in fnmatch.c.
18914         (EXT): Use an internal constant instead.
18915
18916         Merge fnmatch patches from glibc.
18917         * lib/fnmatch.c (mbsinit): Remove define.
18918         Add libc_hidden_ver (__fnmatch, fnmatch).
18919         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
18920         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
18921
18922 2004-01-14  Karl Berry  <karl@gnu.org>
18923
18924         * config/install-sh: update from automake.
18925
18926 2004-01-13  Karl Berry  <karl@gnu.org>
18927
18928         * config/install-sh: update from automake.
18929
18930 2004-01-09  Karl Berry  <karl@gnu.org>
18931
18932         * config/install-sh: update from automake.
18933
18934 2004-01-05  Karl Berry  <karl@gnu.org>
18935
18936         * config/config.{sub,guess}: update from config.
18937
18938 2003-12-31  Karl Berry  <karl@gnu.org>
18939
18940         * config/depcomp: update from automake.
18941
18942 2003-12-14  Karl Berry  <karl@gnu.org>
18943
18944         * lib/config.charset: update from gettext-runtime.
18945
18946 2003-12-03  Paul Eggert  <eggert@twinsun.com>
18947
18948         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
18949         Bug reported by Alfred M. Szmidt.
18950
18951 2003-12-03  Bruno Haible  <bruno@clisp.org>
18952
18953         * m4/gettext.m4: Upgrade from gettext-0.13.
18954         * m4/po.m4: Upgrade from gettext-0.13.
18955         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
18956         * m4/intmax.m4: New file, from gettext-0.13.
18957         * m4/printf-posix.m4: New file, from gettext-0.13.
18958
18959 2003-11-29  Karl Berry  <karl@gnu.org>
18960
18961         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
18962
18963 2003-11-25  Paul Eggert  <eggert@twinsun.com>
18964             Bruno Haible  <bruno@clisp.org>
18965
18966         * lib/printf-parse.h: Don't include sys/types.h.
18967         (ARG_NONE): New macro.
18968         (char_directive): Change type of *arg_index fields to size_t.
18969         * lib/printf-parse.c: Don't include sys/types.h.
18970         (SSIZE_MAX): Remove macro.
18971         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
18972         Remove unnecessary overflow check.
18973         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
18974         fields.
18975
18976 2003-11-25  Bruno Haible  <bruno@clisp.org>
18977
18978         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
18979
18980 2003-11-25  Bruno Haible  <bruno@clisp.org>
18981
18982         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
18983         gt_TYPE_SSIZE_T.
18984
18985 2003-11-24  Paul Eggert  <eggert@twinsun.com>
18986
18987         * modules/alloca: Remove dependency on xalloc.
18988
18989 2003-11-24  Paul Eggert  <eggert@twinsun.com>
18990
18991         * lib/alloca.c: Remove dependency on xalloc module.
18992         (xalloc_die): Remove.
18993         (memory_full) [!defined emacs]: New macro.
18994         [!defined emacs]: Don't include xalloc.h.
18995         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
18996         address arithmetic overflows.  Change datatypes a bit to avoid
18997         unnecessary casts.
18998
18999 2003-11-22  Jim Meyering  <jim@meyering.net>
19000
19001         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
19002         s/size/size_t/.
19003
19004 2003-11-21  Karl Berry  <karl@gnu.org>
19005
19006         * config/config.{sub,guess}: update from config.
19007
19008 2003-11-18  Karl Berry  <karl@gnu.org>
19009
19010         * config/config.{sub,guess}: update from config.
19011
19012         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
19013
19014 2003-11-17  Paul Eggert  <eggert@twinsun.com>
19015
19016         * README: Mention that S+T cannot overflow if S is the size of
19017         an existing object and T is sufficiently small.
19018
19019 2003-11-17  Jim Meyering  <jim@meyering.net>
19020
19021         On systems without utime and without a utimes function capable of
19022         dealing with a NULL struct utimbuf* argument, this utime replacement
19023         could -- in unusual circumstances -- leak a file descriptor.
19024         * lib/utime.c: Include <unistd.h> and <errno.h>.
19025         (utime_null): Be sure to close `fd' and to preserve errno.
19026         Reported by Geoff Collyer via Arnold Robbins.
19027
19028 2003-11-17  Bruno Haible  <bruno@clisp.org>
19029
19030         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
19031         (Depends-on): Add xsize.
19032
19033 2003-11-17  Bruno Haible  <bruno@clisp.org>
19034
19035         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
19036
19037 2003-11-17  Bruno Haible  <bruno@clisp.org>
19038
19039         * lib/vasnprintf.c (alloca): Remove fallback definition.
19040         (freea): Remove definition.
19041         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
19042         Reported by Paul Eggert.
19043
19044 2003-11-16  Paul Eggert  <eggert@twinsun.com>
19045             Bruno Haible  <bruno@clisp.org>
19046
19047         Protect against address arithmetic overflow.
19048         * lib/printf-args.h: Include stddef.h.
19049         (arguments): Change type of field 'count' to size_t.
19050         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
19051         'unsigned int' where appropriate.
19052         * lib/printf-parse.h: Include sys/types.h.
19053         (char_directive): Change type of *arg_index fields to ssize_t.
19054         (char_directives): Change type of fields 'count', max_*_length to
19055         size_t.
19056         * lib/printf-parse.c: Include sys/types.h and xsize.h.
19057         (SSIZE_MAX): Define fallback value.
19058         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
19059         instead of 'int' where appropriate. Check a_allocated, d_allocated
19060         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
19061         * lib/vasnprintf.c: Include xsize.h.
19062         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
19063         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
19064         overflow. Avoid wraparound when converting a width or precision from
19065         decimal to binary.
19066
19067 2003-11-16  Bruno Haible  <bruno@clisp.org>
19068
19069         Update from GNU gettext.
19070         * lib/printf-parse.c: Generalize to it can be compiled for wide
19071         strings.
19072         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
19073         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
19074         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
19075         SNPRINTF): New macros.
19076         Don't include <alloca.h> if the file is used inside libintl.
19077         (local_wcslen): New function, for Solaris 2.5.1.
19078         (VASNPRINTF): Use it instead of wcslen.
19079
19080 2003-11-16  Bruno Haible  <bruno@clisp.org>
19081
19082         * lib/xsize.h (xmax): New function.
19083         (xsum, xsum3, xsum4): Declare as "pure" functions.
19084
19085 2003-11-12  Paul Eggert  <eggert@twinsun.com>
19086
19087         * modules/xalloc (Files): Undo latest change, since xalloc.h
19088         no longer needs SIZE_MAX or PTRDIFF_MAX.
19089
19090 2003-11-12  Paul Eggert  <eggert@twinsun.com>
19091
19092         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
19093         gl_PTRDIFF_MAX.
19094
19095 2003-11-12  Paul Eggert  <eggert@twinsun.com>
19096
19097         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
19098         "return", to pacify some unknown compiler.  Problem reported
19099         by Joerg Schilling.
19100
19101 2003-11-12  Paul Eggert  <eggert@twinsun.com>
19102
19103         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
19104         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
19105         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
19106         heuristic is just as accurate as far as we know, and it removes a
19107         dependency on size_max.m4 and ptrdiff_max.m4.
19108
19109 2003-11-11  Bruno Haible  <bruno@clisp.org>
19110
19111         * modules/xsize (Files): Add m4/size_max.m4.
19112         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
19113
19114 2003-11-11  Bruno Haible  <bruno@clisp.org>
19115
19116         * m4/size_max.m4: New file.
19117         * m4/ptrdiff_max.m4: New file.
19118         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
19119         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
19120         (gl_XALLOC): Invoke it.
19121
19122 2003-11-11  Bruno Haible  <bruno@clisp.org>
19123
19124         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
19125         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
19126         defined.
19127
19128 2003-11-10  Paul Eggert  <eggert@twinsun.com>
19129
19130         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
19131         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
19132         rejected some allocations of exactly SIZE_MAX - 2 bytes.
19133         From Bruno Haible.
19134         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
19135         not (size_t) -1, since it's defined here.
19136
19137 2003-11-09  Karl Berry  <karl@gnu.org>
19138
19139         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
19140
19141 2003-11-06  Paul Eggert  <eggert@twinsun.com>
19142
19143         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
19144         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
19145         Reject sizes of exactly SIZE_MAX bytes.
19146         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
19147         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
19148
19149 2003-11-05  Bruno Haible  <bruno@clisp.org>
19150
19151         * lib/xsize.h: Include limits.h, to avoid a possible collision with
19152         SIZE_MAX defined in <limits.h> on Solaris.
19153
19154 2003-11-04  Jim Meyering  <jim@meyering.net>
19155
19156         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
19157         variable names, rather than @VAR@.
19158         * modules/poll: Likewise.
19159
19160 2003-11-04  Bruno Haible  <bruno@clisp.org>
19161
19162         * modules/xsize: New file.
19163         * modules/linebreak: Depend on xsize.
19164         * MODULES.html.sh (func_all_modules): Add xsize.
19165
19166 2003-11-04  Bruno Haible  <bruno@clisp.org>
19167
19168         * m4/xsize.m4: New file.
19169
19170 2003-11-04  Bruno Haible  <bruno@clisp.org>
19171
19172         * lib/xsize.h: New file.
19173         * lib/linebreak.c: Include xsize.h.
19174         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
19175         argument for overflow.
19176         Suggested by Paul Eggert.
19177
19178 2003-11-03  Karl Berry  <karl@gnu.org>
19179
19180         * config/config.{guess,sub}: update from config.
19181
19182 2003-11-03  Jim Meyering  <jim@meyering.net>
19183
19184         * modules/userspec (lib_SOURCES): Add userspec.h.
19185         (Include): Add "userspec.h".
19186         Improve description.
19187
19188 2003-11-03  Jim Meyering  <jim@meyering.net>
19189
19190         * lib/userspec.c: Include "userspec.h".
19191         * lib/userspec.h: New file.
19192
19193 2003-11-03  Bruno Haible  <bruno@clisp.org>
19194
19195         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
19196
19197 2003-11-03  Bruno Haible  <bruno@clisp.org>
19198
19199         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
19200         available, to avoid (extremely rare) race condition.
19201         Suggested by Paul Eggert.
19202
19203 2003-11-02  Karl Berry  <karl@gnu.org>
19204
19205         * config/srclist.txt (vasprintf.c): sync broken, sigh.
19206
19207 2003-10-31  Paul Eggert  <eggert@twinsun.com>
19208
19209         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
19210         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
19211         (read_filesystem_list): Set and use me_type_malloced.
19212         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
19213         whatever the type happens to be), for brevity and consistency.
19214         Check for size calculation overflow on Alphas running OSF/1.
19215
19216 2003-10-31  Jim Meyering  <jim@meyering.net>
19217
19218         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
19219
19220         * lib/linebuffer.c: Include <string.h> for declaration of memset.
19221
19222 2003-10-30  Paul Eggert  <eggert@twinsun.com>
19223             Bruno Haible  <bruno@clisp.org>
19224
19225         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
19226         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
19227
19228 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
19229
19230         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
19231         netbsd*-gnu*.  Suggested by Robert Millan.
19232
19233 2003-10-29  Paul Eggert  <eggert@twinsun.com>
19234
19235         * modules/group-member: Depend on stdbool.
19236
19237 2003-10-29  Paul Eggert  <eggert@twinsun.com>
19238
19239         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
19240
19241 2003-10-29  Paul Eggert  <eggert@twinsun.com>
19242
19243         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
19244         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
19245         after the 'gnu' in these cases.  This fixes some bugs in the
19246         previous change, and is based on suggestions by Robert Millan.
19247
19248 2003-10-29  Paul Eggert  <eggert@twinsun.com>
19249
19250         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
19251         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
19252         no longer needed.
19253         * lib/quotearg.c (quotearg_n_options): Use it.
19254         * lib/group-member.c: Include <stdbool.h>.
19255         (free_group_info): Arg is now const *; don't free arg.
19256         (get_group_info): Now returns bool and accepts struct group_info *,
19257         rather than returning a malloc'ed struct group_info *.
19258         All uses changed.  Check for overflow in internal size calculation.
19259
19260         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
19261         rather than xmalloc/xrealloc.
19262         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
19263         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
19264         conformance bug: the old code used a pointer after freeing the
19265         storage that it addressed.
19266         * lib/hash.c (hash_initialize): Simplify the code by using
19267         xalloc_oversized rather than doing it by hand.
19268         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
19269         the buffer preserved.  Use free and xmalloc instead.
19270         * lib/quotearg.c (quotearg_n_options): Likewise.
19271         Use a simpler test for size overflow.  Don't use xalloc_oversized
19272         because unsigned int might be wider than size_t (!); this suggests
19273         that we should switch from unsigned int to size_t for slot numbers.
19274
19275 2003-10-28  Paul Eggert  <eggert@twinsun.com>
19276
19277         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
19278         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
19279         NetBSD kernels.  Requested by Richard Stallman.
19280
19281 2003-10-27  Paul Eggert  <eggert@twinsun.com>
19282
19283         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
19284         to allocate the returned structure.  Do not allocate a subarray,
19285         as x2nrealloc will do that.
19286         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
19287         instead of xnrealloc.
19288         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
19289
19290 2003-10-27  Bruno Haible  <bruno@clisp.org>
19291
19292         * lib/stdbool_.h: Better support for BeOS.
19293
19294 2003-10-26  Paul Eggert  <eggert@twinsun.com>
19295
19296         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
19297         now uses inline.
19298
19299 2003-10-26  Paul Eggert  <eggert@twinsun.com>
19300
19301         * lib/xalloc.h (xalloc_oversized): New static inline function, for
19302         callers that want to do their own size-overflow checking.  Include
19303         <stdbool.h>, since xalloc_oversized returns bool.
19304         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
19305         to use xalloc_oversized.
19306
19307         Add two functions x2realloc, x2nrealloc, for programs that grow
19308         arrays dynamically by doubling their sizes.
19309         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
19310         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
19311         New functions.
19312
19313         Port to C99 semantics for 'inline' of external functions.
19314         Bug reported by Bruno Haible.
19315         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
19316         with the old contents of xnmalloc.
19317         (xnmalloc, xmalloc): Use it.
19318         (xnrealloc_inline): New static inline function,
19319         with the old contents of xnrealloc.
19320         (xnrealloc, xrealloc): Use it.
19321
19322         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
19323         that.
19324
19325 2003-10-26  Karl Berry  <karl@gnu.org>
19326
19327         * config/srclist.txt (COPYING.DOC): no longer available from
19328         /gd/gnuorg; don't know where the ultimate source is.
19329
19330 2003-10-25  Paul Eggert  <eggert@twinsun.com>
19331
19332         Fix several address-calculation bugs in the hash modules,
19333         plus some minor code cleanup.
19334
19335         * lib/hash.h: Include <stdbool.h>, for bool.
19336         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
19337         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
19338         hash_get_n_entries, hash_get_max_bucket_length,
19339         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
19340         hash_rehash): Use size_t rather than unsigned.
19341         * lib/hash.c (struct hash_table, hash_get_n_buckets,
19342         hash_get_n_buckets_used, hash_get_n_entries,
19343         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
19344         hash_get_entries, hash_do_for_each, hash_string, is_prime,
19345         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
19346         Likewise.
19347         (SIZE_MAX): Define if not defined.
19348         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
19349         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
19350         hash_print):
19351         Use const * when possible.
19352         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
19353         (check_tuning): Fix bug: if tuning parameters were very close to
19354         0 or 1, rounding errors could have caused subscript violations.
19355         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
19356         (hash_initialize): Add 'fail:' label
19357         to free table and return NULL, and use it to simplify code.
19358         Use calloc rather than clearing the storage ourself.
19359         (hash_initialize, hash_rehash): Check for arithmetic overflow in
19360         buffer size calculations.
19361         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
19362         Include <stddef.h>, for size_t.
19363         * lib/hash-pjw.c (hash_pjw): Likewise.
19364         Switch to method described by Bruno Haible.
19365         Include <limits.h>, for CHAR_BIT.
19366         (SIZE_BITS): New macro.
19367
19368 2003-10-23  Paul Eggert  <eggert@twinsun.com>
19369
19370         * m4/getline.m4 (AM_FUNC_GETLINE):
19371         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
19372         hosts.  Problem reported by Derek Robert Price in
19373         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
19374         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
19375         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
19376
19377 2003-10-21  Paul Eggert  <eggert@twinsun.com>
19378
19379         * lib/getndelim2.c (getndelim2): When size calculation overflows,
19380         ceiling the allocation at NMAX bytes rather than silently
19381         discarding input bytes before NMAX is reached.  This makes
19382         a difference only if NMAX exceeds SIZE_MAX / 2.
19383
19384         * lib/obstack.c: Merge from glibc.
19385         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
19386         Add libc_hidden_def (_obstack_newchunk).
19387         (_obstack_free) [! defined _LIBC]: Remove.
19388         [defined _LIBC]: Make a strong alias from obstack_free, rather than
19389         a clone of the function body.
19390         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
19391         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
19392
19393         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
19394         glibc.
19395         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
19396         arg to memcpy.
19397
19398         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
19399         (obstack_ptr_grow_fast, obstack_int_grow_fast):
19400         Don't use lvalue casts, as GCC plans to remove support for them
19401         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
19402         was also present in the non-GCC version, indicating that this
19403         code had always been buggy and had never been widely used.
19404         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
19405         Use the fast variant of each macro, rather than copying the
19406         definiens of the fast variant; that way, we'll be more likely to
19407         catch future bugs in the fast variants.
19408
19409 2003-10-20  Bruno Haible  <bruno@clisp.org>
19410
19411         * modules/wait-process: New file.
19412         * MODULES.html.sh (func_all_modules): Add wait-process.
19413
19414 2003-10-20  Bruno Haible  <bruno@clisp.org>
19415
19416         * m4/wait-process.m4: New file.
19417
19418 2003-10-20  Bruno Haible  <bruno@clisp.org>
19419
19420         * lib/wait-process.h: New file, from GNU gettext.
19421         * lib/wait-process.c: New file, from GNU gettext.
19422
19423 2003-10-19  Jim Meyering  <jim@meyering.net>
19424
19425         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
19426         HPUX 10.20.
19427
19428 2003-10-18  Karl Berry  <karl@gnu.org>
19429
19430         * config/config.guess: update from config.
19431
19432 2003-10-16  Paul Eggert  <eggert@twinsun.com>
19433
19434         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
19435         (getgroups): First arg is int, not size_t.
19436         Don't let 'free' mangle errno.
19437
19438 2003-10-16  Paul Eggert  <eggert@twinsun.com>
19439
19440         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
19441
19442 2003-10-16  Karl Berry  <karl@gnu.org>
19443
19444         * config/config.{guess,sub}: update from config.
19445
19446 2003-10-16  Jim Meyering  <jim@meyering.net>
19447
19448         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
19449         memcpy.
19450
19451 2003-10-15  Paul Eggert  <eggert@twinsun.com>
19452
19453         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
19454         (SIZE_MAX): Remove.
19455         (new_exclude, add_exclude_file): Initial size no longer needs to
19456         be a power of 2.
19457         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
19458         our own address arithmetic overflow checking.
19459
19460         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
19461         (fnmatch): Do not alloca more than 2000 wide characters;
19462         instead, use malloc for large buffers.
19463         Check for address arithmetic overflow, and return -1
19464         with errno set to ENOMEM in that case.
19465         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
19466         (NEW_PATTERN): Do not alloca more than 8000 bytes;
19467         instead, return -1.  Check for address arithmetic overflow.
19468
19469 2003-10-14  Paul Eggert  <eggert@twinsun.com>
19470
19471         Handle invalid suffixes and overflow independently, so that
19472         callers can treat them independently as needed.  Fix some bugs in
19473         suffix handling, e.g., "100k@" was not diagnosed as an invalid
19474         suffix for a human-readable blocksize.  The major caller-visible
19475         change is the addition of a new
19476         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
19477         that both overflow and suffix chars were found.
19478
19479         * lib/human.c (humblock): Don't check separately for invalid suffix
19480         char; that is xstrtoumax's job (now that its bug is fixed).
19481         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
19482         INTMAX_MAX]: New macros.
19483         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
19484         TYPE_MAXIMUM): New macros.
19485         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
19486         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
19487         if overflow occurs, as it's what __strtol does and it's more useful
19488         in practice.
19489         (__xstrtol): If __strtol reports some error other than ERANGE,
19490         reflect it to the caller as LONGINT_INVALID.  If it reports
19491         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
19492         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
19493         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
19494         value.
19495         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
19496         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
19497         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
19498         [defined UINTMAX_MAX]: New macros.
19499
19500 2003-10-14  Bruno Haible  <bruno@clisp.org>
19501
19502         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
19503
19504 2003-10-14  Bruno Haible  <bruno@clisp.org>
19505
19506         * m4/sig_atomic_t: New file, from GNU gettext.
19507         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
19508
19509 2003-10-14  Bruno Haible  <bruno@clisp.org>
19510
19511         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
19512         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
19513         Also use volatile where needed.
19514
19515 2003-10-12  Paul Eggert  <eggert@twinsun.com>
19516
19517         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
19518         Change maintainer from Bruno Haible to 'all'.
19519
19520 2003-10-12  Paul Eggert  <eggert@twinsun.com>
19521
19522         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
19523
19524 2003-10-12  Paul Eggert  <eggert@twinsun.com>
19525
19526         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
19527         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
19528         and define in terms of the other primitives.
19529         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
19530         (SIZE_MAX): Define if not already defined.
19531         (array_size_overflow): New function.
19532         (xalloc_die): Abort instead of exiting if 'error' returns.
19533         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
19534         (xmalloc, xrealloc): Use them.
19535         (xcalloc): Check for address arithmetic overflow.
19536         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
19537         a bit faster than strcpy.
19538
19539 2003-10-10  Simon Josefsson  <jas@extundo.com>
19540
19541         * modules/argp (Depends-on): Add restrict and strcase.
19542
19543 2003-10-10  Simon Josefsson  <jas@extundo.com>
19544
19545         * m4/argp.m4: Add AC_C_INLINE.
19546
19547 2003-10-08  Paul Eggert  <eggert@twinsun.com>
19548
19549         Merge getpass from libc, plus a few fixes.
19550
19551         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
19552         Include <stdbool.h>.
19553         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
19554         __fsetlocking to empty.
19555         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
19556         do include <bits/libc-lock.h>.
19557         Do not include <fcntl.h>; not needed.
19558         [_LIBC]: Include <wchar.h>.
19559         (NOTCANCEL_MODE): New macro.
19560         (flockfile, funlockfile) [_LIBC]: New macros.
19561         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
19562         [!_LIBC]: New macros.
19563         (call_fclose): New function.
19564         (getpass): Use it.  Save tty stream separately; this simplifies the
19565         code and makes it more reliable if stdin happens to equal stdout.
19566         Invoke __fsetlocking on tty.
19567         Handle thread cancellation if needed.
19568         Namespace cleanup (use __tcgetattr, __getline).
19569         Use bool for Booleans.
19570         [USE_IN_LIBIO]: Handle wide streams.
19571         [!_LIBC]: Unconditionally do the fseek, since we don't know what
19572         stream might go where.
19573
19574         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
19575         doesn't have to include <stdio.h> before us.
19576         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
19577         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
19578         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
19579         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
19580         if not declared, so that we can use getpass.c code from libc without
19581         rewriting it.
19582         (flockfile, ftrylockfile, funlockfile): New macros.
19583
19584 2003-10-08  Paul Eggert  <eggert@twinsun.com>
19585
19586         * modules/getpass: Depend on stdbool.
19587
19588 2003-10-08  Paul Eggert  <eggert@twinsun.com>
19589
19590         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
19591
19592 2003-10-07  Karl Berry  <karl@gnu.org>
19593
19594         * config/config.{guess,sub}: update from config.
19595
19596 2003-10-06  Jim Meyering  <jim@meyering.net>
19597             Bruno Haible  <bruno@clisp.org>
19598
19599         This lets translators provide better translations for the
19600         "Written by ..." part of --version output.
19601         * lib/version-etc.h: Include stdarg.h.
19602         (version_etc_copyright): Declare as readonly.
19603         (version_etc): Make this function variadic with a NULL-terminated list
19604         of author name strings.
19605         (version_etc_va): New declaration.
19606         * lib/version-etc.c: Include stdarg.h, stdlib.h.
19607         (version_etc_copyright): Declare as readonly.
19608         (version_etc_va): New function. Provide a different translatable string
19609         for each possible number of authors < 10. Abbreviate when there are 10
19610         authors or more.
19611         (version_etc): Make this function variadic. Call version_etc_va.
19612         Suggestion from Gary V. Vaughan.
19613
19614         * lib/long-options.h (parse_long_options): Change prototype: the
19615         authors string is moved to the end and becomes variadic.
19616         * lib/long-options.c: Include stdarg.h.
19617         (parse_long_options): Make this function variadic, too.
19618         Call version_etc_va, not version_etc.
19619
19620 2003-10-06  Bruno Haible  <bruno@clisp.org>
19621
19622         * modules/version-etc-2: Remove file.
19623         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
19624
19625 2003-10-06  Bruno Haible  <bruno@clisp.org>
19626
19627         * modules/fatal-signal: New file.
19628         * MODULES.html.sh (func_all_modules): Add fatal-signal.
19629
19630 2003-10-06  Bruno Haible  <bruno@clisp.org>
19631
19632         * m4/fatal-signal.m4: New file.
19633         * m4/signalblocking.m4: New file, from GNU gettext.
19634
19635 2003-10-06  Bruno Haible  <bruno@clisp.org>
19636
19637         * lib/version-etc-2.h: Remove file.
19638         * lib/version-etc-2.c: Remove file.
19639
19640 2003-10-06  Bruno Haible  <bruno@clisp.org>
19641
19642         * lib/fatal-signal.h: New file, from GNU gettext.
19643         * lib/fatal-signal.c: New file, from GNU gettext.
19644
19645 2003-10-05  Paul Eggert  <eggert@twinsun.com>
19646
19647         * README: Rework advice for preventing empty .o files.
19648         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
19649         not <sys/types.h>.
19650
19651 2003-10-04  Karl Berry  <karl@gnu.org>
19652
19653         * lib/argp*: update from libc.
19654
19655 2003-10-04  Karl Berry  <karl@gnu.org>
19656
19657         * config/config.{guess,sub}: update from config.
19658
19659 2003-10-02  Bruno Haible  <bruno@clisp.org>
19660
19661         * modules/lchown (Include): Add lchown.h.
19662         * modules/time_r (Include): Use "..." syntax.
19663         * modules/xgetdomainname (Include): Add xgetdomainname.h.
19664
19665 2003-10-01  Simon Josefsson  <jas@extundo.com>
19666
19667         * MODULES.html.sh (func_all_modules): Move gethostname from section
19668         'based on' to section 'lacking' POSIX:2001.
19669
19670 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
19671
19672         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
19673         to output mode on the same stream.
19674
19675 2003-09-29  Paul Eggert  <eggert@twinsun.com>
19676
19677         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
19678         Fix arg typo in previous patch.
19679
19680 2003-09-28  Jim Meyering  <jim@meyering.net>
19681
19682         * lib/error.c: Correct cpp indentation.
19683
19684 2003-09-27  Paul Eggert  <eggert@twinsun.com>
19685
19686         * modules/free: New file.
19687
19688 2003-09-27  Paul Eggert  <eggert@twinsun.com>
19689
19690         * m4/free.m4: New file.
19691
19692 2003-09-27  Paul Eggert  <eggert@twinsun.com>
19693
19694         * lib/minmax.h (MIN, MAX)
19695         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
19696         Omit the special code that used __typeof__, since we worry that
19697         it could be more trouble than it's worth.  See:
19698         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
19699         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
19700
19701         * lib/free.c: New file.
19702
19703 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
19704
19705         Trivial fixes to Makefile.am parts of module listings.
19706         * modules/strstr: Append strstr.h to lib_SOURCES.
19707         * modules/strcase: Likewise, for strcase.h.
19708
19709 2003-09-27  Karl Berry  <karl@gnu.org>
19710
19711         * config/mkinstalldirs: update from automake.
19712
19713 2003-09-26  Paul Eggert  <eggert@twinsun.com>
19714
19715         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
19716         (error_tail): Do not loop, reallocating temporary buffer, since
19717         the output cannot contain more wide characters than the input
19718         contains bytes, the size must be big enough already.  This avoids
19719         one potential size overflow calculation.  Check for size overflow
19720         when calculating temporary buffer size.  Free temporary buffer
19721         when done, if it was allocated with malloc; this plugs a memory
19722         leak.  Remove casts from void * to pointers, that are no longer
19723         needed now that we're assuming C89 or better.
19724
19725         Merge error changes from glibc.
19726
19727         * lib/error.c, error.h: Update copyright notice header to match glibc.
19728         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
19729         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
19730         Disable cancellation while printing error.
19731         * lib/error.h: Prepend __ to parameter names.
19732
19733 2003-09-26  Jim Meyering  <jim@meyering.net>
19734
19735         * lib/error.c (error_tail): Move some declarations
19736         into inner scope where the local variables are used.
19737
19738 2003-09-26  Bruno Haible  <bruno@clisp.org>
19739
19740         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
19741         stpncpy().
19742         Don't define stpncpy through config.h; it's now done through stpncpy.h.
19743
19744 2003-09-26  Bruno Haible  <bruno@clisp.org>
19745
19746         * lib/stpncpy.h (gnu_stpncpy): New declaration.
19747         (stpncpy): Define as alias for gnu_stpncpy.
19748         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
19749
19750 2003-09-25  Simon Josefsson  <jas@extundo.com>
19751
19752         * lib/xgetdomainname.h: New file.
19753         * lib/xgetdomainname.c: New file.
19754
19755 2003-09-25  Simon Josefsson  <jas@extundo.com>
19756             Bruno Haible  <bruno@clisp.org>
19757
19758         * modules/getdomainname: New file.
19759         * modules/xgetdomainname: New file.
19760         * MODULES.html.sh (func_all_modules): Add getdomainname,
19761         xgetdomainname.
19762
19763 2003-09-25  Simon Josefsson  <jas@extundo.com>
19764             Bruno Haible  <bruno@clisp.org>
19765
19766         * m4/getdomainname.m4: New file.
19767
19768 2003-09-25  Simon Josefsson  <jas@extundo.com>
19769             Bruno Haible  <bruno@clisp.org>
19770
19771         * lib/getdomainname.h: New file.
19772         * lib/getdomainname.c: New file.
19773
19774 2003-09-25  Karl Berry  <karl@gnu.org>
19775
19776         * lib/argp-fmtstream.c, argp-help.c: update from libc.
19777
19778 2003-09-25  Karl Berry  <karl@gnu.org>
19779
19780         * config/install-sh: update from automake.
19781
19782 2003-09-25  Bruno Haible  <bruno@clisp.org>
19783
19784         * modules/version-etc-2: New file, from modules/version-etc with
19785         modifications.
19786         * MODULES.html.sh (func_all_modules): Add version-etc-2.
19787
19788 2003-09-25  Bruno Haible  <bruno@clisp.org>
19789
19790         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
19791         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
19792
19793 2003-09-24  Simon Josefsson  <jas@extundo.com>
19794
19795         * modules/xgethostname: Add xgethostname.h.
19796
19797 2003-09-24  Paul Eggert  <eggert@twinsun.com>
19798
19799         * lib/linebuffer.c (freebuffer): Don't free the argument, just
19800         the buffer associated with the argument.  Bug reported by
19801         Simon Josefsson.
19802
19803 2003-09-24  Paul Eggert  <eggert@twinsun.com>
19804
19805         * README: Document assumptions that 'int' is at least 32 bits
19806         wide, that integer arithmetic is 2's complement without overflow,
19807         that there are no holes in integer values, that adding sizes of
19808         two nonoverlapping objects can't overflow, and that all-bits-zero
19809         yields scalar zero.  Fix spelling and capitalization typos.
19810
19811 2003-09-19  Karl Berry  <karl@gnu.org>
19812
19813         * lib/argp.h: update from libc.
19814
19815 2003-09-17  Paul Eggert  <eggert@twinsun.com>
19816
19817         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
19818         to avoid spurious warnings like "AC_RUN_IFELSE was called before
19819         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
19820
19821 2003-09-17  Paul Eggert  <eggert@twinsun.com>
19822
19823         * gnulib-tool: Use "test -h", not "test -L", for portability
19824         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
19825         (tags_regexp): Remove, since \| doesn't conform to POSIX.
19826         (sed_extract_prog): Issue s commands one-by-one, rather than
19827         using \| in one s command.
19828
19829 2003-09-16  Paul Eggert  <eggert@twinsun.com>
19830
19831         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
19832         input error, instead of returning NULL the next time we are called
19833         (and therefore losing track of errno).
19834
19835 2003-09-16  Bruno Haible  <bruno@clisp.org>
19836
19837         * gnulib-tool (func_create_testdir): Warn about duplicated
19838         dependencies.
19839
19840 2003-09-15  Paul Eggert  <eggert@twinsun.com>
19841
19842         * modules/argmatch, modules/fatal, modules/obstack,
19843         modules/xalloc, modules/xgethostname: Sort dependencies by
19844         importance, not alphabetically.
19845
19846 2003-09-15  Paul Eggert  <eggert@twinsun.com>
19847
19848         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
19849         fails, so that the caller gets the proper errno.
19850
19851         * lib/readutmp.c (read_utmp): Likewise.
19852         Check for fstat error.  Close stream and free storage
19853         when failing.
19854
19855 2003-09-14  Karl Berry  <karl@gnu.org>
19856
19857         * config/srclist.txt (strdup.c): disable for c89 changes.
19858
19859 2003-09-14  Jim Meyering  <jim@meyering.net>
19860
19861         * lib/getloadavg.c: Correct cpp indentation.
19862         * lib/strdup.c: Likewise.
19863         * lib/vasnprintf.c: Likewise.
19864
19865 2003-09-14  Bruno Haible  <bruno@clisp.org>
19866
19867         * modules/fwriteerror: New file.
19868         * MODULES.html.sh (func_all_modules): Add fwriteerror.
19869
19870 2003-09-14  Bruno Haible  <bruno@clisp.org>
19871
19872         * lib/fwriteerror.h: New file.
19873         * lib/fwriteerror.c: New file.
19874
19875 2003-09-12  Paul Eggert  <eggert@twinsun.com>
19876
19877         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
19878         modules/xgethostname, modules/xalloc: Depend on exit.
19879
19880 2003-09-12  Paul Eggert  <eggert@twinsun.com>
19881
19882         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
19883
19884         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
19885         and AC_MINIX, too, so that their extensions are available.
19886
19887         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
19888         This macro has been superseded by gl_BACKUPFILE.
19889
19890         More patches to assume C89 or better.
19891
19892         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
19893
19894         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
19895         unconditionally.
19896         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
19897         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
19898         Include <string.h>, <stdlib.h> unconditionally.
19899         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
19900         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
19901         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
19902         headers or for string.h.
19903         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
19904         or strtoul.
19905
19906         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
19907         headers.
19908         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
19909         * m4/userspec.m4 (gl_USERSPEC): Likewise.
19910         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
19911         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
19912         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
19913         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
19914         memcpy, memset.
19915         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
19916         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
19917         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
19918         strtol.
19919         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
19920         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
19921         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
19922         strtoul.
19923
19924 2003-09-12  Paul Eggert  <eggert@twinsun.com>
19925
19926         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
19927         * lib/obstack.c [!defined _LIBC]: Likewise.
19928         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
19929         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
19930         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
19931
19932         More changes to assume C89 or better.
19933
19934         * lib/error.c (error_tail): Assume vprintf.
19935
19936         * lib/argmatch.c (getenv): Remove decl.
19937         * lib/progreloc.c (get_full_program_name): Define via prototype.
19938         * lib/setenv.c (clearenv): Likewise.
19939         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
19940         needed.
19941         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
19942         (malloc, memcpy): Remove decls.
19943         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
19944         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
19945         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
19946         (memcpy): Remove macro.
19947         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
19948         (__P): Remove.  All uses removed.
19949         (PTR): Remove.  All uses changed to void *.
19950         (CHAR_BIT, NULL): Remove.
19951         (spaces, zeros, memset_space, memset_zero)
19952         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
19953         Remove.
19954         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
19955         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
19956         Define with prototype.
19957         Remove now-unnecessary prototype decl.
19958         (extra_args_spec): Assume ANSI C.  All uses changed.
19959         (extra_args_spec_iso): Remove.
19960         (my_strftime, emacs_strftimeu): Define via prototype.
19961         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
19962         unconditionally.
19963         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
19964         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
19965         (strtoul, strtol): Remove decls.
19966         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
19967         LONG_MAX): Remove.
19968         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
19969         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
19970         (LOCALE_PARAM_PROTO): New macro.
19971         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
19972         (INTERNAL (strtol), strtol): Define with a prototype.
19973         (PARAMS): Remove.  All uses removed.
19974         * lib/tempname.c: Include <string.h> unconditionally.
19975         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
19976         * lib/xgethostname.c (main): Define with a prototype.
19977         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
19978         Include <stdlib.h> unconditionally.
19979         (calloc, malloc, realloc, free): Remove decls.
19980         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
19981         Include <stdlib.h> unconditionally.  Sort include file names.
19982         (strtod): Remove.
19983         (xstrtod): Define with a prototype.
19984         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
19985         (strtol, strtoul): Remove decls.
19986
19987 2003-09-11  Paul Eggert  <eggert@twinsun.com>
19988
19989         More patches to assume C89 or better.
19990         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
19991         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
19992         string.h, memchr, STDC_HEADERS.
19993
19994 2003-09-11  Paul Eggert  <eggert@twinsun.com>
19995
19996         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
19997         Include <stdlib.h>, <string.h> unconditionally.
19998         Remove now-unnecessary cast to char *.
19999         * lib/strnlen.c: Include <string.h> unconditionally.
20000         * lib/yesno.c (yesno): Define with a prototype.
20001
20002 2003-09-11  Bruno Haible  <bruno@clisp.org>
20003
20004         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
20005
20006 2003-09-10  Jim Meyering  <jim@meyering.net>
20007
20008         * lib/error.c: Correct indentation of cpp directives.
20009
20010 2003-09-10  Bruno Haible  <bruno@clisp.org>
20011
20012         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
20013         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
20014         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
20015         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
20016         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
20017         <stdlib.h> and <string.h> checks.
20018         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
20019         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
20020
20021 2003-09-10  Bruno Haible  <bruno@clisp.org>
20022
20023         * lib/strcspn.c: Include <string.h> unconditionally.
20024         * lib/strpbrk.c: Include <string.h> unconditionally.
20025         * lib/strstr.c: Include <string.h> unconditionally.
20026         * lib/unicodeio.c: Include <string.h> unconditionally.
20027         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
20028         * lib/unsetenv.c: Likewise.
20029         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
20030         * lib/yesno.c: Include <stdlib.h> unconditionally.
20031         (rpmatch): Add prototype.
20032
20033 2003-09-09  Paul Eggert  <eggert@twinsun.com>
20034
20035         More patches to assume C89 or better.
20036         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
20037         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
20038         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
20039         or for string.h.
20040         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
20041         stdlib.h.
20042         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
20043         C headers.
20044         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
20045         string.h.
20046         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
20047         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
20048         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
20049         or for string.h.
20050         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
20051         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
20052         C headers.
20053         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
20054         memcpy.
20055         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
20056         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
20057         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
20058         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
20059         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
20060         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
20061         string.h, free.
20062         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
20063         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
20064         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
20065         C headers, or for string.h.
20066         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
20067         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
20068         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
20069         headers, memory.h, stdlib.h, string.h, strings.h.
20070         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
20071         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
20072         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
20073         strchr.
20074         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
20075         headers, memory.h, string.h.
20076         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
20077         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
20078         free.
20079         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
20080         headers.
20081         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
20082         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
20083         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
20084         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
20085         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
20086
20087 2003-09-09  Paul Eggert  <eggert@twinsun.com>
20088
20089         More K&R removal.
20090
20091         * lib/acosl.c (main): Use a prototype.
20092         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
20093         tanl.c: Likewise.
20094
20095         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
20096
20097         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
20098         (getopt, etopt_long, getopt_long_only, _getopt_internal)
20099         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
20100         with a prototype.
20101         * lib/getopt.c (const): Remove macro.
20102         Include <string.h> unconditionally.
20103         (my_index): Remove; all uses changed to strchr.
20104         (strlen): Remove decl.
20105         (exchange): Remove forward decl; no longer needed.
20106         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
20107         Define with prototype.
20108         * lib/getopt1.c (const): Remove macro.
20109         (getopt_long, getopt_long_only, main): Define with prototype.
20110
20111         * lib/getugroups.c: Include <string.h> unconditionally.
20112
20113         * lib/getusershell.c: Include <stdlib.h> unconditionally.
20114         (getusershell, setusershell, endusershell, readname, main):
20115         Define with prototypes.
20116
20117         * lib/group-member.c: Include group-member.h first.
20118         Include <stdlib.h> unconditionally.
20119
20120         * lib/hard-locale.c: Include hard-locale.h first.
20121         Include <stdlib.h>, <string.h> unconditionally.
20122
20123         * lib/hash.c (free, malloc): Remove decls.
20124         Include <stdlib.h> unconditionally.
20125
20126         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
20127         (getenv): Do not declare.
20128
20129         * lib/idcache.c: Include <string.h> unconditionally.
20130
20131         * lib/long-options.c: Include long-options.h first, to test interface.
20132         Include <stdlib.h> unconditionally.
20133
20134         * lib/makepath.c: Include makepath.h first, to test interface.
20135         Include <stdlib.h> and <string.h> unconditionally.
20136
20137         * lib/linebuffer.c: Include <stdlib.h>.
20138         (free): Remove decl.
20139
20140         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
20141         stddef.h. rpl_malloc returns void *, not char *.
20142         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
20143         prototype.
20144
20145         * lib/md5.h: Include <limits.h> unconditionally.
20146         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
20147         (__P): Remove; all uses removed.
20148         * lib/md5.c: Include "md5.h" first.
20149         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
20150         md5_buffer, md5_process_bytes, md5_process_block):
20151         Define with prototypes.
20152         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
20153         * lib/sha.c: Include "sha.h" first.
20154         Include <stdlib.h>, <string.h> unconditionally.
20155
20156         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
20157         * lib/memcmp.c (__ptr_t): Likewise.
20158         * lib/memrchr.c (__ptr_t): Likewise.
20159         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
20160         Include <string.h> unconditionally.
20161         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
20162         * lib/memchr.c: Include <stdlib.h> unconditionally.
20163         * lib/memchr.c (LONG_MAX): Remove.
20164         * lib/memrchr.c (LONG_MAX): Likewise.
20165         * lib/memchr.c (__memchr): Define via a prototype.
20166         * lib/memrchr.c (__memrchr): Likewise.
20167         * lib/memcmp.c (__P): Remove, and remove all uses.
20168         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
20169         Remove forward decls; no longer needed.
20170         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
20171         Use types required by C89 in prototype.
20172
20173         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
20174         * lib/savedir.c: Likewise.
20175         * lib/mkdir.c (free): Remove decl.
20176         * lib/rmdir.c (rmdir): Define with a prototype.
20177         * lib/savedir.c: Include savedir.h first, to test interface.
20178
20179         * lib/mktime.c (STDC_HEADERS): Remove.
20180         Include <stdlib.h>, <string.h> unconditionally.
20181
20182         * lib/modechange.c: Include <stdlib.h> unconditionally.
20183         (malloc): Remove decl.
20184
20185         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
20186         (free): Remove decl.
20187
20188         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
20189         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
20190         (This type really should be intptr_t, but that's a C99ism.)
20191         (_obstack_memcpy): Remove: all uses changed to memcpy.
20192         Include <string.h> unconditionally.
20193         (struct obstack): Assume __STDC__ for types of members
20194         chunkfun, freefun, extra_arg.
20195         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
20196         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
20197         obstack_begin, obstack_specify_allocation,
20198         obstack_specify_allocation_with_arg, obstack_chunkfun,
20199         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
20200         Remove unprototyped decls and the macros that use them.
20201         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
20202         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
20203         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
20204         (defined __STDC__ && __STDC__)]:
20205         Remove nonprototyped code.
20206         Include <stdlib.h> unconditionally.
20207         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
20208         _obstack_allocated_p, _obstack_free, obstack_free,
20209         _obstack_memory_used, print_and_abort):
20210         Define using prototypes.
20211         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
20212         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
20213         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
20214         obstack_next_free, obstack_object_size, obstack_room) [0]:
20215         Remove unused, unprototyped code.
20216
20217         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
20218
20219         * lib/physmem.c (physmem_total, physmem_available, main): Define
20220         with prototypes.
20221
20222         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
20223         (main): Define with a prototype.
20224
20225         * lib/posixver.c (getenv): Remove decl.
20226
20227         * lib/putenv.c (malloc): Returns void *, not char *.
20228         Include <string.h> unconditionally.
20229         (strchr, memcpy, NULL): Do not define.
20230
20231         * lib/readtokens.c: Include readtokens.h first, to test interface.
20232         Include <stdlib.h>, <string.h> unconditionally.
20233         (init_tokenbuffer): Define with a prototype.
20234
20235         * lib/regex.c (PARAMS): Remove.  All uses removed.
20236         All uses of _RE_ARGS removed, too.
20237         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
20238         unconditionally.
20239         (bzero): Assume memset exists.
20240         (memcmp, memcpy, NULL): Remove.
20241         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
20242         char, or assignments to local vars of type signed char.
20243         (init_syntax_once, PREFIX(extract_number_and_incr),
20244         PREFIX(print_partial_compiled_pattern),
20245         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
20246         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
20247         PREFIX(regex_grow_registers), PREFIX(regex_compile),
20248         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
20249         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
20250         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
20251         wcs_compile_range, byte_compile_range, truncate_wchar,
20252         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
20253         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
20254         count_mbs_length, wcs_re_match_2_internal,
20255         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
20256         PREFIX(alt_match_null_string_p),
20257         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
20258         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
20259         regfree, PREFIX(extract_number)): Define with prototype.  Remove
20260         now-unnecessary declaration, if any.
20261         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
20262         regcomp, regexec):
20263         Remove now-unnecessary casts among pointer types.
20264         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
20265
20266         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
20267         (free): Remove decl.
20268
20269         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
20270
20271         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
20272         (free): Remove decl.
20273
20274         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
20275         * lib/xgetcwd.c: Likewise.
20276
20277         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
20278         (free): Remove decl.
20279
20280         * lib/strchrnul.c (strchrnul): Define with a prototype.
20281         Fix bug: c_in was not converted to char before searching.
20282
20283         The following changes are not K&R related:
20284
20285         * lib/group-member.h: Include <sys/types.h>, so that this file is
20286         self-contained.
20287         * lib/makepath.h: Likewise.
20288
20289         * lib/getusershell.c (readname, default_index, line_size, readname):
20290         Use size_t, not int, for sizes.
20291         (readname): If the size overflows, report an error instead of
20292         looping forever.
20293
20294 2003-09-09  Paul Eggert  <eggert@twinsun.com>
20295
20296         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
20297         libc.
20298
20299 2003-09-09  Paul Eggert  <eggert@twinsun.com>
20300
20301         * README: New section: portability guidelines.
20302
20303 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
20304
20305         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
20306         C89 spec.
20307
20308 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
20309
20310         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
20311
20312 2003-09-08  Paul Eggert  <eggert@twinsun.com>
20313
20314         Assume C89 or better; remove K&R cruft.
20315         A few of these changes were first proposed by Derek Robert Price
20316         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
20317
20318         * lib/addext.c: Include <string.h> unconditionally.
20319         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
20320         Don't declare getenv or malloc.
20321
20322         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
20323         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
20324         (NULL): Remove.
20325         (find_stack_direction, alloca): Use prototypes.
20326
20327         * lib/atexit.c (atexit): Define using a prototype.
20328
20329         * lib/basename.c, dirname.c, stripslash.c:
20330         Include <string.h> unconditionally.
20331
20332         * lib/bcopy.c: Include <stddef.h>.
20333         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
20334
20335         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
20336
20337         * lib/error.h (error, error_at_line, error_print_progname)
20338         [! (defined (__STDC__) && __STDC__)]: Remove decls.
20339         * lib/error.c: Include error.h first, to check interface.
20340         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
20341         (VA_START): Remove; all uses changeed to va_start.
20342         (exit, strerror): Remove decls.
20343         (error_print_progname): Prototype uncondionally.
20344         Don't include <errno.h>; no longer needed.
20345         (private_strerror): Remove.
20346         (error_tail): Always define.
20347         (error, error_at_line): Assume C89 or better; always use prototypes.
20348         * lib/fatal.c: Include "fatal.h" first, to test interface.
20349         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
20350         (VA_START): Remove; all uses changed to va_start.
20351         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
20352         this case.
20353         (exit): Remove decl.
20354         (fatal): Prototype unconditionally.  Assume va_start works.
20355         Abort at end, to pacify gcc.
20356
20357         * lib/euidaccess.c (main): Define with a prototype.
20358
20359         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
20360
20361         * lib/exitfail.c: Include <stdlib.h> unconditionally.
20362
20363         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
20364         prototypes.
20365         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
20366         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
20367         (getenv): Remove decl.
20368         (fnmatch): Define using a prototype.
20369         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
20370         (FCT): Define using a prototype.
20371
20372         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
20373
20374         * lib/gethostname.c: Include <stddef.h>.
20375         (gethostname): Define with prototype.  Length is size_t, not int.
20376
20377 2003-09-08  Paul Eggert  <eggert@twinsun.com>
20378
20379         Assume C89 or better; remove K&R cruft.
20380         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
20381         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
20382         string.h, getenv, malloc.
20383         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
20384         headers.
20385         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
20386         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
20387         do not check for strerror.
20388         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
20389         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
20390         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
20391         do not check for doprnt or vprintf.
20392         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
20393         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
20394
20395 2003-09-08  Paul Eggert  <eggert@twinsun.com>
20396
20397         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
20398         getversion.c should have been removed then, but was accidentally
20399         preserved.
20400
20401         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
20402         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
20403
20404 2003-09-08  Karl Berry  <karl@gnu.org>
20405
20406         * config/config.sub, config.guess, srclistvars.sh: update from savannah
20407                 config, forget about prep.
20408
20409         * config/depcomp, missing: update from automake.
20410
20411 2003-09-07  Paul Eggert  <eggert@twinsun.com>
20412
20413         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
20414         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
20415
20416 2003-09-07  Paul Eggert  <eggert@twinsun.com>
20417
20418         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
20419         copy_tm_result.  Bug reported by Simon Josefsson in
20420         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
20421
20422 2003-09-06  Paul Eggert  <eggert@twinsun.com>
20423
20424         * m4/time_r.m4: New file.
20425         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
20426         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
20427         is. Check for timegm declaration.
20428         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
20429         Do not check for gmtime_r.
20430         Replace mktime if __mktime_internal does not exist and if mktime
20431         hasn't been replaced already.
20432
20433 2003-09-06  Paul Eggert  <eggert@twinsun.com>
20434
20435         * lib/time_r.c, lib/time_r.h: New files.
20436
20437         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
20438         __localtime_r.
20439         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
20440         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
20441
20442         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
20443         __gmtime_r.
20444         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
20445         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
20446         Include <time_r.h>.
20447
20448         * lib/timegm.c: Switch to glibc implementation, with the following
20449         changes:
20450         [defined HAVE_CONFIG_H]: Include <config.h>.
20451         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
20452         (__mktime_internal) [!defined _LIBC]: New decl.
20453         (__gmtime_r) [!defined _LIBC]: New macro and function.
20454         (timegm): Use a prototype, since gnulib assumes C89.
20455         Do not bother declaring tmp to be const, as it's not really usefu.
20456         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
20457         (timegm): Declare only if HAVE_DECL_TIMEGM.
20458
20459 2003-09-06  Paul Eggert  <eggert@twinsun.com>
20460
20461         * MODULES.html.sh (func_all_modules): Add time_r.
20462         * modules/time_r: New file.
20463         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
20464         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
20465
20466 2003-09-03  Paul Eggert  <eggert@twinsun.com>
20467
20468         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
20469         Bug reported by Lute Kamstra in
20470         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
20471
20472         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
20473         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
20474         course with correspondingly smaller numbers for tomorrow and
20475         yesterday.  From Tadayoshi Funaba.  Originally installed into
20476         sh-utils on 1999-08-07, but the patch got lost (I guess during the
20477         coreutils merge?).
20478
20479 2003-08-31  Simon Josefsson  <jas@extundo.com>
20480
20481         * modules/timegm: New file.
20482         * MODULES.html.sh (func_all_modules): Add timegm.
20483
20484 2003-08-31  Simon Josefsson  <jas@extundo.com>
20485
20486         * m4/timegm.m4: New file.
20487
20488 2003-08-31  Simon Josefsson  <jas@extundo.com>
20489
20490         * lib/timegm.h: New file.
20491         * lib/timegm.c: New file.  Based on
20492         wget-1.8.2/src/http.c:mktime_from_utc.
20493
20494 2003-08-31  Karl Berry  <karl@gnu.org>
20495
20496         * lib/argp.h: update from libc.
20497
20498 2003-08-28  Bruno Haible  <bruno@clisp.org>
20499
20500         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
20501         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
20502         followed by '#define fnmatch fnmatch_posix' gives an error.
20503
20504 2003-08-28  Bruno Haible  <bruno@clisp.org>
20505
20506         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
20507         warning on QNX, which defines O_BINARY to 000000.
20508
20509 2003-08-27  Jim Meyering  <jim@meyering.net>
20510
20511         * m4/mkstemp.m4: Require that the system mkstemp be able to create
20512         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
20513         would fail after 32.  Reported by Danny Levinson.  Details here:
20514         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
20515
20516 2003-08-24  Bruno Haible  <bruno@clisp.org>
20517
20518         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
20519         MSVC7 <stdio.h> is included later.
20520
20521 2003-08-22  Simon Josefsson  <jas@extundo.com>
20522
20523         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
20524
20525 2003-08-20  Karl Berry  <karl@gnu.org>
20526
20527         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
20528
20529 2003-08-20  Bruno Haible  <bruno@clisp.org>
20530
20531         * modules/progname: New file.
20532         * MODULES.html.sh (func_all_modules): Add progname.
20533
20534 2003-08-20  Bruno Haible  <bruno@clisp.org>
20535
20536         * lib/progname.h: New file, from GNU gettext.
20537         * lib/progname.c: New file, from GNU gettext.
20538         * lib/progreloc.c: New file, from GNU gettext.
20539
20540 2003-08-19  Jim Meyering  <jim@meyering.net>
20541
20542         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
20543         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
20544
20545 2003-08-19  Bruno Haible  <bruno@clisp.org>
20546
20547         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
20548         more.
20549
20550 2003-08-19  Bruno Haible  <bruno@clisp.org>
20551
20552         * lib/xstrdup.c: Assume <string.h> exists.
20553
20554 2003-08-18  Paul Eggert  <eggert@twinsun.com>
20555
20556         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
20557         in makefile rules.
20558
20559 2003-08-18  Jim Meyering  <jim@meyering.net>
20560
20561         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
20562         * m4/lib-ld.m4: Likewise.
20563
20564 2003-08-18  Jim Meyering  <jim@meyering.net>
20565
20566         * lib/setenv.h: Indent nested cpp directive.
20567         * lib/vasnprintf.c: Remove trailing blanks.
20568
20569 2003-08-17  Simon Josefsson  <jas@extundo.com>
20570
20571         * modules/xstrndup: New file.
20572         * MODULES.html.sh (func_all_modules): Add xstrndup.
20573
20574 2003-08-17  Simon Josefsson  <jas@extundo.com>
20575
20576         * modules/argp: Fix autoconf macro name. Add more dependencies.
20577
20578 2003-08-17  Simon Josefsson  <jas@extundo.com>
20579
20580         * m4/xstrndup.m4: New file.
20581
20582 2003-08-17  Simon Josefsson  <jas@extundo.com>
20583
20584         * m4/argp.m4: New file.
20585
20586 2003-08-17  Simon Josefsson  <jas@extundo.com>
20587             Bruno Haible  <bruno@clisp.org>
20588
20589         * lib/xstrndup.h: New file.
20590         * lib/xstrndup.c: New file.
20591
20592 2003-08-17  Bruno Haible  <bruno@clisp.org>
20593
20594         * modules/strndup (Files, Include): Add lib/strndup.h.
20595
20596 2003-08-17  Bruno Haible  <bruno@clisp.org>
20597
20598         * modules/euidaccess (Files): Add lib/euidaccess.h.
20599
20600 2003-08-17  Bruno Haible  <bruno@clisp.org>
20601
20602         * lib/strndup.h: New file.
20603
20604 2003-08-17  Bruno Haible  <bruno@clisp.org>
20605
20606         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
20607         like AC_GNU_SOURCE.
20608         * modules/extensions (configure.ac): Comment out the invocation of
20609         gl_USE_SYSTEM_EXTENSIONS.
20610
20611 2003-08-16  Paul Eggert  <eggert@twinsun.com>
20612
20613         Merges from coreutils, etc.
20614         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
20615         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
20616         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
20617         fixing a typo.
20618         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
20619         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
20620
20621 2003-08-16  Paul Eggert  <eggert@twinsun.com>
20622
20623         Document merge from coreutils.
20624         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
20625         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
20626         * modules/utime: Add m4/utimes-null.m4.
20627
20628 2003-08-16  Paul Eggert  <eggert@twinsun.com>
20629
20630         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
20631         space, undoing this 2003-08-12 change:
20632         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
20633
20634 2003-08-16  Paul Eggert  <eggert@twinsun.com>
20635
20636         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
20637         strtoul.c from libc, undoing this 2003-08-12 change:
20638         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
20639
20640 2003-08-16  Jim Meyering  <jim@meyering.net>
20641
20642         Merges from coreutils.
20643         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
20644         prefix.  Adjust cache variables similarly.  Create 500 rather than
20645         just 300 files, to exercise bug on Darwin6.5, too.
20646         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
20647         $missing_dir.
20648         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
20649         AM_SYS_POSIX_TERMIOS.
20650         Reported by mkc@mathdogs.com.
20651         Also change use of $am_cv_sys_posix_termios
20652         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
20653         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
20654         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
20655         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
20656         in /proc/mounts until it finds one with matching device number.  This
20657         is unnecessary when the FILE argument *is* a mount point.  No stat call
20658         is necessary in that case.  So, disable the statvfs-testing code on
20659         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
20660         as RedHat bug# 84846.
20661         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
20662         to 1MB, so as not to render systems with no stack size limit (e.g.,
20663         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
20664         Include <unistd.h>.  On some systems,
20665         it is required for the definition of _SC_PAGESIZE.
20666
20667 2003-08-16  Jim Meyering  <jim@meyering.net>
20668
20669         Merge from coreutils.
20670         * lib/xstrtoimax.c: #else #if -> #elif.
20671         * lib/xstrtoumax.c: Likewise.
20672
20673 2003-08-16  Jim Meyering  <jim@meyering.net>
20674
20675         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
20676         * m4/utimes.m4: Removed.
20677         * m4/utimes-null.m4: Renamed from utimes.m4.
20678
20679         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
20680         to 1MB, so as not to render systems with no stack size limit (e.g.,
20681         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
20682         Include <unistd.h>.  On some systems,
20683         it is required for the definition of _SC_PAGESIZE.
20684
20685 2003-08-16  Jim Meyering  <jim@meyering.net>
20686         and Paul Eggert  <eggert@cs.ucla.edu>
20687
20688         Merges from coreutils, etc.
20689
20690         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
20691         using the latest version from cvs.  This avoids problems with #line
20692         directives using a vendor (Sun) compiler.
20693         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
20694         Don't set GETGROUPS_LIB here; now it's
20695         done via getgroups.m4's wrapper function.
20696         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
20697         rather than just in sh-util/configure.in, so that the
20698         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
20699         same.
20700         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
20701         AC_FUNC_GETLOADAVG where to find getloadavg.c.
20702         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
20703         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
20704         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
20705         Remove code that is now done by the newly-required macros.
20706         Append $(EXEEXT) to DF_PROG.
20707         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
20708         Do not invoke or require the following here,
20709         since prereq.m4 or some gnulib .m4 now does this for us:
20710         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
20711         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
20712         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
20713         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
20714         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
20715         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
20716         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
20717         AC_FUNC_OBSTACK.
20718         Do not replace the following functions, as this is now the job
20719         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
20720         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
20721         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
20722         atexit getpass, strdup, getpagesize.
20723         Replace 'raise'.
20724         Do not check for the following functions, as this is now the job
20725         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
20726         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
20727         setregid.
20728         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
20729         Check for sys/sysctl.h.
20730         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
20731         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
20732         of checking for ssize_t ourselves.
20733
20734         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
20735         Require every macro that gnulib/modules/* suggests for us.
20736         (jm_PREREQ_ADDEXT): New macro.
20737         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
20738         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
20739
20740         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
20741         (gl_PHYSMEM): Use it.
20742         Also check for `table' function.
20743         Check for new headers and functions.
20744         Add check for sys/sysmp.h.
20745         With suggestions from Kaveh Ghazi.
20746         Ignore headers that are present but cannot be compiled.  This
20747         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
20748         C 5.4.
20749
20750 2003-08-15  Paul Eggert  <eggert@twinsun.com>
20751
20752         Document merge from coreutils.
20753         * modules/userspec: Depend on posixver.
20754         * modules/strftime: Depend on tzset.
20755
20756 2003-08-15  Paul Eggert  <eggert@twinsun.com>
20757
20758         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
20759         rather than tab, after '#' in shell-script copyright notices.
20760         Suggested by Bruno Haible.
20761
20762 2003-08-15  Paul Eggert  <eggert@twinsun.com>
20763
20764         * config/srclist-update: Use three spaces, rather than tab, after '#'
20765         in shell-script copyright notices.  Suggested by Bruno Haible.
20766         Remove unnecessary parenthesization in regular expression.
20767
20768 2003-08-15  Jim Meyering  <jim@meyering.net>
20769
20770         Merge from coreutils.
20771         * lib/xgethostname.c: Include <stdlib.h>.
20772         (xghostname): Don't exit for anything other than memory-related
20773         failure; just return NULL.
20774         * lib/userspec.c: Include "posixver.h".
20775         (parse_user_spec): Accept `.' as a separator only
20776         in pre-POSIX-200112 mode.
20777         * lib/strtoimax.c: Use #elif rather than #else #if.
20778         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
20779         Remove function, now that we can rely on a working tzset function.
20780         [!_LIBC]: Ensure that the required autoconf test has been run.
20781         [!defined _NL_CURRENT && HAVE_STRFTIME]:
20782         Use underlying_strftime for %r.
20783         * lib/sha.c: Merge in some clean-up and optimization changes from
20784         glibc.
20785         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
20786         Ensure that it is a multiple of 64.
20787         Rearrange loop exit tests so as to avoid performing an
20788         additional fread after encountering an error or EOF.
20789         * lib/realloc.c: Update copyright date.
20790
20791 2003-08-15  Jim Meyering  <jim@meyering.net>
20792         and Paul Eggert  <eggert@twinsun.com>
20793
20794         Merge from coreutils.
20795         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
20796         member but strut utmpx does not.  Needed for AIX 4.3.3.
20797         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
20798
20799 2003-08-15  Jim Meyering  <jim@meyering.net>
20800         and Paul Eggert  <eggert@cs.ucla.edu>
20801
20802         Merges from coreutils, etc.
20803         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
20804         Require gl_FUNC_TZSET_CLOBBER.
20805         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
20806         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
20807         members.
20808
20809 2003-08-14  Paul Eggert  <eggert@twinsun.com>
20810
20811         Help the merge from coreutils.
20812         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
20813         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
20814         * m4/tzset.m4: Use it too.
20815
20816 2003-08-14  Paul Eggert  <eggert@twinsun.com>
20817
20818         * modules/tzset: New file.
20819
20820 2003-08-14  Jim Meyering  <jim@meyering.net>
20821
20822         Merges from coreutils.
20823         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
20824         variable names, rather than @FNMATCH_H@.
20825         * modules/alloca: Likewise for $(ALLOCA_H).
20826
20827         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
20828         the three copies of the literal target, `fnmatch.h'.
20829         * modules/alloca (alloca.h): Likewise.
20830
20831 2003-08-14  Jim Meyering  <jim@meyering.net>
20832
20833         Merge from coreutils.
20834         * m4/tzset.m4: New file.
20835         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
20836         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
20837         otherwise, AIX 5.1 systems would end up using the latter.
20838         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
20839         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
20840         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
20841         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
20842
20843 2003-08-14  Jim Meyering  <jim@meyering.net>
20844
20845         Merge from coreutils.
20846         * lib/obstack.h: Whitespace changes.
20847         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
20848         and xcalloc return values.
20849         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
20850         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
20851         hang on OSF/1 5.1 for DIR on both local and remote file systems.
20852         Reported by (and fix confirmed by) Nelson H. F. Beebe.
20853         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
20854         error from mntctl.
20855         Use mntctl's return value to drive the entry-processing loop, since
20856         we can't rely on the value of the vmt_length member in the last
20857         entry.  On some systems doing so could result in exhausting
20858         virtual memory.  Based in part on a patch from Mike Jetzer.
20859
20860 2003-08-14  Jim Meyering  <jim@meyering.net>
20861         and Paul Eggert  <eggert@twinsun.com>
20862
20863         Merges from coreutils, plus other fixes.
20864         * lib/physmem.c: Merge in portability changes from gcc/libiberty
20865         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
20866         for credits and details.  Thanks to Kaveh Ghazi for helping
20867         to keep these files in sync.
20868         (ARRAY_SIZE): Define it.
20869         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
20870         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
20871         (memcasecmp): Don't assume size_t fits in unsigned int.
20872         Remove casts and duplicate code.
20873         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
20874         (memcpy): Remove definition.
20875         Merge in some clean-up and optimization changes from glibc.
20876         [BLOCKSIZE]: Move definition to top of file.
20877         Ensure that it is a multiple of 64.
20878         Rearrange loop exit tests so as to avoid performing an
20879         additional fread after encountering an error or EOF.
20880         * lib/md5.h (md5_uintptr): Define.
20881         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
20882         return to the initial working directory.  Preserve errno
20883         for caller.
20884         * lib/idcache.c: Include "xalloc.h".
20885         (xmalloc, xrealloc): Remove decls.
20886         (getuser): Remove casts no longer required in C89.
20887         * lib/human.c: Include stdio.h, for sprintf.
20888         * lib/group-member.c: Include "xalloc.h".
20889         (xmalloc, xrealloc): Remove decls.
20890         (get_group_info): Remove casts no longer required in C89.
20891         * lib/getusershell.c (readname): Remove casts no longer required in
20892         C89.
20893         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
20894         * lib/getline.c: Whitespace fix, from coreutils.
20895
20896 2003-08-13  Paul Eggert  <eggert@twinsun.com>
20897
20898         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
20899         Check for isascii.
20900
20901         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
20902         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
20903         Undo previous (whitespace-only) change.
20904
20905 2003-08-13  Paul Eggert  <eggert@twinsun.com>
20906
20907         * lib/exclude.c: Include <ctype.h>
20908         (IN_CTYPE_DOMAIN): New macro.
20909         (is_space): New fn.
20910         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
20911         and empty lines.
20912
20913         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
20914         Undo previous (whitespace-only) change.
20915
20916 2003-08-13  Paul Eggert  <eggert@twinsun.com>
20917
20918         * config/srclist-update: Change update back to the old behavior,
20919         leaving whitespace alone.  Use one 'sed' command rather than a
20920         pipeline.
20921         (fixlicense): Now a variable, not a function.
20922         (remove_trailing_blanks): Remove.
20923         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
20924         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
20925         Undo previous (whitespace-only) change.
20926
20927 2003-08-12  Paul Eggert  <eggert@twinsun.com>
20928
20929         Merge from coreutils.
20930         * modules/euidaccess: Add lib_SOURCES, include for new
20931         file euidaccess.h
20932
20933 2003-08-12  Paul Eggert  <eggert@twinsun.com>
20934
20935         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
20936         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
20937         Normalize leading white space and remove trailing white space.
20938
20939         Merge from coreutils
20940         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
20941
20942         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
20943         0.12.1.  These files are now being upgraded automatically by
20944         ../config/srclist-update.
20945
20946 2003-08-12  Paul Eggert  <eggert@twinsun.com>
20947
20948         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
20949         Normalize leading white space and remove trailing white space.
20950         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
20951         notice, as per ../config/srclist-update.
20952
20953         Merge from coreutils.
20954         * lib/euidaccess.h: New file.
20955         * lib/euidaccess.c: Include it.
20956         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
20957         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
20958         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
20959
20960 2003-08-12  Paul Eggert  <eggert@twinsun.com>
20961
20962         * config/srclist-update: Add copyright notice.
20963         (remove_id_lines, remove_trailing_blanks): New constants.
20964         (fixfile): Use them to normalize spacing a bit in copied files.
20965         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
20966         Normalize leading white space and remove trailing white space.
20967
20968         * config/texinfo.tex: Sync with texinfo.
20969
20970         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
20971         strtoul.c from libc, to merge coreutils whitespace changes.
20972
20973         * config/srclist.txt: Get the following m4 files from gettext:
20974         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
20975         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
20976         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
20977         wint_t.m4.
20978
20979 2003-08-12  Karl Berry  <karl@gnu.org>
20980
20981         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
20982         been made.
20983
20984 2003-08-11  Paul Eggert  <eggert@twinsun.com>
20985
20986         * modules/gnu-source, m4/gnu-source.m4:
20987         Remove; we're assuming Autoconf 2.54 or later now.
20988         Suggested by Bruno Haible.
20989         * MODULES.html.sh (func_all_modules): Remove gnu-source.
20990
20991 2003-08-11  Bruno Haible  <bruno@clisp.org>
20992
20993         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
20994
20995 2003-08-11  Bruno Haible  <bruno@clisp.org>
20996
20997         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
20998         (vasnprintf): Use it instead of wcslen.
20999
21000 2003-08-11  Bruno Haible  <bruno@clisp.org>
21001
21002         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
21003         value to ensure that _Bool promotes to int. Use #define for _Bool when
21004         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
21005
21006 2003-08-10  Karl Berry  <karl@gnu.org>
21007
21008         * lib/regex.h: update from libc (whitespace fix).
21009
21010 2003-08-09  Paul Eggert  <eggert@twinsun.com>
21011
21012         Merge some files from coreutils.  These changes were
21013         originally made by Jim Meyering.
21014         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
21015         many older Unixes require this.
21016         * lib/alloca.c (alloca): Remove cast to argument of free;
21017         no longer needed in C89.
21018         * lib/alloca_.h, regex.h: Fix white space to match
21019         what GNU indent does.
21020
21021 2003-08-09  Paul Eggert  <eggert@twinsun.com>
21022
21023         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
21024         apparently Emacs's Unicode mode got confused before my 2003-08-05
21025         checkin.
21026
21027 2003-08-08  Paul Eggert  <eggert@twinsun.com>
21028
21029         * m4/extensions.m4: New file.
21030         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
21031         Require gl_USE_SYSTEM_EXTENSIONS.
21032         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
21033         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
21034
21035 2003-08-08  Paul Eggert  <eggert@twinsun.com>
21036
21037         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
21038         * modules/extensions, modules/gnu-source: New files.
21039         * modules/timespec, modules/unlocked-io: Depend on extensions.
21040
21041 2003-08-07  Paul Eggert  <eggert@twinsun.com>
21042
21043         * modules/restrict: New file.
21044         * MODULES.html.sh (func_all_modules): Add restrict.
21045         * modules/regex: Depend on restrict.
21046
21047 2003-08-07  Paul Eggert  <eggert@twinsun.com>
21048
21049         * m4/restrict.m4: New file.
21050         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
21051
21052 2003-08-07  Bruno Haible  <bruno@clisp.org>
21053
21054         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
21055         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
21056
21057 2003-08-07  Bruno Haible  <bruno@clisp.org>
21058
21059         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
21060         makes the module 'getndelim2' compatible with the module 'getline'.
21061
21062 2003-08-05  Paul Eggert  <eggert@twinsun.com>
21063
21064         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
21065         byte with "\201" to avoid glitches when editing that source file
21066         with multi-gnome-terminal.
21067
21068 2003-08-05  Paul Eggert  <eggert@twinsun.com>
21069
21070         * lib/bumpalloc.h: Remove.
21071
21072 2003-08-05  Paul Eggert  <eggert@twinsun.com>
21073
21074         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
21075         * modules/bumpalloc: Remove.
21076
21077 2003-08-04  Paul Eggert  <eggert@twinsun.com>
21078
21079         * lib/getloadavg.c: Change copyright notice and spacing to conform to
21080         GNU coding style.
21081
21082         Merge from coreutils.
21083         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
21084         1. From glibc.
21085         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
21086         from Karl Berry, implemented by Jim Meyering.
21087         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
21088         from Dmitry V. Levin.
21089         Remove anachronistic cast of xrealloc.
21090         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
21091         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
21092         type. Otherwise, it wouldn't compile with at least /bin/cc on
21093         ymp-cray-unicos9.0.2.X.
21094         Combine two mostly-identical uses of alloca into one.
21095         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
21096
21097 2003-08-04  Dave Love  <d.love@dl.ac.uk>
21098
21099         [From Emacs.]
21100
21101         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
21102         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
21103         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
21104         obsolete NLIST_NAME_UNION.
21105         [__GNU__]: Undef BSD and FSCALE.
21106         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
21107
21108 2003-08-03  Paul Eggert  <eggert@twinsun.com>
21109
21110         * lib/stdbool_.h (_Bool): Make it signed char, instead of
21111         an enum type, so that it's guaranteed to promote to int.  See:
21112         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
21113
21114 2003-08-03  Karl Berry  <karl@gnu.org>
21115
21116         * config/depcomp: update from automake.
21117
21118 2003-07-31  Paul Eggert  <eggert@twinsun.com>
21119
21120         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
21121         (strerror): Don't assume that a printable int fits in 14 bytes.
21122
21123 2003-07-31  Bruno Haible  <bruno@clisp.org>
21124
21125         * modules/getpass-gnu: New file.
21126         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
21127
21128 2003-07-31  Bruno Haible  <bruno@clisp.org>
21129
21130         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
21131
21132 2003-07-24  Karl Berry  <karl@gnu.org>
21133
21134         * config/missing: update from automake.
21135
21136 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
21137             Bruno Haible  <bruno@clisp.org>
21138
21139         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
21140         * lib/getline.c (getline, getdelim): Likewise.
21141         Remove _GNU_SOURCE define; now it's defined in config.h through
21142         m4/getline.m4.
21143
21144 2003-07-23  Karl Berry  <karl@gnu.org>
21145
21146         * config/config.sub: update from prep.
21147
21148 2003-07-22  Paul Eggert  <eggert@twinsun.com>
21149
21150         * modules/xalloc (Depends-on): Add exitfail.
21151         * modules/xmemcoll: Likewise.
21152
21153 2003-07-22  Paul Eggert  <eggert@twinsun.com>
21154
21155         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
21156         over-parenthesization in macros.
21157
21158         Sync with coreutils.
21159
21160         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
21161         required by C99.
21162
21163         Use `exit_failure' for xalloc and xmemcoll instead of their own
21164         private exit-failure variables.
21165         * lib/xalloc.h (xalloc_exit_failure): Remove.
21166         * lib/xmalloc.c: Likewise.  Include exitfail.h.
21167         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
21168         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
21169         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
21170         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
21171
21172 2003-07-20  Jim Meyering  <jim@meyering.net>
21173
21174         * modules/closeout (Depends-on): Add exitfail.
21175         Suggestion from Bruno Haible.
21176
21177 2003-07-19  Karl Berry  <karl@gnu.org>
21178
21179         * config/config.sub: update from prep.
21180
21181 2003-07-18  Paul Eggert  <eggert@twinsun.com>
21182
21183         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
21184         Remove.
21185         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
21186         to test that it can stand by itself.  Include "exitfail.h".
21187         Clients should set exit_failure instead.
21188         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
21189
21190 2003-07-18  Bruno Haible  <bruno@clisp.org>
21191
21192         * modules/getndelim2: New file.
21193         * modules/getline: Share files with module getndelim2.
21194         * modules/getnline: Depend on getndelim2 instead of sharing files with
21195         it. Add getnline.c to lib_SOURCES.
21196         * MODULES.html.sh (func_all_modules): Add getndelim2.
21197
21198 2003-07-18  Bruno Haible  <bruno@clisp.org>
21199
21200         * m4/getndelim2.m4: New file.
21201         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
21202         invoke gl_PREREQ_GETNDELIM2.
21203         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
21204         gl_PREREQ_GETNDELIM2.
21205         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
21206         gl_GETNDELIM2.
21207
21208 2003-07-18  Bruno Haible  <bruno@clisp.org>
21209
21210         * lib/getndelim2.h: New file.
21211         * lib/getndelim2.c: Make into a module of its own. Include config.h,
21212         getndelim2.h.
21213         (getndelim2): Make non-static. Change return type to ssize_t.
21214         * lib/getline.h: Change argument names.
21215         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
21216         * lib/getnline.c: Include getndelim2.h.
21217
21218 2003-07-18  Andreas Schwab  <schwab@suse.de>
21219
21220         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
21221
21222 2003-07-17  Karl Berry  <karl@gnu.org>
21223
21224         * config/config.sub: update from prep.
21225
21226 2003-07-17  Bruno Haible  <bruno@clisp.org>
21227
21228         * modules/getnline: New file.
21229         * modules/getline: Add lib/getndelim2.c to source file list.
21230         * MODULES.html.sh (func_all_modules): Add getnline.
21231
21232 2003-07-17  Bruno Haible  <bruno@clisp.org>
21233
21234         * m4/getnline.m4: New file.
21235
21236 2003-07-17  Bruno Haible  <bruno@clisp.org>
21237
21238         * m4/Makefile.am.in: Remove file.
21239         * m4/Makefile.am: Remove file.
21240         * m4/Makefile.in: Remove file.
21241
21242 2003-07-17  Bruno Haible  <bruno@clisp.org>
21243
21244         * lib/getnline.h: New file.
21245         * lib/getnline.c: New file.
21246         * lib/getndelim2.c: New file, extracted from getline.c.
21247         (getndelim2): Renamed from getdelim2, with added nmax argument.
21248         * lib/getline.c: Include getndelim2.c.
21249         (getdelim2): Moved out to getndelim2.c.
21250         (getline, getdelim): Update.
21251
21252 2003-07-17  Bruno Haible  <bruno@clisp.org>
21253
21254         * lib/Makefile.am: Remove file.
21255         * lib/Makefile.in: Remove file.
21256
21257 2003-07-17  Bruno Haible  <bruno@clisp.org>
21258
21259         * configure.in: Remove file.
21260         * Makefile.in: Remove file.
21261
21262 2003-07-17  Bruno Haible  <bruno@clisp.org>
21263
21264         * MODULES.html.sh: Put the </BODY> right before </HTML>.
21265
21266 2003-07-16  Karl Berry  <karl@gnu.org>
21267
21268         * config/srclist-update: was running fixlicense twice, which caused
21269                 texinfo.tex to be nullified for some reason.  Simplify,
21270                 $gplsrc is no longer needed as far as I can see?
21271
21272 2003-07-16  Jim Meyering  <jim@meyering.net>
21273
21274         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
21275
21276 2003-07-15  Paul Eggert  <eggert@twinsun.com>
21277
21278         * config/srclist.txt: Get the following files from gettext-runtime/intl
21279         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
21280         ref-del.sin.  From Bruno Haible.
21281         * config/srclist-update (fixfile): Change grep pattern again, since the
21282         previous fix didn't work (there was another trailing $).  Use
21283         '[$]' to escape the $s.
21284
21285 2003-07-15  Karl Berry  <karl@gnu.org>
21286
21287         * lib/vasnprintf.c: update from gettext.
21288
21289 2003-07-15  Karl Berry  <karl@gnu.org>
21290
21291         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
21292         gets expanded when surrounded by '$'.
21293
21294 2003-07-15  Jim Meyering  <jim@meyering.net>
21295
21296         * modules/save-cwd: Don't depend on error.  From Derek Price.
21297
21298 2003-07-15  Jim Meyering  <jim@meyering.net>
21299
21300         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
21301
21302 2003-07-14  Simon Josefsson  <jas@extundo.com>
21303
21304         * modules/mempcpy: New file.
21305         * MODULES.html.sh (func_all_modules): Add mempcpy.
21306
21307 2003-07-14  Simon Josefsson  <jas@extundo.com>
21308
21309         * m4/mempcpy.m4: New file.
21310
21311 2003-07-14  Simon Josefsson  <jas@extundo.com>
21312
21313         * lib/mempcpy.h: New file.
21314         * lib/mempcpy.c: New file.
21315
21316 2003-07-14  Paul Eggert  <eggert@twinsun.com>
21317
21318         * modules/getdate, modules/posixtm: Depend on mktime.
21319
21320 2003-07-14  Paul Eggert  <eggert@twinsun.com>
21321
21322         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
21323         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
21324         unicodeio.c, unicodeio.h, unlocked-io.h:
21325         Switch from LGPL to GPL.
21326
21327 2003-07-14  Paul Eggert  <eggert@twinsun.com>
21328
21329         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
21330         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
21331         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
21332         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
21333         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
21334         updated automatically by ../config/srclist-update.  This changes
21335         their license from LPGL to GPL.
21336
21337 2003-07-14  Paul Eggert  <eggert@twinsun.com>
21338
21339         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
21340         assumed to refer to the root of the most recent stable gettext version.
21341         * config/srclistvars.sh: Add defaults for eggert.
21342         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
21343         Match "This program" as well as "The program".  This is needed
21344         for gettext.
21345
21346 2003-07-14  Jim Meyering  <jim@meyering.net>
21347
21348         Don't emit diagnostics.  Let callers do that.
21349         * lib/save-cwd.c: Don't include "error.h".
21350         (save_cwd): Don't call error.  Ensure that errno is valid
21351         when returning nonzero.
21352
21353         * lib/save-cwd.h (restore_cwd): Update prototype.
21354         * lib/save-cwd.c (restore_cwd): Remove two parameters.
21355         Simplify.  Don't call error upon failure.  Let callers do that.
21356         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
21357         when auditing is enabled.  But don't bother updating the #if.
21358
21359 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
21360
21361         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
21362         it breaks C++ compilation.
21363         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
21364
21365 2003-07-10  Simon Josefsson  <jas@extundo.com>
21366
21367         * modules/strchrnul (Makefile.am): Add strchrnul.h.
21368
21369 2003-07-10  Jim Meyering  <jim@meyering.net>
21370
21371         * m4/clock_time.m4: Remove trailing blank.
21372         * m4/intmax_t.m4: Likewise.
21373
21374 2003-07-10  Jim Meyering  <jim@meyering.net>
21375
21376         * lib/vasnprintf.c: Remove trailing blanks.
21377         Make cpp indentation consistent.
21378
21379 2003-07-09  Paul Eggert  <eggert@twinsun.com>
21380
21381         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
21382         posixver.c, strftime.c, strnlen.c, strverscmp.c:
21383         Switch from LGPL to GPL.
21384
21385 2003-07-09  Paul Eggert  <eggert@twinsun.com>
21386
21387         * config/srclist.txt: Sort sublists.  Add
21388         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
21389         that differ from gnulib for one reason or another; we'd like this list
21390         to be smaller but for now let's document what we have.
21391
21392 2003-07-08  Paul Eggert  <eggert@twinsun.com>
21393
21394         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
21395         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
21396         and sweeter "eval x=$x".
21397         * config/srclist.txt: Get lib/argp* from glibc.
21398
21399 2003-07-07  Paul Eggert  <eggert@twinsun.com>
21400
21401         * lib/mktime.c: Fix some boundary cases and remove need for floating
21402         point.
21403
21404         Issue a compile-time diagnostic if time_t is floating point, or if
21405         two's complement arithmetic is not in effect, or if arithmetic
21406         right shift does not propagate the sign.  These assumptions were
21407         all in the original code but they weren't checked.
21408
21409         (TIME_T_MIDPOINT, verify): New macros.
21410         (__isleap): Remove; it has integer overflow problems.
21411         (leapyear): New function, without those problems.
21412         (ydhms_tm_diff): Remove; splitting into two parts.
21413         (ydhms_diff): New function, containing the arithmetic part of
21414         the old ydhms_tm_diff function.  Issue a compile-time
21415         diagnostic if we are not using C99 integer division.
21416         Avoid casts when possible.
21417         (guess_time_tm): New function, containing the checking part of
21418         the old ydhms_tm_diff function.  Return the new value, rather than
21419         the difference between it and the old.  Accept a new argument T
21420         so that *T specifies the old value.  Check for overflow in the result.
21421
21422         (__mktime_internal): Use a time_t offset, not a long int offset.
21423         This undoes the 2003-06-04 change, which is no longer needed now
21424         that we have better overflow checking.
21425         (localtime_offset): Likewise.
21426
21427         (__mktime_internal): Avoid harmful overflow on hosts where time_t
21428         and long are 64-bit but int is only 32-bit.
21429         (ydhms_diff): Use long int to store year1 and yday1.
21430         Issue a compile-time diagnostic if long int is not wide enough.
21431
21432         (__mktime_internal): Use long int to store adjusted year and yday.
21433         Use plain C rather than preprocessor commands, if that doesn't
21434         affect efficiency.
21435         Check for overflow (and try to repair) after each probe
21436         rather than checking only at the very end.  This avoids some bugs
21437         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
21438         does not equal GMT offset at maximum time).
21439         Use integer to check for overflow rather than floating point; this
21440         is more portable to non-IEEE hosts, and is a tad faster.
21441         When we detect that we are oscillating between two values,
21442         don't check whether tm_isdst has the requested value, since
21443         we already know the answer.  When tm_isdst has the wrong value,
21444         use a different heuristic to find the right one, based on the
21445         extreme values actually observed in practice in tz2003a,
21446         rather than the (overly optimistic) "previous 3 calendar quarters".
21447
21448         (not_equal_tm, print_tm, check_result): Use "const T" rather than
21449         "T const" to accommodate glibc style.
21450         (check_result): Use less-confusing report format.  "long" -> "long int.
21451         (main): Likewise.
21452         Don't loop if the iteration overflows time_t.
21453         Allow a negative step in the iteration.
21454
21455 2003-07-06  Karl Berry  <karl@gnu.org>
21456
21457         * config/depcomp: update from automake.
21458         * config/config.sub: update from prep.
21459
21460 2003-07-03  Karl Berry  <karl@gnu.org>
21461
21462         * config/config.guess: update from prep.
21463
21464 2003-07-01  Paul Eggert  <eggert@twinsun.com>
21465
21466         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
21467         xreadlink.c now includes it unconditionally.
21468
21469 2003-07-01  Paul Eggert  <eggert@twinsun.com>
21470
21471         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
21472         having it depend on HAVE_SYS_TYPES_H.
21473
21474 2003-07-01  Bruno Haible  <bruno@clisp.org>
21475
21476         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
21477         <sys/types.h> should be sufficient.
21478         Reported by Paul Eggert.
21479
21480 2003-06-26  Karl Berry  <karl@gnu.org>
21481
21482         * config/depcomp: update from automake.
21483
21484 2003-06-26  Bruno Haible  <bruno@clisp.org>
21485
21486         * modules/human: Depend on module stdbool.
21487
21488 2003-06-25  Bruno Haible  <bruno@clisp.org>
21489
21490         * modules/readlink: New file.
21491         * modules/xreadlink: Depend on it.
21492         * MODULES.html.sh (func_all_modules): Add readlink.
21493
21494 2003-06-25  Bruno Haible  <bruno@clisp.org>
21495
21496         * m4/readlink.m4: New file.
21497
21498 2003-06-25  Bruno Haible  <bruno@clisp.org>
21499
21500         * lib/readlink.c: New file.
21501
21502 2003-06-22  Karl Berry  <karl@gnu.org>
21503
21504         * config/srclist.txt: update mkinstalldirs from automake.
21505         * config/mkinstalldirs: update.
21506
21507 2003-06-22  Bruno Haible  <bruno@clisp.org>
21508
21509         Portability to mingw32.
21510         * m4/ssize_t.m4: New file, from GNU gettext.
21511         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
21512         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
21513
21514 2003-06-22  Bruno Haible  <bruno@clisp.org>
21515
21516         * modules/safe-read: Add m4/ssize_t.m4.
21517         * modules/xreadlink: Add m4/ssize_t.m4.
21518
21519 2003-06-20  Bruno Haible  <bruno@clisp.org>
21520
21521         Assume C89, so PARAMS isn't needed.
21522         * lib/unicodeio.h (PARAMS): Remove.
21523         * lib/unicodeio.c: Don't use PARAMS.
21524
21525 2003-06-18  Karl Berry  <karl@gnu.org>
21526
21527         * config/config.{guess,sub}: update from prep.
21528
21529 2003-06-18  Jim Meyering  <jim@meyering.net>
21530
21531         Merge changes from coreutils.
21532         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
21533         Remove explicit declarations of xmalloc and realloc.
21534         Include xalloc.h.
21535         (read_utmp): Remove anachronistic cast of xmalloc.
21536
21537 2003-06-17  Paul Eggert  <eggert@twinsun.com>
21538
21539         Assume C89, so PARAMS isn't needed.
21540         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
21541         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
21542         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
21543         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
21544         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
21545         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
21546         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
21547         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
21548         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
21549         lib/xstrtod.h, lib/xstrtol.h: Likewise.
21550         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
21551         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
21552         no longer needed. Anyway, config.h should always be included before any
21553         other file.
21554
21555 2003-06-11  Simon Josefsson  <jas@extundo.com>
21556
21557         * modules/sysexits: New file.
21558         * MODULES.html.sh (func_all_modules): Add sysexits.
21559
21560 2003-06-11  Simon Josefsson  <jas@extundo.com>
21561
21562         * lib/sysexit_.h: New file.
21563
21564 2003-06-11  Derek Price  <derek@ximbiot.com>
21565
21566         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
21567         necessary.
21568
21569 2003-06-11  Bruno Haible  <bruno@clisp.org>
21570
21571         * m4/sysexits.m4: New file.
21572
21573 2003-06-10  Simon Josefsson  <jas@extundo.com>
21574
21575         * lib/argp.h: New file, from glibc.
21576         * lib/argp-ba.c: New file, from glibc.
21577         * lib/argp-eexst.c: New file, from glibc.
21578         * lib/argp-fmtstream.c: New file, from glibc.
21579         * lib/argp-fmtstream.h: New file, from glibc.
21580         * lib/argp-fs-xinl.c: New file, from glibc.
21581         * lib/argp-help.c: New file, from glibc.
21582         * lib/argp-namefrob.h: New file, from glibc.
21583         * lib/argp-parse.c: New file, from glibc.
21584         * lib/argp-pv.c: New file, from glibc.
21585         * lib/argp-pvh.c: New file, from glibc.
21586         * lib/argp-xinl.c: New file, from glibc.
21587
21588 2003-06-10  Simon Josefsson  <jas@extundo.com>
21589
21590         * modules/strchrnul: New file.
21591
21592 2003-06-10  Simon Josefsson  <jas@extundo.com>
21593
21594         * modules/argp: New file.
21595
21596 2003-06-10  Simon Josefsson  <jas@extundo.com>
21597
21598         * m4/strchrnul.m4: New file.
21599
21600 2003-06-10  Simon Josefsson  <jas@extundo.com>
21601
21602         * lib/strchrnul.h: New file.
21603         * lib/strchrnul.c: New file.
21604
21605 2003-06-10  Bruno Haible  <bruno@clisp.org>
21606
21607         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
21608
21609 2003-06-07  Karl Berry  <karl@gnu.org>
21610
21611         * config/config.{guess,sub}: update from prep.
21612
21613 2003-06-07  Jim Meyering  <jim@meyering.net>
21614
21615         * modules/strtod: Use $(...) notation, not @...@ for
21616         AC_REPLACE'd variables.
21617         * modules/localcharset: Likewise.
21618
21619 2003-06-07  Jim Meyering  <jim@meyering.net>
21620
21621         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
21622         in place of my name in the copyright comment.
21623         Remove definition and uses of __P.
21624
21625         From coreutils.
21626         * lib/stat.c: Don't declare xmalloc explicitly.
21627         Instead, include "xalloc.h".
21628         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
21629         xrealloc, and xcalloc return values.
21630         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
21631         Improve comment.
21632         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
21633
21634 2003-06-07  Bruno Haible  <bruno@clisp.org>
21635
21636         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
21637         avoid AC_CONFIG_LINKS.
21638         * modules/fnmatch (Makefile.am): Use explicit creation rule for
21639         fnmatch.h, to avoid AC_CONFIG_LINKS.
21640         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
21641
21642 2003-06-07  Bruno Haible  <bruno@clisp.org>
21643
21644         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
21645         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
21646         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
21647         directory.
21648         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
21649         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
21650         directory.
21651
21652 2003-06-06  Jim Meyering  <jim@meyering.net>
21653
21654         Merge from coreutils.
21655         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
21656         Consolidate declarations and initializations of *_base* locals.
21657
21658         Merge from coreutils.
21659         This avoids a core dump on systems without GNU putenv,
21660         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
21661         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
21662         (unsetenv): New static function, from GNU libc.
21663         (rpl_putenv): Use it.
21664
21665         * lib/modechange.c: Remove trailing blanks.
21666
21667         Merge from coreutils.
21668         * lib/fsusage.c: Remove declaration of statfs.
21669         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
21670
21671         * lib/posixtm.c: Include <stdbool.h> unconditionally.
21672
21673 2003-06-06  Jim Meyering  <jim@meyering.net>
21674
21675         * lib/stdbool_.h: Renamed from stdbool.h.in.
21676
21677 2003-06-06  Jim Meyering  <jim@meyering.net>
21678             Bruno Haible  <bruno@clisp.org>
21679
21680         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
21681         Adjust Makefile.am snippet not to redirect directly to target.
21682         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
21683
21684 2003-06-05  Paul Eggert  <eggert@twinsun.com>
21685
21686         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
21687         mismatch, look in future quarters as well as past.  This fixes a
21688         bug when processing fall-backwards gaps immediately after a long
21689         period of daylight-saving time.
21690
21691         * lib/mktime.c: Assume freestanding C89 or better.
21692         (HAVE_LIMITS_H): Remove.  Assume it's 1.
21693         (__P): Remove; not used.
21694         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
21695         (mktime, not_equal_tm, print_tm, check_result,
21696         main): Use prototypes.  Use const * where appropriate.
21697         (main): Fix typo in testing code that uncovered by above changes.
21698         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
21699
21700 2003-06-04  Paul Eggert  <eggert@twinsun.com>
21701
21702         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
21703         locale.h, localeconv.  This merges changes from coreutils.
21704
21705         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
21706         It can be removed after the next Autoconf is released.
21707         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
21708         needed.
21709
21710 2003-06-04  Paul Eggert  <eggert@twinsun.com>
21711
21712         * lib/mktime.c: Fix Debian bug 177940
21713         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
21714         (localtime_offset): Now long int, not time_t, because we want it
21715         to be guaranteed to be signed.  All uses changed.
21716         (__mktime_internal): If overflow would occur when adding offset,
21717         don't add it.
21718
21719         Merge 'human' changes from coreutils.  Rewrite to support
21720         locale-specific notations like thousands separators.
21721         * lib/human.c: Simplify authorship notice.
21722         Include human.h immediately after config.h.
21723         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
21724         <limits.h>: Do not include, since human.h does.
21725         (SIZE_MAX, UINTMAX_MAX): New macros.
21726         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
21727         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
21728         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
21729         (power_letter): Renamed from suffixes.
21730         (generate_suffix_backwards): Remove.
21731         (adjust_value): Now takes int style (because of human.h changes)
21732         and long double value (for greater precision on some platforms).
21733         (group_number): New function.
21734         (human_readable): Use it.  Use integer options, not enum.
21735         Put the options before the sizes in the arg list.
21736         Support all the new options.
21737         The old human_readable function has been removed;
21738         use inttostr.h instead.
21739         (human_readable, default_block_size, humblock):
21740         Use uintmax_t, not int, for block sizes.
21741         (human_readable_inexact, block_size_types): Remove.
21742         (block_size_opts): New constant.
21743         (human_options): Renamed from human_block_size, with new signature
21744         that allows block sizes up to UINTMAX_MAX.  All callers changed.
21745         * lib/human.h: Add copyright and authorship notice.
21746         Include <limits.h> and <stdbool.h> unconditionally.
21747         (PARAMS): Remove.  All uses removed.
21748         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
21749         (enum human_inexact_style): Remove tag; now a nameless enum.
21750         (human_floor, human_ceiling, human_round_to_even): Now have
21751         values 2, 0, 1 rather than -1, 1, 0.
21752         (human_group_digits, human_suppress_point_zero, human_autoscale,
21753         human_base_1024, human_SI, human_B): New constants.
21754         (human_readable_inexact, human_block_size): Remove.
21755         (human_readable): Size args are now uintmax_t, not int.
21756         (human_options): New decl.
21757
21758         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
21759         unnecessary now that we assume C89 or better.  This change
21760         imported from coreutils.
21761
21762         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
21763         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
21764         in the 2003-05-30 sync from glibc.
21765
21766         .h files should stand alone, but we shouldn't include <sys/types.h>
21767         if we can get away with just <stddef.h>.
21768
21769         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
21770         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
21771         rather than <sys/types.h>, as we merely need size_t.
21772         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
21773         to get size_t.
21774         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
21775         Include <stdio.h>, to get FILE.
21776         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
21777         memcasecmp.h has included <stddef.h> and all we need is size_t.
21778         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
21779         our interface, instead of including <sys/types.h>
21780
21781 2003-06-04  Paul Eggert  <eggert@twinsun.com>
21782
21783         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
21784         now, as glibc mktime is buggy on non-glibc systems.
21785
21786 2003-06-03  Karl Berry  <karl@gnu.org>
21787
21788         * config/config.sub: update from prep.
21789
21790 2003-06-02  Paul Eggert  <eggert@twinsun.com>
21791
21792         [from coreutils]
21793         Fix some minor time-related bugs with POSIX time arguments.
21794         Some valid time stamps were being rejected (notably -1, and
21795         time stamps before 1900 on 64-bit hosts).  And some invalid
21796         time stamps were being accepted, e.g. September 31.
21797
21798         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
21799         that we can return (time_t) -1 successfully.
21800         * lib/posixtm.c: Likewise.
21801         [HAVE_STDBOOL_H]: Include <stdbool.h>.
21802         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
21803         (t): Remove static var.
21804         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
21805         of static var.  All uses changed.
21806         (year): Do not reject years before 1900; they can occur with
21807         64-bit time_t.
21808         (posix_time_parse): Do not check for out-of-range components;
21809         that is now the caller's responsibility, since our checks were
21810         only approximations.
21811         (posixtime): Use mktime to check for out-of-range components,
21812         since it knows them exactly.
21813         If mktime returns (time_t) -1, check whether an error actually occurred
21814         by invoking localtime on -1.
21815         (main) [TEST_POSIXTIME]: Check for input data errors, and report
21816         posixtime failures better.
21817         Improve the test data (in comments only).
21818
21819 2003-06-02  Karl Berry  <karl@gnu.org>
21820
21821         * config/mkinstalldirs (version): new variable.
21822         (--version): new option.
21823         (usage): improve message.
21824
21825 2003-05-30  Karl Berry  <karl@gnu.org>
21826
21827         * lib/mktime.c: update from libc.
21828
21829 2003-05-30  Bruno Haible  <bruno@clisp.org>
21830
21831         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
21832         * config/config.rpath: Upgrade to gettext-0.12.1.
21833
21834 2003-05-30  Bruno Haible  <bruno@clisp.org>
21835
21836         * m4/gettext.m4: Upgrade to gettext-0.12.1.
21837         * m4/nls.m4: New file, from gettext-0.12.1.
21838         * m4/po.m4: New file, from gettext-0.12.1.
21839         * m4/progtest.m4: Upgrade to gettext-0.12.1.
21840
21841 2003-05-30  Bruno Haible  <bruno@clisp.org>
21842
21843         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
21844         * lib/localcharset.h: Likewise.
21845         * lib/localcharset.c: Likewise.
21846
21847 2003-05-29  Karl Berry  <karl@gnu.org>
21848
21849         * config/config.rpath: update from gettext.
21850
21851 2003-05-28  Paul Eggert  <eggert@twinsun.com>
21852
21853         Assume the headers required for C89 freestanding compilers.
21854         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
21855         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
21856         * m4/human.m4 (gl_HUMAN): Likewise.
21857         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
21858         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
21859         * m4/userspec.m4 (gl_USERSPEC): Likewise.
21860         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
21861         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
21862         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
21863
21864 2003-05-28  Paul Eggert  <eggert@twinsun.com>
21865
21866         Assume the headers required for C89 freestanding compilers.
21867         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
21868         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
21869         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
21870         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
21871         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
21872         define, since <limits.h> is guaranteed to do that.
21873         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
21874         * lib/exclude.c: Include <stdbool.h> unconditionally.
21875         * lib/tempname.c: Include <stddef.h> unconditionally.
21876         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
21877         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
21878         <stddef.h> does that.
21879         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
21880         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
21881         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
21882         needed.
21883         * lib/xstrtol.c: Likewise.
21884         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
21885         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
21886
21887         * lib/addext.c (addext): Use assignment rather than cast, to avoid
21888         warnings on some platforms.
21889
21890         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
21891         arbitrarily.
21892
21893 2003-05-26  Jim Meyering  <jim@meyering.net>
21894
21895         Merge in a change from coreutils:
21896         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
21897         that is guaranteed to be `no'.  Use `no_such_member' to indicate
21898         that condition, rather than `-1' which is slightly misleading.
21899         Change the name of the cache variable to have the gl_ prefix.
21900         Prompted by a patch from Richard Dawe for DJGPP.
21901
21902 2003-05-24  Karl Berry  <karl@gnu.org>
21903
21904         * config/config.guess: update from prep.
21905
21906 2003-05-22  Karl Berry  <karl@gnu.org>
21907
21908         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
21909
21910 2003-05-20  Karl Berry  <karl@gnu.org>
21911
21912         * config/config.guess: update from prep.
21913
21914 2003-05-18  Karl Berry  <karl@gnu.org>
21915
21916         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
21917         might actually be set by the user.
21918
21919         * config/depcomp, install-sh, mdate-sh: update from automake.
21920
21921 2003-05-17  Bruno Haible  <bruno@clisp.org>
21922
21923         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
21924         invalid expansion for AC_EGREP_CPP.
21925         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
21926         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
21927         Suggested by Akim Demaille <akim@epita.fr> in
21928         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
21929
21930 2003-05-12  Jim Meyering  <jim@meyering.net>
21931
21932         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
21933         the space-padded-by-default conversion specifiers, %e, %k, %l.
21934
21935 2003-05-12  Bruno Haible  <bruno@clisp.org>
21936
21937         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
21938         the string is longer than 4 KB.
21939
21940 2003-05-11  Karl Berry  <karl@gnu.org>
21941
21942         * config/config.{guess,sub}: update from prep.
21943
21944 2003-05-09  Bruno Haible  <bruno@clisp.org>
21945
21946         * modules/error: Add m4/strerror_r.m4 to file list.
21947
21948 2003-05-03  Bruno Haible  <bruno@clisp.org>
21949
21950         Upgrade to Unicode-4.0.
21951         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
21952         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
21953         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
21954         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
21955         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
21956         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
21957         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
21958         Change width of U+E0100..U+E01EF from 1 to 0.
21959
21960 2003-04-25  Jim Meyering  <jim@meyering.net>
21961
21962         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
21963         of type size_t, not int.
21964
21965 2003-04-25  Bruno Haible  <bruno@clisp.org>
21966
21967         * lib/copy-file.c: Include <stddef.h>, for size_t.
21968
21969 2003-04-21  Paul Eggert  <eggert@twinsun.com>
21970
21971         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
21972         code which expansion is under static control.  Patch imported from
21973         Akim Demaille's patch to Bison; see
21974         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
21975
21976 2003-04-14  Bruno Haible  <bruno@clisp.org>
21977
21978         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
21979
21980 2003-04-11  Jim Meyering  <jim@meyering.net>
21981
21982         Merge changes from Coreutils.
21983
21984         2003-03-22  Jim Meyering  <jim@meyering.net>
21985
21986         * lib/strftime.c (widen): Cast alloca return value to proper type.
21987
21988         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
21989
21990         From GNU libc.
21991         * lib/strftime.c (my_strftime): Handle very large width
21992         specifications for numeric values correctly.  Improve checks for
21993         overflow.
21994
21995         2003-01-19  Jim Meyering  <jim@meyering.net>
21996
21997         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
21998         definitions.
21999         (nl_get_alt_digit) [! defined my_strftime]: Define.
22000         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
22001         _nl_get_alt_digit and _nl_get_walt_digit.
22002
22003         * lib/strftime.c (my_strftime): Merge in locale-related changes from
22004         libc. These changes have no effect outside of _LIBC.
22005
22006 2003-04-10  Bruno Haible  <bruno@clisp.org>
22007
22008         * modules/findprog: New file.
22009         * MODULES.html.sh (func_all_modules): Add it.
22010
22011 2003-04-10  Bruno Haible  <bruno@clisp.org>
22012
22013         * m4/findprog.m4: New file.
22014         * m4/eaccess.m4: New file.
22015
22016 2003-04-10  Bruno Haible  <bruno@clisp.org>
22017
22018         * lib/findprog.h: New file, from GNU gettext.
22019         * lib/findprog.c: New file, from GNU gettext.
22020
22021 2003-04-05  Jim Meyering  <jim@meyering.net>
22022
22023         Merge changes from Coreutils.
22024
22025         * lib/exclude.h (PARAMS): Remove definition and uses.
22026         * lib/exclude.c: Remove uses of `PARAMS'.
22027
22028         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
22029         Add test-cases for DOS filenames. Declare program_name.
22030         (main): Set up program_name.  Patch by Rich Dawe.
22031
22032         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
22033         error from mntctl.
22034         Use mntctl's return value to drive the entry-processing loop, since
22035         we can't rely on the value of the vmt_length member in the last
22036         entry.  On some systems doing so could result in exhausting
22037         virtual memory.  Based in part on a patch from Mike Jetzer.
22038
22039 2003-04-04  Bruno Haible  <bruno@clisp.org>
22040
22041         * modules/linebreak: New file.
22042         * MODULES.html.sh (func_all_modules): Add it.
22043
22044 2003-04-04  Bruno Haible  <bruno@clisp.org>
22045
22046         * m4/linebreak.m4: New file.
22047
22048 2003-04-04  Bruno Haible  <bruno@clisp.org>
22049
22050         * lib/linebreak.h: New file, from GNU gettext.
22051         * lib/linebreak.c: New file, from GNU gettext with slight
22052         modifications.
22053         * lib/lbrkprop.h: New file, from GNU gettext.
22054
22055 2003-04-03  Bruno Haible  <bruno@clisp.org>
22056
22057         * modules/utf8-ucs4: New file.
22058         * modules/utf16-ucs4: New file.
22059         * modules/ucs4-utf8: New file.
22060         * modules/ucs4-utf16: New file.
22061         * MODULES.html.sh (func_all_modules): Add them.
22062
22063 2003-04-03  Bruno Haible  <bruno@clisp.org>
22064
22065         * m4/utf-ucs4.m4: New file.
22066         * m4/ucs4-utf.m4: New file.
22067
22068 2003-04-03  Bruno Haible  <bruno@clisp.org>
22069
22070         * lib/utf8-ucs4.h: New file, from GNU gettext.
22071         * lib/utf16-ucs4.h: New file, from GNU gettext.
22072         * lib/ucs4-utf8.h: New file, from GNU gettext.
22073         * lib/ucs4-utf16.h: New file, from GNU gettext.
22074
22075 2003-04-02  Bruno Haible  <bruno@clisp.org>
22076
22077         * modules/binary-io: New file.
22078         * MODULES.html.sh (func_all_modules): Add it.
22079
22080 2003-04-02  Bruno Haible  <bruno@clisp.org>
22081
22082         * lib/binary-io.h: New file, from GNU gettext.
22083
22084 2003-04-01  Bruno Haible  <bruno@clisp.org>
22085
22086         * modules/pathname: New file.
22087         * MODULES.html.sh (func_all_modules): Add it.
22088
22089 2003-04-01  Bruno Haible  <bruno@clisp.org>
22090
22091         * lib/pathname.h: New file, from GNU gettext.
22092         * lib/concatpath.c: New file, from GNU gettext.
22093
22094 2003-03-30  Bruno Haible  <bruno@clisp.org>
22095
22096         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
22097
22098 2003-03-30  Bruno Haible  <bruno@clisp.org>
22099
22100         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
22101         function chown() doesn't exist.
22102
22103 2003-03-28  Bruno Haible  <bruno@clisp.org>
22104
22105         * modules/copy-file: New file.
22106         * MODULES.html.sh (func_all_modules): Add it.
22107
22108 2003-03-28  Bruno Haible  <bruno@clisp.org>
22109
22110         * m4/copy-file.m4: New file.
22111
22112 2003-03-28  Bruno Haible  <bruno@clisp.org>
22113
22114         * lib/copy-file.h: New file, from GNU gettext.
22115         * lib/copy-file.c: New file, from GNU gettext.
22116
22117 2003-03-18  Jim Meyering  <jim@meyering.net>
22118
22119         * lib/quote.c (quote_n): Fix typo in comment.
22120
22121 2003-03-18  Bruno Haible  <bruno@clisp.org>
22122
22123         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
22124         checking.
22125         * m4/onceonly_2_57.m4: Likewise.
22126
22127 2003-03-17  Bruno Haible  <bruno@clisp.org>
22128
22129         * m4/onceonly.m4: Require autoconf 2.54 or newer.
22130         (m4_quote): Remove macro.
22131         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
22132
22133 2003-03-14  Jim Meyering  <jim@meyering.net>
22134
22135         Merge changes from Coreutils.
22136         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
22137         to be const, in order to avoid warnings.
22138         (obstack_room): Likewise.
22139         (obstack_empty_p): Likewise.
22140
22141 2003-03-14  Bruno Haible  <bruno@clisp.org>
22142
22143         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
22144         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
22145
22146 2003-03-13  Paul Eggert  <eggert@twinsun.com>
22147
22148         Merge changes from Bison.
22149         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
22150         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
22151         when compiling Bison 1.875's `bitset bset = obstack_alloc
22152         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
22153         * lib/hash.c: Include <stdbool.h> unconditionally.
22154
22155 2003-03-13  Paul Eggert  <eggert@twinsun.com>
22156
22157         * m4/onceonly.m4 (m4_quote): New macro.
22158         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
22159         Quote AC_FOREACH variable-expansions properly.
22160
22161 2003-03-13  Paul Eggert  <eggert@twinsun.com>
22162
22163         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
22164
22165 2003-03-09  Paul Eggert  <eggert@twinsun.com>
22166
22167         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
22168         Reported by Bruce Becker; see:
22169         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
22170
22171 2003-03-03  Paul Eggert  <eggert@twinsun.com>
22172             Bruno Haible  <bruno@clisp.org>
22173
22174         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
22175         Reported by John Hughes, see
22176         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
22177
22178 2003-02-20  Bruno Haible  <bruno@clisp.org>
22179
22180         * MODULES.html.sh (func_all_modules): Add poll.
22181
22182 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
22183
22184         * modules/poll: New file.
22185
22186 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
22187
22188         * lib/poll_.h: New file.
22189         * lib/poll.c: New file.
22190
22191 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
22192
22193         * m4/poll.m4: New file.
22194
22195 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
22196
22197         * modules/mathl: New file.
22198
22199 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
22200
22201         * lib/mathl.h: New file.
22202         * lib/acosl.c: New file.
22203         * lib/asinl.c: New file.
22204         * lib/atanl.c: New file.
22205         * lib/ceill.c: New file.
22206         * lib/cosl.c: New file.
22207         * lib/expl.c: New file.
22208         * lib/floorl.c: New file.
22209         * lib/frexpl.c: New file.
22210         * lib/ldexpl.c: New file.
22211         * lib/logl.c: New file.
22212         * lib/sincosl.c: New file.
22213         * lib/sinl.c: New file.
22214         * lib/sqrtl.c: New file.
22215         * lib/tanl.c: New file.
22216         * lib/trigl.c: New file.
22217         * lib/trigl.h: New file.
22218
22219 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
22220
22221         * m4/mathl.m4: New file.
22222
22223 2003-02-18  Bruno Haible  <bruno@clisp.org>
22224
22225         * MODULES.html.sh (func_all_modules): Add mathl.
22226
22227 2003-02-17  Bruno Haible  <bruno@clisp.org>
22228
22229         * modules/mkdtemp: New module.
22230         * MODULES.html.sh (func_all_modules): Add it.
22231
22232 2003-02-17  Bruno Haible  <bruno@clisp.org>
22233
22234         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
22235
22236 2003-02-17  Bruno Haible  <bruno@clisp.org>
22237
22238         * lib/mkdtemp.h: New file, from GNU gettext.
22239         * lib/mkdtemp.c: New file, from GNU gettext.
22240
22241 2003-02-02  Jim Meyering  <jim@meyering.net>
22242
22243         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
22244         e.g. glibc-2.2.93.
22245
22246 2003-01-31  Bruno Haible  <bruno@clisp.org>
22247
22248         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
22249         'rpl_rename'.
22250         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
22251         'rpl_strnlen'.
22252         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
22253         'rpl_strtod'.
22254         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
22255         'rpl_utime'.
22256
22257 2003-01-31  Bruno Haible  <bruno@clisp.org>
22258
22259         * lib/rename.c: #undef rename before defining rpl_rename.
22260         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
22261
22262 2003-01-30  Bruno Haible  <bruno@clisp.org>
22263
22264         * modules/vasnprintf, modules/vasprintf: New modules.
22265         * MODULES.html.sh (func_all_modules): Add them.
22266
22267 2003-01-30  Bruno Haible  <bruno@clisp.org>
22268
22269         * m4/signed.m4: New file, from GNU gettext.
22270         * m4/longdouble.m4: New file, from GNU gettext.
22271         * m4/wchar_t.m4: New file, from GNU gettext.
22272         * m4/wint_t.m4: New file, from GNU gettext.
22273         * m4/vasnprintf.m4: New file.
22274         * m4/vasprintf.m4: New file.
22275
22276 2003-01-30  Bruno Haible  <bruno@clisp.org>
22277
22278         * lib/printf-args.h: New file, from GNU gettext.
22279         * lib/printf-args.c: New file, from GNU gettext.
22280         * lib/printf-parse.h: New file, from GNU gettext.
22281         * lib/printf-parse.c: New file, from GNU gettext.
22282         * lib/vasnprintf.h: New file, from GNU gettext.
22283         * lib/vasnprintf.c: New file, from GNU gettext.
22284         * lib/asnprintf.c: New file, from GNU gettext.
22285         * lib/vasprintf.h: New file, from GNU gettext with modifications.
22286         * lib/vasprintf.c: New file, from GNU gettext.
22287         * lib/asprintf.c: New file, from GNU gettext.
22288
22289 2003-01-29  Bruno Haible  <bruno@clisp.org>
22290
22291         * modules/stpncpy: New module.
22292         * MODULES.html.sh (func_all_modules): Add it.
22293
22294 2003-01-29  Bruno Haible  <bruno@clisp.org>
22295
22296         * m4/stpncpy.m4: New file.
22297
22298 2003-01-29  Bruno Haible  <bruno@clisp.org>
22299
22300         * lib/stpncpy.h: New file, from GNU gettext with modifications.
22301         * lib/stpncpy.c: New file, from GNU gettext with modifications.
22302
22303 2003-01-28  Bruno Haible  <bruno@clisp.org>
22304
22305         * modules/c-ctype: New module.
22306         * MODULES.html.sh (func_all_modules): Add it.
22307
22308 2003-01-28  Bruno Haible  <bruno@clisp.org>
22309
22310         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
22311         Paul Eggert.
22312         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
22313         Paul Eggert.
22314
22315 2003-01-27  Bruno Haible  <bruno@clisp.org>
22316
22317         * modules/xsetenv: New module.
22318         * MODULES.html.sh (func_all_modules): Add it.
22319
22320 2003-01-27  Bruno Haible  <bruno@clisp.org>
22321
22322         * lib/xsetenv.h: New file, from GNU gettext.
22323         * lib/xsetenv.c: New file, from GNU gettext.
22324
22325 2003-01-23  Jim Meyering  <jim@meyering.net>
22326
22327         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
22328         from working on systems without dirfd (at least Irix and OSF1/Tru64).
22329
22330 2003-01-23  Bruno Haible  <bruno@clisp.org>
22331
22332         * modules/minmax: New module.
22333         * MODULES.html.sh (func_all_modules): Add it.
22334
22335 2003-01-23  Bruno Haible  <bruno@clisp.org>
22336
22337         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
22338         Eggert.
22339
22340 2003-01-22  Bruno Haible  <bruno@clisp.org>
22341
22342         * modules/exit: New module.
22343         * MODULES.html.sh (func_all_modules): Add it.
22344
22345 2003-01-22  Bruno Haible  <bruno@clisp.org>
22346
22347         * lib/exit.h: New file, from GNU gettext.
22348
22349 2003-01-19  Bruno Haible  <bruno@clisp.org>
22350
22351         * gnulib-tool: Recognize option --extract-maintainer.
22352         (func_get_maintainer): New function.
22353         * modules/*: Add Maintainer entry.
22354
22355 2003-01-16  Jim Meyering  <jim@meyering.net>
22356
22357         * m4/regex.m4: The `regex' struct is both input and output.
22358         Initialize it before each use.  Patch by Tim Waugh.
22359
22360 2003-01-16  Bruno Haible  <bruno@clisp.org>
22361
22362         * MODULES.html.sh: Add a table of contents. Add the module name as
22363         leftmost column. Add hyperlinks.
22364
22365 2003-01-15  Bruno Haible  <bruno@clisp.org>
22366
22367         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
22368
22369 2003-01-15  Bruno Haible  <bruno@clisp.org>
22370
22371         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
22372         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
22373         suffix.
22374
22375 2003-01-15  Bruno Haible  <bruno@clisp.org>
22376
22377         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
22378
22379 2003-01-15  Bruno Haible  <bruno@clisp.org>
22380
22381         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
22382         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
22383
22384 2003-01-14  Jim Meyering  <jim@meyering.net>
22385
22386         * lib/same.c (same_name): Tweak a comment.
22387
22388 2003-01-14  Bruno Haible  <bruno@clisp.org>
22389
22390         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
22391         when a string comparison is sufficient.
22392
22393 2003-01-14  Bruno Haible  <bruno@clisp.org>
22394
22395         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
22396         'unsigned int'.
22397
22398 2003-01-14  Bruno Haible  <bruno@clisp.org>
22399
22400         * lib/hash-pjw.c: Add comment about low quality of this function.
22401
22402 2003-01-13  Bruno Haible  <bruno@clisp.org>
22403
22404         * modules/stpcpy: Distribute lib/stpcpy.h.
22405         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
22406
22407 2003-01-13  Bruno Haible  <bruno@clisp.org>
22408
22409         * modules/*: Add a description.
22410         * modules/strpbrk: Fix Makefile.am snippet.
22411         * modules/strtoimax: Fix dependencies.
22412         * modules/strtoumax: Likewise.
22413
22414 2003-01-13  Bruno Haible  <bruno@clisp.org>
22415
22416         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
22417         * modules/alloca (Makefile.am): All object files depend on alloca.h.
22418         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
22419
22420 2003-01-13  Bruno Haible  <bruno@clisp.org>
22421
22422         * gnulib-tool (func_create_testdir): Store config/* files in the main
22423         directory.
22424         * config.rpath: Move to ...
22425         * config/config.rpath: ... here.
22426         * modules/gettext: Contains config/config.rpath, not config.rpath.
22427         * modules/iconv: Likewise.
22428
22429 2003-01-12  Paul Eggert  <eggert@twinsun.com>
22430
22431         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
22432         to avoid collisions with libcurses and libreadline.
22433
22434         * m4/getstr.m4: Remove.
22435         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
22436
22437 2003-01-12  Paul Eggert  <eggert@twinsun.com>
22438
22439         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
22440         to avoid collisions with libcurses and libreadline.
22441
22442         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
22443         * lib/getstr.h, getstr.c: Remove.
22444         * lib/getline.c: Include "getline.h", to check interface.
22445         Move body of old getstr.c here: this defines MIN_CHUNK and
22446         declares getdelim2, which is renamed from getstr.
22447         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
22448
22449         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
22450         All uses changed.
22451         * lib/linebuffer.h: Likewise.
22452         (readline): Remove backward-compatibility macro.
22453
22454 2003-01-12  Paul Eggert  <eggert@twinsun.com>
22455
22456         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
22457         to avoid collisions with libcurses and libreadline.
22458         * getstr: Remove.
22459         * MODULES.html.sh: Remove getstr.
22460         * modules/getline: Depend on unlocked-io, not getstr.
22461
22462 2003-01-12  Jim Meyering  <jim@meyering.net>
22463
22464         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
22465
22466 2003-01-10  Bruno Haible  <bruno@clisp.org>
22467
22468         * modules/alloca: Change Makefile.am requirements. Simplify Include
22469         requirements. Add lib/alloca_.h to file list.
22470
22471 2003-01-10  Bruno Haible  <bruno@clisp.org>
22472
22473         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
22474
22475 2003-01-10  Bruno Haible  <bruno@clisp.org>
22476
22477         * lib/alloca_.h: New file.
22478         * lib/getdate.y: Unconditionally include alloca.h.
22479         * lib/makepath.c: Likewise.
22480         * lib/setenv.c: Likewise.
22481         * lib/userspec.c: Likewise.
22482
22483 2003-01-09  Karl Berry  <karl@gnu.org>
22484
22485         * MODULES.html.sh: include `dirname $0` in PATH, to find
22486         gnulib-tool.
22487
22488 2003-01-09  Bruno Haible  <bruno@clisp.org>
22489
22490         * modules/stdbool: Change configure.ac, Makefile.am requirements.
22491         Simplify Include requirements. Add lib/stdbool.h.in to file list.
22492
22493 2003-01-09  Bruno Haible  <bruno@clisp.org>
22494
22495         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
22496
22497 2003-01-09  Bruno Haible  <bruno@clisp.org>
22498
22499         * lib/stdbool.h.in: New file.
22500
22501 2003-01-09  Bruno Haible  <bruno@clisp.org>
22502
22503         * gnulib-tool (func_all_modules): Ignore files ending in ~.
22504         * MODULES.html.sh: Likewise.
22505
22506 2003-01-08  Jim Meyering  <jim@meyering.net>
22507
22508         * lib/full-write.c: Undefine and define-away `const' after inclusion
22509         of errno.h, not before.  Suggestion from Bruno Haible.
22510
22511 2003-01-08  Bruno Haible  <bruno@clisp.org>
22512
22513         * modules/full-read: Depend on full-write.
22514
22515 2003-01-08  Bruno Haible  <bruno@clisp.org>
22516
22517         * lib/safe-read.c: Include specification header first, to ensure its
22518         selfcontainedness.
22519         * lib/full-write.c: Likewise.
22520
22521 2003-01-07  Jim Meyering  <jim@meyering.net>
22522
22523         * lib/full-write.c: Rework so that it may serve to define full_read,
22524         too.
22525         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
22526
22527 2003-01-07  Bruno Haible  <bruno@clisp.org>
22528
22529         * lib/strtoimax.c: Include <stdint.h> as an alternative to
22530         <inttypes.h>.
22531         * lib/xstrtol.h: Likewise.
22532         * lib/xstrtoimax.c: Likewise.
22533         * lib/xstrtoumax.c: Likewise.
22534         * lib/human.h: Likewise.
22535
22536         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
22537         on systems that have <inttypes.h> but not <stdint.h>.
22538
22539 2003-01-07  Bruno Haible  <bruno@clisp.org>
22540
22541         * MODULES.html.sh: Add copyright notice.
22542         (missed_files): Omit CVS directory entries.
22543         (func_module): Make it work with sed-3.02.
22544         * MODULES.txt: Remove file.
22545
22546 2003-01-06  Jim Meyering  <jim@meyering.net>
22547
22548         * lib/version-etc.c: Update year in translatable copyright string.
22549
22550 2003-01-03  Karl Berry  <karl@gnu.org>
22551
22552         * config/config.{guess,sub}: update from prep.
22553
22554 2003-01-02  Karl Berry  <karl@gnu.org>
22555
22556         * doc/COPYING.DOC: belatedly updated to 1.2.
22557
22558 2003-01-01  Karl Berry  <karl@gnu.org>
22559
22560         * gnulib-tool (func_verify_module): report module name $module in
22561         error message, not $1.
22562         * gnulib-tool (create-testdir): don't complain if destdir couldn't
22563         be created, only if it doesn't exist.
22564         * gnulib-tool (last_checkin_date): don't expand the $Date here.
22565
22566 2002-12-31  Paul Eggert  <eggert@twinsun.com>
22567
22568         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
22569
22570 2002-12-31  Paul Eggert  <eggert@twinsun.com>
22571
22572         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
22573         memcmp if strcoll doesn't work.
22574
22575 2002-12-31  Bruno Haible  <bruno@clisp.org>
22576
22577         * lib/utime.c (utime_null): No need to call ftruncate if the file was
22578         nonempty.
22579
22580 2002-12-31  Bruno Haible  <bruno@clisp.org>
22581
22582         * lib/memcoll.c (STRCOLL): New macro.
22583         (memcoll): Use it.
22584
22585 2002-12-31  Bruno Haible  <bruno@clisp.org>
22586
22587         * lib/localcharset.h: New file.
22588         * lib/localcharset.c: Include it.
22589         * lib/unicodeio.c: Likewise.
22590
22591 2002-12-31  Bruno Haible  <bruno@clisp.org>
22592
22593         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
22594         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
22595
22596 2002-12-31  Bruno Haible  <bruno@clisp.org>
22597
22598         * lib/getline.h: Include <stddef.h>, for size_t.
22599
22600         * lib/unicodeio.h: Include <stddef.h>, for size_t.
22601         * lib/unicodeio.c: Don't include <stddef.h>.
22602
22603 2002-12-31  Bruno Haible  <bruno@clisp.org>
22604
22605         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
22606         HAVE_TM_ZONE.
22607
22608 2002-12-24  Karl Berry  <karl@gnu.org>
22609
22610         * config/config.guess: update from prep.
22611
22612 2002-12-24  Bruno Haible  <bruno@clisp.org>
22613
22614         General infrasructure.
22615         * m4/README: Rewritten.
22616         * m4/onceonly.m4: New file.
22617         * m4/onceonly_2_57.m4: New file.
22618
22619         Module atexit.
22620         * m4/atexit.m4: New file.
22621
22622         Module strtod.
22623         * m4/strtod.m4: New file.
22624
22625         Module strtol.
22626         * m4/strtol.m4: New file.
22627
22628         Module strtoul.
22629         * m4/strtoul.m4: New file.
22630
22631         Module memchr.
22632         * m4/memchr.m4: New file.
22633
22634         Module memcmp.
22635         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
22636         (jm_FUNC_MEMCMP): Invoke it.
22637
22638         Module memcpy.
22639         * m4/memcpy.m4: New file.
22640
22641         Module memmove.
22642         * m4/memmove.m4: New file.
22643
22644         Module memset.
22645         * m4/memset.m4: New file.
22646
22647         Module strcspn.
22648         * m4/strcspn.m4: New file.
22649
22650         Module strpbrk.
22651         * m4/strpbrk.m4: New file.
22652
22653         Module strstr.
22654         * m4/strstr.m4: New file.
22655
22656         Module strerror.
22657         * m4/strerror.m4: New file.
22658
22659         Module mktime.
22660         * m4/mktime.m4: Renamed from jm-mktime.m4.
22661         (gl_PREREQ_MKTIME): New macro.
22662         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
22663
22664         Module malloc.
22665         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
22666         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
22667         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
22668
22669         Module realloc.
22670         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
22671         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
22672         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
22673
22674         Module strftime.
22675         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
22676         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
22677         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
22678         gl_TM_GMTOFF.
22679         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
22680
22681         Module xalloc.
22682         * m4/xalloc.m4: New file.
22683
22684         Module alloca.
22685         * m4/alloca.m4: New file.
22686
22687         Module putenv.
22688         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
22689         (jm_FUNC_PUTENV): Invoke it.
22690
22691         Module setenv.
22692         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
22693         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
22694         when invoked twice.
22695         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
22696         gt_FUNC_SETENV.
22697
22698         Module memrchr.
22699         * m4/memrchr.m4: New file.
22700
22701         Module stpcpy.
22702         * m4/stpcpy.m4: New file.
22703
22704         Module strcase.
22705         * m4/strcase.m4: New file.
22706
22707         Module strdup.
22708         * m4/strdup.m4: New file.
22709
22710         Module strnlen.
22711         * m4/strnlen.m4: New file.
22712
22713         Module strndup.
22714         * m4/strndup.m4: New file.
22715
22716         Module xstrtod.
22717         * m4/xstrtod.m4: New file.
22718
22719         Module xstrtol.
22720         * m4/xstrtol.m4: New file.
22721
22722         Module getdate.
22723         * m4/getdate.m4: New file.
22724
22725         Module unlocked-io.
22726         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
22727         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
22728         * m4/jm-glibc-io.m4n: Remove file.
22729
22730         Module long-options.
22731         * m4/long-options.m4: New file.
22732
22733         Module md5.
22734         * m4/md5.m4: New file.
22735
22736         Module sha.
22737         * m4/sha.m4: New file.
22738
22739         Module getstr.
22740         * m4/getstr.m4: New file.
22741
22742         Module getline.
22743         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
22744         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
22745         <sys/types.h>, for size_t. Use the function name gnu_getline, not
22746         simply getline. Infoke gl_PREREQ_GETLINE.
22747
22748         Module obstack.
22749         * m4/obstack.m4: New file.
22750
22751         Module hash.
22752         * m4/hash.m4: New file.
22753
22754         Module readtokens.
22755         * m4/readtokens.m4: New file.
22756
22757         Module strverscmp.
22758         * m4/strverscmp.m4: New file.
22759
22760         Module stdbool.
22761         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
22762         OSF/1.
22763
22764         Module strtoll.
22765         * m4/strtoll.m4: New file.
22766
22767         Module strtoull.
22768         * m4/strtoull.m4: New file.
22769
22770         Module strtoimax.
22771         * m4/strtoimax.m4: New file.
22772
22773         Module strtoumax.
22774         * m4/strtoumax.m4: New file.
22775
22776         Module xstrtoimax.
22777         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
22778         jm_AC_PREREQ_XSTRTOIMAX.
22779         Moved the strtol prerequisites to strtol.m4.
22780         Moved the strtoll prerequisites to strtoll.m4.
22781         Moved the strtoimax prerequisites to strtoimax.m4.
22782
22783         Module xstrtoumax.
22784         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
22785         jm_AC_PREREQ_XSTRTOUMAX.
22786         Moved the strtoul prerequisites to strtoul.m4.
22787         Moved the strtoull prerequisites to strtoull.m4.
22788         Moved the strtoumax prerequisites to strtoumax.m4.
22789
22790         Module chown.
22791         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
22792         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
22793
22794         Module dup2.
22795         * m4/dup2.m4: New file.
22796
22797         Module ftruncate.
22798         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
22799         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
22800
22801         Module getgroups.
22802         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
22803         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
22804
22805         Module gettimeofday.
22806         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
22807         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
22808         gl_PREREQ_GETTIMEOFDAY.
22809
22810         Module mkdir.
22811         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
22812         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
22813
22814         Module mkstemp.
22815         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
22816         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
22817         jm_AC_TYPE_UINTMAX_T.
22818         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
22819
22820         Module stat.
22821         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
22822         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
22823
22824         Module lstat.
22825         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
22826         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
22827
22828         Module timespec.
22829         * m4/timespec.m4 (gl_TIMESPEC): New macro.
22830         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
22831         * m4/st_mtim.m4: Indentation.
22832
22833         Module nanosleep.
22834         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
22835         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
22836         gl_PREREQ_NANOSLEEP.
22837
22838         Module regex.
22839         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
22840         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
22841         (gl_REGEX): New macro.
22842
22843         Module rename.
22844         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
22845         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
22846
22847         Module rmdir.
22848         * m4/rmdir.m4: New file.
22849
22850         Module utime.
22851         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
22852         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
22853         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
22854
22855         Module dirname.
22856         * m4/dirname.m4: New file.
22857
22858         Module getopt.
22859         * m4/getopt.m4: New file.
22860
22861         Module unistd-safer.
22862         * m4/unistd-safer.m4: New file.
22863
22864         Module fnmatch.
22865         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
22866         declaration.
22867         (gl_PREREQ_FNMATCH_EXTRA): New macro.
22868         (gl_FUNC_FNMATCH_POSIX): New macro.
22869         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
22870         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
22871         simply fnmatch.
22872
22873         Module exclude.
22874         * m4/exclude.m4: New file.
22875
22876         Module human.
22877         * m4/human.m4: New file.
22878
22879         Module acl.
22880         * m4/acl.m4: Nop.
22881
22882         Module backupfile.
22883         * m4/backupfile.m4: New file.
22884         * m4/d-ino.m4: Indentation.
22885
22886         Module fsusage.
22887         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
22888         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
22889         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
22890
22891         Module dirfd.
22892         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
22893         requirements.
22894
22895         Module euidaccess.
22896         * m4/euidaccess.m4: New file.
22897
22898         Module file-type.
22899         * m4/file-type.m4: New file.
22900
22901         Module fileblocks.
22902         * m4/fileblocks.m4: New file.
22903
22904         Module filemode.
22905         * m4/filemode.m4: New file.
22906
22907         Module isdir.
22908         * m4/isdir.m4: New file.
22909
22910         Module lchown.
22911         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
22912         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
22913
22914         Module makepath.
22915         * m4/makepath.m4: New file.
22916
22917         Module modechange.
22918         * m4/modechange.m4: New file.
22919
22920         Module mountlist.
22921         * m4/mountlist.m4: New file.
22922         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
22923         Indentation.
22924
22925         Module path-concat.
22926         * m4/path-concat.m4: New file.
22927
22928         Module pathmax.
22929         * m4/pathmax.m4: New file.
22930
22931         Module same.
22932         * m4/same.m4: New file.
22933
22934         Module save-cwd.
22935         * m4/save-cwd.m4: New file.
22936
22937         Module savedir.
22938         * m4/savedir.m4: New file.
22939
22940         Module xgetcwd.
22941         * m4/xgetcwd.m4: New file.
22942         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
22943
22944         Module xreadlink.
22945         * m4/xreadlink.m4: New file.
22946
22947         Module safe-read.
22948         * m4/safe-read.m4: New file.
22949
22950         Module safe-write.
22951         * m4/safe-write.m4: New file.
22952
22953         Module closeout.
22954         * m4/closeout.m4: New file.
22955
22956         Module stdio-safer.
22957         * m4/stdio-safer.m4: New file.
22958
22959         Module getpass.
22960         * m4/getpass.m4: New file.
22961
22962         Module getugroups.
22963         * m4/getugroups.m4: New file.
22964
22965         Module group-member.
22966         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
22967         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
22968
22969         Module idcache.
22970         * m4/idcache.m4: New file.
22971
22972         Module userspec.
22973         * m4/userspec.m4: New file.
22974
22975         Module gettime.
22976         * m4/clock_time.m4: New file.
22977         * m4/gettime.m4: New file.
22978
22979         Module settime.
22980         * m4/settime.m4: New file.
22981
22982         Module posixtm.
22983         * m4/posixtm.m4: New file.
22984
22985         Module gethostname.
22986         * m4/gethostname.m4: New file.
22987
22988         Module canon-host.
22989         * m4/canon-host.m4: New file.
22990
22991         Module gettext.
22992         * m4/codeset.m4: New file, from gettext-0.11.5.
22993         * m4/gettext.m4: New file, from gettext-0.11.5.
22994         * m4/glibc21.m4: New file, from gettext-0.11.5.
22995         * m4/iconv.m4: New file, from gettext-0.11.5.
22996         * m4/intdiv0.m4: New file, from gettext-0.11.5.
22997         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
22998         * m4/inttypes.m4: New file, from gettext-0.11.5.
22999         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
23000         * m4/isc-posix.m4: New file, from gettext-0.11.5.
23001         * m4/lcmessage.m4: New file, from gettext-0.11.5.
23002         * m4/lib-ld.m4: New file, from gettext-0.11.5.
23003         * m4/lib-link.m4: New file, from gettext-0.11.5.
23004         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
23005         * m4/progtest.m4: New file, from gettext-0.11.5.
23006         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
23007         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
23008         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
23009
23010         Module localcharset.
23011         * m4/localcharset.m4: New file.
23012
23013         Module hard-locale.
23014         * m4/hard-locale.m4: New file.
23015
23016         Module mbswidth.
23017         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
23018         onceonly macros.
23019         * m4/mbrtowc.m4: Add comment.
23020
23021         Module memcasecmp.
23022         * m4/memcasecmp.m4: New file.
23023
23024         Module memcoll.
23025         * m4/memcoll.m4: New file.
23026
23027         Module unicodeio.
23028         * m4/unicodeio.m4: New file.
23029
23030         Module rpmatch.
23031         * m4/rpmatch.m4: New file.
23032
23033         Module yesno.
23034         * m4/yesno.m4: New file.
23035
23036         Module exitfail.
23037         * m4/exitfail.m4: New file.
23038
23039         Module c-stack.
23040         * m4/c-stack.m4 (gl_C_STACK): New macro.
23041         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
23042
23043         Module error.
23044         * m4/error.m4 (gl_ERROR): New macro.
23045         (jm_PREREQ_ERROR): Use onceonly macros.
23046
23047         Module fatal.
23048         * m4/fatal.m4: New file.
23049
23050         Module getloadavg.
23051         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
23052         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
23053
23054         Module getpagesize.
23055         * m4/getpagesize.m4: New file.
23056
23057         Module getusershell.
23058         * m4/getusershell.m4: New file.
23059
23060         Module physmem.
23061         * m4/physmem.m4: New file.
23062
23063         Module posixver.
23064         * m4/posixver.m4: New file.
23065
23066         Module quotearg.
23067         * m4/quotearg.m4: New file.
23068
23069         Module quote.
23070         * m4/quote.m4: New file.
23071
23072         Module readutmp.
23073         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
23074
23075         Module sig2str.
23076         * m4/sig2str.m4: New file.
23077
23078         Other.
23079         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
23080         ulonglong.m4.
23081         * m4/intmax_t.m4: New file.
23082         * m4/d-type.m4: Indentation.
23083         * m4/jm-macros.m4: Update.
23084         * m4/prereq.m4 (jm_PREREQ): Update.
23085         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
23086         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
23087         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
23088         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
23089         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
23090         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
23091         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
23092         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
23093         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
23094         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
23095         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
23096         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
23097         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
23098         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
23099         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
23100         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
23101         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
23102         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
23103         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
23104
23105 2002-12-24  Bruno Haible  <bruno@clisp.org>
23106
23107         * MODULES.txt: Update according to m4/ changes.
23108
23109         Module gettext.
23110         * config.rpath: New file, from gettext-0.11.5.
23111
23112         * modules/*: New module descriptions.
23113         * gnulib-tool: New file.
23114         * MODULES.html.sh: New file.
23115
23116 2002-12-21  Karl Berry  <karl@gnu.org>
23117
23118         * doc/fdl.texi: update to version 1.2.
23119
23120 2002-12-19  Karl Berry  <karl@gnu.org>
23121
23122         * config/config.guess: update from prep.
23123
23124 2002-12-18  Bruno Haible  <bruno@clisp.org>
23125
23126         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
23127         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
23128
23129 2002-12-17  Bruno Haible  <bruno@clisp.org>
23130
23131         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
23132         stdlib.h, string.h.
23133
23134 2002-12-17  Bruno Haible  <bruno@clisp.org>
23135
23136         * lib/canon-host.c (strdup): Remove unused declaration.
23137
23138         * lib/fsusage.c: Include full_read.h.
23139         (get_fs_usage): Use full_read instead of safe_read.
23140
23141         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
23142
23143 2002-12-12  Karl Berry  <karl@gnu.org>
23144
23145         * config/config.guess: update from prep.
23146
23147 2002-12-11  Bruno Haible  <bruno@clisp.org>
23148
23149         * m4/setenv.m4: New file, from gettext-0.11.5.
23150
23151 2002-12-11  Bruno Haible  <bruno@clisp.org>
23152
23153         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
23154         not unsetenv().
23155         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
23156         modifications:
23157
23158         2002-12-11  Bruno Haible  <bruno@clisp.org>
23159
23160                 * setenv.c (alloca): Fall back to malloc.
23161                 (freea): New macro.
23162                 (setenv): Use freea() to free memory allocated with alloca().
23163
23164         2002-11-13  Bruno Haible  <bruno@clisp.org>
23165
23166                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
23167                 function declarations.
23168                 * unsetenv.c (unsetenv): Likewise.
23169
23170         2002-03-04  Bruno Haible  <bruno@clisp.org>
23171
23172                 Portability to AIX 4.3.3.
23173                 * unsetenv.c: New file, extracted from setenv.c.
23174                 * setenv.c: Move the unsetenv() function to unsetenv.c.
23175
23176         2001-12-20  Bruno Haible  <bruno@clisp.org>
23177
23178                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
23179                 use malloc instead. For SunOS 4.
23180
23181         2001-12-11  Bruno Haible  <bruno@clisp.org>
23182
23183                 * setenv.c: Declare alloca.
23184                 (compar_fn_t): New typedef.
23185                 (KNOWN_VALUE, STORE_VALUE): Use it.
23186
23187         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
23188         setenv.h.
23189
23190 2002-12-10  Paul Eggert  <eggert@twinsun.com>
23191
23192         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
23193         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
23194         Choose values that are less likely to collide with system fnmatch
23195         options.
23196         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
23197         defined (e.g., a pure POSIX system).
23198         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
23199         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
23200
23201 2002-12-06  Paul Eggert  <eggert@twinsun.com>
23202
23203         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
23204         a pain in practice to deal with generated m4 files.  This change
23205         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
23206
23207         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
23208         and jm-glibc-io.m4, as they are no longer a special case.
23209         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
23210         kludge and the auto-generation stuff.  Check only whether the
23211         functions are declared, not whether they exist, since older hosts
23212         that don't declare the functions can't use the optimization anyway.
23213
23214 2002-12-06  Jim Meyering  <jim@meyering.net>
23215
23216         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
23217
23218         Merge in changes from libc's misc/error.c, in preparation
23219         for the merge of gnulib's changes back into libc.
23220
23221         * lib/error.c (_): Define only if not already defined.
23222         Move definition to follow all #include directives.
23223         Include unlocked-io.h only if !_LIBC.
23224         [_LIBC]: Include <libio/libioP.h>.
23225         [USE_IN_LIBIO]: Include <libio/iolibio.h>
23226         (fflush): Tweak definition to use INTUSE.
23227         (putc): Define.
23228
23229 2002-12-05  Paul Eggert  <eggert@twinsun.com>
23230
23231         * lib/alloca.c [defined emacs]: Include "lisp.h".
23232         (xalloc_die) [defined emacs]: New macro.
23233         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
23234         [! defined emacs]: Include <xalloc.h>.
23235         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
23236         (pointer): Typedef to POINTER_TYPE *.
23237         (malloc): Remove decl; we now always use xmalloc.
23238         (alloca): Use old-style definition, since Emacs needs this.
23239         Check for arithmetic overflow when computing combined size.
23240
23241 2002-12-04  Paul Eggert  <eggert@twinsun.com>
23242
23243         Do not generate unlocked-io.h automatically, since it's easier to
23244         maintain it by hand.
23245
23246         * lib/unlocked-io.h: New file, from GNU diffutils,
23247         but with proper copyright notice and attribution.
23248         * lib/gen-uio: Remove.
23249         * lib/Makefile.am: Add copyright notice.
23250         (libfetish_a_SOURCES): Add unlocked-io.h.
23251         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
23252         (DISTCLEANFILES, io_functions): Remove macros.
23253         (EXTRA_DIST): Remove gen_uio.
23254         (unlocked-io.h): Remove rule.
23255
23256 2002-12-04  Jim Meyering  <jim@meyering.net>
23257
23258         Reflect the fact that stat.c and lstat.c are no longer generated.
23259         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
23260         (DISTCLEANFILES): Likewise.
23261         (EXTRA_DIST): Likewise.
23262         (all_local): Don't depend on stat.c or lstat.c.
23263         (stat.c, lstat.c): Remove rules.
23264         (EXTRA_DIST): Remove xstat.in.
23265
23266         * lib/xstat.in: Remove file.  Contents moved into stat.c.
23267         * lib/stat.c: New file.  Contents mostly from xstat.in.
23268         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
23269         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
23270
23271         * lib/safe-read.c: Rework so that it may serve to define safe_write,
23272         too.
23273         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
23274
23275 2002-12-03  Jim Meyering  <jim@meyering.net>
23276
23277         * lib/safe-read.c, safe-write.c: Change variable names and comments,
23278         but not semantics, to minimize the differences between these two files.
23279         (safe_read): Change comment to mention SAFE_READ_ERROR.
23280
23281         * lib/safe-read.c (IS_EINTR): Define.
23282         (safe_read): Use IS_EINTR in place of in-function cpp directives.
23283
23284 2002-12-02  Jim Meyering  <jim@meyering.net>
23285
23286         * lib/safe-read.c (EINTR): Define.
23287         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
23288         (INT_MAX): Provide fallback.
23289         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
23290
23291         * lib/safe-read.h (SAFE_READ_ERROR): Define.
23292
23293 2002-12-02  Bruno Haible  <bruno@clisp.org>
23294
23295         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
23296         Define, taken from safe-read.c.
23297         (INT_MAX): Provide fallback.
23298         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
23299         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
23300
23301         * lib/safe-read.c (EINTR): Remove definition.
23302         (safe_read): Don't use EINTR if it is absent.
23303
23304 2002-12-01  Jim Meyering  <jim@meyering.net>
23305
23306         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
23307         zero.
23308         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
23309
23310 2002-11-27  Paul Eggert  <eggert@twinsun.com>
23311
23312         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
23313         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
23314         with `if (! (value < limit)) abort ();', for readability.
23315
23316 2002-11-26  Karl Berry  <karl@gnu.org>
23317
23318         * lib/strdup.c: copy from libc again, with jim's ok.
23319         * lib/.cppi-disable: re-add strdup.c
23320
23321 2002-11-25  Karl Berry  <karl@gnu.org>
23322
23323         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
23324         instead of "strtol.c".
23325
23326 2002-11-25  Karl Berry  <karl@gnu.org>
23327
23328         * config/install-sh: update from automake for variable quoting, $0 in
23329         error msgs, etc.
23330
23331         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
23332         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
23333         entry.
23334
23335 2002-11-25  Jim Meyering  <jim@meyering.net>
23336
23337         * lib/mktime.c: Sync from libc, now that it has the latest fix.
23338
23339 2002-11-24  Karl Berry  <karl@gnu.org>
23340
23341         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
23342         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
23343
23344 2002-11-24  Jim Meyering  <jim@meyering.net>
23345
23346         Update from coreutils:
23347
23348         * lib/mktime.c: Merge in changes from libc.
23349
23350         Avoid a link-time failure on some Linux systems.
23351         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
23352         (otherwise).
23353         (__mon_yday): Declare with the STATIC attribute.
23354         (__mktime_internal): Likewise.
23355         Based on a report from Greg Schafer.
23356
23357 2002-11-23  Jim Meyering  <jim@meyering.net>
23358
23359         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
23360         Use `unsigned', not `int', as type of index.
23361
23362         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
23363
23364         * lib/fsusage.c: Remove unneeded parentheses around operands of
23365         `defined'.
23366
23367 2002-11-22  Paul Eggert  <eggert@twinsun.com>
23368
23369         * lib/quotearg.h: Allow multiple inclusion by surrounding with
23370         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
23371         so that we can be included first.
23372         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
23373         * lib/quotearg.c: Include quotearg.h immediately after config.h.
23374         No need to include stddef.h or sys/types.h any more.
23375         Surround local include files with "", not "<>".
23376         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
23377         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
23378         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
23379         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
23380         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
23381         (ISPRINT): Remove; no longer needed now that we assume C89.
23382
23383         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
23384         Preserve errno.
23385
23386         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
23387         quotearg_char): Use SIZE_MAX rather than
23388         (size_t) -1 when we are talking about "infinity".
23389
23390         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
23391
23392 2002-11-22  Paul Eggert  <eggert@twinsun.com>
23393
23394         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
23395         hint that one should use `if (! x) abort ();' rather than `assert
23396         (x);', and anyway it's one less thing to worry about configuring.
23397         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
23398         hash_rehash, hash_insert): Use abort rather than assert.
23399
23400 2002-11-22  Bruno Haible  <bruno@clisp.org>
23401
23402         * lib/safe-read.h: Assume C89. Add comments.
23403         (safe_read): Change return type to size_t.
23404         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
23405         byte counts > SSIZE_MAX correctly.
23406         * lib/safe-write.h: New file.
23407         * lib/safe-write.c: New file.
23408         * lib/full-read.h: New file.
23409         * lib/full-read.c: New file.
23410         * lib/full-write.h: Assume C89. Add comments.
23411         * lib/full-write.c: Include safe-write.h.
23412         (full_write): Rewritten to use safe_write.
23413         Suggested by Jim Meyering and Paul Eggert.
23414
23415 2002-11-21  Jim Meyering  <jim@meyering.net>
23416
23417         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
23418
23419         Merge in changes from the coreutils.
23420
23421         2002-09-25  Paul Eggert  <eggert@twinsun.com>
23422         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
23423         <stdint.h>.
23424         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
23425         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
23426         int.  Work more efficiently if X is the same width as uintmax_t.
23427         Do not compare X to -1, to avoid bogus compiler warning.
23428         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
23429         Don't assume that f_frsize and f_bsize are the same type.
23430
23431         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
23432         warning on FreeBSD.
23433
23434         * lib/makepath.c (make_path): Restore umask *before* creating the final
23435         component.
23436         (make_path): Minor reformatting.
23437
23438         * lib/xmalloc.c: Adjust to work with new autoconf macros,
23439         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
23440         HAVE_MALLOC/HAVE_REALLOC.
23441
23442         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
23443         dummy ones.  At least on GNU/Linux systems, `auto' means something
23444         else.
23445         From Michael Stone.
23446
23447 2002-11-21  Bruno Haible  <bruno@clisp.org>
23448
23449         Remove case insensitive option matching.
23450         * lib/argmatch.h (argcasematch): Remove declaration.
23451         (ARGCASEMATCH): Remove macro.
23452         (__xargmatch_internal): Remove case_sensitive argument.
23453         (XARGMATCH): Update.
23454         (XARGCASEMATCH): Remove macro.
23455         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
23456         case_sensitive argument.
23457         (argcasematch): Remove function.
23458         (__xargmatch_internal): Remove case_sensitive argument.
23459         (main): Use XARGMATCH instead of XARGCASEMATCH.
23460
23461         * lib/xmalloc.c: Change compile-time error message. Add comment about
23462         required autoconf version.
23463
23464 2002-11-20  Paul Eggert  <eggert@twinsun.com>
23465
23466         Merge argmatch cleanups from Bison.  Assume C89.
23467
23468         * lib/argmatch.c: Include config.h here, not in argmatch.h.
23469         Include stdlib.h, for EXIT_FAILURE.
23470         Always include <string.h>, since we assume C89.
23471         (EXIT_FAILURE): Remove pre-C89 bug workaround.
23472         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
23473         Include <stddef.h> instead, since it's all we need for size_t.
23474         (PARAMS): Remove.  All uses removed.
23475         (ARRAY_CARDINALITY): Do not bother to #undef.
23476         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
23477         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
23478         Remove unnecessary parentheses.
23479         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
23480         Insert necessary parentheses.
23481         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
23482         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
23483
23484 2002-11-19  Bruno Haible  <bruno@clisp.org>
23485
23486         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
23487         * lib/mbswidth.h: Include <stddef.h>, for size_t.
23488
23489         * lib/mbswidth.h (PARAMS): Remove macro.
23490         (mbswidth, mbsnwidth): Use ANSI C function declarations.
23491         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
23492
23493         * lib/gcd.h (PARAMS): Remove macro.
23494         (gcd): Use ANSI C function declarations.
23495         * lib/gcd.c (gcd): Likewise.
23496
23497 2002-11-15  Bruno Haible  <bruno@clisp.org>
23498
23499         * lib/strcspn.c: Include <stddef.h>.
23500         (strcspn): Use ANSI C function declaration. Change return type to
23501         size_t. Use NULL.
23502         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
23503         (strpbrk): Use NULL.
23504         * lib/strpbrk.h (PARAMS): Remove macro.
23505         (strpbrk): Use ANSI C function declaration.
23506         * lib/strstr.c: Don't include <sys/types.h>.
23507         * lib/strstr.h (PARAMS): Remove macro.
23508         (strstr): Use ANSI C function declarations.
23509
23510 2002-11-14  Karl Berry  <karl@gnu.org>
23511
23512         * config/mkinstalldirs: `do' on separate line, instead of
23513         `for var; do'.
23514
23515 2002-11-06  Bruno Haible  <bruno@clisp.org>
23516
23517         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
23518         * lib/gcd.c (gcd): Likewise.
23519
23520 2002-11-05  Bruno Haible  <bruno@clisp.org>
23521
23522         * lib/gcd.h: New file, from gettext-0.11.5.
23523         * lib/gcd.c: New file, from gettext-0.11.5.
23524
23525 2002-11-05  Bruno Haible  <bruno@clisp.org>
23526
23527         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
23528         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
23529         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
23530         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
23531
23532         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
23533         <libintl.h>.
23534         * lib/makepath.c: Include gettext.h instead of <locale.h> and
23535         <libintl.h>.
23536
23537         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
23538         * lib/human.c: Include gettext.h instead of <libintl.h>.
23539         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
23540         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
23541         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
23542         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
23543         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
23544         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
23545         (textdomain): Remove definition.
23546         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
23547
23548         * lib/long-options.c: Remove include of <libintl.h> and definition of
23549         _.
23550         * lib/same.c: Remove include of <libintl.h> and definition of _.
23551
23552 2002-11-04  Owen Taylor  <otaylor@redhat.com>
23553
23554         * lib/config.charset: A few additions for Solaris.
23555
23556 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
23557
23558         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
23559         * lib/localcharset.c (locale_charset): Declare as extern "C".
23560
23561 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
23562
23563         * lib/config.charset: msdos in uk_UA uses CP1125.
23564
23565 2002-11-04  Bruno Haible  <bruno@clisp.org>
23566
23567         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
23568         * lib/strcase.h: New file, from GNU gettext-0.11.5.
23569         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
23570         * lib/strstr.h: New file, from GNU gettext-0.11.5.
23571         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
23572
23573 2002-11-04  Bruno Haible  <bruno@clisp.org>
23574
23575         * lib/localcharset.c (locale_charset): Don't return an empty string.
23576
23577 2002-11-04  Bruno Haible  <bruno@clisp.org>
23578
23579         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
23580         aliases.
23581
23582 2002-11-04  Bruno Haible  <bruno@clisp.org>
23583
23584         * lib/config.charset: Update for newest glibc. Add canonical names
23585         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
23586
23587 2002-11-04  Bruno Haible  <bruno@clisp.org>
23588
23589         * lib/config.charset: Add support for NetBSD.
23590
23591 2002-11-04  Bruno Haible  <bruno@clisp.org>
23592
23593         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
23594
23595 2002-11-01  Bruno Haible  <bruno@clisp.org>
23596
23597         * configure.in: Add AC_CONFIG_AUX_DIR call.
23598         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
23599         test/Makefile.
23600         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
23601
23602 2002-09-28  Karl Berry  <karl@gnu.org>
23603
23604         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
23605         installed automake until the next release, since changes have been
23606         made.
23607
23608 2002-09-25  Karl Berry  <karl@gnu.org>
23609
23610         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
23611         * lib/getopt*: copy from libc/posix.
23612         * lib/gettext.h: copy from gettext.
23613         * lib/.cppi-disable: add strdup.c, gettext.h.
23614
23615 2002-09-25  Karl Berry  <karl@gnu.org>
23616
23617         * config/srclist.txt: enable gettext.h check.
23618         * config/config.{guess,sub}: update from prep.
23619         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
23620                 from automake 1.6.3.
23621         See srclist*.
23622
23623 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
23624
23625         * regex.c (PATFETCH): Remove the translating fetch.
23626         (PATFETCH_RAW): Rename to PATFETCH.
23627         (set_image_of_range): New fun.
23628         (SET_RANGE_TABLE_WORK_AREA): Use it.
23629         (regex_compile): Don't translate the pattern chars so eagerly.
23630         Only do it when inserting an `exactn' bytecode or when handling
23631         a char-range.
23632         (mutually_exclusive_p): Avoid empty statement.
23633
23634 2002-07-06  Jim Meyering  <meyering@lucent.com>
23635
23636         * m4/README: Don't mention Makefile.am.in.
23637         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
23638
23639 2002-07-01  Jim Meyering  <meyering@lucent.com>
23640
23641         * lib/c-stack.c: Include sys/time.h.
23642         From Volker Borchert.
23643
23644 2002-06-26  Paul Eggert  <eggert@twinsun.com>
23645
23646         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
23647
23648 2002-06-26  Paul Eggert  <eggert@twinsun.com>
23649
23650         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
23651         New macro.  Use it uniformly instead of
23652         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
23653         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
23654         reported by Vin Shelton.
23655
23656 2002-06-22  Paul Eggert  <eggert@twinsun.com>
23657
23658         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
23659         Do not assume SA_SIGINFO behavior.
23660         Bug reported by Jim Meyering on NetBSD 1.5.2.
23661
23662 2002-06-22  Jim Meyering  <meyering@lucent.com>
23663
23664         * m4/c-stack.m4: New file, from diffutils-2.8.2.
23665         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
23666
23667         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
23668         now that configure.ac uses AC_GNU_SOURCE.
23669         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
23670         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
23671
23672         Update to latest tools.  Suggestions from Paul Eggert.
23673         * m4/stdbool.m4: New file, from diffutils-2.8.2.
23674         * m4/gnu-source.m4: Update from diffutils-2.8.2.
23675         * m4/fnmatch.m4: Likewise.
23676         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
23677         to AC_HEADER_STDBOOL
23678
23679 2002-06-22  Jim Meyering  <meyering@lucent.com>
23680
23681         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
23682         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
23683
23684 2002-06-22  Jim Meyering  <meyering@lucent.com>
23685
23686         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
23687
23688         * lib/exitfail.c, exitfail.h: Likewise.
23689         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
23690
23691         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
23692         of fnmatch.h.
23693         (EXTRA_DIST): Add fnmatch_loop.c.
23694         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
23695
23696         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
23697         * lib/fnmatch.c: Update from diffutils-2.8.2.
23698         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
23699         * lib/fnmatch.h: Remove file.
23700
23701 2002-06-21  Jim Meyering  <meyering@lucent.com>
23702
23703         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
23704         * m4/mbrtowc.m4: Likewise.
23705
23706         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
23707         * m4/mbswidth.m4: Reflect name change:
23708         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
23709         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
23710
23711         * m4/lib-link.m4: Update from gettext-0.11.2.
23712         * m4/gettext.m4: Likewise.
23713
23714         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
23715         From Alfred M. Szmidt.
23716
23717 2002-06-18  Paul Eggert  <eggert@twinsun.com>
23718
23719         * lib/file-type.h: Report an error if neither S_ISREG nor
23720         S_IFREG is defined, instead of using a test specific to glibc
23721         2.2.  This should be safe, since POSIX requires S_ISREG and
23722         Unix Version 7 had S_IFREG.  We don't need to check for
23723         <sys/types.h> since we don't use any symbols that it defines.
23724
23725 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
23726
23727         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
23728         $@-t, so that each temporary file name is unique and valid in the first
23729         8 characters, for operation under DOS.
23730
23731 2002-06-15  Paul Eggert  <eggert@twinsun.com>
23732
23733         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
23734
23735 2002-06-15  Jim Meyering  <meyering@lucent.com>
23736
23737         Work even with DJGPP 2.03, which lacks support for symlinks.
23738         From Richard Dawe.
23739         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
23740         is defined.
23741         * lib/lchown.c (S_ISLNK): Likewise.
23742
23743 2002-06-15  Jim Meyering  <meyering@lucent.com>
23744
23745         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
23746         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
23747         have been included before this file.
23748
23749 2002-06-14  Jim Meyering  <meyering@lucent.com>
23750
23751         * lib/file-type.h: Use the version from diffutils-2.8.2.
23752         * lib/file-type.c: Likewise.
23753
23754 2002-06-07  Jim Meyering  <meyering@lucent.com>
23755
23756         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
23757         They're needed at least for NetBSD 1.5.2.
23758         ($statxfs_includes): Include those same headers.
23759         ($statxfs_includes): Include sys/vfs.h if available.
23760         ($statxfs_includes): Likewise for sys/statvfs.h.
23761         Check for the following members in both structs statfs and statvfs:
23762         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
23763
23764 2002-06-01  Jim Meyering  <meyering@lucent.com>
23765
23766         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
23767         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
23768
23769 2002-05-28  Jim Meyering  <meyering@lucent.com>
23770
23771         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
23772         Reported by Volker Borchert.
23773
23774 2002-05-27  Jim Meyering  <meyering@lucent.com>
23775
23776         Fix a problem seen only on nonconforming systems whereby ls.c's
23777         use of localtime, and then of gettimeofday would cause trouble:
23778         the localtime call used to initialize rpl_gettimeofday's save
23779         mechanism would clobber ls's current local time information so
23780         that in any long listing the first file would always be listed
23781         with date 1970-01-01.  Analysis by Volker Borchert.
23782
23783         * lib/gettimeofday.c (localtime): Undefine.
23784         (rpl_localtime): New function.
23785
23786 2002-05-27  Jim Meyering  <meyering@lucent.com>
23787
23788         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
23789         localtime.
23790
23791         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
23792         use the replacement function; it wouldn't resolve at link time.
23793         Reported by Volker Borchert.
23794
23795 2002-05-22  Jim Meyering  <meyering@lucent.com>
23796
23797         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
23798         file-type.h.
23799         * lib/file-type.h: New file.
23800         * lib/file-type.c (file_type): New file/function.  Extracted from
23801         diffutils.
23802
23803 2002-04-30  Jim Meyering  <meyering@lucent.com>
23804
23805         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
23806
23807 2002-04-29  Paul Eggert  <eggert@twinsun.com>
23808
23809         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
23810
23811 2002-04-29  Paul Eggert  <eggert@twinsun.com>
23812
23813         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
23814         Do not check for alloca.h (no longer used) or stdbool.h (was never
23815         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
23816
23817 2002-04-29  Paul Eggert  <eggert@twinsun.com>
23818
23819         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
23820
23821 2002-04-29  Jim Meyering  <meyering@lucent.com>
23822
23823         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
23824         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
23825         Use AC_FUNC_STRNLEN here instead.
23826
23827         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
23828         With autoconf-2.53a, it's part of AC_PROG_CC.
23829
23830 2002-04-28  Paul Eggert  <eggert@twinsun.com>
23831
23832         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
23833         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
23834
23835 2002-04-28  Paul Eggert  <eggert@twinsun.com>
23836
23837         * lib/sig2str.h, lib/sig2str.c: New files.
23838         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
23839
23840 2002-04-28  Paul Eggert  <eggert@twinsun.com>
23841
23842         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
23843         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
23844         of 127, since 64 is the largest conceivable number for ancient
23845         nonstandard hosts.
23846         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
23847
23848 2002-04-28  Jim Meyering  <meyering@lucent.com>
23849
23850         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
23851
23852 2002-04-24  Jim Meyering  <meyering@lucent.com>
23853
23854         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
23855         (jm_PREREQ): Use it.
23856
23857         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
23858         mach/mach.h fcntl.h.
23859         Check for this function: setlocale.
23860
23861 2002-04-24  Jim Meyering  <meyering@lucent.com>
23862
23863         * lib/gettext.h: New file, from Gettext.
23864         * lib/Makefile.am (INCLUDES): Remove -I../intl.
23865         (libfetish_a_SOURCES): Add gettext.h.
23866
23867 2002-04-16  Jim Meyering  <meyering@lucent.com>
23868
23869         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
23870         ut_pid, ut_id, ut_exit.
23871
23872 2002-04-16  Jim Meyering  <meyering@lucent.com>
23873
23874         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
23875         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
23876         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
23877
23878 2002-04-12  Jim Meyering  <meyering@lucent.com>
23879
23880         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
23881         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
23882         existence of the getmntinfo function.  Needed for Darwin 5.3.
23883
23884         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
23885         This is necessary at least on Darwin 5.3.
23886
23887         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
23888         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
23889         strnlen.o in the library, and that makes some versions of ranlib
23890         object.
23891
23892 2002-04-12  Jim Meyering  <meyering@lucent.com>
23893
23894         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
23895
23896 2002-04-09  Jim Meyering  <meyering@lucent.com>
23897
23898         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
23899         to be more precise.  Rather than saying we're checking whether the
23900         function `works', say what we're testing.
23901         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
23902         Reported by Bruno Haible.
23903
23904 2002-03-10  Jim Meyering  <meyering@lucent.com>
23905
23906         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
23907         Suggestion from Santiago Vila.
23908
23909 2002-03-08  Jim Meyering  <meyering@lucent.com>
23910
23911         * lib/rename.c: Mention that this wrapper is needed also on
23912         mips-dec-ultrix4.4 systems.
23913
23914 2002-03-02  Jim Meyering  <meyering@lucent.com>
23915
23916         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
23917         not HAVE_CLOCK_SETTIME.
23918
23919 2002-02-27  Paul Eggert  <eggert@twinsun.com>
23920
23921         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
23922         Check for clock_settime.
23923
23924 2002-02-27  Paul Eggert  <eggert@twinsun.com>
23925
23926         * lib/nanosleep.h: Rename to....
23927         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
23928
23929         * lib/gettime.c: New file.
23930         * lib/settime.c: New file.
23931         * lib/stime.c: Remove.
23932
23933         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
23934         timespec.h.  Remove nanosleep.h.
23935
23936 2002-02-25  Paul Eggert  <eggert@twinsun.com>
23937
23938         * m4/acl.m4: New file.
23939         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
23940         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
23941
23942 2002-02-25  Paul Eggert  <eggert@twinsun.com>
23943
23944         * lib/acl.c, lib/acl.h: New files.
23945         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
23946
23947 2002-02-24  Jim Meyering  <meyering@lucent.com>
23948
23949         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
23950         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
23951         cause trouble.  Reported by Nelson Beebe.
23952
23953 2002-02-23  Paul Eggert  <eggert@twinsun.com>
23954
23955         * lib/path-concat.c (xpath_concat): Reorder code to pacify
23956         compilers that don't know that xalloc_die never returns.
23957
23958 2002-02-20  Jim Meyering  <meyering@lucent.com>
23959
23960         * lib/getdate.c: Regenerate using bison-1.33.
23961
23962 2002-02-17  Jim Meyering  <meyering@lucent.com>
23963
23964         * config/config.guess (main): Don't use `head -1'; it's no longer
23965         portable. Use `sed 1q' instead.
23966
23967 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
23968
23969         * m4/codeset.m4: Upgrade to gettext-0.11.
23970         * m4/gettext.m4: Upgrade to gettext-0.11.
23971         * m4/glibc21.m4: Upgrade to gettext-0.11.
23972         * m4/iconv.m4: Upgrade to gettext-0.11.
23973         * m4/isc-posix.m4: Upgrade to gettext-0.11.
23974         * m4/lcmessage.m4: Upgrade to gettext-0.11.
23975         * m4/lib-ld.m4: New file, from gettext-0.11.
23976         * m4/lib-link.m4: New file, from gettext-0.11.
23977         * m4/lib-prefix.m4: New file, from gettext-0.11.
23978         * m4/progtest.m4: Upgrade to gettext-0.11.
23979
23980 2002-02-15  Paul Eggert  <eggert@twinsun.com>
23981
23982         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
23983         (jm_PREREQ): Use it.
23984
23985 2002-02-15  Paul Eggert  <eggert@twinsun.com>
23986
23987         * lib/posixver.c, lib/posixver.h: New files.
23988         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
23989
23990 2002-02-02  Paul Eggert  <eggert@twinsun.com>
23991             Bruno Haible  <bruno@clisp.org>
23992
23993         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
23994         (fwrite_success_callback): New declaration.
23995         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
23996         print_unicode_char. Call failure callback instead of error.
23997         (fwrite_success_callback): New function.
23998         (exit_failure_callback): New function.
23999         (fallback_failure_callback): New function.
24000         (print_unicode_char): Call unicode_to_mb.
24001
24002 2002-01-26  Jim Meyering  <meyering@lucent.com>
24003
24004         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
24005         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
24006
24007 2002-01-26  Jim Meyering  <meyering@lucent.com>
24008
24009         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
24010
24011 2002-01-22  Paul Eggert  <eggert@twinsun.com>
24012
24013         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
24014
24015 2002-01-22  Jim Meyering  <meyering@lucent.com>
24016
24017         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
24018         Otherwise, some versions of automake would omit the rule that makes
24019         Makefile from Makefile.in.
24020
24021 2002-01-21  Paul Eggert  <eggert@twinsun.com>
24022
24023         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
24024         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
24025         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
24026         (memcoll): Set errno to zero if there is no error.
24027
24028         * lib/quotearg.c (quotearg_buffer_restyled):
24029         Fix bug with quoting buffers containing NUL when backslashing escapes.
24030         This bug was exposed by the other changes in this patch.
24031         (quotearg_n_options): New arg ARGSIZE.
24032         All callers changed.
24033         (quoting_options_from_style): New function.
24034         (quotearg_n_style): Use it.
24035         (quotearg_n_style_mem): New function.
24036
24037         * lib/quotearg.h (quotearg_n_style_mem): New function.
24038
24039 2002-01-19  Jim Meyering  <meyering@lucent.com>
24040
24041         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
24042         Remove useless quotes: DF_PROG="df".
24043         * m4/strnlen.m4: New file.
24044
24045 2002-01-16  Paul Eggert  <eggert@twinsun.com>
24046
24047         * lib/backupfile.c (ISDIGIT): Comment fix.
24048         * lib/getdate.y (ISDIGIT): Likewise.
24049         * lib/posixtm.c (ISDIGIT, year): Likewise.
24050         * lib/strverscmp.c (ISDIGIT): Likewise.
24051         * lib/userspec.c (ISDIGIT): Likewise.
24052
24053 2002-01-16  Jim Meyering  <meyering@lucent.com>
24054
24055         * lib/getdate.y: Add three semicolons, each just before a closing
24056         brace. Bison (as of version 1.31) no longer papers over that mistake.
24057
24058 2002-01-05  Jim Meyering  <meyering@lucent.com>
24059
24060         * lib/version-etc.c (version_etc_copyright): Update copyright year.
24061
24062 2001-12-19  Paul Eggert  <eggert@twinsun.com>
24063
24064         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
24065         not silently exit merely because the output buffer happens to
24066         have nothing pending.
24067
24068 2001-12-18  Paul Eggert  <eggert@twinsun.com>
24069
24070         See the big note in ../ChangeLog.
24071         * lib/human.c (suffixes): Prefer K to k for 1024.
24072         (generate_suffix_backwards): New function.
24073         (human_readable_inexact): Use it.
24074         * lib/xstrtol.c (__xstrtol): If there is no number but there
24075         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
24076         Accept 'K' as well as 'k'.
24077
24078 2001-12-15  Jim Meyering  <meyering@lucent.com>
24079
24080         * lib/regex.h (__restrict_arr): Update from libc.
24081
24082         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
24083         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
24084         (STREQ): Define.
24085
24086 2001-12-14  Jim Meyering  <meyering@lucent.com>
24087
24088         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
24089         Suggestion from Bruno Haible.
24090
24091 2001-12-10  Jim Meyering  <meyering@lucent.com>
24092
24093         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
24094         xrealloc, Instead, include "xalloc.h".
24095         (initbuffer): Don't cast xmalloc return value to char*.
24096         (readline): Reword comment.
24097         Don't cast xrealloc return value to char*
24098         Return NULL, not 0.
24099
24100 2001-12-09  Jim Meyering  <meyering@lucent.com>
24101
24102         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
24103         about `signed and unsigned type in conditional expression'.
24104         * lib/posixtm.c (posix_time_parse): Likewise.
24105
24106         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
24107
24108         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
24109         to avoid a pedantic warning.
24110
24111         * lib/getstr.c: Don't include assert.h.
24112         (getstr): Remove warning-evoking assertions.
24113         Return -1 if offset parameter is out of bounds.
24114         Change the type of a local from int to size_t.
24115
24116         * lib/strftime.c (my_strftime_localtime_r): Include this function
24117         definition in the `#if ! HAVE_TM_GMTOFF' block.
24118
24119         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
24120         Include xalloc.h instead.
24121
24122 2001-12-02  Jim Meyering  <meyering@lucent.com>
24123
24124         * lib/tempname.c: Don't declare getenv, thus reverting the change of
24125         2001-11-18.  It's no longer necessary, now that stdlib.h is always
24126         included.
24127
24128         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
24129         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
24130
24131 2001-11-30  Akim Demaille  <akim@epita.fr>
24132
24133         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
24134         before being defined.
24135
24136 2001-11-27  Paul Eggert  <eggert@twinsun.com>
24137
24138         * lib/quotearg.h (quotearg_n, quotearg_n_style):
24139         First arg is int, not unsigned.
24140         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
24141         (SIZE_MAX, UINT_MAX): New macros.
24142         (quotearg_n_options): Abort if N is negative.
24143         Avoid overflow check on hosts where size_t is 64 bits and int
24144         is 32 bits, as overflow is impossible there.
24145         Fix off-by-one typo that caused unnecessary reallocation.
24146
24147 2001-11-27  Jim Meyering  <meyering@lucent.com>
24148
24149         * lib/tempname.c: Merge with version from libc.
24150         * lib/regex.c: Likewise.
24151
24152         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
24153         systems for which STDC_HEADERS is 0, it was not included, resulting in
24154         a warning about an integer-to-pointer conversion problem with getenv.
24155         Reported by Volker Borchert.
24156
24157 2001-11-26  Jim Meyering  <meyering@lucent.com>
24158
24159         * lib/gtod.h: Remove file.
24160         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
24161         * lib/gettimeofday.c: Don't include gtod.h.
24162         (GTOD_init): Remove function.
24163         (rpl_gettimeofday): Do its job here instead, rather than aborting.
24164         Suggestion from Volker Borchert.
24165
24166 2001-11-23  Jim Meyering  <meyering@lucent.com>
24167
24168         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
24169         it.
24170         * lib/hash.c (struct hash_table): Define it here instead.
24171
24172 2001-11-22  Jim Meyering  <meyering@lucent.com>
24173
24174         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
24175
24176 2001-11-20  Jim Meyering  <meyering@lucent.com>
24177
24178         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
24179         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
24180
24181 2001-11-19  Jim Meyering  <meyering@lucent.com>
24182
24183         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
24184         directory.  Use "conftestXXXXXX" as the template.
24185         Suggestion from Paul Eggert.
24186
24187         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
24188         immediately, so the test doesn't mistakenly hit the max-open-files
24189         limit.
24190
24191 2001-11-18  Paul Eggert  <eggert@twinsun.com>
24192
24193         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
24194         (TEMPORARIES): New macro.
24195         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
24196         removes an artificial limitation (e.g. HP-UX 10.20, where
24197         TMP_MAX is 17576).
24198
24199 2001-11-18  Jim Meyering  <meyering@lucent.com>
24200
24201         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
24202
24203 2001-11-18  Jim Meyering  <meyering@lucent.com>
24204
24205         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
24206         on SunOS 4.
24207
24208         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
24209         files will be created before anything else.
24210
24211 2001-11-17  Paul Eggert  <eggert@twinsun.com>
24212
24213         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
24214         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
24215
24216 2001-11-17  Jim Meyering  <meyering@lucent.com>
24217
24218         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
24219         Prompted by a report from Bob Proulx.
24220
24221         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
24222         Instead, require UTILS_FUNC_MKSTEMP.
24223
24224 2001-11-17  Jim Meyering  <meyering@lucent.com>
24225
24226         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
24227         Now, that's done as part of AC_FUNC_STRTOD.
24228
24229 2001-11-17  Jim Meyering  <meyering@lucent.com>
24230
24231         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
24232         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
24233         rather than group writable.  Patch by Juan F. Codagnone.
24234
24235         * lib/readtokens.c: Remove explicit declarations of xmalloc and
24236         xrealloc, Instead, include "xalloc.h".
24237
24238         * lib/mountlist.c: Include unlocked-io.h after all system headers.
24239         Remove explicit declarations of xmalloc, xrealloc,
24240         and xstrdup.  Instead, include "xalloc.h".
24241
24242         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
24243         unlocked-io.h.
24244         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
24245         Likewise.
24246         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
24247
24248         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
24249         Reported by Padraig Brady.
24250
24251         * lib/mkstemp.c: #undef mkstemp.
24252         Include config.h.
24253         (rpl_mkstemp): Rename from mkstemp.
24254         Protoize.
24255
24256 2001-11-16  Jim Meyering  <meyering@lucent.com>
24257
24258         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
24259         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
24260         determine the amount of total physical memory, use pstat_getstatic.
24261         HPUX-11 doesn't define _SC_PHYS_PAGES.
24262         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
24263         If sysconf couldn't be used to determine the amount of available
24264         physical memory, use both pstat_getstatic and pstat_getdynamic.
24265         Based on a patch from Bob Proulx.
24266
24267 2001-11-10  Jim Meyering  <meyering@lucent.com>
24268
24269         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
24270         (jm_PREREQ): Use it.
24271
24272 2001-11-09  Jim Meyering  <meyering@lucent.com>
24273
24274         * m4/jm-macros.m4: Require autoconf-2.52f.
24275         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
24276         Use these AC_-prefixed names, not the AM_-prefixed ones.
24277
24278         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
24279
24280 2001-11-05  Jim Meyering  <meyering@lucent.com>
24281
24282         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
24283
24284 2001-11-04  Jim Meyering  <meyering@lucent.com>
24285
24286         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
24287         $DEFS.
24288
24289 2001-11-03  Jim Meyering  <meyering@lucent.com>
24290
24291         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
24292         of AC_DEFUN.
24293
24294         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
24295         know the name of the variable in the macro definition.
24296
24297 2001-11-03  Jim Meyering  <meyering@lucent.com>
24298
24299         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
24300         in argmatch_to_argument call.
24301
24302         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
24303         argument.
24304
24305         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
24306         e.g., a fault due to an attempt to free a NULL pointer.
24307
24308 2001-11-01  Jim Meyering  <meyering@lucent.com>
24309
24310         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
24311         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
24312
24313 2001-11-01  Jim Meyering  <meyering@lucent.com>
24314
24315         * lib/dirfd.c, lib/dirfd.h: New files.
24316         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
24317
24318         * lib/hash.c (hash_print) [TESTING]: Clean up.
24319
24320 2001-10-22  Paul Eggert  <eggert@twinsun.com>
24321
24322         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
24323         to avoid a warning if -Wall.
24324
24325 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
24326
24327         * README: New file
24328         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
24329         (per RMS's instructions, this is now the canonical source)
24330         * lgpl/, gpl/: New directories.
24331
24332 2001-10-21  Paul Eggert  <eggert@twinsun.com>
24333
24334         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
24335
24336 2001-10-21  Jim Meyering  <meyering@lucent.com>
24337
24338         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
24339         this code would end up calling gettext even in packages built
24340         with --disable-nls.
24341         * lib/getopt.c (_): Likewise.
24342         * lib/regex.c (_): Likewise.
24343
24344 2001-10-20  Paul Eggert  <eggert@twinsun.com>
24345
24346         * m4/error.m4 (jm_PREREQ_ERROR):
24347         Do not invoke AC_CHECK_FUNCS with strerror_r, as
24348         AC_FUNC_STRERROR_R does that.
24349         Check for strerror declaration.
24350
24351         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
24352         are supposed to have them these days.
24353         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
24354         Merge changes from latest Autoconf CVS.
24355         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
24356         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
24357         POSIX decided to standardize on the int flavor of strerror_r.
24358
24359 2001-10-20  Paul Eggert  <eggert@twinsun.com>
24360
24361         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
24362         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
24363         Use strerror_r that is only a macro, even if it is not a function.
24364         (strerror): Check for HAVE_DECL_STRERROR before declaring.
24365         (private_strerror): Use prototypes, not old-style function definition.
24366         (print_errno_message): New function.
24367         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
24368         char*-flavored one.
24369         (error_tail, error, error_at_line): Use it.
24370
24371 2001-10-11  Jim Meyering  <meyering@lucent.com>
24372
24373         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
24374         and quote_n (1, ... to avoid clobbering a buffer.
24375
24376 2001-10-05  Jim Meyering  <meyering@lucent.com>
24377
24378         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
24379         hash-pjw.h.
24380         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
24381         * lib/hash-pjw.h: New file.
24382
24383 2001-09-30  Jim Meyering  <meyering@lucent.com>
24384
24385         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
24386         `struct fsstat' has the `f_fstypename' member.
24387         Use that to define FS_TYPE, which is now used to make
24388         the getfsstat link test tighter.
24389
24390 2001-09-30  Jim Meyering  <meyering@lucent.com>
24391
24392         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
24393         Include <sys/ucred.h>, for Apple Darwin.
24394         Include sys/mount.h and sys/fs_types.h only if available.
24395         (FS_TYPE): Define.
24396         (read_filesystem_list): Use FS_TYPE.
24397
24398 2001-09-29  Paul Eggert  <eggert@twinsun.com>
24399
24400         * lib/exclude.c (excluded_filename): 0 -> false, since it's
24401         a boolean context.
24402
24403 2001-09-29  Jim Meyering  <meyering@lucent.com>
24404
24405         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
24406         [one-argument getmntent function]): Include stdio.h before mntent.h.
24407         SunOS 4.1.x needs it for the declaration of `FILE'.
24408         Patch by Volker Borchert.
24409
24410         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
24411         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
24412         sys/fs_types.h, and make the link-test for getfsstat guard #include
24413         directives with appropriate #if HAVE_*_H tests so that we can
24414         detect getfsstat on Apple Darwin1.3.7 systems.
24415         Reported by Nelson Beebe.
24416         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
24417
24418 2001-09-28  Paul Eggert  <eggert@twinsun.com>
24419
24420         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
24421         #defines strtoimax.  Also treat the other strto* functions
24422         like strtoimax.
24423
24424         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
24425         Check for strtoul and strtoumax,
24426         as those declarations are made even in the signed case.
24427         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
24428         Likewise, for strtol and strtoimax.
24429
24430 2001-09-28  Paul Eggert  <eggert@twinsun.com>
24431
24432         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
24433         #defines strtoimax.  Also treat the other strto* functions
24434         like strtoimax.
24435
24436         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
24437         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
24438         (strtoimax, strtoumax): Do not declare if already defined as a macro.
24439
24440 2001-09-26  Jim Meyering  <meyering@lucent.com>
24441
24442         Most macros in unlocked-io.h had the wrong number of arguments.
24443         * lib/gen-uio: New script.
24444         (USE_UNLOCKED_IO): Define to 1 if not already defined.
24445         * lib/unlocked-io.hin: Remove file.
24446         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
24447         rather than trying to embed it here.
24448         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
24449         Reported by Padraig Brady.
24450
24451 2001-09-25  Volker Borchert  <bt@teknon.de>
24452
24453         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
24454         `result'.
24455
24456 2001-09-24  Jim Meyering  <meyering@lucent.com>
24457
24458         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
24459
24460 2001-09-23  Jim Meyering  <meyering@lucent.com>
24461
24462         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
24463         instead of the mere test for existence of mntent.h.  The latter
24464         would get a false-positive on AIX 3.4 systems.
24465         In the outer getmntent if-block, don't die if neither of the getmntent
24466         tests succeeds.  Instead, just fall through and continue with the
24467         remaining tests.
24468
24469 2001-09-23  Jim Meyering  <meyering@lucent.com>
24470
24471         * lib/mountlist.c: Remove useless parentheses in #if directives.
24472         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
24473         the deprecated MOUNTED symbol is no longer defined in mntent.h.
24474
24475 2001-09-22  Jim Meyering  <meyering@lucent.com>
24476
24477         * m4/gettext.m4: New file.  From gettext.
24478         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
24479         * m4/progtest.m4: Likewise
24480         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
24481         * m4/glibc21.m4: Likewise.
24482
24483         * m4/libintl.m4: Remove.  No longer used.
24484
24485 2001-09-22  Jim Meyering  <meyering@lucent.com>
24486
24487         * lib/localcharset.c: Update from latest gettext.
24488         * lib/config.charset: Likewise.
24489
24490 2001-09-20  Jim Meyering  <meyering@lucent.com>
24491
24492         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
24493         strtoimax.
24494         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
24495         strtoumax.
24496
24497 2001-09-20  Jim Meyering  <meyering@lucent.com>
24498
24499         * lib/xstrtol.c (strtoimax): Guard declaration with
24500         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
24501         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
24502         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
24503         (strtoumax): Likewise, for completeness (it wasn't necessary).
24504
24505 2001-09-17  Paul Eggert  <eggert@twinsun.com>
24506
24507         * lib/strtoimax.c (HAVE_LONG_LONG):
24508         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
24509         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
24510         to work around bug in IBM C compiler.
24511
24512 2001-09-17  Jim Meyering  <meyering@lucent.com>
24513
24514         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
24515         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
24516         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
24517         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
24518         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
24519         whenever the right hand side need not be expanded by the shell.
24520
24521 2001-09-16  Paul Eggert  <eggert@twinsun.com>
24522
24523         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
24524         library.  It's not correct, as some older glibcs are buggy.
24525         fnmatch wasn't fixed until glibc 2.2.
24526
24527         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
24528         special shell magic here.
24529
24530 2001-09-16  Jim Meyering  <meyering@lucent.com>
24531
24532         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
24533         * m4/jm-macros.m4: Require it.
24534
24535 2001-09-16  Jim Meyering  <meyering@lucent.com>
24536
24537         * lib/mkdir.c: New file.
24538
24539 2001-09-15  Jim Meyering  <meyering@lucent.com>
24540
24541         * m4/jm-macros.m4: Check for help2man.
24542
24543 2001-09-11  Jim Meyering  <meyering@lucent.com>
24544
24545         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
24546         The body, by Paul Eggert, was moved here from configure.in.
24547         * m4/jm-macros.m4: Require UTILS_HOST_OS.
24548
24549 2001-09-04  Paul Eggert  <eggert@twinsun.com>
24550
24551         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
24552         (jm_PREREQ): Use it.
24553
24554 2001-09-04  Paul Eggert  <eggert@twinsun.com>
24555
24556         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
24557         Use ssize_t, not int, to store result of readlink.
24558         Check for ssize_t overflow as well as size_t overflow,
24559         as POSIX says the result of readlink is implementation-defined
24560         when ssize_t overflows.
24561         Remove unnecessary cast to char*.
24562         Use free+malloc instead of realloc, as the storage doesn't need
24563         to be preserved and it's clearer and can be more efficient that way.
24564         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
24565         * lib/xreadlink.h (xreadlink): Update prototype.
24566
24567 2001-09-04  Paul Eggert  <eggert@twinsun.com>
24568
24569         * lib/xgetcwd.c: Revert some of the previous change; intead,
24570         fix the HAVE_GETCWD_NULL code to behave more like the
24571         !HAVE_GETCWD_NULL code used to.
24572
24573         Include "xalloc.h".
24574         (xgetcwd): Do not return NULL when memory is exhausted; instead,
24575         invoke xalloc_die.
24576
24577 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24578
24579         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
24580         sys/param.h, as pathmax.h includes them.
24581
24582 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24583
24584         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
24585         (jm_PREREQ_XGETCWD): New macro.
24586
24587         * m4/getcwd.m4: New file.
24588
24589 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24590
24591         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
24592         like the HAVE_GETCWD_NULL code.
24593         Include pathmax.h if not HAVE_GETCWD.
24594         Do not include xalloc.h.
24595         (INITIAL_BUFFER_SIZE): New symbol.
24596         Do not use xmalloc / xrealloc, since the caller is responsible for
24597         handling errors.  Preserve errno around `free' during failure.
24598         Do not overrun buffer when using getwd.
24599
24600 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24601
24602         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
24603         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
24604         getcwd (NULL, 0).
24605
24606 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24607
24608         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
24609         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
24610         spotted by Jim Meyering.
24611
24612 2001-09-03  Jim Meyering  <meyering@lucent.com>
24613
24614         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
24615         failure.
24616
24617 2001-09-02  Jim Meyering  <meyering@lucent.com>
24618
24619         * lib/error.c: Update from GNU libc.
24620
24621 2001-09-01  Jim Meyering  <meyering@lucent.com>
24622
24623         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
24624         Used by df.
24625
24626 2001-09-01  Jim Meyering  <meyering@lucent.com>
24627
24628         * lib/xreadlink.c: New file.
24629         * lib/xreadlink.h: New file.
24630         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
24631         xreadlink.h.
24632
24633         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
24634         doesn't conflict with sparc Solaris 7's definition in
24635         /usr/include/sys/int_types.h.
24636
24637         * lib/exclude.c: Use `""', not `<>' to #include non-system header
24638         files.
24639         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
24640         and strncasecmp as r-values.  Unixware didn't have declarations.
24641
24642 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24643
24644         * lib/xstrtol.h: Add copyright notice.
24645         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
24646         LONGINT_INVALID_SUFFIX_CHAR.
24647
24648 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24649
24650         * lib/xstrtol.c (strtoimax): New decl.
24651
24652 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24653
24654         * lib/xgetcwd.c: Don't include pathmax.h.
24655         Include stdlib.h and unistd.h if available.
24656         Include xalloc.h.
24657         (xmalloc, xstrdup, free): Remove decls.
24658         (xgetcwd): Don't assume sizes fit in unsigned.
24659         Check for overflow when computing sizes.
24660         Simplify reallocation code.
24661
24662 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24663
24664         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
24665         a directory's st_size can have an arbitrary value, so the old
24666         usage could waste an arbitrary amount of memory.  All uses
24667         changed.
24668         * lib/savedir.h: Update prototype.
24669
24670 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24671
24672         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
24673
24674         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
24675         old strtoimax.c.
24676
24677         Also, make the following further changes to make this file's
24678         configuration more similar to that of strtol.c:
24679         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
24680         (strtoumax, uintmax_t, strtoull, strtol): Remove.
24681         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
24682         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
24683         changed to signed values.
24684
24685         And make the following changes as well:
24686         Fix copyright notice, as 1999 was missing.
24687         (verify): New macro.
24688         (strtoimax): Check sizes at compile-time, not run-time.
24689         Prefer strtol to strtoll if both work.
24690         (main): Remove; it was not that useful and was a pain to maintain.
24691
24692         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
24693
24694 2001-08-31  Jim Meyering  <meyering@lucent.com>
24695
24696         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
24697         Use an initial, malloc'd, buffer of length 128 rather than
24698         a statically allocated one of length 1024.
24699
24700 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24701
24702         Simplify code, partly by assuming autoconf 2.52 semantics.
24703
24704         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
24705
24706         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
24707         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
24708         All uses removed.
24709         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
24710         Move AC_REQUIRE to next-to-top level, to avoid confusion.
24711         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
24712         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
24713         jm_AC_HEADER_INTTYPES_H.
24714         * m4/jm-macros.m4 (jm_MACROS): Likewise.
24715
24716         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
24717
24718         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
24719         Quote first arg of AC_DEFUN.
24720         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
24721         since they are needed to parse the include file even if we need
24722         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
24723         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
24724         but with opposite signedness.
24725
24726 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24727
24728         Merge 'exclude' changes from tar 1.13.22.
24729         This fixes one or two unlikely storage allocation overflow bugs,
24730         but doesn't change user-visible behavior otherwise.
24731
24732 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24733
24734         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
24735         (jm_PREREQ_EXCLUDE): New macro.
24736
24737 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24738
24739         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
24740         tm to be declared.
24741
24742 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24743
24744         * lib/hash.c: Remove '2001' from copyright notice.
24745
24746 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24747
24748         * lib/full-write.h: New file.
24749         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
24750         * lib/full-write.c: Correct credits, as cccp.c no longer
24751         exists and anyway it was so heavily changed from the old cccp
24752         code as to be unrecognizable.  Include full-write.h.
24753         (full_write) Return size_t, with short writes meaning failure.
24754         All callers changed.  This fixes a bug with large buffers
24755         on 64-bit hosts.
24756         * lib/utime.c: Include full-write.h.
24757
24758 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24759
24760         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
24761         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
24762         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
24763         Include if available.
24764         (<xalloc.h>): Include
24765         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
24766         (verify): New macro.  Use it to verify that EXCLUDE macros do not
24767         collide with FNM macros.
24768         (struct patopts): New struct.
24769         (struct exclude): Use it, as exclude patterns now come with options.
24770         (new_exclude): Support above changes.
24771         (new_exclude, add_exclude_file):
24772         Initial size must now be a power of two to simplify overflow checking.
24773         (free_exclude, fnmatch_no_wildcards): New function.
24774         (excluded_filename): No longer requires options arg, as the options
24775         are determined by add_exclude.  Now returns bool, not int.
24776         (excluded_filename, add_exclude):
24777         Add support for the fancy new exclusion options.
24778         (add_exclude, add_exclude_file): Now takes int options arg.
24779         Check for arithmetic overflow when computing sizes.
24780         (add_exclude_file): xrealloc might modify errno, so don't
24781         realloc until after errno might be used.
24782
24783         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
24784         New macros.
24785         (free_exclude): New decl.
24786         (add_exclude, add_exclude_file): Now takes int options arg.
24787         (excluded_filename): No longer requires options arg, as the options
24788         are determined by add_exclude.  Now returns bool, not int.
24789
24790 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24791
24792         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
24793
24794 2001-08-27  Jim Meyering  <meyering@lucent.com>
24795
24796         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
24797
24798         * lib/version-etc.c (N_): Remove definition.
24799         Revert most of last change.
24800         Instead, simply don't mark the `Copyright...' string for translation.
24801         Based on advice from Paul Eggert.
24802
24803         * lib/strtoxmax.c: Tweak comment.
24804
24805 2001-08-26  Jim Meyering  <meyering@lucent.com>
24806
24807         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
24808
24809         * m4/xstrtoimax.m4: New file.
24810         * m4/xstrtoumax.m4: Add comments explaining why we
24811         AC_REPLACE_FUNCS(strtol).
24812
24813 2001-08-26  Jim Meyering  <meyering@lucent.com>
24814
24815         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
24816         of copyright with `%s' so translators don't get an untranslated
24817         message in 2002.
24818         (COPYRIGHT_YEAR): Define.
24819         (version_etc): Use fprintf rather than fputs.
24820         Suggestion from Ulrich Drepper.
24821
24822         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
24823
24824         * lib/strtoll.c: New file, from GNU libc.
24825         * lib/xstrtoimax.c: New file.
24826
24827         * lib/xstrtol.h: Add xstrtoimax.
24828         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
24829         * lib/strtoimax.c: New file.  Likewise, but first define
24830         STRTOUXMAX_SIGNED.
24831
24832         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
24833         ...
24834         * lib/strtoxmax.c: ... then renamed to this.
24835
24836 2001-08-18  Paul Eggert  <eggert@twinsun.com>
24837
24838         * m4/inttypes.m4: Add AC_PREREQ(2.13).
24839         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
24840         (jm_AC_TYPE_INTMAX_T): New macro.
24841         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
24842
24843         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
24844
24845         * m4/longlong.m4: Renamed from ulonglong.m4.
24846         * m4/inttypes.m4: Renamed from inttypes_h.m4.
24847         * m4/uintmax_t.m4: Removed.
24848
24849 2001-08-13  Paul Eggert  <eggert@twinsun.com>
24850
24851         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
24852         Port to Solaris 8, where 'sed' requires a space after the 'r'
24853         command, and where sh dislikes "$/".  Clean up the spacing a bit.
24854         Redirect output to $tmp just once.
24855
24856 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
24857
24858         * lib/addext.c (<errno.h>): Include.
24859         (errno): Declare if not defined.
24860         (addext): Work correctly when pathconf returns -1 and leaves
24861         errno alone because there is no limit.  Also, work even if
24862         pathconf returns a value greater than SIZE_MAX.
24863
24864 2001-08-12  Jim Meyering  <meyering@lucent.com>
24865
24866         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
24867         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
24868         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
24869         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
24870         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
24871         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
24872         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
24873         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
24874         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
24875         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
24876         utime.m4, utimes.m4, xstrtoumax.m4:
24877         Quote the first argument in each use of AC_DEFUN.
24878
24879 2001-08-12  Jim Meyering  <meyering@lucent.com>
24880
24881         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
24882         Simply `return getcwd (NULL, 0);'.
24883         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
24884         Use 1300 as initial value for length, not PATH_MAX.
24885
24886         * lib/pathmax.h: Clean up cpp syntax.
24887
24888 2001-08-12  Jim Meyering  <meyering@lucent.com>
24889
24890         * lib/gettimeofday.c: New file.
24891         * lib/gtod.h: New file.
24892         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
24893
24894 2001-08-05  Jim Meyering  <meyering@lucent.com>
24895
24896         * m4/jm-macros.m4: Require autoconf-2.52.
24897
24898 2001-08-04  Jim Meyering  <meyering@lucent.com>
24899
24900         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
24901         stmt, to get in sync with glibc.
24902
24903 2001-08-03  Paul Eggert  <eggert@twinsun.com>
24904
24905         The following changes are from gettext 0.10.39 as maintained by
24906         Bruno Haible.
24907
24908         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
24909         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
24910         with inverted sense.  All uses changed.
24911
24912         * lib/mbswidth.c: Don't include <limits.h>.
24913         Include <stdlib.h> and <string.h> unconditionally.
24914         (iswcntrl, mbsinit, ISCNTRL): New macros.
24915         (mbsnwidth): Use K&R style function declarations.
24916         Don't bother checking for MB_LEN_MAX == 1, since the compiler
24917         can optimize it when MB_CUR_MAX == 1.
24918         The width of control characters is zero, not 1.
24919
24920 2001-08-03  Paul Eggert  <eggert@twinsun.com>
24921
24922         The following changes are from gettext 0.10.39 as maintained by
24923         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
24924
24925         * m4/codeset.m4: Upgrade to serial AM1.
24926         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
24927         all uses changed.  Quote first arg of AC_DEFUN.
24928         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
24929
24930         * m4/iconv.m4: Upgrade to serial AM2.
24931         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
24932         Add --with-libconv-prefix.
24933         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
24934         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
24935         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
24936         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
24937         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
24938
24939         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
24940         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
24941         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
24942         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
24943         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
24944         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
24945         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
24946         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
24947         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
24948
24949         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
24950         string.h any more.
24951
24952         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
24953         not the default value.
24954
24955         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
24956         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
24957         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
24958         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
24959         Also check for iswcntrl, used for wcwidth fallback.
24960         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
24961         to Autoconf 2.13.
24962
24963 2001-08-03  Jim Meyering  <meyering@lucent.com>
24964
24965         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
24966         as it was in the original.  Reported by Paul Eggert.
24967
24968 2001-07-16  Jim Meyering  <meyering@lucent.com>
24969
24970         * m4/gettimeofday.m4: New file.
24971         Prompted by a report from Bernhard Baehr.
24972
24973 2001-07-15  Jim Meyering  <meyering@lucent.com>
24974
24975         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
24976         stuff. Now it's in ../Makefile.cfg.
24977
24978 2001-07-15  Jim Meyering  <meyering@lucent.com>
24979
24980         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
24981         (BUILT_SOURCES): Add unlocked-io.h.
24982         (io_functions): Define.
24983         (unlocked-io.h): New rule.
24984         (DISTCLEANFILES): Add unlocked-io.h.
24985         (all-local): Depend on unlocked-io.h, to ensure it is created.
24986
24987         * lib/unlocked-io.hin: New file
24988
24989         * lib/regex.c: Update from glibc.
24990
24991 2001-07-05  Jim Meyering  <meyering@lucent.com>
24992
24993         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
24994         recommendation.
24995         (libfetish_a_SOURCES): Put all .h files here instead.
24996         Remove a thus-exposed (better checks in automake) duplicate and
24997         two unnecessary .h files.
24998
24999 2001-07-04  Jim Meyering  <meyering@lucent.com>
25000
25001         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
25002         that generates jm-glibc-io.m4 so that it doesn't trigger any make
25003         distcheck failure.
25004
25005 2001-07-02  Jim Meyering  <meyering@lucent.com>
25006
25007         The following changes were prompted by suggestions from Bruno Haible.
25008
25009         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
25010         is now generated.
25011         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
25012         definition of EXTRA_DIST.
25013         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
25014         ensure that the generated file is created/updated whenever the list
25015         of $(unlocked_functions) is changed.
25016         (jm-glibc-io.m4): New rule.
25017         (unlocked-io.h): New rule -- currently unused.
25018
25019 2001-06-24  Jim Meyering  <meyering@lucent.com>
25020
25021         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
25022         unmatched right bracket, rather than kludging it with an extra,
25023         falsely-matching quote in a comment.  Patch by Akim Demaille.
25024
25025 2001-06-11  Jim Meyering  <meyering@lucent.com>
25026
25027         * lib/regex.c: Update from GNU libc.
25028
25029 2001-05-27  Jim Meyering  <meyering@lucent.com>
25030
25031         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
25032         Check for ut_type in struct utmp.
25033
25034 2001-05-27  Jim Meyering  <meyering@lucent.com>
25035
25036         * lib/readutmp.h (UT_TYPE): Define.
25037
25038 2001-05-24  Jim Meyering  <meyering@lucent.com>
25039
25040         * lib/argmatch.c: Include "quote.h".
25041         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
25042         quote function.  Reported by Göran Uddeborg.
25043
25044 2001-05-22  Jim Meyering  <meyering@lucent.com>
25045
25046         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
25047         now that we use the package-supplied version unconditionally.
25048         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
25049
25050 2001-05-21  Jim Meyering  <meyering@lucent.com>
25051
25052         * m4/regex.m4: Change a couple backticks to single quotes to avoid
25053         shell syntax errors.
25054
25055 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
25056
25057         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
25058
25059 2001-05-20  Paul Eggert  <eggert@twinsun.com>
25060
25061         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
25062         Don't bother to check library strftime, since
25063         we'll be using our own my_strftime function anyway.
25064         Define my_strftime instead of strftime.
25065
25066 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
25067
25068         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
25069         which is not yet declared.
25070
25071 2001-05-15  Jim Meyering  <meyering@lucent.com>
25072
25073         * m4/regex.m4: Use proper quoting so brackets appear in the test
25074         program.
25075         Reported by, and with help from, Bruno Haible.
25076
25077 2001-05-13  Jim Meyering  <meyering@lucent.com>
25078
25079         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
25080         undefined.
25081
25082 2001-05-11  Paul Eggert  <eggert@twinsun.com>
25083
25084         dirname code cleanup.  base_name now behaves more compatibly
25085         with POSIX basename when given file names that have trailing
25086         slashes, and similarly for dir_name.  Add new primitives
25087         base_len and dir_len.  Put the directory-name-related decls
25088         into dirname.h.
25089
25090         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
25091         * lib/backupfile.c (base_name): Likewise.
25092         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
25093         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
25094         * lib/makepath.c (strip_trailing_slashes): Likewise.
25095         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
25096         ISSLASH): Likewise.
25097         * lib/rename.c (strip_trailing_slashes): Likewise.
25098         * lib/same.c (base_name): Likewise.
25099         * lib/stripslash.c (ISSLASH): Likewise.
25100
25101         * lib/addext.c: Include <dirname.h> after size_t is defined.
25102         * lib/backupfile.c: Likewise.
25103
25104         * lib/addext.c (addext): Use base_len to trim redundant
25105         trailing slashes instead of doing it ourselves.
25106         But do not trim the last slash if it is not redundant.
25107
25108         * lib/backupfile.c (find_backup_file_name,
25109         max_backup_version): Use base_len instead of rolling it ourselves.
25110         Handle the case of "" and (on DOS) "C:" correctly.
25111
25112         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
25113         needed. Include <string.h>, <dirname.h>.
25114         (base_name): Allow file names ending in slashes, other than names
25115         that are all slashes.  In this case, return the basename followed
25116         by the slashes.  This is more general, and can be used in places
25117         where the original base_name purposely had an assertion failure.
25118         (base_len): New function.
25119
25120         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
25121         Do not include <assert.h>; no longer needed.
25122         Include xalloc.h.
25123         (memrchr): Remove decl.
25124         (dir_name_r): Remove.
25125         (dir_len): Renamed from dirlen.  All callers changed.
25126         Rewrite in terms of base_name, for simplicity and consistency.
25127         (dir_name): Never return NULL.  All callers changed.
25128         Do not include <stdlib.h> in test program; no longer needed.
25129         return 0; is fine for test program.
25130
25131         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
25132         New macros.
25133         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
25134
25135         * lib/path-concat.c (path_concat): Use base_len to compute
25136         base length, not strlen; this means we cannot rely on memcpy
25137         to null-terminate.
25138
25139         * lib/same.c (STREQ): Remove.
25140         (same_name): Handle the case where the basename ends in trailing '/'.
25141
25142         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
25143         a slash was stripped.  Do not strip the last slash after a
25144         file system prefix.
25145
25146 2001-05-11  Paul Eggert  <eggert@twinsun.com>
25147
25148         * lib/Makefile.am (libfetish_a_SOURCES):
25149         Add strftime.c, since we now compile it on all hosts.
25150
25151         * lib/strftime.c (my_strftime):
25152         Define to nstrftime if emacs, but only if my_strftime is not defined.
25153         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
25154         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
25155         Add one more extra argument: a nanoseconds value.
25156         All uses changed.
25157         (ns): New macro.
25158         (my_strftime function): Add %N format.
25159         (emacs_strftimeu): Renamed from emacs_strftime,
25160         with extra ut argument.
25161
25162 2001-05-09  Paul Eggert  <eggert@twinsun.com>
25163
25164         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
25165
25166 2001-04-21  Jim Meyering  <meyering@lucent.com>
25167
25168         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
25169         doesn't interfere.
25170
25171 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
25172
25173         * m4/ftruncate.m4: Check for chsize.
25174         Link with ftruncate.o unconditionally if ftruncate is missing.
25175         This was required when cross-compiling to i586-mingw32msvc.
25176
25177 2001-04-08  Jim Meyering  <meyering@lucent.com>
25178
25179         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
25180         recomputed; that's necessary when the offset spans a DST transition.
25181         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
25182
25183 2001-04-02  Jim Meyering  <meyering@lucent.com>
25184
25185         * lib/regex.h, regex.c: Update from GNU libc.
25186
25187 2001-03-24  Jim Meyering  <meyering@lucent.com>
25188
25189         * m4/jm-macros.m4: Require autoconf-2.49d.
25190
25191 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
25192
25193         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
25194
25195 2001-03-19  Paul Eggert  <eggert@twinsun.com>
25196
25197         * lib/version-etc.c (version_etc_copyright): Update to 2001.
25198
25199 2001-03-17  Jim Meyering  <meyering@lucent.com>
25200
25201         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
25202         now that the version in autoconf is equivalent.
25203         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
25204
25205         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
25206         Suggestion from Akim Demaille.
25207
25208         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
25209         (jm_PREREQ_TEMPNAME): New function.
25210
25211 2001-03-16  Paul Eggert  <eggert@twinsun.com>
25212
25213         * lib/tempname.c (uint64_t): Define to uintmax_t if
25214         not defined, and if UINT64_MAX is not defined.
25215         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
25216         Reported by John David Anglin.
25217
25218 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
25219
25220         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
25221         resolve alias if codeset is empty.
25222         * lib/config.charset (BeOS): Use wildcard syntax.
25223
25224 2001-03-13  Jim Meyering  <meyering@lucent.com>
25225
25226         * lib/path-concat.c (path_concat)
25227         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
25228         concatenating e.g., `C:' and `foo'.
25229         From Bruno Haible.
25230
25231 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
25232
25233         * lib/localcharset.c (locale_charset): Don't use
25234         setlocale(LC_CTYPE,NULL). Don't return NULL.
25235         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
25236
25237 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
25238
25239         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
25240         support for DOS/DJGPP.
25241
25242 2001-03-01  Paul Eggert  <eggert@twinsun.com>
25243
25244         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
25245         lacks mkstemp.  Compile our own tempname.c if we compile our own
25246         mkstemp.c, as mkstemp relies on tempname.
25247
25248 2001-03-01  Jim Meyering  <meyering@lucent.com>
25249
25250         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
25251         AH_VERBATIM really does output its argument verbatim.
25252
25253 2001-02-28  Paul Eggert  <eggert@twinsun.com>
25254
25255         * lib/Makefile.am (libfetish_a_SOURCES):
25256         Add dup-safer.c, fopen-safer.c.
25257         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
25258
25259         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
25260         * lib/unistd-safer.h: New files.
25261
25262 2001-02-25  Paul Eggert  <eggert@twinsun.com>
25263
25264         The mkstemp replacement is taken from glibc 2.2.2, with some
25265         portability fixes for use outside glibc, as follows:
25266
25267         * lib/tempname.c (struct_stat64): New macro.
25268         (direxists, __gen_tempname): Use it.
25269         This avoids a portability problem with Solaris 8.
25270
25271         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
25272         (<stddef.h>, <stdint.h>, <string.h>):
25273         Include only if STDC_HEADERS || _LIBC.
25274         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
25275         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
25276         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
25277         (__set_errno): Define this macro if <errno.h> doesn't.
25278         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
25279         Define these macros if <stdio.h> doesn't.
25280         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
25281         Define these macros if <sys/stat.h>
25282         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
25283         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
25284         __xstat64): Define if not _LIBC.
25285         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
25286         (__gen_tempname): Invoke gettimeofday only if
25287         HAVE_GETTIMEOFDAY || _LIBC;
25288         otherwise, fall back on plain "time".
25289         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
25290
25291         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
25292
25293         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
25294
25295 2001-02-18  Paul Eggert  <eggert@twinsun.com>
25296
25297         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
25298
25299 2001-02-17  Paul Eggert  <eggert@twinsun.com>
25300
25301         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
25302         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
25303         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
25304         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
25305
25306 2001-02-17  Paul Eggert  <eggert@twinsun.com>
25307
25308         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
25309         Remove workaround macros for hosts that have mbrtowc but not
25310         mbstate_t, as we now insist on proper declarations for both
25311         before using mbrtowc.
25312
25313 2001-02-17  Jim Meyering  <meyering@lucent.com>
25314
25315         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
25316         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
25317         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
25318         UnixWare 7.1.1.
25319
25320         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
25321         rather than AC_CACHE_VAL.
25322
25323 2001-02-17  Jim Meyering  <meyering@lucent.com>
25324
25325         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
25326         around included file name.
25327
25328         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
25329
25330         * lib/strftime.c: Update from GNU libc (the only changes were to
25331         comments).
25332
25333 2001-02-17  Jim Meyering  <meyering@lucent.com>
25334
25335         * lib/regex.c: Update from libc.
25336
25337 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
25338
25339         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
25340         clash.
25341
25342 2001-02-16  Paul Eggert  <eggert@twinsun.com>
25343
25344         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
25345         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
25346         Reported by Mark Hounschell via Paul Eggert.
25347
25348 2001-02-07  Jim Meyering  <meyering@lucent.com>
25349
25350         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
25351
25352 2001-02-05  Jim Meyering  <meyering@lucent.com>
25353
25354         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
25355         it includes the patch required for `large file' support with at least
25356         HP-UX's 10.20 /bin/cc.
25357
25358 2001-02-03  Jim Meyering  <meyering@lucent.com>
25359
25360         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
25361         AS_IF, now that it works once again (mysteriously).
25362         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
25363
25364 2001-01-30  Jim Meyering  <meyering@lucent.com>
25365
25366         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
25367         * m4/chown.m4: Rename conftestchown to conftest.chown.
25368         * m4/rename.m4: s/conftestdir/conftest.d1/ and
25369         s/conftestdir2/conftest.d2/.
25370         * m4/utimes.m4: s/conftestdata/conftest.data/
25371         Inspired by Pavel Roskin's change in autoconf.
25372
25373 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
25374
25375         * lib/config.charset: Update for FreeBSD 4.2.
25376
25377 2001-01-27  Jim Meyering  <meyering@lucent.com>
25378
25379         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
25380         a use of AS_IF.
25381         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
25382
25383 2001-01-26  Jim Meyering  <meyering@lucent.com>
25384
25385         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
25386         quotearg.c includes it.
25387
25388 2001-01-26  Jim Meyering  <meyering@lucent.com>
25389
25390         * lib/quotearg.c: Include stddef.h.
25391         * lib/quote.c: Include stddef.h.
25392         Reported by Axel Kittenberger.
25393
25394         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
25395         line in double quotes so that it evokes a better diagnostic.
25396         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
25397         Reported by Axel Kittenberger.
25398
25399 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
25400
25401         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
25402         as if it was a `charset'.
25403
25404 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
25405
25406         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
25407         has const.
25408
25409 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
25410
25411         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
25412         to avoid a warning.  Add back 'const' to inptr.
25413
25414 2001-01-20  Jim Meyering  <meyering@lucent.com>
25415
25416         Be sure that headers are checked before used in code compiled
25417         for the type checks.
25418         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
25419         In place of that, invoke jm_CHECK_ALL_TYPES.
25420         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
25421         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
25422         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
25423         The check for ssize_t was mistakenly run before the test for unistd.h.
25424
25425         The configure-time check for stdbool.h was missing.
25426         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
25427         (jm_PREREQ_HASH): New function.
25428
25429 2001-01-17  Jim Meyering  <meyering@lucent.com>
25430
25431         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
25432         for autoconf-2.49c.
25433         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
25434
25435 2001-01-16  Jim Meyering  <meyering@lucent.com>
25436
25437         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
25438         From Bruno Haible.
25439
25440 2001-01-14  Jim Meyering  <meyering@lucent.com>
25441
25442         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
25443         foo and bar.  Create conftestdir/ in the script, not in the C code.
25444         Remove directories in the script, not in the C code.
25445         Remove conftestdir{,2} before trying to create the directory.
25446         Make the entire configure script fail if the mkdir fails.
25447
25448 2001-01-14  Jim Meyering  <meyering@lucent.com>
25449
25450         * lib/rename.c: New file.  From Volker Borchert.
25451         Include stdlib.h, string.h or strings.h, and xalloc.h.
25452         Use strip_trailing_slashes rather than open-coding it.
25453
25454 2001-01-03  Paul Eggert  <eggert@twinsun.com>
25455
25456         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
25457
25458 2001-01-03  Jim Meyering  <meyering@lucent.com>
25459
25460         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
25461         of local `inptr' to avoid warning with some system declarations of
25462         iconv.
25463
25464 2001-01-02  Volker Borchert  <bt@teknon.de>
25465
25466         * m4/rename.m4: New file.
25467         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
25468
25469 2001-01-01  Jim Meyering  <meyering@lucent.com>
25470
25471         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
25472         even on systems with utmpx.h.  It's necessary for the declaration of
25473         utmp's ut_user member.  Reported by Andreas Jaeger.
25474
25475         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
25476         available. They are required for the declarations of getgrgid and
25477         getpwuid resp.
25478         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
25479         Reported by Andreas Jaeger.
25480
25481 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
25482
25483         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
25484         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
25485         so `make install' also works in VPATH builds.
25486
25487 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
25488
25489         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
25490         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
25491         can be used in subdirectories.
25492
25493 2000-12-29  Paul Eggert  <eggert@twinsun.com>
25494
25495         * lib/modechange.c: Do not assume that mode_t uses the
25496         traditional octal encoding.  E.g. "chmod 1 FOO" should set
25497         the other-execute bit of FOO even if S_IXOTH != 1.
25498
25499         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
25500         WOTH, XOTH, ALLM): New macros.
25501         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
25502          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
25503         Use them.
25504         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
25505         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
25506         (mode_compile):
25507         No need to use uintmax_t; unsigned long is long enough.
25508         Don't bother to get suffix since we don't use it.
25509
25510 2000-12-26  Jim Meyering  <meyering@lucent.com>
25511
25512         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
25513         better with autoheader.
25514
25515 2000-12-24  Jim Meyering  <meyering@lucent.com>
25516
25517         * lib/hash.c (is_prime): Return explicit boolean values.
25518         (hash_get_first): Return NULL to appease Irix5.6's 89.
25519         Reported by Nelson Beebe.
25520
25521 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
25522
25523         * lib/localcharset.c (locale_charset): Add support for Win32.
25524
25525 2000-12-18  Paul Eggert  <eggert@twinsun.com>
25526
25527         * lib/physmem.h, lib/physmem.c: New files.
25528
25529         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
25530         (noinst_HEADERS): Add physmem.h.
25531
25532         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
25533         't' for compatibility with Solaris 8 sort.
25534
25535 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
25536
25537         * lib/config.charset: Add support for BeOS.
25538
25539 2000-12-17  Jim Meyering  <meyering@lucent.com>
25540
25541         * m4/dos.m4 (jm_AC_DOS): New file and macro.
25542         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
25543
25544 2000-12-16  Jim Meyering  <meyering@lucent.com>
25545
25546         This bug had a serious impact on chown: `chown N:M FILE' (for integer
25547         N and M) would have treated it like `chown N:N FILE'.
25548
25549         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
25550
25551 2000-12-16  Jim Meyering  <meyering@lucent.com>
25552
25553         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
25554         SHELLS_FILE to a file name that's useful on djgpp systems.
25555         Include stdlib.h.
25556         (ADDITIONAL_DEFAULT_SHELLS): Define.
25557         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
25558         Based mostly on a patch from Prashant TR.
25559
25560 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
25561
25562         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
25563         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
25564         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
25565
25566 2000-12-08  Andreas Schwab  <schwab@suse.de>
25567
25568         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
25569         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
25570
25571 2000-12-07  Jim Meyering  <meyering@lucent.com>
25572
25573         * lib/stripslash.c (ISSLASH): Define.
25574         (strip_trailing_slashes): Use ISSLASH rather than comparing against
25575         `/'.
25576         From Prashant TR.
25577
25578         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
25579         (dir_name_r): Declare this function as static.
25580         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
25581         manifest itself on a name containing a mix of slashes and
25582         backslashes.
25583         Make this function work with names starting with a DOS-style
25584         drive letter and colon prefix.
25585         (dir_name): Append `.' if necessary.
25586         Based mostly on patches from Prashant TR and Eli Zaretskii.
25587
25588         * lib/dirname.h (dir_name_r): Remove prototype.
25589
25590 2000-12-06  Paul Eggert  <eggert@twinsun.com>
25591
25592         * m4/off_t-format.m4: Remove this file.
25593         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
25594
25595 2000-12-06  Jim Meyering  <meyering@lucent.com>
25596
25597         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
25598         replacement strtoull, we may well need the replacement strtoul, too.
25599         Check for declarations of strtoul and strtoull.
25600         Check for strtol.  Mainly as a cue to cause automake to include
25601         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
25602         Check for limits.h -- strtol.c needs it.
25603
25604 2000-12-05  Jim Meyering  <meyering@lucent.com>
25605
25606         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
25607
25608 2000-12-04  Jim Meyering  <meyering@lucent.com>
25609
25610         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
25611         Also include memory.h, stdlib.h, unistd.h if appropriate.
25612         Reported by Andreas Jaeger (conflicting declaration of malloc).
25613
25614 2000-12-02  Jim Meyering  <meyering@lucent.com>
25615
25616         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
25617         * m4/jm-macros.m4 (jm_MACROS): require it.
25618
25619 2000-12-02  Jim Meyering  <meyering@lucent.com>
25620
25621         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
25622
25623 2000-12-01  Paul Eggert  <eggert@twinsun.com>
25624
25625         * lib/memrchr.c: Include <config.h> before any system include file.
25626
25627 2000-11-30  Jim Meyering  <meyering@lucent.com>
25628
25629         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
25630
25631 2000-11-30  Jim Meyering  <meyering@lucent.com>
25632
25633         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
25634
25635 2000-11-29  Paul Eggert  <eggert@twinsun.com>
25636
25637         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
25638
25639 2000-11-26  Jim Meyering  <meyering@lucent.com>
25640
25641         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
25642
25643 2000-11-22  Paul Eggert  <eggert@twinsun.com>
25644
25645         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
25646         size of (size_t) -1; it's not portable.
25647
25648 2000-11-17  Jim Meyering  <meyering@lucent.com>
25649
25650         * lib/strstr.c: Update from GNU libc.
25651
25652 2000-11-17  Akim Demaille  <akim@epita.fr>
25653
25654         * lib/obstack.h: Formatting changes.
25655         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
25656         prevent type checking.
25657         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
25658         cast the value to (void *): assigning a `foo *' to a `void *'
25659         variable is valid.
25660         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
25661
25662 2000-11-16  Jim Meyering  <meyering@lucent.com>
25663
25664         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
25665
25666 2000-11-11  Jim Meyering  <meyering@lucent.com>
25667
25668         * lib/error.c: Add a couple #includes, merging from GNU libc version.
25669
25670 2000-11-10  Jim Meyering  <meyering@lucent.com>
25671
25672         * lib/obstack.h: Update from GNU libc.
25673         * lib/obstack.c: Likewise.
25674
25675 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
25676
25677         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
25678
25679 2000-11-06  Paul Eggert  <eggert@twinsun.com>
25680
25681         * lib/getusershell.c (setusershell): Use rewind rather than
25682         fseek/fseeko, to avoid configuration hassles with fseeko.
25683         Don't bother opening SHELLS_FILE if shellstream is NULL;
25684         it's not necessary.
25685
25686 2000-11-05  Jim Meyering  <meyering@lucent.com>
25687
25688         * lib/makepath.h (make_dir): Declare.
25689         * lib/makepath.c (make_dir): Remove `static' attribute.
25690         Tweak a comment.
25691
25692 2000-11-04  Jim Meyering  <meyering@lucent.com>
25693
25694         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
25695
25696 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
25697
25698         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
25699         last one in a bucket, advance to the next bucket.
25700
25701 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
25702
25703         * lib/fnmatch.c: Do not comment out all the code if we are using
25704         the GNU C library, because in some cases we are replacing buggy
25705         code in the GNU C library itself.
25706
25707 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
25708
25709         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
25710         (regex_compile): Catch bogus \(\1\).
25711
25712 2000-10-30  Paul Eggert  <eggert@twinsun.com>
25713
25714         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
25715         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
25716         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
25717
25718 2000-10-30  Paul Eggert  <eggert@twinsun.com>
25719
25720         * lib/error.h, getline.h, modechange.h:
25721         Remove "2000" from Copyright line, as the file hasn't been
25722         changed this year other than in the copyright notice.
25723
25724         * lib/xalloc.h: Add "2000" to Copyright line, as this file
25725         was changed this year.
25726
25727 2000-10-29  Jim Meyering  <meyering@lucent.com>
25728
25729         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
25730         renaming.
25731         * m4/ls-mntd-fs.m4: Likewise
25732
25733 2000-10-29  Jim Meyering  <meyering@lucent.com>
25734
25735         * lib/xstat.in: Fix grammar in comment.
25736
25737 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
25738
25739         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
25740         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
25741         doesn't define __restrict_arr.
25742
25743 2000-10-28  Jim Meyering  <meyering@lucent.com>
25744
25745         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
25746         (jm_PREREQ_MEMCHR): New function.
25747
25748 2000-10-28  Jim Meyering  <meyering@lucent.com>
25749
25750         * lib/memchr.c: Update from libc.
25751         Adjust for portability:
25752         [HAVE_STDLIB_H]: Include stdlib.h.
25753         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
25754         Undef __memchr, too.
25755         [!weak_alias]: Define __memchr to memchr.
25756
25757         * lib/regex.c: Update from libc.
25758         * lib/regex.h: Likewise.
25759         * lib/getopt1.c: Likewise.
25760         * lib/memcmp.c: Likewise.
25761
25762         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
25763         Avoid using fseek, when possible -- it's broken by design.
25764         Patch by Ulrich Drepper.
25765
25766 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
25767
25768         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
25769         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
25770         Giving in to popular pressure to shut up the compiler with casts.
25771
25772 2000-10-26  Jim Meyering  <meyering@lucent.com>
25773
25774         * lib/strftime.c: Update from libc.
25775
25776 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
25777
25778         * regex.c: More `unsigned char' -> `re_char' changes.
25779         Also change several `int' into `re_wchar_t'.
25780         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
25781         (PUSH_FAILURE_POINTER): Don't cast any more.
25782         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
25783         We want GCC to complain, since this piece of code makes
25784         re_match non-reentrant, which *should* be fixed.
25785         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
25786         (EXTEND_BUFFER): Use RETALLOC.
25787         (SET_LIST_BIT): Don't cast.
25788         (re_wchar_t): New type.
25789         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
25790         that those two functions will always properly return.
25791         (IMMEDIATE_QUIT_CHECK): Cast to void.
25792         (analyse_first): Use recursion rather than an explicit stack.
25793         (re_compile_fastmap): Can't fail anymore.
25794         (re_search_2): Don't check re_compile_fastmap for failure.
25795         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
25796         Now also sets the new value (passed in a new argument).
25797         (re_match_2_internal): Use it.
25798         Also, use a new var `reg' of type size_t when looping through regs
25799         rather than reuse the inappropriate `mcnt'.
25800
25801 2000-10-25  Jim Meyering  <meyering@lucent.com>
25802
25803         * lib/obstack.c: Update from libc.
25804
25805 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
25806
25807         * regex.c (regex_compile): Change the way of handling a range from
25808         a char less than 256 to a char not less than 256.
25809
25810 2000-10-24  Andrew Innes  <andrewi@gnu.org>
25811
25812         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
25813         NT-Emacs only.
25814         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
25815         so that re_search functions only quit when callers expect them to.
25816
25817 2000-10-23  Jim Meyering  <meyering@lucent.com>
25818
25819         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
25820         wrong.  That set_locale call must not have any side effects.
25821         From Paul Eggert.
25822
25823 2000-10-22  Jim Meyering  <meyering@lucent.com>
25824
25825         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
25826         [CYCLIC]: Remove now-unused definition.
25827
25828         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
25829         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
25830         Suggestion from Ulrich Drepper.
25831
25832 2000-10-21  Jim Meyering  <meyering@lucent.com>
25833
25834         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
25835         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
25836         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
25837
25838 2000-10-21  Jim Meyering  <meyering@lucent.com>
25839
25840         * lib/dirname.c (memrchr): Declare if necessary.
25841         (dir_name): Remove the restriction that there be no
25842         trailing slashes.  Now, this code skips past them, effectively
25843         ignoring them.
25844         [TEST_DIRNAME] (main): New unit tests.
25845
25846         * lib/memrchr.c: New file from GNU libc.
25847         Undef __memrchr, too.
25848         [!weak_alias]: Define __memrchr to memrchr.
25849         Guard weak_alias use with `#ifdef weak_alias'.
25850
25851 2000-10-21  Jim Meyering  <meyering@lucent.com>
25852
25853         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
25854         (dir_name): Use dir_name_r.
25855         * lib/dirname.h (dir_name_r): Declare it.
25856
25857 2000-10-17  Jim Meyering  <meyering@lucent.com>
25858
25859         * lib/quote.h (PARAMS): Define and use.
25860         Reported by Akim Demaille.
25861
25862         * lib/getopt.c: Update from libc.
25863
25864 2000-10-16  Jim Meyering  <meyering@lucent.com>
25865
25866         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
25867         setlocale.
25868         From Jan Fedak.
25869
25870 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
25871
25872         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
25873
25874 2000-09-25  Jim Meyering  <meyering@lucent.com>
25875
25876         * lib/md5.h (rol): Define (from GnuPG).
25877
25878         * lib/sha.c: Give credit (GnuPG) where due.
25879         (M): Use rol rather than open-coding it.
25880         Add a FIXME comment.
25881
25882 2000-09-21  Jim Meyering  <meyering@lucent.com>
25883
25884         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
25885         Reported by Michael Stone.
25886
25887 2000-09-20  Jim Meyering  <meyering@lucent.com>
25888
25889         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
25890         (noinst_HEADERS): Add sha.h.
25891         Based on code from Scott G. Miller and from GnuPG.
25892
25893 2000-09-18  Jim Meyering  <meyering@lucent.com>
25894
25895         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
25896         LIBS. Otherwise, everyone ends up linking with -lelf for some
25897         configurations.
25898         Reported by Mike Stone.
25899
25900 2000-09-15  Jim Meyering  <meyering@lucent.com>
25901
25902         * lib/regex.c: Update from libc.
25903
25904 2000-09-10  Jim Meyering  <meyering@lucent.com>
25905
25906         * lib/getopt.c (_getopt_internal): Update from glibc.
25907
25908 2000-09-09  Jim Meyering  <meyering@lucent.com>
25909
25910         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
25911         think it should be used as a general replacement for isascii.
25912         * lib/fnmatch.c: Likewise.
25913         * lib/mbswidth.c: Likewise
25914         * lib/regex.c: Likewise.
25915
25916         Don't use atoi.
25917         * lib/userspec.c: Include sys/param.h and limits.h.
25918         Include xstrtol.h.
25919         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
25920         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
25921         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
25922         UID, GID.  Check range.
25923
25924 2000-09-06  Jim Meyering  <meyering@lucent.com>
25925
25926         * lib/getopt.c (_getopt_internal): Update from glibc.
25927
25928 2000-08-30  Jim Meyering  <meyering@lucent.com>
25929
25930         * lib/strftime.c: Merge in changes from GNU libc.
25931
25932 2000-08-26  Jim Meyering  <meyering@lucent.com>
25933
25934         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
25935         * m4/fpending.m4: New file.
25936
25937 2000-08-26  Jim Meyering  <meyering@lucent.com>
25938
25939         * lib/closeout.c: Include "__fpending.h".
25940         (close_stdout_status): Return right away if there's nothing to flush.
25941
25942         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
25943         * lib/__fpending.c: New file.
25944         * lib/__fpending.h: New file.
25945
25946 2000-08-20  Jim Meyering  <meyering@lucent.com>
25947
25948         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
25949         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
25950         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
25951
25952 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
25953
25954         Improve fileutils installation on systems where running
25955         programs (like install) can't be unlinked.
25956         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
25957         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
25958
25959 2000-08-07  Paul Eggert  <eggert@twinsun.com>
25960
25961         Standardize on "memory exhausted" instead of "Memory exhausted"
25962         or "virtual memory exhausted".
25963         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
25964         "virtual memory exhausted".
25965         * lib/same.c (same_name): Invoke xalloc_die instead of printing
25966         our own message.
25967         * lib/userspec.c (parse_user_spec): Likewise.
25968         * lib/bumpalloc.h: comment fix
25969         * lib/same.c, userspec.c: Include xalloc.h.
25970
25971         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
25972         not char *const and pointing to a constant array.
25973         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
25974         (xrealloc): Comment fix.
25975
25976         * lib/userspec.c (parse_user_spec):
25977         Don't translate a message until just before returning,
25978         to avoid unnecessary translation.
25979
25980 2000-08-07  Jim Meyering  <meyering@lucent.com>
25981
25982         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
25983         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
25984         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
25985         getgroups.c, gethostname.c, getopt.h, group-member.c,
25986         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
25987         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
25988         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
25989         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
25990         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
25991         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
25992         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
25993         yesno.c: Back out Copyright date changes for each file with no change
25994         this year.  This eases coordination with other programs using the same
25995         source code modules.  From Paul Eggert.
25996
25997 2000-08-06  Paul Eggert  <eggert@twinsun.com>
25998
25999         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
26000         not char, for compatibility with glibc 2.1.3 strftime.c.
26001
26002 2000-08-03  Greg McGary  <greg@mcgary.org>
26003
26004         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
26005         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
26006         (EXTEND_BUFFER): Use them.
26007
26008 2000-08-01  Jim Meyering  <meyering@lucent.com>
26009
26010         * lib/dirname.c (ISSLASH): Define.
26011         (BACKSLASH_IS_PATH_SEPARATOR): Define.
26012         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
26013         both `\' and `/' may be use as path separators.
26014         Based on a patch from Prashant TR.
26015
26016 2000-07-31  Paul Eggert  <eggert@twinsun.com>
26017
26018         * lib/quotearg.c (quotearg_n_options): Don't make the initial
26019         slot vector a constant, since it might get modified.
26020
26021 2000-07-31  Jim Meyering  <meyering@lucent.com>
26022
26023         * lib/xmalloc.c: Use `virtual memory exhausted', not
26024         `Memory exhausted'.
26025         * lib/obstack.c (print_and_abort): Likewise.
26026
26027 2000-07-30  Paul Eggert  <eggert@twinsun.com>
26028
26029         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
26030         buffer, so that the caller can always quote one small
26031         component of a "memory exhausted" message in slot 0.
26032         From a suggestion by Jim Meyering.
26033
26034 2000-07-30  Jim Meyering  <meyering@lucent.com>
26035
26036         * lib/makepath.c (make_path): Quote the other instance, too.
26037
26038         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
26039         (STATIC_BUF_SIZE): Define.
26040         (quotearg_n_options): Use only statically allocated storage when
26041         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
26042         than STATIC_BUF_SIZE.
26043
26044 2000-07-29  Jim Meyering  <meyering@lucent.com>
26045
26046         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
26047         * lib/dirname.c (dir_name): Likewise.
26048
26049         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
26050         `/'.
26051
26052         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
26053         (dir_name): Assert that there are no trailing slashes.
26054
26055 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
26056
26057         * lib/mbswidth.h (mbswidth): Add a flags argument.
26058         (mbswidth): New declaration.
26059         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
26060         * lib/mbswidth.c (mbswidth): Add a flags argument.
26061         (mbsnwidth): New function.
26062
26063 2000-07-24  Jim Meyering  <meyering@lucent.com>
26064
26065         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
26066
26067 2000-07-23  Paul Eggert  <eggert@twinsun.com>
26068
26069         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
26070
26071 2000-07-23  Paul Eggert  <eggert@twinsun.com>
26072
26073         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
26074         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
26075         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
26076         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
26077         invoke multibyte primitives.
26078
26079 2000-07-23  Paul Eggert  <eggert@twinsun.com>
26080
26081         * lib/quotearg.c:
26082         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
26083         so that mbstate_t is always defined.
26084
26085         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
26086         be 1 in at least one GCC installation, and this configuration
26087         error is likely to be common.  Ignoring MB_LEN_MAX hurts
26088         performance on hosts that have mbrtowc but have only unibyte
26089         locales, but I assume these hosts are rare.
26090
26091 2000-07-23  Paul Eggert  <eggert@twinsun.com>
26092
26093         * lib/mbswidth.c (_XOPEN_SOURCE):
26094         Don't define; this causes problems on Solaris 7.
26095         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
26096
26097 2000-07-23  Jim Meyering  <meyering@lucent.com>
26098
26099         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
26100         too: getgrgid, getpwuid, getuid.
26101
26102 2000-07-23  Jim Meyering  <meyering@lucent.com>
26103
26104         * lib/basename.c (base_name): Add an assertion.
26105
26106 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
26107
26108         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
26109         shadow its mbsinit function.
26110
26111 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
26112
26113         * lib/mbswidth.h: New file.
26114         * lib/mbswidth.c: New file.
26115         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
26116         (noinst_HEADERS): Add mbswidth.h.
26117
26118 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
26119
26120         * lib/config.charset: Add support for FreeBSD. Improve support for
26121         HP-UX and IRIX 6.
26122
26123 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
26124
26125         * m4/mbswidth.m4: New file.
26126         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
26127
26128 2000-07-15  Jim Meyering  <meyering@lucent.com>
26129
26130         * lib/makepath.c: Include quote.h.
26131         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
26132         corresponding argument in a `quote (...)' call.
26133         Give better diagnostics.
26134
26135         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
26136         (noinst_HEADERS): Add quote.h.
26137
26138         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
26139         from tar's src/misc.c.
26140         * lib/quote.h: New file.  Prototypes for same.
26141
26142 2000-07-14  Paul Eggert  <eggert@twinsun.com>
26143
26144         From a suggestion by Bruno Haible.
26145         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
26146         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
26147         to decide whether to define the BeOS workaround macro;
26148         this adjusts to the change to AC_MBSTATE_T.
26149
26150 2000-07-14  Jim Meyering  <meyering@lucent.com>
26151
26152         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
26153         jm_AC_TYPE_UINTMAX_T.
26154
26155 2000-07-13  Paul Eggert  <eggert@twinsun.com>
26156
26157         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
26158
26159         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
26160         quotearg_buffer_restyled): Add support for
26161         clocale_quoting_style.  Undo previous change to
26162         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
26163         and "{RIGHT QUOTATION MARK}" msgids.
26164
26165 2000-07-10  Paul Eggert  <eggert@twinsun.com>
26166
26167         From a suggestion by Bruno Haible.
26168         * m4/mbstate_t.m4 (AC_MBSTATE_T):
26169         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
26170         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
26171         and mbstate_t, to a single-part test that simply defines mbstate_t.
26172         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
26173         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
26174
26175 2000-07-10  Jim Meyering  <meyering@lucent.com>
26176
26177         * m4/strerror_r.m4: Mirror the correction made in autoconf.
26178
26179         * m4/gnu-source.m4: Output to confdefs.h directly.
26180         Suggestion from Akim Demaille.
26181
26182 2000-07-09  Paul Eggert  <eggert@twinsun.com>
26183
26184         The old behavior of quoting `like this' doesn't look good with
26185         newer, ISO-style fonts.  See:
26186         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
26187
26188         Instead, quote "like this" by default.  Let the translator
26189         tailor the locale-specific quoting behavior by providing
26190         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
26191
26192         * lib/quotearg.c (N_): New macro.
26193         (gettext_default): New function.
26194         (quotearg_buffer_restyled): Use
26195         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
26196         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
26197
26198 2000-07-09  Jim Meyering  <meyering@lucent.com>
26199
26200         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
26201         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
26202
26203         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
26204         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
26205
26206 2000-07-09  Jim Meyering  <meyering@lucent.com>
26207
26208         * lib/Most files: Update copyright dates to include 2000.
26209
26210 2000-07-08  Jim Meyering  <meyering@lucent.com>
26211
26212         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
26213         if not defined.
26214         (xgethostname): Remove now-unnecessary #ifdef.
26215         Move declaration of `err' into loop where it's used.
26216
26217 2000-07-05  Paul Eggert  <eggert@twinsun.com>
26218         and Bruno Haible  <haible@clisp.cons.org>
26219
26220         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
26221         only if the test for an object-type mbstate_t fails.  This
26222         prevents us from mistakenly reporting that mbstate_t is a
26223         system object type after we "#define mbstate_t int" to work
26224         around its lack.
26225
26226 2000-07-05  Paul Eggert  <eggert@twinsun.com>
26227         and Bruno Haible  <haible@clisp.cons.org>
26228
26229         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
26230
26231 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
26232
26233         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
26234         to strerror_r.
26235         Include <ctype.h> for use of isalpha.
26236
26237 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
26238
26239         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
26240         by allocating a larger buffer. Test the gethostname return value for
26241         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
26242         returns an error and ENAMETOOLONG isn't defined.
26243
26244 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
26245
26246         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
26247         dimension.
26248
26249 2000-07-04  Jim Meyering  <meyering@lucent.com>
26250
26251         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
26252         of the deprecated AC_CHECKING.
26253
26254 2000-07-04  Jim Meyering  <meyering@lucent.com>
26255
26256         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
26257         Reported by Bruno Haible.
26258
26259 2000-07-04  Jim Meyering  <meyering@lucent.com>
26260
26261         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
26262         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
26263         lacks mbrtowc.
26264
26265 2000-07-03  Paul Eggert  <eggert@twinsun.com>
26266
26267         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
26268         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
26269
26270 2000-07-03  Paul Eggert  <eggert@twinsun.com>
26271         and Bruno Haible  <haible@clisp.cons.org>
26272
26273         * lib/quotearg.c (mbrtowc):
26274         Assign to *pwc, and return 1 only if result is nonzero.
26275         (iswprint): Use ISPRINT when substituting our own mbrtowc.
26276
26277 2000-07-03  Jim Meyering  <meyering@lucent.com>
26278
26279         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
26280
26281 2000-07-03  Jim Meyering  <meyering@lucent.com>
26282
26283         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
26284         This is necessary to get a definition of e.g., UTMP_FILE on
26285         HP-UX 10.20.
26286         From Bob Proulx.
26287
26288 2000-07-02  Jim Meyering  <meyering@lucent.com>
26289
26290         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
26291
26292         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
26293         AC_LIBOBJ(function_name).
26294         * m4/chown.m4: Likewise.
26295         * m4/fnmatch.m4: Likewise.
26296         * m4/ftruncate.m4: Likewise.
26297         * m4/getgroups.m4: Likewise.
26298         * m4/getline.m4: Likewise.
26299         * m4/group-member.m4: Likewise.
26300         * m4/jm-macros.m4: Likewise.
26301         * m4/lstat.m4: Likewise.
26302         * m4/malloc.m4: Likewise.
26303         * m4/memcmp.m4: Likewise.
26304         * m4/nanosleep.m4: Likewise.
26305         * m4/putenv.m4: Likewise.
26306         * m4/realloc.m4: Likewise.
26307         * m4/regex.m4: Likewise.
26308         * m4/stat.m4: Likewise.
26309         * m4/strftime.m4: Likewise.
26310
26311 2000-07-02  Jim Meyering  <meyering@lucent.com>
26312
26313         * lib/quotearg.c (mbstate_t): Don't define here.
26314
26315 2000-07-02  Jim Meyering  <meyering@lucent.com>
26316
26317         * lib/nanosleep.c (SIGCONT): Define if not already defined.
26318
26319 2000-07-01  Jim Meyering  <meyering@lucent.com>
26320
26321         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
26322
26323 2000-07-01  Jim Meyering  <meyering@lucent.com>
26324
26325         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
26326         problem.
26327
26328 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
26329
26330         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
26331         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
26332
26333 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
26334
26335         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
26336         per change in ../m4/ls-mntd-fs.m4.
26337         (read_filesystem_list): Ignore symbolic links.
26338
26339 2000-06-29  Jim Meyering  <meyering@lucent.com>
26340
26341         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
26342         for declaration of strcmp.
26343
26344         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
26345
26346         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
26347         Avoid warning by casting result to `char *' to remove `const'.
26348
26349 2000-06-28  Jim Meyering  <meyering@lucent.com>
26350
26351         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
26352         included by quotearg.c, for which we perform this test.  From
26353         Bruno Haible.
26354
26355 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
26356
26357         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
26358         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
26359         <utmpx.h> exists, put readutmp.o into LIBOBJS.
26360
26361 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
26362
26363         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
26364
26365 2000-06-26  Paul Eggert  <eggert@twinsun.com>
26366
26367         savedir now sets errno on failure and invokes xmalloc to get memory.
26368         Fix a couple of other minor bugs while we're at it.
26369
26370         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
26371         (NAMLEN): Remove macro.
26372         (malloc, realloc): Remove decls.
26373         (stpcpy): Likewise.
26374         ("xalloc.h"): Include.
26375         (NAME_SIZE_DEFAULT): New macro.
26376         (savedir): Use xmalloc / xrealloc to allocate memory.
26377         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
26378         Skip "" directory entries.
26379         Use strlen to calculate directory entry length, since the old method
26380         is rarely used these days and isn't worth supporting.
26381         Don't use a pointer after freeing it.
26382         Check for integer overflow when calculating allocation size.
26383         Use memcpy to copy entries, instead of stpcpy.
26384         Set errno properly when returning NULL.
26385         Check for readdir error.
26386
26387 2000-06-26  Jim Meyering  <meyering@lucent.com>
26388
26389         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
26390
26391 2000-06-25  Jim Meyering  <meyering@lucent.com>
26392
26393         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
26394         Linux header bug when _XOPEN_SOURCE is defined to 500.
26395
26396 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
26397
26398         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
26399         deficiency.
26400
26401 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
26402
26403         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
26404         Include xalloc.h.
26405         Don't include <stdlib.h>.  Don't declare malloc, realloc.
26406
26407 2000-06-24  Jim Meyering  <meyering@lucent.com>
26408
26409         * m4/strerror_r.m4: Revive this file -- to try out an experimental
26410         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
26411         for which strerror does return char*, but which lacks a conveniently
26412         accessible declaration of the function.  If the compile-test says
26413         strerror_r doesn't work, then resort to a `run'-test that works on
26414         BeOS and segfaults on DEC Unix.
26415
26416 2000-06-24  Jim Meyering  <meyering@lucent.com>
26417
26418         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
26419
26420 2000-06-23  Paul Eggert  <eggert@twinsun.com>
26421
26422         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
26423         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
26424
26425 2000-06-23  Paul Eggert  <eggert@twinsun.com>
26426
26427         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
26428         (mbrtowc, mbstate_t): Define substitutes if
26429         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
26430         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
26431         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
26432
26433 2000-06-23  Jim Meyering  <meyering@lucent.com>
26434
26435         * m4/afs.m4: Add missing AC_MSG_RESULT.
26436         Reported by Bruno Haible.
26437
26438         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
26439         Suggestion from Bruno Haible.
26440
26441 2000-06-23  Jim Meyering  <meyering@lucent.com>
26442
26443         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
26444
26445 2000-06-21  Jim Meyering  <meyering@lucent.com>
26446
26447         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
26448
26449 2000-06-21  Jim Meyering  <meyering@lucent.com>
26450
26451         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
26452         (noinst_HEADERS): Add getstr.h.
26453
26454         * lib/getline.c (getstr): Move into a separate file.
26455         * lib/getstr.c (getstr): New file, extracted from getline.c, with
26456         the following changes: new parameter, delim2; both delim[12]
26457         parameters have type `int', not `char'.  The latter would lose
26458         with 8-bit delimiters.
26459         * lib/getstr.h: New file.
26460
26461 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
26462
26463         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
26464         than 1024, return a memory chunk of least possible size, instead
26465         of size PATH_MAX + 2. In the loop, increment the size proportionally.
26466         Use free/xmalloc instead of xrealloc to avoid copying for very long
26467         paths.
26468
26469 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
26470
26471         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
26472         the empty string.
26473
26474 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
26475
26476         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
26477         address, not strdup.  Include <stdlib.h> and don't declare free().
26478
26479 2000-06-19  Jim Meyering  <meyering@lucent.com>
26480
26481         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
26482
26483 2000-06-18  Jim Meyering  <meyering@lucent.com>
26484
26485         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
26486
26487         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
26488         `checking whether...' message to be consistent with that of the
26489         lstat test.
26490
26491 2000-06-18  Jim Meyering  <meyering@lucent.com>
26492
26493         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
26494         Besides, these days every porting target provides a mkdir function.
26495
26496         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
26497         needed. (this snippet comes from src/system.h).
26498
26499 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
26500
26501         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
26502
26503 2000-06-15  Paul Eggert  <eggert@twinsun.com>
26504
26505         * lib/human.c (adjust_value): New function.
26506         (human_readable_inexact): Apply rounding style even when
26507         printing approximate values.
26508
26509 2000-06-14  Paul Eggert  <eggert@twinsun.com>
26510
26511         * lib/human.c (human_readable_inexact): Allow an input block
26512         size that is not a multiple of the output block size, and vice versa.
26513         Reported by Piergiorgio Sartor.
26514
26515 2000-06-14  Paul Eggert  <eggert@twinsun.com>
26516
26517         * lib/getdate.y (get_date): Apply relative times after time
26518         zone indicator, not before.  Reported by Todd A. Jacobs.
26519
26520 2000-06-13  Jim Meyering  <meyering@lucent.com>
26521
26522         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
26523
26524         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
26525
26526 2000-06-12  Paul Eggert  <eggert@twinsun.com>
26527
26528         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
26529
26530 2000-06-12  Jim Meyering  <meyering@lucent.com>
26531
26532         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
26533         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
26534         optional argument.
26535         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
26536         the optional argument, `lib'.
26537
26538 2000-06-08  Jim Meyering  <meyering@lucent.com>
26539
26540         * m4/largefile.m4: Remove file (now that it's part of autoconf).
26541
26542 2000-06-04  Paul Eggert  <eggert@twinsun.com>
26543
26544         Rewrite largefile configuration so that we don't need to run
26545         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
26546         AC_CANONICAL_HOST in configure.in -- jmm]
26547
26548         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
26549         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
26550         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
26551         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
26552         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
26553         All uses changed.
26554         Instead of inspecting the output of getconf, try to compile the
26555         test program without and with the macro definition.
26556         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
26557         for getconf.  Instead, check for the needed flags by compiling
26558         test programs.
26559
26560 2000-06-04  Paul Eggert  <eggert@twinsun.com>
26561
26562         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
26563
26564 2000-06-04  Jim Meyering  <meyering@lucent.com>
26565
26566         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
26567         SunOS 4.1.4 for which gid_t is an unsigned type.
26568
26569 2000-06-03  Jim Meyering  <meyering@lucent.com>
26570
26571         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
26572         now that autoconf requires that.
26573
26574         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
26575         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
26576         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
26577
26578 2000-06-03  Jim Meyering  <meyering@lucent.com>
26579
26580         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
26581
26582 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
26583
26584         * m4/glibc21.m4: New file.
26585         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
26586
26587 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
26588
26589         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
26590         newer, don't install charset.alias.
26591         * lib/config.charset: Change the Linux/glibc rules so they become empty
26592         on glibc-2.1 or newer.
26593
26594 2000-06-02  Jim Meyering  <meyering@lucent.com>
26595
26596         * lib/mountlist.c: Back out last change.  Instead, do this...
26597         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
26598         me_dummy member using the same `ignore'-testing code.
26599         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
26600         fs_type strings.
26601         From Mark D. Roth.
26602
26603 2000-05-29  Jim Meyering  <meyering@lucent.com>
26604
26605         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
26606         mounts with the `ignore' attribute.  Based on a patch from
26607         Mark D. Roth.
26608
26609 2000-05-28  Jim Meyering  <meyering@lucent.com>
26610
26611         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
26612         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
26613         * m4/stat.m4: Likewise.
26614         * m4/lstat.m4: Likewise.
26615         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
26616
26617         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
26618         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
26619
26620 2000-05-26  Jim Meyering  <meyering@lucent.com>
26621
26622         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
26623
26624 2000-05-24  Jim Meyering  <meyering@lucent.com>
26625
26626         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
26627         autoconf requires that.
26628         * m4/lib-check.m4: Likewise.
26629         * m4/jm-macros.m4: Likewise.
26630         * m4/strftime.m4: Likewise.
26631
26632         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
26633         AC_CHECK_DECLS, now that autoconf requires that.
26634
26635 2000-05-22  Jim Meyering  <meyering@lucent.com>
26636
26637         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
26638         * m4/lstat.m4: Likewise.
26639
26640 2000-05-22  Jim Meyering  <meyering@lucent.com>
26641
26642         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
26643
26644 2000-05-20  Jim Meyering  <meyering@lucent.com>
26645
26646         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
26647         (jm_PREREQ): Use it.
26648
26649 2000-05-18  Jim Meyering  <meyering@lucent.com>
26650
26651         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
26652         back, too, since it may have been modified by allocate_entry.
26653         (hash_delete): Rewrite to use neither the assignment operator
26654         nor the comma operator in an if-expression.
26655
26656 2000-05-15  Paul Eggert  <eggert@twinsun.com>
26657
26658         * lib/closeout.c:
26659         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
26660         Remove; no longer needed.
26661         "quotearg.h": Add include.
26662         (file_name): Do not bother to explicitly initialize to NULL; it's less
26663         efficient on some hosts.
26664         (close_stdout_status): Remove test as to whether stdout was already
26665         closed; it breaks for the case "echo x | sort >&-".
26666         Quote file name colons.
26667         Do not assume that _("write error") lacks format strings.
26668
26669 2000-05-15  Jim Meyering  <meyering@lucent.com>
26670
26671         * lib/version-etc.c (version_etc_copyright): Update the copyright
26672         string used in all --version output.
26673
26674 2000-05-14  Jim Meyering  <meyering@lucent.com>
26675
26676         * lib/closeout.c (close_stdout_set_file_name): New function.
26677         (close_stdout_status): Use new file-scoped global.
26678         Return right away if fstat says the stdout file descriptor is invalid.
26679         * lib/closeout.h (close_stdout_set_file_name): Declare.
26680
26681 2000-05-10  Jim Meyering  <meyering@lucent.com>
26682
26683         * lib/closeout.c [default_exit_status]: New file-scoped variable.
26684         (close_stdout_set_status): New function.
26685         * lib/closeout.h (close_stdout_set_status): Declare.
26686
26687 2000-05-09  Jim Meyering  <meyering@lucent.com>
26688
26689         * m4/gettext.m4: Rename this...
26690         * m4/libintl.m4: ...to this.
26691
26692 2000-05-08  Jim Meyering  <meyering@lucent.com>
26693
26694         * lib/long-options.c: Don't include closeout.h.
26695         (parse_long_options): Don't call close_stdout for --version.
26696
26697 2000-05-06  Paul Eggert  <eggert@twinsun.com>
26698
26699         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
26700         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
26701         2.1.3 bug.  This avoids a clash when files like regex.c define
26702         _GNU_SOURCE.
26703
26704 2000-05-06  Jim Meyering  <meyering@lucent.com>
26705
26706         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
26707         (AC_REPLACE_FUNCS): Add strnlen.
26708
26709         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
26710         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
26711
26712         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
26713         AC_SEARCH_LIBS call for nanosleep.
26714         (LIB_NANOSLEEP): Set and AC_SUBST.
26715
26716 2000-05-06  Jim Meyering  <meyering@lucent.com>
26717
26718         * lib/strnlen.c: Undefine __strnlen and strnlen.
26719         [!weak_alias]: Define __strnlen to strnlen.
26720
26721         * lib/atexit.c: New file, from libiberty.
26722
26723 2000-05-06  Jim Meyering  <meyering@lucent.com>
26724
26725         * lib/closeout.c (close_stdout_status): Also check for errors on the
26726         stderr stream.
26727
26728 2000-05-05  Jim Meyering  <meyering@lucent.com>
26729
26730         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
26731         AC_SEARCH_LIBS call for clock_gettime.
26732         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
26733
26734         * m4/search-libs.m4: Update from autoconf.
26735
26736         su doesn't work on Solaris 2.6.
26737         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
26738         <shadow.h>.  Reported by Dragos Harabor.
26739
26740 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
26741
26742         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
26743         memcpy instead of xmalloc, xrealloc, path_concat.
26744         (locale_charset): Treat empty environment variables as absent.
26745         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
26746
26747 2000-05-04  Jim Meyering  <meyering@lucent.com>
26748
26749         * lib/getopt.c: Update from glibc.
26750         * lib/obstack.c: Likewise.
26751         * lib/obstack.h: Likewise.
26752         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
26753         file
26754
26755         * lib/regex.h: Likewise.
26756         * lib/strndup.c: Likewise.
26757         * lib/strnlen.c: New file, from glibc.
26758
26759 2000-05-03  Jim Meyering  <meyering@lucent.com>
26760
26761         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
26762
26763 2000-05-02  Paul Eggert  <eggert@twinsun.com>
26764
26765         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
26766         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
26767         compile-time test, rather than inspecting host and OS, to
26768         decide whether to define _LARGEFILE_SOURCE.
26769
26770 2000-05-01  Jim Meyering  <meyering@lucent.com>
26771
26772         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
26773
26774         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
26775         Based on a patch from Bruno Haible.
26776
26777 2000-05-01  Jim Meyering  <meyering@lucent.com>
26778
26779         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
26780
26781 2000-04-29  Jim Meyering  <meyering@lucent.com>
26782
26783         * lib/path-concat.c: Declare strdup only if it's not defined.
26784         * lib/canon-host.c: Likewise.
26785
26786 2000-04-28  Jim Meyering  <meyering@lucent.com>
26787
26788         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
26789         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
26790         is included first, then limits.h is included by locale.h by libintl.h.
26791         From John David Anglin.
26792
26793 2000-04-25  Jim Meyering  <meyering@lucent.com>
26794
26795         * lib/makepath.c (S_IRWXUGO): Define.
26796         (make_path): Always perform explicit chmod if MODE specifies any
26797         of the `special' permission bits.  Prompted by a bug report against
26798         install from Mate Wierdl and Joost van Baal.
26799
26800 2000-04-18  Jim Meyering  <meyering@lucent.com>
26801
26802         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
26803         (jm_PREREQ): Use it.
26804
26805 2000-04-18  Jim Meyering  <meyering@lucent.com>
26806
26807         * lib/README: New file.
26808
26809         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
26810         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
26811
26812 2000-04-17  Jim Meyering  <meyering@lucent.com>
26813
26814         Get it right :-)
26815         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
26816         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
26817         Suggestion from Akim Demaille.
26818
26819 2000-04-17  Jim Meyering  <meyering@lucent.com>
26820
26821         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
26822         the definition of it to rpl_strftime also defined-away the system's
26823         declaration.
26824
26825 2000-04-15  Jim Meyering  <meyering@lucent.com>
26826
26827         Use `C' to denote so-called `contiguous' files, the same way
26828         that tar does.
26829         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
26830         (ftypelet): Use S_ISCTG.
26831         From Michael Deutschmann.
26832
26833 2000-04-14  Jim Meyering  <meyering@lucent.com>
26834
26835         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
26836         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
26837         clobbered.
26838
26839 2000-04-14  Jim Meyering  <meyering@lucent.com>
26840
26841         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
26842
26843 2000-04-13  Jim Meyering  <meyering@lucent.com>
26844
26845         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
26846         AH_VERBATIM to insert required #ifndef into config.h.in.
26847         Suggestion from Akim Demaille.
26848
26849 2000-04-12  Jim Meyering  <meyering@lucent.com>
26850
26851         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
26852         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
26853         Christian Krackowizer.
26854
26855         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
26856         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
26857         (AC_SYS_LARGEFILE): Require.
26858         (AM_C_PROTOTYPES): Require.
26859
26860 2000-04-08  Jim Meyering  <meyering@lucent.com>
26861
26862         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
26863         names don't conflict.  Reported by Eli Zaretskii.
26864
26865 2000-04-07  Jim Meyering  <meyering@lucent.com>
26866
26867         * lib/putenv.c: Move inclusion of errno.h so it follows that of
26868         sys/types.h, to work around system header problems on AIX 3.2.5.
26869         From Bruno Haible.
26870
26871 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
26872
26873         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
26874         bug.  Deal with the different error behavior of Irix iconv.
26875
26876 2000-04-05  Paul Eggert  <eggert@twinsun.com>
26877
26878         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
26879         IRIX if the installer said otherwise.
26880
26881 2000-04-05  Jim Meyering  <meyering@lucent.com>
26882
26883         Portability tweaks required for ultrix4.3.
26884         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
26885         (jm_CHECK_DECLS): Add getutent to the list of functions.
26886         (_jm_DECL_HEADERS): Add utmpx.h.
26887         From John David Anglin.
26888
26889         * m4/strftime.m4: Back out the 2000-04-02 change.
26890         Instead of that change, simply undefine putenv in the test program.
26891
26892 2000-04-05  Jim Meyering  <meyering@lucent.com>
26893
26894         Portability tweaks required for ultrix4.3.
26895         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
26896         getutent.
26897         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
26898         * lib/canon-host.c: Declare strdup.
26899         * lib/path-concat.c: Likewise.
26900         From John David Anglin.
26901
26902 2000-04-04  Jim Meyering  <meyering@lucent.com>
26903
26904         Be more DOS 8.3-friendly.
26905         * lib/ref-add.sin: Renamed from ref-add.sed.in.
26906         * lib/ref-del.sin: Renamed from ref-del.sed.in.
26907         * lib/Makefile.am: Reflect renaming.
26908         Reported by Eli Zaretskii.
26909
26910         Use a temporary file name that won't clash with `charset.alias'
26911         in the DOS 8.3 name space.
26912         * lib/Makefile.am (charset_tmp): Define.
26913         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
26914         (uninstall-local): Likewise.
26915         Reported by Eli Zaretskii.
26916
26917 2000-04-03  Jim Meyering  <meyering@lucent.com>
26918
26919         * m4/gettext.m4: Fix typo in comment.
26920
26921         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
26922         textutils/configure.in).  Suggestion from Paul Eggert.
26923         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
26924
26925 2000-04-02  Paul Eggert  <eggert@twinsun.com>
26926
26927         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
26928         variable in the shell rather than using putenv, which isn't
26929         portable.  This avoids the configure-time inter-test dependency
26930         on the potentially-renamed putenv function.
26931
26932 2000-03-30  Paul Eggert  <eggert@twinsun.com>
26933
26934         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
26935         before checking struct stat.st_blksize, so that
26936         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
26937
26938 2000-03-29  Paul Eggert  <eggert@twinsun.com>
26939
26940         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
26941         since strftime.c uses HAVE_STRFTIME to decide whether to use
26942         the underlying strftime.
26943
26944 2000-03-29  Paul Eggert  <eggert@twinsun.com>
26945
26946         * lib/time/strftime.c (my_strftime): Make sure we call the system
26947         strftime, not ourselves, when invoking the underlying strftime.
26948
26949 2000-03-24  Jim Meyering  <meyering@lucent.com>
26950
26951         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
26952         (charset_alias): Define.
26953         (install-exec-local): Factor out common code.
26954         (uninstall-local): Split lines longer than 80.
26955         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
26956         (SUFFIXES): Define.
26957         (.sed.in.sed): New rule.  Don't redirect directly to $@.
26958         (CLEANFILES): Add ref-add.sed and ref-del.sed.
26959
26960 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
26961
26962         * lib/config.charset: Output a line containing "Packages using this
26963         file".
26964         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
26965         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
26966         ref-del.sed): New rules.
26967
26968 2000-03-17  Jim Meyering  <meyering@lucent.com>
26969
26970         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
26971         Otherwise, include <strings.h>
26972
26973 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
26974
26975         * lib/unicodeio.c (utf8_wctomb): New function.
26976         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
26977         format instead of in UCS-4 with platform dependent endianness.
26978
26979 2000-03-10  Jim Meyering  <meyering@lucent.com>
26980
26981         * m4/lib-check.m4: Look for getspnam in -lgen, too.
26982         From Marco Franzen.
26983
26984 2000-03-07  Paul Eggert  <eggert@twinsun.com>
26985
26986         * lib/savedir.c (savedir): Work even if directory size is
26987         negative; this can happen with some screwy NFS configurations.
26988
26989 2000-03-06  Jim Meyering  <meyering@lucent.com>
26990
26991         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
26992         if it's NULL (because we ran out of memory).  From Bruno Haible.
26993
26994 2000-03-05  Jim Meyering  <meyering@lucent.com>
26995
26996         * lib/localcharset.c ("path-concat.h"): Include.
26997         (get_charset_aliases): Use path_concat instead of ANSI string
26998         concatenation.
26999
27000         * lib/unicodeio.h (PARAMS): Define.
27001         Use it to guard prototype.
27002
27003 2000-03-04  Jim Meyering  <meyering@lucent.com>
27004
27005         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
27006         for lib/localcharset.c.
27007
27008 2000-03-04  Jim Meyering  <meyering@lucent.com>
27009
27010         * lib/Makefile.am (install-exec-local): Create $(libdir) before
27011         installing into it.
27012         (uninstall-local): Uncomment this rule so `make distcheck' works
27013         once again.
27014
27015         * lib/unicodeio.c (<errno.h>): Include it.
27016         (errno): Declare if not defined.
27017
27018         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
27019
27020         * lib/config.charset: New version, incorporating remarks from a linux
27021         i18n mailing list.  From Bruno Haible.
27022
27023 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
27024
27025         * m4/codeset.m4: New file.
27026         * m4/iconv.m4: New file.
27027         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
27028
27029 2000-03-03  Jim Meyering  <meyering@lucent.com>
27030
27031         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
27032
27033 2000-03-02  Jim Meyering  <meyering@lucent.com>
27034
27035         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
27036         the messages come out on separate lines.
27037
27038         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
27039         rather than jm_CHECK_DECLARATIONS.
27040         * m4/decl.m4: Remove now-unused file.
27041
27042         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
27043         geteuid.
27044
27045 2000-03-02  Jim Meyering  <meyering@lucent.com>
27046
27047         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
27048
27049 2000-03-01  Jim Meyering  <meyering@lucent.com>
27050
27051         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
27052         * lib/unicodeio.c: Likewise.
27053
27054 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
27055
27056         * lib/config.charset: New file.
27057         * lib/localcharset.c: New file.
27058         * lib/unicodeio.h, lib/unicodeio.c: New files.
27059         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
27060         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
27061         (noinst_HEADERS): Add unicodeio.h.
27062         (all-local, install-exec-local, charset.alias): New targets.
27063
27064 2000-02-28  Paul Eggert  <eggert@twinsun.com>
27065
27066         * lib/quotearg.c (ALERT_CHAR): New macro.
27067         (quotearg_buffer_restyled): Use it.
27068
27069 2000-02-27  Jim Meyering  <meyering@lucent.com>
27070
27071         * m4/check-decl.m4: Add getenv to the list.
27072
27073 2000-02-27  Jim Meyering  <meyering@lucent.com>
27074
27075         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
27076         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
27077
27078         * lib/backupfile.c: Guard inclusion of stdlib.h with
27079         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
27080         Declare malloc if needed.
27081
27082         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
27083         `#ifndef HAVE_DECL..'
27084         now that autoconf always defines the HAVE_DECL_ symbols.
27085         * lib/human.c: Likewise.
27086         * lib/same.c: Likewise.
27087         * lib/strtoumax.c: Likewise.
27088
27089         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
27090         declaration check was not run.
27091         * lib/hash.c: Likewise.
27092         * lib/human.c: Likewise.
27093         * lib/same.c: Likewise.
27094         * lib/strtoumax.c: Likewise.
27095
27096         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
27097         `.', then first look up the entire `.'-containing string as a login
27098         name.
27099
27100 2000-02-23  Jim Meyering  <meyering@lucent.com>
27101
27102         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
27103         in place of my hack.
27104
27105 2000-02-18  Paul Eggert  <eggert@twinsun.com>
27106
27107         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
27108         (textint): New typedef.
27109         (parser_control): Member year changed from int to textint.
27110         All uses changed.
27111         (YYSTYPE): Removed; replaced by %union with int and textint members.
27112         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
27113         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
27114         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
27115         (tSNUMBER, tUNUMBER): Now of type <textintval>.
27116         (date, number, to_year): Use width of number in digits, not its value,
27117         to determine whether it's a 2-digit year, or a 2-digit time.
27118         (yylex): Store number of digits of numeric tokens.
27119         Reported by John Kendall.
27120
27121         (parser_control): Changed from struct parser_control to typedef (for
27122         consistency).  All uses changed.
27123
27124         (tID): Removed; not used.
27125         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
27126
27127 2000-02-14  Paul Eggert  <eggert@twinsun.com>
27128
27129         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
27130         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
27131
27132 2000-02-12  Jim Meyering  <meyering@lucent.com>
27133
27134         * lib/userspec.c (ISDIGIT): Define it.
27135         (isdigit): Remove definition.
27136         (is_number): Use ISDIGIT, not isdigit.
27137         <libintl.h>: Include.
27138         (_ and N_): Define.
27139         (parse_user_spec): Mark translatable strings.
27140
27141 2000-02-10  Jim Meyering  <meyering@lucent.com>
27142
27143         With these changes, nanosleep.[ch] are finally enough like the other
27144         lib/* replacement files to compile on a few more losing systems.
27145
27146         * lib/nanosleep.h: Don't include config.h.
27147         Remove prototype from declaration of nanosleep.
27148         (PARAMS): Remove now-unneeded definition.
27149         * lib/nanosleep.c: #undef nanosleep.
27150         (rpl_nanosleep): Rename from nanosleep.
27151
27152 2000-02-10  Jim Meyering  <meyering@lucent.com>
27153
27154         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
27155         gnu_nanosleep to rpl_nanosleep.
27156
27157 2000-02-09  Jim Meyering  <meyering@lucent.com>
27158
27159         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
27160         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
27161
27162 2000-02-08  Akim Demaille  <akim@epita.fr>
27163
27164         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
27165         `[' and `]' and remove uses of `changequote'.
27166         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
27167         (AC_SYS_LARGEFILE): Likewise.
27168         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
27169         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
27170         of changequote.
27171         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
27172         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
27173         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
27174         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
27175
27176 2000-02-05  Jim Meyering  <meyering@lucent.com>
27177
27178         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
27179         Remove explicit use of AC_HEADER_TIME.  It is required by
27180         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
27181         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
27182         in autoconf whereby the expansion of the latter ended up preceding
27183         the expansion of its prerequisite, AC_HEADER_TIME.
27184         Reported by Volker Borchert.
27185
27186 2000-02-03  Jim Meyering  <meyering@lucent.com>
27187
27188         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
27189
27190 2000-02-03  Jim Meyering  <meyering@lucent.com>
27191
27192         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
27193         rather than with `#if HAVE_UTMPNAME'.
27194
27195 2000-02-02  Jim Meyering  <meyering@lucent.com>
27196
27197         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
27198         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
27199         Reported by Eli Zaretskii.
27200
27201 2000-02-01  Jim Meyering  <meyering@lucent.com>
27202
27203         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
27204
27205 2000-01-31  Jim Meyering  <meyering@lucent.com>
27206
27207         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
27208         functions.  Add the time.h and sys/time.h headers along with the
27209         AC_REQUIRE'ment of AC_HEADER_TIME.
27210
27211 2000-01-31  Jim Meyering  <meyering@lucent.com>
27212
27213         * lib/nanosleep.h (nanosleep): Guard declaration with
27214         `#if ! HAVE_DECL_NANOSLEEP'.
27215         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
27216         the declaration in that vendor's sys/timers.h.
27217         Reported by Christian Krackowizer.
27218
27219         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
27220         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
27221         (ISPRINT): Likewise.
27222         Reported by Tom Tromey.
27223
27224 2000-01-30  Jim Meyering  <meyering@lucent.com>
27225
27226         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
27227
27228         * m4/prereq.m4 (utmp_includes): Define.
27229         Check for ut_user and ut_name members in both struct utmpx
27230         and struct utmp.
27231
27232 2000-01-30  Jim Meyering  <meyering@lucent.com>
27233
27234         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
27235         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
27236         header files where only utmpx.ut_user is declared.
27237
27238         * lib/readutmp.h (UT_USER): Define.
27239
27240 2000-01-29  Jim Meyering  <meyering@lucent.com>
27241
27242         * m4/lib-check.m4: New file containing library-related checks from
27243         fileutils and sh-utils (textutils had none).
27244
27245 2000-01-28  Jim Meyering  <meyering@lucent.com>
27246
27247         * m4/perl.m4: Change format of warning message to look more like that
27248         from the missing script.  Suggestion from François Pinard.
27249
27250 2000-01-25  Jim Meyering  <meyering@lucent.com>
27251
27252         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
27253         well as time.h in the compile check.
27254         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
27255         Fix typo in cross-compiling case: s/yes/no/.
27256
27257 2000-01-23  Jim Meyering  <meyering@lucent.com>
27258
27259         * m4/jm-macros.m4: Move df-related tests here from
27260         fileutils/configure.in
27261
27262         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
27263         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
27264
27265         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
27266         s/space/ac_fsusage_space/.
27267         (jm_FILE_SYSTEM_USAGE): Take two parameters.
27268
27269         * m4/ftruncate.m4: New file (derived from part of
27270         fileutils/configure.in).
27271         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
27272         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
27273
27274         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
27275         AC_SUBST these here, rather than just in sh-util/configure.in, so
27276         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
27277         all the same.
27278         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
27279         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
27280         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
27281         (AC_SUBST(POW_LIBM)): Likewise.
27282         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
27283
27284 2000-01-23  Jim Meyering  <meyering@lucent.com>
27285
27286         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
27287         obstack.c.
27288
27289 2000-01-22  Jim Meyering  <meyering@lucent.com>
27290
27291         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
27292
27293         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
27294
27295         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
27296         configure.in
27297         (AC_CHECK_HEADERS): Likewise for sh-utils.
27298         (AC_CHECK_HEADERS): Likewise for textutils.
27299         Merge the three lists of headers.
27300
27301         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
27302         from fileutils' configure.in.
27303
27304         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
27305         code. Moved tests into their own function (_jm_DECL_HEADERS) in
27306         check-decl.m4.
27307
27308         * m4/check-decl.m4: Use #if rather than #ifdef.
27309         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
27310         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
27311         (_jm_DECL_HEADERS): Define new function.
27312         (jm_CHECK_DECLARATIONS): Require it.
27313
27314 2000-01-22  Jim Meyering  <meyering@lucent.com>
27315
27316         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
27317         [! HAVE_DECL_STRTOULL]: Declare strtoull.
27318         Required for some AIX systems.  Reported by Christian Krackowizer.
27319         [TESTING] (main): New function.
27320
27321         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
27322         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
27323         letters.
27324
27325         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
27326         iswprint.
27327
27328         * lib/strverscmp.c (ISDIGIT): Define.
27329         (strverscmp): Use ISDIGIT, not isdigit.
27330
27331 2000-01-19  Jim Meyering  <meyering@lucent.com>
27332
27333         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
27334         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
27335         defines `struct timespec' in <sys/time.h>
27336
27337         * m4/c-bs-a.m4: Remove uses of changequote altogether.
27338         Thanks to Akim for explaining.
27339
27340 2000-01-17  Paul Eggert  <eggert@twinsun.com>
27341
27342         * lib/nanosleep.c (nanosleep):
27343         Don't use SA_INTERRUPT to decide whether to call sigaction, as
27344         POSIX.1 doesn't require SA_INTERRUPT and some systems
27345         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
27346         it's been part of POSIX.1 since day 1 (in 1988).
27347
27348 2000-01-17  Jim Meyering  <meyering@lucent.com>
27349
27350         * lib/interlock: Remove unused file.  Reported by François Pinard.
27351
27352 2000-01-16  Paul Eggert  <eggert@twinsun.com>
27353
27354         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
27355         alert, backslash, formfeed, and vertical tab unnecessarily in
27356         shell quoting style.
27357
27358 2000-01-16  Jim Meyering  <meyering@lucent.com>
27359
27360         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
27361         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
27362         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
27363         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
27364
27365 2000-01-16  Jim Meyering  <meyering@lucent.com>
27366
27367         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
27368         because the latter didn't work.
27369
27370 2000-01-15  Jim Meyering  <meyering@lucent.com>
27371
27372         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
27373         (AC_REPLACE_FUNCS): Add memcpy and memset.
27374         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
27375         Add strpbrk.
27376         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
27377
27378 2000-01-12  Jim Meyering  <meyering@lucent.com>
27379
27380         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
27381         (jm_PREREQ): Use it.
27382         (jm_PREREQ_READUTMP): New macro.
27383         (jm_PREREQ): Use it.
27384
27385 2000-01-11  Paul Eggert  <eggert@twinsun.com>
27386
27387         Quote multibyte characters correctly.
27388         * m4/c-bs-a.m4: New file.
27389         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
27390         (jm_PREREQ): Use it.
27391
27392 2000-01-11  Paul Eggert  <eggert@twinsun.com>
27393
27394         * m4/uintmax_t.m4: Port to autoconf 2.13.
27395
27396 2000-01-08  Jim Meyering  <meyering@ascend.com>
27397
27398         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
27399         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
27400
27401 2000-01-04  Jim Meyering  <meyering@ascend.com>
27402
27403         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
27404         jm_STRUCT_DIRENT_D_TYPE.
27405         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
27406         jm_STRUCT_DIRENT_D_INO.
27407         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
27408         jm_STRUCT_UTIMBUF.
27409         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
27410         renamings.
27411         * m4/utime.m4: Likewise.
27412
27413         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
27414         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
27415
27416 2000-01-03  Paul Eggert  <eggert@twinsun.com>
27417
27418         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
27419         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
27420
27421 2000-01-02  Jim Meyering  <meyering@ascend.com>
27422
27423         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
27424         remember if this is necessary.
27425
27426 1999-12-26  Jim Meyering  <meyering@ascend.com>
27427
27428         * m4/jm-macros.m4: Use it here.
27429         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
27430
27431 1999-12-23  Jim Meyering  <meyering@ascend.com>
27432
27433         * m4/jm-macros.m4: Check for clock_gettime (moved from
27434         fileutils/configure.in)
27435         Check for gettimeofday.
27436
27437 1999-12-20  Jim Meyering  <meyering@ascend.com>
27438
27439         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
27440         autoconf-2.14a-1999-12-20.
27441
27442 1999-12-19  Jim Meyering  <meyering@ascend.com>
27443
27444         * m4/lstat-slash.m4: New file.
27445         * m4/jm-macros.m4: Use the new macro:
27446         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
27447
27448 1999-12-07  Jim Meyering  <meyering@ascend.com>
27449
27450         * m4/perl.m4: Require that File::Compare be available, too.
27451         Too many systems seem to lack it.
27452
27453         * m4/strftime.m4: Add checks for most of the cpp macros tested in
27454         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
27455
27456 1999-11-18  Paul Eggert  <eggert@twinsun.com>
27457
27458         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
27459         problem with the QNX 4.25 shell, which doesn't propagate exit
27460         status of failed commands inside shell assignments.
27461
27462 1999-11-17  Jim Meyering  <meyering@ascend.com>
27463
27464         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
27465
27466 1999-11-07  Jim Meyering  <meyering@ascend.com>
27467
27468         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
27469
27470 1999-11-06  Jim Meyering  <meyering@ascend.com>
27471
27472         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
27473         * m4/jm-macros.m4 (jm_MACROS): Use it here.
27474
27475 1999-11-05  Jim Meyering  <meyering@ascend.com>
27476
27477         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
27478         configure.in of textutils, fileutils, and sh-utils into this one
27479         (shared between those packages) file.
27480         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
27481         AC_STRUCT_ST_BLKSIZE.
27482
27483 1999-11-03  Jim Meyering  <meyering@ascend.com>
27484
27485         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
27486         of AC_CHECK_TYPE checks includes unistd.h.
27487         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
27488         Suggestion from Akim Demaille.
27489
27490 1999-10-30  Jim Meyering  <meyering@ascend.com>
27491
27492         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
27493         m4-quoted string.
27494         * m4/ls-mntd-fs.m4: Likewise.
27495         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
27496         * m4/jm-winsz1.m4: Likewise.
27497
27498         * m4/const.m4: Remove file, since the fix made it into the experimental
27499         version of autoconf.
27500         * m4/mktime.m4: Likewise.
27501
27502         * m4/check-type.m4: Remove file, now that the latest version of
27503         AC_CHECK_TYPE takes a third arg to specify additional #includes.
27504
27505         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
27506         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
27507         AC_CHECK_TYPE.
27508
27509 1999-10-04  Jim Meyering  <meyering@ascend.com>
27510
27511         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
27512
27513 1999-09-22  Paul Eggert  <eggert@twinsun.com>
27514
27515         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
27516         2.95.1 bug with HP-UX 10.20.
27517
27518 1999-09-17  Jim Meyering  <meyering@ascend.com>
27519
27520         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
27521         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
27522         due to missing strdup (against sh-utils-2.0).
27523
27524 1999-08-29  Jim Meyering  <meyering@ascend.com>
27525
27526         * m4/jm-macros.m4: Require jm_BISON.
27527         * m4/bison.m4: New file.
27528
27529 1999-08-17  Paul Eggert  <eggert@twinsun.com>
27530
27531         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
27532         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
27533
27534 1999-08-05  Jim Meyering  <meyering@ascend.com>
27535
27536         * m4/getline.m4: Rename test file from conftestdata to conftest.data
27537         to avoid conflicts with `conftest' on 8+3 filesystems.
27538         Suggestion from Eli Zaretskii.
27539
27540 1999-08-04  Jim Meyering  <meyering@ascend.com>
27541
27542         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
27543         fileutils and sh-utils (textutils's getline test was inadequate).
27544         (AM_FUNC_GETLINE): Run this test.
27545         (AC_CHECK_FUNCS): Check for getdelim.
27546         Reported by Bob Proulx.
27547
27548 1999-08-02  Jim Meyering  <meyering@ascend.com>
27549
27550         * m4/jm-macros.m4: Add a comment.
27551
27552 1999-08-01  Paul Eggert  <eggert@twinsun.com>
27553
27554         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
27555         <inttypes.h> defines strtoumax as a macro (and not as a
27556         function).
27557
27558 1999-08-01  Paul Eggert  <eggert@twinsun.com>
27559
27560         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
27561         that we can shift, multiply and divide unsigned long long
27562         values; Ultrix cc can't do it.
27563
27564 1999-08-01  Paul Eggert  <eggert@twinsun.com>
27565
27566         * m4/mktime.m4: New file, which is a preview of what should appear
27567         in the next public autoconf release.
27568
27569 1999-08-01  Paul Eggert  <eggert@twinsun.com>
27570
27571         * m4/lfs.m4: Remove this file.
27572         * m4/largefile.m4: New file.  It contains the old contents of
27573         lfs.m4, except that all names with prefix AC_LFS have been
27574         changed to use the prefix AC_SYS_LARGEFILE instead, to be
27575         compatible with future autoconf versions.  Also, some minor m4
27576         quoting problems have been fixed.
27577
27578 1999-08-01  Paul Eggert  <eggert@twinsun.com>
27579
27580         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
27581         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
27582         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
27583         and simplify the shell code.
27584
27585 1999-08-01  Jim Meyering  <meyering@ascend.com>
27586
27587         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
27588         m4.
27589
27590 1999-07-20  Jim Meyering  <meyering@ascend.com>
27591
27592         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
27593
27594 1999-07-15  Jim Meyering  <meyering@ascend.com>
27595
27596         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
27597
27598 1999-05-22  Jim Meyering  <meyering@ascend.com>
27599
27600         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
27601
27602 1999-05-20  Jim Meyering  <meyering@ascend.com>
27603
27604         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
27605         Add a colon after each `then' in case $4 is empty.
27606
27607 1999-05-16  Jim Meyering  <meyering@ascend.com>
27608
27609         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
27610
27611 1999-05-10  Jim Meyering  <meyering@ascend.com>
27612
27613         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
27614
27615         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
27616         AC_FUNC_MKTIME.
27617
27618 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
27619
27620         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
27621
27622 1999-05-04  Paul Eggert  <eggert@twinsun.com>
27623
27624         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
27625         not CPPFLAGS, so that linking works correctly in IRIX.
27626
27627 1999-04-30  Paul Eggert  <eggert@twinsun.com>
27628
27629         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
27630
27631 1999-04-20  Paul Eggert  <eggert@twinsun.com>
27632
27633         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
27634         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
27635         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
27636         jm_AC_TYPE_UNSIGNED_LONG_LONG.
27637         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
27638
27639         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
27640
27641 1999-04-20  Jim Meyering  <meyering@ascend.com>
27642
27643         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
27644         AC_REPLACE xstroull if necessary.  From Paul Eggert.
27645         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
27646
27647 1999-04-18  Jim Meyering  <meyering@ascend.com>
27648
27649         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
27650         * m4/jm-macros.m4: Use it.
27651
27652 1999-04-06  Jim Meyering  <meyering@ascend.com>
27653
27654         * m4/strftime.m4: Remove test for %f.
27655
27656 1999-03-29  Jim Meyering  <meyering@ascend.com>
27657
27658         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
27659         superset of the AC_TYPE_* checks in the textutils, fileutils,
27660         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
27661         AC_TYPE_PID_T.
27662
27663 1999-03-28  Jim Meyering  <meyering@ascend.com>
27664
27665         * m4/jm-macros.m4: Define GNU_PACKAGE here.
27666         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
27667         replaced e.g., in the *.sh files of the sh-utils.
27668
27669 1999-03-20  Jim Meyering  <meyering@ascend.com>
27670
27671         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
27672         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
27673         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
27674
27675 1999-03-19  Jim Meyering  <meyering@ascend.com>
27676
27677         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
27678
27679 1999-03-12  Jim Meyering  <meyering@ascend.com>
27680
27681         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
27682
27683 1999-03-07  Jim Meyering  <meyering@ascend.com>
27684
27685         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
27686         declared.
27687
27688 1999-02-17  Jim Meyering  <meyering@ascend.com>
27689
27690         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
27691         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
27692
27693 1999-02-07  Jim Meyering  <meyering@ascend.com>
27694
27695         * m4/group-member.m4: New file -- extracted from sh-utils'
27696         configure.in.
27697
27698         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
27699         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
27700
27701 1999-02-06  Jim Meyering  <meyering@ascend.com>
27702
27703         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
27704         * m4/fnmatch.m4: Likewise.
27705         * m4/getgroups.m4: Likewise.
27706         * m4/lstat.m4: Likewise.
27707         * m4/malloc.m4: Likewise.
27708         * m4/putenv.m4: Likewise.
27709         * m4/realloc.m4: Likewise.
27710         * m4/regex.m4: Likewise.
27711         * m4/stat.m4: Likewise.
27712         * m4/strftime.m4: Likewise.
27713         Suggestion from Alain Magloire.
27714
27715         * m4/chown.m4: Use `.$ac_objext', not `.o'.
27716         * m4/fnmatch.m4: Likewise.
27717         * m4/getgroups.m4: Likewise.
27718         * m4/getline.m4: Likewise.
27719         * m4/lstat.m4: Likewise.
27720         * m4/malloc.m4: Likewise.
27721         * m4/memcmp.m4: Likewise.
27722         * m4/putenv.m4: Likewise.
27723         * m4/realloc.m4: Likewise.
27724         * m4/regex.m4: Likewise.
27725         * m4/stat.m4: Likewise.
27726         * m4/strftime.m4: Likewise.
27727         Suggestion from Alain Magloire.
27728
27729         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
27730         an argument.
27731
27732         * m4/regex.m4: Add a run-time Test for proper operation of
27733         re_compile_pattern.
27734
27735 1999-01-31  Jim Meyering  <meyering@ascend.com>
27736
27737         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
27738
27739 1999-01-30  Jim Meyering  <meyering@ascend.com>
27740
27741         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
27742
27743         * m4/jm-mktime.m4: Make this a wrapper around the official
27744         AM_FUNC_MKTIME rather than my private copy, now that the official one
27745         is up to date.
27746         * m4/mktime.m4: Remove file.
27747
27748         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
27749         * m4/uptime.m4: Likewise.
27750         * m4/uintmax_t.m4: Likewise.
27751
27752 1999-01-28  Jim Meyering  <meyering@ascend.com>
27753
27754         * m4/jm-macros.m4: Use jm_AFS.
27755         * m4/afs.m4: New file (from fileutils' configure.in).
27756
27757         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
27758         * m4/chown.m4: Likewise.
27759         * m4/d-ino.m4: Likewise.
27760         * m4/d-type.m4: Likewise.
27761         * m4/fnmatch.m4: Likewise.
27762         * m4/getgroups.m4: Likewise.
27763         * m4/gettext.m4: Likewise.
27764         * m4/jm-mktime.m4: Likewise.
27765         * m4/jm-winsz2.m4: Likewise.
27766         * m4/lcmessage.m4: Likewise.
27767         * m4/ls-mntd-fs.m4: Likewise.
27768         * m4/malloc.m4: Likewise.
27769         * m4/memcmp.m4: Likewise.
27770         * m4/putenv.m4: Likewise.
27771         * m4/realloc.m4: Likewise.
27772         * m4/st_mtim.m4: Likewise.
27773         * m4/strftime.m4: Likewise.
27774
27775 1999-01-16  Jim Meyering  <meyering@ascend.com>
27776
27777         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
27778         (ARGMATCH_DIE_DECL): Define.
27779
27780 1999-01-12  Jim Meyering  <meyering@ascend.com>
27781
27782         * m4/Makefile.am.in: Rewrite to avoid using fmt.
27783         Reported by Lars Hecking.
27784
27785 1999-01-10  Jim Meyering  <meyering@ascend.com>
27786
27787         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
27788         gross kludge.
27789         * m4/inttypes_h.m4: Likewise.
27790         * m4/lstat.m4: Likewise.
27791         * m4/malloc.m4: Likewise.
27792         * m4/readdir.m4: Likewise.
27793         * m4/realloc.m4: Likewise.
27794         * m4/st_dm_mode.m4: Likewise.
27795         * m4/stat.m4: Likewise.
27796         * m4/utimbuf.m4: Likewise.
27797         * m4/utimes.m4: Likewise.
27798
27799         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
27800         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
27801         comments in config.h.in are meaningful.
27802
27803         * m4/jm-macros.m4: Require autoconf-2.13 here.
27804
27805         * m4/regex.m4: By default, don't use the included regex.c on systems
27806         with glibc 2.  Suggestion from Uli Drepper.
27807
27808 1999-01-02  Jim Meyering  <meyering@ascend.com>
27809
27810         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
27811
27812 1998-12-18  Jim Meyering  <meyering@ascend.com>
27813
27814         * m4/Makefile.am.in (Makefile.am): Simplify rule.
27815         Based on a suggestion from Lars Hecking.
27816
27817 1998-11-16  Paul Eggert  <eggert@twinsun.com>
27818
27819         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
27820
27821 1998-11-16  Jim Meyering  <meyering@ascend.com>
27822
27823         * m4/lfs.m4: Double-quote the `uname...` expression.
27824
27825 1998-11-14  Jim Meyering  <meyering@ascend.com>
27826
27827         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
27828         * m4/stat.m4: Likewise.
27829
27830 1998-11-03  Jim Meyering  <meyering@ascend.com>
27831
27832         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
27833         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
27834
27835 1998-10-18  Jim Meyering  <meyering@ascend.com>
27836
27837         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
27838
27839 1998-10-17  Jim Meyering  <meyering@ascend.com>
27840
27841         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
27842         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
27843         calls for those previously hard-coded headers.  Instead, take a new
27844         parameter.
27845         (jm_CHECK_DECLARATIONS): Reflect interface change.
27846         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
27847         (jm_CHECK_DECL_LOCALTIME_R): New macro.
27848
27849         * m4/mktime.m4: Test for spring-forward gap before long-running test.
27850
27851 1998-10-14  Jim Meyering  <meyering@ascend.com>
27852
27853         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
27854         instead of "TZ=America/Vancouver".  From Paul Eggert.
27855
27856 1998-10-11  Jim Meyering  <meyering@ascend.com>
27857
27858         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
27859         This adds a test for a recently added compatibility fix for mktime.c.
27860         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
27861
27862 1998-09-27  Jim Meyering  <meyering@ascend.com>
27863
27864         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
27865
27866         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
27867         ../configure.in, including a change from Gordon Matzigkeit to allow
27868         cross-compiling for the Hurd.
27869
27870         * m4/glibc.m4: New file/macro to test for the GNU C Library
27871         versions 1 and 2.  From Gordon Matzigkeit.
27872         Indent.
27873
27874 1998-09-21  Jim Meyering  <meyering@ascend.com>
27875
27876         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
27877
27878 1998-08-18  Paul Eggert  <eggert@twinsun.com>
27879
27880         Port nanosecond-resolution times to UnixWare 2.1.2 and
27881         pedantic Solaris 2.6.
27882
27883         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
27884         AC_STRUCT_ST_MTIM.
27885         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
27886         Generate name of ns member, instead of just 1 or undef.
27887         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
27888
27889 1998-08-15  Jim Meyering  <meyering@ascend.com>
27890
27891         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
27892         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
27893         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
27894         instead of jm_TYPE_SSIZE_T.
27895
27896 1998-08-12  Jim Meyering  <meyering@ascend.com>
27897
27898         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
27899
27900 1998-08-02  Jim Meyering  <meyering@ascend.com>
27901
27902         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
27903         in acconfig.h manually.
27904
27905 1998-07-31  Paul Eggert  <eggert@twinsun.com>
27906
27907         * m4/st_mtim.m4: New file.
27908
27909 1998-07-28  Jim Meyering  <meyering@ascend.com>
27910
27911         * m4/utimes.m4: Undef stat.
27912
27913 1998-07-25  Jim Meyering  <meyering@ascend.com>
27914
27915         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
27916         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
27917
27918 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
27919
27920         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
27921         uid and gid actually remain unchanged.
27922
27923 1998-07-07  Jim Meyering  <meyering@ascend.com>
27924
27925         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
27926
27927 1998-07-04  Jim Meyering  <meyering@ascend.com>
27928
27929         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
27930         to prove that this macro can be used in packages without regex.c.
27931
27932 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
27933
27934         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
27935         is to be used.
27936
27937 1998-07-03  Jim Meyering  <meyering@ascend.com>
27938
27939         * m4/gettext.m4: Add -lintl if it's found to be necessary.
27940
27941         * m4/gettext.m4: New file -- from gettext-0.10.35.
27942         * m4/lcmessage.m4: Likewise.
27943         * m4/progtest.m4: Likewise.
27944
27945         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
27946         * m4/jm-macros.m4: Require the new macro.
27947
27948 1998-06-29  Jim Meyering  <meyering@ascend.com>
27949
27950         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
27951         for the definition of NGROUPS (used in a system header included
27952         by sys/mount.h).
27953
27954 1998-06-28  Jim Meyering  <meyering@ascend.com>
27955
27956         * m4/ls-mntd-fs.m4: New file.
27957         * m4/fstypename.m4: New file.
27958
27959         * m4/jm-macros.m4: Require the new macro.
27960         * m4/jm-glibc-io.m4: New file.
27961
27962 1998-05-19  Jim Meyering  <meyering@ascend.com>
27963
27964         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
27965         * m4/lchown.m4: New file.
27966
27967         * m4/Makefile.am.in: New file.
27968         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
27969
27970 1998-05-14  Jim Meyering  <meyering@ascend.com>
27971
27972         * m4/Makefile.am (EXTRA_DIST): Add them.
27973         * m4/jm-macros.m4: New file.
27974         * m4/utimbuf.m4: New file.
27975
27976 1998-05-12  Jim Meyering  <meyering@ascend.com>
27977
27978         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
27979
27980 1998-05-11  Jim Meyering  <meyering@ascend.com>
27981
27982         * m4/isc-posix.m4: New file.
27983
27984 1998-05-10  Jim Meyering  <meyering@ascend.com>
27985
27986         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
27987
27988 1998-05-09  Jim Meyering  <meyering@ascend.com>
27989
27990         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
27991         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
27992         with automake.
27993
27994         * m4/ssize_t.m4: New file.
27995         * m4/mktime.m4: Remove file -- the new automake has this now.
27996
27997 1998-04-26  Jim Meyering  <meyering@ascend.com>
27998
27999         * m4/assert.m4: New file.
28000         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
28001
28002 1998-04-05  Jim Meyering  <meyering@ascend.com>
28003
28004         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
28005         (jm_PREREQ): Use it here.
28006
28007 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
28008
28009         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
28010         in acconfig.h.
28011
28012 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
28013
28014         * m4/prereq.m4: New file.
28015         * m4/error.m4: New file.
28016         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
28017
28018 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
28019
28020         * m4/getline.m4: Don't set am_cv_func_working_getline before the
28021         cache-check for the same variable -- that defeated the purpose of
28022         the test; the test program was never run.  This was a problem only
28023         on systems with losing getline functions -- HP-UX 10.20 is one.
28024         Reported by Bjorn Helgaas.
28025
28026 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
28027
28028         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
28029
28030 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
28031
28032         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
28033
28034         * m4/const.m4: New file.  Use an initializer in this declaration
28035         typedef int charset[2]; const charset x;
28036         Reported by Bob Glickstein.
28037
28038 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
28039
28040         * m4/chown.m4: Fix reversed types on -1 args to chown.
28041         From Kaveh Ghazi.
28042
28043 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
28044
28045         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
28046         Add lseek and memchr.
28047
28048         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
28049         T.E.Dickey <dickey@clark.net> said that some older preprocessors
28050         have a 20-character limit on names.
28051
28052 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
28053
28054         * m4/inttypes_h.m4: New file.
28055         * m4/uintmax_t.m4: New file.
28056         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
28057
28058 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
28059   Free Software Foundation, Inc.
28060 Copying and distribution of this file, with or without modification,
28061 are permitted provided the copyright notice and this notice are preserved.